@font-face {
    font-family: "Noto Sans KR";
    font-weight: 400;
    src: url("/fonts/notosanskr-regular.woff2") format("woff2"), url("/fonts/notosanskr-regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: url("/fonts/notosanskr-medium.woff2") format("woff2"), url("/fonts/notosanskr-medium.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url("/fonts/notosanskr-bold.woff2") format("woff2"), url("/fonts/notosanskr-bold.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    font-family: "Noto Sans KR", sans-serif;
    letter-spacing: -1px;
    outline: none !important;
    word-break: break-all;
}
*:focus {
    outline: none;
}
*::selection {
    background-color: #000;
    color: #fff;
}
html,
body {
    width: 100%;
    min-width: 1600px;
    height: 100%;
    float: left;
    color: #000;
    font-size: 14px;
}
#wrap {
    width: 100%;
    height: 100%;
    float: left;
}
#edit01 {
    opacity: 0;
}

.span_guide {
    font-size: 13px;
    color: #999;
    line-height: 40px;
    margin-left: 15px;
}

/* 버튼 */
.typeBtn {
    width: 150px;
    height: 40px;
    line-height: 38px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #666;
    background-color: #666;
    color: #fff;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.typeBtn.small {
    width: 120px;
    font-size: 13px;
}
.typeBtn > i {
    margin-right: 6px;
}
.typeBtn.disable {
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #fff;
    cursor: default;
}

.btnBlack01 {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.btnBlack02 {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.btnWhite01 {
    border: 1px solid #fff;
    background-color: #fff;
    color: #aaa;
}
.btnWhite02 {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #aaa;
}
.btnRed01 {
    border: 1px solid #dc3333;
    background-color: #dc3333;
    color: #fff;
}
.btnRed02 {
    border: 1px solid #dc3333;
    background-color: #fff;
    color: #dc3333;
}
.btnOrange01 {
    border: 1px solid #ff7818;
    background-color: #ff7818;
    color: #fff;
}
.btnOrange02 {
    border: 1px solid #ff7818;
    background-color: #fff;
    color: #ff7818;
}
.btnYellow01 {
    border: 1px solid #ffd048;
    background-color: #ffd048;
    color: #333;
}
.btnYellow02 {
    border: 1px solid #ffd048;
    background-color: #fff;
    color: #ffd048;
}
.btnGreen01 {
    border: 1px solid #207244;
    background-color: #207244;
    color: #fff;
}
.btnGreen02 {
    border: 1px solid #207244;
    background-color: #fff;
    color: #207244;
}
.btnGray01 {
    border: 1px solid #999;
    background-color: #999;
    color: #fff;
}
.btnGray02 {
    border: 1px solid #999;
    background-color: #fff;
    color: #999;
}

/* 엘리먼트 초기화 */
a {
    color: #000;
    text-decoration: none;
}
img {
    vertical-align: bottom;
}
ul,
li {
    list-style: none;
}
button {
    border: 0;
    cursor: pointer;
}
label {
    cursor: pointer;
}
table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}
tspan {
    letter-spacing: -0.5px !important;
}

i.click {
    cursor: pointer;
}

.bb-tooltip {
    table-layout: auto;
}

/* 스크롤바 커스텀 */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #aaa;
    border: 1px solid #f5f5f5;
}

/* 체크박스 커스텀 */
input[type="checkbox"] {
    display: none;
}
label.ch {
    font-size: 15px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
label.ch > .on {
    display: none;
    color: #3366cc;
}
label.ch > .off {
    display: inline-block;
    color: #ccc;
}

input[type="checkbox"]:checked + label.ch > .on {
    display: inline-block;
}
input[type="checkbox"]:checked + label.ch > .off {
    display: none;
}

/* 라디오박스 커스텀 */
input[type="radio"] {
    display: none;
}
.radioBox {
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin-right: 15px;
}
.radioBox > i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.radioBox > .on {
    color: #3366cc;
    display: none;
}
.radioBox > .off {
    color: #ccc;
    display: inline;
}
.radioBox {
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #666;
}

input[type="radio"]:checked + .radioBox > i.on {
    display: inline;
}
input[type="radio"]:checked + .radioBox > i.off {
    display: none;
}

/* 파일업로드 커스텀 */
input[type="file"] {
    display: none;
}

/* float 값 */
.left {
    float: left;
}
.right {
    float: right;
}

/* se2 */
.se2Plugin {
    height: 350px;
    vertical-align: top;
}
.se2Plugin > textarea {
    opacity: 0;
}
.se2Plugin > iframe {
    height: 349px !important;
}

/* txtBox */
select.txtBox {
    min-width: 140px;
    height: 35px;
    float: left;
    color: #666;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    letter-spacing: -0.5px;
}
select.listSet {
    width: 140px;
    height: 35px;
    float: left;
    color: #666;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    letter-spacing: -0.5px;
}
input.txtBox {
    width: 100%;
    height: 35px;
    float: left;
    color: #666;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    letter-spacing: -0.5px;
}
textarea.txtBox {
    width: 100%;
    height: 100px;
    float: left;
    color: #666;
    border: 1px solid #e1e1e1;
    padding: 10px;
    letter-spacing: -0.5px;
    resize: vertical;
}

.txtBox::placeholder {
    color: #ccc;
}
.txtBox::-webkit-input-placeholder {
    color: #ccc;
}
.txtBox::-ms-input-placeholder {
    color: #ccc;
}
.txtBox::-mos-input-placeholder {
    color: #ccc;
}
.txtBox:focus {
    border: 1px solid #ccc;
}
.txtBox::-webkit-scrollbar {
    background-color: #fff;
}

/* 드래그 금지 */
.drag {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.drag * {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* letter spacing */
.lp05 {
    letter-spacing: -0.5px;
}
.lp05 * {
    letter-spacing: -0.5px;
}

/* loading */
#loadingWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
#loadingWrap > #loading {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: loading 1s ease-in-out infinite;
    -webkit-animation: loading 1s ease-in-out infinite;
}

@keyframes loading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* toggle */
label.toggle {
    cursor: pointer;
    background-color: #eee;
    width: 60px;
    height: 30px;
    float: left;
    transition: all 0.5s;
    padding: 5px 7px;
    border-radius: 25px;
}
label.toggle > div {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    float: left;
    transition: all 0.5s;
    left: 0;
}
input.toggle {
    display: none;
}
input.toggle:checked + label.toggle {
    background-color: #2790ff;
}
input.toggle:checked + label.toggle > div {
    left: 26px;
}

/* 팝업 영역 */
#popupWrap {
    width: 100%;
    height: calc(100% - 95px);
    float: left;
    overflow: auto;
    padding: 30px 50px;
}
#popupBtnWrap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 30px 0;
    background-color: #fff;
    z-index: 10;
    text-align: center;
}
#popupBtnWrap > * {
    display: inline-block;
    float: none !important;
    margin: 0 1px;
}

#popupWrap .guideWrap {
    width: 100%;
    float: left;
    margin-top: 80px;
}
#popupWrap .guideWrap > div {
    width: 100%;
    display: table;
    background-color: #efefef;
}
#popupWrap .guideWrap > div > * {
    display: table-cell;
    vertical-align: middle;
}

#popupWrap .guideWrap > div > .iconWrap {
    width: 220px;
    text-align: center;
    color: #fff;
    font-size: 45px;
}
#popupWrap .guideWrap > div > .conWrap {
    padding: 30px 0;
}
#popupWrap .guideWrap > div > .conWrap > li {
    float: left;
}
#popupWrap .guideWrap > div > .conWrap > li.basic {
    width: 100%;
    color: #646464;
    font-size: 13px;
}
#popupWrap .guideWrap > div > .conWrap > li.basic > span {
    font-weight: 500;
}

/* 미니 가이드 */
.miniGuideWrap {
    display: inline-block;
    margin-left: 5px;
    text-align: left !important;
}
.miniGuideWrap > .guideBtn {
    color: #ccc;
    cursor: pointer;
}

.miniGuideWrap > div {
    position: absolute;
    width: 300px;
    left: 100%;
    top: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    z-index: 20;
    margin-left: 10px;
}
.miniGuideWrap > div > .title {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin-bottom: 2px;
}
.miniGuideWrap > div > .info {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    line-height: 18px;
    padding-left: 3px;
}

.miniGuideWrap.typeRight > div {
    right: 0;
    left: inherit;
}
.miniGuideWrap.typeRightBottom > div {
    right: 0;
    left: inherit;
    top: 100%;
}
.miniGuideWrap.typeLeftBottom > div {
    left: -100%;
    top: 100%;
}

/* minicolors */
.minicolors-theme-default .minicolors-input {
    width: 100% !important;
    height: 35px !important;
    padding-left: 36px;
}
.minicolors-theme-default .minicolors-swatch {
    top: 50% !important;
    margin-top: -9px;
    left: 9px;
}
.minicolors-position-bottom .minicolors-panel {
    top: 100% !important;
}

/* datepicker */
.ui-widget.ui-widget-content {
    border: 0 !important;
    border-radius: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    padding: 0 !important;
    overflow: hidden;
    margin-top: 5px;
    width: 220px !important;
}
.ui-datepicker .ui-datepicker-header {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #333 !important;
    padding: 8px 50px !important;
    margin: 0 !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}
.ui-datepicker table {
    margin: 5px 0 !important;
}
.ui-datepicker td a {
    text-align: center !important;
    font-weight: 500 !important;
    border: 0 !important;
    background: none !important;
    font-size: 12px !important;
    color: #333 !important;
    border-radius: 3px;
    transition: background-color 0.2s;
}
.ui-datepicker td a:hover {
    background-color: #f2f2f2 !important;
}
.ui-datepicker td span {
    text-align: center !important;
    font-weight: 500 !important;
    border: 0 !important;
    background: none !important;
    font-size: 12px !important;
    color: #ccc !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background-color: #f2f2f2 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #666 !important;
}
.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #666 !important;
}
.ui-datepicker th {
    font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: center !important;
    top: 0 !important;
}
.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
}
.ui-datepicker .ui-datepicker-next::after {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s;
}
.ui-datepicker .ui-datepicker-next:hover::after {
    opacity: 1;
}
.ui-datepicker .ui-datepicker-next > span {
    display: none !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
}
.ui-datepicker .ui-datepicker-prev::after {
    content: "\f0a8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s;
}
.ui-datepicker .ui-datepicker-prev:hover::after {
    opacity: 1;
}
.ui-datepicker .ui-datepicker-prev > span {
    display: none !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    background-color: #333 !important;
    border: 0 !important;
    top: 0 !important;
    right: 0 !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
    background-color: #333 !important;
    border: 0 !important;
    top: 0 !important;
    left: 0 !important;
}

.ui-datepicker select {
    border: none !important;
    background-color: #333 !important;
    font-weight: bold;
    color: #fff !important;
    font-size: 15px !important;
    cursor: pointer !important;
    letter-spacing: -0.5px !important;
    margin: 0 !important;
    float: left;
    width: 50% !important;
}

.ui-timepicker-standard {
    z-index: 101 !important;
    border: 0 !important;
    background: none !important;
    height: 222px !important;
}
.ui-widget.ui-widget-content.ui-timepicker {
    width: calc(100% - 0.5px) !important;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.ui-timepicker-standard a {
    font-size: 13px !important;
    letter-spacing: -0.5px;
}
.ui-timepicker-viewport::-webkit-scrollbar {
    background-color: #fff;
}

/* mediaelementplayer */
.mejs__container {
    width: 100% !important;
    height: 100% !important;
}
.mejs__layers {
    width: 100% !important;
    height: 100% !important;
}
.mejs__overlay-play {
    width: 100% !important;
    height: 100% !important;
}
.mejs__inner {
    width: 100% !important;
    height: 100% !important;
}
.mejs__inner video {
    width: 100% !important;
    height: 100% !important;
}

/* 공용상단영역 */
#headerTopWrap {
    width: 100%;
    height: 60px;
    float: left;
    overflow: hidden;
}
#wrap #headerTopWrap {
    background-color: #f6f5f3;
}

#headerTopWrap .logoWrap {
    width: 250px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerTopWrap .logoWrap > a {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerTopWrap .logoWrap > a > img {
    width: 180px;
    float: left;
}

#headerTopWrap .leftNavWrap {
    height: 100%;
    float: left;
}
#headerTopWrap .leftNavWrap > ul {
    height: 100%;
    float: left;
}
#headerTopWrap .leftNavWrap > ul > li {
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#headerTopWrap .leftNavWrap > ul > li > a {
    width: 60px;
    height: 100%;
    line-height: 60px;
    float: left;
    font-size: 17px;
    color: #000;
    text-align: center;
    opacity: 0.3;
}
#headerTopWrap .leftNavWrap > ul > li.noti {
    border-right: 0;
}
#headerTopWrap .leftNavWrap > ul > li.noti > a {
    width: auto;
    font-size: 14px;
    color: #000;
    opacity: 0.8;
    padding: 0 20px;
}
#headerTopWrap .leftNavWrap > ul > li.noti > a > b {
    float: left;
}
#headerTopWrap .leftNavWrap > ul > li.noti > a > span {
    float: left;
    margin-left: 10px;
    top: 1px;
    letter-spacing: -0.5px;
    opacity: 0.8;
}

#headerTopWrap .rightInfoWrap {
    height: 100%;
    float: left;
}
#headerTopWrap .rightInfoWrap > ul {
    height: 100%;
    float: left;
}
#headerTopWrap .rightInfoWrap > ul > li {
    height: 100%;
    float: left;
}
#headerTopWrap .rightInfoWrap > ul > .link > a {
    width: 60px;
    height: 100%;
    line-height: 60px;
    float: left;
    text-align: center;
    font-size: 16px;
    border-left: 1px solid #fff;
    color: #000;
}
#headerTopWrap .rightInfoWrap > ul > .link > a > i {
    opacity: 0.3;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo {
    padding: 0 20px;
    background-color: #fff;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .icon {
    float: left;
    height: 100%;
    line-height: 60px;
    font-size: 34px;
    color: #d1d1d1;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .info {
    float: left;
    height: 100%;
    padding: 12px 0 0 10px;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .info > .small {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .info > .big {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    top: -3px;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .info > .big > span {
    font-weight: 500;
    letter-spacing: -0.8px;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .logout {
    float: left;
    height: 100%;
    line-height: 60px;
    padding-right: 20px;
}
#headerTopWrap .rightInfoWrap > ul > .userInfo > .logout > a {
    font-size: 20px;
    color: #aaa;
}

/* 공용상단메뉴영역 */
#headerMenuWrap {
    width: 100%;
    height: 70px;
    float: left;
    background-color: #dd2121;
    z-index: 2;
}

#headerMenuWrap > .mainMenuList {
    height: 100%;
    float: left;
    text-align: center; /* padding: 0 10px; */
}
#headerMenuWrap > .mainMenuList > li {
    height: 100%;
    float: left;
    background: #dd2121;
}
#headerMenuWrap > .mainMenuList > li > a {
    height: 100%;
    line-height: 70px;
    float: left;
    color: #fff;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
}
#headerMenuWrap > .mainMenuList > li > a > i {
    margin-right: 10px;
}
#headerMenuWrap > .mainMenuList > li > a > .cnt {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    background-color: #dc3333;
    border-radius: 100%;
    margin-left: 5px;
    text-align: center;
    top: -1px;
}
#headerMenuWrap > .mainMenuList > li > a:hover {
    opacity: 1;
    color: #222;
}
#headerMenuWrap > .mainMenuList > li > a.active {
    opacity: 1;
    color: #222;
}
#headerMenuWrap > .mainMenuList > li.line {
    padding: 26px 0;
}
#headerMenuWrap > .mainMenuList > li.line > span {
    width: 0.5px;
    height: 100%;
    float: left;
}
#headerMenuWrap > .mainMenuList > li.line > span:first-of-type {
    background-color: #fff;
}
#headerMenuWrap > .mainMenuList > li.line > span:last-of-type {
    background-color: #fff;
}

#headerMenuWrap > .prDesignList {
    position: absolute;
    width: 230px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 15px;
    overflow: hidden;
    border-radius: 5px;
    transition: height 0.5s;
}
#headerMenuWrap > .prDesignList.active {
    height: 240px;
}
#headerMenuWrap > .prDesignList > .title {
    width: 100%;
    height: 40px;
    float: left;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
#wrap #headerMenuWrap > .prDesignList > .title {
    background-color: #222;
}
#headerMenuWrap > .prDesignList > .title > i {
    font-size: 16px;
    margin-right: 10px;
}
#headerMenuWrap > .prDesignList > ul {
    width: 100%;
    height: 200px;
    float: left;
    overflow-y: auto;
    background-color: #fff;
    padding: 0 5px;
}
#headerMenuWrap > .prDesignList > ul::-webkit-scrollbar {
    background-color: #fff;
}
#headerMenuWrap > .prDesignList > ul > li {
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 13px;
    color: #bbb;
    font-weight: 500;
    padding: 8px 5px;
    transition: color 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.8px;
    border-bottom: 1px solid #eee;
}
#headerMenuWrap > .prDesignList > ul > li > span {
    font-size: 12px;
    color: #ccc !important;
}
#headerMenuWrap > .prDesignList > ul > li:last-of-type {
    border-bottom: 0;
}
#headerMenuWrap > .prDesignList > ul > li > i {
    margin-right: 7px;
    left: 0;
    transition: left 0.5s;
}
#headerMenuWrap > .prDesignList > ul > li:hover {
    color: #333;
}
#headerMenuWrap > .prDesignList > ul > li:hover > i {
    left: 4px;
}

#headerMenuWrap > .subMenuControlWrap {
    width: 250px;
    height: 100%;
    float: left;
    background-color: #222;
    padding: 20px 80px;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn {
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
    background-color: #dd2121;
    border-radius: 50px;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn > .span {
    width: 50%;
    height: 100%;
    line-height: 30px;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: center;
    transition: opacity 0.5s;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn > .span.on {
    opacity: 1;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn > .span.off {
    opacity: 0;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn > .icon {
    position: absolute;
    width: 55%;
    height: 100%;
    line-height: 30px;
    left: 40px;
    top: 0;
    text-align: center;
    border-radius: 50px;
    color: #b6b6b4;
    background: #fff;
    font-size: 14px;
    z-index: 2;
    transition: left 0.5s;
}
#wrap #headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn > .icon {
    background-color: #fff;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn.active > .icon {
    left: 0;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn.active > .span.on {
    opacity: 0;
}
#headerMenuWrap > .subMenuControlWrap > .subMenuControlBtn.active > .span.off {
    opacity: 0.5;
}

/* 서브메뉴영역 */
#subMenuWrap {
    width: 250px;
    transition: width 0.5s;
    overflow: hidden;
}
#subMenuWrap.active {
    width: 0;
}
#subMenuWrap > div {
    width: 250px;
    float: left;
}
#subMenuWrap .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #222;
}

#subMenuWrap .mainMenuTitle {
    width: 100%;
    height: 60px;
    float: left;
    z-index: 2;
}
#wrap #subMenuWrap .mainMenuTitle {
    background-color: #fdcb2a;
}
#subMenuWrap .mainMenuTitle > span {
    width: 100%;
    height: 100%;
    float: left;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background-color: #dd2121;
}

#subMenuWrap .subListWrap {
    width: 100%;
    float: left;
    z-index: 2;
}
#subMenuWrap .subListWrap > li {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}
#subMenuWrap .subListWrap > li > a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    float: left;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 0 35px;
    color: #fff;
}
#wrap #subMenuWrap .subListWrap > li > a {
    color: #fff;
}
#wrap #subMenuWrap .subListWrap > li.active > a {
    color: #dd2121;
}
#subMenuWrap .subListWrap > li > a > i {
    line-height: 55px;
    float: right;
    opacity: 0.8;
    font-size: 10px;
    right: -15px;
}
#subMenuWrap .subListWrap > li > a > span {
    font-size: 14px;
    font-weight: 500;
    float: left;
}
#subMenuWrap .subListWrap > li > a > .cnt {
    width: auto;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #dc3333;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: -9px;
    font-size: 11px;
    margin-left: 10px;
    padding: 0 5px;
}

#subMenuWrap .secListWrap {
    width: 100%;
    float: left;
    max-height: 400px;
    overflow-y: auto;
}
#subMenuWrap .secListWrap > li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#subMenuWrap .secListWrap > li:last-of-type {
    border-bottom: 0;
}
#subMenuWrap .secListWrap > li > a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    background-color: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    font-weight: 500;
    padding-left: 45px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#wrap #subMenuWrap .secListWrap > li.active > a {
    color: #dd2121;
}
#subMenuWrap .secListWrap > li > a > span {
    float: left;
}
#subMenuWrap .secListWrap > li > a > .cnt {
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #dc3333;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: -7.5px;
    font-size: 10px;
    margin-left: 10px;
}

/* 콘텐츠영역 */
#mainContentsWrap {
    width: 100%;
    float: left;
    min-height: calc(101% - 130px);
    display: table;
    table-layout: fixed;
}
#mainContentsWrap > div {
    display: table-cell;
    vertical-align: top;
}

/* 네비게이션영역 */
#mainContentsWrap > .contentsWrap > .pageNavigationWrap {
    width: 100%;
    height: 70px;
    float: left;
    background-color: #fff;
    border-bottom: 10px solid #eee;
}
#mainContentsWrap > .contentsWrap > .pageNavigationWrap > ul {
    height: 100%;
    float: left;
}
#mainContentsWrap > .contentsWrap > .pageNavigationWrap > ul > li {
    height: 100%;
    float: left;
    border-right: 1px solid #eee;
}
#mainContentsWrap > .contentsWrap > .pageNavigationWrap > ul > li > a {
    height: 100%;
    line-height: 60px;
    float: left;
    padding: 0 22px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
#mainContentsWrap > .contentsWrap > .pageNavigationWrap > ul > li > a > i {
    font-size: 15px;
}
#mainContentsWrap > .contentsWrap > .pageNavigationWrap > ul > li > a > .rightIcon {
    font-size: 13px;
    margin-left: 15px;
    color: #999;
}

/* 네비게이션 정보영역 */
#paginNavigationInfoWrap > .section {
    padding: 25px 20px !important;
}
#paginNavigationInfoWrap > .section > .title {
    height: 18px;
    line-height: 18px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
}
#paginNavigationInfoWrap > .section > .info {
    height: 18px;
    line-height: 18px;
    float: left;
    font-weight: 500;
    font-size: 13px;
    color: #999;
    margin-left: 7px;
}

/* 네비게이션 탭메뉴영역 */
#tabMenuWrap {
    width: 100%;
    float: left;
    padding: 15px 0 0 45px;
    border-bottom: 1px solid #eee;
}
#tabMenuWrap > ul {
    width: 100%;
    float: left;
}
#tabMenuWrap > ul > li {
    float: left;
}
#tabMenuWrap > ul > li > a {
    float: left;
    z-index: 2;
    top: 1px;
    font-weight: bold;
    font-size: 15px;
    color: #ccc;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    padding: 15px 40px;
}

/* 섹션 */
#mainContentsWrap > .contentsWrap .sectionBox {
    width: 100%;
    float: left;
    border-bottom: 10px solid #eee;
}
#mainContentsWrap > .contentsWrap .sectionBox:last-of-type {
    border-bottom: 0;
}
#mainContentsWrap > .contentsWrap .sectionBox > .section {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 50px;
}

#mainContentsWrap > .contentsWrap .sectionBox.subTit {
    border-bottom: 1px solid #eee;
}
#mainContentsWrap > .contentsWrap .sectionBox.subTit > .section {
    padding: 25px 50px;
}
#mainContentsWrap > .contentsWrap .sectionBox.subTit > .section > .big {
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
#mainContentsWrap > .contentsWrap .sectionBox.subTit > .section > .small {
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
}
