﻿@import url("../font/NotoKR-Black/stylesheet.css");
@import url("../font/NotoKR-Regular/stylesheet.css");
@import url("../font/NotoKR-Medium/stylesheet.css");
@import url("../font/NotoKR-Light/stylesheet.css");
@import url("../font/NotoKR-DemiLight/stylesheet.css");
@import url("../font/NotoKR-Thin/stylesheet.css");
@import url("../font/NotoKR-Bold/stylesheet.css");
@import url("../font/Roboto-Medium/stylesheet.css");
@import url("../font/Roboto-Bold/stylesheet.css");
@import url("../font/Roboto-Black/stylesheet.css");
@import url("../font/Roboto-Thin/stylesheet.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

input, select, textarea, button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

body {
    background: #fff
}

body, th, td, input, select, textarea, button {
    font-family: 'notokr-regular', sans-serif;
    font-weight: 400
}

a {
    color: #333;
    text-decoration: none
}

i {
    font-style: normal
}

a:active, a:hover {
    text-decoration: none
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5 {
    font-family: 'notokr-regular', sans-serif;
    font-weight: 400
}

input {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

[tabindex]:focus, a:focus, textarea:focus, button:focus, input:focus {
    outline: none
}

pre {
    font-size: 16px;
    font-family: 'notokr-regular', sans-serif;
    font-weight: 400;
    white-space: normal
}

legend {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 0;
    height: 0;
    font-size: 0
}

.clearFix {
    clear: both
}

.clearFix:after {
    content: " ";
    display: table
}

.clearFix:after {
    clear: both
}

.icon {
    position: relative;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    vertical-align: middle
}

.txtHidden {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.txtHide {
    position: absolute;
    left: -100%;
    top: -100%;
    width: 0;
    height: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

html, body {
    height: 100%
}

.layoutContent {
    min-width: 1200px
}

.centerContent {
    width: 1200px;
    margin: 0 auto
}

.sub {
    height: 100%;
    transition: all .6s
}

.per100 {
    width: 100%
}

.alignLeft {
    text-align: left
}

.alignRight {
    text-align: right
}

.alignCenter {
    text-align: center
}

.subContent__tit {
    font-size: 50px;
    text-align: center;
    font-family: "notokr-light";
    font-weight: normal
}

.subContent__sub {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: "notokr-thin";
    font-weight: normal
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.noText {
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5
}

.nanumFont {
    font-family: "NanumSquare"
}

.nanumMyeong {
    font-family: "nm_extrabold"
}

body.loading {
    overflow: hidden
}

body.loading .loader {
    opacity: 1;
    visibility: visible
}

body.-activeSub .main, body.-activeSub .sub {
    overflow: hidden;
    transform: translateX(-100%)
}

body.-activeSub #subFrame {
    visibility: visible;
    transform: translateX(0)
}

.underLine {
    text-decoration: underline;
    color: #0f3f6f;
    font-weight: normal
}

.link {
    padding-bottom: 2px;
    border-bottom: 1px solid #212121
}

.link:hover {
    color: #5ba4dd;
    border-bottom: 1px solid #5ba4dd
}

.dotList li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #7b7b7b;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px
}

.dotList.-large li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #7b7b7b;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px
}

.linkBtn:after {
    content: "+";
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #0f3f6f;
    border-radius: 100%;
    font-size: 17px;
    font-family: "notokr-regular";
    font-weight: normal;
    margin-left: 10px
}

.tabNav {
    text-align: center
}

.tabNav__item {
    font-size: 22px;
    display: inline-block
}

.tabNav__item.-active {
    color: #5ba4dd;
    border-bottom: 4px solid #5ba4dd;
    padding-bottom: 15px
}

.tabNav__item + a {
    margin-left: 100px
}

.w100 {
    width: 100px !important;
    min-width: 0 !important
}

.w140 {
    width: 140px !important;
    min-width: 0 !important
}

.w120 {
    width: 120px !important;
    min-width: 0 !important
}

.w160 {
    width: 160px !important;
    min-width: 0 !important
}

.fakeWidth {
    overflow: scroll;
    position: absolute;
    top: -99999px;
    width: 60px;
    height: 60px
}

a {
    cursor: pointer
}

.black {
    color: #212121 !important
}

.warm-grey {
    color: #717171 !important
}

.medium-blue {
    color: #2d71c4 !important
}

.pinkish-grey {
    color: #cdcdcd !important
}

.pale-grey {
    color: #f6f8f9 !important
}

.white {
    color: #eaeaea !important
}

.charcoal-grey {
    color: #2e3235 !important
}

.greyish {
    color: #b9b9b9 !important
}

.white-two {
    color: #ddd !important
}

.pale-grey-two {
    color: #dce3e8 !important
}

.white-three {
    color: #bfbfbf !important
}

.black-two {
    color: #222 !important
}

.dusky-blue {
    color: #4e619d !important
}

.faded-red {
    color: #dc495a !important
}

.pale-grey-three {
    color: #f6f6f8 !important
}

.black-three {
    color: #333 !important
}

.dark-sky-blue {
    color: #23aaea !important
}

.warm-grey-two {
    color: #999 !important
}

.warm-grey-three {
    color: #868686 !important
}

.warm-grey-four {
    color: #777 !important
}

.tomato {
    color: #ed4d3d !important
}

.white-four {
    color: #e4e4e4 !important
}

.lipstick {
    color: #c9152f !important
}

.nice-blue {
    color: #196fc7 !important
}

.brownish-grey {
    color: #666 !important
}

.nice-blue-two {
    color: #1065c5 !important
}

.cadet-blue {
    color: #569 !important
}

.white-five {
    color: #f6f6f6 !important
}

.white-six {
    color: #fff !important
}

.stormy-blue {
    color: #54759c !important
}

.white-seven {
    color: #e1e1e1 !important
}

.seaweed {
    color: #11d081 !important
}

.pinkish-grey-two {
    color: #ccc !important
}

.silver {
    color: #b9bec3 !important
}

.lightblue {
    color: #7cb5ec !important
}

.light-navy {
    color: #11335d !important
}

.dark-sky-blue-two {
    color: #4793dc !important
}

.greyish-brown {
    color: #555 !important
}

.silver-two {
    color: #c0c4c9 !important
}

.purpleish-blue {
    color: #575cf2 !important
}

.greyish-brown-two {
    color: #3a3026 !important
}

.sun-yellow {
    color: #feda3c !important
}

.black-four {
    color: #313131 !important
}

.milk-chocolate {
    color: #704424 !important
}

.school-primary {
    color: #000 !important
}

.school-secondary {
    color: #37167B !important
}

.colorRed {
    color: #c9152f !important
}

.colorBlue {
    color: #196fc7 !important
}

.glowBlue {
    position: relative;
    z-index: 1
}

.glowBlue:after {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    background: #34a0e1;
    left: 0;
    bottom: 0;
    z-index: -1
}

.iconA {
    width: 21px;
    height: 21px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -279px -285px
}

.iconActive {
    width: 47px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -245px
}

.iconAddPlus {
    width: 43px;
    height: 42px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -43px
}

.iconArrowBig {
    width: 25px;
    height: 44px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -419px
}

.iconArrowSm {
    width: 10px;
    height: 19px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -317px
}

.iconBbsChecker {
    width: 8px;
    height: 6px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -481px -255px
}

.iconBbsSearch {
    width: 50px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -195px
}

.iconBrokenclouds {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -204px
}

.iconBtnBannerClose {
    width: 23px;
    height: 22px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -91px -419px
}

.iconBtnClose {
    width: 56px;
    height: 56px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -248px -143px
}

.iconCaution {
    width: 48px;
    height: 48px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -305px
}

.iconCautionTriangle {
    width: 72px;
    height: 66px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -248px 0px
}

.iconCheck {
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -298px
}

.iconChk {
    width: 15px;
    height: 11px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -376px
}

.iconChkActive {
    width: 15px;
    height: 11px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -392px
}

.iconClearsky {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px 0px
}

.iconCloseMap {
    width: 20px;
    height: 20px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -146px -419px
}

.iconCond01 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -65px
}

.iconCond02 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -130px
}

.iconCond03 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px 0px
}

.iconCond04 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -224px -246px
}

.iconCond05 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -59px -246px
}

.iconCond06 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -169px -246px
}

.iconCond07 {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -114px -246px
}

.iconCondTime {
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -279px
}

.iconDatepicker {
    width: 19px;
    height: 19px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -171px -419px
}

.iconDeep {
    width: 5px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -484px -172px
}

.iconDel {
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -468px
}

.iconDown {
    width: 13px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -341px
}

.iconDownArrow {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -157px
}

.iconDownWhite {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -197px
}

.iconDownload {
    width: 18px;
    height: 19px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -195px -419px
}

.iconDownloadBtn {
    width: 128px;
    height: 38px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -77px -132px
}

.iconExcel {
    width: 12px;
    height: 12px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -408px
}

.iconFaq {
    width: 32px;
    height: 17px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -283px -209px
}

.iconFav {
    width: 27px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -164px -209px
}

.iconFavActive {
    width: 27px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -212px -175px
}

.iconFewclouds {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -102px
}

.iconGnb1 {
    width: 41px;
    height: 38px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -129px
}

.iconGnb2 {
    width: 47px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -90px
}

.iconGnb3 {
    width: 35px;
    height: 35px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -255px
}

.iconGnb4 {
    width: 28px;
    height: 28px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -30px -419px
}

.iconGnb5 {
    width: 33px;
    height: 33px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -210px -132px
}

.iconGnb6 {
    width: 38px;
    height: 38px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -172px
}

.iconGnb7 {
    width: 29px;
    height: 29px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -211px -369px
}

.iconGnb8 {
    width: 30px;
    height: 27px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -245px -369px
}

.iconGnb9 {
    width: 28px;
    height: 27px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -280px -369px
}

.iconList {
    width: 16px;
    height: 11px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -360px
}

.iconMainBottomSlide {
    width: 16px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -37px
}

.iconMainQna {
    width: 102px;
    height: 86px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -141px 0px
}

.iconManualDown {
    width: 16px;
    height: 13px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -217px
}

.iconMenuBtn {
    width: 19px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -245px -419px
}

.iconMenuWh {
    width: 18px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -269px -419px
}

.iconMinus {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -196px -209px
}

.iconMist {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -51px
}

.iconMore {
    width: 23px;
    height: 5px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -408px -358px
}

.iconMoreArrow {
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -69px -468px
}

.iconMore_w {
    width: 23px;
    height: 5px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -358px
}

.iconMovePlay {
    width: 45px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -101px -369px
}

.iconMoviePlayBtn {
    width: 72px;
    height: 72px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -132px
}

.iconPageFirst {
    width: 12px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -360px -295px
}

.iconPageLast {
    width: 12px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -343px -295px
}

.iconPageNext {
    width: 7px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -481px -215px
}

.iconPagePrev {
    width: 7px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -481px -230px
}

.iconPen {
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -46px -468px
}

.iconPlaySm {
    width: 23px;
    height: 23px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -63px -419px
}

.iconPlus {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -225px -209px
}

.iconPopupClose {
    width: 25px;
    height: 25px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -375px -369px
}

.iconQ {
    width: 35px;
    height: 35px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -215px
}

.iconRain {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -112px -313px
}

.iconReplyCancel {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -137px
}

.iconRightArrow {
    width: 17px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px 0px
}

.iconRoundArrow-right {
    width: 67px;
    height: 67px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -248px -71px
}

.iconRoundArrow-rightSml {
    width: 45px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -51px -369px
}

.iconRoundArrow {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -254px -209px
}

.iconScatteredclouds {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -234px -313px
}

.iconScrollArrow {
    width: 10px;
    height: 6px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -309px -158px
}

.iconSearchBtn {
    width: 16px;
    height: 16px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -116px
}

.iconSearchBtn_top {
    width: 22px;
    height: 22px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -119px -419px
}

.iconSelectArrow {
    width: 13px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -444px
}

.iconSelectBox {
    width: 13px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -295px
}

.iconShowerrain {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -173px -313px
}

.iconSlideArrow02 {
    width: 19px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -356px -313px
}

.iconSnow {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -295px -313px
}

.iconSunrise {
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -260px
}

.iconSunset {
    width: 10px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -425px
}

.iconSwitchOff {
    width: 52px;
    height: 26px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -155px -175px
}

.iconSwitchOn {
    width: 52px;
    height: 26px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -107px -209px
}

.iconThumList {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -334px
}

.iconThumListActive {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -295px
}

.iconThunderstorm {
    width: 56px;
    height: 46px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -153px
}

.iconTimer {
    width: 16px;
    height: 16px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -95px
}

.iconToolTip {
    width: 17px;
    height: 16px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -74px
}

.iconTrop {
    width: 136px;
    height: 127px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px 0px
}

.iconTxtList {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -373px
}

.iconTxtListActive {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -279px -246px
}

.iconTxtPointer {
    width: 22px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -218px -419px
}

.iconTxtPointer02 {
    width: 10px;
    height: 20px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -235px
}

.iconUseOff {
    width: 102px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -141px -91px
}

.iconUseOn {
    width: 102px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -209px
}

.iconWeather01 {
    width: 55px;
    height: 33px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -151px -369px
}

.iconWeather02 {
    width: 48px;
    height: 38px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px 0px
}

.iconWeather03 {
    width: 51px;
    height: 51px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -313px
}

.iconWeather04 {
    width: 46px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -369px
}

.iconWeather05 {
    width: 55px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -255px
}

.iconWinner {
    width: 24px;
    height: 23px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -405px -369px
}

.iconX {
    width: 10px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -309px -143px
}

.iconZoom {
    width: 27px;
    height: 27px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -313px -369px
}

.iconZoom3 {
    width: 25px;
    height: 25px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -345px -369px
}

.iconZoomBtn {
    width: 73px;
    height: 26px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -77px -175px
}

.iconZoomWh {
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -23px -468px
}

.iconZoomWh2 {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -177px
}

.icon_loginAlert {
    width: 51px;
    height: 51px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -56px -313px
}

.icon_loginPassword {
    width: 54px;
    height: 62px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -246px
}

.iconManual01 {
    width: 41px;
    height: 33px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px -38px
}

.iconManual01_over {
    width: 41px;
    height: 33px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px 0px
}

.iconManual02 {
    width: 41px;
    height: 35px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -86px -146px
}

.iconManual02_over {
    width: 41px;
    height: 35px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -132px -146px
}

.iconManual03 {
    width: 38px;
    height: 38px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -43px -146px
}

.iconManual03_over {
    width: 38px;
    height: 38px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px -146px
}

.iconManual04 {
    width: 38px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -101px -97px
}

.iconManual04_over {
    width: 38px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -104px -49px
}

.iconManual05 {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px -97px
}

.iconManual05_over {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -104px 0px
}

.iconManual06 {
    width: 47px;
    height: 43px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px 0px
}

.iconManual06_over {
    width: 47px;
    height: 43px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -52px 0px
}

.iconManual07 {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -48px -48px
}

.iconManual07_over {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px -48px
}

.iconManual08 {
    width: 48px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -48px -97px
}

.iconManual08_over {
    width: 48px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -152px 0px
}

.iconManual09 {
    width: 39px;
    height: 42px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -152px -44px
}

.iconManual09_over {
    width: 39px;
    height: 42px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -152px -91px
}

.iconManual10 {
    width: 32px;
    height: 31px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px -76px
}

.iconManual10_over {
    width: 32px;
    height: 31px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px -112px
}

.icon1st {
    width: 33px;
    height: 39px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px 0px
}

.icon2th {
    width: 33px;
    height: 39px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -44px
}

.icon3th {
    width: 33px;
    height: 39px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -116px -118px
}

.iconDash01 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px 0px
}

.iconDash02 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px 0px
}

.iconDash03 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px -59px
}

.iconDash04 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -59px
}

.iconDash05 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -118px 0px
}

.iconDash06 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -118px -59px
}

.iconDash07 {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px -118px
}

.iconMypage01 {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px -177px
}

.iconMypage01_over {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -20px
}

.iconMypage02 {
    width: 13px;
    height: 9px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -142px
}

.iconMypage02_over {
    width: 13px;
    height: 9px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -156px
}

.iconMypage03 {
    width: 14px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -154px -139px
}

.iconMypage03_over {
    width: 14px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -154px -118px
}

.iconMypage04 {
    width: 15px;
    height: 13px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -79px -177px
}

.iconMypage04_over {
    width: 15px;
    height: 13px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -177px
}

.iconMypage05 {
    width: 15px;
    height: 14px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -19px -177px
}

.iconMypage05_over {
    width: 15px;
    height: 14px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -39px -177px
}

.iconMypage06 {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px 0px
}

.iconMypage06_over {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -40px
}

.iconMypage07 {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -148px
}

.iconMypage07_over {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -128px
}

.iconMypage08 {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -108px
}

.iconMypage08_over {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -88px
}

.iconMypage09 {
    width: 13px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -60px
}

.iconMypage09_over {
    width: 13px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -81px
}

.iconMypage10 {
    width: 12px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -102px
}

.iconMypage10_over {
    width: 12px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -122px
}

.iconUserPic {
    width: 52px;
    height: 52px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -118px
}

.btn {
    min-width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #868686;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    color: #222;
    transition: box-shadow .3s, background-color .3s, color .3s;
    padding: 0 25px;
    background: #fff;
    cursor: pointer
}

.btnLeft {
    float: left
}

.btnRight {
    float: right
}

.btn:hover {
    border: 1px solid #2d71c4;
    box-shadow: 0px 2px 7.3px 2.7px rgba(12, 49, 95, 0.16)
}

.btn.-skyBlue {
    border-color: #23aaea;
    background: #23aaea;
    color: #fff
}

.btn.-skyBlue:hover {
    border-width: 1px;
    box-shadow: 0px 3px 11.8px 1.2px rgba(129, 155, 187, 0.39)
}

.btn.-purpleBlueLine {
    border-color: #575cf2;
    color: #575cf2
}

.btn.-purpleBlueLine:hover {
    border-width: 1px;
    box-shadow: 0px 3px 11.8px 1.2px rgba(129, 155, 187, 0.39)
}

.btn.-purpleBlue {
    border-color: #575cf2;
    background: #575cf2;
    color: #fff
}

.btn.-purpleBlue:hover {
    border-width: 1px;
    box-shadow: 0px 3px 11.8px 1.2px rgba(129, 155, 187, 0.39)
}

.btn.-mediumBlue {
    border-color: #2d71c4;
    background: #2d71c4;
    color: #fff
}

.btn.-mediumBlue:hover {
    border-width: 1px;
    box-shadow: 0px 3px 11.8px 1.2px rgba(129, 155, 187, 0.39)
}

.btn.-white {
    background: none;
    border-color: #fff;
    color: #fff
}

.btn.-fileUpload {
    background: #23aaea;
    border-color: #23aaea;
    color: #fff;
    min-width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 15px
}

.btn.-fileUpload:hover {
    border-width: 1px;
    box-shadow: 0px 3px 11.8px 1.2px rgba(18, 130, 183, 0.39)
}

.btn.-brdBlue {
    border: 1px solid #2d71c4;
    color: #2d71c4
}

.btn.-brdPurple {
    border: 1px solid #575cf2;
    color: #575cf2
}

.btn.-round {
    border-radius: 25px
}

.btn [class^="icon"] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.btn.-sizeM {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    min-width: 140px
}

.btn.-sizeM + .btn.-sizeM {
    margin-left: 5px
}

.btn.-sizeFull {
    width: 100%;
    height: 60px;
    line-height: 60px
}

.btn.-sizeS {
    min-width: 75px;
    line-height: 30px;
    height: 30px;
    font-size: 15px
}

.btnControl {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
    clear: both
}

.btnControl:after {
    content: " ";
    display: table
}

.btnControl:after {
    clear: both
}

.btnControl .-right, .btnControl.-right {
    text-align: right
}

.btnControl .-left {
    text-align: left
}

.btnControl .btn:not(:first-of-type) {
    margin-left: 19px
}

.btnControl .btn + .btn {
    margin-left: 5px
}

.btnControl.-border {
    border-top: 1px solid #ddd;
    margin-top: 70px;
    padding-top: 40px;
    width: 100%
}

.btnControl__inner {
    width: 1100px;
    margin: 0 auto;
    padding-left: 255px
}

.topHeader {
    width: 100%;
    min-width: 1100px;
    position: relative;
    z-index: 100
}

.topHeader__main {
    text-align: center;
    position: relative;
    height: 94px;
    padding-top: 23px;
    box-shadow: 0 1px 3px -1px rgba(164, 164, 164, 0.5);
    border-bottom: 1px solid #e8e9eb
}

.topHeader__main .userName {
    margin-right: 25px;
    display: inline-block
}

.topHeader__logo {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 247px;
    height: 52px;
    display: block;
    background: url("../images/common/top_logo.png") no-repeat 0 0;
    margin: 0 auto
}

.topHeader .iconSearchBtn {
    margin-left: 26px
}

.topHeader .iconMenuBtn {
    margin-left: 24px;
    vertical-align: baseline
}

.topHeader.-mainPage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1850px
}

.topHeader.-mainPage__logo {
    display: inline-block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.topHeader.-mainPage .topUtil {
    position: absolute;
    right: 37px;
    top: 45px
}

.topHeader.-mainPage .topUtil__type {
    color: #fff
}

.topHeader.-mainPage .topUtil__type .userName {
    margin-right: 25px;
    display: inline-block
}

.topHeader.-mainPage .topUtil__type.-active a {
    color: #d9f8f0
}

.topHeader.-mainPage .topUtil__type.-active .mypageBtn {
    color: #fff
}

.topHeader.-mainPage .topUtil__type a {
    color: #c2cded
}

.topHeader.-mainPage .topUtil__type a + a {
    margin-left: 25px
}

.topHeader.-mainPage .topUtil__type a strong {
    color: #fff
}

.topHeader.-mainPage .topUtil__type .mypageBtn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 13.5px;
    width: 112px;
    line-height: 27px;
    display: inline-block;
    text-align: center
}

.topHeader.-mainPage .topUtil__sitemap dt a {
    color: #333
}

.topHeader.-mainPage .topUtil__sitemap dd a {
    color: #777
}

.topHeader.-mainPage .topUtil .iconSearchBtn {
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -23px -468px
}

.topHeader.-mainPage .topUtil .iconMenuBtn {
    width: 18px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -269px -419px
}

.topHeader.-mainPage .topHeader__main {
    border-bottom: none;
    box-shadow: none
}

.topHeader.-mainPage .gnb__inner {
    margin: 45px 0 0 48px;
    height: auto;
    width: 1420px
}

.topHeader.-mainPage .gnb__item {
    color: #fff;
    font-size: 19px;
    letter-spacing: -0.95px;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-top: -16px
}

.topUtil {
    position: absolute;
    right: 35px;
    top: 34px;
    font-size: 15px;
    font-family: "notokr-light";
    font-weight: normal;
    letter-spacing: -0.38px;
    vertical-align: middle
}

.topUtil__type {
    display: inline-block
}

.topUtil__type a + a {
    margin-left: 25px
}

.topUtil__type .mypageBtn {
    border: 1px solid #2d71c4;
    font-size: 14px;
    border-radius: 13.5px;
    width: 112px;
    line-height: 25px;
    display: inline-block;
    color: #2d71c4;
    text-align: center;
    font-family: "notokr-medium";
    font-weight: normal
}

.topUtil__guard {
    display: inline-block;
    font-size: 0;
    width: 1px;
    height: 15px;
    background: #ccc;
    vertical-align: middle;
    margin: 0 14px
}

.siteMap {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s .3s
}

.siteMap__dimed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all .2s
}

.siteMap__inner {
    position: relative;
    z-index: 1;
    float: right;
    width: 1160px;
    height: 100%;
    padding: 45px 0 0 0;
    text-align: left;
    background-color: #fff;
    transform: translateX(100%);
    transition: all .3s
}

.siteMap__logo {
    display: block;
    margin: 0 0 28px 35px;
    font-size: 22px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1.1px;
    color: #1d3a93
}

.siteMap__btnClose {
    position: absolute;
    right: 65px;
    top: 45px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -146px -419px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.siteMap.-open {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s
}

.siteMap.-open .siteMap__dimed {
    opacity: 1
}

.siteMap.-open .siteMap__inner {
    transform: translateX(0%)
}

.siteMap__group {
    width: 100%;
    height: 100%;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto
}

.siteMap__item {
    min-width: 232px;
    padding: 35px;
    border-right: 1px solid #ddd;
    position: relative;
    flex-grow: 1
}

.siteMap__item:nth-child(n+6) {
    max-width: 232px
}

.siteMap__item:nth-child(6n):after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 1160px;
    height: 1px;
    background: #ddd
}

.siteMap__item.-type01 .siteMap__title:before {
    width: 41px;
    height: 38px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -129px;
    margin-bottom: 19px
}

.siteMap__item.-type02 .siteMap__title:before {
    width: 47px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -90px;
    margin-bottom: 21px
}

.siteMap__item.-type03 .siteMap__title:before {
    width: 35px;
    height: 35px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -255px
}

.siteMap__item.-type04 .siteMap__title:before {
    width: 28px;
    height: 28px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -30px -419px;
    margin-bottom: 27px
}

.siteMap__item.-type05 .siteMap__title:before {
    width: 33px;
    height: 33px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -210px -132px;
    margin-bottom: 22px
}

.siteMap__item.-type06 .siteMap__title:before {
    width: 38px;
    height: 38px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -172px;
    margin-bottom: 18px
}

.siteMap__item.-type07 .siteMap__title:before {
    width: 29px;
    height: 29px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -211px -369px;
    margin-bottom: 26px
}

.siteMap__item.-type08 .siteMap__title:before {
    width: 30px;
    height: 27px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -245px -369px;
    margin-bottom: 28px
}

.siteMap__item.-type09 .siteMap__title:before {
    width: 28px;
    height: 27px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -280px -369px;
    margin-bottom: 28px
}

.siteMap__title {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333;
    margin-bottom: 20px
}

.siteMap__title button {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333;
    margin-bottom: 20px
}

.siteMap__title:before {
    content: "";
    display: block;
    margin-bottom: 20px
}

.siteMap__menu:not(:last-of-type) {
    margin-bottom: 10px
}

.siteMap__menu a {
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #777;
    letter-spacing: -0.4px
}

.siteMap__menu a:hover, .siteMap__menu a.-active {
    color: #1d3a93
}

.footer {
    margin-top: 100px;
    height: 156px;
    background: #e9e8ee;
    padding-top: 44px;
    position: relative
}

.footer__inner {
    width: 1200px;
    margin: 0 auto;
    white-space: nowrap;
    position: relative
}

.footer__logo {
    display: inline-block;
    width: 159px;
    height: 29px;
    background: url("../images/common/footer_logo.png") no-repeat 0 0;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    vertical-align: top
}

.footer__info {
    display: inline-block;
    color: #717171;
    font-size: 14px;
    vertical-align: top;
    letter-spacing: -0.38px;
    margin-left: 35px;
    white-space: nowrap
}

.footer__address {
    display: inline-block;
    line-height: 1
}

.footer__copyright {
    display: block;
    margin-top: 5px
}

.footer__tel {
    display: inline-block;
    margin-left: 10px
}

.policy {
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 0;
    margin-bottom: 20px
}

.policy__item {
    font-size: 15px;
    color: #777;
    display: inline-block
}

.policy__item:not(:last-of-type):after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    background: #999999;
    position: relative;
    top: 2px;
    margin: 0 10px
}

.gnb__inner {
    width: 1100px;
    margin: 0 auto;
    height: 65px;
    text-align: justify
}

.gnb__inner:after {
    display: inline-block;
    width: 100%;
    content: ''
}

.gnb__item {
    height: 100%;
    font-size: 16px;
    color: #212121;
    letter-spacing: -1.2px;
    font-family: "notokr-bold";
    font-weight: normal;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.gnb__item:after {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle
}

.mainContent {
    margin: 70px auto 0
}

#error {
    height: 100%
}

#error body {
    background: #f8f8fa;
    height: 100%
}

.layout-error {
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.layout-error .wrap {
    display: table-cell;
    vertical-align: middle
}

.layout-error .wrap .text {
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    padding: 4.5%;
    border: 1px solid #e3e3e3
}

.layout-error h1 {
    font-size: 34px;
    font-weight: 400;
    color: #655c61;
    font-family: "notokr-light";
    font-weight: normal;
    word-break: keep-all
}

.layout-error h1 strong {
    font-size: 40px;
    display: block;
    font-family: "notokr-light";
    font-weight: normal
}

.layout-error h1:before {
    content: "";
    display: block;
    width: 124px;
    height: 107px;
    background: url("../images/common/img_error_logo.png") no-repeat 0 0;
    margin: 0 auto 26px
}

.layout-error p {
    margin-top: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #313131;
    line-height: 30px;
    word-break: keep-all
}

.layout-error .btn {
    border-radius: 0
}

.layout-error .btnControl {
    display: flex;
    justify-content: center
}

.layout-error .btn + .btn {
    margin-left: 3%
}

.layout-error .btn.-darkBlue {
    background: #2f3c71;
    color: #fff
}

@media screen and (max-width: 768px) {
    #error body {
        background: #fff
    }

    .layout-error .wrap .text {
        border: 0
    }

    .layout-error h1 {
        font-size: 20px
    }

    .layout-error h1 strong {
        font-size: 25px;
        font-family: "notokr-regular";
        font-weight: normal
    }

    .layout-error p {
        font-size: 14px;
        line-height: 20px
    }

    .layout-error .btn {
        font-size: 13px;
        width: 50%;
        min-width: 50%
    }
}

.sourcesTxt {
    font-size: 15px;
    font-family: "notokr-demilight";
    font-weight: normal;
    color: #999999;
    margin: 28px 0 -8px
}

.sourcesTxt strong {
    font-family: "notokr-medium";
    font-weight: normal
}

.sourcesTxt i {
    color: #2d71c4
}

.sourcesTxt a {
    color: #999
}

.subPage__tit {
    font-size: 30px;
    letter-spacing: -0.75px;
    font-family: "notokr-bold";
    font-weight: normal
}

.subTit {
    font-size: 34px;
    letter-spacing: -0.85px;
    color: #222
}

.subTit__txt {
    vertical-align: bottom;
    font-size: 16px;
    letter-spacing: -0.06;
    color: #777;
    margin-left: 19px
}

.subTit__txt:not(:first-of-type) {
    margin-left: 0
}

.subTit__txt:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    margin: 0 10px
}

.graphArea {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    margin-top: 25px;
    padding: 20px 15px
}

.graphArea.-noBorder {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.snb {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    line-height: 1;
    padding-top: 19px;
    display: block;
    width: 100%;
    height: 55px
}

.snb__item {
    color: #fff;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent
}

.snb__item:not(:first-of-type) {
    margin-left: 70px
}

.snb__item.-active {
    border-color: #fff
}

.bbs {
    width: 1100px
}

.bbs.-training .bbsList__item {
    height: 132px
}

.bbs.-training .bbsList__day {
    margin-bottom: 5px
}

.bbs.-training .bbsList__tit {
    display: inline-block;
    min-width: 0;
    vertical-align: bottom;
    margin-top: 0;
    font-family: "notokr-bold";
    font-weight: normal
}

.bbsTop {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bbsTop__left .bbsList__count {
    margin-top: 10px;
    font-size: 15px
}

.bbsTop__type {
    display: inline-block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer
}

.bbsTop__type.-thum {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -334px;
    margin-right: 5px
}

.bbsTop__type.-list {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -373px;
    margin-right: 15px
}

.bbsTop__inp:checked + .-thum {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -295px
}

.bbsTop__inp:checked + .-list {
    width: 34px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -279px -246px
}

.bbsTop__array {
    color: #ccc;
    letter-spacing: -0.38px;
    font-size: 15px;
    margin-right: 12px;
    cursor: pointer
}

.bbsTop__inp:checked + .bbsTop__array {
    color: #222
}

.bbsTop__inp:checked + .bbsTop__array:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 6px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -481px -255px;
    position: relative;
    top: -3px;
    margin-right: 4px
}

.bbsSearch {
    position: relative;
    width: 600px;
    text-align: right
}

.bbsSearch__select {
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 6% 5px 10px;
    margin-right: 10px;
    min-width: 70px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: url("../images/common/bg_bbs_selectbox_chk.png") no-repeat 95% 12px;
    font-size: 14px;
    color: #222;
    display: inline-block
}

.bbsSearch__select::-ms-expand {
    display: none
}

.bbsSearch__inp {
    font-size: 14px;
    padding: 5px 25px 5px 6px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: 265px;
    line-height: 1
}

.bbsSearch__submit {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -116px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.bbsList {
    border-top: 2px solid #2e3235;
    position: relative;
    min-height: 200px
}

.bbsList__count {
    font-size: 14px;
    color: #999;
    margin-top: -30px
}

.bbsList__count span {
    color: #222
}

.bbsList:before {
    content: "등록된 게시물이 없습니다.";
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.bbsList__inner {
    width: 810px
}

.bbsList__item {
    background: #fff;
    display: flex;
    height: 130px;
    align-items: center;
    position: relative;
    transition: background-color .5s;
    border-bottom: 1px solid #eaeaea
}

.bbsList__item:hover {
    background: #f6f8f9
}

.bbsList__item:after {
    content: "";
    display: block;
    width: 17px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px 0px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%)
}

.bbsList__numBox {
    justify-content: center;
    width: 154px
}

.bbsList__number, .bbsList__article {
    display: block;
    text-align: center;
    color: #212121
}

.bbsList__number {
    font-size: 42px;
    letter-spacing: -1.05px;
    font-family: "notokr-thin";
    font-weight: normal
}

.bbsList__article {
    font-size: 11px;
    letter-spacing: 1.8px;
    font-family: "notokr-light";
    font-weight: normal
}

.bbsList__day {
    font-size: 15px;
    color: #2d71c4;
    font-family: "notokr-medium";
    font-weight: normal
}

.bbsList__tit {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #212121;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important;
    min-width: 100%;
    line-height: 1;
    margin-top: 12px;
    font-family: "notokr-bold";
    font-weight: normal
}

.bbsList__content {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em;
    letter-spacing: -0.35px;
    color: #717171;
    margin-top: 13px
}

.bbsList.-noSubTxt .bbsList__item {
    height: 112px
}

.bbsList.-noSubTxt .bbsList__item:after {
    display: none
}

.bbsList.-noSubTxt .bbsList__tit {
    min-width: 700px;
    max-width: 700px
}

.bbsList.-hasTxt .bbsList__item {
    height: 190px
}

.bbsList__typeList {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    position: relative;
    top: 5px;
    margin-left: 9px
}

.bbsList__type {
    display: inline-block;
    width: 64px;
    height: 26px;
    border-radius: 12.5px;
    border: solid 1px #cdcdcd;
    color: #54759c;
    font-size: 14px;
    text-align: center;
    line-height: 26px
}

.bbsList__type:before {
    content: "#"
}

.bbsList__type:not(:last-of-type) {
    margin-right: 10px
}

.bbsList__zoneName {
    font-size: 20px;
    display: inline-block;
    letter-spacing: -0.5px;
    color: #717171;
    vertical-align: bottom;
    line-height: 1;
    margin-left: 9px
}

.bbsList__date {
    font-size: 0;
    margin-top: 12px
}

.bbsList__dateItem {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #aaa
}

.bbsList__dateItem:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #ccc;
    margin: 0 10px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.bbsList .btn.-mediumBlue {
    margin-right: 37px
}

.thumList {
    width: 1100px;
    margin: 65px auto 0;
    overflow: hidden
}

table.bbs {
    border-top: 1px solid #bcbec0;
    table-layout: fixed;
    border-collapse: collapse
}

table.bbs thead th {
    background: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    text-align: center;
    color: #212121;
    height: 42px
}

table.bbs tbody td {
    font-size: 14px;
    color: #777;
    border-bottom: 1px solid #d7d7d7;
    height: 42px
}

table.bbs.-qna {
    margin-top: 15px;
    text-align: center
}

table.bbs.-qna a {
    text-align: left;
    max-width: 700px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important
}

table.bbs.-qna thead th:first-of-type {
    padding-left: 20px
}

table.bbs.-qna thead th:last-of-type {
    padding-right: 20px
}

table.bbs.-qna tbody td:first-of-type {
    padding-left: 20px
}

table.bbs.-qna tbody td:last-of-type {
    padding-right: 20px
}

.qnaAw, .qnaQw {
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: #1065c5;
    text-align: center;
    font-size: 12px;
    border: 1px solid #1065c5
}

.qnaQw {
    border: solid 1px rgba(170, 170, 170, 0.83);
    color: rgba(170, 170, 170, 0.83)
}

.txtLeft {
    text-align: left !important
}

.bbsThum {
    border-top: 2px solid #2e3235;
    position: relative;
    min-height: 200px;
    padding: 45px 0 45px;
    border-bottom: 1px solid #eaeaea
}

.bbsThum:before {
    content: "등록된 게시물이 없습니다.";
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.bbsThum__inner {
    margin: -45px 0 0 -20px;
    font-size: 0;
    overflow: hidden
}

.bbsThum__item {
    width: 352px;
    display: inline-block;
    margin: 0 0 0 20px;
    padding-top: 50px;
    position: relative;
    background: #fff
}

.bbsThum__item:hover .bbsThum__thum i {
    transform: scale(1.05, 1.05)
}

.bbsThum__item:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: none;
    pointer-events: none
}

.bbsThum__thum {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: block;
    position: relative
}

.bbsThum__thum i {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
    width: 100%;
    height: 100%
}

.bbsThum__thum.-movie:after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -101px -369px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.bbsThum__type {
    display: block;
    font-size: 14px;
    color: #2d71c4;
    letter-spacing: -0.35px;
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important
}

.bbsThum__tit {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    color: #212121;
    height: 55px;
    font-family: "notokr-medium";
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em;
    max-height: 2.4em
}

.moviePopup {
    min-width: 1050px
}

.moviePopup__inner {
    position: relative;
    width: 1050px
}

.moviePopup__top {
    background: #23aaea;
    min-height: 64px;
    padding: 20px 25px;
    display: flex;
    align-items: center
}

.moviePopup__tit {
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: "notokr-medium";
    font-weight: normal
}

.moviePopup__tit small {
    font-size: 18px;
    font-family: "notokr-regular";
    font-weight: normal;
    position: relative
}

.moviePopup__tit small:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    position: relative;
    top: -4px
}

.moviePopup__left {
    float: left;
    width: 790px;
    height: 444px;
    position: relative;
    background: #000
}

.moviePopup__left .iconMoviePlayBtn {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.moviePopup__video {
    width: 100%;
    height: 100%
}

.moviePopup__content {
    clear: both
}

.moviePopup__content:after {
    content: " ";
    display: table
}

.moviePopup__content:after {
    clear: both
}

.moviePopup__txt.tabs {
    width: auto
}

.moviePopup__tab {
    width: 260px;
    height: 51px;
    border-bottom: 1px solid #bcbec0;
    font-size: 0;
    float: right
}

.moviePopup__tabBtn {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 51px;
    font-size: 14px;
    letter-spacing: -0.35px;
    position: relative
}

.moviePopup__tabBtn.-active {
    font-family: "notokr-bold";
    font-weight: normal;
    color: #1495e3
}

.moviePopup__tabBtn.-active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1495e3;
    left: 0;
    bottom: 0
}

.moviePopup__fullScreen {
    position: absolute;
    right: 88px;
    top: 15px;
    border: 1px solid #85d2f6;
    border-radius: 4px;
    text-align: center;
    width: 90px;
    height: 30px;
    color: #fff
}

.moviePopup__close {
    position: absolute;
    top: 15px;
    right: 23px;
    width: 55px;
    height: 30px;
    text-align: center;
    border: 1px solid #85d2f6;
    border-radius: 4px;
    color: #fff
}

.moviePopup__tabPanel {
    overflow-y: auto;
    height: 393px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding: 28px 28px 39px
}

.customScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: #fff
}

.customScroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ccc
}

.customScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc
}

.bbsView {
    border-top: 2px solid #212121;
    padding-top: 43px;
    width: 1100px
}

.bbsView__top {
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #b9b9b9;
    text-align: center
}

.bbsView__type {
    font-size: 15px;
    color: #2d71c4;
    font-family: "notokr-medium";
    font-weight: normal
}

.bbsView span:not(:first-of-type):before {
    content: "";
    display: inline-block;
    font-size: 13px;
    margin: 0 7px 0;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background: #ddd;
    position: relative;
    top: -2px
}

.bbsView__tit {
    margin: 4px auto 0;
    font-size: 32px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #212121;
    text-align: center
}

.bbsView__file {
    width: 100%;
    border: 1px solid #dce3e8;
    background: #f9f9f9;
    margin-top: 35px;
    padding: 27px 50px 20px 26px;
    line-height: 1;
    clear: both;
    position: relative
}

.bbsView__file:after {
    content: " ";
    display: table
}

.bbsView__file:after {
    clear: both
}

.bbsView .iconDownload {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    display: block
}

.bbsView__fileTit {
    font-size: 14px;
    color: #222;
    float: left;
    width: 91px
}

.bbsView__fileTit:after {
    content: "|";
    display: inline-block;
    color: #d3d1d2;
    margin: 0 18px;
    font-size: 9px;
    vertical-align: top
}

.bbsView__fileList {
    float: right;
    width: 930px
}

.bbsView__fileList li {
    display: inline-block;
    margin-right: 5px;
    text-decoration: underline;
    margin-bottom: 5px
}

.bbsView__fileList li:not(:last-of-type):after {
    content: ",";
    display: inline;
    color: #4e619d
}

.bbsView__fileList a {
    color: #4e619d;
    font-size: 15px
}

.bbsView__content {
    overflow: hidden;
    padding: 46px 0 60px 0;
    border-bottom: 1px solid #ddd;
    min-height: 400px;
    line-height: 1.5
}

.bbsView__content img {
    max-width: 100% !important
}

.bbsView.-general {
    padding-top: 24px
}

.bbsView.-general .bbsView__top {
    text-align: left
}

.bbsView.-general .bbsView__type {
    border: 1px solid #bababa;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    padding: 5px 10px;
    min-width: 75px;
    color: #777;
    font-family: "notokr-medium";
    font-weight: normal;
    display: inline-block;
    margin-right: 15px
}

.bbsView.-general .bbsView__tit {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-right: 190px
}

.bbsView.-general .bbsView__day:before {
    display: none
}

.bbsView.-general .bbsView__file {
    border-top: none;
    border-color: #ddd;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 0;
    border-left: none;
    border-right: none
}

.bbsView.-general .bbsView__date {
    position: absolute;
    right: 0;
    bottom: 27px;
    font-size: 0
}

.bbsView.-general .bbsView__date dt, .bbsView.-general .bbsView__date dd {
    font-size: 15px;
    letter-spacing: -0.38px;
    display: inline-block;
    color: #ccc
}

.bbsView.-general .bbsView__date dd {
    color: #222;
    margin-left: 5px
}

.bbsView.-general .bbsView__date dt:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin: 0 12px
}

.bbsView__topCover {
    position: relative
}

.reply {
    margin-top: 45px
}

.reply__top {
    margin-bottom: 24px
}

.reply__tit {
    font-size: 17px;
    letter-spacing: -0.43px;
    color: #1065c5;
    display: inline-block;
    vertical-align: middle
}

.reply__inp {
    border: 1px solid #ddd;
    padding: 27px 35px 35px;
    clear: both;
    position: relative;
    margin-bottom: 30px;
    background-color: #fdfdfd
}

.reply__inp fieldset {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.reply__inp:after {
    content: " ";
    display: table
}

.reply__inp:after {
    clear: both
}

.reply__maxTxt {
    position: absolute;
    right: 160px;
    bottom: 50px;
    font-size: 14px;
    color: #ccc
}

.reply .inp {
    width: calc(100% - 110px);
    float: left;
    border-right: none;
    height: 115px;
    padding-bottom: 30px;
    background: #fff
}

.reply__submitBtn {
    float: right;
    width: 110px;
    border: 1px solid #1065c5;
    line-height: 113px;
    text-align: center;
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #1065c5
}

.reply__writeTit {
    font-size: 15px;
    color: #999;
    margin-bottom: 7px
}

.reply__writeTit strong {
    font-family: "notokr-bold";
    font-weight: normal;
    color: #777
}

.reply__cancel {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 15px;
    color: #777
}

.reply__cancel:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -137px;
    margin-left: 5px
}

.reply__write {
    display: inline-block;
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #222;
    letter-spacing: -0.43px
}

.reply__write:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    margin: 0 15px
}

.reply__write:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    transform: rotate(135deg);
    margin-left: 9px;
    position: relative;
    top: -5px
}

.replyBox__top {
    clear: both;
    border: 1px solid #e1e1e4;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 19px 30px
}

.replyBox__top:after {
    content: " ";
    display: table
}

.replyBox__top:after {
    clear: both
}

.replyBox__name {
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.43px;
    color: #222
}

.replyBox__date {
    font-size: 14px;
    color: #999;
    letter-spacing: -0.35px;
    vertical-align: middle
}

.replyBox__date:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #d4d4d4;
    margin: 0 10px
}

.replyBox__btnGroup {
    float: right
}

.replyBox__btn {
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #999
}

.replyBox__btn:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #ddd;
    margin: 0 10px
}

.replyBox__txt {
    font-size: 16px;
    line-height: 30px;
    color: #717171;
    padding: 27px 30px 29px;
    white-space: pre-line
}

.replyBox.-reply {
    padding-left: 40px
}

.replyBox.-reply .replyBox__top {
    background: #fbfbfb;
    border-left: none;
    border-right: none;
    position: relative
}

.replyBox.-reply .replyBox__top:before {
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 13px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222
}

.subPage__tit {
    font-size: 30px;
    letter-spacing: -0.75px;
    font-family: "notokr-bold";
    font-weight: normal
}

.subTit {
    font-size: 34px;
    letter-spacing: -0.85px;
    color: #222
}

.subTit__txt {
    vertical-align: bottom;
    font-size: 16px;
    letter-spacing: -0.06;
    color: #777;
    margin-left: 19px
}

.subTit__txt:not(:first-of-type) {
    margin-left: 0
}

.subTit__txt:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    margin: 0 10px
}

.graphArea {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    margin-top: 25px;
    padding: 20px 15px
}

.graphArea.-noBorder {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.subPageTop {
    width: 100%;
    background: #f6f6f6
}

.subPageTop__inner {
    width: 1100px;
    height: 175px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.subPageTop__inner.-search {
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.subPageTop__inner.-center {
    flex-flow: row;
    align-items: center;
    justify-content: center
}

.subPageTop__inner .bbsSearch__inp {
    background: none
}

.subPageTop__left {
    text-align: left;
    width: 540px
}

.subPageTop__search {
    font-size: 24px;
    letter-spacing: -1.2px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #222
}

.subPageTop__search:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -195px;
    vertical-align: middle;
    margin-right: 15px
}

.subPageTop__tit {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #222;
    margin-bottom: 5px
}

.subPageTop__txt {
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #666;
    line-height: 26px
}

.subPageTop .bbsSearch {
    position: relative;
    width: 800px
}

.subPageTop .bbsSearch__select {
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 6% 10px 10px;
    margin-right: 10px;
    min-width: 160px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: url("../images/common/bg_bbs_selectbox_chk_top.png") no-repeat 95% 18px;
    font-size: 18px
}

.subPageTop .bbsSearch__select::-ms-expand {
    display: none
}

.subPageTop .bbsSearch__inp {
    font-size: 18px;
    padding: 10px 25px 10px 6px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: 265px;
    line-height: 1
}

.subPageTop .bbsSearch__submit {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 22px;
    height: 22px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -119px -419px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.subPageTop__date {
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #212121;
    line-height: 1
}

.subPageTop__viewTit {
    font-size: 38px;
    letter-spacing: -0.19px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    line-height: 1;
    margin-top: 14px
}

.subPageTop__type {
    font-size: 16px;
    letter-spacing: -0.08px;
    color: #777;
    line-height: 1;
    margin-top: 25px
}

.weatherBox {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto
}

.weatherBox__right {
    width: 405px
}

.weatherBox__list {
    font-size: 0
}

.weatherBox__list + .weatherBox__list {
    margin-top: 35px
}

.weatherBox__item {
    display: inline-block;
    width: 33.33333%;
    text-align: left;
    vertical-align: top
}

.weatherBox__type {
    font-size: 16px;
    color: #777
}

.weatherBox__box {
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    text-align: left;
    min-width: 55px;
    height: 45px;
    margin-top: 10px;
    color: #717171
}

.weatherBox__box:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.weatherBox [class^="icon"] {
    display: inline-block;
    vertical-align: middle
}

.weatherBox__smTxt {
    font-size: 21px
}

.weatherBox__num {
    font-size: 32px
}

.loading {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    z-index: 2000
}

.loading:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.loading .lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loading .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite
}

.loading .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.loading .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px
}

.loading .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px
}

.loading .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px
}

.loading .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px
}

.loading .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px
}

.loading .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px
}

.loading .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px
}

.loading .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px
}

.loading .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px
}

.loading .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.loading .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
        background-color: #dbdbdb;
        opacity: 0.1
    }
    50% {
        transform: scale(2);
        background-color: #fff;
        opacity: 1
    }
}

.topVisual {
    width: 100%;
    min-width: 1100px;
    height: 166px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/top_banner/sample_top_bg.png"), linear-gradient(#233058, #243058);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column
}

.topVisual__tit {
    line-height: 1;
    text-align: center;
    flex: 1;
    vertical-align: middle;
    text-align: center;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -1px
}

.topVisual__tit:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.topVisual.-tchr .topVisual__tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16)
}

.topVisual.-tchr .snb {
    width: 1100px;
    margin: 0 auto;
    border-top: 0
}

.topVisual.-tchr .snb__inner {
    float: left
}

.topVisual.-tchr .snb__inner + .tchrTopLine {
    width: auto;
    margin-top: -6px
}

.topVisual.-tchr .tchrTopLine {
    width: 1100px;
    text-align: right;
    display: inline-block;
    float: right;
    margin: 10px auto
}

.tchrTopLine {
    display: none
}

.tchrTopLine__item {
    font-family: "notokr-light";
    font-weight: normal
}

.tchrTopLine__item:first-of-type:before {
    content: "";
    display: inline-block;
    background: url("../images/trainingAnaly/icon_timeLine_user.png");
    width: 18px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.tchrTopLine__item + .tchrTopLine__item:before {
    content: "";
    display: inline-block;
    background: url("../images/trainingAnaly/icon_timeLine_arrow.png");
    width: 14px;
    height: 14px;
    margin: 0 10px;
    vertical-align: middle
}

.tchrTopLine__btn {
    background: #5398db;
    width: 110px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 15px;
    margin-left: 15px
}

.tchrTopLinePop .moviePopup__inner {
    width: 1100px
}

.tchrTopLinePop .bigDataCompare__inpBox, .tchrTopLinePop .bigDataCompare__txt {
    margin-top: 0
}

.tchrTopLinePop .bigDataCompare__txt {
    margin-right: 18px
}

.tchrTopLinePop .bigDataCompare__tit {
    text-align: left;
    width: auto;
    margin-right: 15px;
    margin-top: 0;
    margin-left: 10px
}

.tchrTopLinePop .bigDataCompare__tit:first-of-type {
    margin-left: 0
}

.tchrTopLinePop .bigDataCompare__inpBox {
    display: inline-block
}

.tchrTopLinePop__searchBtn {
    border-radius: 0;
    width: 226px;
    height: 54px
}

.tchrTopLinePop .selectBox {
    height: 56px
}

.tchrTopLinePop .selectBox .selectBox__inp {
    height: 54px
}

.tchrTopLinePop .bbsList__count {
    margin-top: 50px
}

.tchrTopLinePop .moviePopup__content {
    padding: 38px 37px 51px
}

.tchrTopLinePop .bbs td {
    height: 60px
}

.tchrTopLinePop .selectBox .iconSelectBox {
    top: 20px;
    right: 20px
}

.paging {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    font-size: 0
}

.paging__item {
    display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 13px;
    letter-spacing: 1.04px;
    line-height: 33px;
    vertical-align: top;
    color: #717171;
    border: 1px solid #cdcdcd
}

.paging__item span {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.paging__item:not(:first-of-type) {
    margin-left: 2px
}

.paging__item.-active {
    border-color: #2d71c4;
    color: #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal
}

.paging + .btnControl {
    margin-top: 25px
}

.selectBox {
    display: inline-block;
    position: relative;
    min-width: 200px;
    height: 40px;
    border: 1px solid #ddd;
    vertical-align: middle;
    background-color: #fff
}

.selectBox .inp {
    min-height: 38px
}

.selectBox__inp {
    display: inline-block;
    min-width: 200px;
    height: 38px;
    padding: 0 35px 0 15px;
    font-size: 16px;
    color: #333;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 10;
    background: none
}

.selectBox__inp::-ms-expand {
    display: none
}

.selectBox .iconSelectBox {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px
}

.selectBox.-disabled {
    pointer-events: none;
    color: #999;
    border: solid 1px #ddd
}

.selectBox.-disabled select.inp {
    background-color: #f8f8f8;
    color: #ccc
}

.selectBox.-disabled .iconSelectBox {
    width: 13px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -444px
}

.selectBox {
    height: 40px;
    background-color: #fff
}

input.inp, textarea.inp {
    display: inline-block;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
    min-height: 40px;
    min-width: 200px;
    font-size: 16px;
    padding: 0 35px 0 15px
}

input.inp.-numType, textarea.inp.-numType {
    width: 100%;
    text-align: right
}

input.inp:disabled, input.inp:read-only, input.inp[aria-readonly="true"], textarea.inp:disabled, textarea.inp:read-only, textarea.inp[aria-readonly="true"] {
    cursor: none;
    pointer-events: none;
    background: #f8f8f8 !important;
    color: #cccccc
}

select.inp {
    background: #fff;
    display: inline-block;
    min-width: 200px;
    height: 38px;
    padding: 0 35px 0 15px;
    font-size: 16px;
    color: #333;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

select.inp[disabled="disabled"] {
    cursor: none;
    pointer-events: none;
    background: #f8f8f8 !important;
    color: #999
}

select.inp[disabled="disabled"] + .iconSelectBox {
    opacity: .3
}

select.inp::-ms-expand {
    display: none
}

textarea.inp {
    resize: none;
    padding: 15px;
    font-size: 16px;
    color: #717171
}

input[type="checkbox"] + label {
    position: relative;
    color: #777;
    font-size: 15px;
    display: inline-block
}

input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all .2s;
    background: #fff
}

input[type="checkbox"] + label:after {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -376px;
    position: absolute;
    left: 6px;
    top: 7px
}

input[type="checkbox"]:checked + label {
    color: #333
}

input[type="checkbox"]:checked + label:before {
    background: #2d71c4;
    border-color: #2d71c4
}

input[type="checkbox"]:checked + label:after {
    width: 15px;
    height: 11px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -392px
}

input[type="checkbox"]:disabled + label, input[type="checkbox"][aria-readonly="true"] + label {
    cursor: default;
    pointer-events: none
}

input[type="checkbox"]:disabled + label:before, input[type="checkbox"][aria-readonly="true"] + label:before {
    background: #f2f5f8
}

input.datepicker {
    color: #ccc;
    padding-left: 15px;
    padding-right: 52px;
    font-size: 16px
}

input.datepicker__arrow {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 0 5px;
    vertical-align: middle
}

input.datepicker + .iconDatepicker {
    margin-left: -35px;
    margin-right: 20px
}

input.datepicker + .ui-datepicker-trigger {
    margin-left: -40px;
    margin-right: 20px
}

input.datepicker + .ui-datepicker-trigger + .iconDatepicker {
    display: none
}

.iconDatepicker + .selectBox {
    margin-left: -5px
}

.inpUnit {
    position: relative
}

.inpUnit .controlGrayBox__inpType {
    position: absolute;
    right: 10px;
    top: 10px
}

table caption {
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.table thead tr th {
    background: #f6f6f8;
    height: 75px;
    font-size: 15px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd
}

.table thead tr th:not(:first-of-type) {
    border-left: 1px solid #ddd
}

.table tbody tr td, .table tbody tr th {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    border-left: 1px solid #ddd
}

.table tbody tr td:first-of-type[rowspan], .table tbody tr th:first-of-type[rowspan] {
    border-right: 1px solid #ddd;
    border-left: 0
}

.table tbody tr td input.inp, .table tbody tr th input.inp {
    min-width: 0
}

.table.-row tbody {
    border-top: 2px solid #2e3235
}

.table.-row tbody th, .table.-row tbody td {
    height: 75px;
    border-left: none !important
}

.table.-row tbody th {
    background: #f6f6f8
}

.table.-fixBoxHead {
    position: absolute;
    left: 0;
    top: 0
}

.table.-fixBoxHead th, .table.-fixBoxHead td {
    padding: 0
}

.table.-fixBoxHead th {
    font-size: 15px
}

.table.-fixBoxHead td {
    font-size: 14px;
    color: #999;
    text-align: center
}

.table.-fixBoxContent {
    width: auto;
    white-space: nowrap
}

.txtCnt {
    text-align: center
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.layerPopup {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1000;
    min-width: 1300px;
    vertical-align: middle;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    max-height: 100%;
    overflow-y: auto
}

.layerPopup:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.layerPopup.-active {
    visibility: visible;
    opacity: 1;
    z-index: 1100
}

.layerPopup.-bgWhite {
    background: #ffffff
}

.layerPopup__inner {
    display: inline-block;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    position: relative
}

.layerPopup__close {
    display: block;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 25px;
    height: 25px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -375px -369px;
    right: -40px;
    top: 0
}

.layerPopup.-movie .layerPopup__inner, .layerPopup.-pic .layerPopup__inner {
    width: 1100px
}

.layerPopup.-movie .moviePopup__top, .layerPopup.-pic .moviePopup__top {
    background: #23aaea
}

.layerPopup .btn.-rightTop {
    top: 15px;
    right: 23px;
    position: absolute
}

.layerPopup__picSlide {
    width: 100%;
    height: 635px;
    overflow: hidden;
    position: relative
}

.layerPopup__picSlide--item {
    width: 100%;
    height: 635px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.layerPopup__picSlide--item .-rightTop {
    position: initial !important;
    left: 0;
    top: 0
}

.layerPopup__picSlide--item .moviePopup__top {
    justify-content: space-between
}

.layerPopup__picSlide--thum {
    width: 100%;
    height: 570px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.layerPopup__picSlide--dot {
    position: absolute;
    z-index: 100;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px
}

.layerPopup__picSlide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 25px;
    height: 44px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -419px
}

.layerPopup__picSlide .slick-prev {
    left: 30px
}

.layerPopup__picSlide .slick-next {
    right: 30px;
    transform: rotate(180deg)
}

.layerPopup.-analyView .layerPopup__inner {
    width: 1100px
}

.layerPopup.-analyView .layerPopup__content {
    background: #fff;
    width: 100%
}

body.-activeLayerPopup {
    overflow-y: hidden
}

.tabs {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.tabs__btn {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    position: relative;
    color: #212121;
    cursor: pointer
}

.tabs__btn.-active {
    font-family: "notokr-bold";
    font-weight: normal;
    color: #2d71c4
}

.tabs__btn.-active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #2d71c4
}

.tabs__btnGroup {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dce3e8;
    text-align: center
}

.tabs__btnGroup input[type="radio"]:checked + .tabs__btn {
    color: #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal
}

.tabs__btnGroup input[type="radio"]:checked + .tabs__btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #2d71c4
}

.userThum {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    border: 1px solid #ddd
}

.subTab {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 50px 0
}

.subTab__nav {
    margin-bottom: 30px
}

.subTab__item {
    color: #b9bec3;
    font-size: 20px;
    letter-spacing: -0.5px;
    border-bottom: 2px solid transparent;
    position: relative;
    font-family: "notokr-bold";
    font-weight: normal
}

.subTab__item:not(:first-of-type) {
    margin-left: 54px
}

.subTab__item:not(:first-of-type):before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: inline-block;
    background: #ccc;
    bottom: 5px;
    left: -26px
}

.subTab__item.-active {
    border-color: #2d71c4;
    color: #333
}

label {
    cursor: pointer
}

.topSelectBox {
    text-align: center
}

.topSelectBox__subTit {
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.43px;
    color: #222;
    line-height: 1;
    text-align: left;
    width: 1100px;
    margin: 29px auto 0;
    min-height: 24px
}

.topSelectBox__subTit span + span:before {
    content: "";
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 14px;
    background: #d9d9d9;
    position: relative
}

.topSelectBox__inner {
    width: 1100px;
    display: inline-block;
    padding: 35px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 5.9px 8.1px 16.4px 1.6px rgba(201, 201, 201, 0.16);
    text-align: left
}

.topSelectBox .btn {
    height: 40px;
    line-height: 40px;
    margin-left: -3px;
    font-size: 15px;
    min-width: 150px
}

.topSelectBox .openChk:checked + label .iconRoundArrow {
    transform: rotate(270deg)
}

.topSelectBox .openChk:checked + label + .topSelectBox__more {
    display: block
}

.topSelectBox .openChk + label {
    display: block;
    margin-top: 28px;
    padding-top: 25px;
    text-align: right;
    border-top: 1px solid #eaeaea;
    font-size: 18px;
    color: #222;
    clear: both
}

.topSelectBox .openChk + label:after {
    content: " ";
    display: table
}

.topSelectBox .openChk + label:after {
    clear: both
}

.topSelectBox .openChk + label:before, .topSelectBox .openChk + label:after {
    content: none
}

.topSelectBox .fa {
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-size: 15px;
    display: inline-block
}

.topSelectBox .selectBox:not(:first-of-type) {
    border-left: none
}

.topSelectBox .inp {
    height: 38px;
    min-width: 0
}

.topSelectBox__tit {
    font-size: 16px;
    color: #777;
    display: inline-block;
    margin: 0 12px 0 19px;
    vertical-align: middle
}

.topSelectBox.-list {
    position: relative
}

.topSelectBox.-list .btn.-mediumBlue {
    width: 130px;
    min-width: auto;
    border-radius: 6px;
    margin-left: 9px
}

.topSelectBox.-list .topSelectBox__radio:checked + .topSelectBox__chkMon {
    z-index: 1;
    position: relative;
    border-color: #2d71c4;
    color: #2d71c4
}

.topSelectBox.-list .topSelectBox__chkMon {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #ccc;
    border: 1px solid #ddd;
    vertical-align: middle;
    cursor: pointer
}

.topSelectBox.-list .topSelectBox__chkMon:not(:first-of-type) {
    margin-left: -1px
}

.topSelectBox.-list .topSelectBox__chkMon:first-of-type {
    margin-left: 20px
}

.topSelectBox.-list [class^="icon"] {
    display: inline-block
}

.topSelectBox.-list .datepicker__arrow {
    margin: 0 4px 0 5px
}

.topSelectBox.-list .iconRoundArrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px;
    transition: all .3s;
    transform: rotate(90deg)
}

.topSelectBox.-list .hasDatepicker {
    padding: 0 30px 0 9px
}

.topSelectBox.-list .ui-datepicker-trigger {
    margin-left: -28px;
    margin-right: 9px
}

.topSelectBox__more {
    display: none;
    position: absolute;
    left: 50%;
    top: auto;
    margin-left: -550px;
    width: 1100px;
    border-radius: 0 0 12px 12px;
    box-shadow: 5.9px 8.1px 16.4px 1.6px rgba(201, 201, 201, 0.16);
    background-color: #fff;
    z-index: 1;
    padding: 0 30px 35px 30px
}

.topSelectBox__moreTit {
    display: none;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: -0.45px;
    color: #222
}

.topSelectBox input[type="checkbox"] + label {
    white-space: nowrap;
    margin-top: 19px
}

.topSelectBox input[type="checkbox"] + label:not(:last-of-type) {
    margin-right: 35px
}

.topSelectBox .table {
    margin-top: 12px
}

.topSelectBox .table tbody tr th, .topSelectBox .table tbody tr td {
    height: 60px;
    padding: 19px 0 15px 23px;
    font-size: 15px
}

.topSelectBox .table tbody tr td {
    padding-top: 0
}

.topSelectBox__close {
    display: block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 56px;
    height: 56px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -248px -143px;
    position: absolute;
    right: 25px;
    bottom: 28px
}

.searchResult {
    width: 1100px;
    margin: 0 auto;
    text-align: left
}

.searchResult__item {
    display: inline-block;
    border: 1px solid #2d71c4;
    padding: 8px 21px 9px 21px;
    border-radius: 15px;
    box-shadow: 1.2px 1.6px 7px 0 rgba(8, 77, 161, 0.18);
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #2d71c4;
    background: #fff;
    line-height: 1;
    height: 32px;
    margin-top: 20px
}

.searchResult__item:not(:last-of-type) {
    margin-right: 16px
}

.searchResult__x {
    font-size: 0
}

.searchResult__x:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -309px -143px;
    margin-left: 15px;
    position: relative;
    top: -2px
}

.ui-datepicker .ui-datepicker-next span {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -254px -209px;
    margin-left: -15px
}

.ui-datepicker .ui-datepicker-prev span {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -254px -209px;
    transform: rotate(180deg)
}

.ui-datepicker-trigger {
    display: inline-block;
    vertical-align: middle
}

.datepicker__arrow {
    font-size: 18px;
    vertical-align: middle;
    color: #777;
    display: inline-block;
    margin: 0 10px
}

.winPop {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    background: #313131;
    overflow: hidden
}

.winPop img {
    border: none;
    vertical-align: top
}

.winPop__content {
    text-align: center
}

.winPop__footer {
    width: 100%;
    background: #313131;
    height: 42px;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19px 0 15px
}

.winPop__close {
    display: inline-block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    background: url("../images/main/win_close.png") no-repeat 0 0;
    width: 47px;
    height: 15px
}

.winPop__label {
    vertical-align: middle;
    text-align: center
}

.winPop__label:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.winPop__chk {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: none;
    vertical-align: middle;
    position: relative
}

.winPop__chk:checked:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    background: url("../images/main/win_chk.png") no-repeat 0 0;
    width: 14px;
    height: 13px
}

.winPop__txt {
    vertical-align: middle
}

.mainTopGroup {
    position: relative;
    width: 100%;
    height: 100%
}

.bannerTop {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #141252;
    overflow: hidden;
    transition: all .3s
}

.bannerTop__item {
    width: 100%;
    text-align: center
}

.bannerTop__item a, .bannerTop__item img {
    display: inline-block;
    vertical-align: top
}

.bannerTop__close {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 23px;
    height: 22px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -91px -419px
}

.bannerTop.-active {
    z-index: 100
}

.bannerTop .slick-arrow {
    display: none !important
}

.bannerTop .slick-dots {
    position: absolute;
    right: 82px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block !important;
    z-index: 100;
    text-align: right
}

.bannerTop .slick-dots li {
    display: inline-block;
    color: #fff;
    text-align: center
}

.bannerTop .slick-dots li:not(:first-of-type) {
    margin-left: 10px
}

.bannerTop .slick-dots li.slick-active button {
    background: #fff;
    border-radius: 4px;
    width: 30px;
    transition: all .3s
}

.bannerTop .slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid 1px #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.bannerTop .bannerTop__slide {
    height: 0;
    overflow: hidden
}

.bannerTop .slick-initialized {
    height: auto
}

.main {
    background-color: #f8f8fb;
    min-width: 1900px
}

.iconMainLogo {
    display: inline-block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    vertical-align: middle
}

.mainBanner {
    width: 100%;
    height: 100%;
    background: #ddd;
    position: relative
}

.mainBanner:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    background: linear-gradient(0, #fafafc, rgba(0, 0, 0, 0));
    z-index: 100
}

.mainScroll {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 110
}

.mainScroll__icon {
    width: 39px;
    height: 39px;
    background: #fff;
    border: 2px solid #1d3a93;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    animation: mainScroll .5s infinite alternate ease-in-out
}

.mainScroll__icon span {
    display: block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.mainScroll__icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #1d3a93;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 6px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -309px -158px
}

.mainSlider {
    width: 100%;
    height: 100%
}

.mainSlider__item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.mainSlider__item.-step01 {
    width: 100%;
    height: 100%;
    background: url("../images/main/main_banner_01.jpg") no-repeat top center;
    background-size: cover
}

.mainSlider__item.-step01.slick-active .mainSlider__school {
    transform: translateX(0);
    opacity: 1
}

.mainSlider__item.-step02 {
    background: url("../images/main/main_banner_02.jpg") no-repeat top center;
    background-size: cover
}

.mainSlider__school {
    width: 868px;
    height: 586px;
    background: url("../images/main/bg_school.png") no-repeat 0 0;
    position: absolute;
    right: 42px;
    bottom: 40px;
    padding: 136px 0 0 61px;
    transition: all 2s;
    transform: translateX(50px);
    opacity: 0
}

.mainSlider__step01Txt {
    position: absolute;
    top: 241px;
    left: 242px;
    transition: all 1s ease-out;
    transform: translateY(-100px);
    opacity: 0
}

.mainSlider__inner {
    width: 100%;
    height: 100%
}

.mainSlider__nav {
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.mainSlider__navCount {
    color: #fff;
    display: block
}

.mainSlider .slick-list {
    width: 100%;
    height: 100%;
    position: relative
}

.mainSlider .slick-track {
    height: 100%
}

.mainSlider .slick-arrow {
    display: none !important
}

.mainSlider .slick-dots {
    position: absolute;
    z-index: 100;
    left: 48px;
    top: 50%;
    transform: translateY(-50%)
}

.mainSlider .slick-dots li {
    font-size: 0;
    margin-bottom: 15px;
    position: relative
}

.mainSlider .slick-dots li button {
    color: #fff;
    display: block;
    font-size: 14px;
    opacity: .5;
    line-height: 1
}

.mainSlider .slick-dots li button:before {
    content: "0"
}

.mainSlider .slick-dots li:nth-child(n+10) button:before {
    content: none
}

.mainSlider .slick-dots li:before {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 0;
    transition: height .3s;
    position: absolute;
    left: 50%;
    top: 31px
}

.mainSlider .slick-dots li:after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 0;
    transition: height .3s;
    margin: 15px auto 0;
    opacity: .5
}

.mainSlider .slick-dots li.slick-active:before {
    z-index: 1;
    height: 102px
}

.mainSlider .slick-dots li.slick-active:after {
    height: 145px
}

.mainSlider .slick-dots li.slick-active button {
    font-size: 16px;
    font-family: "notokr-bold";
    font-weight: normal;
    opacity: 1
}

.mainSlider .leaf {
    position: absolute;
    right: 336px;
    bottom: -40px;
    z-index: 1;
    display: block;
    width: 162px;
    height: 140px;
    background: url("../images/main/leaf.png") no-repeat 0 0
}

.mainSlider__tomato {
    position: absolute;
    display: block;
    width: 468px;
    height: 316px;
    background: url("../images/main/tomato.png") no-repeat 0 0;
    top: 30.4%;
    right: 24.9%
}

.mainSlider__hand {
    position: absolute;
    display: block;
    width: 555px;
    height: 464px;
    background: url("../images/main/hand.png") no-repeat 0 0;
    left: -1%;
    bottom: 0;
    transform: translate(-100%, 0)
}

.mainSlider .slick-active .mainSlider__hand {
    animation: mainHand 2s .5s forwards ease-in-out
}

.mainSlider .slick-active .mainSlider__step01Txt {
    opacity: 1;
    transform: translateY(0)
}

.schoolPeople {
    display: block;
    width: 558px;
    height: 463px;
    background: url("../images/main/school_people.png") no-repeat 0 0
}

.mainPageInfo {
    margin-top: 142px;
    position: relative;
    background: url("../images/main/main_info_bg.jpg") no-repeat bottom center;
    background-attachment: fixed
}

.mainPageInfo__bg {
    width: 100%;
    height: 1441px;
    background: url("../images/main/bg_main_con02.png") no-repeat top center
}

.mainPageInfo__tit {
    width: 495px;
    height: 221px;
    display: block;
    position: absolute;
    background: url("../images/main/ineedgini.png") no-repeat 0 0;
    left: 55%;
    top: 4.9%;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.mainPageInfo__lamp, .mainPageInfo__man, .mainPageInfo__eff01, .mainPageInfo__eff02, .mainPageInfo__eff03, .mainPageInfo__star, .mainPageInfo__leaf {
    display: block;
    position: absolute
}

.mainPageInfo__lamp {
    left: 36.77083%;
    top: 222px;
    background: url("../images/main/lamp.png") no-repeat 0 0;
    width: 723px;
    height: 405px;
    animation: mainLamp 4s infinite
}

.mainPageInfo__man {
    background: url("../images/main/main.png") no-repeat 0 0;
    width: 107px;
    height: 313px;
    top: 348px;
    left: 40%
}

.mainPageInfo__leftTxt {
    position: absolute;
    left: 40px;
    top: 220px
}

.mainPageInfo__eff01 {
    width: 399px;
    height: 122px;
    background: url("../images/main/eff01.png") no-repeat 0 0;
    top: 105px
}

.mainPageInfo__eff02 {
    width: 56px;
    height: 37px;
    background: url("../images/main/eff02.png") no-repeat 0 0;
    top: 136px;
    right: -25px;
    animation: mainStar 3.5s infinite
}

.mainPageInfo__eff03 {
    width: 89px;
    height: 47px;
    background: url("../images/main/eff03.png") no-repeat 0 0;
    left: 22.96875%;
    top: 0;
    opacity: 0
}

.mainPageInfo__star {
    top: 123px;
    right: -30px;
    animation: mainStar 3s infinite;
    opacity: 0
}

.mainPageInfo__star span {
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/main/star.png") no-repeat 0 0;
    animation: rotate360 3s infinite linear
}

.mainPageInfo__leaf {
    width: 101px;
    height: 74px;
    left: 28.22917%;
    top: 480px;
    background: url("../images/main/leaf03.png") no-repeat 0 0
}

.mainPageStep {
    width: 1800px;
    position: absolute;
    left: 50%;
    margin-left: -900px;
    top: 754px
}

.mainPageStep__item {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0;
    transition: opacity .5s
}

.mainPageStep__item.-active {
    opacity: 1
}

.mainPageStep .-num01 {
    width: 268px;
    height: 193px;
    background-image: url("../images/main/step01.png");
    left: 345px;
    top: 63px
}

.mainPageStep .-num02 {
    width: 247px;
    height: 105px;
    background-image: url("../images/main/step02.png");
    display: block;
    left: 666px;
    top: 0
}

.mainPageStep .-num03 {
    width: 263px;
    height: 105px;
    background-image: url("../images/main/step03.png");
    left: 475px;
    top: 335px
}

.mainPageStep .-num04 {
    width: 479px;
    height: 385px;
    background-image: url("../images/main/step04.png");
    left: 735px;
    top: 93px
}

.mainPageStep .-num05 {
    width: 187px;
    height: 105px;
    background-image: url("../images/main/step05.png");
    left: 1295px;
    top: 130px
}

.mainPageStep .-num06 {
    width: 230px;
    height: 105px;
    background-image: url("../images/main/step06.png");
    left: 904px;
    top: 480px
}

.mainPageStep .-num07 {
    width: 220px;
    height: 105px;
    background-image: url("../images/main/step07.png");
    left: 1233px;
    top: 510px
}

.mainPageRank {
    width: 1215px;
    margin: 110px auto 0;
    clear: both
}

.mainPageRank:after {
    content: " ";
    display: table
}

.mainPageRank:after {
    clear: both
}

.mainPageRank__tit {
    font-size: 24px;
    color: #30314b;
    letter-spacing: -1.8px;
    line-height: 1;
    font-family: "notokr-bold";
    font-weight: normal
}

.mainPageRank__item {
    width: 584px;
    margin-top: 30px
}

.mainPageRank__item .mainPageRank__box {
    transition: all .3s;
    position: relative
}

.mainPageRank__item.-user .mainPageRank__subTit {
    color: #fff
}

.mainPageRank__item.-user .mainPageRank__box {
    position: relative;
    box-shadow: 13.5px 16.1px 29.1px 2.9px rgba(210, 42, 25, 0.21);
    background-color: #eb4a45
}

.mainPageRank__item.-user .mainPageRank__box:after {
    content: "";
    display: block;
    width: 136px;
    height: 127px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px 0px;
    right: 45px;
    top: -60px;
    position: absolute
}

.mainPageRank__item.-class .mainPageRank__subTit a {
    color: #fff
}

.mainPageRank__item.-class .mainPageRank__box {
    box-shadow: 3.9px 4.6px 29.1px 2.9px rgba(44, 55, 113, 0.25);
    background-color: #2c3771;
    color: #fff
}

.mainPageRank__item.-class .mainPageRank__box:after {
    content: "";
    display: block;
    position: absolute;
    right: 45px;
    top: -50px;
    width: 102px;
    height: 86px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -141px 0px
}

.mainPageRank__item.-class .mainRankList {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28)
}

.mainPageRank__item.-class .mainRankList__item {
    font-size: 20px;
    letter-spacing: -1px;
    color: #eaedf9;
    font-family: "notokr-black";
    font-weight: normal;
    position: relative
}

.mainPageRank__item.-class .mainRankList__item:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 10px;
    top: 50%
}

.mainPageRank__item.-class .mainRankList__rank.-up, .mainPageRank__item.-class .mainRankList__rank.-down {
    width: 47px;
    height: 17px;
    line-height: 17px;
    font-size: 11px
}

.mainPageRank__item.-class .mainRankList__rank.-up {
    background: #e634a1
}

.mainPageRank__item.-class .mainRankList__rank.-down {
    background: #266ee4
}

.mainPageRank__item.-class .mainRankList__rank {
    margin-left: 25px
}

.mainPageRank__item.-class .mainRankList__rank i:before {
    font-size: 10px
}

.mainPageRank__item.-class .mainRankList__rank .fa-minus:before {
    color: #8e8e8e;
    font-size: 15px
}

.mainPageRank__item.-class .mainRankList__range {
    height: 6px;
    border-radius: 3px;
    background: #ebebeb;
    width: 250px;
    min-width: 250px
}

.mainPageRank__item.-class .mainRankList__range i {
    display: block;
    position: relative;
    background: #22b4cb;
    width: 0;
    height: 100%;
    border-radius: 3px
}

.mainPageRank__item.-class .mainRankList__range i:after {
    content: attr(data-value);
    display: block;
    position: absolute;
    left: 0;
    top: -21px;
    font-size: 16px;
    color: #444;
    width: 100%;
    text-align: right
}

.mainPageRank__item.-class .mainRankList__num, .mainPageRank__item.-class .mainRankList__class {
    font-size: 18px;
    color: #212121
}

.mainPageRank__item.-class .mainRankList__class {
    width: 120px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important;
    margin-right: 10px
}

.mainPageRank__subTit {
    font-size: 28px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1.6px
}

.mainPageRank__txt {
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.95px;
    color: #6c79bc;
    margin-top: 17px;
    margin-bottom: 38px
}

.mainPageRank__box {
    width: 100%;
    height: 370px;
    border-radius: 20px;
    background: #fff;
    padding: 45px 49px;
    transition: all .3s
}

.mainPageRank__empty {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 100px
}

.mainPageRank .-user {
    float: left
}

.mainPageRank .-user .mainRankList__item a, .mainPageRank .-user .mainRankList__item button {
    height: 65px
}

.mainPageRank .-class {
    float: right
}

.mainPageRank__more {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    right: 39px;
    top: 54px;
    z-index: 10;
    width: 23px;
    height: 5px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -358px
}

.mainPageBBS {
    width: 100%;
    margin: 89px auto 0;
    overflow-x: hidden;
    clear: both;
    overflow-y: hidden
}

.mainPageBBS:after {
    content: " ";
    display: table
}

.mainPageBBS:after {
    clear: both
}

.mainPageBBS__empty {
    width: 1215px;
    margin: 53px auto 258px;
    font-size: 22px;
    color: #212121;
    letter-spacing: -1.1px;
    font-family: "notokr-regular";
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc
}

.mainPageBBS .slick-slider {
    width: 1215px;
    margin: 40px auto 0
}

.mainPageBBS__tit {
    font-size: 24px;
    letter-spacing: -1.2px;
    color: #30314b;
    font-family: "notokr-bold";
    font-weight: normal;
    width: 1215px;
    margin: 0 auto
}

.mainPageBBS__slideItem {
    display: inline-block;
    width: 380px;
    height: 320px;
    color: #212121;
    position: relative;
    opacity: 0.47;
    transition: opacity .3s
}

.mainPageBBS__slideItem:not(:first-of-type) {
    margin-left: 35px
}

.mainPageBBS__slideItem.slick-active {
    opacity: 1
}

.mainPageBBS__con {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    padding: 34px 29px
}

.mainPageBBS__num {
    display: block;
    font-size: 42px;
    line-height: 1;
    font-family: "notokr-thin";
    font-weight: normal;
    letter-spacing: -1.05px
}

.mainPageBBS__date {
    font-size: 9px;
    letter-spacing: 1.8px;
    display: block;
    margin-top: 8px
}

.mainPageBBS__conTit {
    display: block;
    font-size: 22px;
    letter-spacing: -1.1px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em;
    font-family: "notokr-bold";
    font-weight: normal
}

.mainPageBBS__conTxt {
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em;
    height: 46px;
    display: block
}

.mainPageBBS__more {
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #1d3a93;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "notokr-medium";
    font-weight: normal
}

.mainPageBBS .slick-list {
    margin-right: -35px;
    overflow: visible !important;
    position: relative
}

.mainPageBBS .slick-arrow {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 0
}

.mainPageBBS .slick-arrow:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-top: 2px solid #196fc7;
    border-left: 2px solid #196fc7
}

.mainPageBBS .slick-arrow.slick-disabled:after {
    border-color: #ccc
}

.mainPageBBS .slick-next:after {
    transform: rotate(135deg)
}

.mainPageBBS .slick-prev {
    right: 20px
}

.mainPageBBS .slick-prev:after {
    transform: rotate(-45deg)
}

.mainBottom {
    width: 100%;
    height: 140px;
    background: #2a2d36;
    margin: 100px 0 -100px 0
}

.mainBottom__inner {
    width: 1215px;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    text-align: left
}

.mainBottom__inner:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.mainBottom__tit {
    display: inline-block;
    vertical-align: middle
}

.mainBottom__tit small {
    display: block;
    color: rgba(159, 161, 169, 0.4);
    letter-spacing: 3.3px;
    font-size: 11px;
    font-family: "notokr-medium";
    font-weight: normal
}

.mainBottom__tit span {
    font-size: 16px;
    letter-spacing: -0.8px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #9fa1a9;
    margin-top: 8px
}

.bottomSlider {
    width: 985px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    margin-left: 120px;
    position: relative;
    white-space: nowrap
}

.bottomSlider:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.bottomSlider .slick-list {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden;
    width: 885px
}

.bottomSlider .slick-slide {
    float: none
}

.bottomSlider .slick-track {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center
}

.bottomSlider .slick-track:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.bottomSlider__item {
    display: inline-block !important;
    vertical-align: middle
}

.bottomSlider__item:not(:first-of-type) {
    margin-left: 120px
}

.bottomSlider .slick-arrow {
    position: absolute;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 16px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -37px;
    top: 50%;
    transform: translateY(-50%)
}

.bottomSlider .slick-prev {
    left: -84px
}

.bottomSlider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: 0
}

.newsSlide__item {
    display: block;
    font-size: 16px;
    color: #212121;
    letter-spacing: -0.4
}

.newsSlide__item img {
    max-width: 100%;
    margin-bottom: 20px
}

.newsSlide__cont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 4.5em
}

.slideBBS .mainPageBBS__tit {
    width: 90px;
    height: 22px;
    background: #266ee4;
    border-radius: 11px;
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.slideBBS__item {
    display: block
}

.slideBBS__tit {
    color: #233553;
    font-size: 20px;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-top: 25px
}

.slideBBS__faq {
    font-size: 44px;
    letter-spacing: -2.2px;
    color: #30314b;
    font-family: "notokr-light";
    font-weight: normal;
    line-height: 1;
    margin-top: 15px
}

.slideBBS__cont {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #7f7f7f;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.8em;
    max-height: 7.2em
}

.mainRankList {
    margin-top: 45px
}

.mainRankList__empty {
    color: #ffdcd8;
    margin-top: 66px;
    font-size: 24px;
    letter-spacing: -1.2px;
    font-family: "notokr-medium";
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #e87470
}

.mainRankList__item:first-of-type .mainRankList__thum:after {
    content: "";
    display: block;
    width: 24px;
    height: 23px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -405px -369px;
    position: absolute;
    left: 8px;
    top: -21px
}

.mainRankList__item a, .mainRankList__item button {
    display: flex;
    height: 55px;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    width: 100%
}

.mainRankList__num {
    font-size: 24px;
    letter-spacing: -1.2px;
    width: 30px;
    text-align: center
}

.mainRankList__thum {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    margin-left: 15px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mainRankList__name {
    font-size: 20px;
    letter-spacing: -1.03px;
    margin-left: 15px
}

.mainRankList__class {
    font-size: 14px;
    letter-spacing: -0.73px;
    color: #ffdcd8;
    margin-left: 10px
}

.mainRankList__point {
    flex-grow: 1;
    text-align: right;
    margin-right: 19px;
    font-size: 23px;
    font-family: "notokr-bold";
    font-weight: normal
}

.mainRankList__rank {
    width: 62px;
    height: 22px;
    border-radius: 11px;
    text-align: center;
    vertical-align: middle;
    line-height: 21px
}

.mainRankList__rank.-down, .mainRankList__rank.-up {
    display: inline-block;
    width: 62px;
    height: 22px;
    color: #fff;
    border-radius: 12px;
    font-size: 13px;
    font-family: "notokr-bold";
    font-weight: normal
}

.mainRankList__rank.-down i, .mainRankList__rank.-up i {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.mainRankList__rank.-down i:before, .mainRankList__rank.-up i:before {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    margin-right: 5px
}

.mainRankList__rank.-down {
    background: #196fc7
}

.mainRankList__rank.-down i:before {
    content: "▼"
}

.mainRankList__rank.-up {
    background: #c9152f
}

.mainRankList__rank.-up i:before {
    content: "▲"
}

.mainRankList__rank.-nothing {
    display: inline-block
}

@keyframes mainScroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateY(5px)
    }
}

@keyframes mainHand {
    0% {
        transform: translate(-100%, 0)
    }
    10% {
        transform: translate(10px, 10px)
    }
    20% {
        transform: translate(5px, 15px)
    }
    30% {
        transform: translate(0, 0)
    }
    40% {
        transform: translate(-10px, -10px)
    }
    50% {
        transform: translate(6px, 0)
    }
    60% {
        transform: translate(-15px, 10px)
    }
    70% {
        transform: translate(0, 0)
    }
    80% {
        transform: translate(15px, 15px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes mainLamp {
    0% {
        transform: rotate(0)
    }
    90% {
        transform: rotate(0)
    }
    92% {
        transform: rotate(4deg)
    }
    94% {
        transform: rotate(-4deg)
    }
    96% {
        transform: rotate(4deg)
    }
    98% {
        transform: rotate(-4deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes mainStar {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }
    56.5% {
        transform: translate(0, 0);
        opacity: 0
    }
    66% {
        transform: translate(50px, -5px);
        opacity: 1
    }
    100% {
        transform: translate(50px, -5px);
        opacity: 0
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media screen and (max-width: 1920px) {
    .mainBanner {
        height: 1056px
    }
}

.roomListTop {
    display: inline-block;
    float: left
}

.roomListTop + .roomListTop {
    margin-left: 26px
}

.roomListTop__item {
    float: left;
    display: inline-block;
    width: 350px;
    height: 319px;
    border-radius: 12px;
    background-color: #fff;
    transition: all .3s;
    overflow: hidden;
    margin-top: 20px
}

.roomListTop__item:not(:first-of-type) {
    margin-left: 24px
}

.roomListTop__item:hover {
    box-shadow: 7.6px 10.5px 21.8px 2.2px rgba(201, 201, 201, 0.76)
}

.roomListTop__item:hover .roomListTop__img {
    transform: scale(1.03, 1.03)
}

.roomListTop__tit {
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important;
    width: 100%;
    font-size: 24px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    letter-spacing: -1.2px;
    margin-top: 6px
}

.roomListTop__page {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #222
}

.roomListTop__type {
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #777
}

.roomListTop__img {
    background-position: center center;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 183px;
    position: relative;
    background-color: #ddd;
    transition: all .3s
}

.roomListTop__info {
    padding: 26px 33px 28px
}

.roomListTop__limt {
    margin-top: 6px
}

.roomListTop__st, .roomListTop__time {
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #b9b9b9
}

.roomListTop__time:before {
    content: "|";
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    vertical-align: top;
    color: #ddd
}

.lectureList {
    clear: both;
    border-bottom: 1px solid #ddd
}

.lectureList:after {
    content: " ";
    display: table
}

.lectureList:after {
    clear: both
}

.lectureList__item {
    width: 375px;
    float: left;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    margin-top: 1px;
    background: #fff
}

.lectureList__item:nth-child(3n) {
    width: 350px
}

.lectureList__item:last-of-type:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: -350px;
    top: 0;
    background: #fff
}

.lectureList__inner {
    width: 350px;
    background: #fff;
    display: block;
    position: relative;
    margin-top: 33px;
    padding-bottom: 40px;
    float: left
}

.lectureList__inner:hover .lectureList__img {
    transform: scale(1.05, 1.05)
}

.lectureList__inner:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    pointer-events: none;
    cursor: none
}

.lectureList__imgBox {
    width: 100%;
    height: 182px;
    overflow: hidden;
    position: relative
}

.lectureList__img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.lectureList__limt {
    margin-top: 20px
}

.lectureList__fav {
    position: absolute;
    left: 310px;
    top: 43px;
    width: 27px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -164px -209px;
    font-size: 0
}

.lectureList__fav[aria-pressed="true"] {
    width: 27px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -212px -175px
}

.lectureList__progress {
    display: block;
    position: absolute;
    left: 0;
    top: 176px;
    height: 6px;
    width: 350px;
    background: #ddd
}

.lectureList__progress[aria-valuenow="100"] i {
    background: #11d081;
    border: none
}

.lectureList__progress[aria-valuenow="0"] {
    display: none
}

.lectureList__progress i {
    display: block;
    position: absolute;
    height: 6px;
    background: #2d71c4;
    border-right: 6px solid #ddd;
    border-bottom: 6px solid transparent
}

.lectureList__st {
    color: #777;
    font-size: 15px
}

.lectureList__time {
    color: #23aaea;
    font-size: 14px
}

.lectureList__time.-complete {
    color: #11d081
}

.lectureList__time.-zero {
    color: #ccc
}

.lectureList__tit {
    width: 100%;
    font-size: 24px;
    color: #212121;
    letter-spacing: -0.6px;
    font-weight: bold;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em
}

.lectureList__txt {
    display: none
}

.lectureList.-listType .lectureList__item, .lectureList.-listType .lectureList__inner {
    width: 100%;
    float: left;
    position: relative
}

.lectureList.-listType .lectureList__item:last-of-type:after {
    display: none
}

.lectureList.-listType .lectureList__imgBox {
    width: 350px;
    float: left
}

.lectureList.-listType .lectureList__content {
    float: right;
    width: 725px
}

.lectureList.-listType .lectureList__tit {
    width: 490px;
    height: auto;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important;
    display: block
}

.lectureList.-listType .lectureList__txt {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    color: #777;
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 4.5em
}

.lectureList.-listType .lectureList__progress {
    top: 15px;
    left: auto;
    right: 0;
    width: 130px;
    border-radius: 3px
}

.lectureList.-listType .lectureList__progress i {
    border: none;
    border-radius: 3px
}

.lectureList.-listType .lectureList__progress[aria-valuenow="0"] {
    display: block;
    background: #ebebeb
}

.lectureList.-listType .lectureList__time {
    float: right;
    margin-top: 5px
}

.allCurr {
    min-width: 1300px
}

.allCurr .layerPopup__inner {
    vertical-align: top;
    margin-top: 48px;
    position: relative
}

.allCurr__tit {
    font-size: 32px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px
}

.allCurr .table {
    border-top: 1px solid #2e3235
}

.allCurr__scroll {
    overflow-y: auto;
    width: 1200px;
    height: 800px;
    padding: 40px 45px;
    position: relative
}

.allCurr__close {
    position: absolute;
    right: -42px;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -375px -369px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.lectureView {
    flex-flow: row;
    justify-content: space-between;
    height: auto;
    padding: 50px 0
}

.lectureView__thum {
    width: 450px;
    height: 240px;
    min-width: 450px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 38px
}

.lectureView__right {
    vertical-align: top;
    min-height: 240px
}

.lectureView__tit {
    font-size: 34px;
    letter-spacing: -0.85px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal
}

.lectureView__total {
    font-size: 16px;
    letter-spacing: -0.08px;
    color: #777;
    margin-top: 10px
}

.lectureView__total span:not(:first-of-type):before {
    content: "";
    display: inline-block;
    font-size: 13px;
    margin: 0 7px 0;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background: #cccccc;
    position: relative;
    top: -2px
}

.lectureView__txt {
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #666;
    line-height: 26px;
    margin-top: 25px
}

.lectureView__file {
    font-size: 14px;
    color: #999999;
    margin-top: 25px
}

.lectureView__file a {
    text-decoration: underline;
    color: #4e619d;
    margin-left: 10px
}

.lectureView__file a + a {
    margin-left: 15px
}

.lectureObj {
    width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    min-height: 230px;
    padding: 35px 40px;
    border: 1px solid #ddd;
    clear: both
}

.lectureObj:after {
    content: " ";
    display: table
}

.lectureObj:after {
    clear: both
}

.lectureObj + .lectureObj {
    margin-top: 25px
}

.lectureObj.-bg {
    background: #fafafa
}

.lectureObj__tit {
    font-size: 24px;
    color: #000;
    width: 195px;
    float: left;
    font-family: "notokr-medium";
    font-weight: normal
}

.lectureObj__txt {
    float: right;
    width: 800px;
    letter-spacing: -0.38px;
    line-height: 28px;
    color: #222;
    vertical-align: top
}

.lectureBBS {
    width: 100%
}

.lectureBBS__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px 25px;
    min-height: 128px;
    border-bottom: 1px solid #ddd
}

.lectureBBS__level {
    display: block;
    width: 60px;
    height: 60px;
    min-width: 60px;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    background: #6fbdfc;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 25px
}

.lectureBBS__level:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.lectureBBS__level.-level02 {
    background: #248cdc
}

.lectureBBS__level.-level03 {
    background: #1065c5
}

.lectureBBS__info {
    margin-right: 25px;
    flex-grow: 1;
    min-width: 480px
}

.lectureBBS__tit {
    font-size: 22px;
    letter-spacing: -0.55px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal;
    max-width: 480px;
    vertical-align: middle
}

.lectureBBS__tit span {
    display: inline-block
}

.lectureBBS__tech {
    font-size: 17px;
    color: #777
}

.lectureBBS__files {
    margin-right: 25px;
    min-width: 280px
}

.lectureBBS__file {
    display: block;
    color: #999;
    font-size: 14px
}

.lectureBBS__link {
    color: #999;
    font-family: "notokr-medium";
    font-weight: normal;
    text-decoration: underline
}

.lectureBBS__progress {
    min-width: 76px;
    height: 22px;
    padding: 0 15px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #1065c5;
    border: 1px solid #1065c5;
    border-radius: 11px;
    margin-left: 10px;
    position: relative;
    top: -4px;
    text-align: center;
    font-family: "notokr-regular";
    font-weight: normal
}

.lectureBBS__progress:before {
    content: "학습중 " attr(aria-valuenow) "%";
    display: inline
}

.lectureBBS__progress[aria-valuenow="100"] {
    background: #1065c5;
    color: #fff
}

.lectureBBS__progress[aria-valuenow="100"]:before {
    content: "학습완료"
}

.lectureEtc {
    clear: both;
    width: 1100px;
    margin: 90px auto 0;
    padding-bottom: 75px;
    border-bottom: 1px solid #ddd
}

.lectureEtc:after {
    content: " ";
    display: table
}

.lectureEtc:after {
    clear: both
}

.lectureEtc__tit {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #000
}

.lectureEtc__left {
    float: left;
    width: 500px
}

.lectureEtc__right {
    float: right;
    width: 500px
}

.lectureEtc__subTit {
    font-size: 18px;
    letter-spacing: -0.45px;
    color: #212121;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important
}

.lectureEtc__item {
    display: block
}

.lectureEtc__item:hover .lectureEtc__thum span {
    transform: scale(1.05, 1.05)
}

.lectureEtc__thum {
    overflow: hidden;
    width: 242px;
    height: 128px
}

.lectureEtc__thum span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
    background-size: contain
}

.lectureEtc__slider {
    width: 500px;
    margin-top: 15px
}

.lectureEtc .slick-arrow {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 10px;
    height: 19px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -317px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px
}

.lectureEtc .slick-prev {
    left: -15px
}

.lectureEtc .slick-next {
    right: -15px;
    transform: rotate(180deg)
}

.lectureEtc .slick-slide {
    margin: 0 5px
}

.lectureEtc .slick-list {
    margin: 0 -5px
}

.inpQna .layerPopup__inner {
    width: 1200px;
    padding: 45px 50px
}

.inpQna .layerPopup__tit {
    text-align: center;
    color: #222;
    font-size: 32px;
    margin-bottom: 24px;
    font-family: "notokr-bold";
    font-weight: normal
}

.inpQna .table {
    border-top-width: 2px
}

.viewQna .iconQ {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px
}

.viewQna .layerPopup__inner {
    width: 1200px;
    padding: 45px 50px
}

.viewQna .layerPopup__tit {
    color: #222;
    font-size: 30px;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.viewQna__state {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: "notokr-bold";
    font-weight: normal;
    width: 74px;
    line-height: 22px;
    text-align: center;
    margin-right: 5px
}

.viewQna__state.-complete {
    background: #2d71c4
}

.viewQna__state.-ing {
    border: 1px solid #999;
    color: #999
}

.viewQna__type {
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #999
}

.viewQna__step:not(:first-of-type) {
    margin-left: 5px
}

.viewQna__step:not(:first-of-type):before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 5px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -484px -172px
}

.viewQna .table {
    border-top-width: 2px
}

.viewQna__file {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 0 20px 92px
}

.viewQna__fileName {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 14px;
    color: #999
}

.viewQna__fileName:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #d5d3d4;
    margin-left: 20px
}

.viewQna__fileItem {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    color: #2d71c4;
    margin-right: 2px;
    margin-top: 5px
}

.viewQna__fileItem:hover, .viewQna__fileItem:active, .viewQna__fileItem:visited {
    text-decoration: underline
}

.viewQna__txt {
    margin-top: 40px;
    padding: 0 20px 75px;
    border-bottom: 1px solid #ddd;
    min-height: 200px;
    overflow: hidden;
    position: relative
}

.viewQna__txt img {
    max-width: 100%
}

.viewQna__info {
    position: absolute;
    right: 0;
    bottom: 13px;
    font-size: 0;
    display: flex;
    align-items: center
}

.viewQna__info .userThum {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.viewQna__infoName {
    font-size: 14px;
    color: #999
}

.viewQna__infoName strong {
    font-family: "notokr-regular";
    font-weight: normal;
    color: #212121
}

.viewQna__infoData {
    font-size: 14px;
    color: #999
}

.viewQna__infoData:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ccc;
    position: relative;
    margin: 0 13px
}

.viewQna__answer {
    margin-top: 25px
}

.viewQna__answer .userThum {
    margin-right: 10px
}

.viewQna__answerBox {
    border: 1px solid #ceceda;
    margin-top: 25px;
    background: #f5f5f7;
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    clear: both
}

.viewQna__answerBox:after {
    content: " ";
    display: table
}

.viewQna__answerBox:after {
    clear: both
}

.viewQna__answerBox:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 15px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -218px -419px;
    left: 28px;
    top: -15px
}

.viewQna__answerTop {
    display: flex;
    align-items: center
}

.viewQna__answerTxt {
    margin-top: 25px
}

.viewQna__answer .viewQna__file {
    border: none;
    float: right;
    padding-bottom: 0
}

.viewQna__answer .viewQna__file .viewQna__fileName, .viewQna__answer .viewQna__file .viewQna__fileItem {
    font-size: 14px
}

.viewQna__a {
    font-size: 18px;
    color: #2d71c4;
    font-family: "notokr-medium";
    font-weight: normal;
    vertical-align: bottom
}

.viewQna__a:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -279px -285px;
    margin-right: 5px
}

.userThum {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    border: 1px solid #ddd
}

.itemManual {
    background: #f6f6f6;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.itemManual__inner {
    width: 1100px;
    min-height: 500px;
    margin: 0 auto;
    padding: 47px 0
}

.itemManual__topBox {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow-y: hidden;
    position: relative
}

.itemManual__topInner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #666;
    line-height: 30px
}

.itemManual__tabs {
    width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 0
}

.itemManual__btnTab {
    text-align: center;
    display: inline-block;
    height: 100px;
    width: 100px;
    font-size: 17px;
    letter-spacing: -0.85px;
    color: #777;
    padding-bottom: 26px;
    border-bottom: 4px solid transparent;
    transition: all .3s
}

.itemManual__btnTab:hover, .itemManual__btnTab.-active {
    color: #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal;
    border-color: #2d71c4
}

.itemManual__btnTab i {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    position: relative;
    vertical-align: middle;
    vertical-align: middle
}

.itemManual__btnTab i:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.itemManual__btnTab i:before {
    content: "";
    display: inline-block;
    vertical-align: middle
}

.itemManual__btnTab.-tab01 i:before {
    width: 41px;
    height: 33px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px -38px
}

.itemManual__btnTab.-tab01:hover i:before, .itemManual__btnTab.-tab01.-active i:before {
    width: 41px;
    height: 33px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px 0px
}

.itemManual__btnTab.-tab02 i:before {
    width: 41px;
    height: 35px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -86px -146px
}

.itemManual__btnTab.-tab02:hover i:before, .itemManual__btnTab.-tab02.-active i:before {
    width: 41px;
    height: 35px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -132px -146px
}

.itemManual__btnTab.-tab03 i:before {
    width: 38px;
    height: 38px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -43px -146px
}

.itemManual__btnTab.-tab03:hover i:before, .itemManual__btnTab.-tab03.-active i:before {
    width: 38px;
    height: 38px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px -146px
}

.itemManual__btnTab.-tab04 i:before {
    width: 38px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -101px -97px
}

.itemManual__btnTab.-tab04:hover i:before, .itemManual__btnTab.-tab04.-active i:before {
    width: 38px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -104px -49px
}

.itemManual__btnTab.-tab05 i:before {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px -97px
}

.itemManual__btnTab.-tab05:hover i:before, .itemManual__btnTab.-tab05.-active i:before {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -104px 0px
}

.itemManual__btnTab.-tab06 i:before {
    width: 47px;
    height: 43px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px 0px
}

.itemManual__btnTab.-tab06:hover i:before, .itemManual__btnTab.-tab06.-active i:before {
    width: 47px;
    height: 43px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -52px 0px
}

.itemManual__btnTab.-tab07 i:before {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -48px -48px
}

.itemManual__btnTab.-tab07:hover i:before, .itemManual__btnTab.-tab07.-active i:before {
    width: 43px;
    height: 44px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: 0px -48px
}

.itemManual__btnTab.-tab08 i:before {
    width: 48px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -48px -97px
}

.itemManual__btnTab.-tab08:hover i:before, .itemManual__btnTab.-tab08.-active i:before {
    width: 48px;
    height: 39px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -152px 0px
}

.itemManual__btnTab.-tab09 i:before {
    width: 39px;
    height: 42px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -152px -44px
}

.itemManual__btnTab.-tab09:hover i:before, .itemManual__btnTab.-tab09.-active i:before {
    width: 39px;
    height: 42px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -152px -91px
}

.itemManual__btnTab.-tab10 i:before {
    width: 32px;
    height: 31px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px -76px
}

.itemManual__btnTab.-tab10:hover i:before, .itemManual__btnTab.-tab10.-active i:before {
    width: 32px;
    height: 31px;
    background-image: url("../images/sprite/sprite.manual.png");
    background-position: -205px -112px
}

.itemManual__tit {
    font-size: 38px;
    font-family: "notokr-light";
    font-weight: normal;
    letter-spacing: -0.95px;
    color: #222;
    position: relative;
    display: inline-block;
    z-index: 10
}

.itemManual__tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 17px;
    background: #d6ecf9 url("../images/support/bg_line.jpg") no-repeat right top
}

.itemManual__item {
    clear: both;
    display: none
}

.itemManual__item:after {
    content: " ";
    display: table
}

.itemManual__item:after {
    clear: both
}

.itemManual__item.-active {
    display: block
}

.itemManual__info {
    font-size: 14px;
    color: #777;
    letter-spacing: -0.35px;
    margin-top: 23px
}

.itemManual__left {
    float: left
}

.itemManual__right {
    float: right;
    width: 770px
}

.itemManual__listItem {
    font-size: 20px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #222;
    line-height: 34px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle
}

.itemManual__listItem:not(:first-of-type) {
    padding-top: 16px
}

.itemManual__listItem .btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    min-width: 0;
    font-size: 15px;
    border-color: #2d71c4;
    background: #2d71c4;
    color: #fff;
    float: right
}

.itemManual__num {
    display: inline-block;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #999;
    font-family: "notokr-regular";
    font-weight: normal;
    margin: 0 10px 0 20px
}

.itemManual__right.-half {
    position: relative
}

.itemManual__right.-half:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #ededed
}

.itemManual__right.-half .itemManual__list {
    width: 360px;
    float: left
}

.itemManual__right.-half .itemManual__list:not(:first-of-type) {
    float: right
}

.weekFarmInfo {
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.weekFarmInfo__topTit {
    font-size: 20px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -1px;
    color: #222;
    min-width: 160px
}

.weekFarmInfo__topTxt {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #666
}

@font-face {
    font-family: 'scdream6';
    src: url("../font/scdream6/SCDream6.eot");
    src: url("../font/scdream6/SCDream6.eot?#iefix") format("embedded-opentype"), url("../font/scdream6/SCDream6.woff") format("woff"), url("../font/scdream6/SCDream6.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.quiz {
    width: 1127px;
    min-height: 1158px;
    margin: 0 auto;
    background-image: url("../images/quiz/bg_quiz_top.jpg"), url("../images/quiz/bg_quiz_bottom.jpg"), url("../images/quiz/bg_quiz_repeat.jpg");
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left top, left bottom, left 400px;
    padding: 96px 84px 76px 65px;
    text-align: center;
    position: relative
}

.quiz.-correct .quiz__result.-o {
    display: block
}

.quiz.-wrong .quiz__result.-x {
    display: block
}

.quiz.-correct .quiz__btn, .quiz.-wrong .quiz__btn {
    display: none
}

.quiz.-correct .quiz__decrypt, .quiz.-wrong .quiz__decrypt {
    display: block
}

.quiz.-correct .quiz__list input, .quiz.-wrong .quiz__list input {
    pointer-events: none
}

.quiz.-correct .quiz__list label, .quiz.-wrong .quiz__list label {
    pointer-events: none;
    cursor: default
}

.quiz__tit {
    font-family: scdream6;
    font-size: 45.5px;
    color: #212121;
    text-align: center
}

.quiz__titType {
    font-size: 26px;
    display: block;
    margin-bottom: 8px
}

.quiz__info {
    font-size: 0;
    margin-top: 20px;
    text-align: center
}

.quiz__user {
    display: inline-block;
    font-size: 0;
    border: 2px solid #767676;
    border-radius: 2px
}

.quiz__user:not(:first-of-type) {
    margin-left: 19px
}

.quiz__user dt, .quiz__user dd {
    display: inline-block;
    color: #212121;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-align: center
}

.quiz__user dt {
    font-family: scdream6;
    border-right: 2px solid #767676;
    padding: 7px 10px
}

.quiz__user dd {
    font-weight: normal;
    padding: 7px 29px
}

.quiz__progress {
    font-size: 0;
    text-align: center;
    margin-top: 29px
}

.quiz__progressBar {
    display: inline-block;
    width: 890px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    font-size: 0;
    overflow: hidden
}

.quiz__progressGauge {
    height: 100%;
    background: #44aaff
}

.quiz__progressCounter {
    display: inline-block;
    width: 64px;
    height: 26px;
    text-align: center;
    margin-left: 24px;
    font-size: 15px;
    border-radius: 12.8px;
    border: solid 1px #222;
    padding: 4px 0 5px;
    vertical-align: middle
}

.quiz__progressCounter strong {
    font-family: "notokr-bold";
    font-weight: normal
}

.quiz__question {
    margin-top: 20px;
    font-size: 20px;
    font-family: "notokr-light";
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #222;
    line-height: 35.5px;
    text-align: center
}

.quiz__questionCount {
    font-family: "notokr-bold";
    font-weight: normal
}

.quiz__list {
    margin: 35px auto;
    display: inline-flex;
    flex-flow: column;
    width: 100%
}

.quiz__list input[type="checkbox"]:checked + label {
    background: #4789d9;
    border-color: #4789d9;
    color: #fff
}

.quiz__list input[type="checkbox"]:checked + label:before {
    width: 15px;
    height: 11px;
    background: url("../images/quiz/iconChk.png") no-repeat 0 0;
    border: none
}

.quiz__list input[type="checkbox"] + label {
    min-width: 380px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.43px;
    color: #222;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0.7px 0.7px 2px 0 #c6c6c6;
    border: solid 1px #ddd;
    display: inline-block;
    text-align: left;
    padding: 15px 23px 14px;
    white-space: nowrap
}

.quiz__list input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.quiz__list input[type="checkbox"] + label:not(:first-of-type) {
    margin-top: 10px
}

.quiz__list input[type="checkbox"] + label:before {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 50%;
    top: -2px;
    position: relative
}

.quiz__list input[type="checkbox"] + label:after {
    display: none
}

.quiz__list input[type="checkbox"].-wrong + label {
    color: #fff;
    background: #777;
    border-color: #777
}

.quiz__list input[type="checkbox"].-wrong + label:before {
    width: 16px;
    height: 17px;
    border: none;
    background: url("../images/quiz/iconX.png") no-repeat 0 0
}

.quiz__list input[type="checkbox"].-correct + label {
    background: #1e5daa;
    border-color: #1e5daa;
    color: #fff
}

.quiz__list input[type="checkbox"].-correct + label:before {
    width: 18px;
    height: 17px;
    border: none;
    background: url("../images/quiz/iconO.png") no-repeat 0 0
}

.quiz__continueTxt {
    padding: 92px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
    line-height: 35.5px
}

.quiz__continueTxt strong {
    font-family: "notokr-bold";
    font-weight: normal
}

.quiz__continue:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #222;
    margin-top: 29px
}

.quiz__btn {
    margin-top: 18px;
    border-top: 1px solid #c5c5c5;
    padding-top: 40px
}

.quiz__decrypt {
    margin-top: 18px;
    border-top: 1px solid #c5c5c5;
    padding-top: 40px;
    display: none
}

.quiz__decBox {
    width: 100%;
    min-height: 237px;
    border-radius: 20px;
    box-shadow: 0.7px 0.7px 2px 0 #c6c6c6;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    color: #222;
    margin: 0 auto
}

.quiz__decTop {
    background: #d2d2d2;
    padding: 23px 33px 20px;
    font-size: 18px;
    letter-spacing: -0.45px;
    font-family: "notokr-bold";
    font-weight: normal
}

.quiz__decTxt {
    background: #fff;
    padding: 29px 30px;
    font-size: 16px;
    line-height: 30px;
    font-family: "notokr-light";
    font-weight: normal;
    letter-spacing: -0.4px
}

.quiz__result {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    top: 67px;
    right: 57px;
    display: none
}

.quiz__result.-o {
    width: 107px;
    height: 140px;
    background: url("../images/quiz/img_o.png") no-repeat 0 0
}

.quiz__result.-x {
    width: 95px;
    height: 130px;
    background: url("../images/quiz/img_x.png") no-repeat 0 0
}

.qna {
    border-top: 2px solid #2e3235;
    width: 1100px
}

.qnaBox {
    width: 100%
}

.qna th, .qna td {
    height: 75px;
    vertical-align: middle;
    text-align: left;
    padding: 23px 30px 23px 37px;
    border-bottom: 1px solid #ddd
}

.qna th {
    background: #f6f6f8
}

.qna td {
    padding: 17px 20px
}

.iconRequired {
    vertical-align: middle
}

.iconRequired:before {
    content: "*";
    display: inline-block;
    color: #dc495a
}

.guideTxt {
    color: #999;
    font-size: 15px;
    clear: both
}

.guideTxt:after {
    content: " ";
    display: table
}

.guideTxt:after {
    clear: both
}

.fileUpload {
    clear: both
}

.fileUpload:after {
    content: " ";
    display: table
}

.fileUpload:after {
    clear: both
}

.fileUpload .-fileUpload {
    float: left
}

.fileUpload__inp {
    width: auto
}

.fileUpload__name {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    color: #2d71c4;
    font-size: 15px;
    margin-left: 15px
}

.fileUpload__name:not(:first-of-type) {
    margin-left: 0
}

.fileUpload__name:not(:first-of-type):before {
    content: " ,";
    display: inline-block;
    margin-right: 5px
}

.fileUpload__name .fa {
    display: inline-block;
    font-size: 20px;
    color: #dc495a
}

.fileUpload__name .fa span {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.fileUpload__list {
    margin: 10px 0
}

.fileUpload .guideTxt {
    float: left;
    margin-top: 12px
}

.faq {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.faq__q, .faq__a {
    padding: 40px 0 32px 123px;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

.faq__q:before, .faq__a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%)
}

.faq__q {
    color: #212121;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-family: "notokr-bold";
    font-weight: normal;
    cursor: pointer
}

.faq__q:before {
    width: 35px;
    height: 35px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -215px
}

.faq__q:after {
    content: "";
    display: block;
    width: 32px;
    height: 17px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -283px -209px;
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s
}

.faq__q.-active:after {
    transform: translateY(-50%) rotate(0)
}

.faq__a {
    display: none;
    background: #f6f8f9;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #717171;
    padding-right: 170px;
    height: 100%
}

.faq__a:before {
    width: 21px;
    height: 21px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -279px -285px
}

.faq .bbsList__item {
    height: 110px
}

.faq .bbsList__item:after {
    display: none
}

.faq .bbsList__tit {
    max-width: 770px;
    min-width: 0
}

.faq .bbsList__date {
    position: absolute;
    right: 0;
    top: 50%
}

.tecSupport {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.tecSupport__box {
    clear: both
}

.tecSupport__box:after {
    content: " ";
    display: table
}

.tecSupport__box:after {
    clear: both
}

.tecSupport__box:not(:first-of-type) {
    margin-top: 60px
}

.tecSupport__box.-chkBrow {
    padding-bottom: 10px
}

.tecSupport__box.-movie li {
    position: relative
}

.tecSupport__box.-movie li a {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #222;
    line-height: 1;
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

.tecSupport__box.-movie li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%)
}

.tecSupport__box.-speed p {
    width: 490px;
    font-size: 16px;
    color: #777;
    letter-spacing: -0.4px;
    line-height: 28px;
    float: left
}

.tecSupport__box.-speed .tecSupport__right {
    padding: 33px 0;
    border-bottom: 1px solid #ddd
}

.tecSupport__box.-speed .speedSite {
    float: right
}

.tecSupport__box.-speed .speedSite img {
    display: block
}

.tecSupport__box.-speed .speedSite .btn {
    width: 286px;
    margin-top: 15px;
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal
}

.tecSupport__box.-resolution p {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #777;
    line-height: 28px;
    margin: 33px 0 0
}

.tecSupport__box.-resolution ul {
    color: #777;
    margin-bottom: 50px;
    line-height: 28px
}

.tecSupport__tit {
    float: left;
    width: 255px;
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1px;
    color: #222
}

.tecSupport__thTit {
    font-size: 16px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #333;
    padding-bottom: 23px;
    border-bottom: 1px solid #2e3235;
    line-height: 1
}

.tecSupport__right {
    float: right;
    width: 845px;
    border-top: 2px solid #2e3235
}

.tecSupport__download {
    float: left;
    width: 560px;
    padding-top: 23px
}

.tecSupport__download p {
    padding-top: 28px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #777;
    line-height: 28px;
    width: 480px
}

.tecSupport__download .btn {
    width: 240px;
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-top: 30px
}

.tecSupport__download .btn.-ie {
    color: #212121
}

.tecSupport__download .btn.-ch {
    color: #2d71c4;
    border-color: #2d71c4;
    margin-left: 5px
}

.tecSupport__imgBrow {
    margin-top: 28px;
    display: none
}

.tecSupport__imgBrow p {
    font-size: 14px;
    color: #999;
    letter-spacing: -0.35px;
    margin-top: 33px
}

.tecSupport__imgBrow.-ie10 p {
    margin-top: 10px
}

.tecSupport__imgBrow .btn {
    display: block;
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    width: 286px;
    margin-top: 10px
}

.tecSupport__nowBrow {
    float: right;
    width: 285px;
    padding-top: 23px
}

html.Chrome .tecSupport__nowBrow .-chrome {
    display: block
}

html.Edge .tecSupport__nowBrow .-edge {
    display: block
}

html.Firefox .tecSupport__nowBrow .-firefox {
    display: block
}

html.Opera .tecSupport__nowBrow .-opera {
    display: block
}

html.Safari .tecSupport__nowBrow .-safari {
    display: block
}

html.ie9 .tecSupport__nowBrow .-ie9 {
    display: block
}

html.ie10 .tecSupport__nowBrow .-ie10 {
    display: block
}

html.ie11 .tecSupport__nowBrow .-ie11 {
    display: block
}

.supProgram {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.supProgram__tit {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1px;
    color: #222;
    line-height: 1;
    margin-bottom: 18px
}

.supProgram__topBox {
    background: #f6f6f6;
    padding: 40px
}

.supProgram__info {
    font-size: 17px;
    color: #222;
    letter-spacing: -0.43px
}

.supProgram__step {
    margin-top: 10px
}

.supProgram__step li {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #777;
    line-height: 34px;
    font-family: "notokr-light";
    font-weight: normal
}

.supProgram__step li:before {
    content: "-";
    display: inline-block;
    margin-right: 5px
}

.supProgram__subTit {
    font-size: 18px;
    font-family: "notokr-medium";
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #222;
    margin-top: 50px
}

.supProgram__cover {
    clear: both
}

.supProgram__cover:after {
    content: " ";
    display: table
}

.supProgram__cover:after {
    clear: both
}

.supProgram__item {
    width: 540px;
    padding: 40px 40px 30px;
    float: left;
    margin-top: 19px;
    border: 1px solid #ddd
}

.supProgram__item:nth-child(even) {
    float: right
}

.supProgram__itemTit {
    font-size: 20px;
    letter-spacing: -1px;
    color: #222;
    line-height: 1;
    margin-bottom: 19px
}

.supProgram__itemInfo {
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #777;
    margin-bottom: 25px
}

.supProgram__btn {
    width: 130px;
    min-width: 0;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #212121
}

.supProgram .-acrobat {
    background: url("../images/support/bg_icon01.png") no-repeat 423px 30px
}

.supProgram .-hwp {
    background: url("../images/support/bg_icon02.png") no-repeat 423px 30px
}

.supProgram .-excel {
    background: url("../images/support/bg_icon03.png") no-repeat 423px 30px
}

.supProgram .-ppoint {
    background: url("../images/support/bg_icon04.png") no-repeat 423px 30px
}

.supProgram .-word {
    background: url("../images/support/bg_icon05.png") no-repeat 423px 30px
}

.supProgram .-zip {
    background: url("../images/support/bg_icon06.png") no-repeat 423px 30px
}

.terms {
    width: 1100px;
    margin: 50px auto 0
}

.terms__box {
    padding: 40px;
    background: #f1f1f1;
    font-family: "notokr-light";
    font-weight: normal
}

.terms__boxTit {
    font-size: 17px;
    line-height: 34px;
    word-break: keep-all
}

.terms__boxTxt {
    color: #777777;
    font-size: 16px;
    line-height: 28px
}

.terms__contentTitle {
    font-size: 20px;
    margin-top: 50px
}

.terms__contentTitle + .terms__contentTit {
    margin-top: 20px
}

.terms__contentTit {
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #233e6a;
    margin-top: 50px
}

.terms__contentTxt {
    color: #777777;
    line-height: 28px;
    margin-top: 10px;
    font-family: "notokr-regular";
    font-weight: normal
}

.terms .lineList li {
    padding-left: 10px;
    position: relative
}

.terms .lineList li:before {
    content: "-";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px
}

.terms__btn {
    margin: 10px 0 20px
}

.timeLine {
    width: 1100px;
    margin: 57px auto 0
}

.timeLine__line {
    padding: 40px 30px 40px 220px;
    position: relative;
    background: #f8f8f8;
    border-top: 2px solid #2e3235
}

.timeLine__line:before {
    content: "";
    display: block;
    width: 8px;
    border-radius: 8px;
    height: auto;
    top: 40px;
    bottom: 40px;
    background: #ececec;
    position: absolute;
    left: 271px
}

.timeLine__left {
    position: absolute;
    left: 39px;
    top: 40px
}

.timeLine__tit {
    font-size: 34px;
    letter-spacing: -0.85px;
    color: #212121;
    font-family: "notokr-medium";
    font-weight: normal;
    line-height: 1.2
}

.timeLine__arr:checked + .timeLine__arrBtn {
    color: #222;
    font-family: "notokr-medium";
    font-weight: normal;
    text-decoration: underline
}

.timeLine__arrBtn {
    display: block;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #ccc;
    cursor: pointer;
    margin-top: 10px
}

.timeLine__arrBtn:first-of-type {
    margin-top: 25px
}

.timeLine__right {
    min-height: 200px
}

.timeLine__more {
    font-size: 14px;
    color: #23aaea;
    letter-spacing: -0.35px;
    display: block;
    position: absolute;
    left: 177px;
    bottom: 30px
}

.timeLine__more:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -69px -468px;
    margin-left: 3px;
    vertical-align: middle
}

.timeLine__content {
    float: right;
    width: 753px;
    box-shadow: 0.6px 0.8px 0 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #f1f1f1;
    background-color: #fff;
    padding: 27px 30px 28px 27px;
    position: relative;
    min-height: 193px
}

.timeLine__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -235px;
    left: -10px;
    top: 31px
}

.timeLine__date {
    position: relative;
    float: left;
    width: 40px;
    text-align: center
}

.timeLine__year {
    height: 18px;
    color: #7cb5ec;
    font-family: "notokr-medium";
    font-weight: normal
}

.timeLine__year + .timeLine__day {
    margin-top: 0
}

.timeLine__itemTit {
    position: relative;
    margin-left: 51px;
    margin-top: 23px;
    padding: 18px 10px 18px 35px;
    box-sizing: border-box;
    font-size: 20px;
    color: #265fa5;
    letter-spacing: -0.5px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.timeLine__itemTit:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 8px;
    height: 100%;
    content: '';
    border-radius: 2px;
    background-color: #2d71c4
}

.timeLine__itemTit .text {
    font-family: "notokr-bold";
    font-weight: normal
}

.timeLine__item {
    clear: both
}

.timeLine__item:after {
    content: " ";
    display: table
}

.timeLine__item:after {
    clear: both
}

.timeLine__item:not(:first-of-type) {
    margin-top: 30px
}

.timeLine__item.-simple {
    margin-top: 11px
}

.timeLine__item.-simple .timeLine__date {
    width: auto
}

.timeLine__item.-simple .timeLine__day {
    font-size: 14px;
    color: #54759c
}

.timeLine__item.-simple .timeLine__day:after {
    width: 8px;
    height: 8px;
    background: #6b7082;
    right: -23px
}

.timeLine__item.-simple .timeLine__day:before {
    width: 55px;
    right: -80px
}

.timeLine__item.-simple .timeLine__content {
    padding-top: 19px;
    padding-bottom: 0;
    background: none;
    box-shadow: none;
    border: none;
    min-height: 0
}

.timeLine__item.-simple .timeLine__content:before {
    display: none
}

.timeLine__item.-simple .timeLine__type {
    font-size: 16px;
    letter-spacing: -0.4px;
    float: none;
    width: 100%
}

.timeLine__item.-simple .timeLine__txt {
    float: none;
    width: 100%;
    margin: 10px 0 0 0
}

.timeLine__item.-simple .timeLine__more {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    left: 0;
    top: -1px
}

.timeLine__item.-simple .timeLine__quarter {
    float: none
}

.timeLine__quarter {
    float: left
}

.timeLine__time {
    font-size: 14px;
    color: #54759c;
    font-family: "notokr-bold";
    font-weight: normal
}

.timeLine__type {
    font-size: 24px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.6px;
    color: #222;
    width: 105px;
    white-space: normal;
    margin-right: 45px
}

.timeLine__txt {
    float: left;
    width: 250px;
    margin-top: 24px;
    letter-spacing: -0.38px;
    color: #777;
    font-size: 15px;
    padding-bottom: 30px
}

.timeLine__thum {
    width: 260px;
    height: 136px;
    float: right;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.timeLine__day {
    font-size: 24px;
    color: #7cb5ec;
    font-family: "notokr-medium";
    font-weight: normal;
    width: 36px;
    white-space: normal;
    line-height: 1;
    position: relative;
    margin-top: 23px
}

.timeLine__day:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    background: #7cb5ec;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
    z-index: 1
}

.timeLine__day:before {
    content: "";
    display: block;
    position: absolute;
    width: 38px;
    border: dashed 1px #c3c3c3;
    right: -67px;
    top: 50%;
    transform: translateY(-50%)
}

.trainingView {
    width: 1100px;
    margin: 70px auto 0;
    clear: both
}

.trainingView:after {
    content: " ";
    display: table
}

.trainingView:after {
    clear: both
}

.trainingView__left {
    float: left;
    width: 240px
}

.trainingView__right {
    width: 845px;
    float: right;
    border-top: 2px solid #2e3235;
    vertical-align: top
}

.trainingView__level {
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    display: block
}

.trainingView__tit {
    font-size: 38px;
    letter-spacing: -0.95px;
    color: #222;
    line-height: 1;
    margin-top: 15px;
    font-family: "notokr-thin";
    font-weight: normal;
    display: block
}

.trainingView__tit i {
    white-space: nowrap
}

.trainingView__txt {
    border-bottom: 1px solid #ddd;
    padding: 34px 0 38px;
    font-size: 15px;
    color: #333
}

.trainingView__slide {
    margin: 25px 0 0;
    clear: both;
    position: relative
}

.trainingView__slide:after {
    content: " ";
    display: table
}

.trainingView__slide:after {
    clear: both
}

.trainingView__slideItem {
    width: 409px;
    height: 240px;
    position: relative;
    float: left;
    margin-bottom: 30px !important
}

.trainingView__slideItem:hover .trainingView__slideZoom {
    opacity: 1
}

.trainingView__slideItem:hover .trainingView__slideThum {
    box-shadow: 2.9px 4px 9.1px 0.9px rgba(45, 113, 196, 0.3)
}

.trainingView__slideThum {
    width: 409px;
    height: 240px;
    display: block;
    transition: all .3s
}

.trainingView__slideType {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #2d71c4;
    text-align: center;
    color: #2d71c4;
    font-size: 15px;
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 17px
}

.trainingView__slideZoom {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    transition: opacity .3s;
    font-size: 17px;
    font-family: "notokr-bold";
    font-weight: normal;
    background: rgba(45, 113, 196, 0.3);
    display: block
}

.trainingView__slideZoom:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -23px -468px;
    text-align: center;
    margin: 0 auto
}

.trainingView__slide .slick-slide {
    margin: 0 14px
}

.trainingView__slide .slick-list {
    margin: 0 -14px;
    overflow: auto;
    overflow-x: hidden
}

.trainingView__slide .slick-arrow {
    display: block;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 19px;
    height: 34px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -356px -313px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.trainingView__slide .slick-prev {
    left: -40px
}

.trainingView__slide .slick-next {
    right: -40px;
    transform: translateY(-50%) rotate(180deg)
}

table.table.-trainingView tr th, table.table.-trainingView tr td {
    height: 59px;
    padding: 21px 0;
    background: #fff;
    border-left: none
}

table.table.-trainingView tr th {
    font-size: 17px;
    color: #333;
    font-family: "notokr-bold";
    font-weight: normal;
    text-align: left
}

table.table.-trainingView tr td {
    color: #333
}

table.-row.noteWrite {
    width: 1100px;
    margin: 0 auto;
    border-width: 2px
}

table.-row.noteWrite th {
    font-size: 24px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333;
    vertical-align: top;
    padding-top: 35px;
    text-align: left;
    padding-left: 30px
}

table.-row.noteWrite td {
    font-size: 0;
    padding-left: 0;
    padding-right: 0
}

table.-row.noteWrite td:nth-of-type(1), table.-row.noteWrite td:nth-of-type(3), table.-row.noteWrite td:nth-of-type(5) {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px
}

table.-row.noteWrite .inp, table.-row.noteWrite .datepicker {
    font-size: 16px;
    min-width: 0
}

table.-row.noteWrite .selectBox + .datepicker {
    border-left: none
}

table.-row.noteWrite .iconDatepicker {
    margin-right: 0
}

table.-row.noteWrite .iconDatepicker + .inp {
    margin-left: 16px;
    border-left: none
}

table.-row.noteWrite .selectBox {
    min-width: auto
}

.noteWrite + .table.-row.noteWrite {
    margin-top: 49px
}

.noteWrite__addFile {
    display: flex
}

.noteWrite__addFile .btn {
    margin-left: 11px;
    vertical-align: middle
}

.noteWrite__addFile .selectBox {
    min-width: 515px;
    flex-grow: 1
}

.noteWrite__addFile .plusBtn, .noteWrite__addFile .minusBtn {
    margin-top: 8px
}

.noteWrite__addFile + div {
    margin-top: 9px
}

.noteWrite__fileList {
    font-size: 0
}

.noteWrite__fileItem {
    display: inline-block;
    position: relative;
    margin-top: 23px;
    width: 140px;
    border: 1px solid #ddd
}

.noteWrite__fileItem:not(:last-of-type) {
    margin-right: 13px
}

.noteWrite__fileThum {
    width: 140px;
    height: 105px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.noteWrite__fileName {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #777;
    padding: 9px 5px;
    line-height: 1
}

.noteWrite__fileDel {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -468px;
    position: absolute;
    right: -9px;
    top: -9px
}

.noteWrite ::placeholder {
    color: #ccc
}

.noteWrite input[type="checkbox"] + label {
    margin-right: 20px;
    margin-top: 19px
}

.noteWrite__checkBox {
    padding-top: 0 !important
}

.analyList {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.analyList__selectBox {
    clear: both
}

.analyList__selectBox:after {
    content: " ";
    display: table
}

.analyList__selectBox:after {
    clear: both
}

.analyList__selTit {
    float: left;
    width: 255px;
    font-size: 20px;
    color: #333;
    font-family: "notokr-medium";
    font-weight: normal;
    line-height: 46px
}

.analyList__selRight {
    float: right;
    width: 845px;
    font-size: 0
}

.analyList__selRight .slick-track {
    transform: translate3d(0, 0, 0) !important
}

.analyList__selBox {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    min-width: 100px;
    font-size: 16px;
    margin-top: 5px;
    color: #777772;
    border-color: #ddd;
    font-family: "notokr-bold";
    font-weight: normal
}

.analyList__selBox:not(:last-of-type) {
    margin-right: 8px
}

.analyList__selBox:hover {
    color: #2d71c4
}

.analyList__selBox.slick-current {
    color: #2d71c4;
    border-color: #2d71c4
}

.analyList__left {
    padding-top: 18px;
    float: left;
    width: 255px
}

.analyList__slideBox {
    border-top: 2px solid #2e3235;
    margin-top: 28px;
    padding-top: 40px;
    padding-bottom: 43px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    width: 100%;
    height: 570px
}

.analyList__slideBox .slick-track {
    transform: translate3d(0, 0, 0) !important
}

.analyList__date {
    font-size: 17px;
    color: #222
}

.analyList__slide {
    background-color: #fff
}

.analyList__tit {
    font-size: 38px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    letter-spacing: -1.9px;
    line-height: 1;
    margin-top: 18px
}

.analyList__link {
    font-size: 18px;
    color: #2d71c4;
    border-bottom: 2px solid #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-top: 30px;
    display: inline-block;
    position: absolute
}

.analyList__link:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -69px -468px;
    vertical-align: middle;
    position: absolute;
    margin-left: 9px;
    top: 5px
}

.analyList__item {
    display: block;
    width: 845px;
    height: 483px
}

.analyList__thum {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.analyList__time, .analyList .analyList__slideTime {
    position: absolute;
    display: block;
    left: -256px;
    bottom: 0
}

.analyList__time strong, .analyList .analyList__slideTime strong {
    font-size: 14px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222
}

.analyList__time i, .analyList .analyList__slideTime i {
    font-size: 14px;
    color: #777;
    display: inline-block;
    margin-left: 11px
}

.analyList__list .slick-arrow {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    top: 50%;
    width: 25px;
    height: 44px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -419px
}

.analyList__list .slick-prev {
    left: -75px
}

.analyList__list .slick-next {
    right: -50px;
    transform: rotate(180deg)
}

.analyList__right {
    width: 845px;
    float: right;
    position: relative
}

.analyList__slideThum {
    position: absolute;
    left: 0;
    bottom: 100px;
    font-size: 0;
    z-index: 10
}

.analyList__slideThum--item {
    display: inline-block;
    width: 90px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    border: 1px solid #bbbbbb
}

.analyList__slideThum--item:not(:last-of-type) {
    margin-right: 12px
}

.analyList__slideThum--item.slick-current {
    border: 2px solid #2d71c4
}

.analyList__itemZoom {
    display: block;
    width: 100%;
    height: 100%
}

.analyView {
    margin-top: 0
}

.analyView .analyList__selTit {
    line-height: 1;
    margin-top: 70px;
    float: none
}

.analyView .subPageTop {
    padding: 40px 0
}

.analyViewTop {
    position: relative;
    width: 1100px;
    margin: 0 auto
}

.analyViewTop__tit {
    font-size: 43px;
    letter-spacing: -2.15px;
    line-height: 56px
}

.analyViewTop__info {
    font-size: 20px;
    display: inline-block;
    width: 548px;
    vertical-align: top
}

.analyViewTop__type {
    font-family: "notokr-light";
    font-weight: normal;
    font-size: 14px;
    color: #929292
}

.analyViewTop__type:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 0 10px
}

.analyViewTop__date {
    letter-spacing: -0.4px;
    font-family: "notokr-medium";
    font-weight: normal;
    display: block;
    margin-top: 10px
}

.analyViewTop__point {
    position: absolute;
    right: 0;
    top: 0;
    width: 82px;
    overflow: hidden
}

.analyViewTop__pointNum {
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.66px;
    color: #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal;
    display: block;
    margin-top: 10px
}

.analyViewTop__pointTit {
    font-family: "notokr-light";
    font-weight: normal;
    font-size: 14px
}

.table.analyViewTable {
    margin-top: 35px
}

.table.analyViewTable thead th {
    background: #f8f8f8;
    padding: 15px 0;
    height: auto;
    border-top: 1px solid #2e3235;
    font-size: 14px
}

.table.analyViewTable thead tr:nth-child(1) th:nth-last-child(1), .table.analyViewTable thead tr:nth-child(1) th:nth-last-child(2), .table.analyViewTable thead tr:nth-child(1) th:nth-last-child(3) {
    font-size: 16px
}

.table.analyViewTable thead tr:nth-child(2) th {
    font-size: 13px;
    color: #777777
}

.table.analyViewTable tbody tr th, .table.analyViewTable tbody tr td {
    padding: 15px 0;
    min-height: 0;
    line-height: 1
}

.table.analyViewTable tbody tr th {
    border-right: 1px solid #ddd;
    font-size: 15px;
    color: #222;
    text-align: center
}

.table.analyViewTable tbody tr td {
    font-size: 16px;
    text-align: center;
    color: #717171
}

.table.analyViewTable tbody tr td:nth-child(14) {
    font-size: 15px
}

.table.analyViewTable tbody tr td .colorRed {
    color: #e73434 !important
}

.table.analyViewTable tbody tr td .colorBlue {
    color: #327bc6 !important
}

.table.analyViewTable .btn.-sizeM {
    width: 78px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "notokr-regular";
    font-weight: normal
}

.layerPopup.-analyView .layerPopup__content {
    padding: 0 50px 60px
}

.layerPopup.-analyView table.table.analyViewTable tbody tr th .colorRed, .layerPopup.-analyView table.table.analyViewTable tbody tr td .colorRed {
    color: #e73434;
    font-size: 15px
}

.layerPopup.-analyView .tabs {
    margin-top: 20px
}

.layerPopup.-analyView .tabs__btnGroup {
    border: none
}

.layerPopup.-analyView .tabs__btn {
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    color: #ccc
}

.layerPopup.-analyView .tabs__btn + .tabs__btn {
    border-left: none
}

.layerPopup.-analyView .tabs__btn.-active {
    color: #4793dc
}

.layerPopup.-analyView .tabs__btn.-active:after {
    display: none
}

.layerPopup.-analyView .graphArea {
    border: none;
    padding: 0;
    margin-bottom: 20px
}

.layerPopup.-analyView table.table.-row {
    border-top: 2px solid #c3c5c7
}

.layerPopup.-analyView table.table.-row tbody tr th, .layerPopup.-analyView table.table.-row tbody tr td {
    height: 50px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #e5e5e5
}

.layerPopup.-analyView table.table.-row tbody tr th:last-of-type, .layerPopup.-analyView table.table.-row tbody tr td:last-of-type {
    border-right: 0
}

.layerPopup.-analyView table.table.-row tbody tr th {
    background: #f8f8f8;
    color: #717171;
    padding: 15px
}

.layerPopup.-analyView table.table.-row tbody tr td {
    color: #212121
}

.analyProgress {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.analyProgress__content {
    clear: both;
    margin-top: 50px
}

.analyProgress__content:after {
    content: " ";
    display: table
}

.analyProgress__content:after {
    clear: both
}

.analyProgress__left {
    width: 528px;
    float: left;
    position: relative
}

.analyProgress__right {
    float: right;
    width: 528px
}

.analyProgress__type {
    font-size: 20px;
    border-bottom: 2px solid #2e3235;
    padding-bottom: 18px;
    letter-spacing: -1px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal
}

.analyProgress__tit {
    font-size: 16px;
    letter-spacing: -1px;
    color: #222;
    margin-top: 20px;
    font-family: "notokr-medium";
    font-weight: normal
}

.analyProgress__titItem.-right {
    font-family: "notokr-light";
    font-weight: normal
}

.analyProgress__titItem.-right:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #c2c2c2;
    margin: 0 10px
}

.analyProgress__status {
    width: 295px;
    float: left
}

.analyProgress__topTxt {
    padding: 22px 0 21px 0;
    line-height: 1;
    font-size: 18px;
    letter-spacing: -0.45px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal;
    border-bottom: 1px solid #ddd
}

.analyProgress__statusContent {
    min-height: 283px;
    padding-top: 52px;
    border-right: 1px solid #ccc;
    position: relative
}

.analyProgress__statusContent:after {
    content: "";
    display: block;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 67px;
    height: 67px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -248px -71px
}

.analyProgress__statusContent dt {
    width: 149px;
    float: left;
    clear: both;
    margin-bottom: 13px;
    color: #7e8396;
    font-family: "notokr-medium";
    font-weight: normal
}

.analyProgress__statusContent dd {
    float: left;
    width: 145px;
    margin-bottom: 13px;
    color: #555
}

.analyProgress__analysisContent {
    margin-top: 29px;
    margin-left: 54px;
    padding: 25px;
    float: left;
    background: #f6f6f6;
    width: 496px;
    height: 254px
}

.analyProgress__analysisContent dt {
    font-size: 18px;
    color: #222;
    letter-spacing: -0.45px;
    margin-bottom: 10px;
    font-family: "notokr-bold";
    font-weight: normal
}

.analyProgress__analysisContent dd {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #222;
    margin-bottom: 10px
}

.analyProgress__analysisContent dd:before {
    content: "→";
    display: inline-block;
    margin-right: 9px
}

.marking {
    position: relative;
    display: inline-block
}

.marking:after {
    content: "";
    display: block;
    width: 95%;
    height: 10px;
    background: #34a0e1;
    opacity: .2;
    left: 0;
    bottom: 0;
    position: absolute
}

.analyProgressTit {
    margin-top: 50px;
    color: #777
}

.analyProgress__month {
    position: relative;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    overflow: hidden;
    background: url("../images/trainingAnaly/bg_training_analy.jpg") repeat-x 0 bottom
}

.analyProgress__month:before {
    position: absolute;
    top: 0;
    content: "";
    display: inline-block;
    height: 100%;
    width: 3px;
    background: #000;
    z-index: 10
}

.analyProgress__top {
    font-size: 0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between
}

.analyProgress__num {
    text-align: center;
    min-width: 33px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -1px;
    flex-grow: 1
}

.analyProgress__num:last-child {
    min-width: 15px
}

.analyProgress__num:last-child .analyProgress__day {
    border-left: none;
    left: 0
}

.analyProgress__num:nth-child(n+33) {
    min-width: 33px
}

.analyProgress__num.-active .analyProgress__numTit {
    position: relative
}

.analyProgress__num.-active .analyProgress__numTit:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: -5px;
    background: #0987d659
}

.analyProgress__num.-tit {
    min-width: 60px;
    max-width: 60px;
    vertical-align: top;
    font-size: 14px
}

.analyProgress__num.-tit .analyProgress__numTit {
    font-size: 20px;
    height: auto
}

.analyProgress__num.-tit .analyProgress__numTit:before {
    display: none
}

.analyProgress__num.-tit .analyProgress__day {
    left: 0;
    margin-top: 25px;
    border-top: 1px solid #e0e0e0;
    padding-left: 29%;
    color: #bbb
}

.analyProgress__numTit {
    font-size: 15px;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-bottom: 10px;
    height: 17px
}

.analyProgress__numTxt {
    font-size: 12px;
    font-family: "notokr-medium";
    font-weight: normal
}

.analyProgress__numTxtWrap {
    position: relative;
    height: 45px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px
}

.analyProgress__numTxt.-blue {
    color: #4e88ac
}

.analyProgress__numTxt.-green {
    position: absolute;
    width: 100%;
    color: #80af6a;
    top: 15px
}

.analyProgress__bottom {
    background: #f9f9f9;
    font-size: 0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between
}

.analyProgress__day {
    display: inline-block;
    width: 100%;
    border-left: 1px solid #e0e0e0;
    height: 103px;
    vertical-align: top;
    position: relative;
    flex-grow: 1;
    left: calc(50% - 1px)
}

.analyProgress__day__btn {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

\  .analyProgress__day:hover {
    color: #2d71c4
}

.analyProgress__day.-tit {
    font-size: 14px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    color: #bbbbbb;
    font-family: "notokr-bold";
    font-weight: normal
}

.analyProgress__day.-all, .analyProgress__day.-green {
    border-left: 1px solid #4db220
}

.analyProgress__day.-all:before, .analyProgress__day.-green:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #4db220;
    position: absolute;
    top: 0;
    left: -3px
}

.analyProgress__day.-blue {
    border-left: 1px solid #0987d6
}

.analyProgress__day.-blue:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0987d6;
    position: absolute;
    top: 0;
    left: -3px
}

.analyProgress .square {
    width: 32px;
    height: 34px;
    border-radius: 6px;
    background: #0987d6;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    vertical-align: middle;
    text-align: center
}

.analyProgress .square:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.analyProgress .square:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 105px
}

.analyProgress .square:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -3px
}

.analyProgress .square p {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.analyProgress .square.-blue {
    top: 15px
}

.analyProgress .square.-blue:before {
    left: -1px;
    top: -15px;
    background: #0987d6
}

.analyProgress .square.-blue:after {
    top: -19px;
    background: #0987d6
}

.analyProgress .square.-green {
    background: #4db220;
    bottom: 10px
}

.analyProgress .square.-green:before {
    left: -1px;
    bottom: -10px;
    background: #4db220
}

.analyProgress .square.-green:after {
    top: -64px;
    background: #4db220
}

.analyProgress__table {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    table-layout: fixed
}

.analyProgress__table th {
    background: #f6f6f6;
    font-size: 14px
}

.analyProgress__table th strong {
    font-size: 30px;
    margin: 10px 0;
    display: block
}

.analyProgress__table td {
    text-align: center;
    padding: 10px 0;
    display: flex
}

.analyProgress__table td .alignLeft {
    padding-left: 20px
}

.analyProgress__table__item {
    display: inline-block;
    padding: 10px 20px;
    color: #999999
}

.analyProgress__table__item strong {
    font-size: 22px;
    font-family: "notokr-regular", sans-serif;
    font-weight: 400;
    white-space: nowrap;
    color: #222222;
    margin-bottom: 5px;
    display: block
}

.analyProgress__table__item + .analyProgress__table__item {
    border-left: 1px solid #ececec
}

.analyProgress .topSelectBox__inner.-square {
    border-radius: 0;
    background: #556699;
    font-size: 0;
    padding: 15px 20px
}

.analyProgress .analyBar:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: #0987d6;
    vertical-align: middle;
    margin: 0 5px 3px
}

.analyProgress .analyBar.-green:after {
    background: #4db220
}

.reTraining {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.reTraining__top .btn {
    width: 140px;
    min-width: 0;
    margin-left: 5px
}

.reTraining__topGroup + .reTraining__topGroup {
    margin-top: 10px
}

.reTraining__dateTxt {
    font-size: 15px;
    letter-spacing: -0.38px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 21px;
    color: #777
}

table.table.-reTraining {
    border-top: 2px solid #2e3235
}

table.table.-reTraining thead tr:first-of-type th {
    padding-top: 23px;
    padding-bottom: 21px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.35px;
    height: auto;
    color: #333
}

table.table.-reTraining thead tr:nth-child(2) th {
    padding: 12px 0;
    height: auto;
    font-size: 13px;
    color: #999
}

table.table.-reTraining tbody tr td {
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
    height: 60px;
    color: #777;
    line-height: 1.2
}

table.table.-reTraining tbody tr td .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    min-width: 0;
    font-size: 15px;
    padding: 0
}

.reTrainingPopup .layerPopup {
    min-width: 1300px
}

.reTrainingPopup .layerPopup__inner {
    width: 1200px;
    padding: 55px 45px
}

.reTrainingPopup__tit {
    display: inline-block;
    font-size: 28px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-bottom: 22px
}

.reTrainingPopup__top {
    float: right;
    width: 196px;
    height: 60px;
    background: #f5f6f7;
    margin-bottom: 18px;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 30px
}

.reTrainingPopup__top:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.reTrainingPopup__top span {
    vertical-align: middle
}

.reTrainingPopup__topTxt {
    font-size: 17px;
    letter-spacing: -0.43px;
    color: #222
}

.reTrainingPopup__topTxt small {
    font-size: 15px;
    letter-spacing: -0.38px
}

.reTrainingPopup__topNum {
    font-size: 32px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #2d71c4;
    display: inline-block;
    margin: 0 18px 0 40px
}

table.table.reTraining__table {
    border-top: 2px solid #222
}

table.table.reTraining__table thead tr th {
    text-align: left;
    font-size: 17px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333;
    letter-spacing: -0.43px;
    padding: 20px;
    line-height: 1
}

table.table.reTraining__table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #777;
    padding: 10px 0 10px 20px;
    vertical-align: middle
}

table.table.reTraining__table tbody tr td:nth-child(2n) {
    border-left: none;
    padding: 10px 20px 10px 0;
    text-align: right
}

table.table.reTraining__table tbody tr td input.inp {
    padding: 0 5px;
    text-align: center;
    width: 60px
}

table.table.reTraining__table tbody tr td label {
    vertical-align: middle
}

table.table.reTraining__table tbody tr td label:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.bigDataComp {
    width: 100%;
    margin-top: 0;
    padding-top: 70px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.bigDataComp__table {
    border-top: 2px solid #2e3235
}

.bigDataComp__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.bigDataComp__tit {
    font-size: 24px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    letter-spacing: -0.6px;
    line-height: 1
}

.bigDataComp__list {
    clear: both;
    margin-top: 25px;
    display: flex;
    border-top: 2px solid #2e3235
}

.bigDataComp__list:after {
    content: " ";
    display: table
}

.bigDataComp__list:after {
    clear: both
}

.bigDataComp__label {
    width: 180px
}

.bigDataComp__label li {
    padding-left: 30px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dddddd
}

.bigDataComp__label li:nth-child(2) {
    border-top: 1px solid #999999
}

.bigDataComp__label li.title {
    height: 190px;
    line-height: 24px;
    background: #f6f6f8;
    border-bottom: 0;
    padding-top: 35px;
    color: #777;
    font-family: "notokr-bold";
    font-weight: normal
}

.bigDataComp__data {
    margin-top: 190px;
    font-size: 0;
    border-top: 1px solid #999999
}

.bigDataComp__data li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding-left: 30px;
    margin-left: -1px
}

.bigDataComp__item {
    width: 310px;
    height: 190px;
    position: relative;
    transition: all .3s;
    background: #f6f6f8;
    border-left: 1px solid #dddddd
}

.bigDataComp__item.-active .bigDataComp__detail {
    display: block
}

.bigDataComp__item.-active .bigDataComp__data {
    margin-top: 0;
    font-size: 15px
}

.bigDataComp__item:hover {
    box-shadow: 4.2px 4.2px 11.4px 0.6px rgba(0, 0, 0, 0.1)
}

.bigDataComp__searchBtn {
    display: block;
    color: #222;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bigDataComp__searchBtn:before {
    content: "";
    display: block;
    width: 43px;
    height: 42px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -441px -43px;
    margin: 0 auto 12px
}

.bigDataComp__detail {
    display: none;
    position: relative;
    z-index: 10
}

.bigDataComp__txtBox {
    background: #f6f6f8;
    padding: 22px 19px 0 28px;
    height: 190px;
    position: relative
}

.bigDataComp__type {
    font-size: 15px;
    color: #97a3b1;
    letter-spacing: -0.5px
}

.bigDataComp__name {
    font-size: 22px;
    color: #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-top: 5px
}

.bigDataComp__name.-elp {
    font-size: 16px
}

.bigDataComp__name.-elp2 {
    font-size: 14px
}

.bigDataComp__day {
    color: #777777;
    font-size: 16px;
    margin-top: 15px
}

.bigDataComp__btnGroup {
    position: absolute;
    bottom: 12px
}

.bigDataComp__half {
    width: 100%;
    margin-top: 45px;
    clear: both
}

.bigDataComp__half:after {
    content: " ";
    display: table
}

.bigDataComp__half:after {
    clear: both
}

.bigDataComp__left {
    float: left;
    width: 533px
}

.bigDataComp__right {
    float: right;
    width: 533px
}

.bigDataComp__btn {
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    border: 1px solid #868686;
    background: #fff;
    font-size: 14px;
    border-radius: 4px;
    min-width: 0
}

.bigDataComp__btn:not(:first-of-type) {
    margin-left: 4px
}

.bigDataComp__tab .tabs__btn {
    display: inline-block;
    font-size: 22px;
    letter-spacing: -1.1px;
    color: #ddd;
    width: auto;
    padding: 0;
    font-family: "notokr-bold";
    font-weight: normal;
    border: none
}

.bigDataComp__tab .tabs__btn:not(:first-of-type):before {
    content: "";
    display: inline-block;
    margin: 0 25px;
    width: 1px;
    height: 16px;
    background: #ddd;
    cursor: none;
    pointer-events: none
}

.bigDataComp__tab .tabs__btn.-active {
    color: #23aaea
}

.bigDataComp__tab .tabs__btn.-active:after {
    display: none
}

.bigDataComp__chkType {
    position: absolute;
    top: 37px;
    right: 39px
}

.bigDataComp__selectType {
    width: 100%;
    position: relative
}

.bigDataComp__selectTypeInner {
    width: 100%;
    height: 80px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.bigDataComp__selectType__download {
    margin: 12px 0 -16px;
    text-align: right
}

.bigDataComp__selectInp {
    border: none;
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 27px 27px
}

.bigDataComp__selectInp::placeholder {
    color: #b9bec3
}

.bigDataComp__selectInp:not(:first-of-type) {
    border-left: 1px solid #ddd
}

.layerPopup.-bigDataCompare {
    min-width: 1200px;
    overflow-y: auto
}

.layerPopup.-bigDataCompare .layerPopup__inner {
    width: 1100px;
    vertical-align: top;
    margin-top: 95px
}

.layerPopup.-bigDataCompare .layerPopup__content {
    padding: 37px 39px 45px 38px;
    position: relative
}

.layerPopup.-bigDataCompare .fa span {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.layerPopup.-bigDataCompare .fa-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9499ab;
    font-size: 20px
}

.layerPopup.-bigDataCompare .selectBox {
    width: 240px;
    height: 56px;
    line-height: 56px
}

.layerPopup.-bigDataCompare .selectBox select {
    width: 100%;
    height: 100%
}

.layerPopup.-bigDataCompare .iconSelectBox {
    top: 24px
}

.bigDataCompare__search {
    position: relative
}

.bigDataCompare__inp {
    border: none;
    font-size: 24px;
    letter-spacing: -0.6px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    width: 100%;
    display: block
}

.bigDataCompare__inp::placeholder {
    color: #b9bec3
}

.bigDataCompare__inpBox {
    font-size: 0;
    margin-top: 13px
}

.bigDataCompare__tit {
    font-size: 14px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.35px;
    color: #333;
    line-height: 56px;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    text-align: center;
    margin-top: 23px
}

.bigDataCompare__txt {
    display: inline-block;
    vertical-align: middle;
    margin-top: 23px
}

.bigDataCompare__chk {
    position: absolute;
    right: 240px;
    bottom: 135px
}

.bigDataCompare__searchBtn {
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-family: "notokr-medium";
    font-weight: normal;
    border-radius: 0;
    margin: 60px auto 0;
    display: block
}

.bigDataResult {
    width: 100%;
    background: #fff;
    margin-top: 40px;
    position: relative
}

.bigDataResult__top {
    clear: both;
    font-size: 14px;
    letter-spacing: -0.35px
}

.bigDataResult__top:after {
    content: " ";
    display: table
}

.bigDataResult__top:after {
    clear: both
}

.bigDataResult .bbsList__count {
    margin-top: 0
}

.bigDataResult .bbsTop__left {
    float: left
}

.bigDataResult .bbsTop__right {
    float: right
}

table.table.-bigDataResult {
    border-top: 1px solid #bcbec0;
    margin-top: 16px
}

table.table.-bigDataResult .checkbox {
    font-size: 0
}

table.table.-bigDataResult thead tr th {
    border-left: none;
    font-size: 15px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #777;
    letter-spacing: -0.38px;
    height: 60px;
    padding: 0
}

table.table.-bigDataResult tbody tr:hover {
    background: #f2f5f8
}

table.table.-bigDataResult tbody tr td {
    text-align: center;
    border-left: none;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #999;
    padding: 10px 5px
}

.compareResult {
    width: 1100px;
    margin: 170px auto 0
}

.compareResult__tit {
    font-size: 30px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.75px
}

.compareResult .tabList {
    display: flex;
    border-bottom: 1px solid #bcbec0;
    margin-top: 45px
}

.compareResult .tabList .tabs__btn {
    flex-grow: 1;
    padding: 0 0 20px 0;
    width: auto;
    line-height: 1
}

.compareResult .tabList .tabs__btn.-active {
    font-family: "notokr-medium";
    font-weight: normal
}

.compareResult .tabPanel {
    padding-top: 40px;
    position: relative
}

.compareResult__tab {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block
}

.compareResult__item {
    position: relative
}

.compareResult__item:not(:first-of-type) {
    margin-top: 60px
}

.compareResult__zoom .layerPopup__content {
    width: 100%;
    height: 350px;
    padding: 10px
}

.compareResult__subTit {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #000;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-bottom: 15px
}

.compareResult__tabPanel__download {
    text-align: right;
    margin-top: -16px;
    margin-bottom: 10px
}

.compareResult .graphArea {
    position: relative
}

.compareResult .iconZoomBtn {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 20px
}

.compareResult__table.table {
    border-top: 1px solid #2e3235
}

.compareResult__table.table thead tr:nth-child(2) th {
    font-size: 13px;
    letter-spacing: -0.59px;
    color: #999
}

.compareResult__table.table thead tr th {
    height: 31px;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #222;
    background: #f8f8f8
}

.compareResult__table.table thead tr th:first-of-type {
    border-right: 1px solid #ddd
}

.compareResult__table.table tbody tr th {
    border-right: 1px solid #ddd;
    padding: 15px 10px;
    height: 31px
}

.compareResult__table.table tbody tr td {
    white-space: nowrap;
    height: 31px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #999;
    letter-spacing: -0.35px
}

.tabStyle__txt {
    fot-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #ddd
}

.tabStyle__txt:not(:first-of-type):before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #ccc
}

.tabStyle__inp:checked + .tabStyle__txt {
    color: #4793dc
}

.bigDataWeek {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px 27px;
    font-size: 0;
    position: relative;
    background: #f9f9f9
}

.bigDataWeek .slick-arrow {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -254px -209px;
    border-radius: 50%;
    top: 50%;
    margin-top: -12px;
    box-shadow: 2px 2.2px 7px 0 rgba(0, 0, 0, 0.1);
    z-index: 50
}

.bigDataWeek .slick-next {
    right: 15px
}

.bigDataWeek .slick-prev {
    left: 15px;
    transform: rotate(180deg)
}

.bigDataWeek__item {
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #ccc;
    background: #fff
}

.bigDataWeek__item:not(:first-of-type) {
    margin-left: 7px
}

.bigDataWeek__item.slick-current {
    border-color: #2d71c4;
    color: #2d71c4
}

table.table.bigDataComp__halfTable {
    width: 100%;
    border-top: 1px solid #646769
}

table.table.bigDataComp__halfTable thead tr th {
    background: #f8f8f8;
    border-left: none;
    font-size: 15px;
    color: #777;
    letter-spacing: -0.38px
}

table.table.bigDataComp__halfTable tbody tr th, table.table.bigDataComp__halfTable tbody tr td {
    border-left: none;
    text-align: center
}

table.table.bigDataComp__halfTable tbody tr th {
    font-size: 16px;
    color: #999;
    letter-spacing: -0.4px
}

table.table.bigDataComp__halfTable tbody tr td {
    font-size: 17px;
    color: #333
}

.tabSearch {
    width: 100%;
    border-radius: 12px;
    box-shadow: 6.7px 7.4px 16.4px 1.6px rgba(201, 201, 201, 0.16);
    border: solid 1px #ddd;
    background-color: #f9f9f9;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    text-align: left;
    height: 80px;
    padding: 0 30px 0 29px
}

.tabSearch:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.tabSearch__tit {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #777
}

.tabSearch .selectBox {
    vertical-align: middle;
    margin-left: 10px;
    width: 824px
}

.tabSearch .selectBox select {
    width: 100%
}

.tabSearch .btn {
    vertical-align: middle
}

.empty {
    text-align: center;
    padding: 150px 0;
    font-size: 16px
}

.tabPanel [role="tabpanel"] {
    display: none
}

.tabPanel [role="tabpanel"]:first-of-type {
    display: block
}

.bigDataLear {
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.topSelectBox.-bigDataLear .selectBox {
    min-width: 0
}

.topSelectBox.-bigDataLear .btn {
    margin-left: 10px
}

.topSelectBox.-bigDataLear .topSelectBox__inner {
    padding: 35px 25px;
    white-space: nowrap
}

table.table.-bigDataLear {
    border-top: 2px solid #2e3235
}

table.table.-bigDataLear.-detail {
    border-top: none
}

table.table.-bigDataLear tbody tr th {
    border-right: 1px solid #ddd
}

table.table.-bigDataLear tbody tr td {
    text-align: center;
    padding: 19px 0 23px;
    line-height: 1
}

table.table.-bigDataLear tbody tr td a {
    color: #2d71c4;
    cursor: pointer
}

table.table.-bigDataLear tbody tr td a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #2d71c4;
    border-top: 1px solid #2d71c4;
    transform: rotate(45deg);
    position: relative;
    top: -1px
}

.bigDataLearTop {
    width: 1100px;
    margin: 0 auto;
    clear: both
}

.bigDataLearTop:after {
    content: " ";
    display: table
}

.bigDataLearTop:after {
    clear: both
}

.bigDataLearTop__left {
    float: left;
    text-align: left;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.bigDataLearTop__leftBtn {
    width: 255px;
    line-height: 55px !important;
    height: 55px !important;
    font-size: 17px !important
}

.bigDataLearTop__company {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #2d71c4;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1
}

.bigDataLearTop__right {
    min-width: 600px;
    max-width: 830px;
    min-height: 200px;
    float: right;
    position: relative;
    padding: 20px 0 0 0;
    text-align: left
}

.bigDataLearTop__point {
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #569
}

.bigDataLearTop__tit {
    font-size: 34px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222;
    letter-spacing: -1.7px
}

.bigDataLearTop__date {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #777;
    margin-top: 10px
}

.bigDataLearTop__type {
    font-size: 15px;
    position: relative;
    color: #777777;
    display: inline-block;
    text-align: left
}

.bigDataLearTop__type strong {
    display: block;
    font-size: 28px;
    color: #222222;
    margin-top: 10px;
    max-width: 260px
}

.bigDataLearTop__type strong small {
    font-size: 15px;
    font-family: "notokr-light";
    font-weight: normal
}

.bigDataLearTop__type.-elp strong {
    font-size: 16px;
    line-height: 1.1
}

.bigDataLearTop__cover {
    padding: 29px 0
}

.bigDataGrow {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 33px 0 33px 43px
}

.topSelectBox .bigDataTable .table {
    table-layout: auto
}

.topSelectBox .bigDataTable .table tbody tr td {
    padding: 0 10px 0 10px;
    border-bottom: 0;
    height: 30px;
    vertical-align: top
}

.bigDataLear__moreBtn {
    color: #2d71c4
}

.bigDataLear__moreBtn:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #2d71c4;
    border-top: 1px solid #2d71c4;
    transform: rotate(45deg);
    position: relative;
    top: -1px
}

.bigDataLear .btnControl.-right {
    margin-top: 20px
}

.bigDataLear .btnControl.-right .btn {
    padding: 0 11px;
    font-size: 14px
}

.bigDataDetail__top {
    width: 100%;
    background: #23aaea;
    padding: 15px 21px 12px 28px;
    color: #fff;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bigDataDetail__top:after {
    content: " ";
    display: table
}

.bigDataDetail__top:after {
    clear: both
}

.bigDataDetail__date {
    flex-grow: 1;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: "notokr-medium";
    font-weight: normal
}

.bigDataDetail__date span:not(:first-of-type):before {
    content: "";
    display: inline-block;
    margin: 0 14px;
    width: 1px;
    height: 16px;
    background: #fff
}

.bigDataDetail__manual {
    border: 1px solid #91d5f5;
    color: #fff;
    font-size: 15px;
    background: transparent
}

.bigDataDetail__manual + .bigDataDetail__manual {
    margin-left: 10px !important
}

.bigDataGrow {
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    background: url("../images/bigData/bg_bigdataDetail.jpg") no-repeat right bottom;
    padding: 33px 0 0 350px
}

.bigDataGrow__left {
    position: absolute;
    left: 43px;
    top: 33px
}

.bigDataGrow__right {
    width: 635px;
    font-size: 0
}

.bigDataGrow__date {
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #999
}

.bigDataGrow__growth {
    font-size: 30px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -1.5px;
    color: #000
}

.bigDataGrow__item {
    padding-right: 37px;
    display: inline-block;
    text-align: left;
    width: 125px;
    vertical-align: top;
    margin-bottom: 40px
}

.bigDataGrow__item:not(:first-of-type) {
    width: 125px;
    padding: 0 0 0 18px;
    border-left: 1px solid #e4e4e4
}

.bigDataGrow__item:nth-child(5n+1) {
    border-left: none;
    padding: 0
}

.bigDataGrow__tit {
    font-size: 14px;
    color: #222;
    letter-spacing: -0.36px;
    line-height: 1;
    display: block
}

.bigDataGrow__data {
    margin-top: 14px;
    font-size: 28px;
    letter-spacing: -1.65px;
    color: #222;
    font-family: "notokr-medium";
    font-weight: normal
}

.bigDataGrow__data small {
    font-size: 14px;
    font-family: "notokr-regular";
    font-weight: normal;
    letter-spacing: -0.29px;
    display: inline-block;
    margin-left: 5px
}

.growManual .layerPopup__inner {
    width: 1000px;
    padding: 40px;
    background: #fff
}

.growManual__left {
    padding-top: 30px;
    width: 220px;
    border-top: 1px solid #2d71c4;
    float: left
}

.growManual__left span {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #999;
    margin-top: 15px;
    display: block
}

.growManual__tit {
    font-size: 32px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #222;
    line-height: 1
}

.growManual__right {
    float: right;
    width: 700px;
    border-top: 1px solid #ddd;
    padding: 30px 0 0 30px
}

.growManual__tip {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.growManual__tip span {
    font-size: 40px;
    font-family: "notokr-thin";
    font-weight: normal;
    color: #222
}

.growManual__tip small {
    font-size: 18px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.45px;
    color: #222;
    flex-grow: 1;
    margin-left: 34px
}

.growManual__thum {
    margin-top: 28px;
    float: left;
    width: 60px;
    height: 60px;
    box-shadow: 4.1px 5.7px 18px 0 rgba(81, 81, 81, 0.28);
    border: solid 1px #dddde7;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.growManual__txt {
    float: right;
    margin-top: 32px;
    width: 566px;
    background: #2d71c4;
    border-radius: 20px;
    padding: 34px 33px;
    color: #fff;
    font-size: 16px;
    position: relative
}

.growManual__txt:after {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 7px solid #2d71c4;
    border-right: 7px solid #2d71c4;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.growManual__txt strong {
    font-family: "notokr-medium";
    font-weight: normal
}

.growManual__txt li {
    display: block;
    position: relative;
    padding-left: 20px;
    font-family: "notokr-thin";
    font-weight: normal
}

.growManual__txt li:before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0
}

.growManual.-guide .layerPopup__inner {
    padding: 0;
    width: 700px
}

.growManual.-guide .keyPoint__top {
    background: #4f7fd1;
    padding: 0 28px
}

.growManual.-guide .keyPoint__tit {
    line-height: 70px;
    font-size: 20px;
    color: #fff
}

.growManual.-guide .keyPoint__txt {
    min-height: 200px;
    padding: 20px 30px;
    color: #333
}

.growManual.-guide .keyPoint__txt + .keyPoint__txt {
    border-top: 1px solid #dddddd
}

.growManual.-guide .keyPoint__txt img {
    max-width: 100%
}

.growManual.-guide button.-close {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 14px;
    min-width: 55px;
    padding: 0;
    background: transparent;
    color: #fff;
    border: 1px solid #7fb0e8
}

.growManual.-guide .keyPoint__txtTit {
    font-size: 22px;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-bottom: 10px
}

.growManual.-guide .keyPoint__bottom {
    height: 800px;
    overflow-y: scroll
}

.layerPopup__inner .tabs, .layerPopup__inner .bigDataLear {
    width: 100%
}

.layerPopup__inner .inner {
    padding: 20px 20px 40px
}

.layerPopup__inner .bigDataGrow {
    margin-top: 0
}

.layerPopup__inner table.table.-bigDataLear tbody tr td {
    padding: 15px 0
}

@media screen and (max-width: 1600px) {
    .keyPoint__bottom {
        height: 600px !important;
        overflow-y: scroll
    }
}

.groupList__topInner {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 40px
}

.groupList__thum {
    width: 400px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left
}

.groupList__right {
    width: 660px;
    min-height: 40px;
    float: right;
    position: relative;
    text-align: left
}

.groupList__group {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #777;
    line-height: 1;
    margin-bottom: 14px
}

.groupList__tit {
    font-size: 28px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1.4px;
    color: #222;
    line-height: 1;
    margin-bottom: 36px
}

.groupList__mem {
    margin-top: 35px;
    clear: both;
    font-size: 0;
    margin-bottom: 25px
}

.groupList__mem:after {
    content: " ";
    display: table
}

.groupList__mem:after {
    clear: both
}

.groupList__dt {
    float: left;
    font-size: 15px;
    color: #222;
    letter-spacing: -0.38px;
    width: 50px;
    clear: both;
    font-family: "notokr-bold";
    font-weight: normal
}

.groupList__dd {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #222;
    float: left
}

.groupList__setting {
    display: block;
    color: #2d71c4;
    font-size: 17px;
    letter-spacing: -0.43px
}

.groupList__setting:after {
    content: "";
    display: inline-block;
    margin-left: 11px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #2d71c4;
    border-top: 1px solid #2d71c4;
    transform: rotate(135deg) translateY(5px)
}

.groupList__year {
    position: absolute;
    right: 0;
    top: 0
}

.groupList__year label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #ccc;
    font-family: "notokr-medium";
    font-weight: normal
}

.groupList__year .selectBox {
    width: 90px;
    min-width: 0;
    vertical-align: middle;
    margin-left: 11px
}

.groupList__year .selectBox select {
    width: 100%;
    min-width: 0
}

.groupList__write {
    position: absolute;
    right: 0;
    bottom: 0
}

.bbsList.groupList .bbsList__day span {
    font-size: 14px;
    color: #999;
    letter-spacing: -0.35px
}

.bbsList.groupList .bbsList__day span:not(:first-of-type):before {
    content: "·";
    display: inline-block;
    margin: 0 5px;
    font-family: "notokr-bold";
    font-weight: normal
}

.bbsList.groupList .bbsList__day span:first-of-type {
    color: #c2c2c2;
    font-family: "notokr-medium";
    font-weight: normal
}

.bbsList.groupList .bbsList__inner {
    flex-grow: 1;
    max-width: 620px;
    width: 100%
}

.bbsList.groupList .bbsList__item {
    position: relative
}

.bbsList.groupList .bbsList__item:after {
    display: none
}

.bbsList.groupList .bbsList__numBox {
    width: 144px
}

.bbsList.groupList .bbsList__info {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #aaa;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.bbsList.groupList .bbsList__info span {
    white-space: nowrap
}

.bbsList.groupList .bbsList__info span:not(:first-of-type):before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #e5e5e5
}

.bbsList.groupList .bbsList__tit {
    min-width: 0;
    max-width: 540px;
    display: inline-block;
    vertical-align: middle
}

.bbsList.groupList .bbsList__replyNum {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    letter-spacing: -0.55px;
    margin: 12px 0 0 10px;
    color: #2d71c4;
    font-family: "notokr-medium";
    font-weight: normal
}

.groupListWrite .layerPopup__tit {
    text-align: center;
    font-size: 32px;
    font-family: "notokr-bold";
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px
}

.groupListWrite .layerPopup__inner {
    width: 1200px;
    padding: 50px
}

.userGroupList .groupList__year {
    position: relative
}

.groupList__top.-class .groupList__right {
    width: 100%
}

.groupList__top.-class .groupList__dd, .groupList__top.-class .groupList__dt {
    float: none;
    display: inline-block;
    width: auto
}

.groupList__top.-class .groupList__tit {
    margin-bottom: 0;
    font-size: 32px;
    font-family: "notokr-medium";
    font-weight: normal
}

.groupList__top.-class .groupList__mem {
    margin-top: 18px;
    margin-bottom: 0
}

.groupList__top.-class .groupList__dt {
    margin-left: 8px
}

.groupList__top.-class .groupList__dt + .groupList__dd:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #cdd0d5;
    margin: 0 10px;
    vertical-align: middle
}

@font-face {
    font-family: 'nm_extrabold';
    src: url("../font/nanumsquare/nm_extrabold.eot"), url("../font/nanumsquare/nm_extrabold.woff") format("woff"), url("../font/nanumsquare/nm_extrabold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

body.hasLeft {
    min-width: 1780px
}

.myPage {
    width: 100%;
    min-height: 980px;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 1px 5px #e3e3ff inset;
    margin-top: 0;
    background: #f6f6f6 url("../images/mypage/bg_mypage_left.jpg") repeat-y left top;
    margin-bottom: -100px;
    clear: both
}

.myPage:after {
    content: " ";
    display: table
}

.myPage:after {
    clear: both
}

.myPage__left {
    width: 300px;
    height: 100%;
    background: #fff;
    position: absolute
}

.myPage__top {
    width: 100%;
    height: 313px;
    background: url("../images/mypage/bg_mypage_tomato.jpg") no-repeat 0 0;
    padding: 36px 0 0 25px;
    color: #fff
}

.myPage__content {
    margin: 0 auto;
    width: 1100px;
    padding: 64px 0
}

.myPage__data {
    width: 100%;
    height: 86px;
    background: url("../images/mypage/bg_mypage_data.jpg") no-repeat 0 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-align: center;
    font-size: 0
}

.myPage__data:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.myPage__dataLeft, .myPage__dataRight {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.myPage__dataTop {
    font-size: 13px;
    letter-spacing: -0.65px;
    color: #b4aedb
}

.myPage__dataTxt {
    font-size: 16px;
    margin-top: 8px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9)
}

.myPage__dataTxt:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px
}

.myPage__dataTxt strong {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: "notokr-medium";
    font-weight: normal
}

.myPage__tit {
    font-size: 28px;
    letter-spacing: -1.33px;
    color: #333;
    font-family: "notokr-bold";
    font-weight: normal;
    display: inline-block
}

.myPage__subTit {
    margin-bottom: 19px;
    font-size: 18px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.45px;
    color: #333;
    clear: both
}

.myPage__subTit:after {
    content: " ";
    display: table
}

.myPage__subTit:after {
    clear: both
}

.myPage__subTit .completeLecture__more {
    margin-top: 0;
    font-family: "notokr-regular";
    font-weight: normal
}

.myPage__group {
    margin-top: 40px
}

.myPage__box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2.4px 5.5px 21.8px 2.2px rgba(148, 150, 211, 0.16)
}

.myPage__box__item {
    position: relative;
    background: #fff;
    z-index: 10
}

.myPage__box__item .completeLecture__more {
    position: relative;
    float: none;
    color: #8e8ebf;
    z-index: 30;
    font-size: 14px;
    border: 1px solid #8e8ebf;
    border-radius: 13.5px;
    width: 122px;
    text-align: center;
    padding: 4px 0;
    display: inline-block
}

.myPage__box__item:not(:last-of-type) .completeLecture__content {
    border-top: 1px solid #eaeaea
}

.myPage__name {
    font-size: 18px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.45px
}

.myPage__kg {
    margin-top: 15px
}

.myPage__num {
    font-size: 50px;
    font-family: "notokr-bold";
    font-weight: normal;
    position: relative;
    z-index: 10
}

.myPage__num:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 18px;
    background: #55c0c0;
    z-index: -1
}

.myPage__unit {
    font-size: 20px;
    letter-spacing: -0.2px;
    font-family: "notokr-regular";
    font-weight: normal
}

.myPage__date {
    font-size: 14px;
    color: #d4c7ff;
    letter-spacing: 0.35px;
    margin-top: 11px
}

.myPageNav {
    font-size: 0
}

.myPageNav__item {
    display: block;
    width: 100%;
    height: 48px;
    vertical-align: middle;
    transition: background-color .3s;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #777;
    padding: 0 0 0 32px;
    vertical-align: middle
}

.myPageNav__item:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.myPageNav__item:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative
}

.myPageNav__item:hover, .myPageNav__item.-active {
    background: #e7e7f7;
    font-weight: normal;
    color: #222
}

.myPageNav__item:nth-child(3), .myPageNav__item:nth-child(6) {
    border-bottom: 1px solid #eaeaea
}

.myPageNav__item:last-of-type {
    margin-bottom: 100px
}

.myPageNav__item.-dash:before {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px -177px
}

.myPageNav__item.-dash.-active:before {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -20px
}

.myPageNav__item.-rank:before {
    width: 13px;
    height: 9px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -142px
}

.myPageNav__item.-rank.-active:before {
    width: 13px;
    height: 9px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -156px
}

.myPageNav__item.-bat:before {
    width: 14px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -154px -139px
}

.myPageNav__item.-bat.-active:before {
    width: 14px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -154px -118px
}

.myPageNav__item.-stud:before {
    width: 15px;
    height: 13px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -79px -177px
}

.myPageNav__item.-stud.-active:before {
    width: 15px;
    height: 13px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -177px
}

.myPageNav__item.-run:before {
    width: 15px;
    height: 14px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -19px -177px
}

.myPageNav__item.-run.-active:before {
    width: 15px;
    height: 14px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -39px -177px
}

.myPageNav__item.-chk:before {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px 0px
}

.myPageNav__item.-chk.-active:before {
    width: 14px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -40px
}

.myPageNav__item.-qna:before {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -148px
}

.myPageNav__item.-qna.-active:before {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -128px
}

.myPageNav__item.-word:before {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -108px
}

.myPageNav__item.-word.-active:before {
    width: 15px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -88px
}

.myPageNav__item.-res:before {
    width: 13px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -60px
}

.myPageNav__item.-res.-active:before {
    width: 13px;
    height: 16px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -81px
}

.myPageNav__item.-info:before {
    width: 12px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -102px
}

.myPageNav__item.-info.-active:before {
    width: 12px;
    height: 15px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -215px -122px
}

.myPage__certificate * {
    font-family: nm_extrabold
}

.myPage__certificate .page {
    width: 21cm;
    min-height: 29.7cm;
    background: #eee
}

.myPage__certificate .content {
    background: #fff;
    position: relative;
    font-size: 0
}

.myPage__certificate .content img {
    width: 100%
}

.myPage__certificate .txtBox {
    width: 100%;
    font-size: 24px;
    position: absolute;
    top: 167px;
    left: 0;
    text-align: center;
    padding: 0 100px;
    z-index: 10
}

.myPage__certificate .txtBox__title {
    font-size: 57px;
    letter-spacing: 30px
}

.myPage__certificate .txtBox__name {
    text-align: left;
    font-size: 25px;
    margin-top: 80px;
    line-height: 51px
}

.myPage__certificate .txtBox__nameTit {
    width: 72px;
    display: inline-block;
    position: relative;
    margin-right: 25px
}

.myPage__certificate .txtBox__nameTit:after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: -18px
}

.myPage__certificate .txtBox__txt {
    font-size: 31px;
    line-height: 70px;
    margin-top: 100px
}

.myPage__certificate .txtBox__day {
    font-size: 21px;
    margin-top: 130px
}

.myPage__certificate .txtBox__school {
    font-size: 31px;
    margin-top: 35px
}

.myPage__certificate .stampImg {
    position: absolute;
    bottom: 149px;
    right: 200px;
    width: 76px
}

.layerPopup.-print .layerPopup__inner {
    width: 769px;
    padding-left: 0;
    padding-right: 0
}

.printBox {
    width: 692px;
    height: 976px;
    margin: 0 auto;
    box-shadow: 4.1px 4.4px 13.7px 1.4px #ececec;
    border: solid 1px #ddd;
    position: relative
}

.printBox .myPage__certificate {
    position: absolute;
    left: -53px;
    top: -81px;
    transform: scale(0.8)
}

.minusBtn1 {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -196px -209px;
    margin-left: 10px
}

.dashBoard__topTit {
    font-size: 28px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1.4px;
    color: #333;
    line-height: 1;
    position: relative
}

.dashBoard__topTit span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    letter-spacing: -0.15px;
    color: #333;
    font-family: "notokr-regular";
    font-weight: normal
}

.dashBoard__topTit span i {
    color: #bbb;
    display: inline-block;
    margin-left: 5px
}

.dashBoard__topBox {
    border: 2px solid #e4e4eb;
    width: 100%;
    border-radius: 12px;
    padding: 35px 0 39px 50px;
    clear: both;
    margin-top: 25px
}

.dashBoard__topBox:after {
    content: " ";
    display: table
}

.dashBoard__topBox:after {
    clear: both
}

.dashBoard__topLeft {
    float: left;
    width: 505px
}

.dashBoard__topLeft .dashBoard__topTxt {
    display: inline-block;
    margin-left: 24px
}

.dashBoard__topLeft h3 {
    font-size: 24px;
    display: block;
    letter-spacing: -1.2px;
    color: #222;
    margin-top: 19px
}

.dashBoard__topLeft h3 span {
    color: #3640ce
}

.dashBoard__topLeft a {
    border: 1px solid #575cf2;
    border-radius: 15px;
    color: #575cf2;
    font-size: 15px;
    letter-spacing: -0.75px;
    line-height: 30px;
    padding: 0 22px;
    display: inline-block;
    margin-top: 15px
}

.dashBoard__topLeft a:after {
    content: ">";
    display: inline-block;
    margin-left: 5px
}

.dashBoard__topCenter {
    float: left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 290px;
    height: 90px;
    padding: 12px 0 0 0;
    margin-top: 7px
}

.dashBoard__topInfo {
    float: left;
    width: 50%;
    text-align: center
}

.dashBoard__topInfo small {
    font-size: 14px;
    letter-spacing: -0.35px
}

.dashBoard__topCenterTit {
    display: block;
    font-size: 14px;
    color: #9a9cb5;
    letter-spacing: -0.7px;
    margin-bottom: 21px
}

.dashBoard__topCenterNum {
    font-size: 32px;
    letter-spacing: -0.8px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal;
    display: inline-block;
    line-height: 1
}

.dashBoard__topCenterNum i {
    display: inline-block;
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 28px;
    position: relative;
    top: -3px
}

.dashBoard__topLast {
    float: left;
    margin-left: 28px
}

.dashBoard__topLastBtn {
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    display: block;
    width: 175px;
    position: relative
}

.dashBoard__topLastBtn:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #575cf2;
    border-top: 2px solid #575cf2;
    transform: rotate(135deg);
    float: right;
    margin-top: 5px
}

.dashBoard__work {
    margin-top: 38px;
    font-size: 0;
    position: relative
}

.dashBoard__workBtn {
    font-size: 15px;
    color: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.dashBoard__workBtn:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #575cf2;
    border-top: 2px solid #575cf2;
    transform: rotate(135deg);
    float: right;
    margin-top: 5px;
    margin-left: 10px
}

.dashBoard__workBox {
    width: 100%;
    height: 110px;
    margin-top: 17px;
    vertical-align: middle;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 2.4px 5.5px 21.8px 2.2px rgba(169, 171, 228, 0.16)
}

.dashBoard__workBox:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.dashBoard__workContent {
    display: inline-block;
    vertical-align: middle
}

.dashBoard__workContent:not(:first-of-type) {
    margin-left: 70px
}

.dashBoard__workContent:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 14px
}

.dashBoard__work .-con1:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px 0px;
    box-shadow: 2.8px 6.4px 10.9px 1.1px rgba(126, 134, 255, 0.33)
}

.dashBoard__work .-con2:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px 0px;
    box-shadow: 2.8px 6.4px 10.9px 1.1px rgba(99, 157, 124, 0.33)
}

.dashBoard__work .-con3:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px -59px;
    box-shadow: 2.8px 6.4px 10.9px 1.1px rgba(208, 174, 38, 0.33)
}

.dashBoard__work h4 {
    display: inline-block;
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #999;
    vertical-align: middle;
    margin-right: 27px
}

.dashBoard__work p {
    vertical-align: middle;
    display: inline-block
}

.dashBoard__work span {
    font-size: 28px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.7px;
    color: #333
}

.dashBoard__work small {
    font-size: 15px;
    letter-spacing: -0.38px;
    display: inline-block;
    margin-right: 5px
}

.dashBoard__thum {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top
}

.dashBoard__pra {
    margin-top: 40px
}

.dashBoard__praBox {
    margin-top: 19px;
    width: 100%
}

.dashBoard__praList {
    padding: 30px 40px;
    font-size: 0;
    vertical-align: middle;
    width: 357px;
    height: 184px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 2.4px 5.5px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    text-align: left;
    display: inline-block;
    margin-right: 0;
    position: relative
}

.dashBoard__praList:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
    margin-right: 10px
}

.dashBoard__praType {
    display: inline-block;
    color: #222222;
    font-size: 15px;
    letter-spacing: -0.4px;
    font-family: "notokr-medium";
    font-weight: normal;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    margin-right: 15px
}

.dashBoard__praType:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 9px;
    background: #d0daff;
    z-index: -1
}

.dashBoard__praTxt {
    display: inline-block;
    width: 280px;
    font-size: 20px;
    letter-spacing: -0.43px;
    color: #222;
    font-family: "notokr-medium";
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em;
    vertical-align: middle;
    margin-top: 20px
}

.dashBoard__praProgress {
    display: inline-block;
    font-size: 14px;
    color: #999;
    letter-spacing: -0.8px;
    vertical-align: middle;
    font-family: "notokr-light";
    font-weight: normal
}

.dashBoard__praProgress strong {
    color: #2d2f40
}

.dashBoard__praLink {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #777777;
    border: 0;
    float: right
}

.dashBoard__praLink:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #575cf2;
    border-right: 2px solid #575cf2;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -1px
}

.dashBoard__subTit {
    font-size: 18px;
    letter-spacing: -0.45px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333
}

.dashBoard__bbs {
    margin-top: 41px
}

.dashBoard__bbsBox {
    width: 100%;
    border-radius: 12px;
    margin-top: 19px;
    box-shadow: 2.4px 5.5px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    font-size: 0;
    padding: 40px 0 40px 45px;
    clear: both;
    background: #fff
}

.dashBoard__bbsBox:after {
    content: " ";
    display: table
}

.dashBoard__bbsBox:after {
    clear: both
}

.dashBoard__bbsItem {
    float: left;
    width: 310px;
    position: relative
}

.dashBoard__bbsItem:not(:first-of-type) {
    margin-left: 40px
}

.dashBoard__bbsType {
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #222;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "notokr-medium";
    font-weight: normal
}

.dashBoard__bbsTit {
    font-size: 22px;
    letter-spacing: -0.55px;
    color: #333;
    margin-bottom: 15px
}

.dashBoard__bbsTxt {
    font-size: 15px;
    letter-spacing: -0.38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 23px;
    max-height: 46px;
    color: #bbbbc6
}

.dashBoard__bbsInfo {
    display: block;
    margin-top: 20px
}

.dashBoard__bbsInfo span {
    display: inline-block;
    font-size: 14px;
    color: #9a9cb5
}

.dashBoard__bbsInfo span:not(:first-of-type):before {
    content: "";
    width: 1px;
    height: 11px;
    background: #ddd;
    display: inline-block;
    margin: 0 10px
}

.dashBoard__bbsMore {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.35px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #ccc;
    margin-left: 20px
}

.dashBoard__bbsMore:after {
    content: "+";
    display: inline-block;
    color: #aaaae6;
    margin-left: 3px
}

.dashBoard__bbs li:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px
}

.dashBoard__bbs li a {
    display: block;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-bottom: 13px
}

.dashBoard__bbs li a:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.dashBoard__bbsLongTxt {
    display: block;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.38px;
    width: 100%;
    font-family: "notokr-medium";
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important
}

.dashBoard__bbsDate {
    display: block;
    font-size: 13px;
    color: #9a9cb5;
    letter-spacing: -0.33px;
    margin-top: 5px
}

.dashBoard__bbsDate i {
    display: inline-block
}

.dashBoard__bbsDate i:not(:first-of-type):before {
    content: "";
    display: inline-block;
    background: #ddd;
    width: 1px;
    height: 15px;
    margin: 0 5px;
    position: relative;
    top: 2px
}

.myLecture__top {
    width: 100%;
    height: 110px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2.4px 5.5px 21.8px 2.2px rgba(169, 171, 228, 0.16);
    font-size: 0;
    margin-top: 19px
}

.myLecture__top:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.myLecture__topItem {
    display: inline-block;
    text-align: center;
    width: 50%
}

.myLecture__topItem:not(:first-of-type) {
    border-left: 1px solid #eaeaea
}

.myLecture__topItem h3 {
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.7px;
    color: #999;
    vertical-align: middle;
    display: inline-block
}

.myLecture__topItem h3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    box-shadow: 2.8px 6.4px 10.9px 1.1px rgba(126, 134, 255, 0.33);
    border-radius: 50%;
    margin-right: 10px
}

.myLecture__topItem p {
    display: inline-block;
    font-size: 28px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.7px;
    color: #333;
    vertical-align: middle;
    margin-left: 25px
}

.myLecture__topItem p small {
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.38px
}

.myLecture__topItem .-left:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -59px
}

.myLecture__topItem .-right:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px 0px
}

.completeLecture .myPage__box {
    padding: 35px 30px 45px;
    position: relative
}

.completeLecture .myPage__box:after {
    content: "완료된 학습 내용이 없습니다.";
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.completeLecture__tit {
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.43px;
    color: #333
}

.completeLecture__file {
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #c9c9d0;
    margin-top: 5px
}

.completeLecture__slide {
    padding-left: 10px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #575cf2;
    letter-spacing: -0.4px;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 10
}

.completeLecture__slide:before {
    content: "·";
    display: inline-block;
    margin-right: 5px
}

.completeLecture__slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 1010px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(-45deg);
    transition: all .3s
}

.completeLecture__slide.-active:after {
    transform: rotate(135deg)
}

.completeLecture__slide.-active ~ .completeLecture__content {
    display: block
}

.completeLecture__slide.-active ~ .completeLecture__content table {
    display: table
}

.completeLecture__content {
    background: #fafafa;
    clear: both;
    position: relative;
    z-index: 10
}

.completeLecture__content:after {
    content: " ";
    display: table
}

.completeLecture__content:after {
    clear: both
}

.completeLecture__content .table {
    display: none
}

.completeLecture__content .table thead tr th {
    font-size: 15px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.38px;
    color: #222;
    border-left: none;
    border-color: #222;
    background: none;
    height: 54px
}

.completeLecture__content .table tbody tr td {
    border-left: none;
    padding: 0;
    height: 70px
}

.completeLecture__content .table tbody tr td:nth-child(1) {
    color: #777;
    text-align: center
}

.completeLecture__content .table tbody tr td:nth-child(4) {
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #777;
    text-align: center
}

.completeLecture__content .table tbody tr td:nth-child(5) {
    text-align: center
}

.completeLecture__content .table tbody tr td:nth-child(5) a {
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.35px;
    color: #575cf2
}

.completeLecture__content .table tbody tr td:nth-child(6) {
    text-align: center
}

.completeLecture__content .table tbody tr td a.btn {
    width: 122px;
    height: 40px;
    line-height: 40px;
    min-width: 0;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #222;
    border-radius: 20px
}

.completeLecture__content .table tbody tr td a.btn:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #575cf2;
    border-right: 2px solid #575cf2;
    transform: rotate(45deg);
    position: relative;
    top: -2px
}

.completeLecture__content .table tbody tr td .lectureList__progress {
    position: relative;
    width: 97px;
    top: 0;
    left: 0;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden
}

.completeLecture__content .table tbody tr td .lectureList__progress i {
    background: #7e86ff;
    border: none
}

.completeLecture__content .table tbody tr td .lectureList__progressTxt {
    color: #7e86ff;
    display: inline-block;
    font-size: 12px
}

.completeLecture__more {
    float: right;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.15px;
    margin-top: 22px
}

.completeLecture__more:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #575cf2;
    border-right: 1px solid #575cf2;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 3px
}

.myLearning .completeLecture__content {
    display: block
}

.myLearning__info {
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #575cf2;
    display: inline-block;
    margin-left: 15px
}

table.table.myPage__table thead tr th {
    font-size: 15px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.38px;
    color: #222;
    border-left: none;
    border-color: #222;
    background: none;
    height: 54px
}

table.table.myPage__table tbody tr td {
    border-left: none;
    padding: 0;
    height: 70px
}

table.table.myPage__table tbody tr td:nth-child(1) {
    color: #777;
    text-align: center
}

table.table.myPage__table tbody tr td:nth-child(4) {
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #777;
    text-align: center
}

table.table.myPage__table tbody tr td:nth-child(5) {
    text-align: center
}

table.table.myPage__table tbody tr td:nth-child(5) a {
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.35px;
    color: #575cf2
}

table.table.myPage__table tbody tr td:nth-child(6) {
    text-align: center
}

table.table.myPage__table tbody tr td a.btn {
    width: 122px;
    height: 40px;
    line-height: 40px;
    min-width: 0;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #222;
    border-radius: 20px;
    border-color: #ddd
}

table.table.myPage__table tbody tr td a.btn:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #575cf2;
    border-right: 2px solid #575cf2;
    transform: rotate(45deg);
    position: relative;
    top: -2px
}

table.table.myPage__table tbody tr td .lectureList__progress {
    position: relative;
    width: 97px;
    top: 0;
    left: 0;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden
}

table.table.myPage__table tbody tr td .lectureList__progress i {
    background: #7e86ff;
    border: none
}

table.table.myPage__table tbody tr td .lectureList__progressTxt {
    color: #7e86ff;
    display: inline-block;
    font-size: 12px
}

.hisLecture {
    clear: both
}

.hisLecture:after {
    content: " ";
    display: table
}

.hisLecture:after {
    clear: both
}

.hisLecture__left {
    width: 365px;
    height: 195px;
    float: left
}

.hisLecture__leftTit {
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #2f7878
}

.hisLecture__leftCount {
    color: #fff;
    font-size: 34px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.85px
}

.hisLecture__leftCount small {
    font-size: 16px;
    letter-spacing: -0.4px;
    font-family: "notokr-regular";
    font-weight: normal
}

.hisLecture__leftSub {
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #2f7878;
    margin-top: 30px
}

.hisLecture__leftType {
    font-size: 0
}

.hisLecture__leftType li {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: #3ba3a3;
    border-radius: 11px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.35px;
    margin-right: 4px;
    padding: 0 10px;
    margin-top: 5px
}

.hisLecture__leftTotalCount {
    font-size: 60px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center
}

.hisLecture__leftTotalCount small {
    font-size: 15px;
    letter-spacing: -0.38px;
    display: block;
    font-family: "notokr-regular";
    font-weight: normal
}

.hisLecture__box {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-top: 25px;
    border-radius: 12px;
    box-shadow: 2.4px 5.5px 11.8px 1.2px rgba(68, 198, 198, 0.46);
    background: #55c0c0 url("../images/mypage/bg_history.jpg") no-repeat right bottom;
    position: relative
}

.hisLecture__right {
    width: 705px;
    float: right;
    margin-top: 25px
}

.hisLecture__rightTit {
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #9a9cb5;
    line-height: 1
}

.hisLecture__rightSub {
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #c9c9d0;
    font-family: "notokr-bold";
    font-weight: normal
}

.hisLecture__rightTxt {
    font-size: 20px;
    letter-spacing: -1px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 30px;
    max-height: 60px;
    margin-top: 20px
}

.hisLecture__rightLink {
    font-size: 15px;
    color: #3aacac;
    letter-spacing: -0.38px;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-top: 15px;
    display: block
}

.hisLecture__rightLink:after {
    content: ">";
    display: inline-block;
    margin-left: 10px
}

.hisLecture__right .-left, .hisLecture__right .-right {
    float: left;
    width: 50%;
    padding-right: 80px
}

.hisLecture__right .-right {
    border-left: 1px solid #eaeaea;
    padding-left: 40px;
    padding-right: 40px
}

.hisLecture__right .myPage__box {
    height: 195px;
    margin-top: 20px;
    padding: 35px 40px;
    clear: both
}

.hisLecture__right .myPage__box:after {
    content: " ";
    display: table
}

.hisLecture__right .myPage__box:after {
    clear: both
}

.hisLecture__recent {
    margin-top: 40px
}

.hisLecture__recent .myPage__box {
    padding: 25px 30px 50px;
    position: relative
}

.hisLecture__recent .myPage__box:after {
    content: "최근 실습한 내용이 없습니다.";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hisLecture__recent table {
    background: #fff;
    position: relative;
    z-index: 10
}

.hisLecture__recent table.table.myPage__table tbody tr td:nth-child(2) {
    font-size: 17px;
    letter-spacing: -0.43px;
    color: #333;
    font-family: "notokr-medium";
    font-weight: normal
}

.hisLecture__recent table.table.myPage__table tbody tr td:nth-child(3) {
    text-align: center;
    font-size: 14px;
    color: #777
}

.hisLecture__recent table.table.myPage__table tbody tr td:nth-child(4) {
    font-size: 15px;
    color: #777;
    font-family: "notokr-medium";
    font-weight: normal
}

.hisLecture__recent table.table.myPage__table tbody tr td a.btn:after {
    border-color: #55c0c0
}

.totalRank .-totalRank.myPage__box {
    border: 2px solid #5b61e0;
    padding: 25px 57px;
    margin-top: 25px;
    font-size: 0;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    position: relative
}

.totalRank .-totalRank.myPage__box:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.totalRank__myRank {
    display: inline-block;
    color: #575cf2;
    vertical-align: middle;
    text-align: center
}

.totalRank__myRank small {
    font-size: 18px;
    font-family: "notokr-medium";
    font-weight: normal;
    vertical-align: bottom
}

.totalRank__myTit {
    display: block;
    font-size: 15px;
    vertical-align: middle
}

.totalRank__myNum {
    font-size: 32px;
    letter-spacing: -0.32px;
    line-height: 1;
    margin-top: 9px;
    font-family: "notokr-bold";
    font-weight: normal;
    vertical-align: middle
}

.totalRank__myNum small {
    font-size: 18px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.18px
}

.totalRank__thum {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: solid 2px rgba(214, 214, 235, 0.45);
    margin-left: 38px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #C8CFF9;
    vertical-align: middle
}

.totalRank__name {
    display: inline-block;
    font-size: 24px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.24px;
    color: #222;
    margin-left: 30px;
    vertical-align: middle
}

.totalRank__class {
    display: inline-block;
    margin-left: 19px;
    font-size: 15px;
    color: #9a9cb5;
    vertical-align: middle
}

.totalRank__point {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    letter-spacing: -0.28px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal
}

.totalRank__point span {
    position: relative;
    z-index: 10
}

.totalRank__point span:after {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    background: #5b61e0;
    border-radius: 6.5px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    opacity: .2
}

.totalRank__point small {
    font-size: 16px;
    letter-spacing: -0.16px
}

.totalRank__list {
    margin-top: 30px
}

.totalRank__list .myPage__box {
    padding: 36px 31px 40px 40px
}

.todayWinner {
    margin-top: 40px
}

.todayWinner .myPage__box {
    padding: 5px 30px 5px 40px
}

.todayWinner .rankList__empty {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #222;
    line-height: 1;
    padding: 30px 0 29px 18px
}

.todayWinner .rankList__item {
    height: 88px
}

.todayWinner .rankList__item:first-of-type {
    border-top: none
}

.todayWinner .rankList__item:last-of-type {
    border-bottom: none
}

.todayWinner .rankList__ranking {
    width: 125px;
    font-size: 26px;
    letter-spacing: -0.26px;
    font-family: "notokr-bold";
    font-weight: normal
}

.todayWinner .rankList__ranking small {
    font-size: 18px;
    letter-spacing: -0.18px
}

.todayWinner .rankList__ranking:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.todayWinner .rankList__ranking.-oneSt:before {
    width: 33px;
    height: 39px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px 0px
}

.todayWinner .rankList__ranking.-twoSt:before {
    width: 33px;
    height: 39px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -177px -44px
}

.todayWinner .rankList__ranking.-thSt:before {
    width: 33px;
    height: 39px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -116px -118px
}

.todayWinner .rankList__thum {
    width: 50px;
    height: 50px
}

.todayWinner .rankList__name {
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-left: 29px
}

.todayWinner .rankList__class {
    margin-left: 19px;
    font-size: 15px;
    letter-spacing: -0.38px
}

.todayWinner .rankList__point {
    font-size: 20px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.2px
}

.todayWinner .rankList__point small {
    font-size: 15px;
    letter-spacing: -0.15px
}

.rankList__item {
    position: relative;
    border-top: 1px solid #eaeaea;
    height: 61px;
    vertical-align: middle
}

.rankList__item:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.rankList__item:last-of-type {
    border-bottom: 1px solid #eaeaea
}

.rankList__ranking {
    font-size: 17px;
    letter-spacing: -0.17px;
    color: #222;
    vertical-align: middle;
    width: 110px;
    display: inline-block;
    text-align: center
}

.rankList__thum {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #C8CFF9;
    display: inline-block;
    vertical-align: middle
}

.rankList__name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #333
}

.rankList__class {
    display: inline-block;
    vertical-align: middle;
    margin-left: 31px;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #999
}

.rankList__point {
    display: block;
    position: absolute;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #333;
    font-family: "notokr-bold";
    font-weight: normal
}

.rankList__point small {
    font-family: "notokr-regular";
    font-weight: normal
}

.ranking__tabBox {
    display: inline-block;
    margin-left: 45px
}

.ranking__tab {
    display: inline-block;
    font-size: 22px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #ccc;
    letter-spacing: -1.1px
}

.ranking__tab.-active {
    color: #575cf2
}

.ranking__guid {
    display: inline-block;
    margin: 0 27px;
    width: 1px;
    height: 16px;
    background: #cfcfcf
}

@font-face {
    font-family: "avant";
    font-style: normal;
    font-weight: 300;
    src: url("../font/avant/AvantGardeITCTTDemi.eot");
    src: url("../font/avant/AvantGardeITCTTDemi.eot?#iefix") format("embedded-opentype"), url("../font/avant/AvantGardeITCTTDemi.woff") format("woff"), url("../font/avant/AvantGardeITCTTDemi.ttf") format("truetype");
    unicode-range: U+0030-0039
}

.att .myPage__box {
    margin-top: 35px;
    padding: 60px 45px 25px;
    text-align: center
}

.att__top {
    text-align: center;
    display: inline-block;
    position: relative
}

.att__topBtn {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.att__topBtn:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 1px solid #7e86ff;
    border-top: 1px solid #7e86ff;
    position: absolute;
    left: 50%;
    top: 50%
}

.att__topBtn.-prev {
    left: -26px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.att__topBtn.-next {
    right: -40px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.att__month {
    font-size: 34px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222
}

.att__att {
    border-radius: 12px;
    background: #f8f8fd;
    width: 100%;
    height: 110px;
    vertical-align: middle;
    font-size: 0;
    margin-top: 38px
}

.att__att:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.att__tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.75px;
    color: #999
}

.att__tit:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    box-shadow: 2.8px 6.4px 10.9px 1.1px rgba(126, 134, 255, 0.33);
    border-radius: 50%
}

.att__num {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.7px;
    color: #333;
    margin-left: 21px
}

.att__num small {
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.38px
}

.att__num small:before {
    content: "/"
}

.att__left, .att__right {
    width: 50%;
    display: inline-block
}

.att__left .att__tit:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -118px 0px
}

.att__right .att__tit:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -118px -59px
}

.att__calenderBox {
    padding: 19px;
    border-radius: 12px;
    border: solid 2px transparent;
    width: 100%;
    height: 100%
}

.att__calenderBox.-today {
    box-shadow: 1.2px 2.7px 7.3px 0.7px rgba(173, 175, 228, 0.46);
    border-color: #5b61e0
}

.att__calenderBox.-active .att__calenderNum {
    color: #6567ed;
    text-shadow: none
}

.att__calenderBox.-active .att__calenderTxt, .att__calenderBox.-active .att__calenderTime {
    display: block
}

.att__calenderNum {
    font-size: 37px;
    font-family: avant;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 #6567ed,
    -1px -1px 0 #6567ed,
    0 1px 0 #6567ed,
    0 -1px 0 #6567ed,
    1px 0 0 #6567ed,
    -1px 0 0 #6567ed
}

.att__calenderTxt {
    font-size: 15px;
    color: rgba(70, 72, 228, 0.7);
    line-height: 1;
    margin-top: 10px;
    display: none;
    font-family: "notokr-medium";
    font-weight: normal
}

.att__calenderTime {
    font-size: 15px;
    color: rgba(113, 113, 113, 0.7);
    margin-top: 5px;
    display: none
}

table.table.att__calendar {
    margin-top: 62px
}

table.table.att__calendar thead tr th {
    height: 23px;
    vertical-align: top;
    border-left: none;
    border-color: #222;
    font-size: 13px;
    font-family: "notokr-bold";
    font-weight: normal;
    background: none;
    padding: 0 0 0 19px;
    text-align: left
}

table.table.att__calendar tbody tr:last-of-type td {
    border-bottom: none
}

table.table.att__calendar tbody tr td {
    text-align: left;
    height: 142px;
    padding: 0;
    border-left: none
}

.myQnaTop {
    height: 110px;
    vertical-align: middle;
    font-size: 0
}

.myQnaTop:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.myQnaTop.myPage__box {
    margin-top: 25px
}

.myQnaTop__left, .myQnaTop__right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.myQnaTop__left .myQnaTop__tit:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -59px
}

.myQnaTop__right {
    border-left: 1px solid #eaeaea
}

.myQnaTop__right .myQnaTop__tit:before {
    width: 54px;
    height: 54px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: 0px -118px
}

.myQnaTop__tit {
    font-size: 16px;
    letter-spacing: -0.8px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #999;
    display: inline-block;
    vertical-align: middle
}

.myQnaTop__tit:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 2.8px 6.4px 10.9px 1.1px rgba(126, 134, 255, 0.33);
    margin-right: 17px
}

.myQnaTop__result {
    font-size: 28px;
    letter-spacing: -0.7px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px
}

.myQna__tabs {
    margin-top: 50px
}

.myQna__tabs.tabs {
    width: auto;
    margin: 30px 0 0 0
}

.myQna__tabs .tabs__btnGroup {
    display: block;
    text-align: left;
    border: none
}

.myQna__tabs .tabs__btn {
    width: auto;
    font-size: 22px;
    letter-spacing: -1.1px;
    color: #ccc;
    font-family: "notokr-black";
    font-weight: normal
}

.myQna__tabs .tabs__btn:not(:first-of-type):before {
    content: "";
    display: inline-block;
    cursor: default;
    width: 1px;
    height: 16px;
    background: #cfcfcf;
    margin: 0 30px
}

.myQna__tabs .tabs__btn.-active {
    color: #575cf2;
    font-family: "notokr-bold";
    font-weight: normal
}

.myQna__tabs .tabs__btn.-active:after {
    display: none
}

.myQna__tabPanel .myPage__bbs {
    margin-top: 40px
}

.myQna__search {
    width: 100%;
    border-radius: 12px;
    box-shadow: 1.2px 2.7px 8.2px 0.8px rgba(188, 195, 236, 0.26);
    background-color: #f0f0f7;
    text-align: left;
    font-size: 0;
    padding: 27px 26px
}

.myQna__search .selectBox {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    min-width: 0
}

.myQna__search .selectBox + .selectBox {
    border-left: none
}

.myQna__search input.inp {
    margin-left: 20px;
    width: 555px
}

.myQna__search .btn {
    display: inline-block;
    margin-left: -2px;
    background-color: #575cf2
}

.myQna__search .fa {
    margin-right: 5px
}

.myPage__bbs .myPage__box {
    padding: 50px 32px
}

.myPage__bbs .myPage__box .bbs.-qna {
    width: 100%;
    border-top: none
}

.myPage__bbs .myPage__box .bbs.-qna thead tr th {
    height: 35px;
    background: none;
    border-bottom-color: #222;
    vertical-align: top;
    font-size: 15px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.38px;
    text-align: center;
    padding: 0
}

.myPage__bbs .myPage__box .bbs.-qna tbody tr td {
    height: 70px
}

.myPage__bbs .myPage__box .bbs.-qna tbody tr td:nth-child(1) {
    color: #777;
    font-size: 16px;
    text-align: center;
    padding: 0
}

.myPage__bbs .myPage__box .bbs.-qna tbody tr td:nth-child(3) {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #999
}

.myPage__bbs .myPage__box .bbs.-qna tbody tr td:nth-child(4) a {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #333
}

.myPage__bbs .myPage__box .bbs.-qna tbody tr td a {
    max-width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important
}

.myPage__bbsResult {
    font-size: 18px;
    letter-spacing: -0.45px;
    color: #222;
    margin-bottom: 21px;
    margin-top: 40px
}

.myPage__bbsResult strong {
    font-family: "notokr-bold";
    font-weight: normal
}

.myPage__bbs.-myPost table tr td:nth-child(2) {
    font-size: 16px;
    color: #999;
    letter-spacing: -0.4px
}

.myBadge__complete {
    margin-top: 30px;
    padding: 39px
}

.myBadge__subTit {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #222;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-bottom: 6px
}

.myBadge__item {
    width: 200px;
    height: 290px;
    position: relative;
    display: inline-block;
    transition: all .3s;
    border-radius: 12px;
    border: solid 2px transparent
}

.myBadge__item.-active {
    box-shadow: 1.2px 2.7px 7.3px 0.7px rgba(173, 175, 228, 0.46);
    border-color: #5b61e0
}

.myBadge__item.-active:after {
    content: "";
    display: block;
    width: 47px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -245px;
    position: absolute;
    right: 17px;
    top: 0
}

.myBadge__item.-notYet img {
    opacity: 0.3
}

.myBadge__item.-notYet .myBadge__name, .myBadge__item.-notYet .myBadge__txt {
    opacity: 0.5
}

.myBadge__thum {
    width: 100%;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    text-align: center
}

.myBadge__thum:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.myBadge__thum img {
    display: inline-block;
    vertical-align: middle;
    width: 154px
}

.myBadge__info {
    text-align: center
}

.myBadge__name {
    font-size: 16px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333
}

.myBadge__txt {
    font-size: 14px;
    color: #999;
    margin-top: 5px
}

.myBadge__collection {
    margin-top: 40px;
    padding: 39px
}

.myBadge__collection .myBadge__item {
    height: auto
}

.myBadge__collection .myBadge__thum {
    height: auto;
    padding: 15px 0
}

.myBadge__collection .myBadge__subTit {
    margin-bottom: 0
}

.myBadge__collection .myBadge__subTit:not(:first-of-type) {
    margin-top: 40px
}

.myBadge__detailTit {
    font-size: 32px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.8px;
    font-family: "notokr-bold";
    font-weight: normal;
    padding: 23px 10px;
    background: #6567ed
}

.myBadge__detailTime {
    margin-top: 30px;
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #999;
    text-align: center
}

.myBadge__detailTxt {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #222;
    text-align: center
}

.myBadge__detailNotYet {
    font-size: 26px;
    margin-top: 35px;
    font-family: "notokr-bold";
    font-weight: normal;
    text-align: center;
    color: #999;
    display: none
}

.myBadge__detail .myBadge__thum {
    width: 100%;
    height: 310px
}

.myBadge__detail .btnControl {
    margin-top: 45px;
    background: #ececec;
    padding: 22px 0 27px
}

.myBadge__detail .btnControl .btn:first-of-type {
    background: #fff
}

.myBadge__detail.-notYet .myBadge__detailTime, .myBadge__detail.-notYet .myBadge__thum {
    display: none
}

.myBadge__detail.-notYet .myBadge__detailNotYet {
    display: block
}

.myBadge__detail.-notYet .myBadge__detailNotYet__img {
    display: block;
    margin: 20px auto 40px;
    opacity: 0.3
}

.myBadge__detail.-notYet .badgeActiveBtn {
    display: none
}

.layerPopup.myBadge__detail .layerPopup__inner {
    width: 477px;
    box-shadow: 0.4px 0.9px 40.9px 2.2px rgba(0, 0, 0, 0.32)
}

.layerPopup.myBadge__detail .myBadge__thum img {
    width: auto;
    max-width: 450px;
    max-height: 290px
}

.resumeList {
    padding: 10px 32px 10px 41px;
    margin-top: 26px
}

.resumeList__empty {
    width: 1100px;
    height: 280px;
    border-radius: 12px;
    border: solid 2px #e4e4eb;
    vertical-align: middle;
    text-align: center;
    margin-top: 25px
}

.resumeList__empty:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.resumeList__emptyTit:before {
    content: "";
    display: block;
    margin: 0 auto 25px;
    width: 48px;
    height: 48px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -380px -305px
}

.resumeList__cover {
    display: inline-block
}

.resumeList__btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: solid 1px #575cf2;
    background-color: #6567ed;
    color: #fff;
    margin-top: 29px
}

.resumeList__btn:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: 12px
}

.resumeList__item {
    display: block;
    width: 100%;
    height: 88px;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    font-size: 0
}

.resumeList__item:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.resumeList__item:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea
}

.resumeList__thum {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle
}

.resumeList__tit {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #222;
    margin-left: 24px;
    vertical-align: middle;
    width: 770px;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: normal !important;
    display: inline-block
}

.resumeList__data {
    text-align: right;
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: -0.38px;
    color: #999;
    display: inline-block;
    width: 185px;
    padding-right: 10px
}

.resumeList__control {
    margin-top: 20px
}

.resumeView {
    padding: 71px 41px 48px 51px;
    margin-top: 25px
}

.resumeView__topBtn {
    float: right
}

.resumeView__topBtn .btn {
    width: 100px;
    min-width: 0;
    border-radius: 20px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: -0.75px;
    padding: 0;
    font-family: "notokr-regular";
    font-weight: normal
}

.resumeView__tit {
    font-size: 38px;
    font-family: "notokr-light";
    font-weight: normal;
    letter-spacing: -0.95px;
    color: #222;
    position: relative;
    display: inline-block;
    z-index: 10
}

.resumeView__tit:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: 17px;
    background: #d1d7fe url("../images/mypage/bg_line2.jpg") no-repeat right top;
    left: 0;
    bottom: 0;
    z-index: -1
}

.resumeView__data {
    margin-top: 24px
}

.resumeView__dataTit {
    font-size: 15px;
    letter-spacing: -0.15px;
    color: #333
}

.resumeView__dataTime {
    color: #bbb
}

.resumeView__box {
    margin-top: 47px;
    clear: both
}

.resumeView__box:after {
    content: " ";
    display: table
}

.resumeView__box:after {
    clear: both
}

.resumeView__left {
    float: left;
    width: 267px
}

.resumeView__right {
    float: right;
    width: 740px;
    border-left: 1px solid #ddd;
    padding-left: 55px;
    min-height: 600px
}

.resumeView__thum {
    width: 201px;
    height: 268px;
    border: solid 1px rgba(221, 221, 221, 0.45);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.resumeView__name {
    font-size: 30px;
    letter-spacing: -0.75px;
    font-family: "notokr-black";
    font-weight: normal;
    color: #222;
    margin-top: 23px;
    line-height: 1
}

.resumeView__age {
    margin-top: 15px;
    font-size: 17px;
    letter-spacing: -0.85px;
    color: #69698b
}

.resumeView__info {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #222
}

.resumeView__info li {
    margin-top: 10px
}

.resumeView__item {
    clear: both
}

.resumeView__item:after {
    content: " ";
    display: table
}

.resumeView__item:after {
    clear: both
}

.resumeView__item:not(:first-of-type) {
    margin-top: 65px
}

.resumeView__item.-education span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #ddd;
    margin: 0 10px
}

.resumeView__item.-activity .resumeView__typeTxt:not(:first-of-type) {
    margin-top: 50px
}

.resumeView__item.-activity .resumeView__place {
    margin: 10px 0
}

.resumeView__subTit {
    width: 163px;
    vertical-align: top;
    float: left
}

.resumeView__content {
    float: right;
    width: 477px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #777;
    margin-bottom: 10px;
    line-height: 26px
}

.resumeView__typeTxt {
    font-size: 16px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #69698b;
    padding-right: 20px
}

.resumeView__typeTxt:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #69698b;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px
}

.resumeWrite {
    padding: 40px 49px;
    margin-top: 26px
}

.resumeWrite__tit {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #222;
    padding-bottom: 20px;
    border-bottom: 2px solid #222;
    margin-bottom: 29px
}

.resumeWrite__box {
    width: 100%;
    padding-bottom: 29px;
    border-bottom: 1px solid #eaeaea;
    clear: both
}

.resumeWrite__box:after {
    content: " ";
    display: table
}

.resumeWrite__box:after {
    clear: both
}

.resumeWrite__box:not(:first-of-type) {
    margin-top: 30px
}

.resumeWrite__box .datepicker__arrow {
    font-size: 18px;
    vertical-align: middle;
    color: #777;
    display: inline-block;
    margin: 0 10px
}

.resumeWrite__box .inp {
    font-size: 15px;
    min-width: 0
}

.resumeWrite__box .inp::placeholder {
    color: #ccc;
    font-size: 15px
}

.resumeWrite__box textarea.inp {
    width: 100%;
    height: 150px;
    font-size: 15px
}

.resumeWrite__box .selectBox {
    min-width: 0;
    width: 80px
}

.resumeWrite__box .selectBox select {
    min-width: 0
}

.resumeWrite__inpPic {
    float: left;
    width: 233px;
    height: 311px;
    border: solid 1px #e9e9e9;
    position: relative
}

.resumeWrite__inpPic img {
    width: 100%;
    height: 100%
}

.resumeWrite__inpPicBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    width: 52px;
    height: 52px;
    background-image: url("../images/sprite/sprite.mypage.png");
    background-position: -59px -118px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    border-radius: 50%;
    box-shadow: 1.2px 2.7px 5.5px 0.5px rgba(119, 119, 119, 0.21)
}

.resumeWrite__default {
    float: right;
    width: 725px;
    font-size: 0
}

.resumeWrite__default .col-full:first-of-type {
    margin-top: 0
}

.resumeWrite__label {
    font-size: 15px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #777;
    letter-spacing: -0.38px;
    display: block;
    line-height: 1;
    margin-bottom: 9px
}

[class^="col-"] {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 18px
}

.col-full {
    width: 100%
}

.col-half {
    width: 50%
}

.col-thi {
    width: 33.3333333333333333333%
}

.col-200 {
    width: 200px
}

.col-600 {
    width: 600px
}

[class^="row"] {
    font-size: 0;
    display: block;
    vertical-align: top
}

[class^="row"]:first-of-type {
    margin-top: -20px
}

[class^="row"]:not(:last-of-type) {
    padding-bottom: 19px;
    border-bottom: 1px solid #eaeaea
}

.plusBtn, .minusBtn {
    display: inline-block;
    vertical-align: middle
}

.plusBtn {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -225px -209px;
    margin-left: 20px
}

.minusBtn {
    width: 24px;
    height: 24px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -196px -209px;
    margin-left: 10px
}

.myInfoDetail .myPage__content {
    width: 100%;
    padding: 0 0 0 300px
}

.myInfoDetail__top {
    width: 100%;
    height: 316px;
    background: #ededf2;
    padding: 66px 0 0 109px;
    position: relative;
    clear: both
}

.myInfoDetail__top:after {
    content: " ";
    display: table
}

.myInfoDetail__top:after {
    clear: both
}

.myInfoDetail__top:before {
    content: "My info";
    font-size: 117.5px;
    letter-spacing: -5.88px;
    color: rgba(221, 220, 231, 0.4);
    position: absolute;
    font-family: "notokr-bold";
    font-weight: normal;
    left: 352px;
    top: 13px
}

.myInfoDetail__thum {
    width: 342px;
    height: 428px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 21.8px 23.4px 24.6px 2.4px rgba(158, 160, 205, 0.29);
    float: left
}

.myInfoDetail__info {
    float: left;
    margin-left: 76px;
    color: #333
}

.myInfoDetail__name {
    font-size: 40px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -2px;
    margin-top: 94px
}

.myInfoDetail__name:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f87192;
    vertical-align: top;
    margin-left: 12px;
    border-radius: 50%
}

.myInfoDetail__belong {
    position: absolute;
    left: 0;
    top: 150px;
    transform: rotate(-90deg);
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal
}

.myInfoDetail__list {
    margin-top: 35px;
    font-size: 0
}

.myInfoDetail__listItem {
    display: inline-block;
    margin-right: 80px
}

.myInfoDetail__listTit {
    font-size: 14px;
    color: #333;
    display: block
}

.myInfoDetail__listTxt {
    display: block;
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: 0.6px;
    margin-top: 5px
}

.myInfoDetail__con {
    float: left;
    margin: 60px 0 0 76px
}

.myInfoDetail__table {
    width: 680px
}

.myInfoDetail__table tbody tr:first-of-type {
    border-top: 1px solid #c0bccd
}

.myInfoDetail__table tbody tr th {
    text-align: left;
    padding: 0;
    height: 57px;
    font-size: 16px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #222;
    border-left: 0
}

.myInfoDetail__table tbody tr td {
    height: 57px;
    color: #777;
    border-left: 0
}

.myInfoDetail .btn {
    margin-top: 50px;
    width: 240px
}

.myInfoDetail .btn:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px
}

.myInfoDetail .btn.-purpleBlueLine:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #575cf2;
    border-right: 2px solid #575cf2;
    transform: rotate(45deg);
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px
}

.myInfoDetail .btnGroup {
    float: left;
    width: 100%;
    text-align: center;
    max-width: 1200px
}

.myInfoDetail .btnGroup a + a {
    margin-left: 30px
}

.cnfirmPswd__cover {
    width: 740px;
    margin: 45px auto 0;
    box-sizing: border-box;
    padding: 84px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.cnfirmPswd__cover .btnControl {
    margin: 50px 0 100px
}

.cnfirmPswd__cover label {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 20px;
    letter-spacing: -0.75px;
    text-align: left;
    color: #ccc;
    transition: all .2s
}

.cnfirmPswd__cover label.-focus {
    top: 18px;
    font-size: 15px;
    color: #777
}

.cnfirmPswd__cover .inp {
    width: 100%;
    height: 84px;
    padding: 25px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    letter-spacing: 6px;
    color: #69698b
}

.cnfirmPswd__tit {
    margin: 0 0 20px;
    font-size: 34px;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.cnfirmPswd__txt {
    margin: 0 0 51px;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 1.6;
    color: #999
}

.cnfirmPswd__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.cnfirmPswd__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.myinfoModify {
    width: 1100px;
    box-sizing: border-box;
    padding: 38px 50px;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    clear: both
}

.myinfoModify:after {
    content: " ";
    display: table
}

.myinfoModify:after {
    clear: both
}

.myinfoModify legend {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 18px;
    text-indent: inherit;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: inherit;
    letter-spacing: -0.5px;
    text-align: left;
    color: #222
}

.myinfoModify table.myinfomody {
    border-top: 2px solid #2e3235
}

.myinfoModify table.myinfomody th {
    padding: 26px 9px;
    font-size: 15px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #69698b;
    border-left: none !important;
    border-right: none !important
}

.myinfoModify table.myinfomody td {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #222;
    border-left: none !important;
    border-right: none !important
}

.myinfoModify table.myinfomody .selectBox {
    width: 180px;
    min-width: auto;
    margin-right: 5px
}

.myinfoModify table.myinfomody .selectBox .inp {
    width: 178px;
    min-width: auto
}

.myinfoModify table.myinfomody .-right {
    padding: 0 15px;
    text-align: right
}

.myinfoModify .btn.-sizeSml {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: solid 1px #868686;
    background-color: #fff;
    min-width: 0;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #222;
    vertical-align: middle
}

.myinfoModify .btn.-sizeSml:hover {
    border-color: #575cf2
}

.myinfoModify .btn.-sizeSml:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-top: 2px solid #575cf2;
    border-right: 2px solid #575cf2;
    transform: rotate(45deg);
    position: relative;
    top: -2px
}

.myinfoModify .fileUpload {
    margin: 20px 0 15px
}

.myinfoModify__tit {
    margin: -6px 0 20px;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: -1.4px;
    text-align: left;
    color: #333
}

.myinfoModify__pw {
    display: inline-block;
    margin: 10px 22px 0 0;
    vertical-align: middle
}

.changePswd__cover {
    width: 740px;
    margin: 45px auto 0;
    box-sizing: border-box;
    padding: 84px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.changePswd__cover .btnControl {
    margin: 50px 0 100px
}

.changePswd__cover label {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 20px;
    letter-spacing: -0.75px;
    text-align: left;
    color: #ccc;
    transition: all .2s
}

.changePswd__cover label.-focus {
    top: 18px;
    font-size: 15px;
    color: #777
}

.changePswd__cover .inp {
    width: 100%;
    height: 84px;
    padding: 25px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    letter-spacing: 6px;
    color: #69698b
}

.changePswd__tit {
    margin: 0 0 20px;
    font-size: 34px;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.changePswd__txt {
    margin: 0 0 51px;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 1.6;
    color: #999
}

.changePswd__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.changePswd__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.findID {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.findID__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.findID__tit {
    display: none;
    margin: 30px 0 0;
    padding-bottom: 29px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #777
}

.findID__txt {
    display: block;
    width: 100%;
    margin: 49px 0 17px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: left;
    color: #999
}

.findID__txt .iconCaution {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: -3px;
    vertical-align: middle;
    background: url(../images/login/iconCaution.png) no-repeat 0 0
}

.findID__caution {
    margin: 19px 0 49px;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #4e8ad3;
    text-align: left
}

.findID__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.findID__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.findID__inpWrap > label {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 15px;
    padding: 0 0 0 10px;
    text-align: left;
    color: #777;
    transition: all .2s
}

.findID .tab__cover {
    clear: both
}

.findID .tab__cover:after {
    content: " ";
    display: table
}

.findID .tab__cover:after {
    clear: both
}

.findID .tab__item {
    display: block;
    float: left;
    width: 50%;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #bcbec0;
    overflow: hidden
}

.findID .tab__item.-active {
    color: #2d71c4;
    font-weight: 900;
    border-bottom: 3px solid #2d71c4
}

.findID .inp {
    width: 100%;
    height: 83px;
    padding: 45px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    color: #222;
    font-size: 16px
}

.findID .inp::placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.findID .inp:-ms-input-placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.findID .btn__verification {
    position: absolute;
    right: 0;
    top: 22px;
    min-width: auto;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px
}

.findID .btnControl {
    margin: 50px 0 87px
}

.findIDResult {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.findIDResult__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.findIDResult__tit {
    margin: 30px 0 0;
    padding-bottom: 29px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #777
}

.findIDResult__txt {
    padding: 62px 0;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -1px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #ddd
}

.findIDResult .-id {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -1.3px;
    color: #2d71c4
}

.findIDResult .btnControl {
    margin: 44px 0 87px
}

.findIDResult .btnControl .btn {
    width: 200px
}

.findPswd {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.findPswd__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.findPswd__tit {
    display: none;
    margin: 30px 0 0;
    padding-bottom: 29px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #777
}

.findPswd__txt {
    display: block;
    width: 100%;
    margin: 49px 0 17px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: left;
    color: #999
}

.findPswd__txt .iconCaution {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: -3px;
    vertical-align: middle;
    background: url(../images/login/iconCaution.png) no-repeat 0 0
}

.findPswd__caution {
    margin: 19px 0 49px;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #4e8ad3;
    text-align: left
}

.findPswd__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.findPswd__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.findPswd__inpWrap > label {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 15px;
    padding: 0 0 0 10px;
    text-align: left;
    color: #777;
    transition: all .2s
}

.findPswd .tab__cover {
    clear: both
}

.findPswd .tab__cover:after {
    content: " ";
    display: table
}

.findPswd .tab__cover:after {
    clear: both
}

.findPswd .tab__item {
    display: block;
    float: left;
    width: 50%;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #bcbec0;
    overflow: hidden
}

.findPswd .tab__item.-active {
    color: #2d71c4;
    font-weight: 900;
    border-bottom: 3px solid #2d71c4
}

.findPswd .inp {
    width: 100%;
    height: 83px;
    padding: 45px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    color: #222;
    font-size: 16px
}

.findPswd .inp::placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.findPswd .inp:-ms-input-placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.findPswd .btn__verification {
    position: absolute;
    right: 0;
    top: 22px;
    min-width: auto;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px
}

.findPswd .btnControl {
    margin: 50px 0 70px
}

.findPswdResult {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.findPswdResult__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.findPswdResult__tit {
    margin: 30px 0 0;
    padding-bottom: 29px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #777
}

.findPswdResult__txt {
    padding: 50px 0 41px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -1px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #ddd
}

.findPswdResult .iconCheck {
    display: block;
    width: 100%;
    height: 54px;
    margin: 0 0 14px;
    text-align: center;
    background: #fff
}

.findPswdResult .iconCheck:after {
    display: inline-block;
    width: 54px;
    height: 54px;
    content: '';
    vertical-align: top;
    background: url(../images/login/iconCheck.png) no-repeat 0 0
}

.findPswdResult .btnControl {
    margin: 44px 0 87px
}

.findPswdResult .btnControl .btn {
    width: 250px
}

.findPswdModify {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.findPswdModify__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.findPswdModify__tit {
    margin: 30px 0 14px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.findPswdModify__txt {
    margin: 0 0 32px;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -1px;
    text-align: left;
    color: #999
}

.findPswdModify__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.findPswdModify__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.findPswdModify__inpWrap > label {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 15px;
    padding: 0 0 0 10px;
    text-align: left;
    color: #777;
    transition: all .2s
}

.findPswdModify .inp {
    width: 100%;
    height: 83px;
    padding: 28px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    color: #222;
    font-size: 16px
}

.findPswdModify .inp::placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.findPswdModify .inp:-ms-input-placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.findPswdModify .btnControl {
    margin: 44px 0 100px
}

.makeAccount {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.makeAccount__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.makeAccount__tit {
    margin: 30px 0 0;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.makeAccount__txt {
    display: block;
    width: 100%;
    margin: 22px 0 17px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: left;
    color: #999
}

.makeAccount__txt .iconCaution {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: -3px;
    vertical-align: middle;
    background: url(../images/login/iconCaution.png) no-repeat 0 0
}

.makeAccount__caution {
    margin: 19px 0 49px;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #4e8ad3;
    text-align: left
}

.makeAccount__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.makeAccount__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.makeAccount__inpWrap > label {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 15px;
    padding: 0 0 0 10px;
    text-align: left;
    color: #777;
    transition: all .2s
}

.makeAccount .inp {
    width: 100%;
    height: 83px;
    padding: 45px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    color: #222;
    font-size: 16px
}

.makeAccount .inp::placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.makeAccount .inp:-ms-input-placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.makeAccount .btn__verification {
    position: absolute;
    right: 0;
    top: 22px;
    min-width: auto;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px
}

.makeAccount .btnControl {
    margin: 50px 0 67px
}

.loginPop form {
    display: inline-block
}

.loginPop .layerPopup__inner {
    text-align: center;
    padding: 40px 0;
    min-width: 480px
}

.loginPop__tit {
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal
}

.loginPop__tit.-password:before {
    content: "";
    width: 54px;
    height: 62px;
    background-image: url("../images/sprite/sprite.png");
    background-position: 0px -246px;
    display: block;
    margin: 0 auto 20px
}

.loginPop__tit.-sameId:before {
    content: "";
    width: 51px;
    height: 51px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -56px -313px;
    display: block;
    margin: 0 auto 20px
}

.loginPop__txt {
    font-size: 15px;
    margin-top: 20px;
    line-height: 24px;
    font-family: "notokr-light";
    font-weight: normal
}

.loginTerms .makeAccount__txt {
    margin-bottom: 39px;
    font-size: 20px;
    font-family: "notokr-light";
    font-weight: normal
}

.loginTerms .makeAccount__inpWrap {
    height: 60px;
    border-bottom: 1px solid #ddd
}

.loginTerms .makeAccount__inpWrap strong {
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 18px;
    color: #444
}

.loginTerms .makeAccount__inpWrap .cRed {
    color: #d90f0f
}

.loginTerms .makeAccount__inpWrap .btnMore {
    font-size: 0;
    float: right;
    margin: 20px 10px 0 0
}

.loginTerms .makeAccount__inpWrap .btnMore:after {
    content: "";
    width: 10px;
    height: 19px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -317px;
    display: block;
    transform: rotate(180deg)
}

.loginTerms .makeAccount__inpWrap > label {
    padding: 0;
    font-size: 16px;
    font-family: "notokr-light";
    font-weight: normal;
    color: #444
}

.loginTerms input[type="checkbox"] + label:before {
    margin-right: 15px
}

.loginTerms .makeAccount__cover {
    padding-bottom: 90px
}

.loginTerms .btnControl .btn {
    width: 172px;
    color: #999;
    border: 1px solid #999999;
    pointer-events: none
}

.loginTerms .btnControl .btn.-active {
    background: #2d71c4;
    color: #fff;
    border: 1px solid #2d71c4;
    pointer-events: auto
}

.loginTerms .alignRight {
    font-size: 15px
}

.loginTerms .alignRight span {
    font-size: 15px;
    color: #777
}

.loginTerms .alignRight a {
    color: #222222;
    border-bottom: 1px solid #222;
    display: inline-block;
    padding-bottom: 3px;
    margin-left: 10px
}

.layerPopup.loginTerms .layerPopup__inner {
    width: 850px
}

.layerPopup.loginTerms .layerdPopup__content {
    height: 440px;
    overflow-y: scroll;
    padding: 25px
}

.makeAccountWrite {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.makeAccountWrite__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.makeAccountWrite__tit {
    margin: 3px 0 18px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.makeAccountWrite__txt {
    margin: 0 0 32px;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -1px;
    text-align: left;
    color: #999
}

.makeAccountWrite__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.makeAccountWrite__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.makeAccountWrite__inpWrap > label {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 15px;
    padding: 0 0 0 10px;
    text-align: left;
    color: #777;
    transition: all .2s
}

.makeAccountWrite .makeAccountWrite__notice {
    margin: 20px 0 10px;
    font-size: 15px;
    letter-spacing: -0.6px;
    text-align: left;
    color: #4e8ad3
}

.makeAccountWrite .inp {
    width: 100%;
    height: 83px;
    padding: 28px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    color: #222;
    font-size: 16px
}

.makeAccountWrite .inp::placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.makeAccountWrite .inp:-ms-input-placeholder {
    font-size: 17px;
    text-align: left;
    color: #ccc
}

.makeAccountWrite .fileup {
    height: 107px
}

.makeAccountWrite .fileUpload {
    position: absolute;
    right: 0;
    top: 22px;
    width: 475px
}

.makeAccountWrite .fileUpload .guideTxt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #999
}

.makeAccountWrite .btnControl {
    margin: 44px 0 100px
}

.makeAccountResult {
    margin-top: 0;
    background-color: #f6f6f6;
    width: 100%;
    margin-top: 0;
    padding-top: 64px;
    margin-bottom: -100px;
    padding-bottom: 100px
}

.makeAccountResult__cover {
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 52px 70px 0;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff;
    overflow: hidden
}

.makeAccountResult__tit {
    margin: 30px 0 0;
    padding-bottom: 29px;
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #777
}

.makeAccountResult__txt {
    padding: 50px 0 41px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -1px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #ddd
}

.makeAccountResult .iconCheck {
    display: block;
    width: 100%;
    height: 54px;
    margin: 0 0 14px;
    text-align: center;
    background: none
}

.makeAccountResult .iconCheck:after {
    display: inline-block;
    width: 54px;
    height: 54px;
    content: '';
    vertical-align: top;
    background: url(../images/login/iconCheck.png) no-repeat 0 0
}

.makeAccountResult .btnControl {
    margin: 44px 0 87px
}

.makeAccountResult .btnControl .btn {
    width: 250px
}

.cnslTop {
    width: 100%;
    padding: 49px 0 54px;
    background: #f6f6f6
}

.cnslTop .cnslTab__nav {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    clear: both;
    display: flex
}

.cnslTop .cnslTab__nav:after {
    content: " ";
    display: table
}

.cnslTop .cnslTab__nav:after {
    clear: both
}

.cnslTop .cnslTab__item {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    margin-left: -1px;
    text-align: center;
    color: #ccc;
    border: 1px solid #ccc;
    border-bottom-color: #2d71c4;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cnslTop .cnslTab__item.-active {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #2d71c4;
    border: 1px solid #2d71c4
}

.cnslTop .cnslTab__item:hover {
    position: relative;
    z-index: 1;
    color: #2d71c4;
    border: 1px solid #2d71c4
}

.cnslTop .cnslSearch {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 28px 30px;
    background-color: #fff;
    box-shadow: 0px 10px 16.4px 1.6px rgba(201, 201, 201, 0.16)
}

.cnslTop .cnslSearch__inp {
    padding: 0 180px 0 20px;
    color: #999
}

.cnslTop .cnslSearch__submit {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 164px;
    height: 40px;
    margin-top: -20px;
    color: #fff;
    border-radius: 4px;
    background-color: #2d71c4
}

.cnslTop .cnslSearch__submit::placeholder {
    font-size: 17px;
    text-align: left;
    color: #999
}

.cnslTop .cnslSearch__submit:-ms-input-placeholder {
    font-size: 17px;
    text-align: left;
    color: #999
}

.cnslTop .cnslSearch__submit .iconSearch {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    margin-top: -3px;
    vertical-align: middle;
    background: url(../images/cnsl/iconSearch.png) no-repeat 0 0
}

.cnsl {
    width: 1100px;
    margin: 50px auto 0
}

.cnsl__listCnt {
    margin: 0 0 20px;
    font-size: 16px;
    color: #999
}

.cnsl__listCnt span {
    font-weight: bold;
    color: #222
}

.cnsl__listCon {
    min-height: 773px;
    padding: 27px 32px 66px;
    border-radius: 10px;
    border: solid 1px #ddd;
    background-color: #fff
}

.cnsl__listTable {
    width: 100%;
    margin-bottom: -20px;
    table-layout: fixed;
    border-collapse: collapse
}

.cnsl__listTable th {
    padding: 20px 15px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #222
}

.cnsl__listTable td {
    padding: 23px 15px;
    font-size: 14px;
    text-align: center;
    color: #777;
    border: none;
    border-bottom: solid 1px #ddd
}

.cnsl__listTable td .state {
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #aaa
}

.cnsl__listTable td .state.-finish {
    color: #1065c5;
    border-color: #1065c5
}

.cnsl__listTable td .tit {
    display: block;
    color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em
}

.cnsl__listTable td .tit:hover {
    text-decoration: underline
}

.cnsl__listTable td .repley {
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
    font-weight: bold;
    color: #2d71c4;
    font-size: 14px;
    vertical-align: middle
}

.cnsl__listTable td .star {
    position: relative;
    display: inline-block;
    width: 94px;
    height: 17px;
    margin-top: -3px;
    vertical-align: middle;
    background: url(../images/cnsl/bgStarOff.png) no-repeat 0 0;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0
}

.cnsl__listTable td .star:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 17px;
    content: '';
    vertical-align: middle;
    background: url(../images/cnsl/bgStarOn.png) no-repeat 0 0
}

.cnsl__listTable td .star.-s5:after {
    width: 100%
}

.cnsl__listTable td .star.-s4:after {
    width: 80%
}

.cnsl__listTable td .star.-s3:after {
    width: 60%
}

.cnsl__listTable td .star.-s2:after {
    width: 40%
}

.cnsl__listTable td .star.-s1:after {
    width: 20%
}

.cnsl__listTable td .star.-s0:after {
    width: 0
}

.cnsl {
    width: 1100px;
    margin: 0 auto;
    padding-top: 61px
}

.cnsl__question {
    position: relative;
    padding: 24px 0 0;
    border-top: 2px solid #2e3235
}

.cnsl__question .ques__info {
    margin: 0 0 11px;
    padding-right: 87px
}

.cnsl__question .ques__info .state {
    display: inline-block;
    width: 74px;
    height: 22px;
    margin-right: 14px;
    line-height: 20px;
    border: 1px solid #ddd;
    font-size: 13px;
    text-align: center;
    color: #aaa;
    font-weight: 500;
    vertical-align: middle
}

.cnsl__question .ques__info .state.-finish {
    color: #1065c5;
    border-color: #1065c5
}

.cnsl__question .ques__info .addinfo {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #999;
    vertical-align: middle
}

.cnsl__question .ques__info .addinfo:after {
    display: inline-block;
    width: 1px;
    height: 15px;
    content: '';
    margin: -2px 8px 0 13px;
    background-color: #ddd;
    vertical-align: middle
}

.cnsl__question .ques__info .addinfo:last-child {
    margin-left: 0
}

.cnsl__question .ques__info .addinfo:last-child:after {
    content: none
}

.cnsl__question .ques__tit {
    padding: 0 87px 15px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    color: #212121;
    border-bottom: 1px solid #ddd
}

.cnsl__question .ques__satisfaction {
    position: absolute;
    right: 3px;
    top: 15px;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    text-align: center;
    background-color: #f3f4f6
}

.cnsl__question .ques__satisfaction .tt {
    font-size: 13px;
    letter-spacing: -0.05em;
    color: #777
}

.cnsl__question .ques__satisfaction .level {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #2d71c4
}

.cnsl__question .ques__file {
    padding: 20px 0 20px;
    border-bottom: 1px solid #ddd
}

.cnsl__question .ques__file .item {
    display: inline-block;
    width: 85px;
    font-size: 14px;
    color: #999;
    vertical-align: middle
}

.cnsl__question .ques__file .item:after {
    display: inline-block;
    width: 1px;
    height: 12px;
    content: '';
    margin: -2px 16px 0 16px;
    background-color: #d5d3d4;
    vertical-align: middle
}

.cnsl__question .ques__file .lst {
    display: inline-block;
    width: 1010px;
    vertical-align: middle
}

.cnsl__question .ques__file .lst li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.cnsl__question .ques__file .lst a {
    font-size: 15px;
    color: #4e619d;
    text-decoration: underline
}

.cnsl__question .ques__txt {
    padding: 30px 0 55px;
    font-size: 16px;
    line-height: 1.88;
    color: #333
}

.cnsl__question .ques__report {
    padding: 34px 55px 26px;
    min-height: 255px;
    line-height: 1.88;
    border: 1px solid red;
    border-radius: 20px;
    color: #717171;
    border: solid 1px #ddd;
    background-color: #fafafa
}

.cnsl__question .ques__report .photo {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 15px;
    border-radius: 100%;
    border: 1px solid #ddd;
    vertical-align: middle;
    background-color: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center center
}

.cnsl__question .ques__report .subj {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    vertical-align: middle
}

.cnsl__question .ques__report .item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #999
}

.cnsl__question .ques__report .item:before {
    display: inline-block;
    width: 1px;
    height: 12px;
    content: '';
    margin: -2px 13px 0 10px;
    background-color: #c3c3c3;
    vertical-align: middle
}

.cnsl__question .ques__report .lst {
    display: inline-block;
    max-width: 705px;
    vertical-align: middle
}

.cnsl__question .ques__report .lst li {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle
}

.cnsl__question .ques__report .lst a {
    font-size: 14px;
    color: #4e619d;
    text-decoration: underline
}

.cnsl__question .ques__report .reportTxt {
    margin: 0 0 16px;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 1.88;
    color: #333
}

.cnsl__question .ques__report .reportDate {
    font-size: 14px;
    text-align: right;
    color: #999
}

.cnslPopup .moviePopup__content {
    padding: 16px 40px 51px
}

.cnslPopup .moviePopup__content .tabs {
    width: auto
}

.cnslPopup .moviePopup__content .compareResult__item {
    margin: 38px 0 17px;
    font-size: 19px;
    font-weight: bold;
    color: #222;
    clear: both
}

.cnslPopup .moviePopup__content .compareResult__item:after {
    content: " ";
    display: table
}

.cnslPopup .moviePopup__content .compareResult__item:after {
    clear: both
}

.cnslPopup .moviePopup__content .tabStyle__txt {
    font-size: 16px
}

.cnslPopup .moviePopup__content .graphArea {
    position: relative
}

.cnslPopup .moviePopup__content .iconZoomBtn {
    position: absolute;
    right: 17px;
    top: 19px
}

.cnsl__write .essential {
    color: #dc495a
}

.cnsl__write .table {
    border-top-width: 2px
}

.cnsl__write textarea.inp {
    height: 310px
}

.cnslMyInfoDetail {
    overflow: hidden
}

.cnslMyInfoDetail .cnslMyPage__content {
    width: 100%;
    background: #f6f6f6
}

.cnslMyInfoDetail__top {
    width: 100%;
    width: 1100px;
    margin: 0 auto;
    height: 300px;
    background: #f6f6f6;
    padding: 55px 0 0 0;
    position: relative;
    clear: both
}

.cnslMyInfoDetail__top:after {
    content: " ";
    display: table
}

.cnslMyInfoDetail__top:after {
    clear: both
}

.cnslMyInfoDetail__top:before {
    content: "My info";
    font-size: 117.5px;
    letter-spacing: -5.88px;
    color: rgba(221, 220, 231, 0.4);
    position: absolute;
    font-family: "notokr-bold";
    font-weight: normal;
    left: 236px;
    top: 8px;
    opacity: .6
}

.cnslMyInfoDetail__thum {
    width: 342px;
    width: 342px;
    height: 428px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 21.8px 23.4px 24.6px 2.4px rgba(158, 160, 205, 0.29);
    float: left
}

.cnslMyInfoDetail__info {
    float: left;
    margin-left: 76px;
    color: #333
}

.cnslMyInfoDetail__name {
    font-size: 40px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -2px;
    margin-top: 80px
}

.cnslMyInfoDetail__name:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #23abe9;
    vertical-align: top;
    margin-left: 12px;
    border-radius: 50%
}

.cnslMyInfoDetail__belong {
    position: absolute;
    left: -97px;
    top: 150px;
    transform: rotate(-90deg);
    font-size: 15px;
    font-family: "notokr-medium";
    font-weight: normal
}

.cnslMyInfoDetail__list {
    margin-top: 35px;
    font-size: 0
}

.cnslMyInfoDetail__listItem {
    display: inline-block;
    margin-right: 80px
}

.cnslMyInfoDetail__listTit {
    font-size: 14px;
    color: #333;
    display: block
}

.cnslMyInfoDetail__listTxt {
    display: block;
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: 0.6px;
    margin-top: 5px
}

.cnslMyInfoDetail__list .star:after {
    display: inline-block;
    width: 13px;
    height: 12px;
    content: '';
    margin-left: 4px;
    vertical-align: top;
    background: url("../images/cnsl/bgStarOn.png") no-repeat 0 0;
    background-size: auto 100%
}

.cnslMyInfoDetail__con {
    float: left;
    margin: 60px 0 0 76px
}

.cnslMyInfoDetail__table {
    width: 680px;
    border-top: 1px solid #c0bccd
}

.cnslMyInfoDetail__table tbody tr th {
    text-align: left;
    padding: 0;
    height: 57px;
    font-size: 16px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #222
}

.cnslMyInfoDetail__table tbody tr td {
    height: 57px;
    color: #777
}

.cnslMyInfoDetail .btn {
    margin-top: 50px;
    width: 240px
}

.cnslCnfirmPswd {
    background-color: #f6f6f6;
    overflow: hidden;
    margin-bottom: -100px
}

.cnslCnfirmPswd__cover {
    width: 740px;
    margin: 64px auto 246px;
    box-sizing: border-box;
    padding: 84px 70px 0;
    border-radius: 12px;
    box-shadow: 7.8px 6.3px 16.4px 1.6px rgba(201, 201, 201, 0.16);
    background-color: #fff;
    overflow: hidden
}

.cnslCnfirmPswd__cover .btnControl {
    margin: 50px 0 100px
}

.cnslCnfirmPswd__cover label {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 20px;
    letter-spacing: -0.75px;
    text-align: left;
    color: #ccc;
    transition: all .2s
}

.cnslCnfirmPswd__cover label.-focus {
    top: 18px;
    font-size: 15px;
    color: #777
}

.cnslCnfirmPswd__cover .inp {
    width: 100%;
    height: 84px;
    padding: 25px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    letter-spacing: 6px;
    color: #69698b
}

.cnslCnfirmPswd__tit {
    margin: 0 0 20px;
    font-size: 34px;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.cnslCnfirmPswd__txt {
    margin: 0 0 51px;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 1.6;
    color: #999
}

.cnslCnfirmPswd__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.cnslCnfirmPswd__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.cnslMyinfoModify {
    background-color: #f6f6f6;
    margin-bottom: -100px;
    clear: both
}

.cnslMyinfoModify:after {
    content: " ";
    display: table
}

.cnslMyinfoModify:after {
    clear: both
}

.cnslMyinfoModify__tit {
    width: 1100px;
    margin: 0 auto;
    padding: 36px 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #222
}

.cnslMyinfoModify__cover {
    width: 1100px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    padding: 53px 50px;
    border-radius: 12px;
    box-shadow: 4.1px 4.4px 21.8px 2.2px rgba(149, 152, 238, 0.16);
    background-color: #fff
}

.cnslMyinfoModify__pw {
    display: inline-block;
    margin: 10px 22px 0 0;
    vertical-align: middle
}

.cnslMyinfoModify table.myinfomody {
    border-top: 2px solid #2e3235
}

.cnslMyinfoModify table.myinfomody th {
    padding: 26px 9px;
    font-size: 15px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #69698b;
    border-left: none !important;
    border-right: none !important
}

.cnslMyinfoModify table.myinfomody td {
    padding: 13px 0 13px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #222;
    border-left: none !important;
    border-right: none !important
}

.cnslMyinfoModify table.myinfomody .selectBox {
    width: 180px;
    min-width: auto;
    margin-right: 5px
}

.cnslMyinfoModify table.myinfomody .selectBox .inp {
    width: 178px;
    min-width: auto
}

.cnslMyinfoModify table.myinfomody .-right {
    padding: 0 15px;
    text-align: right
}

.cnslMyinfoModify table.myinfomody textarea {
    height: 120px
}

.cnslMyinfoModify .btn.-sizeSml {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: solid 1px #868686;
    background-color: #fff;
    min-width: 0;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #222;
    vertical-align: middle
}

.cnslMyinfoModify .btn.-sizeSml:hover {
    border-color: #2d71c4
}

.cnslMyinfoModify .btn.-sizeSml:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-top: 2px solid #2d71c4;
    border-right: 2px solid #2d71c4;
    transform: rotate(45deg);
    position: relative;
    top: -2px
}

.cnslMyinfoModify .fileUpload {
    margin: 20px 0 15px
}

.cnslChangePswd {
    background-color: #f6f6f6;
    overflow: hidden;
    margin-bottom: -100px
}

.cnslChangePswd__cover {
    width: 740px;
    margin: 64px auto 132px;
    box-sizing: border-box;
    padding: 84px 70px 0;
    border-radius: 12px;
    box-shadow: 7.8px 6.3px 16.4px 1.6px rgba(201, 201, 201, 0.16);
    background-color: #fff;
    overflow: hidden
}

.cnslChangePswd__cover .btnControl {
    margin: 50px 0 100px
}

.cnslChangePswd__cover label {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 20px;
    letter-spacing: -0.75px;
    text-align: left;
    color: #ccc;
    transition: all .2s
}

.cnslChangePswd__cover label.-focus {
    top: 18px;
    font-size: 15px;
    color: #777
}

.cnslChangePswd__cover .inp {
    width: 100%;
    height: 84px;
    padding: 25px 0 5px 10px;
    box-sizing: border-box;
    border: none;
    letter-spacing: 6px;
    color: #69698b
}

.cnslChangePswd__tit {
    margin: 0 0 20px;
    font-size: 34px;
    letter-spacing: -1.7px;
    text-align: left;
    color: #333
}

.cnslChangePswd__txt {
    margin: 0 0 51px;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 1.6;
    color: #999
}

.cnslChangePswd__inpWrap {
    position: relative;
    border-bottom: 2px solid #ddd
}

.cnslChangePswd__inpWrap:first-of-type {
    border-top: 1px solid #222
}

.ctrlSmltTop {
    padding: 41px 0 58px;
    width: 1100px;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: -1.2px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: #222;
    clear: both
}

.ctrlSmltTop:after {
    content: " ";
    display: table
}

.ctrlSmltTop:after {
    clear: both
}

.ctrlSmltTop__left {
    float: left;
    width: 343px;
    margin: 0 24px 0 0
}

.ctrlSmltTop__right {
    position: relative;
    float: right;
    width: 733px;
    height: 322px;
    background-color: #0684db;
    box-shadow: 13px 9px 30px rgba(146, 194, 228, 0.5)
}

.ctrlSmltTop__tit {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.2;
    color: #222
}

.ctrlSmltTop__num {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 23px;
    font-family: NotoSansCJKkr;
    font-weight: 100;
    font-size: 26px;
    color: #222
}

.ctrlSmltTop__num:after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #777
}

.ctrlSmltTop__txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.4px;
    color: #999
}

.ctrlSmltTop__start {
    position: absolute;
    left: 58px;
    top: 196px;
    display: block
}

.ctrlSmltTop__start img {
    vertical-align: top
}

.ctrlSmltMy {
    width: 1100px;
    margin: -18px auto 30px;
    text-align: right
}

.ctrlSmltMy .btn {
    width: 200px;
    font-size: 16px
}

.ctrlSmltIntro {
    width: 1100px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 45px;
    border-top: 1px solid #2e3235;
    overflow: hidden
}

.ctrlSmltIntro__tit {
    float: left;
    font-size: 38px;
    line-height: 1.2;
    color: #222;
    margin-right: 140px;
    clear: both
}

.ctrlSmltIntro__tit:after {
    content: " ";
    display: table
}

.ctrlSmltIntro__tit:after {
    clear: both
}

.ctrlSmltIntro__num {
    float: left;
    display: inline-block;
    margin-right: 28px;
    font-family: NotoSansCJKkr;
    font-weight: 100;
    font-size: 26px;
    color: #222
}

.ctrlSmltIntro__num:after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #777
}

.ctrlSmltIntro__head {
    float: left;
    display: inline-block;
    font-size: 38px;
    color: #222
}

.ctrlSmltIntro__txt {
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.4px;
    color: #999
}

.ctrlSmltSearch {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 100px;
    padding: 29px 33px;
    border-radius: 12px;
    background-color: #f9f9f9;
    clear: both
}

.ctrlSmltSearch:after {
    content: " ";
    display: table
}

.ctrlSmltSearch:after {
    clear: both
}

.ctrlSmltSearch input[type=text].inp {
    float: right;
    height: 40px;
    padding: 0 35px 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 2px;
    background-color: transparent
}

.ctrlSmltSearch input[type=text].inp::placeholder {
    color: #b9bec3;
    font-size: 17px
}

.ctrlSmltSearch .icon {
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -11px
}

.ctrlSmltList {
    width: 1100px;
    margin: 0 auto;
    border-top: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 200px;
    clear: both;
    overflow: hidden
}

.ctrlSmltList:after {
    content: " ";
    display: table
}

.ctrlSmltList:after {
    clear: both
}

.ctrlSmltList:before {
    content: "등록된 게시물이 없습니다.";
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -90%);
    z-index: -1
}

.ctrlSmltList__item {
    width: 375px;
    float: left;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    margin-top: 1px;
    background: #fff
}

.ctrlSmltList__item:first-child:after {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    width: 375px;
    height: 100%;
    content: '';
    background: #fff
}

.ctrlSmltList__item:nth-child(3n) {
    width: 350px
}

.ctrlSmltList__inner {
    width: 350px;
    background: #fff;
    display: block;
    position: relative;
    margin-top: 33px;
    padding-bottom: 33px;
    float: left
}

.ctrlSmltList__inner:hover .ctrlSmltList__img {
    transform: scale(1.05, 1.05)
}

.ctrlSmltList__imgBox {
    width: 100%;
    height: 182px;
    margin: 0 0 18px;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9
}

.ctrlSmltList__imgBox:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 84px;
    text-align: center;
    color: #b9bec3;
    content: '이미지 준비중입니다'
}

.ctrlSmltList__img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
    z-index: 1;
    position: relative
}

.ctrlSmltList__tit {
    width: 100%;
    margin: 0 0 8px;
    font-size: 14px;
    color: #028ee6;
    letter-spacing: -0.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 1.5em
}

.ctrlSmltList__txt {
    width: 100%;
    font-size: 20px;
    color: #212121;
    letter-spacing: -0.6px;
    font-weight: bold;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em
}

.crseStatusIcon02 {
    width: 54px;
    height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    line-height: 32px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold
}

.bak_red {
    background-color: #dc4747
}

.bak_green {
    background-color: #a8c205
}

.bak_orange {
    background-color: #eaa011
}

h3.crseList__list__tit {
    margin-top: 8px
}

.ctvtenvrn {
    width: 1100px;
    margin-top: 60px
}

.ctvtenvrn__top {
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: center
}

.ctvtenvrn__tab {
    width: 151px;
    height: 147px;
    border-radius: 12px;
    box-shadow: 4.2px 4.2px 6px 0 rgba(201, 201, 201, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border: 2px solid transparent
}

.ctvtenvrn__tab:hover, .ctvtenvrn__tab.-active {
    border-color: #2d71c4
}

.ctvtenvrn__tab:not(:first-of-type) {
    margin-left: 9px
}

.ctvtenvrn__tab:before {
    content: "";
    display: block;
    margin-bottom: 19px
}

.ctvtenvrn__tab.-type01:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -65px
}

.ctvtenvrn__tab.-type02:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px -130px
}

.ctvtenvrn__tab.-type03:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -325px 0px
}

.ctvtenvrn__tab.-type04:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -224px -246px
}

.ctvtenvrn__tab.-type05:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -59px -246px
}

.ctvtenvrn__tab.-type06:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -169px -246px
}

.ctvtenvrn__tab.-type07:before {
    width: 50px;
    height: 60px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -114px -246px
}

.ctvtenvrn__tabTxt {
    display: block;
    font-size: 14px;
    color: #788089;
    font-family: "notokr-bold";
    font-weight: normal
}

.ctvtenvrn .subPage__tit {
    font-size: 34px;
    margin: 0 0 28px
}

.ctvtenvrn .topSelectBox {
    margin-bottom: 30px
}

.ctvtenvrn .topSelectBox__inner {
    border-radius: 12px;
    box-shadow: 7.1px 7.1px 16.4px 1.6px rgba(201, 201, 201, 0.16);
    border: solid 1px #ddd;
    background-color: #f9f9f9
}

.ctvtenvrn .selectBox {
    float: left
}

.ctvtenvrn .datepicker {
    margin-left: -1px
}

.ctvtenvrn__graphSec {
    min-height: 537px;
    margin-bottom: 60px;
    border-radius: 12px;
    border: solid 1px #ddd
}

.ctvtenvrn__conWrap {
    margin-bottom: 70px;
    overflow: hidden
}

.ctvtenvrn__conWrap.-assay .ctvtenvrn__conTit {
    width: 100%
}

.ctvtenvrn__conWrap.-assay .ctvtenvrn__conView {
    margin: 20px 0 40px
}

.ctvtenvrn__conWrap.-assay .brdL {
    border-left: 1px solid #f2f2f2 !important
}

.ctvtenvrn__conWrap.-assay th {
    text-align: left
}

.ctvtenvrn__conTit {
    float: left;
    width: 255px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #222
}

.ctvtenvrn__conTitData {
    display: block;
    font-family: NotoSansCJKkr;
    font-weight: 100;
    font-size: 38px;
    letter-spacing: -1.9px
}

.ctvtenvrn__conView {
    float: left;
    width: 845px;
    border-top: 2px solid #2e3235
}

.ctvtenvrn__lst {
    padding-top: 20px
}

.ctvtenvrn__lstItem {
    position: relative;
    padding-left: 14px;
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: -0.05em
}

.ctvtenvrn__lstItem:before {
    position: absolute;
    left: 0;
    top: 13px;
    display: block;
    width: 4px;
    height: 1px;
    content: '';
    background-color: #212121
}

.ctvtenvrn__theory {
    margin-top: 46px
}

.cond__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.cond__table th {
    padding: 20px 27px 20px 54px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    border: none;
    border-bottom: 1px solid #ddd
}

.cond__table th:first-child {
    padding-left: 0
}

.cond__table td {
    position: relative;
    padding-top: 26px;
    padding-left: 54px;
    border: none;
    vertical-align: top
}

.cond__table td:first-child {
    padding-left: 0;
    border-right: 1px dashed #ddd
}

.cond__info:after {
    position: absolute;
    right: -37px;
    top: 50%;
    margin-top: -14px;
    display: inline-block;
    content: '';
    width: 67px;
    height: 67px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -248px -71px
}

.cond__infoBind {
    line-height: 2.3
}

.cond__infoTime {
    display: inline-block;
    margin-right: 23px;
    color: #7e8396;
    font-weight: bold
}

.cond__infoTime:before {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    border-radius: 100%;
    vertical-align: middle;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -279px
}

.cond__infoTime.-check {
    margin-right: 13px;
    color: #e82d2d
}

.cond__infoTime.-check:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -298px
}

.cond__infoWord {
    font-weight: bold
}

.cond__infoWord.-typeA {
    color: #599630
}

.cond__infoWord.-typeB {
    color: #245ea4
}

.cond__infoDif {
    margin-bottom: 20px;
    line-height: 40px
}

.cond__infoDifTxt {
    display: inline-block;
    margin-right: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #525971;
    vertical-align: middle
}

.cond__infoDifTemp {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #2d71c4;
    vertical-align: middle
}

.cond__infoLst {
    padding: 0 0 0 20px;
    line-height: 1.9;
    border-left: 2px solid #999ba5
}

.cond__infoLst .num {
    margin-left: 20px;
    font-weight: bold
}

.cond__resultTit {
    margin-bottom: 16px;
    font-size: 20px;
    color: #222
}

.cond__resultBox {
    padding: 0 26px 0;
    background-color: #f6f6f6;
    border-radius: 4px;
    overflow: hidden
}

.cond__resultStit {
    margin: 16px 0 9px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
    color: #222
}

.cond__resultImportant {
    position: relative;
    z-index: 1
}

.cond__resultImportant:after {
    position: absolute;
    left: 0;
    top: 13px;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    z-index: -1;
    background-color: #cfe5f2
}

.cond__resultTxt {
    margin-bottom: 11px
}

.cond__resultTemp {
    color: #0088da
}

.hdTop__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.hdTop__table th {
    padding: 20px 27px 20px 54px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    border: none;
    border-bottom: 1px solid #ddd
}

.hdTop__table th:first-child {
    padding-left: 0
}

.hdTop__table th span {
    margin-left: 40px;
    font-weight: normal;
    font-size: 17px
}

.hd__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 33px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border-top: 1px solid #ddd
}

.hd__table:nth-child(2) {
    margin-top: -1px;
    border-top: 1px solid #777
}

.hd__table thead th {
    padding: 16px 5px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd
}

.hd__table thead th:first-child {
    text-align: right
}

.hd__table td {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold
}

.hd__table tbody th {
    padding: 7px 5px;
    background-color: transparent;
    text-align: right;
    font-weight: normal;
    border-bottom: 1px solid #ddd
}

.hd__table tbody td.lack {
    color: #34a0e1
}

.hd__table tbody td.recommand {
    color: #e82d2d
}

.sola__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.sola__table th {
    padding: 20px 27px 20px 54px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #222;
    border: none;
    border-bottom: 1px solid #ddd
}

.sola__table th:first-child {
    padding-left: 0
}

.sola__table th span {
    margin-left: 10px;
    font-weight: normal;
    font-size: 17px
}

.sola__table td {
    position: relative;
    padding-top: 26px;
    padding-left: 54px;
    font-size: 15px;
    border: none;
    vertical-align: top
}

.sola__table td:first-child {
    padding-left: 0;
    border-right: 1px dashed #ddd
}

.sola__info:after {
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -14px;
    display: inline-block;
    content: '';
    width: 45px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -51px -369px
}

.sola__infoBind {
    line-height: 2.3
}

.sola__infoTime {
    display: inline-block;
    margin-right: 15px;
    color: #7e8396;
    font-weight: bold
}

.sola__infoTime:before {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    border-radius: 100%;
    vertical-align: middle;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -279px
}

.sola__infoTime.-check {
    margin-right: 13px;
    color: #e82d2d
}

.sola__infoTime.-check:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -298px
}

.sola__infoWord {
    font-weight: bold
}

.sola__infoWord.-typeA {
    color: #599630
}

.sola__infoWord.-typeB {
    color: #245ea4
}

.warm__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.warm__table th {
    padding: 20px 27px 20px 54px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #222;
    border: none;
    border-bottom: 1px solid #ddd
}

.warm__table th:first-child {
    padding-left: 0
}

.warm__table th span {
    margin-left: 10px;
    font-weight: normal;
    font-size: 17px
}

.warm__table td {
    position: relative;
    padding-top: 26px;
    padding-left: 54px;
    font-size: 15px;
    border: none;
    vertical-align: top
}

.warm__table td:first-child {
    padding-left: 0;
    border-right: 1px dashed #ddd
}

.warm__info:after {
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -14px;
    display: inline-block;
    content: '';
    width: 45px;
    height: 45px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -51px -369px
}

.warm__infoBind {
    line-height: 2.3
}

.warm__infoTime {
    display: inline-block;
    margin-right: 15px;
    color: #7e8396;
    font-weight: bold
}

.warm__infoTime:before {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    border-radius: 100%;
    vertical-align: middle;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -279px
}

.warm__infoTime.-check {
    margin-right: 13px;
    color: #e82d2d
}

.warm__infoTime.-check:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -298px
}

.warm__infoWord {
    font-weight: bold
}

.warm__infoWord.-typeA {
    color: #599630
}

.warm__infoWord.-typeB {
    color: #245ea4
}

.ventiWindow__tit {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #222
}

.ventiWindow__tit .sunChk {
    float: right;
    margin-top: -10px
}

.ventiWindow .table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-left: none
}

.ventiWindow .table tbody tr td, .ventiWindow .table tbody tr th {
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #e4e4e4;
    padding: 0 10px
}

.ventiWindow .table tbody tr th {
    text-align: left;
    padding-left: 25px
}

.ventiWindow .table .selectBox__inp {
    min-width: 0;
    padding: 0 30px 0 8px;
    font-size: 14px
}

.ventiWindow .table .selectBox {
    width: 100%;
    min-width: 0
}

.ventiWindow .table .selectBox.-readOnly {
    pointer-events: none;
    cursor: none
}

.ventiWindow .table .selectBox.-readOnly .selectBox__inp {
    color: #ddd
}

.ventiWindow .table .inp {
    display: inline-block;
    position: relative;
    height: 40px;
    border: 1px solid #ddd;
    vertical-align: middle;
    width: 100%;
    padding: 0 8px;
    text-align: center
}

.ventiWindow .table .inp:read-only {
    color: #dbdbdb
}

.ventiWindow .table__del {
    color: #1065c5;
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal
}

.ventiWindow .table__del:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -309px -143px;
    margin-right: 5px
}

.ventiWindow .graphArea {
    display: none
}

.ventiWindow .graphArea.-active {
    display: block
}

.toolTip {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.toolTip:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -74px;
    vertical-align: middle
}

.toolTip:focus .toolTip__box {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    text-align: left
}

.toolTip__box {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: -8px;
    margin-left: 30px;
    color: #fff;
    background-color: #2d71c4;
    padding: 14px 16px;
    font-size: 14px;
    display: inline-block;
    z-index: 10
}

.toolTip__box:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2d71c4;
    border-left: 8px solid transparent
}

.toolTip__tit {
    display: block;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-bottom: 8px
}

.toolTip__txt {
    display: block;
    font-family: "notokr-regular";
    font-weight: normal
}

.sunChk {
    clear: both;
    vertical-align: middle
}

.sunChk:after {
    content: " ";
    display: table
}

.sunChk:after {
    clear: both
}

.sunChk__tit {
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-family: "notokr-regular";
    font-weight: normal;
    margin-right: 15px
}

.sunChk__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
    font-family: "notokr-regular";
    font-weight: normal
}

.sunChk__item:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.sunChk__item.-sunrise:before {
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -260px
}

.sunChk__item.-sunset:before {
    width: 10px;
    height: 14px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -494px -425px
}

.openChkBox {
    border: 1px solid #e4e4e4;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0 25px
}

.openChkBox.-active .openChkBox__tit {
    font-family: "notokr-medium";
    font-weight: normal;
    color: #1065c5
}

.openChkBox__btn {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.openChkBox__btn:before {
    content: "OPEN";
    color: #1065c5;
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 14px;
    border: 2px solid #1065c5;
    width: 90px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    padding-right: 10px
}

.openChkBox__btn:after {
    content: "▲";
    display: inline-block;
    color: #1065c5;
    position: absolute;
    top: 11px;
    right: 15px;
    transition: all .3s;
    transform: rotate(180deg)
}

.openChkBox input:checked + .openChkBox__btn:before {
    content: "CLOSE";
    background-color: #1065c5;
    color: #fff
}

.openChkBox input:checked + .openChkBox__btn:after {
    top: 9px;
    transform: rotate(0);
    color: #fff
}

table + .openChkBox, .openChkBox + .openChkBox, .controlGrayBox + .openChkBox {
    margin-top: -1px
}

.useChk {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

.useChk__txt {
    font-size: 14px
}

.useChk__btn {
    display: inline-block;
    width: 102px;
    height: 32px;
    background-image: url("../images/sprite/sprite.png");
    background-position: -141px -91px;
    cursor: pointer
}

.useChk input:checked + .useChk__btn {
    width: 102px;
    height: 32px;
    background-position: 0px -209px
}

input + .checkBoxSwitch {
    display: inline-block;
    cursor: pointer;
    width: 52px;
    height: 26px;
    background: #ccc;
    border-radius: 26px;
    position: relative;
    transition: background-color .3s
}

input + .checkBoxSwitch:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: right .3s
}

input:checked + .checkBoxSwitch {
    background-color: #23aaea
}

input:checked + .checkBoxSwitch:after {
    right: 30px
}

.controlGrayBox {
    background: #f8f8f8;
    padding: 30px 15px;
    display: none
}

.controlGrayBox.-active {
    display: block
}

.controlGrayBox__tit {
    font-size: 14px;
    margin-bottom: 15px
}

.controlGrayBox__label {
    width: 137px;
    padding-left: 14px
}

.controlGrayBoxSub {
    display: none
}

.controlGrayBoxSub.-active {
    display: block
}

.controlGrayBox__box {
    width: 100%;
    height: 64px;
    background: #ededef;
    display: flex;
    align-items: center
}

.controlGrayBox__inp {
    width: 120px;
    height: 40px;
    position: relative;
    background: #fff;
    border: 1px solid #dfe3e4;
    padding: 0 25px 0 13px;
    color: #222
}

.controlGrayBox__inp + .controlGrayBox__inpType {
    margin-right: 8px
}

.controlGrayBox__inp:read-only {
    color: #ddd
}

.controlGrayBox__inp:read-only::placeholder {
    color: #ddd
}

.controlGrayBox__inp:read-only + .controlGrayBox__inpType {
    color: #ddd
}

.controlGrayBox__inpType {
    font-size: 14px;
    color: #222;
    margin-left: -23px;
    position: relative;
    z-index: 1;
    margin-right: 23px;
    top: 2px
}

.controlGrayBox__table {
    width: 100%;
    border-top: 2px solid #898989;
    table-layout: fixed;
    border-collapse: collapse;
    border-right: 1px solid #dbdbdb
}

.controlGrayBox__table th, .controlGrayBox__table td {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    height: 45px;
    text-align: center
}

.controlGrayBox__table th {
    background: #ececec
}

.controlGrayBox__table thead th {
    text-align: left;
    padding-left: 14px
}

.controlGrayBox__add {
    display: inline-block;
    color: #1065c5;
    float: right;
    margin-bottom: 3px
}

.controlGrayBox__add:not(:first-of-type) {
    margin-top: 20px
}

.controlGrayBox__add:after {
    content: "";
    clear: both
}

.controlGrayBox__add:before {
    content: "+";
    display: inline-block;
    color: #1065c5
}

.controlGrayBox .selectBox {
    min-width: 120px;
    max-width: 120px;
    background: #fff
}

.controlGrayBox .selectBox select {
    min-width: 120px;
    font-size: 14px
}

.inpUnit {
    position: relative
}

.inpUnit .controlGrayBox__inpType {
    position: absolute;
    right: 10px;
    top: 10px
}

.alignCenter {
    text-align: center
}

.iconBackArrow {
    width: 15px;
    height: 13px;
    background-image: url(".resultIcon.-pass");
    background-position: -38px -105px
}

iconFail. {
    width: 45px;
    height: 32px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: 0px 0px
}

.iconFinger {
    width: 30px;
    height: 30px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -35px -37px
}

.iconFinger2 {
    width: 25px;
    height: 25px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -70px -37px
}

.iconFinger_over {
    width: 30px;
    height: 30px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -100px -35px
}

.iconList {
    width: 16px;
    height: 13px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -109px -72px
}

.iconMinus {
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: 0px -105px
}

.iconOk {
    width: 29px;
    height: 28px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: 0px -72px
}

.iconPass {
    width: 45px;
    height: 32px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -50px 0px
}

.iconPlus {
    width: 14px;
    height: 14px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -19px -105px
}

.iconPointer {
    width: 13px;
    height: 18px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -91px -72px
}

.iconSave {
    width: 29px;
    height: 28px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -34px -72px
}

.iconSmExit {
    width: 18px;
    height: 18px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -68px -72px
}

.iconZoom {
    width: 30px;
    height: 30px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: -100px 0px
}

.iconZoom_over {
    width: 30px;
    height: 30px;
    background-image: url("../images/sprite/sprite.simul.png");
    background-position: 0px -37px
}

.switch-control {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-right: 16px;
    border: 1px solid #d7dfe3;
    background: #f9f9f9
}

.switch-control input.form-control {
    text-align: center;
    padding: 5px 10px
}

.switch-control.-vertical {
    padding-right: 0;
    border-top: none;
    border-bottom: none
}

.switch-control.-vertical .switch-control__scroll {
    border-bottom: none
}

.switch-control.-no-border {
    border-top: none !important
}

.switch-control__scroll {
    max-height: 210px;
    overflow-y: scroll;
    border-bottom: 1px solid #d7dfe3;
    border-top: 1px solid #d7dfe3
}

.switch-control__scroll.-txtCenter .switch-control__item {
    text-align: center
}

.switch-control__scroll .switch-control {
    border-top: none;
    border-bottom: none;
    padding-right: 0;
    background: #fff
}

.switch-control__scroll .switch-control__td {
    border-top: none;
    border-bottom: none
}

.switch-control__tit {
    text-align: center;
    background: #f9f9f9;
    color: #333;
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal;
    padding: 10px 0 11px;
    line-height: 1;
    margin: 0
}

.switch-control__td {
    margin: 0;
    padding: 0;
    display: table-cell
}

.switch-control__td:not(:first-of-type) {
    border-left: 1px solid #d7dfe3
}

.switch-control__td.-middle {
    vertical-align: middle
}

.switch-control__td.-left {
    border-top: 1px solid #d7dfd3;
    border-bottom: 1px solid #d7dfd3
}

.switch-control__item {
    padding: 8px 25px 8px 0;
    position: relative;
    border-bottom: 1px solid #d7dfe3;
    text-align: center
}

.switch-control__switch {
    display: inline-block;
    width: 49px;
    height: 24px;
    position: relative;
    font-size: 0;
    padding: 0 6px 0 8px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px
}

.switch-control__switch input {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important
}

.switch-control__switch-on + .switch-control__switch-txt {
    float: left
}

.switch-control__switch-on:checked + .switch-control__switch-txt {
    opacity: 0
}

.switch-control__switch-on:checked ~ .switch-control__switch-bar {
    background-color: #4b90e0;
    border-color: #437ec3
}

.switch-control__switch-on:checked ~ .switch-control__switch-bar:after {
    left: 4px
}

.switch-control__switch-off + .switch-control__switch-txt {
    float: right;
    color: #000
}

.switch-control__switch-off:checked + .switch-control__switch-txt {
    opacity: 0
}

.switch-control__switch-off:checked ~ .switch-control__switch-bar {
    border: solid 1px #b6b5b5;
    background-color: #cccccc
}

.switch-control__switch-off:checked ~ .switch-control__switch-bar:after {
    left: 27px
}

.switch-control__switch-txt {
    font-size: 9px;
    display: inline-block;
    color: #fff;
    font-family: "notokr-medium";
    font-weight: normal;
    position: relative;
    z-index: 1;
    line-height: 24px;
    cursor: pointer;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 0
}

.switch-control__switch-txt:focus {
    outline: none
}

.switch-control__switch-txt.-on {
    float: left
}

.switch-control__switch-txt.-on.-active {
    opacity: 1;
    cursor: default
}

.switch-control__switch-txt.-on.-active ~ .switch-control__switch-bar {
    background-color: #4b90e0;
    border-color: #437ec3
}

.switch-control__switch-txt.-on.-active ~ .switch-control__switch-bar:after {
    left: 27px
}

.switch-control__switch-txt.-off {
    float: right;
    color: #000
}

.switch-control__switch-txt.-off.-active {
    opacity: 1;
    cursor: default
}

.switch-control__switch-txt.-off.-active ~ .switch-control__switch-bar {
    border: solid 1px #b6b5b5;
    background-color: #cccccc
}

.switch-control__switch-txt.-off.-active ~ .switch-control__switch-bar:after {
    left: 4px
}

.switch-control__switch-txt.disabled {
    cursor: default;
    pointer-events: none
}

.switch-control__switch-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    border-radius: 12px;
    border: solid 1px #b6b5b5;
    background-color: #cccccc;
    left: 0;
    top: 0
}

.switch-control__switch-bar:after {
    content: "";
    display: block;
    transition: all .1s;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    position: absolute
}

.switch-control__btn {
    border: none;
    background: #eee;
    width: 100%;
    height: 50%;
    display: block;
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #555
}

.switch-control__btn:not(:first-of-type) {
    border-top: 1px solid #d7dfd3
}

.switch-control__btn-group {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 26px;
    border-left: 1px solid #d7dfe3
}

.switch-control .form-inline {
    display: inline-block
}

.control-label + .form-control {
    margin-left: 8px
}

.setRange {
    display: inline-block
}

.setRange input:checked + .setRange__btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.form-inline .control-label {
    display: inline-block
}

.envrnData {
    width: 1100px;
    margin: 57px auto 0
}

.envrnData__top {
    margin: -10px auto;
    display: inline-flex;
    max-width: 1100px;
    width: 100%
}

.envrnData__info {
    text-align: left
}

.envrnData__info:not(:last-of-type) {
    margin-right: 40px
}

.envrnData__info dt {
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #929292;
    font-family: "notokr-light";
    font-weight: normal;
    margin-bottom: 10px
}

.envrnData__info dd {
    font-size: 21px;
    font-family: "notokr-medium";
    font-weight: normal;
    letter-spacing: -0.53px;
    color: #222
}

.envrnData .openChkBox {
    border: 1px solid #e4e4e4;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0 25px
}

.envrnData .openChkBox.-active .openChkBox__tit {
    font-family: "notokr-medium";
    font-weight: normal;
    color: #1065c5
}

.envrnData .openChkBox__btn {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.envrnData .openChkBox__btn:before {
    content: "OPEN";
    color: #1065c5;
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 14px;
    border: 2px solid #1065c5;
    width: 90px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    padding-right: 10px;
    margin-right: 0
}

.envrnData .openChkBox__btn:after {
    content: "▲";
    display: inline-block;
    color: #1065c5;
    position: absolute;
    top: 11px;
    right: 15px;
    left: auto;
    transition: all .3s;
    transform: rotate(180deg);
    background-image: none;
    height: auto
}

.envrnData .openChkBox input:checked + .openChkBox__btn:before {
    content: "CLOSE";
    background-color: #1065c5;
    color: #fff
}

.envrnData .openChkBox input:checked + .openChkBox__btn:after {
    top: 9px;
    transform: rotate(0);
    color: #fff;
    background-image: none
}

.envrnData input[type="checkbox"] + .checkBoxSwitch {
    display: inline-block;
    cursor: pointer;
    width: 52px;
    height: 26px;
    background: #ccc;
    border-radius: 26px;
    position: relative;
    transition: background-color .3s
}

.envrnData input[type="checkbox"] + .checkBoxSwitch:before {
    display: none
}

.envrnData input[type="checkbox"] + .checkBoxSwitch:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: right .3s;
    left: auto
}

.envrnData input:checked + .checkBoxSwitch {
    background-color: #23aaea
}

.envrnData input:checked + .checkBoxSwitch:after {
    right: 30px
}

.envrnData.-type01 {
    width: 100%
}

.envrnData.-type01 .subTit {
    width: 1100px;
    margin: 0 auto 40px
}

.envrnData.-type01 .tabs {
    width: 100%
}

.envrnData.-type01 .tabs__btn {
    width: auto;
    padding: 20px 15px
}

.envrnData.-type01 .tabs__btnGroup {
    justify-content: center
}

.envrnData.-type01 .tabPanel {
    width: 1100px;
    margin: 0 auto
}

.subPageTop.-tutorial {
    padding: 0
}

.tutorialTop {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    padding: 54px 0 130px
}

.tutorialTop__btn {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-family: "notokr-medium";
    font-weight: normal
}

.tutorialTop__btn i {
    color: #2a70c5;
    margin-left: 7px
}

.tutorialTop__left {
    text-align: left
}

.tutorialTop__left h3 {
    font-size: 38px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333333;
    line-height: 48px
}

.tutorialTop__right {
    padding-top: 55px
}

.tutorialTop__right .dp-inline table {
    border-collapse: collapse
}

.tutorialTop__right .dp-inline table th {
    font-size: 16px;
    border-bottom: 2px solid #000;
    text-align: left;
    color: #777777;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 0
}

.tutorialTop__right .dp-inline table td {
    font-size: 26px;
    text-align: right;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    font-weight: bold;
    color: #333333
}

.tutorialTop__right .dp-inline table td .total {
    color: #2a70c5
}

.tutorialTop__right .btn.-sizeS {
    position: absolute;
    right: 0;
    top: 60px;
    border: 1px solid #868686;
    padding: 0 25px;
    min-width: 75px;
    line-height: 30px;
    height: 30px;
    font-size: 15px
}

.tutorialTop .dp-inline + .dp-inline {
    margin-left: 50px
}

.tutorial {
    width: 1100px
}

.tutorial .storage {
    margin-top: 45px
}

.tutorial .storage__title {
    position: relative
}

.tutorial .storage__title h3 {
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    display: inline-block
}

.tutorial .storage__title .btn {
    position: absolute;
    right: 0;
    bottom: -9px;
    font-size: 16px;
    border: 1px solid #868686
}

.tutorial .storageBox {
    width: 365px;
    min-height: 386px;
    margin-bottom: 40px
}

.tutorial .storageBoxWrap {
    margin-top: 20px
}

.tutorial .storageBox__title {
    display: flex;
    justify-content: space-between
}

.tutorial .storageBox__name i {
    color: #54759c;
    font-size: 15px
}

.tutorial .storageBox__name p {
    font-size: 26px;
    font-family: "notokr-bold";
    font-weight: normal
}

.tutorial .storageBox__btn {
    background: #333333;
    width: 100%;
    color: #fff;
    line-height: 46px;
    border-radius: 6px;
    margin-top: 20px
}

.tutorial .storageBox__temp span {
    display: inline-block;
    width: 35px;
    color: #999;
    font-size: 15px;
    font-family: "notokr-light";
    font-weight: normal;
    margin-left: 10px
}

.tutorial .storageBox__temp strong {
    display: inline-block;
    text-align: right;
    min-width: 40px
}

.tutorial .storageBox__temp .temp:before {
    content: "";
    background: url("../images/tutorial/icon_temp.png");
    display: inline-block;
    width: 23px;
    height: 25px;
    vertical-align: middle
}

.tutorial .storageBox__temp .hum {
    margin-top: 5px
}

.tutorial .storageBox__temp .hum:before {
    content: "";
    background: url("../images/tutorial/icon_hum.png");
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle
}

.tutorial .storageBox__data {
    border-top: 1px dashed #d6d6d6;
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse
}

.tutorial .storageBox__data td {
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    text-align: right
}

.tutorial .storageBox__data th {
    border-bottom: 1px solid #e2e2e2;
    font-size: 17px;
    font-weight: bold
}

.tutorial .storageBox__data tr:last-child td, .tutorial .storageBox__data tr:last-child th {
    border-bottom: 0
}

.tutorial .storageBox__data .day {
    font-size: 13px;
    display: inline-block;
    color: #696969;
    border: 1px solid #696969;
    border-radius: 10px;
    line-height: 21px;
    padding: 0 12px;
    font-weight: bold
}

.tutorial .storageBox__data .day.-red {
    color: #d15e18;
    border-color: #d15e18
}

.tutorial .storageBox.-rBox {
    padding: 40px
}

.tutorial .storageBox.-tomato {
    background: url("../images/tutorial/top_tm.jpg") no-repeat;
    background-position: left top
}

.tutorial .storageBox.-straw {
    background: url("../images/tutorial/top_st.jpg") no-repeat;
    background-position: left top
}

.tutorial .storageBox.-paprika {
    background: url("../images/tutorial/top_pa.jpg") no-repeat;
    background-position: left top
}

.tutorial .storageStandard {
    background: #F6F6F6;
    display: flex;
    padding: 30px 40px;
    border-radius: 5px;
    margin-top: 30px
}

.tutorial .storageStandard .dp-inline {
    width: 310px
}

.tutorial .storageStandard .dp-inline + .dp-inline {
    margin-left: 40px
}

.tutorial .storageStandard table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse
}

.tutorial .storageStandard table td, .tutorial .storageStandard table th {
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0
}

.tutorial .storageStandard table th {
    font-weight: bold;
    color: #696969;
    text-align: left
}

.tutorial .storage .slick-list {
    padding: 10px 0
}

.tutorial .storage .slick-slide {
    margin-left: 5px;
    margin-right: 5px
}

.tutorial .market {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.tutorial .market .-rBox {
    width: 536px;
    min-height: 328px;
    padding: 40px;
    margin-top: 20px
}

.tutorial .market .-rBox table {
    width: 100%
}

.tutorial .market__title {
    position: relative
}

.tutorial .market__title h3 {
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.tutorial .market__title span {
    color: #999999;
    font-weight: 300;
    font-size: 14px
}

.tutorial .market__title .btnSmall {
    width: 82px;
    border-radius: 5px;
    color: #737373;
    font-size: 13px;
    border: 1px solid #737373;
    line-height: 25px;
    position: absolute;
    right: 0;
    bottom: 5px
}

.tutorial .marketPrice .price_icon {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #777777;
    margin-top: 3px
}

.tutorial .marketPrice .price_icon:after {
    display: inline-block;
    content: "▲";
    color: #D05E18
}

.tutorial .marketPrice .price_icon.-down:after {
    content: "▼";
    color: #323232
}

.tutorial .marketPrice table {
    border-collapse: collapse
}

.tutorial .marketPrice table thead th {
    border-bottom: 1px solid #222222;
    font-size: 15px;
    color: #222222;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px
}

.tutorial .marketPrice table tbody th {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    padding: 19px 0
}

.tutorial .marketPrice table tbody td {
    text-align: right;
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    padding: 17px 0
}

.tutorial .marketRanking .-rBox {
    display: flex
}

.tutorial .marketRanking .half {
    width: 50%
}

.tutorial .marketRanking .half__tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px
}

.tutorial .marketRanking .half table {
    border-collapse: collapse
}

.tutorial .marketRanking .half table thead th {
    background: #f6f6f6;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 26px 0;
    font-weight: bold
}

.tutorial .marketRanking .half table thead strong {
    color: #2d71c4
}

.tutorial .marketRanking .half table tbody td {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2
}

.tutorial .-rBox {
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3)
}

.tutorial .house {
    margin-top: -270px;
    padding-top: 70px
}

.tutorial .house__title {
    display: inline-block;
    vertical-align: top
}

.tutorial .house__title h3 {
    font-size: 24px;
    font-weight: bold
}

.tutorial .houseList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.tutorial .houseItem {
    width: 349px;
    height: 420px;
    margin-bottom: 50px;
    padding: 45px 30px 0;
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
    border-radius: 12px;
    overflow: hidden
}

.tutorial .houseItem .btn {
    background: #fff;
    border: 1px solid #fff;
    color: #696969;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    min-width: 105px;
    vertical-align: middle;
    padding: 0;
    font-family: "notokr-medium";
    font-weight: normal
}

.tutorial .houseItem .btn + .btn {
    margin-left: 6px
}

.tutorial .houseItem__txt {
    color: #fff;
    margin-top: 20px
}

.tutorial .houseItem__txt p {
    font-size: 24px
}

.tutorial .houseItem__txt i {
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    display: block
}

.tutorial .houseItem__txt small {
    font-size: 14px
}

.tutorial .houseItem__txt small + i {
    margin-top: 20px
}

.tutorial .houseItem__txt h4 {
    font-size: 20px;
    margin-top: 60px
}

.tutorial .houseItem__txt .num {
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 22px
}

.tutorial .houseItem__title {
    font-size: 20px;
    color: #fff
}

.tutorial .houseItem__title small {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8)
}

.tutorial .houseItem__title strong {
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 24px
}

.tutorial .houseItem__bgTxt {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 40px;
    width: 100%
}

.tutorial .houseItem__bgTxt i {
    font-size: 15px;
    color: #54759c
}

.tutorial .houseItem__bgTxt .fa-chevron-right {
    margin-left: 7px
}

.tutorial .houseItem__bgTxt p {
    font-size: 20px;
    font-family: "notokr-black";
    font-weight: normal;
    margin-top: 3px;
    color: #3a3a3a
}

.tutorial .houseItem__bgTxt .txtBtn {
    font-size: 15px;
    margin-top: 20px
}

.tutorial .houseItem .percircle {
    right: 30px;
    top: 40px;
    background: rgba(0, 0, 0, 0.3)
}

.tutorial .houseItem.-tomato {
    background: url("../images/tutorial/bg_tm.png")
}

.tutorial .houseItem.-tomato .percircle:after {
    background: #6f53da
}

.tutorial .houseItem.-straw {
    background: url("../images/tutorial/bg_st.png")
}

.tutorial .houseItem.-straw .percircle:after {
    background: #e95f49
}

.tutorial .houseItem.-paprika {
    background: url("../images/tutorial/bg_pa.png")
}

.tutorial .houseItem.-paprika .percircle:after {
    background: #7aaa1d
}

.tutorial .houseItem__btn {
    position: absolute;
    bottom: 35px
}

.tutorial .house .line__bg {
    margin-top: 35px;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: hidden
}

.tutorial .house .line__bg .bar {
    background: #2be7e7;
    height: 100%
}

.tutorial .house .line__txt {
    font-size: 0;
    position: relative;
    margin-top: 7px
}

.tutorial .house .line__txt li {
    display: inline-block;
    width: 10%;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}

.tutorial .house .line__txt li + li:before {
    content: "";
    width: 1px;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block
}

.tutorial .house .line__txt li:last-child:after {
    content: "10,000";
    display: inline-block;
    position: absolute;
    right: -8px
}

.tutorial .house .slick-slide {
    width: 349px;
    margin-left: 12px;
    margin-right: 12px
}

.tutorial .slick-next {
    background: url("../images/tutorial/gate_arrow.png");
    font-size: 0;
    width: 10px;
    height: 17px;
    right: -30px
}

.tutorial .slick-next:hover {
    background: url("../images/tutorial/gate_arrow_on.png");
    transform: rotate(180deg)
}

.tutorial .slick-prev, .tutorial .slick-next {
    position: absolute;
    bottom: 245px;
    z-index: 1000
}

.tutorial .slick-prev {
    background: url("../images/tutorial/gate_arrow.png");
    transform: rotate(180deg);
    font-size: 0;
    width: 10px;
    height: 17px;
    left: -30px
}

.tutorial .slick-prev:hover {
    background: url("../images/tutorial/gate_arrow_on.png");
    transform: rotate(0deg)
}

.tutorial .slick-dots {
    bottom: -25px;
    height: 60px;
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 15px;
    padding: 0
}

.tutorial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    padding: 0;
    cursor: pointer
}

.tutorial .slick-dots li .slick-active button:before {
    opacity: .75;
    color: #000000
}

.tutorial .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.tutorial .slick-dots li button:before {
    font-size: 2.7rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .75;
    color: #dce3e8
}

.dp-inline {
    display: inline-block
}

.-gate_l .layerPopup__inner {
    width: 1100px
}

.-gate_l .moviePopup__top {
    background: #000
}

.-gate_l .moviePopup__top .moviePopup__tit {
    font-size: 20px
}

.-gate_l .moviePopup__content {
    padding: 40px
}

.-gate_l .moviePopup__content.-store h3 {
    text-align: center;
    font-size: 30px;
    font-family: "notokr-bold";
    font-weight: normal
}

.-gate_l .moviePopup__content.-store .tableWrap {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222
}

.-gate_l .moviePopup__content.-store table {
    width: 100%;
    border-collapse: collapse
}

.-gate_l .moviePopup__content.-store table thead {
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-store table thead th {
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_l .moviePopup__content.-store table td, .-gate_l .moviePopup__content.-store table th {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 15px 30px
}

.-gate_l .moviePopup__content.-store table td:last-child, .-gate_l .moviePopup__content.-store table th:last-child {
    border-right: 0
}

.-gate_l .moviePopup__content.-store table tbody.alignLeft th {
    text-align: center;
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-store .tit {
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_l .moviePopup__content.-store .desc {
    color: #999
}

.-gate_l .moviePopup__content.-ship .tableWrap {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222
}

.-gate_l .moviePopup__content.-ship table {
    width: 100%;
    border-collapse: collapse
}

.-gate_l .moviePopup__content.-ship table thead {
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-ship table thead th {
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_l .moviePopup__content.-ship table tbody th {
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-ship table td, .-gate_l .moviePopup__content.-ship table th {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 15px 0
}

.-gate_l .moviePopup__content.-ship table td:last-child, .-gate_l .moviePopup__content.-ship table th:last-child {
    border-right: 0
}

.-gate_l .moviePopup__content.-ship table td[rowspan] {
    border-left: 1px solid #e2e2e2
}

.-gate_l .moviePopup__content.-ship table .total {
    font-size: 28px;
    font-family: "notokr-black";
    font-weight: normal;
    color: #2d71c4
}

.-gate_l .moviePopup__content.-ship .dp-flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.-gate_l .moviePopup__content.-ship .dp-flex .inp {
    width: 135px;
    min-width: 135px;
    height: 30px
}

.-gate_l .moviePopup__content.-ship .dp-flex .-sizeS {
    min-width: 80px;
    padding: 0
}

.-gate_l .moviePopup__content.-ship .term {
    display: flex;
    color: #d15e18;
    font-size: 13px;
    font-family: "notokr-bold";
    font-weight: normal;
    align-items: center;
    justify-content: center
}

.-gate_l .moviePopup__content.-ship .term .day {
    border-radius: 16px;
    border: 1px solid #d15e18;
    padding: 3px 15px
}

.-gate_l .moviePopup__content.-ship .term .kg {
    margin-left: 7px
}

.-gate_l .moviePopup__content.-ship .term .kg:after {
    content: "▼";
    color: #323232;
    margin-left: 3px
}

.-gate_l .moviePopup__content.-ship .tabs__btn {
    color: #222
}

.-gate_l .moviePopup__content.-ship .tabs__btn.-active {
    background: #2d71c4;
    color: #fff
}

.-gate_s .layerPopup__inner {
    width: 500px
}

.-gate_s .moviePopup__top {
    background: #000;
    justify-content: center
}

.-gate_s .moviePopup__top .moviePopup__tit {
    font-size: 32px
}

.-gate_s .moviePopup__content {
    padding: 40px
}

.-gate_s .moviePopup__content h3 {
    font-size: 22px;
    font-family: "notokr-bold";
    font-weight: normal
}

.-gate_s .-boxSale {
    text-align: center
}

.-gate_s .-boxSale .imgBox {
    margin: 45px 0 35px
}

.-gate_s .-boxSale .grayBox table {
    width: 100%;
    border-collapse: collapse
}

.-gate_s .-boxSale .grayBox table thead th {
    font-family: "notokr-bold";
    font-weight: normal;
    border-bottom: 1px solid #131313;
    padding: 10px 0
}

.-gate_s .-boxSale .grayBox table tbody tr:first-of-type td {
    padding: 20px 0 10px
}

.-gate_s .-boxSale .grayBox table tbody td {
    font-size: 14px;
    padding: 10px 0
}

.-gate_s .grayBox {
    background: #f6f6f6;
    padding: 20px
}

.-gate_s .grayBox h4 {
    font-size: 16px
}

.-gate_s .-house h3 {
    text-align: center
}

.-gate_s .-house .imgBox {
    text-align: center;
    margin: 35px 0 30px
}

.-gate_s .-house .grayBox {
    text-align: left
}

.-gate_s .-house .desc {
    color: #999;
    margin-top: 15px;
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_s .-house .dp-inline {
    vertical-align: top
}

.-gate_s .-house .dp-inline + .dp-inline {
    margin-left: 15px
}

.-gate_s .-house .dp-inline ul {
    margin-top: 20px
}

.-gate_s .-house .dp-inline ul li {
    font-size: 14px
}

.-gate_s .-house .dp-inline ul li + li {
    margin-top: 10px
}

.-gate_s .houseBg {
    position: relative;
    width: 340px;
    height: 223px;
    margin: 60px auto 0
}

.-gate_s .houseBg .item {
    background: url("../images/tutorial/pop_house_bg.png");
    width: 132px;
    height: 102px;
    position: absolute
}

.-gate_s .houseBg .item.-n01 {
    bottom: 0
}

.-gate_s .houseBg .item.-n02 {
    bottom: 15px;
    left: 26px
}

.-gate_s .houseBg .item.-n03 {
    bottom: 30px;
    left: 52px
}

.-gate_s .houseBg .item.-n04 {
    bottom: 45px;
    left: 78px
}

.-gate_s .houseBg .item.-n05 {
    bottom: 60px;
    left: 104px
}

.-gate_s .houseBg .item.-n06 {
    bottom: 75px;
    left: 130px
}

.-gate_s .houseBg .item.-n07 {
    bottom: 90px;
    left: 156px
}

.-gate_s .houseBg .item.-n08 {
    bottom: 105px;
    left: 182px
}

.-gate_s .houseBg .item.-n09 {
    bottom: 120px;
    left: 208px
}

.-gate_s .houseBg .item.-n10 {
    bottom: 135px;
    left: 234px
}

.-gate_s .houseBg .item.-active {
    background: url("../images/tutorial/pop_house_active.png");
    z-index: 10
}

.-gate_s .btnControl {
    display: flex;
    justify-content: center
}

.-gate_s .btnControl .btn {
    width: 50%;
    border: 1px solid #868686
}

.-gate_s .btnControl .btn + .btn {
    margin-left: 15px
}

.houseItem.-empty {
    border: 1px solid #d0d0d0
}

.houseItem.-empty, .storageBox.-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.houseItem.-empty p, .storageBox.-empty p {
    color: #d0d0d0
}

.subPageTop.-farmView .inner {
    width: 1100px;
    margin: 0 auto;
    text-align: center
}

.subPageTop.-farmView .inner h2 {
    font-size: 38px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333
}

.subPageTop.-farmView .tableWrap {
    display: flex;
    gap: 30px;
    margin-top: 35px
}

.subPageTop.-farmView .tableWrap .dp-inline {
    display: inline-block;
    width: 100%
}

.subPageTop.-farmView .tableWrap .dp-inline table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #000
}

.subPageTop.-farmView .tableWrap .dp-inline table thead th {
    font-size: 18px;
    font-family: "notokr-bold";
    font-weight: normal;
    text-align: left;
    border-bottom: 2px solid #000;
    padding-bottom: 15px
}

.subPageTop.-farmView .tableWrap .dp-inline table tbody td, .subPageTop.-farmView .tableWrap .dp-inline table tbody th {
    font-family: "notokr-medium";
    font-weight: normal
}

.subPageTop.-farmView .tableWrap .dp-inline table tbody th {
    font-size: 16px;
    text-align: left
}

.subPageTop.-farmView .tableWrap .dp-inline table tbody td {
    font-size: 17px;
    text-align: right;
    padding: 10px 0
}

.subPageTop.-farmView .tableWrap .dp-inline table tbody td, .subPageTop.-farmView .tableWrap .dp-inline table tbody th {
    border-top: 1px solid #d4d4d4
}

.subPageTop.-farmView .tableWrap .dp-inline table tbody tr:last-child td, .subPageTop.-farmView .tableWrap .dp-inline table tbody tr:last-child th {
    border-top: 1px solid #000
}

.subPageTop.-farmView .tableWrap .dp-inline table tbody tr:last-child td {
    color: #2a70c5;
    font-size: 18px;
    font-family: "notokr-medium";
    font-weight: normal
}

.subPageTop.-farmView .btn {
    background: #333;
    color: #fff;
    font-size: 16px;
    min-width: 200px
}

.subPageTop.-farmView .btn i {
    margin-right: 10px
}

.mainContent.-farmView input.datepicker {
    color: #333
}

.mainContent.-farmView input.inp, .mainContent.-farmView textarea.inp, .mainContent.-farmView .selectBox {
    border-color: #9e9e9e
}

.mainContent.-farmView .topSelectBox.-list .topSelectBox__radio:checked + .topSelectBox__chkMon {
    border-color: #2d71c4;
    color: #2d71c4;
    font-family: "notokr-bold";
    font-weight: normal
}

.mainContent.-farmView .topSelectBox.-list .topSelectBox__chkMon {
    color: #333;
    border-color: #9e9e9e
}

.mainContent.-farmView .cnsl__listCnt {
    font-size: 18px;
    color: #222222
}

.mainContent.-farmView .topSelectBox__inner {
    padding: 0;
    box-shadow: none
}

.mainContent.-farmView .topSelectBox__inner .btn.-mediumBlue {
    width: 175px;
    padding: 0
}

.mainContent.-farmView .cnsl__listCon {
    box-shadow: 0px 0px 8px 7px rgba(201, 201, 201, 0.15)
}

.mainContent.-farmView .cnsl__listTable td {
    font-size: 17px;
    color: #000;
    padding: 23px 0
}

.mainContent.-farmView .cnsl__listTable td .tit {
    font-family: "notokr-regular";
    font-weight: normal
}

.mainContent.-farmView .cnsl__listTable td .btnMore {
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-size: 15px;
    padding: 10px 15px
}

.mainContent.-farmView .cnsl__listTable td .btnMore i {
    color: #575cf2;
    margin-left: 10px
}

.layerPopup.-farmView .layerPopup__inner {
    width: 1160px
}

.layerPopup.-farmView .tableWrap {
    display: flex;
    gap: 40px;
    margin-top: 45px
}

.layerPopup.-farmView .tableWrap h4 {
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    margin-bottom: 15px
}

.layerPopup.-farmView .tableWrap table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #222222;
    font-size: 15px
}

.layerPopup.-farmView .tableWrap table thead {
    background: #f8f8f8
}

.layerPopup.-farmView .tableWrap table thead th {
    font-family: "notokr-medium";
    font-weight: normal
}

.layerPopup.-farmView .tableWrap table td, .layerPopup.-farmView .tableWrap table th {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 15px 10px
}

.layerPopup.-farmView .tableWrap table td:last-child, .layerPopup.-farmView .tableWrap table td:last-child[rowspan], .layerPopup.-farmView .tableWrap table th:last-child, .layerPopup.-farmView .tableWrap table th:last-child[rowspan] {
    border-right: 0;
    border-left: 1px solid #e2e2e2
}

.layerPopup.-farmView .tableWrap table.alignRight th {
    text-align: left
}

.layerPopup.-farmView .tutorialTop {
    background: url("../images/tutorial/top_tm.jpg") no-repeat;
    box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
    padding: 45px 40px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden
}

.layerPopup.-farmView .tutorialTop__right {
    padding-top: 0
}

.layerPopup.-farmView .tutorialTop__left h3 {
    font-family: "notokr-medium";
    font-weight: normal
}

.layerPopup.-farmView .tutorialTop__left p {
    font-size: 21px;
    margin-top: 15px
}

.percircle {
    position: absolute;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    background-color: #ccc
}

.percircle.red .bar, .percircle.red .fill, .percircle.red.gt50 .fill {
    border-color: #dd5454
}

.percircle.red:hover > span {
    color: #dd5454
}

.percircle.red.dark .bar, .percircle.red.dark .fill {
    border-color: #f84a4a
}

.percircle.red.dark:hover > span {
    color: #f84a4a
}

.percircle.blue .bar, .percircle.blue .fill, .percircle.blue.gt50 .fill {
    border-color: #82cefa
}

.percircle.blue:hover > span {
    color: #82cefa
}

.percircle.blue.dark .bar, .percircle.blue.dark .fill {
    border-color: #20cceb
}

.percircle.blue.dark:hover > span {
    color: #20cceb
}

.percircle.green .bar, .percircle.green .fill, .percircle.green.gt50 .fill {
    border-color: #8dea7b
}

.percircle.green:hover > span {
    color: #8dea7b
}

.percircle.green.dark .bar, .percircle.green.dark .fill {
    border-color: #a9ff3a
}

.percircle.green.dark:hover > span {
    color: #a9ff3a
}

.percircle.orange .bar, .percircle.orange .fill, .percircle.orange.gt50 .fill {
    border-color: #e88239
}

.percircle.orange:hover > span {
    color: #e88239
}

.percircle.orange.dark .bar, .percircle.orange.dark .fill {
    border-color: #dc5b00
}

.percircle.orange.dark:hover > span {
    color: #dc5b00
}

.percircle.pink .bar, .percircle.pink .fill, .percircle.pink.gt50 .fill {
    border-color: #ff8ed0
}

.percircle.pink:hover > span {
    color: #ff8ed0
}

.percircle.pink.dark .bar, .percircle.pink.dark .fill {
    border-color: #ff58b9
}

.percircle.pink.dark:hover > span {
    color: #ff58b9
}

.percircle.purple .bar, .percircle.purple .fill, .percircle.purple.gt50 .fill {
    border-color: #aa7eff
}

.percircle.purple:hover > span {
    color: #aa7eff
}

.percircle.purple.dark .bar, .percircle.purple.dark .fill {
    border-color: #7a38f7
}

.percircle.purple.dark:hover > span {
    color: #7a38f7
}

.percircle.yellow .bar, .percircle.yellow .fill, .percircle.yellow.gt50 .fill {
    border-color: #dcbd00
}

.percircle.yellow:hover > span {
    color: #dcbd00
}

.percircle.yellow.dark .bar, .percircle.yellow.dark .fill {
    border-color: #ffdb00
}

.percircle.yellow.dark:hover > span {
    color: #ffdb00
}

.percircle.dark {
    background-color: #777
}

.percircle.dark .bar, .percircle.dark .fill, .percircle.dark.gt50 .fill {
    border-color: #c6ff00
}

.percircle.dark > span {
    color: #777
}

.percircle.dark:after {
    background-color: #555
}

.percircle.dark:hover > span {
    color: #c6ff00
}

.percircle.gt50 .slice, .percircle .rect-auto {
    clip: rect(auto, auto, auto, auto)
}

.percircle .bar, .percircle.gt50 .fill, .percircle .pie {
    position: absolute;
    border: .08em solid #fff;
    width: .84em;
    height: .84em;
    clip: rect(0, 0.5em, 1em, 0);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.percircle .bar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.percircle.gt50 .bar:after, .percircle.gt50 .fill, .percircle .pie-fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.percircle *, .percircle :after, .percircle :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.percircle .center {
    float: none;
    margin: 0 auto
}

.percircle.big {
    font-size: 240px
}

.percircle.small {
    font-size: 77px
}

.percircle > span {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    top: calc(50% - .1em);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1em;
    font-size: .2em;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    text-align: center;
    white-space: nowrap;
    margin-top: -7px
}

.percircle > span i {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4)
}

.percircle > span i:before {
    content: "/";
    display: inline-block;
    vertical-align: middle
}

.percircle .perclock > span {
    font-size: .175em
}

.percircle:after {
    position: absolute;
    top: .07em;
    left: .07em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #f5f5f5;
    width: .86em;
    height: .86em
}

.percircle .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0, 1em, 1em, 0.5em)
}

.percircle:hover {
    cursor: default
}

.percircle:hover > span {
    -webkit-transform: scale(1.3) translateY(-50%);
    -ms-transform: scale(1.3) translateY(-50%);
    transform: scale(1.3) translateY(-50%);
    color: #fff
}

.percircle:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.percircle.animate:after, .percircle.animate > span {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.percircle.animate .bar {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.mgT0 {
    margin-top: 0 !important
}

.mgT10 {
    margin-top: 10px
}

.mgT13 {
    margin-top: 13px
}

.mgT15 {
    margin-top: 15px
}

.mgT18 {
    margin-top: 18px
}

.mgT20 {
    margin-top: 20px
}

.mgT24 {
    margin-top: 24px
}

.mgT25 {
    margin-top: 25px
}

.mgT30 {
    margin-top: 30px
}

.mgT35 {
    margin-top: 35px
}

.mgT36 {
    margin-top: 36px
}

.mgT40 {
    margin-top: 40px
}

.mgT50 {
    margin-top: 50px
}

.mgT60 {
    margin-top: 60px
}

.mgT45 {
    margin-top: 45px
}

.mgT70 {
    margin-top: 70px
}

.mgT72 {
    margin-top: 72px
}

.mgT80 {
    margin-top: 80px
}

.mgR10 {
    margin-right: 10px !important
}

.mgL8 {
    margin-left: 8px !important
}

.mgB40 {
    margin-bottom: 40px
}

.mgB10 {
    margin-bottom: 10px
}

h1, h2, h3, h4, h5 {
    font-family: 'notokr-black', sans-serif;
    letter-spacing: -2px
}

.rob {
    font-family: 'Roboto-Medium'
}

.rob-b {
    font-family: 'Roboto-Bold'
}

.rob-bb {
    font-family: 'Roboto-Black'
}

.rob-t {
    font-family: 'Roboto-Thin'
}

p, span, a, strong, dt {
    letter-spacing: -0.9px
}

a {
    color: #000
}

#wrapper {
    position: relative;
    height: 100%
}

div.container {
    max-width: 1430px
}

div.container.sjview {
    max-width: 1114px
}

div.container.examIntro {
    max-width: 1230px
}

div.container.exam {
    max-width: 1452px
}

[class^="col-"] {
    margin-top: 0
}

[class^="row"] {
    font-size: inherit
}

[class^="row"]:first-of-type {
    margin-top: 0
}

[class^="row"]:not(:last-of-type) {
    padding-bottom: 0;
    border-bottom: none
}

div.modal-content {
    background-color: #fff
}

input[type="checkbox"] + label:before {
    display: none
}

input[type="checkbox"] + label:after {
    display: none
}

.paging__item {
    font-size: 18px;
    border: none;
    font-weight: inherit;
    color: #939aa8
}

.paging__item.-active {
    border-color: transparent;
    color: #000;
    font-family: 'Roboto-Bold'
}

.paging__item {
    font-family: 'Roboto-Bold';
    border: none
}

.paging__item:not(:first-of-type) {
    margin-left: 7px
}

input[type="checkbox"] + label {
    color: #000;
    font-size: 16px
}

.mv-wrap .right-area .tab-list li .icon_vector::before, .mv-wrap .right-area .tab-list li .icon_play::before, .mv-wrap .right-area .tab-list li .icon_stop::before, .mv-wrap .right-area .tab-list li .icon_quiz::before, .mv-wrap .right-area .tab-list li .icon_organize::before, .mv-wrap .right-area .tab-list li .icon_note::before, .mv-wrap .right-area .tab-list li .icon_link::before, .mv-wrap .right-area .tab-list li .icon_vector.active::before, .mv-wrap .right-area .tab-list li .icon_play.active::before, .mv-wrap .right-area .tab-list li .icon_stop.active::before, .mv-wrap .right-area .tab-list li .icon_quiz.active::before, .mv-wrap .right-area .tab-list li .icon_organize.active::before, .mv-wrap .right-area .tab-list li .icon_note.active::before, .mv-wrap .right-area .tab-list li .icon_link.active::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 7px;
    background-position-x: center;
    background-position-y: center
}

.box03-wrap .bar::after, .box03-wrap .professor .bar1:after, .qna-wrap .bar:after, .list-box2 .info::after, .att.bar {
    content: "";
    display: inline-block;
    background-color: #b7b7b7;
    width: 1px
}

.navbar-nav02 .member_face img, .box03-wrap .professor img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.mv-wrap .right-area .nav-tabs .nav-item .nav-link, .qna-wrap .date {
    color: #939aa8
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.ml-60 {
    margin-left: 60px
}

.ml-40 {
    margin-left: 40px
}

.fz-64 {
    font-size: 64px
}

.fz-52 {
    font-size: 52px
}

.fz-50 {
    font-size: 50px
}

.fz-42 {
    font-size: 42px
}

.fz-40 {
    font-size: 40px;
    letter-spacing: -2px
}

.fz-38 {
    font-size: 38px
}

.fz-36 {
    font-size: 36px
}

.fz-32 {
    font-size: 32px
}

.fz-30 {
    font-size: 30px
}

.fz-28 {
    font-size: 28px
}

.fz-26 {
    font-size: 26px
}

.fz-24 {
    font-size: 24px
}

.fz-22 {
    font-size: 22px
}

.fz-20 {
    font-size: 20px
}

.fz-18 {
    font-size: 18px;
    line-height: 28px
}

.fz-17 {
    font-size: 17px
}

.fz-15 {
    font-size: 15px
}

.fz-14 {
    font-size: 14px
}

.fz-12 {
    font-size: 12px
}

.mycolor1 {
    color: #6b7588
}

.mycolor2 {
    color: #37167B
}

.mycolor3 {
    color: #939aa8
}

.mycolor4 {
    color: #dc4747
}

.mycolor_white {
    color: #fff
}

.mycolor_black {
    color: #000
}

.mycolor_green {
    color: #37167B
}

.btn-common {
    height: 32px;
    font-size: 14px
}

.diadia11 {
    display: inline-block;
    text-align: center;
    line-height: 32px
}

.btn-w145 {
    width: 145px
}

.btn-w116 {
    width: 116px
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: all ease .3s 0s
}

.btn-white {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 8px;
    font-weight: bold
}

.inp-search {
    text-indent: 35px;
    background-image: url(../images/ac/icon_search.png);
    background-repeat: no-repeat;
    background-position: 5px center
}

.icon-dawn::before {
    content: '';
    display: inline-block;
    background-image: url(../images/support/icon_dawn.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.icon-arrow::before {
    content: '';
    display: inline-block;
    background-image: url(../images/support/icon_go.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.icon-bolt::before {
    content: '';
    display: inline-block;
    background-image: url(../images/support/icon_bolt.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 4px
}

.print-btn::before {
    content: '';
    display: inline-block;
    background-image: url(../images/dataLrnng/icon_print.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 7px
}

.icon-file::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/mypage/icon_folder_black.png);
    background-repeat: no-repeat;
    margin-right: 7px
}

.icon_location::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../images/mypage/icon_location.png);
    background-repeat: no-repeat;
    margin: 0 7px
}

.lh-25 {
    line-height: 25px
}

.compareResult__table.table thead tr th {
    height: 65px;
    font-size: 14px;
    color: #6b7588;
    vertical-align: middle
}

.compareResult__table.table tbody tr td {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle
}

input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 4px
}

input[type="checkbox"]:checked + label:before {
    background-color: #000;
    border-color: #000;
    background-image: url(../images/dnmhs/main/checkbox.png);
    background-size: 23px 26px;
    background-repeat: no-repeat;
    background-position: -2px
}

.navbar-nav01 {
    text-align: right
}

.navbar-nav01 a {
    font-size: 17px;
    font-weight: bold;
    padding: 0 20px
}

.navbar-nav01 .active {
    color: #000
}

.navbar-nav02 {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center
}

.navbar-nav02 .icon_bell {
    background-image: url(../images/ac/icon_bell.png);
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 30px
}

.navbar-nav02 .member_face {
    width: 48px;
    height: 48px
}

.profile-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 80px);
    width: 280px;
    height: 350px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 4px 4px 60px #ddd
}

.profile-box .profile-img {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #939aa8;
    border-radius: 50%
}

.profile-box .profile-img img {
    width: 100%
}

.profile-box .pnp-txt::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url(../images/icon_.png);
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    margin-left: 12px;
    background-size: cover
}

.profile-box .list-link div {
    margin-bottom: 16px
}

.profile-box .list-link div a::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px
}

.profile-box .list-link div:first-child a::before {
    background-image: url(../images/ac/icon_play.png)
}

.profile-box .list-link div:nth-child(2) a::before {
    background-image: url(../images/ac/icon_quiz.png)
}

.profile-box .list-link div:nth-child(3) a::before {
    background-image: url(../images/icon_user2.png)
}

.profile-box .list-link div:last-child a::before {
    background-image: url(../images/icon_out.png)
}

.noti-box {
    position: absolute;
    top: 0;
    right: -8px;
    transform: translate(0, 80px);
    width: 430px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 4px 4px 60px #ddd;
    z-index: 99
}

.noti-box .icon_tri {
    position: absolute;
    top: -19px;
    right: 85px;
    width: 26px;
    height: 21px;
    background-image: url(../images/icon_tri.png);
    background-repeat: no-repeat;
    background-size: cover
}

.noti-box .list-txt-last {
    background-color: #f1f1f1
}

.noti-box .list-more {
    display: flex;
    justify-content: center
}

.noti-box .list-more::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/support/icon_plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 7px
}

.dote-red {
    width: 7px;
    height: 7px;
    background-color: #dc4747;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 3px
}

.dote-red2 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 5px;
    height: 5px;
    background-color: #dc4747;
    border-radius: 50%
}

footer .footer_t {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 262px;
    background-color: #F2F2F5;
    padding-top: 50px
}

footer .footer_t div {
    margin-right: 65px
}

footer .footer_t div a {
    display: block;
    padding-bottom: 15px
}

footer .footer_t .logo {
    display: block;
    width: 300px;
    height: 145px;
    background-image: url(../images/dnmhs/main/footer_logo.svg);
    background-repeat: no-repeat
}

footer .footer_b {
    justify-content: center;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    background-color: #252525
}

footer .footer_b .inner {
    padding-left: 410px
}

footer .footer_b .inner .top a {
    color: #939aa8;
    font-weight: bold;
    font-size: 14px
}

footer .footer_b .inner .top a::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #6b7588;
    margin: 0 7px 0 12px;
    position: relative;
    top: 2px
}

footer .footer_b .inner .top a:last-child::after {
    display: none
}

.location-wrap a {
    font-size: 14px
}

.mv-wrap .left-area .mv-play-btn {
    width: 1025px
}

.mv-wrap .left-area .mv-play-btn span {
    position: relative;
    cursor: pointer
}

.mv-wrap .left-area .mv-play-btn .before::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/ac/icon_pass.svg);
    background-repeat: no-repeat
}

.mv-wrap .left-area .mv-play-btn .after::after {
    content: '';
    position: absolute;
    top: -3px;
    width: 24px;
    height: 24px;
    background-image: url(../images/ac/icon_pass.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg)
}

.mv-wrap .left-area .mv-play-btn .exit {
    padding-right: 30px
}

.mv-wrap .left-area .mv-play-btn .exit::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 24px;
    height: 24px;
    background-image: url(../images/ac/icon_exit.svg);
    background-repeat: no-repeat
}

.mv-wrap .right-area {
    top: -40px
}

.mv-wrap .right-area .nav-tabs {
    width: 338px;
    border-bottom: 4px solid #000
}

.mv-wrap .right-area .nav-tabs .nav-item {
    width: 45%;
    padding-bottom: 14px
}

.mv-wrap .right-area .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    border: 0
}

.mv-wrap .right-area .nav-tabs .nav-item .nav-link.active {
    color: #000;
    background-color: #fff;
    border: 0
}

.mv-wrap .right-area .tab-list li {
    border-bottom: 1px solid #D3D5DB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold
}

.mv-wrap .right-area .tab-list li a {
    padding: 18px 0;
    display: flex;
    align-items: center
}

.mv-wrap .right-area .tab-list li a .tit {
    display: inline-block;
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mv-wrap .right-area .tab-list li .active {
    color: #000
}

.mv-wrap .right-area .tab-list li .icon_vector::before {
    background-image: url(../images/ac/icon_check.svg)
}

.mv-wrap .right-area .tab-list li .icon_play::before {
    background-image: url(../images/ac/icon_play.svg)
}

.mv-wrap .right-area .tab-list li .icon_stop::before {
    background-image: url(../images/ac/icon_stop.svg)
}

.mv-wrap .right-area .tab-list li .icon_quiz::before {
    background-image: url(../images/ac/icon_quiz.svg)
}

.mv-wrap .right-area .tab-list li .icon_organize::before {
    background-image: url(../images/ac/icon_organize.svg)
}

.mv-wrap .right-area .tab-list li .icon_note::before {
    background-image: url(../images/ac/icon_note.svg)
}

.mv-wrap .right-area .tab-list li .icon_link::before {
    background-image: url(../images/ac/icon_link.svg)
}

.mv-wrap .right-area .tab-list li .icon_vector.active::before {
    background-image: url(../images/ac/icon_check_on.svg)
}

.mv-wrap .right-area .tab-list li .icon_play.active::before {
    background-image: url(../images/ac/icon_play_on.svg)
}

.mv-wrap .right-area .tab-list li .icon_stop.active::before {
    background-image: url(../images/ac/icon_stop.svg)
}

.mv-wrap .right-area .tab-list li .icon_quiz.active::before {
    background-image: url(../images/ac/icon_quiz.svg)
}

.mv-wrap .right-area .tab-list li .icon_organize.active::before {
    background-image: url(../images/ac/icon_organize.svg)
}

.mv-wrap .right-area .tab-list li .icon_note.active::before {
    background-image: url(../images/ac/icon_note_on.svg)
}

.mv-wrap .right-area .tab-list li .icon_link.active::before {
    background-image: url(../images/ac/icon_link_on.svg)
}

.mv-wrap .right-area .tab-content {
    width: 338px;
    height: 574px;
    overflow-y: scroll
}

.mv-wrap .right-area .tab-content::-webkit-scrollbar-track {
    border-radius: 10px
}

.mv-wrap .right-area .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ebebf0
}

.mv-wrap .right-area .tab-content::-webkit-scrollbar {
    width: 8px
}

.box03-wrap {
    position: relative;
    width: 1024px
}

.box03-wrap .tit {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -3px;
    padding-right: 50px
}

.box03-wrap .txt strong {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 8px
}

.box03-wrap .txt p {
    font-size: 14px
}

.box03-wrap .bar {
    display: flex
}

.box03-wrap .bar::after {
    height: 76px
}

.box03-wrap .professor {
    background-color: #FAFAFA
}

.box03-wrap .professor .w220 {
    max-width: 220px
}

.box03-wrap .professor .txt {
    font-size: 15px;
    padding: 0 30px 0 63px
}

.box03-wrap .professor .bar1:after {
    height: 14px;
    margin: 0 6px 0 11px
}

.professor-wrap {
    width: 340px;
    position: absolute;
    top: 0;
    right: -366px
}

.qna-wrap {
    width: 1024px;
    border-top: 3px
}

.qna-wrap .input01 {
    width: 960px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background-color: #f2f2f5;
    resize: none;
    padding-left: 20px
}

.qna-wrap .input02 {
    height: 130px;
    padding: 20px
}

.qna-wrap .input03 {
    width: 900px
}

.qna-wrap .date {
    font-family: 'Roboto-Medium'
}

.qna-wrap .bar:after {
    height: 14px;
    margin: 0 12px
}

.qna-wrap .bottom-wrap .btn-left {
    padding-left: 60px
}

.qna-wrap .board .question .answer-count::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/dnmhs/crse/icon_comment.svg);
    background-repeat: no-repeat;
    margin-right: 7px
}

.qna-wrap .searsh_wrap button {
    width: 78px
}

.qna-wrap .ans-txt {
    position: relative;
    top: -5px
}

.w960 {
    width: 960px
}

.w920 {
    width: 920px !important
}

.reply-comm {
    cursor: pointer
}

.reply-comm-wrap span {
    cursor: pointer
}

.reply-comm-wrap.show span {
    display: none
}

.reply-comm-wrap.show:after {
    content: "댓글열기";
    display: block;
    color: #000;
    font-weight: bold;
    cursor: pointer
}

.left-box {
    position: relative;
    width: 1024px;
    height: 575px;
    background-color: #f2f2f5
}

.left-box .btngo {
    margin-top: 30px
}

.left-box .backScreen {
    display: none;
    width: 100%;
    height: 575px;
    background-color: rgba(0, 0, 0, 0.5)
}

.left-box .hands-on .txt-wrap .txt01 {
    font-size: 20px
}

.left-box .hands-on .txt-wrap .txt01::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 43px;
    background-color: #000;
    position: absolute;
    top: -10px;
    left: 16px
}

.left-box .hands-on .btn-wrap {
    margin-top: 60px
}

.left-box .hands-on .btn-wrap .training-btn {
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    height: 48px;
    background-image: url(../images/ac/icon_pp.png);
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 105px;
    padding: 0 55px 0 25px
}

.left-box .hands-on .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1024px;
    height: 334px;
    background-image: url(../images/ac/hands-on.png);
    background-repeat: no-repeat
}

.left-box .ox-quiz .quiz-tit {
    font-size: 16px
}

.left-box .ox-quiz .quiz-tit .tit .tit-1 {
    border-bottom: 4px solid #000
}

.left-box .ox-quiz .quiz-tit .step {
    top: 10px
}

.left-box .ox-quiz .quiz-tit .step span {
    position: relative;
    padding: 5px 0 0 17px;
    display: inline-block;
    width: 40px;
    font-size: 14px;
    color: #d3d5da;
    font-family: 'Roboto-Medium';
    letter-spacing: 0.4px
}

.left-box .ox-quiz .quiz-tit .step span.active {
    color: #000
}

.left-box .ox-quiz .quiz-tit .step span.active::before {
    background-color: #000
}

.left-box .ox-quiz .quiz-tit .step span::before {
    content: '';
    position: absolute;
    top: -9px;
    right: 9px;
    width: 8px;
    height: 8px;
    background-color: #d3d5da;
    border-radius: 50%
}

.left-box .ox-quiz .quiz-tit .step span::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -24px;
    width: 30px;
    height: 1px;
    background-color: #939aa8
}

.left-box .ox-quiz .quiz-tit .step .icon_step_o {
    background-image: url(../images/ac/icon_step_o.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    padding: 0;
    padding-top: 17px;
    background-position-y: 5px;
    background-size: 12px;
    width: 40px;
    background-position-x: 21px
}

.left-box .ox-quiz .quiz-tit .step .icon_step_x {
    background-image: url(../images/ac/icon_step_x.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    padding: 0;
    padding-top: 17px;
    background-position-y: 5px;
    background-size: 12px;
    width: 40px;
    background-position-x: 21px
}

.left-box .ox-quiz .quiz-tit .step :last-child::after {
    display: none
}

.left-box .ox-quiz h2 {
    font-size: 50px
}

.left-box .ox-quiz button {
    background-color: #37167B;
    color: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    transition: all ease .3s 0s;
    font-weight: bold
}

.left-box .ox-quiz .img_ox {
    display: flex;
    justify-content: center;
    height: 130px
}

.left-box .ox-quiz .img_ox .ox-radio-input input[type="radio"] {
    display: none
}

.left-box .ox-quiz .img_ox .ox-radio-input input[type="radio"] + .ox-o {
    display: inline-block;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/ac/o.png)
}

.left-box .ox-quiz .img_ox .ox-radio-input input[type="radio"] + .ox-x {
    display: inline-block;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/ac/x.png)
}

.left-box .ox-quiz .img_ox .ox-radio-input input[type="radio"]:checked + .ox-o {
    display: inline-block;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/ac/ac_o.png)
}

.left-box .ox-quiz .img_ox .ox-radio-input input[type="radio"]:checked + .ox-x {
    display: inline-block;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/ac/ac_x.png)
}

.left-box .ox-quiz .img_ox .bar::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 91px;
    background-color: #6b7588
}

.left-box .ox-quiz .problemTit {
    font-weight: bold;
    font-size: 40px;
    padding: 45px 0 35px 0;
    margin-bottom: 30px;
    border-bottom: 6px solid #000
}

.left-box .ox-quiz .problemTxt {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 20px 0;
    margin-bottom: 30px;
    border-bottom: 6px solid #000
}

.left-box .ox-tran h2 {
    font-size: 40px
}

.left-box .ox-tran .translate-box {
    width: 924px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    line-height: 1.71;
    box-shadow: 0 0 14px #888
}

.left-box .ox-tran .translate-box span {
    font-size: 14px;
    border-bottom: 0
}

.left-box .ox-tran .translate-box .answer {
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #939aa8
}

.left-box .ox-tran .translate-box .answer .dab-ox {
    font-size: 18px;
    font-family: 'Roboto-Medium'
}

.left-box .multi-quiz .problem-tit {
    position: relative;
    width: 560px
}

.left-box .multi-quiz .probloem-wrap {
    font-size: 18px
}

.left-box .multi-quiz .probloem-wrap p {
    position: relative;
    font-size: 18px
}

.left-box .multi-quiz .probloem-wrap p::after {
    display: none
}

.left-box .multi-quiz .probloem-wrap input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 4px
}

.left-box .multi-quiz .probloem-wrap input[type="checkbox"]:checked + label:before {
    background-color: #000;
    background-position: 4px
}

.left-box .multi-quiz .probloem-wrap .probloem-img {
    max-width: 640px;
    max-height: 480px
}

.left-box .number-answer {
    width: 590px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.left-box .number-answer .txt {
    border-bottom: 4px solid #000
}

.left-box .number-answer .ox-wrap {
    border-bottom: 1px solid #939aa8
}

.left-box .number-answer .ox-wrap .ox .number {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: 'Roboto-Medium'
}

.left-box .number-answer .ox-wrap .ox .oo {
    width: 37px;
    height: 45px;
    background-image: url(../images/ac/an_o.png);
    background-repeat: no-repeat;
    margin: 0 auto
}

.left-box .number-answer .ox-wrap .ox .xx {
    width: 37px;
    height: 45px;
    background-image: url(../images/ac/an_x.png);
    background-repeat: no-repeat;
    margin: 0 auto
}

.left-box .redo-btn button {
    width: 120px;
    height: 48px
}

.left-box .mv-modal {
    width: 554px;
    height: 206px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-277px, -103px);
    margin: 0 auto
}

.left-box .txt {
    text-align: center;
    padding: 0;
    padding-bottom: 50px
}

.shadow {
    background-color: rgba(0, 0, 0, 0.4)
}

.icon-top-wrap {
    float: right;
    overflow: hidden;
    position: relative;
    left: 150px;
    bottom: 80px;
    margin-bottom: 80px
}

.icon-top-wrap .icon-top {
    display: block;
    width: 41px;
    height: 85px;
    background-image: url(../images/ac/icon_top.png);
    background-repeat: no-repeat
}

.searsh_wrap input, .searsh_wrap select {
    width: 252px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 8px;
    text-indent: 35px;
    background-repeat: no-repeat;
    background-position: 5px center
}

.searsh_wrap input {
    background-image: url(../images/ac/icon_search.png)
}

.searsh_wrap button {
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 8px
}

.learning-wrap .tab-wrap {
    border-bottom: 4px solid #000
}

.learning-wrap .nav-link.active {
    color: #000
}

.searsh_wrap2 select, .searsh_wrap2 input {
    width: 100%
}

.list-order button {
    font-weight: bold
}

.list-order button.active {
    color: #000
}

.left-con {
    width: 260px
}

.right-con {
    width: 1084px
}

.list-box .box {
    position: relative;
    width: 346px;
    height: 336px;
    background-color: #f1f1f1;
    margin-bottom: 40px;
    padding: 40px 40px 0 40px
}

.list-box .box a {
    display: block
}

.list-box .box .box-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: left
}

.list-box .box .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left
}

.list-box .box .plus {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 74px;
    height: 74px;
    background-color: #fff;
    background-image: url(../images/support/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center
}

.paginate {
    position: relative
}

.paginate a {
    font-weight: bold;
    color: #939AA8
}

.paginate a.active {
    color: #000
}

.paginate .arrow-border {
    position: absolute;
    left: 400px;
    top: 60px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #939AA8;
    border-top: inherit;
    border-right: inherit;
    transform: rotate(45deg)
}

.paginate .arrow-next {
    left: auto;
    right: 430px;
    transform: rotate(225deg)
}

.paginate .arrow-border.active {
    border-color: #000
}

.faq-tab .nav-item {
    width: 216.8px;
    border: 2px solid #000;
    border-right: 0;
    text-align: center
}

.faq-tab .nav-item:last-child {
    border-right: 2px solid #000
}

.faq-tab .nav-item button {
    width: 100%;
    padding: 13px 0;
    font-weight: bold
}

.faq-tab li button.active {
    background-color: #000;
    color: #fff !important
}

.list-box2 {
    background-color: #f1f1f1
}

.list-box2 a {
    padding: 33px 0
}

.list-box2 .info:last-child::after {
    display: none
}

.list-box2 .info::after {
    height: 15px;
    margin: 0 7px 0 10px;
    position: relative;
    top: 2px
}

.list-box2 .page-number {
    width: 126px;
    font-family: 'Roboto-Medium'
}

.inquiry-wrap .write-txt li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    top: -4px
}

.inquiry-wrap .input-wrap div {
    display: flex;
    align-items: center
}

.inquiry-wrap .input-wrap div select {
    width: 326px;
    height: 40px;
    border-radius: 8px;
    text-indent: 20px
}

.inquiry-wrap .input-wrap div input {
    width: 968px;
    height: 44px;
    background-color: #f2f2f5;
    border: none;
    border-radius: 8px;
    text-indent: 20px
}

.inquiry-wrap .input-wrap div textarea {
    width: 968px;
    height: 355px;
    background-color: #f2f2f5;
    border: none;
    resize: none;
    border-radius: 8px;
    padding: 20px
}

.inquiry-wrap .attach .tit-file {
    width: 125px
}

.inquiry-wrap .attach .btn-file {
    width: 110px;
    height: 32px;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    border: 1px solid #000
}

.inquiry-wrap .attach .btn-file::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/support/icon_folder.svg);
    background-repeat: no-repeat;
    margin-right: 7px
}

.inquiry-wrap .attach .file-txt-wrap {
    width: 865px;
    display: flex;
    flex-wrap: wrap
}

.inquiry-wrap .attach .txt-doc {
    margin-left: 120px
}

.inquiry-wrap .attach .delete-btn {
    width: 30px;
    height: 30px;
    background-image: url(../images/dnmhs/main/icon_fileDel.svg);
    background-repeat: no-repeat
}

.inquiry-wrap .regi-box .modal-dialog {
    width: 555px
}

.inquiry-wrap .regi-box .modal-dialog .modal-content {
    box-shadow: 0 0 20px #666
}

.inquiry-wrap .btn-wrap button {
    width: 120px;
    height: 48px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold
}

.inquiry-wrap .btn-wrap .black1 {
    background-color: #000;
    color: #fff;
    transition: all ease .3s 0s;
    border: 0
}

.inquiry-wrap .red-star {
    display: inline-block;
    color: #dc4747;
    font-weight: bold
}

.crome-box {
    background-color: #f1f1f1;
    border-radius: 8px
}

.crome-box .crome-txt-img {
    background-image: url(../images/support/new_crome_txt.png);
    background-repeat: no-repeat;
    width: 242px;
    height: 64px
}

.crome-box .crome-txt {
    line-height: 30px
}

.edge-box .crome-txt-img {
    background-image: url(../images/support/edge_txt.png);
    background-size: contain
}

.braw-dawn {
    border-bottom: 4px solid #000
}

.braw-dawn .edge-logo {
    background-image: url(../images/support/new_edge.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px
}

.braw-dawn .crome-logo {
    background-image: url(../images/support/new_crome.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px
}

.play-error .list div {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #d3d5da
}

.play-error .list div p {
    font-size: 18px
}

.play-error .list .list-1 p::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../images/support/new_crome.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 9px
}

.play-error .list .list-2 p::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../images/support/new_edge.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 9px
}

.play-error .list .list-3 p::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 23px;
    background-image: url(../images/support/safari.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 9px
}

.tit-bb {
    border-bottom: 2px solid #000
}

.red-txt p {
    color: #dc4747;
    font-weight: bold
}

.red-txt p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #dc4747;
    border-radius: 50px;
    position: relative;
    top: -3px;
    margin-right: 15px
}

.viewer-icon {
    width: 113px;
    height: 113px;
    margin: 0 auto;
    background-repeat: no-repeat
}

.acro-icon {
    background-image: url(../images/support/icon_acro.png)
}

.viewer1-icon {
    background-image: url(../images/support/icon_viewer.png)
}

.bandi-icon {
    background-image: url(../images/support/icon_bandi.png)
}

.noti05-txt p {
    line-height: 25px
}

.noti05-txt p::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    top: -4px;
    margin-right: 10px
}

.detail-tit {
    border-bottom: 4px solid #000
}

.container1084 {
    max-width: 1084px;
    margin: 0 auto
}

.list-btn-wrap {
    width: 1084px;
    text-align: center
}

.list-btn-wrap .list-btn {
    padding: 12px 44px;
    border-radius: 8px;
    border: solid 1px #000
}

.snb__item.active {
    color: #000
}

button.ss-btn {
    width: 78px
}

.mystudy-tab a {
    border: 2px solid #000;
    padding: 11px 0
}

.mystudy-tab a:nth-child(2) {
    border-left: 0;
    border-right: 0
}

.mystudy-tab .my__item.active {
    background-color: #000;
    color: #fff
}

.mystudy-tab .my__item.active span {
    color: #45C177
}

.completion-wrap {
    border-bottom: 4px solid #000
}

.ms-tit {
    width: 255px;
    font-size: 36px;
    font-family: 'notokr-black'
}

.ms-btn {
    display: block;
    width: 170px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: bold;
    margin-top: 62px
}

.subject-list .list-mv {
    position: relative;
    width: 179px;
    height: 117px
}

.subject-list .list-mv::after {
    content: '';
    width: 179px;
    height: 117px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 0
}

.subject-list .list-tit {
    width: 177px
}

.subject-list .how-percent {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px
}

.subject-list .percent-line {
    width: 180px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EBEBF0;
    z-index: 1
}

.subject-list .percent-line .progress-line {
    background-color: #dc4747;
    width: 73%;
    height: 4px
}

.pass-label {
    background-color: #000;
    width: 63px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 24px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    font-weight: bold
}

.fail-label {
    background-color: #dc4747
}

.icon_fail01::before {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url(../images/myLrnng/icon_fail.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.icon_fail02::after {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url(../images/myLrnng/icon_fail2.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 2px
}

.satsfc-tit {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -2.28px
}

.satsfc-txt {
    border-top: 4px solid #000;
    line-height: 22px;
    padding: 34px 0
}

.satsfc-wrap {
    width: 100%;
    border-collapse: collapse
}

.satsfc-wrap th {
    background-color: #000;
    color: #fff;
    padding: 13px 0
}

.satsfc-wrap td {
    border-bottom: 1px solid #d3d5da;
    padding: 13px 0
}

.satsfc-wrap .lsit-number {
    width: 100px;
    text-align: center
}

.satsfc-wrap .pull-star {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/myLrnng/pull_star.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.satsfc-wrap .empty-star {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/myLrnng/empty_star.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.save-btn {
    text-align: center
}

.save-btn button, .save-btn span {
    display: inline-block;
    width: 75px;
    height: 28px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 28px
}

.save-btn .yellow-btn {
    background-color: #000;
    color: #fff
}

.save-btn .grey-btn {
    background-color: #d3d5da;
    color: #939aa8
}

.save-btn .red-btn {
    background-color: #dc4747;
    color: #fff
}

button.modal-btn-save {
    min-width: 124px;
    height: 46px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-color: transparent;
    border-radius: 8px;
    transition: all ease .3s 0s
}

.modal-btn-cancel {
    min-width: 124px;
    height: 46px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px
}

.lctre-qna .my-number {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000
}

.lctre-qna .my-number .num {
    position: relative;
    top: -5px;
    padding-left: 10px
}

.lctre-qna .my-tab-wrap {
    margin: 67px 0 40px;
    border: 2px solid #000
}

.lctre-qna .my-tab-wrap .my-tab {
    display: block;
    width: 100%;
    font-weight: bold
}

.lctre-qna .my-tab-wrap .my-tab.active {
    background-color: #000;
    color: #fff
}

.lctre-qna .tit {
    border-bottom: 4px solid #000;
    padding-bottom: 35px;
    margin-bottom: 38px
}

.lctre-qna .btn-78 {
    width: 78px
}

.lctre-qna .searsh_box252 {
    width: 252px
}

.lctre-qna .btn-inquiry11 {
    width: 164px;
    height: 40px;
    border-radius: 8px;
    background-color: #37167B;
    font-weight: bold;
    color: #fff
}

.lctre-qna .filter-initi::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url(../images/mypage/icon_sync.png);
    background-repeat: no-repeat
}

.lctre-qna .rel-class {
    display: flex;
    justify-content: center;
    width: 262px;
    height: 36px;
    border: 1px solid #939aa8;
    border-radius: 20px;
    padding: 8px 0 8px 0;
    cursor: pointer;
    margin: 0 9px 9px 0
}

.lctre-qna .rel-class .txt {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lctre-qna .rel-class.active {
    background-color: #000;
    color: #fff
}

.lctre-qna .my-box {
    height: 380px
}

.lctre-qna .rel-txt {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.answer-modal01 .modal-body, .answer-modal02 .modal-body {
    width: 850px;
    border-top: 4px solid #000
}

.answer-modal01 .modal-footer, .answer-modal02 .modal-footer {
    width: 850px
}

.file-txt-bar::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #000;
    margin: 0 10px
}

.fna {
    width: 180px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notice-read {
    border-bottom: 2px solid #000
}

.chk_read + label {
    position: relative
}

.my-answer {
    border-top: 4px solid #000
}

.profile-image {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 202px;
    height: 202px;
    background-color: #d3d5da;
    border-radius: 50%
}

.profile-image .none-img {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    position: absolute;
    top: 70px;
    left: 40px
}

.profile-image .have-img {
    width: 200px;
    height: 200px;
    object-fit: cover
}

.profile-btn {
    display: block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #000;
    border-radius: 8px;
    font-weight: bold;
    margin: 0 auto
}

.profile-btn2 {
    width: 173px
}

.profile-wrap {
    width: 765px
}

.profile-wrap .profile-tit {
    border-bottom: 4px solid #000
}

.profile-wrap .profi-cha-btn {
    width: 74px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 8px
}

.profile-wrap .grey-box {
    width: 170px;
    height: 40px;
    background-color: #f2f2f5;
    border-radius: 8px;
    border: 0
}

.profile-wrap .grey-box2 {
    width: 110px
}

.passw-box {
    width: 558px;
    height: 312px;
    background-color: #f2f2f5;
    padding: 60px 60.5px;
    margin: 0 auto
}

.passw-box .tit {
    border-bottom: 4px solid #000
}

.passw-box input {
    width: 437px;
    height: 40px;
    text-indent: 10px;
    border: 1px solid #000;
    border-radius: 8px
}

.passw-box2 {
    height: 432px
}

.passw-box2 .txt {
    letter-spacing: -1.2px;
    line-height: 28px
}

.passw-box2 input {
    margin-bottom: 20px
}

.modal-dialog-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-500px, -550px)
}

.data-btn {
    height: 48px;
    padding: 0 24px;
    font-size: 18px;
    font-weight: bold;
    background-color: #000;
    border-radius: 8px;
    color: #fff
}

.tab-wrap01 {
    border: 2px solid #000;
    height: 45px;
    line-height: 24px
}

.tab-wrap01 a {
    font-weight: bold;
    color: #6b7588
}

.tab-wrap01 .nav-link.active {
    height: 100%;
    background-color: #000;
    color: #fff
}

.timeLinebox-wrap {
    width: 1084px;
    background-color: #f2f2f5;
    padding: 70px 0
}

.timeLinebox-wrap .timeLinebox .date {
    width: 97px
}

.timeLinebox-wrap .timeLinebox .txtimg-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.15)
}

.timeLinebox-wrap .timeLinebox .txtimg-wrap::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -40px
}

.timeLinebox-wrap .timeLinebox .txtimg-wrap::after {
    content: '';
    width: 1px;
    height: 200px;
    background-color: #939AA8;
    position: absolute;
    top: 11px;
    left: -36px
}

.timeLinebox-wrap .timeLinebox .txtimg-wrap .box {
    width: 510px
}

.timeLinebox-wrap .timeLinebox .txtimg-wrap .box .tit {
    letter-spacing: -1px
}

.bbsTop2 {
    justify-content: end
}

.bbsTop__inp:checked + .bbsTop__array:before {
    display: none
}

.bbsList {
    min-height: 150px;
    border-top: 0;
    border-bottom: none;
    display: block;
    background: #f1f1f1;
    height: 150px
}

.bbsList__inner {
    display: flex;
    align-items: end
}

.bbsList__tit {
    height: 40px;
    min-width: auto;
    margin-top: 0
}

.bbsList__tit::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #CBCBD1;
    margin: 0 8px;
    position: relative;
    top: 9px
}

.bbsList__txt {
    height: 25px
}

.bbsList__item:after {
    display: none
}

.bbsList__type {
    background-color: #fff
}

.data-inp {
    width: 240px;
    height: 40px;
    border-radius: 8px;
    text-indent: 15px;
    margin-right: 12px
}

.data-blackbtn {
    width: 78px;
    height: 40px;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    font-weight: bold
}

.main-back {
    width: 222px;
    height: 128px;
    background-color: #37167B;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -2px
}

.main-back::after {
    content: '';
    display: block;
    background-image: url(../images/dataLrnng/icon_back.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 22px;
    text-align: center;
    margin: 14px auto 0
}

.six-box-wrap .box {
    width: 170px;
    height: 154px;
    background-color: #f1f1f1;
    padding: 40px 0 0 20px
}

.six-box-wrap .iconClearsky {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_sun.png);
    background-position: 0
}

.six-box-wrap .iconFewclouds {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_cloud-sun.png);
    background-position: 0
}

.six-box-wrap .iconScatteredclouds {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_cloud.png);
    background-position: 0
}

.six-box-wrap .iconBrokenclouds {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_clouds.png);
    background-position: 0
}

.six-box-wrap .iconShowerrain {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_cloud-rain-sun.png);
    background-position: 0
}

.six-box-wrap .iconThunderstorm {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_thunderstorm.png);
    background-position: 0
}

.six-box-wrap .iconSnow {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_snowflake.png);
    background-position: 0
}

.six-box-wrap .iconMist {
    width: 70px;
    height: 70px;
    background-image: url(../images/dataLrnng/icon_wind.png);
    background-position: 0
}

.bloom-wrap {
    margin-top: 90px
}

.bloom-wrap .tit {
    border-bottom: 4px solid #000
}

.bloom-wrap .box {
    width: 220px;
    border-right: 1px solid #b7b7b7
}

.bloom-wrap .box:last-child {
    border-right: 0
}

.bloom-wrap .plant-slide {
    position: relative;
    width: 1089px
}

.bloom-wrap .plant-slide .plant-img {
    display: block;
    position: relative
}

.bloom-wrap .plant-slide .plant-img .label {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 24px;
    padding: 6px 14px;
    font-size: 14px
}

.bloom-wrap .plant-slide .plant-img .plus {
    position: absolute;
    bottom: 0px;
    right: 12px;
    width: 74px;
    height: 74px;
    background-color: #fff;
    background-image: url(../images/support/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center
}

.bloom-wrap .plant-slide .swiper-button-prev1, .bloom-wrap .plant-slide .swiper-button-prev2 {
    width: 14px;
    height: 23px;
    background-image: url(../images/dataLrnng/icon_prev.png);
    background-repeat: no-repeat;
    left: -35px
}

.bloom-wrap .plant-slide .swiper-button-next1, .bloom-wrap .plant-slide .swiper-button-next2 {
    width: 14px;
    height: 23px;
    background-image: url(../images/dataLrnng/icon_prev.png);
    background-repeat: no-repeat;
    left: auto;
    right: -20px;
    transform: rotate(180deg)
}

.bloom-wrap .plant-slide .swiper-button-next:after, .bloom-wrap .plant-slide .swiper-button-prev:after {
    display: none
}

.swiper_3 .swiper-button-next:after, .swiper_3 .swiper-button-prev:after, .swiper_4 .swiper-button-next:after, .swiper_4 .swiper-button-prev:after {
    font-size: 22px;
    font-weight: bold;
    color: #fff
}

.madal-close {
    background-image: url(../images/dataLrnng/modal-close.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px
}

div.plant-content {
    width: 1000px;
    height: 740px
}

div.plant-content .plant-body {
    position: relative
}

div.plant-content .plant-body .label {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 24px;
    padding: 6px 14px;
    font-size: 14px
}

.bbsList__type01 {
    width: 100%;
    height: 32px;
    border-radius: 24px;
    display: inline;
    padding: 5px 16px
}

@media (min-width: 576px) {
    div.modal-dialog {
        max-width: 1000px
    }
}

div.sensor-modal .modal-content {
    width: 1000px;
    height: auto
}

div.sensor-modal .modal-content .contents-1 {
    background-color: #F1F1F1
}

div.sensor-modal .modal-content .contents-1 .color-black {
    color: #000
}

div.sensor-modal .modal-content .contents-1 .fold-content {
    border-top: 3px solid #000
}

div.sensor-modal .modal-content .contents-1 .data-modal-cb input[type="checkbox"] + label {
    display: inline-block;
    padding: 6px 18px 6px;
    border-radius: 50px;
    background-color: #fff;
    border: solid 1px #939aa8;
    color: #6B7588;
    font-size: 14px
}

div.sensor-modal .modal-content .contents-1 .data-modal-cb input[type="checkbox"]:checked + label {
    background-color: #000;
    color: #fff;
    font-weight: bold
}

div.sensor-modal .modal-content .contents-1 .data-modal-cb input[type="checkbox"] + label::before {
    display: none
}

div.sensor-modal .modal-content .contents-1 .data-modal-cb input[type="radio"] + label {
    display: inline-block;
    padding: 6px 18px 6px;
    border-radius: 50px;
    background-color: #fff;
    border: solid 1px #939aa8;
    color: #6B7588;
    font-size: 14px
}

div.sensor-modal .modal-content .contents-1 .data-modal-cb input[type="radio"]:checked + label {
    background-color: #000;
    color: #fff;
    font-weight: bold
}

div.sensor-modal .modal-content .contents-1 .data-modal-cb input[type="radio"] + label::before {
    display: none
}

div.sensor-modal .modal-content .contents-1 .data-set-btn button {
    width: 92px
}

div.sensor-modal .modal-content .contents-2 {
    position: relative
}

div.sensor-modal .modal-content .contents-2 .pos-a-top {
    position: absolute;
    top: 24px;
    right: 155px
}

div.sensor-modal .modal-content .contents-2 .pos-a-see {
    top: 16px
}

div.sensor-modal .modal-content .contents-2 .modal-bottom {
    position: relative
}

div.sensor-modal .modal-content .contents-2 .modal-bottom .excel-btn-wrap {
    position: absolute;
    top: 0;
    right: 0
}

.growth-search {
    width: 240px
}

.growth-search input, .growth-search select, .growth-search .grs-btn {
    font-family: 'Roboto-Medium';
    width: 240px;
    margin-bottom: 16px;
    font-weight: inherit
}

.growth-search .txt {
    letter-spacing: -1.08px
}

.growth-border {
    width: 210px;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    border: 1px solid #000
}

.btn-file02 {
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-weight: bold
}

.inp-tit {
    display: inline-block;
    font-family: 'Roboto-Medium';
    width: 110px;
    margin-right: 22px
}

.growth-left {
    width: 320px;
    position: relative
}

.growth-left::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #939aa8;
    position: absolute;
    top: 0;
    right: 40px
}

.fileItem-wrap {
    width: 900px
}

.fileItem-wrap .fileImg {
    position: relative;
    display: block;
    width: 300px;
    height: 200px
}

.fileItem-wrap .fileName {
    width: 54px;
    height: 24px;
    background-color: #fff;
    border-radius: 24px;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    font-size: 14px
}

.fileItem-wrap .fileDel {
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url(../images/dnmhs/main/icon_fileDel.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

.filter-initi02 {
    width: 122px;
    height: 48px
}

.filter-initi02::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/dataLrnng/icon_refresh.png);
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px
}

.bigDataComp__item {
    position: relative;
    height: 240px
}

.bigDataComp__item .bigDataComp__searchBtn_new {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.bigDataComp__item .bigDataComp__searchBtn_new::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../images/dataLrnng/icon_x.png);
    background-repeat: no-repeat;
    width: 22.6px;
    height: 22.6px;
    z-index: 2
}

.bigDataComp__label li {
    font-weight: bold;
    color: #6b7588;
    text-align: center;
    padding-left: 0
}

.bigDataComp__label li.title {
    height: 240px;
    padding-top: 50px;
    color: #000
}

.bigDataComp__txtBox {
    height: 240px;
    text-align: center
}

.bigDataComp__type {
    font-size: 16px;
    color: #6b7588
}

.bigDataComp__name {
    font-size: 24px;
    color: #000
}

.bigDataComp__btnGroup {
    position: absolute;
    bottom: 26px;
    width: 100px;
    height: 32px;
    left: 50%;
    transform: translate(-50px, 0)
}

.bigDataComp__data li {
    padding-left: 0;
    font-size: 16px;
    text-align: center
}

.bigDataComp__btn {
    width: 100%
}

.anal-btn {
    width: 169px;
    height: 48px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px
}

.bigDataComp__detail {
    height: 240px
}

.bigDataComp__detail_add::before {
    display: none
}

.bigDataComp__detail_add::after {
    display: none
}

.bigData__result {
    margin-top: 126px
}

.bigDataComp__txtBox {
    padding-top: 50px
}

.data-nav li {
    width: 25%;
    height: 45px;
    border: 2px solid #000;
    margin-top: 32px
}

.data-nav li a {
    width: 100%;
    height: 43px;
    color: #6b7588;
    font-weight: bold;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.data-nav li .active {
    background-color: #000;
    color: #fff
}

.data-nav li:nth-child(1), .data-nav li:nth-child(2), .data-nav li:nth-child(3) {
    border-right: 0
}

.tab-content-in {
    position: relative
}

.tabStyle__txt {
    font-size: 14px;
    font-weight: bold
}

.tabStyle__inp:checked + .tabStyle__txt {
    color: #000000
}

.tabStyle__txt:not(:first-of-type):before {
    display: none
}

.week-swiper {
    position: relative
}

.week-swiper div.bigdata-week {
    width: 1000px;
    margin: 0 auto
}

.week-swiper div.bigdata-week button.bigdata-week_item {
    border: 1px solid #939aa8;
    color: #6b7588;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 8px !important;
    width: 77px !important;
    height: 36px
}

.week-swiper div.bigdata-week button.bigdata-week_item.active {
    background-color: #000;
    color: #fff;
    font-weight: bold
}

.week-swiper div.swiper-button-prev3 {
    width: 8px;
    height: 13px;
    top: 35px;
    background-image: url(../images/dataLrnng/icon_prev.png);
    background-repeat: no-repeat;
    background-size: cover
}

.week-swiper div.swiper-button-next3 {
    width: 8px;
    height: 13px;
    top: 35px;
    background-image: url(../images/dataLrnng/icon_prev.png);
    background-repeat: no-repeat;
    left: auto;
    transform: rotate(180deg);
    background-size: cover;
    z-index: 3
}

.week-swiper .swiper-button-next:after, .week-swiper .swiper-button-prev:after {
    display: none
}

.tabSearch {
    height: 50px;
    box-shadow: none;
    border: none;
    background-color: inherit;
    padding: 0
}

.tabSearch .tabSearch__tit {
    font-weight: bold;
    font-size: 20px;
    color: #000
}

.tabSearch .selectBox {
    border: 1px solid #000;
    border-radius: 8px
}

.white-hide01 {
    width: 42px;
    height: 42px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1
}

.white-hide02 {
    width: 42px;
    height: 42px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1
}

.tabSearch:before {
    display: none
}

.data-initi .data-initi__inner {
    width: 500px;
    height: 215px;
    margin-top: 210px
}

.data-initi .data-initi__inner .modal-content {
    border-radius: 8px
}

.data-initi .data-initi__inner .modal-content button {
    min-width: 78px;
    border-radius: 8px;
    font-weight: bold;
    border: none
}

.data-initi .data-initi__inner .modal-content .close-btn {
    border: 1px solid #000;
    background-color: #fff;
    color: #000
}

.data-initi .data-initi__inner .modal-content .confirm-btn {
    background-color: #000;
    color: #fff
}

.data-selet-box {
    width: 900px;
    height: 252px;
    background-color: #f1f1f1
}

table.table.-bigDataResult thead tr th {
    color: #6b7588;
    vertical-align: middle;
    font-family: "notokr-regular";
    border-top: 4px solid #000;
    font-size: 16px
}

.table thead tr th {
    background: #f2f2f5;
    border-bottom: 1px solid #d3d5da
}

.table thead tr th:not(:first-of-type) {
    border-left: 1px solid #d3d5da !important
}

table.table.-bigDataResult tbody tr td {
    vertical-align: middle;
    color: #19191d;
    font-size: 16px
}

table.table.-bigDataResult tbody tr td:not(:first-of-type) {
    border-left: 1px solid #d3d5da !important
}

.data-box-btn {
    width: 92px;
    height: 46px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    margin-top: 52px
}

.bbsTop__array {
    color: #939aa8;
    letter-spacing: -0.84px;
    font-size: 14px;
    margin-right: 0;
    cursor: pointer;
    font-weight: bold
}

.bbsTop__array.active {
    color: #222
}

.house-selc_btn {
    padding: 7px 22px
}

.data-box01 {
    width: 100%;
    height: 252px;
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 40px
}

.data-box01 .img01 {
    width: 307px;
    height: 73px;
    background-image: url(../images/dataLrnng/tab03_img01.png);
    background-repeat: no-repeat
}

.data-box02 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 4px solid #000
}

.data-box02 .wrap .box-nine {
    position: relative;
    width: 361.2px;
    border-bottom: 1px solid #000;
    padding: 30px 20px
}

.data-box02 .wrap .box-nine p {
    font-size: 20px;
    font-weight: bold
}

.data-box02 .wrap .box-nine::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 68px;
    background-color: #b7b7b7
}

.box-nine:last-child:after {
    display: none
}

.box-nine:nth-child(3):after {
    display: none
}

.box-nine:nth-child(6):after {
    display: none
}

.data-box03 p {
    margin: 70px 0 40px
}

.data-box03 .site-wrap {
    display: flex
}

.data-box03 .site-wrap a {
    width: 170px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 60px
}

.data-box03 .site-wrap a:nth-child(1) {
    width: 175px;
    background-image: url(../images/dataLrnng/brand01.png)
}

.data-box03 .site-wrap a:nth-child(2) {
    background-image: url(../images/dataLrnng/brand02.png)
}

.data-box03 .site-wrap a:nth-child(3) {
    background-image: url(../images/dataLrnng/brand03.png)
}

.data-box03 .site-wrap a:nth-child(4) {
    background-image: url(../images/dataLrnng/brand04.png)
}

.data-box03 .site-wrap a:nth-child(5) {
    background-image: url(../images/dataLrnng/brand05.png)
}

.stage-txt h3 {
    position: relative;
    margin: 23px 0 23px 170px;
    letter-spacing: -1.32px
}

.stage-txt h3::before {
    content: '';
    width: 4px;
    height: 60px;
    background-color: #6b7588;
    position: absolute;
    top: -14px;
    left: -36px
}

.mainTop_bar {
    background-color: #252525;
    height: 100px;
    text-align: center
}

.mainTop_bar .mainTop_con {
    width: 100%;
    height: 100px
}

.mainTop_bar .mainTop_con img {
    height: 100px
}

.mainTop_bar .mainTop_btn {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    transform: translate(-340px, 0)
}

.mainTop_bar .mainTop_btn .swiper-button-next:after, .mainTop_bar .mainTop_btn .swiper-button-prev:after {
    display: none
}

.mainTop_bar .mainTop_btn .btnUp_dawn {
    position: relative;
    height: 30px;
    margin-right: 30px
}

.mainTop_bar .mainTop_btn .btnUp_dawn button {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(../images/dnmhs/main/icon_up.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    top: 0;
    right: 5px
}

.mainTop_bar .mainTop_btn .btnUp_dawn .btnDawn {
    transform: rotate(180deg);
    left: 0
}

.mainTop_bar .mainTop_btn .btnClose {
    width: 21px;
    height: 21px;
    background-image: url(../images/dnmhs/main/icon_close.png);
    background-repeat: no-repeat
}

.maincon_01 {
    position: relative;
    padding-bottom: 130px
}

.maincon_01 .main-popup-wrap {
    position: absolute;
    top: 63px;
    left: -90px;
    z-index: 1
}

.maincon_01 .main-popup-wrap .main-popup {
    width: 515px;
    height: 390px;
    background-color: #343b58;
    padding: 55px 0 0 45px
}

.maincon_01 .main-popup-wrap .btn-wrap {
    display: flex
}

.maincon_01 .main-popup-wrap .btn-wrap div {
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 17px 0
}

.maincon_01 .main-popup-wrap .btn-wrap .oneday_close {
    background-color: #fff;
    border: 1px solid #000
}

.maincon_01 .main-popup-wrap .btn-wrap .close11 {
    background-color: #000;
    color: #fff
}

.maincon_02 {
    border-top: 4px solid #000;
    padding: 30px 0 60px
}

.maincon_02 .tit {
    display: flex
}

.maincon_02 .tit a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 50px
}

.maincon_02 .tit a.active {
    color: #000
}

.list-box div.main_box {
    width: 332px
}

.site_logo {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: 300px;
    margin-top: 50px
}

.site_logo a {
    width: 33%;
    display: block;
    background-repeat: no-repeat
}

.site_logo a:nth-child(1) {
    background-image: url(../images/dnmhs/main/logo01.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.site_logo a:nth-child(2) {
    background-image: url(../images/dnmhs/main/logo02.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.site_logo a:nth-child(3) {
    background-image: url(../images/dnmhs/main/logo03.png);
    object-fit: cover;
    background-position: center center;
}

.site_logo a:nth-child(4) {
    background-image: url(../images/dnmhs/main/logo04.png);
    object-fit: cover;
    background-position: center center;
}

.site_logo a:nth-child(5) {
    background-image: url(../images/dnmhs/main/logo05.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.site_logo a:nth-child(6) {
    background-image: url(../images/dnmhs/main/logo06.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.site_logo a:nth-child(7) {
    background-image: url(../images/dnmhs/main/logo07.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.site_logo a:nth-child(8) {
    background-image: url(../images/dnmhs/main/logo08.png);
    object-fit: cover;
    background-position: center center;
}

.site_logo a:nth-child(9) {
    background-image: url(../images/dnmhs/main/logo09.png);
    object-fit: cover;
    background-position: center center;
}

.site_logo a:nth-child(10) {
    background-image: url(../images/dnmhs/main/logo10.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.site_logo a:nth-child(11) {
    background-image: url(../images/dnmhs/main/logo11.png);
    object-fit: cover;
    background-position: center center;
    background-size: contain;
}

.btn-con2 {
    width: 210px;
    height: 48px;
    background-color: #37167B;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 25px
}

.btn-con2_01 {
    background-image: url(../images/dnmhs/main/icon_02.png);
    background-repeat: no-repeat;
    background-position-x: 35px;
    background-position-y: center;
    padding-left: 30px
}

.btn-con2_02 {
    background-image: url(../images/dnmhs/main/icon_01.png);
    background-repeat: no-repeat;
    background-position-x: 40px;
    background-position-y: center;
    padding-left: 30px
}

.btn-con2_03 {
    background-position-x: 25px;
    padding-left: 25px
}

.Ybtn-con2_01 {
    background-image: url(../images/dnmhs/main/icon_01.svg);
    background-repeat: no-repeat;
    background-position-x: 156px;
    background-position-y: center;
    padding-right: 30px
}

.main-slide {
    position: relative
}

.main-slide .main-txt-wrap {
    position: absolute;
    top: 80px;
    left: 80px
}

.main-slide .main-txt-wrap h2 {
    color: #fff
}

.main-slide .main-txt-wrap .k-txt {
    font-size: 76px
}

.main-slide .main-txt-wrap .e-txt {
    font-size: 32px
}

.main-slide .w-box {
    width: 913px;
    height: 90px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff
}

.main-slide .w-box p {
    font-size: 20px;
    padding: 20px 0 0 45px;
    font-weight: bold;
    line-height: 30px
}

.snb_footer .snb__inner {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.snb_footer .snb__inner .snb__item02 {
    width: 33.3%;
    border: 2px solid #000;
    text-align: center;
    padding: 13px 0
}

.snb_footer .snb__inner .snb__item02:nth-child(2) {
    border-left: 0;
    border-right: 0
}

.snb_footer .snb__inner .snb__item02.active {
    background-color: #000;
    color: #fff
}

.t_service p {
    font-size: 16px;
    line-height: 25px
}

.t_service .box01 {
    background-color: #f1f1f1;
    color: #6b7588;
    padding: 30px 40px;
    margin-bottom: 20px
}

.t_service .box01 p {
    font-size: 16px
}

.t_service02 p {
    font-size: 16px;
    line-height: 25px
}

.serviceTable {
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0
}

.serviceTable tr th {
    background-color: #F2F2F2;
    border: 1px solid #000;
    padding: 15px 30px;
    font-size: 18px
}

.serviceTable tr td {
    border: 1px solid #000;
    padding: 15px 30px;
    font-size: 18px
}

.error_con {
    width: 750px;
    margin: 0 auto;
    padding-top: 300px
}

.error_con .box {
    background-color: #f2f2f5;
    border-top: 4px solid #000;
    padding: 70px 0
}

.error_con .box .inner {
    width: 540px;
    margin: 0 auto
}

.error_con .box .w-box {
    position: relative;
    font-size: 18px;
    background-color: #fff;
    width: 540px;
    margin: 25px 0;
    padding: 30px;
    text-align: left
}

.error_con .box .w-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%
}

.error_con .btn-error {
    display: flex;
    justify-content: center
}

.error_con .btn-error button {
    display: block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 18px
}

.mail_form {
    width: 800px;
    margin: 0 auto;
    padding-top: 100px
}

.mail_form .t_logo {
    width: 190px;
    height: 40px;
    background-image: url(../images/dnmhs/mailform/mail_top.png);
    background-repeat: no-repeat
}

.mail_form .tit {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 4px solid #000;
    padding: 40px 0 20px;
    font-weight: bold;
    border-bottom: 4px solid #000
}

.mail_form .f_logo {
    width: 125px;
    height: 35px;
    background-image: url(../images/dnmhs/mailform/mail_bottom.png);
    background-repeat: no-repeat
}

.mail_form .mail_table {
    position: relative;
    width: 800px;
    border-collapse: collapse;
    border-spacing: 0
}

.mail_form .mail_table th {
    width: 153px;
    height: 64px;
    text-indent: 20px;
    border-bottom: 1px solid #d3d5da;
    background-color: #F2F2F5;
    text-align: left;
    color: #6b7588
}

.mail_form .mail_table td {
    border-bottom: 1px solid #d3d5da;
    text-indent: 20px;
    font-size: 18px;
    letter-spacing: -1.08px
}

.mail_form .mail_table .number {
    font-family: 'notokr-black', sans-serif;
    font-size: 18px;
    font-weight: bold
}

.mail_form .mail_table .txt65 {
    position: relative;
    left: 65px
}

.mail_form .mail_table td.r_lebel {
    width: 56px;
    height: 32px;
    border-radius: 24px;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 31px;
    display: table;
    border-bottom: 0;
    position: absolute;
    bottom: 15px;
    left: 210px;
    text-indent: 0;
    letter-spacing: 0
}

.mail_form .mail_table td.r_lebel.r_red {
    background-color: #dc4747
}

.mail_form .g_box {
    width: 100%;
    height: 227px;
    background-color: #F2F2F5
}

.mail_form .btn_go {
    width: 210px;
    height: 48px;
    background-color: #000000;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold
}

.mail_form footer {
    display: flex;
    background-color: #f1f1f1;
    padding: 40px 60px;
    font-size: 12px;
    color: #6b7588
}

.mail_form footer p {
    line-height: 20px;
    font-family: 'Roboto-Medium'
}

.edu_img {
    position: relative;
    background-image: url(../images/myLrnng/edu_img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 590px;
    height: 830px
}

.edu_img .name {
    position: absolute;
    top: 300px;
    left: 80px;
    font-size: 16px;
    line-height: 35px
}

.edu_img .name span {
    letter-spacing: -0.04em
}

.edu_img .date {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50px, 0);
    font-size: 16px
}

.edu_img .date span {
    letter-spacing: -0.04em
}

.edu_img_print {
    position: relative;
    background-image: url(../images/myLrnng/edu_img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3400px;
    height: 2200px
}

.edu_img_print .name {
    position: absolute;
    top: 680px;
    left: 200px;
    font-size: 35px;
    line-height: 85px
}

.edu_img_print .name span {
    letter-spacing: -0.04em
}

.edu_img_print .date {
    position: absolute;
    bottom: 530px;
    left: 650px;
    font-size: 40px
}

.edu_img_print .date span {
    letter-spacing: -0.04em
}

@media print {
    .edu_img_print {
        background-image: url(../images/myLrnng/edu_img.jpg) !important;
        -webkit-print-color-adjust: exact
    }
}

div.exmBogi-wap {
    width: auto;
    margin-top: 0
}

.login-warp {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: center
}

.login {
    margin-top: 70px;
    padding: 60px 60px;
    width: 558px;
    background: #F2F2F5;
    position: relative
}

.login__tit {
    height: 50px;
    width: 437px;
    text-align: center;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 4px solid #000000
}

.login__msg {
    margin: 20px 0px 20px 0px;
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #6B7588
}

.login__msg.-sm {
    font-size: 16px;
    font-family: "notokr-regular";
    font-weight: normal
}

.login__msg.-sps {
    letter-spacing: -0.06em
}

.login__msg.-center {
    text-align: center
}

.login__msg.-black {
    color: #000000
}

.login__inp {
    padding: 8px 12px;
    width: 437px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px
}

.login__inp.-wd300 {
    width: 300px
}

.login__icon {
    width: 24px;
    height: 24px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 0% 50%
}

.login__icon.-id {
    padding-left: 23px;
    margin-right: 33px;
    background-image: url(../images/dnmhs/crse/iconCrse035.png)
}

.login__icon.-pw {
    padding-left: 25px;
    margin-right: 33px;
    background-image: url(../images/dnmhs/crse/iconCrse036.png)
}

.login__icon.-reg {
    padding-left: 27px;
    background-image: url(../images/dnmhs/crse/iconCrse037.png)
}

.login__btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    background: #fff
}

.loginTabMenu {
    width: 100%;
    display: flex;
    position: absolute
}

.loginTabMenu__tab {
    width: 279px;
    height: 45px;
    background: #FFFFFF;
    border: 2px solid #000000;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #6B7588;
    cursor: pointer
}

.loginTabMenu__tab.-active {
    color: #FFFFFF;
    background: #000000;
    border: 2px solid #000000
}

.ctlCont {
    margin-top: 70px;
    width: 1400px;
    display: flex
}

.ctlCont__spline {
    width: 100%;
    height: 1;
    background: #000000;
    margin: 80px 0px 80px 0px
}

.ctlLeft {
    width: 316px;
    background: #fff
}

.ctlLeft__tit {
    width: 230px;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    color: #000000
}

.ctlMain {
    width: 1084px
}

.ctlMain__tit {
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px
}

.ctlMain__cont {
    display: flex;
    justify-content: space-between
}

.ctlMain__cont__left {
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: 844px
}

.ctlMain__cont__txtSm {
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    width: 844px
}

.ctlMain__cont__btn {
    right: 0px;
    top: 0px
}

.ctlMain__bgImg {
    margin-top: 40px;
    width: 100%;
    height: 316px;
    background-repeat: no-repeat;
    background-position: center center
}

.ctlMain__bgImg.-ctl {
    background-image: url(../images/dnmhs/ctrlsmlt/ctrlsmlt01.png)
}

.ctlMain__bgImg.-nut {
    background-image: url(../images/dnmhs/ctrlsmlt/ctrlsmlt02.png)
}

.ctlMain__spline {
    width: 100%;
    height: 1;
    margin: 40px 0px 40px 0px
}

.ctlMain__spline.-grey {
    background: #6B7588
}

.ctlMain__spline.-black {
    background: #000000
}

.crseTop {
    margin-top: 34px;
    width: 1400px
}

.crseTop__warp {
    padding: 0px 0px 38px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid #000
}

.crseTop__tit {
    font-size: 64px;
    line-height: 93px;
    font-family: "notokr-black";
    font-weight: normal;
    color: #000000
}

.crseCont {
    margin-top: 46px;
    width: 1400px;
    display: flex
}

.crseLeft {
    width: 270px;
    background: #fff;
    position: relative
}

.crseLeft__tit-warp {
    position: relative;
    width: 100%;
    display: flex
}

.crseLeft__tit {
    width: 158px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000000
}

.crseLeft__schFt-warp {
    width: 100%;
    margin-top: 60px
}

.crseLeft__schFt-warp.-frst {
    margin-top: 0px
}

.crseLeft__schFt {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.crseLeft__ftreset {
    display: flex;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.crseMain {
    width: 1084px;
    margin-left: 46px;
    position: relative
}

.crseList {
    width: 100%;
    background: #fff;
    border-bottom: 1px;
    margin: 0 auto;
    position: relative
}

.crseList__resultWap {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.crseList__result {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.06em;
    color: #000;
    line-height: 21px;
    position: relative
}

.crseList__result__sort {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0
}

.crseList__result__sort__txt {
    color: #939AA8;
    letter-spacing: -0.06em;
    font-size: 14px;
    margin-right: 12px;
    cursor: pointer
}

.crseList__result__sort__inp:checked + .crseList__result__sort__txt {
    color: #222
}

.crseList__list {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-bottom: 1px
}

.crseList__list:before {
    content: "등록된 게시물이 없습니다.";
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translate(-50%, -50%);
    z-index: -1
}

.crseList__list__item {
    width: 368px;
    float: left;
    position: relative;
    border-bottom: 1px;
    margin-bottom: 33px;
    margin-top: 1px;
    background: #fff
}

.crseList__list__item:nth-child(3n) {
    width: 348px
}

.crseList__list__item__inner {
    width: 348px;
    background: #fff;
    display: block;
    position: relative;
    padding-bottom: 40px;
    float: left
}

.crseList__list__item__inner:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    pointer-events: none;
    cursor: none
}

.crseList__list__back {
    display: none;
    position: absolute;
    top: 0;
    width: 348px;
    padding: 28px 26px 0px 26px;
    height: 328px;
    background-color: #45C177;
    color: #000000
}

.crseList__list__backTit {
    font-size: 22px;
    font-family: "notokr-black";
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 30px;
    max-height: 60px
}

.crseList__list__backCont {
    margin-top: 10px;
    height: 83px;
    font-size: 17px;
    line-height: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 24px;
    max-height: 72px
}

.crseList__list__backList {
    margin-top: 10px;
    height: 123px;
    font-size: 16px;
    font-family: "notokr-regular";
    font-weight: normal;
    line-height: 19px;
    color: #876D13
}

.crseList__list__imgBox {
    width: 100%;
    height: 231px;
    overflow: hidden;
    position: relative
}

.crseList__list__img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.crseList__list__rcrt {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    display: flex
}

.crseList__list__tit {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em
}

.crseList__list__txt {
    margin-top: 0px;
    font-size: 14px;
    color: #6B7588;
    font-family: "notokr-medium";
    font-weight: normal;
    font-weight: 500
}

.crseViewTop {
    margin-top: 34px;
    width: 1400px
}

.crseViewTop__imgBox {
    width: 100%;
    height: 716px;
    overflow: hidden;
    position: relative
}

.crseViewTop__img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.crseViewTop__state {
    position: absolute;
    top: 491px;
    left: 74px;
    width: 100%;
    height: 36px;
    display: flex
}

.crseViewTop__state__txt {
    padding: 5px 0px 0px 15px;
    font-size: 20px;
    font-family: "notokr-bold";
    font-weight: normal;
    line-height: 23px;
    color: #fff
}

.crseViewTop__tit {
    position: absolute;
    top: 541px;
    left: 74px;
    width: 100%;
    height: 88px;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 64px;
    line-height: 80px;
    color: #fff
}

.crseViewTop__link {
    position: absolute;
    width: 221px;
    height: 78px;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.crseViewTop__link.txt {
    padding-top: 35px;
    padding-left: 54.88px;
    font-size: 24px;
    font-family: "notokr-black";
    font-weight: normal;
    line-height: 34px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseViewTop__link.txt:after {
    display: inline-block;
    width: 50px;
    height: 34.25px;
    background-image: url(../images/dnmhs/icon_Introarrow.svg);
    background-repeat: no-repeat;
    content: "";
    background-position: 50% 75%;
    transition: all .3s
}

.crseViewCont {
    margin-top: 79px;
    width: 1400px;
    display: flex
}

.crseViewCont__left {
    width: 270px;
    background: #fff
}

.crseViewCont__left__txt {
    font-size: 40px;
    font-family: "notokr-black";
    font-weight: normal;
    line-height: 48px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseViewCont__right {
    width: 1230px;
    background: #fff
}

.crseViewCont__right__top {
    width: 100%;
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    padding-right: 30px
}

.crseViewCont__right__desc-warp {
    display: flex;
    margin-top: 51px
}

.crseViewCont__right__desc-warp__desc {
    width: 402px;
    letter-spacing: -0.06em;
    color: #000000;
    line-height: 27px;
    border-left: 1px solid #B7B7B7
}

.crseViewCont__right__desc-warp__desc .-tit {
    margin-left: 26px;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 18px
}

.crseViewCont__right__desc-warp__desc .-cont {
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 14px;
    margin-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 26px;
    max-height: 52px
}

.crseViewCont__right__desc-warp__desc:not(:first-of-type) {
    margin-left: 26px
}

.crseViewCont__right__descImg-warp {
    display: flex
}

.crseViewCont__right__descImg-warp__imgBox {
    width: 400px;
    height: 266px;
    overflow: hidden;
    position: relative
}

.crseViewCont__right__descImg-warp__img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.crseViewCont__right__descImg-warp__state {
    position: absolute;
    top: 20px;
    left: 21.5px;
    width: 100%;
    height: 36px;
    display: flex
}

.crseViewCont__right__descImg-warp__link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    background-color: #fff;
    background-image: url(../images/dnmhs/crse/iconCrse003.png);
    background-repeat: no-repeat;
    background-position: center center
}

.crseViewCont__right__descImg-warp__descImg {
    width: 681px;
    margin-left: 30px
}

.crseViewCont__right__descImg-warp__descImg .-tit {
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 26px;
    line-height: 30px
}

.crseViewCont__right__descImg-warp__descImg .-subTit {
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 16px;
    line-height: 19px
}

.crseViewCont__right__descImg-warp__descImg .-cont {
    margin-top: 22px;
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 32px;
    max-height: 96px
}

.crseViewCont__right__descImg-warp__descImg .-ch {
    margin-top: 22px;
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    color: #6B7588
}

.crseViewCont__right__descImg-warp:not(:first-of-type) {
    margin-top: 40px
}

.crseViewCont__right__tail {
    margin-top: 72px;
    display: flex;
    justify-content: center
}

.crseViewCont__right__tail__btn {
    width: 157px;
    height: 48px;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85)
}

.crseSjIntro__contMain {
    display: flex;
    width: 100%
}

.crseSjIntro__contMain__left {
    width: 143px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjIntro__contMain__right {
    width: 805px;
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjIntro__contMain__right.-tchr {
    background-color: #FAFAFA
}

.crseSjIntro__contMain__tchr__imgBox {
    margin: 30px 0px 30px 45px;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative
}

.crseSjIntro__contMain__tchr__img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.crseSjIntro__contMain__tchr__tit {
    display: flex;
    margin-top: 30px;
    margin-left: 25px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjIntro__contMain__tchr__tit__b {
    font-weight: 800;
    font-size: 18px
}

.crseSjIntro__contMain__tchr__tit__s {
    font-weight: 700;
    font-size: 12px;
    margin: 0 4px;
    color: #D3D5DA
}

.crseSjIntro__contMain__tchr__tit__n {
    font-weight: 500;
    font-size: 17px
}

.crseSjIntro__contMain__tchr__cont {
    margin-top: 10px;
    width: 481px;
    margin-left: 25px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.06em;
    color: #6B7588
}

.CrcmLeft {
    margin-top: 20px
}

.CrcmLeft__txt {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02em
}

.CrcmLeft__txt.-b {
    font-weight: 700;
    color: #000000
}

.CrcmLeft__txt.-g {
    font-weight: 900;
    color: #6B7588
}

.CrcmMain {
    width: 100%
}

.CrcmMain__brief {
    padding-top: 25px;
    padding-bottom: 27px;
    background-color: #F1F1F1
}

.CrcmMain__topFlex {
    display: flex;
    justify-content: space-between
}

.CrcmMain__top__warp {
    margin-left: 38px;
    display: flex;
    align-items: flex-end
}

.CrcmMain__top__tit {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.06em;
    color: #000000
}

.CrcmMain__top__sp {
    margin: 0 6px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.06em;
    color: #D3D5DA;
    padding: 0 10px 0 10px
}

.CrcmMain__top__ncs {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.06em;
    color: #000000
}

.CrcmMain__top__btn {
    margin-top: 10px;
    margin-right: 48px;
    vertical-align: bottom;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.06em;
    color: #6B7588
}

.CrcmMain__top__btn.-active {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.06em;
    color: #000000
}

.CrcmMain__top__cont {
    margin: 14px 40px 0px 38px;
    width: 1006px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.06em;
    color: #939AA8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 24px;
    max-height: 48px
}

.CrcmMain__slide__warp {
    background-color: #ffffff;
    width: 100%;
    margin-top: 20px;
    display: none
}

.CrcmMain__slide li {
    width: 100%;
    height: 42px;
    padding-top: 9px;
    padding-left: 58px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    background-image: url(../images/dnmhs/crse/iconCrse009.png);
    background-repeat: no-repeat;
    background-position: 3.2% 50%
}

.CrcmMain__slide li:not(:last-of-type) {
    border-bottom: 1px solid #D3D5DA
}

.CrcmMain:not(:first-of-type) {
    margin-top: 20px
}

.crseSjdboard__contMain {
    display: flex;
    width: 100%
}

.crseSjdboard__contMain__left {
    width: 141px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjdboard__contMain__right {
    width: 942px;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjdboard__contMain__right.-tchr {
    background-color: #FAFAFA
}

.scheduleSlider {
    width: 942px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    text-align: left;
    position: relative
}

.scheduleSlider:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.scheduleSlider .slick-list {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden;
    width: 942px
}

.scheduleSlider .slick-slide {
    float: none
}

.scheduleSlider .slick-track {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle
}

.scheduleSlider .slick-track:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    font-size: 0
}

.scheduleSlider__item {
    display: inline-block !important;
    vertical-align: middle
}

.scheduleSlider .slick-arrow {
    position: absolute;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    width: 14px;
    height: 23px;
    background-image: url(../images/dnmhs/crse/iconCrse028.png);
    top: 50%;
    transform: translateY(-50%)
}

.scheduleSlider .slick-prev {
    left: -44px
}

.scheduleSlider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: -44px
}

.bdStdSch__schWap {
    width: 100%;
    display: flex
}

.bdStdSch__left {
    position: relative;
    width: 148px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #000000
}

.bdStdSch__left__slidePre {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 20px;
    height: 20px
}

.bdStdSch__list {
    background: #fff;
    border-bottom: 1px;
    position: relative
}

.bdStdSch__list__item {
    width: 242px;
    float: left;
    position: relative;
    background: #fff
}

.bdStdSch__list__item__inner {
    width: 210px;
    height: 255px;
    background: #F1F1F1;
    display: block;
    position: relative;
    padding-bottom: 40px;
    float: left
}

.bdStdSch__list__item__inner.-bk {
    background: #37167B
}

.bdStdSch__list__item__back {
    display: none;
    position: absolute;
    top: 0;
    width: 210px;
    height: 255px;
    background-color: #37167B;
    color: #000000
}

.bdStdSch__list__schIcon {
    margin: 37px 0px 0px 27px
}

.bdStdSch__list__sch {
    margin: 0px 0px 0px 27px;
    font-family: "Roboto-Bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.96px;
    color: #6B7588
}

.bdStdSch__list__tit {
    width: 170px;
    margin: 8px 0px 0px 27px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 23px;
    max-height: 46px
}

.bdStdSch__list__typIcon {
    position: absolute;
    left: 27px;
    bottom: 29px
}

.bdLernStat__Wap {
    margin-top: 80px;
    width: 100%;
    display: flex
}

.bdLernStat__left {
    width: 141px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #000000
}

.bdLernStat__right {
    width: 942px;
    margin-top: 6px
}

.bdLernStat__right__learnSumm {
    width: 100%;
    padding: 22px 0px;
    display: flex;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000
}

.bdLernStat__right__learnPgress {
    width: 301px;
    height: 68px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #B7B7B7
}

.bdLernStat__right__qna {
    margin-left: 20px;
    width: 301px;
    height: 68px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #B7B7B7
}

.bdLernStat__right__disc {
    margin-left: 20px;
    width: 310px;
    height: 68px;
    display: flex;
    justify-content: space-between
}

.bdLernStat__right__topTit {
    padding-top: 5px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000
}

.bdLernStat__right__topTit.-ftWhite {
    color: #ffffff
}

.bdLernStat__right__pgressVal {
    margin-top: 15px;
    padding-right: 20px;
    align-items: flex-end
}

.bdLernStat__right__topNum {
    font-family: "Roboto-Bold";
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    text-align: right;
    color: #000000
}

.bdLernStat__right__topNum__per {
    font-family: "Roboto-black";
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #000000
}

.bdLernStat__right__topNum.-ftWhite {
    color: #ffffff
}

.bdLernStat__right__topTit2 {
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #6B7588
}

.bdLernStat__right__topTit3 {
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #939AA8
}

.bdLernStat__right__examWap {
    margin-top: 40px;
    display: flex
}

.bdLernStat__right__examWap__score {
    width: 210px
}

.bdLernStat__right__examWap__score__exam {
    width: 100%;
    height: 148px;
    padding-top: 10px;
    background-color: #fff;
    border-top: 4px solid #000000
}

.bdLernStat__right__examWap__score__exam.-a {
    background-color: #000000
}

.bdLernStat__right__examWap__score__asm {
    padding-top: 10px;
    width: 100%;
    height: 148px;
    background-color: #fff;
    border-bottom: 4px solid #000000
}

.bdLernStat__right__examWap__score__asm.-a {
    background-color: #000000
}

.bdLernStat__right__examWap__examListWap {
    margin-left: 30px;
    width: 703px;
    background-color: #fff
}

.bdLernStat__right__examWap__examListWap__cont {
    width: 445px;
    display: inline-block;
    padding-top: 30px;
    padding-right: 10px
}

.bdLernStat__right__examWap__examListWap__btn {
    display: inline-block;
    float: right;
    padding-top: 30px;
    position: relative
}

.bdLernStat__right__examWap__examListWap__list li {
    width: 100%;
    height: 97px
}

.bdLernStat__right__examWap__examListWap__list li:first-of-type {
    border-top: 1px solid #000000
}

.bdLernStat__right__examWap__examListWap__list li:last-of-type {
    border-bottom: 1px solid #000000
}

.bdLernStat__right__examWap__examListWap__list li:not(:last-of-type) {
    border-bottom: 1px solid #D3D5DA
}

.bdLctList {
    margin-top: 80px;
    width: 100%;
    display: flex
}

.bdLctList__left {
    width: 141px
}

.bdLctList__right {
    width: 942px
}

.bdLctList__slideWap:not(:last-of-type) {
    margin-bottom: 15px
}

.bdLctList__slideTop {
    display: flex;
    justify-content: space-between;
    height: 73px;
    background-color: #F1F1F1
}

.bdLctList__slideTop.-pd {
    padding: 27px 0px 0px 20px
}

.bdLctList__slideTop.-rt {
    float: right
}

.bdLctList__slideTop.-rtpd {
    padding: 0px 20px 0px 0px
}

.bdLctList__slideBtn {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.06em;
    color: #6B7588
}

.bdLctList__slide {
    display: none
}

.bdLctList__slide__li {
    display: flex;
    justify-content: space-between
}

.bdLctList__slide__litxt {
    width: 600px;
    padding-top: 13px
}

.bdLctList__slide__libtn {
    float: right;
    padding-top: 9px
}

.bdLctList__slide li {
    width: 100%;
    height: 50px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 3.2% 50%
}

.bdLctList__slide li.-cmpt {
    background-image: url(../images/dnmhs/crse/iconCrse004.svg)
}

.bdLctList__slide li.-lct {
    background-image: url(../images/dnmhs/crse/iconCrse005.png)
}

.bdLctList__slide li.-quiz {
    background-image: url(../images/dnmhs/crse/iconCrse006.png)
}

.bdLctList__slide li.-prtc {
    background-image: url(../images/dnmhs/crse/iconCrse007.png)
}

.bdLctList__slide li.-sumy {
    background-image: url(../images/dnmhs/crse/iconCrse008.png)
}

.bdLctList__slide li:not(:last-of-type) {
    border-bottom: 1px solid #D3D5DA
}

.asmtLeft {
    margin-top: 20px
}

.asmtSubmit {
    margin-top: 60px;
    width: 1084px;
    height: 214px;
    background-color: #F2F2F5
}

.asmtSubmit__submit {
    padding: 30px 33px 0px 38px;
    width: 100% px;
    height: 47px;
    display: flex;
    justify-content: space-between
}

.asmtSubmit__submit .btn-file {
    width: 110px;
    height: 32px;
    background-color: #fff;
    color: #000;
    border-radius: 8px
}

.asmtSubmit__submit .btn-file::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/support/icon_folder.svg);
    background-repeat: no-repeat;
    margin-right: 7px
}

.sjExam {
    margin-top: 34px
}

.sjExam__intro {
    width: 1200px;
    height: 920px;
    padding: 54px 90px 0px 90px;
    background: #F2F2F5;
    box-shadow: 14px 14px 20px rgba(147, 152, 163, 0.3)
}

.sjExam__sol {
    position: relative;
    width: 1452px;
    min-height: 920px;
    padding-bottom: 30px;
    background: #F2F2F5;
    box-shadow: 14px 14px 20px rgba(147, 152, 163, 0.3)
}

.examTop {
    width: 100%;
    display: flex;
    padding-bottom: 33px;
    border-bottom: 4px solid #000000
}

.examTop__sec1 {
    width: 400px;
    height: 76px;
    padding: 0px 26px 0px 0px;
    border-right: 1px solid #B7B7B7
}

.examTop__sec2 {
    margin-left: 26px;
    padding: 6px 26px 0px 0px;
    width: 200px;
    height: 76px;
    border-right: 1px solid #B7B7B7
}

.examTop__sec3 {
    margin-left: 26px;
    padding: 6px 20px 0px 0px;
    width: 600px
}

.examTail {
    width: 100%;
    height: 118px;
    margin: 22px 0px;
    padding: 20px 0px 25px 0px;
    display: flex;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000
}

.examTail__sec1 {
    width: 330px;
    height: 68px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #B7B7B7
}

.examTail__sec2 {
    width: 382px;
    height: 68px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between
}

.examTail__sec3 {
    width: 512px;
    height: 68px;
    display: flex;
    justify-content: right
}

.examLinkBtn {
    margin-top: 60px
}

.examHd {
    display: flex;
    position: relative;
    font-family: "notokr-black";
    font-weight: normal
}

.examHd__exam {
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 3px solid #000000
}

.examHd__subject {
    position: absolute;
    top: 0px;
    left: 37px;
    height: 32px;
    font-size: 16px;
    color: #000
}

.examHd__uimg {
    margin-left: 621px;
    width: 26px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.examHd__uimg.-r {
    margin-left: 0px
}

.examHd__uname {
    margin-left: 10px;
    height: 32px;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 1px solid #000000
}

.examHd__uname__tit {
    font-family: "notokr-bold";
    font-weight: normal
}

.examHd__uname__cont {
    font-family: "notokr-regular";
    font-weight: normal
}

.examHd__date-warp {
    margin-left: 32px;
    right: 0;
    display: flex;
    justify-content: end
}

.examHd__date {
    height: 32px;
    text-align: right;
    padding-bottom: 9px;
    border-bottom: 1px solid #000000
}

.examHd__date__tit {
    letter-spacing: -0.03em;
    font-family: "notokr-bold";
    font-weight: normal
}

.examHd__date__cont {
    letter-spacing: 0em;
    font-family: "notokr-regular";
    font-weight: normal
}

.examHd__score-warp {
    margin-left: 32px;
    right: 0;
    display: flex;
    justify-content: end
}

.examHd__score {
    height: 32px;
    text-align: right;
    padding-bottom: 9px;
    border-bottom: 1px solid #000000
}

.examHd__score__tit {
    letter-spacing: -0.03em;
    font-family: "notokr-bold";
    font-weight: normal
}

.examHd__score__cont {
    letter-spacing: 0em;
    font-family: "notokr-regular";
    font-weight: normal
}

.examHd__usr-warp {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: end
}

.examItr__tit {
    margin-top: 34px;
    width: 100%;
    height: 363;
    padding-bottom: 24px;
    border-bottom: 6px solid #000000
}

.examItr__desc {
    margin-top: 44px;
    width: 100%;
    display: flex
}

.examItr__desc__left {
    width: 97px
}

.examItr__desc__cont {
    width: 923px
}

.examItr__desc__subtit {
    width: 100%;
    height: 44px;
    align-items: center;
    padding: 13px 24px;
    background: #FFFFFF;
    border-radius: 8px
}

.examItr__desc__cntWap {
    margin-top: 20px;
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 44px;
    border-bottom: 1px solid #D3D5DA
}

.examItr__desc__cnt {
    display: flex;
    padding-left: 24px;
    justify-content: space-between;
    width: 452px;
    height: 81px;
    background: #FFFFFF;
    border-radius: 8px
}

.examItr__desc__cnt__tit {
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 16px;
    padding: 32px 0px 0px 20px;
    width: 200px
}

.examItr__desc__cnt__tit.-bgimg {
    padding-left: 20px;
    background-image: url(../images/dnmhs/crse/iconCrse018.png);
    background-repeat: no-repeat;
    background-position: 0% 50%
}

.examItr__desc__cnt__val {
    padding: 17px 0px 0px 100px;
    width: 200px
}

.examItr__desc__time {
    display: flex;
    padding-left: 24px;
    justify-content: space-between;
    width: 452px;
    height: 81px;
    background: #FFFFFF;
    border-radius: 8px
}

.examItr__desc__time__tit {
    padding: 32px 0px 0px 20px;
    width: 200px
}

.examItr__desc__time__tit.-bgimg {
    padding-left: 20px;
    background-image: url(../images/dnmhs/crse/iconCrse017.png);
    background-repeat: no-repeat;
    background-position: 0% 50%
}

.examItr__desc__time__val {
    padding: 17px 0px 0px 100px;
    width: 200px
}

.examItr__tail {
    margin-top: 44px;
    width: 100%;
    display: flex
}

.examItr__tail__left {
    width: 97px
}

.examItr__tail__cont {
    padding: 24px 50px 24px 24px;
    width: 923px;
    height: 222px;
    background: #FFFFFF;
    border-radius: 8px
}

.examItr__tail__cont li {
    height: 37px
}

.examItr__nextBtn {
    margin-top: 60.5px;
    display: flex;
    justify-content: center
}

.examSol__exam {
    width: 1200px;
    height: 100%;
    padding: 54px 90px 50px 90px;
    position: relative
}

.examSol__exam-warp {
    position: relative;
    margin-top: 34px;
    display: flex;
    padding: 0px;
    width: 1020px;
    margin-bottom: 24px;
    border-bottom: 6px solid #000000
}

.examSol__exam-warp__num {
    width: 80px;
    height: 80px;
    text-align: center;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 50px;
    line-height: 65px;
    color: #000000
}

.examSol__exam-warp__num.-o {
    background-image: url(../images/dnmhs/crse/icon_O.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.examSol__exam-warp__num.-x {
    background-size: cover;
    background-image: url(../images/dnmhs/crse/icon_X.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.examSol__exam-warp__cont {
    width: 850px;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 50px;
    line-height: 65px;
    color: #000000
}

.examSol__exam-warp__score {
    position: absolute;
    bottom: 30px;
    right: 0
}

.examSol__npBtn {
    position: absolute;
    width: 1020px;
    height: 48px;
    bottom: 50px;
    display: flex;
    justify-content: center
}

.examSol__npBtn__cur {
    font-family: "notokr-black";
    font-weight: normal;
    color: #000;
    font-size: 18px
}

.examSol__npBtn__tot {
    font-family: "notokr-regular";
    font-weight: normal;
    color: #939aa8;
    font-size: 18px
}

.examSol__npBtn.-nxmg {
    position: relative;
    margin-top: 10px;
    bottom: 20px
}

.examSol__mgBtn {
    margin-top: 30px;
    width: 1020px;
    height: 48px;
    display: flex;
    justify-content: center
}

.examSol__mgBtn__cur {
    font-family: "notokr-black";
    font-weight: normal;
    color: #000;
    font-size: 18px
}

.examSol__mgBtn__tot {
    font-family: "notokr-regular";
    font-weight: normal;
    color: #939aa8;
    font-size: 18px
}

.exmBogi-wap {
    margin-top: 54px;
    flex-direction: row;
    padding: 0px 30px 80px 0;
    width: 1020px
}

.exmBogi-wap.-ox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 530px
}

.exmBogi-wap.-multi {
    display: block
}

.exmBogi-wap__divline {
    width: 91px;
    height: 0px;
    background: #6B7588;
    border: 1px solid #6B7588;
    transform: rotate(90deg)
}

.exmBogi-wap .exmBogiOx__txt {
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 101px;
    color: #939AA8
}

.exmBogi-wap .exmBogiOx__inp:checked + .exmBogiOx__txt {
    color: #000000
}

.exmBogi-wap .exmBogiList {
    display: flex
}

.exmBogi-wap .exmBogiList__num {
    padding-top: 2px;
    width: 36px;
    margin-right: 5px
}

.exmBogi-wap .exmBogiList__num.-o {
    background-image: url(../images/dnmhs/main/checkbox.png);
    background-repeat: no-repeat;
    background-position: top center
}

.exmBogi-wap .exmBogiList__num.-x {
    background-image: url(../images/dnmhs/crse/iconCrse026.svg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 25px
}

.exmBogi-wap .exmBogiList__num.

-
n {
    background-image: url(../images/dnmhs/crse/iconCrse027.png);
    background-repeat: no-repeat;
    background-position: top center
}

.exmBogi-wap .exmBogiList__num input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    transition: all .2s;
    background: #fff
}

.exmBogi-wap .exmBogiList__num input[type="checkbox"]:checked + label:before {
    background-color: #000;
    border-color: #000;
    background-image: url(../images/ac/inp_chek.png);
    background-repeat: no-repeat;
    background-position: center center
}

.exmBogi-wap .exmBogiList__num input[type="checkbox"]:disabled + label {
    cursor: default;
    pointer-events: none
}

.exmBogi-wap .exmBogiList__num input[type="checkbox"]:disabled + label::before {
    border: 2px solid #939AA8;
    background: #939AA8
}

.exmBogi-wap .exmBogiList__cont {
    width: 850px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    display: flex
}

.exmBogi-wap .exmBogiList__cont__num {
    width: 20px
}

.exmBogi-wap .exmBogiList__cont__txt {
    width: 830px
}

.exmBogi-wap .exmBogiList:not(:last-of-type) {
    margin-bottom: 14px
}

.ansSht-wap {
    position: absolute;
    width: 252px;
    top: 0;
    right: 0;
    font-family: "notokr-medium";
    font-weight: normal
}

.ansSht-wap .ansSht {
    position: relative;
    height: 920px;
    background: #FFFFFF;
    border: 2px solid #000000
}

.ansSht-wap .ansSht__runtime {
    padding-top: 20px;
    width: 248px;
    height: 84px;
    text-align: center;
    background: #939AA8
}

.ansSht-wap .ansSht__runtime__cur {
    font-family: "Roboto-Bold";
    font-weight: normal;
    color: #fff;
    font-size: 20px
}

.ansSht-wap .ansSht__runtime__tot {
    font-family: "Roboto-regular";
    font-weight: normal;
    color: #fff;
    font-size: 20px
}

.ansSht-wap .ansSht__exmList .exmNum {
    margin-right: 20px;
    width: 25px;
    height: 23px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000000
}

.ansSht-wap .ansSht__exmList .shtBogi {
    height: 20px;
    width: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.06em;
    color: #939AA8;
    margin-right: 11px;
    cursor: none
}

.ansSht-wap .ansSht__exmList .shtBogi.-yellow {
    background: #000;
    border-radius: 60px;
    color: #fff !important
}

.ansSht-wap .ansSht__exmList .shtBogi.-grey {
    background: #F2F2F5;
    border-radius: 60px
}

.ansSht-wap .ansSht__exmList .shtBogi.-dk_red {
    background: #DC4747;
    border-radius: 60px;
    color: #fff !important
}

.ansSht-wap .ansSht__exmList .shtBogi.-black {
    background: #000;
    border-radius: 60px;
    color: #fff !important
}

.ansSht-wap .ansSht__exmList__o {
    background-size: cover;
    background-image: url(../images/dnmhs/crse/iconCrse022.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.ansSht-wap .ansSht__exmList__x {
    background-size: cover;
    background-image: url(../images/dnmhs/crse/icon_X.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.ansSht-wap .ansSht__exmList li {
    display: flex;
    width: 248px;
    height: 40px;
    padding-top: 6px;
    padding-left: 22px;
    background: #FFFFFF;
    border-bottom: 1px solid #D3D5DA
}

.ansSht-wap .ansSht__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% px;
    height: 720px;
    position: relative
}

.ansSht-wap .ansSht__submit {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    padding-top: 40px;
    width: 100%;
    height: 118px
}

.exmCmpt {
    width: 100%
}

.exmCmpt__icon {
    margin-top: 98px;
    width: 100%;
    height: 83px;
    background-image: url(../images/dnmhs/crse/iconCrse019.png);
    background-repeat: no-repeat;
    background-position: center center
}

.exmCmpt__txt {
    margin-top: 26px;
    text-align: center
}

.exmCmpt__anuc {
    margin-top: 40px;
    width: 500px;
    padding-top: 34px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #D3D5DA
}

.exmCmpt__btn {
    margin-top: 60px;
    display: flex;
    justify-content: center
}

.exmGrad {
    margin-top: 70px;
    min-height: 150px
}

.exmGrad__commt {
    padding: 40px 0px 39px 44px;
    width: 1020px;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D3D5DA;
    box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px
}

.exmGrad__sec1 {
    width: 90px;
    border-right: 1px solid #939AA8
}

.exmGrad__sec2 {
    margin-left: 19px;
    width: 800px;
    padding-bottom: 25px
}

.crseSjcommunity__contMain {
    width: 100%
}

.communityTabMenu {
    width: 100%;
    display: flex
}

.communityTabMenu__tab {
    width: 542px;
    height: 45px;
    background: #FFFFFF;
    border: 2px solid #000000;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #6B7588;
    cursor: pointer
}

.communityTabMenu__tab.-active {
    color: #FFFFFF;
    background: #000000;
    border: 2px solid #000000
}

.communityTop {
    margin-top: 74px;
    width: 100%
}

.communityTop__sch {
    height: 78px;
    margin-bottom: 38px;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #000000
}

.communityTop__rel {
    margin-top: 38px
}

.communityTop__rel__ft {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.communityTop__rel__ftreset {
    font-size: 14px;
    vertical-align: middle;
    color: #000000;
    padding-right: 3px;
    padding-bottom: 4px
}

.communityTop__rel__ftSel {
    margin-top: 22px;
    padding: 10px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.qnaAnswer2 {
    width: 100%
}

.qnaAnswer2__head2 {
    border-top: 4px solid #000000;
    height: 64px;
    padding-top: 26px;
    margin-bottom: 42px
}

.qnaAnswer {
    width: 100%
}

.qnaAnswer__head {
    border-top: 4px solid #000000;
    height: 64px;
    padding-top: 26px;
    margin-bottom: 42px
}

.qnaAnswer__item {
    width: 100%;
    display: flex
}

.qnaAnswer__item.-end {
    margin-top: 10px
}

.qnaAnswer__item .answerUimg {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.qnaAnswer__item__warp {
    margin-left: 12px;
    width: 100%
}

.qnaAnswer__item__warp .answerWrt {
    margin-top: 7px;
    display: flex
}

.qnaAnswer__item__warp .answerTit {
    display: flex;
    margin-top: 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000
}

.qnaAnswer__item__warp .answerRpyIcon {
    font-weight: 800;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin-right: 7px
}

.qnaAnswer__item__warp .answerRpyIcon.-icon {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-image: url(../images/dnmhs/crse/icon_comment.svg);
    background-position: 8px 50%
}

.qnaAnswer__item__warp .answerContent {
    margin-top: 14px;
    padding-right: 75px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000
}

.qnaAnswer__item__warp .answerBtn {
    margin-top: 22px;
    margin-bottom: 50px;
    display: flex
}

.qnaAnswer__item__warp .answerBtn__rpy {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.qnaAnswer__item__warp .answerBtn__rpy.-hidden {
    display: none
}

.qnaAnswer__item__warp .answerSpLine {
    margin: 37px 0px;
    width: 100%;
    height: 1px;
    color: #D3D5DA
}

.qnaAnswer__item__warp .answerSpLine.-ed {
    margin: 34px 0px 34px 0px
}

.qnaAnswerReply {
    width: 100%
}

.qnaAnswerReply__write {
    display: none
}

.qnaAnswerReply__usr {
    display: flex
}

.qnaAnswerReply__usr .replyUserImg {
    width: 26px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.qnaAnswerReply__inp {
    margin-top: 12px;
    padding: 2px 0px 0px 17px;
    width: 100%;
    height: 40px;
    border: #F2F2F5;
    background: #F2F2F5;
    border-radius: 8px
}

.qnaAnswerReply__inp.-txtarea {
    height: 130px;
    padding: 14px 0px 0px 17px
}

.qnaAnswerReply__cont {
    margin-top: 4px;
    width: 960px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6B7588
}

.qnaAnswerReply__list {
    display: none
}

.qnaAnswerReply__list li {
    width: 100%;
    padding: 22px 0px 22px 0px;
    border-bottom: 1px solid #D3D5DA
}

.qnaAnswerReply__list li:first-child {
    padding-top: 0px
}

.qnaAnswerReply__list li:last-child {
    border-bottom: 0px solid #D3D5DA
}

.qnaAnswerReply__btn {
    margin-top: 12px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between
}

.qnaWt {
    width: 100%;
    margin-top: 42px
}

.qnaWt__warp {
    display: flex;
    padding-bottom: 34px
}

.qnaWt__tit {
    padding-top: 5px;
    width: 97px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #000000
}

.qnaWt__cont select {
    padding: 8px 20px;
    width: 326px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px
}

.qnaWt__cont input {
    padding: 0px 0px 0px 18px;
    width: 988px;
    height: 40px;
    background: #F2F2F5;
    border: 1px solid #F2F2F5;
    border-radius: 8px
}

.qnaWt__cont textarea {
    padding: 14px 0px 0px 17px;
    width: 987px;
    height: 356px;
    background: #F2F2F5;
    border: 1px solid #F2F2F5;
    border-radius: 8px
}

.crseSjTop-warp {
    margin-top: 34px;
    width: 1400px
}

.crseSjCont-warp {
    margin-top: 56px;
    width: 1400px;
    display: flex
}

.crseSjCont-warp__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% px;
    height: 720px;
    position: relative
}

.crseSjContLeft {
    width: 316px;
    position: relative
}

.crseSjContLeft__tit {
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjContMain {
    width: 1084px;
    position: relative
}

.crseSearch_wrap input {
    width: 252px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 8px;
    text-indent: 35px;
    background-repeat: no-repeat;
    background-position: 5px center
}

.crseSearch_wrap input {
    background-image: url(../images/ac/icon_search.png)
}

.selectBoxRd {
    display: inline-block;
    position: relative;
    min-width: 200px;
    height: 40px;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 8px;
    vertical-align: middle
}

.selectBoxRd .inp {
    min-height: 38px
}

.selectBoxRd__inp {
    display: inline-block;
    min-width: 200px;
    height: 38px;
    padding: 0 35px 0 15px;
    font-size: 16px;
    color: #333;
    border-radius: 8px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 10;
    background: none
}

.selectBoxRd__inp::-ms-expand {
    display: none
}

.selectBoxRd .iconSelectBoxRd {
    display: block;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 18px;
    height: 18px;
    background-image: url(../images/dnmhs/crse/iconCrse033.png);
    background-repeat: no-repeat;
    background-position: center center
}

.ftreset {
    margin: 0px 0px 3px 2px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/mypage/icon_sync.png)
}

.crseButton {
    height: 32px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #000000;
    background: #fff;
    transition: box-shadow .3s, background-color .3s, color .3s;
    cursor: pointer
}

.crseButtonLeft {
    float: left
}

.crseButtonRight {
    float: right
}

.crseButton.bgWhiteR30 {
    padding: 0px 15px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 30px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016)
}

.crseButton.bgWhiteR20 {
    padding: 0px 15px;
    background-color: #FFFFFF;
    border: 1px solid #939AA8;
    border-radius: 20px;
    color: #6B7588;
    min-width: 120px
}

.crseButton.bgWhiteR20.-active {
    color: #FFFFFF;
    background-color: #37167B;
    border: 1px solid #37167B
}

.crseButton.-iconScut {
    border: 1px solid #000;
    padding-left: 20px;
    background-image: url(../images/dnmhs/crse/iconCrse014.png);
    background-repeat: no-repeat;
    background-position: 20% 50%
}

.crseButton.-iconDown {
    border: 1px solid #000;
    padding-left: 20px;
    background-image: url(../images/dnmhs/crse/iconCrse013.png);
    background-repeat: no-repeat;
    background-position: 20% 50%
}

.crseButton.-iconFile {
    background-color: #fff;
    color: #000;
    padding-left: 20px;
    background-image: url(../images/support/icon_folder.svg);
    background-repeat: no-repeat;
    background-position: 20% 50%;
    border: 1px solid #000
}

.crseButton.-iconDel {
    background-color: #6B7588;
    padding: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    background-image: url(../images/dnmhs/crse/iconCrse011.png);
    background-repeat: no-repeat;
    background-position: 46% 50%
}

.crseButton.-iconPre {
    border: 1px solid #000;
    padding-left: 20px;
    background-image: url(../images/dnmhs/crse/iconCrse031.png);
    background-repeat: no-repeat;
    background-position: 20% 50%
}

.crseButton.-iconNext {
    border: 1px solid #000;
    padding-right: 20px;
    background-image: url(../images/dnmhs/crse/iconCrse030.png);
    background-repeat: no-repeat;
    background-position: 80% 50%
}

.crseButton.-iconTra {
    background: #37167B;
    color: #fff;
    padding-left: 25px;
    background-image: url(../images/dnmhs/crse/iconCrse034.png);
    background-repeat: no-repeat;
    background-position: 15% 50%
}

.crseButton.-iconTra.-filedelimg {
    width: 7px;
    height: 7px;
    background-image: url(../images/dnmhs/main/icon_fileDel.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.fileDelImgbtn {
    width: 15px;
    height: 15px;
    background-size: cover;
    background-image: url(../images/dnmhs/main/icon_fileDel.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.bWfB {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.bBfW {
    background: #000;
    color: #fff
}

.bWfR {
    background: #fff;
    border: 1px solid #DC4747;
    color: #DC4747
}

.bYfW {
    background: #37167B;
    color: #ffffff
}

.bWfY {
    background: #fff;
    border: 1px solid #37167B;
    color: #37167B
}

.crseStatusIcon {
    height: 32px;
    padding: 0px 14px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 800;
    line-height: 33px;
    background-color: #fff;
    display: inline-block;
    letter-spacing: 1px
}

.crseStatusIcon.bgYellow {
    background-color: #45C177;
    color: #FFFFFF
}

.crseStatusIcon.bgYellow.-smIcon {
    height: 20px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF
}

.crseStatusIcon.bgWhite {
    background-color: #FFFFFF
}

.crseStatusIcon.bgWhite.-yellow {
    color: #37167B
}

.crseStatusIcon.bgWhite.-grey {
    font-weight: 500;
    color: #6B7588
}

.crseStatusIcon.bgWhite.-lt_grey {
    color: #939AA8
}

.crseStatusIcon.bgWhite.-green {
    color: #A8C205
}

.crseStatusIcon.bgWhite.-ocher {
    color: #EAA011
}

.crseStatusIcon.bgWhite.-p_red {
    color: #DC4747
}

.crseStatusIcon.bgBlack {
    background-color: #37167B;
    color: #FFFFFF
}

.crseStatusIcon.bgBlack.-smIcon {
    height: 20px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF
}

.crseStatusIcon.-bWfB {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.crseStatusIcon.-bWfR {
    background: #fff;
    border: 1px solid #DC4747;
    color: #DC4747
}

.crseStatusIcon.-bWfY {
    background: #fff;
    border: 1px solid #37167B;
    color: #37167B
}

.crseStatusIcon.-rd8 {
    border-radius: 8px;
    text-align: center
}

.dDayIcon {
    font-family: 'Roboto-Medium'
}

.iconPosAb {
    position: absolute
}

.rd30 {
    border-radius: 30px
}

.rd20 {
    border-radius: 20px
}

.w271 {
    width: 271px
}

.w260 {
    width: 260px
}

.w220 {
    width: 220px
}

.w200 {
    width: 200px
}

.w169 {
    width: 169px
}

.w157 {
    width: 157px
}

.w146 {
    width: 146px
}

.w140 {
    width: 140px
}

.w126 {
    width: 126px
}

.w120 {
    width: 120px
}

.w116 {
    width: 116px
}

.w102 {
    width: 102px
}

.w100 {
    width: 100px
}

.w107 {
    width: 107px
}

.w78 {
    width: 78px
}

.h48 {
    height: 48px
}

.h46 {
    height: 46px
}

.h40 {
    height: 40px
}

.h32 {
    height: 32px
}

.h36 {
    height: 36px
}

.h26 {
    height: 26px
}

.fz14 {
    font-size: 14px
}

.fz14.-roMd {
    font-family: "Roboto-Medium";
    font-weight: normal
}

.fz14.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz14.-ntRg {
    font-family: "notokr-regular";
    font-weight: normal
}

.fz14.-grey {
    color: #939aa8
}

.fz14.-dk_grey {
    color: #6b7588
}

.fz15 {
    font-size: 15px
}

.fz15.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz16 {
    font-size: 16px
}

.fz16.-ntMd {
    font-family: "notokr-medium";
    font-weight: normal
}

.fz16.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz16.-ntRg {
    font-family: "notokr-regular";
    font-weight: normal
}

.fz16.-grey {
    color: #939aa8
}

.fz16.-dk_grey {
    color: #6B7588
}

.fz16.-yellow {
    color: #37167B
}

.fz16.-green {
    color: #000
}

.fz17 {
    font-size: 17px
}

.fz17.-ntMd {
    font-family: "notokr-medium";
    font-weight: normal
}

.fz17.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz17.-ntBk {
    font-family: "notokr-black";
    font-weight: normal
}

.fz17.-ntRg {
    font-family: "notokr-regular";
    font-weight: normal
}

.fz17.-white {
    color: #fff
}

.fz17.-eps {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 24px;
    max-height: 24px
}

.fz18 {
    font-size: 18px
}

.fz18.-ntMd {
    font-family: "notokr-medium";
    font-weight: normal
}

.fz18.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz18.-ntBk {
    font-family: "notokr-black";
    font-weight: normal
}

.fz18.-white {
    color: #fff
}

.fz18.-eps {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 24px;
    max-height: 24px
}

.fz20 {
    font-size: 20px
}

.fz20.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz20.-ntMd {
    font-family: "notokr-medium";
    font-weight: normal
}

.fz24 {
    font-size: 24px
}

.fz24.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz24.-ntMd {
    font-family: "notokr-medium";
    font-weight: normal
}

.fz24.-black {
    color: #000000
}

.fz26 {
    font-size: 26px
}

.fz26.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz28 {
    font-size: 28px
}

.fz28.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz30 {
    font-size: 30px
}

.fz30.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz40 {
    font-size: 40px
}

.fz40.-roBd {
    font-family: "Roboto-Bold";
    font-weight: normal
}

.fz40.-roBk {
    font-family: "Roboto-black";
    font-weight: normal
}

.fz40.-roRg {
    font-family: "Roboto-regular";
    font-weight: normal
}

.fz40.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz40.-grey {
    color: #939aa8
}

.fz40.-yellow {
    color: #37167B
}

.fz44 {
    font-size: 44px
}

.fz50 {
    font-size: 50px
}

.fz50.-ntBk {
    font-family: "notokr-black";
    font-weight: normal
}

.fz50.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz101 {
    font-size: 101px
}

.fz101.-ntBd {
    font-family: "notokr-bold";
    font-weight: normal
}

.fz101.-yellow {
    color: #000
}

.crseSjViewPg {
    margin-top: 34px;
    width: 1084px
}

.crseSjHd {
    margin-top: 34px;
    width: 1400px
}

.crseSjHd__warp {
    width: 100%;
    display: flex;
    position: relative
}

.crseSjHd__tit {
    width: 440px;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 58px;
    line-height: 80px;
    color: #000000
}

.crseSjHd__desc {
    letter-spacing: -0.06em;
    color: #000000;
    line-height: 27px;
    border-left: 1px solid #B7B7B7
}

.crseSjHd__desc__tit {
    margin-left: 26px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 18px
}

.crseSjHd__desc__cont {
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 14px;
    margin-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 26px;
    max-height: 52px
}

.crseSjHd__desc__cont.-S {
    width: 289px
}

.crseSjHd__desc__cont.-L {
    width: 376px
}

.crseSjHd__desc:not(:first-of-type) {
    margin-left: 26px
}

.crseSjHd__lecbtn {
    position: absolute;
    right: 0;
    bottom: 0
}

.crseSjMenu {
    margin-top: 114px
}

.crseSjMenu__imgBox {
    width: 1400px;
    height: 315px;
    overflow: hidden;
    position: relative
}

.crseSjMenu__img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.crseSjMenu__list {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1084px;
    height: 59px;
    background-color: #fff;
    display: flex;
    align-items: flex-end
}

.crseSjMenu__txt {
    margin-left: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #939AA8
}

.crseSjMenu__txt.-active {
    color: #000000
}

.crseSjList {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px;
    position: relative
}

.crseSjList__resultWap {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.crseSjList__result {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-family: "notokr-bold";
    font-weight: normal;
    letter-spacing: -0.06em;
    color: #000;
    line-height: 21px;
    position: relative
}

.crseSjList__result__sort {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0
}

.crseSjList__result__sort__txt {
    color: #939AA8;
    letter-spacing: -0.06em;
    font-size: 14px;
    margin-right: 12px;
    cursor: pointer
}

.crseSjList__result__sort__inp:checked + .crseSjList__result__sort__txt {
    color: #222
}

.crseSjList__list {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-bottom: 1px
}

.crseSjList__list:before {
    content: "등록된 게시물이 없습니다.";
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translate(-50%, -50%);
    z-index: -1
}

.crseSjList__list__item {
    width: 369px;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 40px;
    height: 336px
}

.crseSjList__list__item:nth-child(3n) {
    width: 346px
}

.crseSjList__list__item.-hh {
    height: 379px
}

.crseSjList__list__item__inner {
    width: 346px;
    height: 100%;
    padding-left: 40px;
    background: #F1F1F1;
    display: block;
    padding-bottom: 40px;
    float: left;
    position: relative
}

.crseSjList__list__item__inner__num {
    padding-top: 40px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    position: relative
}

.crseSjList__list__item__inner__tit {
    margin: 9px 41px 0px 0px;
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjList__list__item__inner__tit.-mt {
    margin-top: 29px
}

.crseSjList__list__item__inner__cont {
    margin: 9px 41px 0px 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #6B7588;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
    max-height: 44px
}

.crseSjList__list__item__inner__cont.-eps3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
    max-height: 66px
}

.crseSjList__list__item__inner__cont.-black {
    color: #000000
}

.crseSjList__list__item__inner__cont.-sz {
    margin-top: 24px;
    width: 271px
}

.crseSjList__list__item__inner__rel {
    margin-top: 30px;
    display: flex;
    width: 257px;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000000
}

.crseSjList__list__item__inner__rel__t {
    width: 60px;
    font-weight: 800;
    color: #6B7588
}

.crseSjList__list__item__inner__rel__c {
    width: 200px;
    font-weight: 500;
    color: #6B7588
}

.crseSjList__list__item__inner__etc {
    margin: 34px 41px 0px 0px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #000000
}

.crseSjList__list__item__inner__etc.-comm {
    margin-top: 12px
}

.crseSjList__list__item__inner__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 74px;
    background-color: #fff;
    background-image: url(../images/dnmhs/crse/iconCrse003.png);
    background-repeat: no-repeat;
    background-position: center center
}

.crseSjList__list__item__inner__cmptIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 69px;
    background-image: url(../images/dnmhs/crse/iconCrse010.png);
    background-repeat: no-repeat;
    background-position: center center
}

.crseSjList__list__item__inner:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    pointer-events: none;
    cursor: none
}

.crseSjView {
    width: 100%
}

.crseSjView.-soldBtLine {
    padding-bottom: 60px;
    border-bottom: 1px solid #D3D5DA
}

.crseSjView__tit {
    width: 100%;
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 38px;
    line-height: 55px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjView__wtWap {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.crseSjView__wt {
    width: 50%;
    height: 23px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    position: relative;
    font-family: 'Roboto-Medium'
}

.crseSjView__opt__txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.06em;
    color: #6B7588
}

.crseSjView__uline {
    margin-top: 24px;
    width: 100%;
    height: 4px;
    background-color: #000000
}

.crseSjView__fileWap {
    margin-top: 12px;
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between
}

.crseSjView__fileWap.-uline {
    border-bottom: 1px solid #D3D5DA
}

.crseSjView__file {
    display: flex;
    position: relative
}

.crseSjView__file__tit {
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjView__file__sp {
    margin: 0 6px;
    font-family: "notokr-regular";
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjView__file__fname {
    font-family: "notokr-bold";
    font-weight: normal;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #37167B
}

.crseSjView__file__fname.-grey {
    color: #6B7588
}

.crseSjView__cont {
    padding: 48px 100px 60px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.06em;
    color: #000000
}

.crseSjView__cont.-ul {
    border-bottom: 1px solid #D3D5DA
}

.crseSjView__smallTit {
    margin: 57.5px 0px 20px 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #000000
}

.crseCommPopup .layerPopup__inner {
    width: 499px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.25);
    border-radius: 8px
}

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *::before, *::after {
    box-sizing: inherit
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    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.33333%;
    max-width: 33.33333%
}

.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.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #eaeaea;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(33, 33, 33, 0.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #eaeaea;
    border: 1px solid #c4c4c4;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #eaeaea;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    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.33333%;
    max-width: 33.33333%
}

.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.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #c4c4c4
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c4c4c4
}

.table tbody + tbody {
    border-top: 2px solid #c4c4c4
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #c4c4c4
}

.table-bordered th, .table-bordered td {
    border: 1px solid #c4c4c4
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(33, 33, 33, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(33, 33, 33, 0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #a8cbf0
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #70b0f5
}

.table-hover .table-primary:hover {
    background-color: #92beec
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #92beec
}

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #c7c9cb
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #a8adb1
}

.table-hover .table-secondary:hover {
    background-color: #babcbf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #babcbf
}

.table-success, .table-success > th, .table-success > td {
    background-color: #b4d7bc
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: #85c794
}

.table-hover .table-success:hover {
    background-color: #a3cead
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #a3cead
}

.table-info, .table-info > th, .table-info > td {
    background-color: #afd6dc
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border-color: #7cc5d0
}

.table-hover .table-info:hover {
    background-color: #9dcdd4
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #9dcdd4
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #f0dfaa
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: #f5d574
}

.table-hover .table-warning:hover {
    background-color: #ecd794
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ecd794
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #e6b7bc
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #e38c94
}

.table-hover .table-danger:hover {
    background-color: #dfa4aa
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #dfa4aa
}

.table-light, .table-light > th, .table-light > td {
    background-color: #eee
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #f1f2f2
}

.table-hover .table-light:hover {
    background-color: #e1e1e1
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #e1e1e1
}

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #b7b9ba
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #8b8e92
}

.table-hover .table-dark:hover {
    background-color: #aaacae
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #aaacae
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(33, 33, 33, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(20, 20, 20, 0.075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(20, 20, 20, 0.075)
}

.table .thead-dark th {
    color: #eaeaea;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #c4c4c4
}

.table-dark {
    color: #eaeaea;
    background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(234, 234, 234, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #eaeaea;
    background-color: rgba(234, 234, 234, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #eaeaea;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #eaeaea;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #eaeaea
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #eaeaea;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #eaeaea url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #eaeaea;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #eaeaea url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #eaeaea;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #eaeaea;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus, .btn-primary.focus {
    color: #eaeaea;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(35, 140, 252, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #eaeaea;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #eaeaea;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(35, 140, 252, 0.5)
}

.btn-secondary {
    color: #eaeaea;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #eaeaea;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #eaeaea;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(127, 135, 141, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #eaeaea;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #eaeaea;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(127, 135, 141, 0.5)
}

.btn-success {
    color: #eaeaea;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #eaeaea;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus, .btn-success.focus {
    color: #eaeaea;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(69, 177, 94, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #eaeaea;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #eaeaea;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 177, 94, 0.5)
}

.btn-info {
    color: #eaeaea;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #eaeaea;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus, .btn-info.focus {
    color: #eaeaea;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(55, 173, 192, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #eaeaea;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #eaeaea;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(55, 173, 192, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #eaeaea;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #eaeaea;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus, .btn-danger.focus {
    color: #eaeaea;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(222, 80, 94, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #eaeaea;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #eaeaea;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 80, 94, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #eaeaea;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #eaeaea;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus, .btn-dark.focus {
    color: #eaeaea;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(79, 84, 90, 0.5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #eaeaea;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #eaeaea;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(79, 84, 90, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #eaeaea;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #eaeaea;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #eaeaea;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #eaeaea;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #eaeaea;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #eaeaea;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #eaeaea;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #eaeaea;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #eaeaea;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #eaeaea;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #eaeaea;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #eaeaea;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #eaeaea;
    background-clip: padding-box;
    border: 1px solid rgba(33, 33, 33, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #eaeaea;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend, .input-group-append {
    display: flex
}

.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #eaeaea;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #eaeaea;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #eaeaea;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23eaeaea' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23eaeaea' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23eaeaea'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #eaeaea;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #eaeaea url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #eaeaea
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #eaeaea;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #eaeaea, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #eaeaea, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #eaeaea, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c4c4c4;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c4c4c4;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #c4c4c4;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #c4c4c4;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #c4c4c4
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #c4c4c4
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #eaeaea;
    border-color: #c4c4c4 #c4c4c4 #eaeaea
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #eaeaea;
    background-color: #007bff
}

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(33, 33, 33, 0.9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(33, 33, 33, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(33, 33, 33, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(33, 33, 33, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(33, 33, 33, 0.3)
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(33, 33, 33, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(33, 33, 33, 0.5);
    border-color: rgba(33, 33, 33, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833,33,33,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(33, 33, 33, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(33, 33, 33, 0.9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(33, 33, 33, 0.9)
}

.navbar-dark .navbar-brand {
    color: #eaeaea
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #eaeaea
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(234, 234, 234, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(234, 234, 234, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(234, 234, 234, 0.25)
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #eaeaea
}

.navbar-dark .navbar-toggler {
    color: rgba(234, 234, 234, 0.5);
    border-color: rgba(234, 234, 234, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28234,234,234,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(234, 234, 234, 0.5)
}

.navbar-dark .navbar-text a {
    color: #eaeaea
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #eaeaea
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eaeaea;
    background-clip: border-box;
    border: 1px solid rgba(33, 33, 33, 0.125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(33, 33, 33, 0.03);
    border-bottom: 1px solid rgba(33, 33, 33, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(33, 33, 33, 0.03);
    border-top: 1px solid rgba(33, 33, 33, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #eaeaea;
    border: 1px solid #c4c4c4
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #c4c4c4
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #eaeaea;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #eaeaea;
    border-color: #c4c4c4
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #eaeaea;
    background-color: #007bff
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #eaeaea;
    background-color: #0062cc
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.badge-secondary {
    color: #eaeaea;
    background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #eaeaea;
    background-color: #545b62
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #eaeaea;
    background-color: #28a745
}

a.badge-success:hover, a.badge-success:focus {
    color: #eaeaea;
    background-color: #1e7e34
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #eaeaea;
    background-color: #17a2b8
}

a.badge-info:hover, a.badge-info:focus {
    color: #eaeaea;
    background-color: #117a8b
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #eaeaea;
    background-color: #dc3545
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #eaeaea;
    background-color: #bd2130
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #eaeaea;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #eaeaea;
    background-color: #1d2124
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #105094;
    background-color: #bbd4ee;
    border-color: #a8cbf0
}

.alert-primary hr {
    border-top-color: #92beec
}

.alert-primary .alert-link {
    color: #0b3766
}

.alert-secondary {
    color: #484d51;
    background-color: #d1d3d4;
    border-color: #c7c9cb
}

.alert-secondary hr {
    border-top-color: #babcbf
}

.alert-secondary .alert-link {
    color: #303336
}

.alert-success {
    color: #256734;
    background-color: #c3ddc9;
    border-color: #b4d7bc
}

.alert-success hr {
    border-top-color: #a3cead
}

.alert-success .alert-link {
    color: #184121
}

.alert-info {
    color: #1c6470;
    background-color: #c0dce0;
    border-color: #afd6dc
}

.alert-info hr {
    border-top-color: #9dcdd4
}

.alert-info .alert-link {
    color: #124047
}

.alert-warning {
    color: #947413;
    background-color: #eee2bd;
    border-color: #f0dfaa
}

.alert-warning hr {
    border-top-color: #ecd794
}

.alert-warning .alert-link {
    color: #67510d
}

.alert-danger {
    color: #822b34;
    background-color: #e7c6c9;
    border-color: #e6b7bc
}

.alert-danger hr {
    border-top-color: #dfa4aa
}

.alert-danger .alert-link {
    color: #5c1e25
}

.alert-light {
    color: #919192;
    background-color: #ededed;
    border-color: #eee
}

.alert-light hr {
    border-top-color: #e1e1e1
}

.alert-light .alert-link {
    color: #777779
}

.alert-dark {
    color: #2b2e31;
    background-color: #c6c7c8;
    border-color: #b7b9ba
}

.alert-dark hr {
    border-top-color: #aaacae
}

.alert-dark .alert-link {
    color: #131516
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #eaeaea;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(234, 234, 234, 0.15) 25%, transparent 25%, transparent 50%, rgba(234, 234, 234, 0.15) 50%, rgba(234, 234, 234, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #eaeaea;
    border: 1px solid rgba(33, 33, 33, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #eaeaea
}

.list-group-item.active {
    z-index: 2;
    color: #eaeaea;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #105094;
    background-color: #a8cbf0
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #105094;
    background-color: #92beec
}

.list-group-item-primary.list-group-item-action.active {
    color: #eaeaea;
    background-color: #105094;
    border-color: #105094
}

.list-group-item-secondary {
    color: #484d51;
    background-color: #c7c9cb
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #484d51;
    background-color: #babcbf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #eaeaea;
    background-color: #484d51;
    border-color: #484d51
}

.list-group-item-success {
    color: #256734;
    background-color: #b4d7bc
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #256734;
    background-color: #a3cead
}

.list-group-item-success.list-group-item-action.active {
    color: #eaeaea;
    background-color: #256734;
    border-color: #256734
}

.list-group-item-info {
    color: #1c6470;
    background-color: #afd6dc
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1c6470;
    background-color: #9dcdd4
}

.list-group-item-info.list-group-item-action.active {
    color: #eaeaea;
    background-color: #1c6470;
    border-color: #1c6470
}

.list-group-item-warning {
    color: #947413;
    background-color: #f0dfaa
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #947413;
    background-color: #ecd794
}

.list-group-item-warning.list-group-item-action.active {
    color: #eaeaea;
    background-color: #947413;
    border-color: #947413
}

.list-group-item-danger {
    color: #822b34;
    background-color: #e6b7bc
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #822b34;
    background-color: #dfa4aa
}

.list-group-item-danger.list-group-item-action.active {
    color: #eaeaea;
    background-color: #822b34;
    border-color: #822b34
}

.list-group-item-light {
    color: #919192;
    background-color: #eee
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #919192;
    background-color: #e1e1e1
}

.list-group-item-light.list-group-item-action.active {
    color: #eaeaea;
    background-color: #919192;
    border-color: #919192
}

.list-group-item-dark {
    color: #2b2e31;
    background-color: #b7b9ba
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2b2e31;
    background-color: #aaacae
}

.list-group-item-dark.list-group-item-action.active {
    color: #eaeaea;
    background-color: #2b2e31;
    border-color: #2b2e31
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #212121;
    text-shadow: 0 1px 0 #eaeaea;
    opacity: .5
}

.close:hover {
    color: #212121;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(234, 234, 234, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(33, 33, 33, 0.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(234, 234, 234, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #eaeaea;
    background-clip: padding-box;
    border: 1px solid rgba(33, 33, 33, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #212121
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #c4c4c4;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #c4c4c4;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #212121
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #212121
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #212121
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #212121
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #eaeaea;
    text-align: center;
    background-color: #212121;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #eaeaea;
    background-clip: padding-box;
    border: 1px solid rgba(33, 33, 33, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(33, 33, 33, 0.25)
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #eaeaea
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(33, 33, 33, 0.25)
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #eaeaea
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(33, 33, 33, 0.25)
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #eaeaea
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #e2e2e2
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(33, 33, 33, 0.25)
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #eaeaea
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #e2e2e2;
    border-bottom: 1px solid #d6d6d6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #eaeaea;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #eaeaea;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23eaeaea' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23eaeaea' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #eaeaea;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #eaeaea;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #eaeaea !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #c4c4c4 !important
}

.border-top {
    border-top: 1px solid #c4c4c4 !important
}

.border-right {
    border-right: 1px solid #c4c4c4 !important
}

.border-bottom {
    border-bottom: 1px solid #c4c4c4 !important
}

.border-left {
    border-left: 1px solid #c4c4c4 !important
}

.Yborder-top {
    border-top: 1px solid #000 !important
}

.Yborder-tGrey {
    border-top: 1px solid #D3D5DA !important;
    width: auto
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #eaeaea !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(33, 33, 33, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(33, 33, 33, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #eaeaea !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(33, 33, 33, 0.5) !important
}

.text-white-50 {
    color: rgba(234, 234, 234, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #212121
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #eaeaea !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #c4c4c4 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #c4c4c4
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #c4c4c4
    }
}

/*!
 * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
.subPageTop.-tutorial {
    padding: 0
}

.tutorialTop {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    padding: 54px 0 130px
}

.tutorialTop__btn {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-family: "notokr-medium";
    font-weight: normal
}

.tutorialTop__btn i {
    color: #2a70c5;
    margin-left: 7px
}

.tutorialTop__left {
    text-align: left
}

.tutorialTop__left h3 {
    font-size: 38px;
    font-family: "notokr-bold";
    font-weight: normal;
    color: #333333;
    line-height: 48px
}

.tutorialTop__right {
    padding-top: 55px
}

.tutorialTop__right .dp-inline table {
    border-collapse: collapse
}

.tutorialTop__right .dp-inline table th {
    font-size: 16px;
    border-bottom: 2px solid #000;
    text-align: left;
    color: #777777;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 0
}

.tutorialTop__right .dp-inline table td {
    font-size: 26px;
    text-align: right;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    font-weight: bold;
    color: #333333
}

.tutorialTop__right .dp-inline table td .total {
    color: #2a70c5
}

.tutorialTop__right .btn.-sizeS {
    position: absolute;
    right: 0;
    top: 60px;
    border: 1px solid #868686;
    padding: 0 25px;
    min-width: 75px;
    line-height: 30px;
    height: 30px;
    font-size: 15px
}

.tutorialTop .dp-inline + .dp-inline {
    margin-left: 50px
}

.tutorial {
    width: 1100px
}

.tutorial .storage {
    margin-top: 45px
}

.tutorial .storage__title {
    position: relative
}

.tutorial .storage__title h3 {
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    display: inline-block
}

.tutorial .storage__title .btn {
    position: absolute;
    right: 0;
    bottom: -9px;
    font-size: 16px;
    border: 1px solid #868686
}

.tutorial .storageBox {
    width: 365px;
    min-height: 386px;
    margin-bottom: 40px
}

.tutorial .storageBoxWrap {
    margin-top: 20px
}

.tutorial .storageBox__title {
    display: flex;
    justify-content: space-between
}

.tutorial .storageBox__name i {
    color: #54759c;
    font-size: 15px
}

.tutorial .storageBox__name p {
    font-size: 26px;
    font-family: "notokr-bold";
    font-weight: normal
}

.tutorial .storageBox__btn {
    background: #333333;
    width: 100%;
    color: #fff;
    line-height: 46px;
    border-radius: 6px;
    margin-top: 20px
}

.tutorial .storageBox__temp span {
    display: inline-block;
    width: 35px;
    color: #999;
    font-size: 15px;
    font-family: "notokr-light";
    font-weight: normal;
    margin-left: 10px
}

.tutorial .storageBox__temp strong {
    display: inline-block;
    text-align: right;
    min-width: 40px
}

.tutorial .storageBox__temp .temp:before {
    content: "";
    background: url("../images/tutorial/icon_temp.png");
    display: inline-block;
    width: 23px;
    height: 25px;
    vertical-align: middle
}

.tutorial .storageBox__temp .hum {
    margin-top: 5px
}

.tutorial .storageBox__temp .hum:before {
    content: "";
    background: url("../images/tutorial/icon_hum.png");
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle
}

.tutorial .storageBox__data {
    border-top: 1px dashed #d6d6d6;
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse
}

.tutorial .storageBox__data td {
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    text-align: right
}

.tutorial .storageBox__data th {
    border-bottom: 1px solid #e2e2e2;
    font-size: 17px;
    font-weight: bold
}

.tutorial .storageBox__data tr:last-child td, .tutorial .storageBox__data tr:last-child th {
    border-bottom: 0
}

.tutorial .storageBox__data .day {
    font-size: 13px;
    display: inline-block;
    color: #696969;
    border: 1px solid #696969;
    border-radius: 10px;
    line-height: 21px;
    padding: 0 12px;
    font-weight: bold
}

.tutorial .storageBox__data .day.-red {
    color: #d15e18;
    border-color: #d15e18
}

.tutorial .storageBox.-rBox {
    padding: 40px
}

.tutorial .storageBox.-tomato {
    background: url("../images/tutorial/top_tm.jpg") no-repeat;
    background-position: left top
}

.tutorial .storageBox.-straw {
    background: url("../images/tutorial/top_st.jpg") no-repeat;
    background-position: left top
}

.tutorial .storageBox.-paprika {
    background: url("../images/tutorial/top_pa.jpg") no-repeat;
    background-position: left top
}

.tutorial .storageStandard {
    background: #F6F6F6;
    display: flex;
    padding: 30px 40px;
    border-radius: 5px;
    margin-top: 30px
}

.tutorial .storageStandard .dp-inline {
    width: 310px
}

.tutorial .storageStandard .dp-inline + .dp-inline {
    margin-left: 40px
}

.tutorial .storageStandard table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse
}

.tutorial .storageStandard table td, .tutorial .storageStandard table th {
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0
}

.tutorial .storageStandard table th {
    font-weight: bold;
    color: #696969;
    text-align: left
}

.tutorial .storage .slick-list {
    padding: 10px 0
}

.tutorial .storage .slick-slide {
    margin-left: 5px;
    margin-right: 5px
}

.tutorial .market {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.tutorial .market .-rBox {
    width: 536px;
    min-height: 328px;
    padding: 40px;
    margin-top: 20px
}

.tutorial .market .-rBox table {
    width: 100%
}

.tutorial .market__title {
    position: relative
}

.tutorial .market__title h3 {
    font-size: 24px;
    font-family: "notokr-medium";
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.tutorial .market__title span {
    color: #999999;
    font-weight: 300;
    font-size: 14px
}

.tutorial .market__title .btnSmall {
    width: 82px;
    border-radius: 5px;
    color: #737373;
    font-size: 13px;
    border: 1px solid #737373;
    line-height: 25px;
    position: absolute;
    right: 0;
    bottom: 5px
}

.tutorial .marketPrice .price_icon {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #777777;
    margin-top: 3px
}

.tutorial .marketPrice .price_icon:after {
    display: inline-block;
    content: "▲";
    color: #D05E18
}

.tutorial .marketPrice .price_icon.-down:after {
    content: "▼";
    color: #323232
}

.tutorial .marketPrice table {
    border-collapse: collapse
}

.tutorial .marketPrice table thead th {
    border-bottom: 1px solid #222222;
    font-size: 15px;
    color: #222222;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px
}

.tutorial .marketPrice table tbody th {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    padding: 19px 0
}

.tutorial .marketPrice table tbody td {
    text-align: right;
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    padding: 17px 0
}

.tutorial .marketRanking .-rBox {
    display: flex
}

.tutorial .marketRanking .half {
    width: 50%
}

.tutorial .marketRanking .half__tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px
}

.tutorial .marketRanking .half table {
    border-collapse: collapse
}

.tutorial .marketRanking .half table thead th {
    background: #f6f6f6;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 26px 0;
    font-weight: bold
}

.tutorial .marketRanking .half table thead strong {
    color: #2d71c4
}

.tutorial .marketRanking .half table tbody td {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2
}

.tutorial .-rBox {
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3)
}

.tutorial .house {
    margin-top: -270px;
    padding-top: 70px
}

.tutorial .house__title {
    display: inline-block;
    vertical-align: top
}

.tutorial .house__title h3 {
    font-size: 24px;
    font-weight: bold
}

.tutorial .houseList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.tutorial .houseItem {
    width: 349px;
    height: 420px;
    margin-bottom: 50px;
    padding: 45px 30px 0;
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
    border-radius: 12px;
    overflow: hidden
}

.tutorial .houseItem .btn {
    background: #fff;
    border: 1px solid #fff;
    color: #696969;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    min-width: 105px;
    vertical-align: middle;
    padding: 0;
    font-family: "notokr-medium";
    font-weight: normal
}

.tutorial .houseItem .btn + .btn {
    margin-left: 6px
}

.tutorial .houseItem__txt {
    color: #fff;
    margin-top: 20px
}

.tutorial .houseItem__txt p {
    font-size: 24px
}

.tutorial .houseItem__txt i {
    font-size: 14px;
    font-family: "notokr-medium";
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    display: block
}

.tutorial .houseItem__txt small {
    font-size: 14px
}

.tutorial .houseItem__txt small + i {
    margin-top: 20px
}

.tutorial .houseItem__txt h4 {
    font-size: 20px;
    margin-top: 60px
}

.tutorial .houseItem__txt .num {
    font-family: "notokr-medium";
    font-weight: normal;
    font-size: 22px
}

.tutorial .houseItem__title {
    font-size: 20px;
    color: #fff
}

.tutorial .houseItem__title small {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8)
}

.tutorial .houseItem__title strong {
    font-family: "notokr-black";
    font-weight: normal;
    font-size: 24px
}

.tutorial .houseItem__bgTxt {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 40px;
    width: 100%
}

.tutorial .houseItem__bgTxt i {
    font-size: 15px;
    color: #54759c
}

.tutorial .houseItem__bgTxt .fa-chevron-right {
    margin-left: 7px
}

.tutorial .houseItem__bgTxt p {
    font-size: 20px;
    font-family: "notokr-black";
    font-weight: normal;
    margin-top: 3px;
    color: #3a3a3a
}

.tutorial .houseItem__bgTxt .txtBtn {
    font-size: 15px;
    margin-top: 20px
}

.tutorial .houseItem .percircle {
    right: 30px;
    top: 40px;
    background: rgba(0, 0, 0, 0.3)
}

.tutorial .houseItem.-tomato {
    background: url("../images/tutorial/bg_tm.png")
}

.tutorial .houseItem.-tomato .percircle:after {
    background: #6f53da
}

.tutorial .houseItem.-straw {
    background: url("../images/tutorial/bg_st.png")
}

.tutorial .houseItem.-straw .percircle:after {
    background: #e95f49
}

.tutorial .houseItem.-paprika {
    background: url("../images/tutorial/bg_pa.png")
}

.tutorial .houseItem.-paprika .percircle:after {
    background: #7aaa1d
}

.tutorial .houseItem__btn {
    position: absolute;
    bottom: 35px
}

.tutorial .house .line__bg {
    margin-top: 35px;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: hidden
}

.tutorial .house .line__bg .bar {
    background: #2be7e7;
    height: 100%
}

.tutorial .house .line__txt {
    font-size: 0;
    position: relative;
    margin-top: 7px
}

.tutorial .house .line__txt li {
    display: inline-block;
    width: 10%;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}

.tutorial .house .line__txt li + li:before {
    content: "";
    width: 1px;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block
}

.tutorial .house .line__txt li:last-child:after {
    content: "10,000";
    display: inline-block;
    position: absolute;
    right: -8px
}

.tutorial .house .slick-slide {
    width: 349px;
    margin-left: 12px;
    margin-right: 12px
}

.tutorial .slick-next {
    background: url("../images/tutorial/gate_arrow.png");
    font-size: 0;
    width: 10px;
    height: 17px;
    right: -30px
}

.tutorial .slick-next:hover {
    background: url("../images/tutorial/gate_arrow_on.png");
    transform: rotate(180deg)
}

.tutorial .slick-prev, .tutorial .slick-next {
    position: absolute;
    bottom: 245px;
    z-index: 1000
}

.tutorial .slick-prev {
    background: url("../images/tutorial/gate_arrow.png");
    transform: rotate(180deg);
    font-size: 0;
    width: 10px;
    height: 17px;
    left: -30px
}

.tutorial .slick-prev:hover {
    background: url("../images/tutorial/gate_arrow_on.png");
    transform: rotate(0deg)
}

.tutorial .slick-dots {
    bottom: -25px;
    height: 60px;
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 15px;
    padding: 0
}

.tutorial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    padding: 0;
    cursor: pointer
}

.tutorial .slick-dots li .slick-active button:before {
    opacity: .75;
    color: #000000
}

.tutorial .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.tutorial .slick-dots li button:before {
    font-size: 2.7rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .75;
    color: #dce3e8
}

.dp-inline {
    display: inline-block
}

.-gate_l .layerPopup__inner {
    width: 1100px
}

.-gate_l .moviePopup__top {
    background: #000
}

.-gate_l .moviePopup__top .moviePopup__tit {
    font-size: 20px
}

.-gate_l .moviePopup__content {
    padding: 40px
}

.-gate_l .moviePopup__content.-store h3 {
    text-align: center;
    font-size: 30px;
    font-family: "notokr-bold";
    font-weight: normal
}

.-gate_l .moviePopup__content.-store .tableWrap {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222
}

.-gate_l .moviePopup__content.-store table {
    width: 100%;
    border-collapse: collapse
}

.-gate_l .moviePopup__content.-store table thead {
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-store table thead th {
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_l .moviePopup__content.-store table td, .-gate_l .moviePopup__content.-store table th {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 15px 30px
}

.-gate_l .moviePopup__content.-store table td:last-child, .-gate_l .moviePopup__content.-store table th:last-child {
    border-right: 0
}

.-gate_l .moviePopup__content.-store table tbody.alignLeft th {
    text-align: center;
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-store .tit {
    font-size: 17px;
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_l .moviePopup__content.-store .desc {
    color: #999
}

.-gate_l .moviePopup__content.-ship .tableWrap {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222
}

.-gate_l .moviePopup__content.-ship table {
    width: 100%;
    border-collapse: collapse
}

.-gate_l .moviePopup__content.-ship table thead {
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-ship table thead th {
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_l .moviePopup__content.-ship table tbody th {
    background: #f8f8f8
}

.-gate_l .moviePopup__content.-ship table td, .-gate_l .moviePopup__content.-ship table th {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 15px 0
}

.-gate_l .moviePopup__content.-ship table td:last-child, .-gate_l .moviePopup__content.-ship table th:last-child {
    border-right: 0
}

.-gate_l .moviePopup__content.-ship table td[rowspan] {
    border-left: 1px solid #e2e2e2
}

.-gate_l .moviePopup__content.-ship table .total {
    font-size: 28px;
    font-family: "notokr-black";
    font-weight: normal;
    color: #2d71c4
}

.-gate_l .moviePopup__content.-ship .dp-flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.-gate_l .moviePopup__content.-ship .dp-flex .inp {
    width: 135px;
    min-width: 135px;
    height: 30px
}

.-gate_l .moviePopup__content.-ship .dp-flex .-sizeS {
    min-width: 80px;
    padding: 0
}

.-gate_l .moviePopup__content.-ship .term {
    display: flex;
    color: #d15e18;
    font-size: 13px;
    font-family: "notokr-bold";
    font-weight: normal;
    align-items: center;
    justify-content: center
}

.-gate_l .moviePopup__content.-ship .term .day {
    border-radius: 16px;
    border: 1px solid #d15e18;
    padding: 3px 15px
}

.-gate_l .moviePopup__content.-ship .term .kg {
    margin-left: 7px
}

.-gate_l .moviePopup__content.-ship .term .kg:after {
    content: "▼";
    color: #323232;
    margin-left: 3px
}

.-gate_l .moviePopup__content.-ship .tabs__btn {
    color: #222
}

.-gate_l .moviePopup__content.-ship .tabs__btn.-active {
    background: #2d71c4;
    color: #fff
}

.-gate_s .layerPopup__inner {
    width: 500px
}

.-gate_s .moviePopup__top {
    background: #000;
    justify-content: center
}

.-gate_s .moviePopup__top .moviePopup__tit {
    font-size: 32px
}

.-gate_s .moviePopup__content {
    padding: 40px
}

.-gate_s .moviePopup__content h3 {
    font-size: 22px;
    font-family: "notokr-bold";
    font-weight: normal
}

.-gate_s .-boxSale {
    text-align: center
}

.-gate_s .-boxSale .imgBox {
    margin: 45px 0 35px
}

.-gate_s .-boxSale .grayBox table {
    width: 100%;
    border-collapse: collapse
}

.-gate_s .-boxSale .grayBox table thead th {
    font-family: "notokr-bold";
    font-weight: normal;
    border-bottom: 1px solid #131313;
    padding: 10px 0
}

.-gate_s .-boxSale .grayBox table tbody tr:first-of-type td {
    padding: 20px 0 10px
}

.-gate_s .-boxSale .grayBox table tbody td {
    font-size: 14px;
    padding: 10px 0
}

.-gate_s .grayBox {
    background: #f6f6f6;
    padding: 20px
}

.-gate_s .grayBox h4 {
    font-size: 16px
}

.-gate_s .-house h3 {
    text-align: center
}

.-gate_s .-house .imgBox {
    text-align: center;
    margin: 35px 0 30px
}

.-gate_s .-house .grayBox {
    text-align: left
}

.-gate_s .-house .desc {
    color: #999;
    margin-top: 15px;
    font-family: "notokr-medium";
    font-weight: normal
}

.-gate_s .-house .dp-inline {
    vertical-align: top
}

.-gate_s .-house .dp-inline + .dp-inline {
    margin-left: 15px
}

.-gate_s .-house .dp-inline ul {
    margin-top: 20px
}

.-gate_s .-house .dp-inline ul li {
    font-size: 14px
}

.-gate_s .-house .dp-inline ul li + li {
    margin-top: 10px
}

.-gate_s .houseBg {
    position: relative;
    width: 340px;
    height: 223px;
    margin: 60px auto 0
}

.-gate_s .houseBg .item {
    background: url("../images/tutorial/pop_house_bg.png");
    width: 132px;
    height: 102px;
    position: absolute
}

.-gate_s .houseBg .item.-n01 {
    bottom: 0
}

.-gate_s .houseBg .item.-n02 {
    bottom: 15px;
    left: 26px
}

.-gate_s .houseBg .item.-n03 {
    bottom: 30px;
    left: 52px
}

.-gate_s .houseBg .item.-n04 {
    bottom: 45px;
    left: 78px
}

.-gate_s .houseBg .item.-n05 {
    bottom: 60px;
    left: 104px
}

.-gate_s .houseBg .item.-n06 {
    bottom: 75px;
    left: 130px
}

.-gate_s .houseBg .item.-n07 {
    bottom: 90px;
    left: 156px
}

.-gate_s .houseBg .item.-n08 {
    bottom: 105px;
    left: 182px
}

.-gate_s .houseBg .item.-n09 {
    bottom: 120px;
    left: 208px
}

.-gate_s .houseBg .item.-n10 {
    bottom: 135px;
    left: 234px
}

.-gate_s .houseBg .item.-active {
    background: url("../images/tutorial/pop_house_active.png");
    z-index: 10
}

.-gate_s .btnControl {
    display: flex;
    justify-content: center
}

.-gate_s .btnControl .btn {
    width: 50%;
    border: 1px solid #868686
}

.-gate_s .btnControl .btn + .btn {
    margin-left: 15px
}

.houseItem.-empty {
    border: 1px solid #d0d0d0
}

.houseItem.-empty, .storageBox.-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.houseItem.-empty p, .storageBox.-empty p {
    color: #d0d0d0
}

/*# sourceMappingURL=style.css.map */
