@charset "UTF-8";
body {
    background: #fff;
    -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
img,
span,
menu,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
label,
button,
textarea,
blockquote,
th,
td,
p,
a,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary,
option {
    font-family: "NotoSans Regular", "맑은 고딕", "Malgun Gothic", "돋움", "dotum", "Apple SD Gothic Neo", "Arial", "Tahoma", sans-serif;
    font-size: 16px;
    color: #696969;
    line-height: 1.6;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::placeholder {
    opacity: 0.75;
    color: #fff;
}
input::-webkit-input-placeholder {
    opacity: 0.75;
    color: #fff;
}
input:-ms-input-placeholder {
    opacity: 0.75;
    color: #fff;
}
textarea::placeholder {
    color: #b3b3b3;
}
textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}
textarea:-ms-input-placeholder {
    color: #b3b3b3;
}
#wrap {
    position: relative;
    overflow: hidden;
    min-width: 1280px;
    margin: 0 auto;
    padding-left: 260px;
}
#container {
    min-height: calc(100vh - 90px);
}
#contents {
    position: relative;
    width: 968px;
    margin: 0 auto;
    padding-top: 72px;
}
#contents.main {
    width: 100%;
    padding-top: 112px;
}
#contents.search {
    padding-top: 153px;
    padding-bottom: 130px;
}
#contents.update {
    padding-top: 153px;
    padding-bottom: 130px;
}
#contents.view {
    padding-top: 132px;
    width: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    z-index: 1001;
    background: #000;
    background-image: linear-gradient(to right, #312c28, #5b5552 100%);
}
.header__btn-search {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 72px;
    height: 72px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
}
.header__btn-search::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 23px;
    width: 22px;
    height: 22px;
    background: url("../images/common/btn_search.png") no-repeat;
    background-size: cover;
}
.header__search {
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    display: none;
    height: 72px;
    z-index: 1002;
    background: #000;
}
.header__search.open {
    display: block;
}
.header__btn-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 64px;
    height: 72px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
}
.header__btn-close::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 24px;
    width: 21px;
    height: 21px;
    background: url("../images/common/btn_close01.png") no-repeat 50%;
    background-size: cover;
}
.search-form {
    display: -webkit-flex;
    display: flex;
    width: 968px;
    margin: 0 auto;
    padding-top: 15px;
}
.search-form::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 65px;
    width: 1px;
    height: 16px;
    background: #666361;
}
.search-form__inp {
    display: block;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: transparent;
    margin-left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}
.search-form__btn {
    position: absolute;
    top: 0;
    right: 67px;
    display: block;
    width: 64px;
    height: 72px;
    margin-left: 10px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
}
.search-form__btn::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 18px;
    width: 22px;
    height: 22px;
    background: url("../images/common/btn_search.png") no-repeat;
    background-size: cover;
}
.logo {
    padding-left: 23px;
    overflow: hidden;
}
.logo__link {
    float: left;
    height: 72px;
    padding-top: 11px;
}
.logo__img {
    height: 50px;
}
.logo__text {
    margin-left: 13px;
    font-size: 20px;
    color: #fff;
    line-height: 72px;
}
.gnb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 260px;
    min-height: 100vh;
    border-right: 1px solid #e0e0e0;
    background: #fff;
}
.gnb__inner {
    margin-top: 96px;
    padding-bottom: 10px;
    position: relative;
    height: calc(100% - 106px);
    overflow-y: auto;
    scrollbar-arrow-color: none;
    scrollbar-3dlight-color: none;
    scrollbar-darkshadow-color: none;
    scrollbar-face-color: #939393;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #939393;
    scrollbar-color: #939393;
    scrollbar-width: thin;
}
.gnb__inner::-webkit-scrollbar {
    width: 6px;
}
.gnb__inner::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #fff;
}
.gnb__inner::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #939393;
}
.nav__link {
    position: relative;
    overflow: hidden;
    display: block;
    height: 48px;
    padding-left: 25px;
    padding-right: 45px;
    color: #636363;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 11px;
    height: 6px;
    margin-top: -3px;
    background: url("../images/common/btn_down02.png") no-repeat;
    background-size: cover;
}
.nav__item .sub-nav {
    display: none;
}
.nav__item.open .nav__link {
    background: #f8f8f8;
    color: #292929;
    font-weight: 500;
}
.nav__item.open .nav__link::before {
    background-image: url("../images/common/btn_up01.png");
}
.nav__item.open .sub-nav {
    display: block;
}
.nav__item.current .nav__link {
    background: #f8f8f8;
    color: #292929;
    font-weight: 500;
}
.nav__item.current .nav__link::before {
    background-image: url("../images/common/btn_down01.png");
}
.nav__item.open.current .nav__link::before {
    background-image: url("../images/common/btn_up01.png");
}
.sub-nav {
    padding: 3px 0 0;
}
.sub-nav__item.current .sub-nav__link {
    color: #292929;
    font-weight: 500;
}
.sub-nav__link {
    overflow: hidden;
    display: block;
    height: 48px;
    padding-left: 44px;
    padding-right: 25px;
    color: #636363;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub-nav__link.more::after {
    content: "+";
    display: inline-block;
    margin-left: 7px;
    vertical-align: 1px;
}
.sub-nav__link:hover {
    color: #292929;
    font-weight: 500;
}
.direct {
    width: 100%;
    margin-top: 124px;
    padding: 0 24px;
}
.direct__link {
    display: block;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    color: #939393;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    text-align: center;
    line-height: 37px;
}
.direct__link:first-child {
    margin-top: 0;
}
.direct__link.current {
    color: #292929;
    border-color: #999;
}
.direct__link:hover {
    color: #292929;
    border-color: #999;
}
.footer {
    width: 968px;
    height: 90px;
    margin: 0 auto;
}
.footer__copyright {
    font-size: 14px;
    color: #bfbfbf;
    text-align: center;
    line-height: 88px;
}
.btn-top {
    position: fixed;
    left: 50%;
    margin-left: 543px;
    bottom: 50px;
    z-index: 1000;
    overflow: hidden;
    display: none;
    width: 75px;
    height: 75px;
    background: url("../images/common/btn_top01.png") no-repeat;
    background-size: cover;
    opacity: 0;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
    -webkit-animation: fadeInFromNone 0.7s ease-in-out;
    animation: fadeInFromNone 0.7s ease-in-out;
    cursor: pointer;
}
.btn-top.show {
    display: block;
    opacity: 1;
}
.main__title {
    padding-bottom: 14px;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}
.main__cover {
    position: relative;
    overflow: hidden;
    width: 968px;
    margin: 0 auto 53px;
    background: #000;
}
.main__cover img,
.main__cover iframe {
    width: 100%;
}
.main__recommend {
    width: 968px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}
.search .main__recommend {
    margin-top: 35px;
    padding-top: 33px;
    border-top: 1px solid #e0e0e0;
}
.main__inner {
    width: 968px;
    margin: 0 auto;
}
.main__new {
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
    padding: 33px 0 47px;
    background: #f8f8f8;
}
.main__category {
    width: 968px;
    margin: 0 auto 37px;
    padding-top: 20px;
    padding-bottom: 23px;
    color: #292929;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.5;
}
.main__guide {
    padding-bottom: 54px;
}
.main-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 1px;
    border-top: 1px solid #292929;
}
.main-menu__list {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -1px;
    border-bottom: 1px solid #e0e0e0;
}
.main-menu__list .break {
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    background: #e0e0e0;
}
.main-menu__item {
    position: relative;
    float: left;
    padding: 15px 8px 14px 12px;
    white-space: nowrap;
}
.main-menu__item.first {
    padding-left: 19px;
}
.main-menu__item.first::before {
    display: none;
}
.main-menu__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -4px;
    background: #d9d9d9;
}
.main-menu__link {
    display: inline-block;
    color: #939393;
    white-space: nowrap;
    line-height: 2;
}
.main-menu__link.more span::after {
    content: "+";
    line-height: 1.3;
}
.main-menu__link:hover span {
    color: #292929;
}
.main-menu__link span {
    color: #939393;
    white-space: nowrap;
    line-height: 2;
}
.main-new__list {
    overflow: hidden;
    margin-top: 7px;
}
.main-new__item {
    position: relative;
    padding: 7px 0 7px 16px;
    color: #939393;
}
.main-new__item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 6px;
    height: 1px;
    background: #939393;
}
.main-new__link {
    position: relative;
    color: #3174d9;
    text-decoration: underline;
}
.main-slide {
    position: relative;
}
.main-slide__list {
    display: table;
}
.main-slide__item {
    display: table-cell;
    padding-left: 19px;
}
.main-slide__item:first-child {
    padding-left: 0;
}
.main-slide__link {
    position: relative;
    overflow: hidden;
    display: block;
}
.main-slide__img {
    display: block;
    width: 310px;
}
.main-slide__text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    height: 27px;
    padding: 0 12px 0 14px;
    background: rgba(36, 32, 29, 0.7);
    border-radius: 15px;
    color: #fff;
    line-height: 1.5;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.search__title {
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.11;
}
.search__title .keyword {
    color: #000;
}
.search__total {
    margin-top: 5px;
    color: #929292;
}
.search__notice {
    margin-top: 22px;
}
.search__notice-item {
    position: relative;
    padding-left: 9px;
    color: #929292;
}
.search__notice-item::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 4px;
    height: 1px;
    background: #929292;
}
.result__list {
    margin-top: 26px;
}
.result__item {
    padding: 43px 0 36px;
    border-bottom: 1px solid #e0e0e0;
}
.result__nav {
    color: #929292;
}
.result__depth {
    margin-top: 9px;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}
.result__text {
    margin-top: 17px;
    word-wrap: break-word;
    word-break: break-word;
}
.result__text a:hover {
    text-decoration: underline;
}
.result .keyword {
    color: #000;
}
.depth {
    margin-top: 13px;
    color: #929292;
}
.depth__current {
    color: #292929;
}
.update__title {
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.11;
}
.update__title .keyword {
    color: #000;
}
.update__title span {
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.11;
}
.update__write {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #e0e0e0;
}
.update__button {
    text-align: center;
}
.update__btn-cancel {
    display: inline-block;
    width: 106px;
    height: 40px;
    margin: 0 3px;
    padding-bottom: 2px;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    color: #939393;
    text-align: center;
}
.update__btn-submit {
    display: inline-block;
    width: 106px;
    height: 40px;
    margin: 0 3px;
    padding-bottom: 2px;
    background: #89786d;
    border: 1px solid #89786d;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.update__btn-submit:disabled {
    background: #e0e0e0;
    border-color: #e0e0e0;
    color: #939393;
}
.write-form__inp {
    overflow-y: hidden;
    display: block;
    width: 100%;
    min-height: 320px;
    padding: 14px 19px 40px 19px;
}
.write-form__num {
    display: block;
    padding-top: 1px;
    padding-right: 19px;
    color: #939393;
    text-align: right;
}
.write-form__num em {
    color: #636363;
}
.view__category {
    width: 968px;
    margin: 0 auto;
    padding-bottom: 23px;
    color: #292929;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.5;
}
.view__title {
    width: 968px;
    margin: 0 auto;
    padding-top: 57px;
    border-top: 2px solid #292929;
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.11;
}
.view__select {
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.11;
}
.view__option {
    width: 968px;
    margin: 0 auto;
}
.view__button {
    position: relative;
    width: 968px;
    margin: 0 auto;
    height: 100px;
    margin-top: 20px;
}
.view__btn-share {
    position: absolute;
    right: 0;
    display: block;
    width: 200px;
    height: 40px;
    color: #939393;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    text-align: center;
    line-height: 37px;
}
.view__btn-share::before {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    width: 19px;
    height: 18px;
    margin-right: 9px;
    background: url("../images/common/btn_share.png") no-repeat;
    background-size: cover;
}
.view__btn-share:hover {
    color: #292929;
    border-color: #999;
}
.view__btn-guide {
    position: absolute;
    left: 0;
    display: block;
    width: 200px;
    height: 40px;
    color: #939393;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    text-align: center;
    line-height: 37px;
}
.view__btn-guide:hover {
    color: #292929;
    border-color: #999;
}
.view-menu {
    position: relative;
}
.view-menu__list {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 10px;
}
.view-menu__item {
    position: relative;
    float: left;
    padding-right: 8px;
    padding-left: 12px;
}
.view-menu__item.first {
    padding-left: 0;
}
.view-menu__item.first::before {
    display: none;
}
.view-menu__item.current .view-menu__link {
    color: #292929;
    font-weight: 500;
}
.view-menu__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -4px;
    background: #d9d9d9;
}
.view-menu__item:first-child {
    padding-left: 0;
}
.view-menu__item:first-child::before {
    display: none;
}
.view-menu__link {
    display: inline-block;
    color: #939393;
    white-space: nowrap;
    line-height: 2;
}
.view-menu__link:hover {
    color: #292929;
}
.pop__share {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 280px;
    height: 180px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}
.pop__title {
    display: block;
    padding-top: 13px;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.pop__close {
    position: absolute;
    top: 20px;
    right: 19px;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
}
.pop__close::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: url("../images/common/btn_close03.png") no-repeat 50%;
    background-size: cover;
}
.share {
    padding-top: 18px;
}
.share__link {
    height: 65px;
    text-align: center;
}
.share__twitter {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px 0 3px;
    background: url("../images/common/btn_twitter.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
}
.share__facebook {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px 0 3px;
    background: url("../images/common/btn_facebook.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -1000em;
    font-size: 0;
}
.share__form {
    overflow: hidden;
    padding-top: 14px;
    padding-left: 26px;
    border-top: 1px solid #e0e0e0;
}
.share__inp {
    float: left;
    width: 180px;
    height: 26px;
    padding-right: 5px;
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #636363;
    font-size: 13px;
    letter-spacing: 0;
    text-indent: 10px;
}
.share__btn {
    float: left;
    width: 50px;
    height: 26px;
    margin-left: -1px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    color: #636363;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.related {
    overflow: hidden;
    width: 100%;
    padding: 33px 0 47px;
    background: #f8f8f8;
}
.related__title {
    padding-bottom: 14px;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}
.related__inner {
    width: 968px;
    margin: 0 auto;
}
.related__list {
    overflow: hidden;
    margin-top: 7px;
}
.related__item {
    position: relative;
    padding: 7px 0 7px 16px;
    color: #939393;
}
.related__item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 6px;
    height: 1px;
    background: #939393;
}
.related__link {
    position: relative;
    color: #3174d9;
    text-decoration: underline;
}
.article {
    width: 968px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 0 41px;
    border-bottom: 1px solid #e0e0e0;
}
.article__box {
    padding-bottom: 70px;
}
.article__box .article__title:first-child {
    margin-top: -10px;
}
.article__box .article__text:first-child {
    margin-top: -10px;
}
.article__box .article__text:last-child {
    margin-bottom: 0;
}
.article__title {
    margin-bottom: 10px;
    padding: 3px 0 4px 0;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}
.article__title + .article__text {
    margin-top: -10px;
}
.article__img {
    margin-bottom: 10px;
}
.article__img img {
    max-width: 100%;
}
.article__img + .article__title {
    margin-top: 10px;
}
.article__img + .article__img {
    margin-top: 20px;
}
.article__text {
    margin-bottom: 20px;
    padding: 3px 0 5px;
}
.article__text .emp {
    color: #ea8610;
}
.article__text + .article__img {
    margin-top: -10px;
}
.article__tbl {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #292929;
}
.article__tbl th {
    padding: 16px 10px 18px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f8f8;
    font-weight: 400;
}
.article__tbl td {
    padding: 16px 10px 18px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
.fr-dropdown-menu .fa {
    vertical-align: middle;
}
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
    line-height: 1;
}
.fr-view {
    overflow: hidden;
}
.fr-view * {
    max-width: 100%;
    color: inherit;
    font-family: inherit;
    text-decoration: inherit;
    font-style: inherit;
    font-size: inherit;
}
.fr-view p {
    word-break: break-all;
}
.fr-view p * {
    line-height: 100%;
    vertical-align: baseline;
}
.fr-view p s,
.fr-view p del {
    text-decoration: line-through;
}
.fr-view p u {
    text-decoration: underline;
}
.fr-view p em {
    font-style: italic;
}
.fr-view p strong {
    font-weight: bold;
}
.fr-view hr {
    display: block;
}
.fr-view .view-buttons {
    text-align: center;
}
