﻿.view-detail table {
    border-collapse: separate !important
}

.view-detail .top {
    position: relative;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #E3E3E3
}

.view-detail .top .btn-group {
    position: absolute;
    top: -43px;
    right: 0
}

.view-detail .top .subject {
    padding: 15px 0 15px 0
}

.view-detail .top .subject h3 {
    font-size: 28px;
    font-weight: 500;
    color: #222
}

.view-detail .top .subject p {
    margin-top: 5px;
    font-size: 16px;
    color: #666
}

.view-detail .top .top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-top: 1px dotted #D5D5D5
}

.view-detail .top .top-info .left>div {
    position: relative;
    display: inline-block;
    margin-right: 19px;
    line-height: 1
}

.view-detail .top .top-info .left>div:last-of-type::after {
    display: none
}

.view-detail .top .top-info .left>div::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -11px;
    width: 1px;
    height: 12px;
    background: #8D8D8D;
    margin-top: -5px
}

.view-detail .top .top-info .left>div.vol {
    font-size: 14px;
    font-weight: 500
}

.view-detail .top .top-info .left>div.author {
    position: relative
}

.view-detail .top .top-info .left>div.author>a {
    padding-right: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    background-image: url("/images/sub/arrow_down_author_menu.png");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer
}

.view-detail .top .top-info .left>div.author>a.active {
    background-image: url("/images/sub/arrow_up_author_menu.png")
}

.view-detail .top .top-info .left>div.author .author-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 174px;
    border: 1px solid #707070;
    background-color: #fff;
    z-index: 2
}

.view-detail .top .top-info .left>div.author .author-menu.active {
    display: block
}

.view-detail .top .top-info .left>div.author .author-menu a {
    display: block;
    font-size: 14px;
    color: #222;
    padding: 10px 0 10px 34px;
    background-repeat: no-repeat;
    background-position: 13px center
}

.view-detail .top .top-info .left>div.author .author-menu a.other {
    background-image: url("/images/sub/icon_author_other.png")
}

.view-detail .top .top-info .left>div.author .author-menu a.other:hover {
    color: #3D66DC;
    background-image: url("/images/sub/icon_author_other_hover.png")
}

.view-detail .top .top-info .left>div.author .author-menu a.mail {
    border-top: 1px solid #E3E3E3;
    background-image: url("/images/sub/icon_author_mail.png")
}

.view-detail .top .top-info .left>div.author .author-menu a.mail:hover {
    color: #3D66DC;
    background-image: url("/images/sub/icon_author_mail_hover.png")
}

.view-detail .top .top-info .left>div.date,
.view-detail .top .top-info .left>div.count {
    font-size: 13px;
    color: #5D5D5D
}

.view-detail .top .top-info .right {
    position: relative;
    font-size: 0
}

.view-detail .top .top-info .right a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
    -webkit-transition: all .1s;
    transition: all .1s;
    background-repeat: no-repeat;
    vertical-align: middle
}

.post-view.author .view-detail .top .top-info .right a.mail {
    background-image: url("/images/sub/icon_post_view_author_mail.png")
}

.post-view.author .view-detail .top .top-info .right a.channel {
    position: relative;
    margin-left: 4px;
    background-image: url("/images/sub/icon_post_view_author_channel.png")
}

.post-view.author .view-detail .top .top-info .right a.link-copy {
    background-image: url("/images/sub/icon_post_view_author_link_copy.png")
}

.post-view.author .view-detail .top .top-info .right a.share {
    position: relative;
    margin-left: 4px;
    background-image: url("/images/sub/icon_post_view_author_share.png")
}

.post-view.author .view-detail .top {
    border: 2px solid #EFEFEF;
}

.view-detail .top .top-info .right a {
    position: relative;
}

.view-detail .top .top-info .right a span {
    display: inline-block;
    position: absolute;
    top: calc(100% + 11px);
    left: 0;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #787878;
    line-height: 32px;
    white-space: nowrap;
    border: 1px solid #979797;
    background-color: #F6F6F6;
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
}

.view-detail .top .top-info .right a span::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(50deg) skewX(10deg);
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    background-color: #F6F6F6;
    z-index: 2;
}

.view-detail .top .top-info .right a:hover span {
    visibility: visible;
    opacity: 1;
}

.view-detail .top .top-info .right a.print {
    background-image: url("/images/sub/icon_post_view_print.png")
}

.view-detail .top .top-info .right a.print:hover {
    background-image: url("/images/sub/icon_post_view_print_hover.png")
}

.view-detail .top .top-info .right a.link,
.view-detail .top .top-info .right a.link-copy {
    margin-left: 4px;
    background-image: url("/images/sub/icon_post_view_link_copy.png")
}

.view-detail .top .top-info .right a.link:hover,
.view-detail .top .top-info .right a.link-copy:hover {
    background-image: url("/images/sub/icon_post_view_link_copy_hover.png")
}

.view-detail .top .top-info .right a.share {
    margin-left: 4px;
    background-image: url("/images/sub/icon_post_view_share.png")
}

.view-detail .top .top-info .right a.share:hover {
    background-image: url("/images/sub/icon_post_view_share_hover.png")
}

.view-detail .top .top-info .right a.text-size {
    font-weight: 500;
    color: #454545;
    line-height: 30px;
    border: 1px solid #CBCBCB;
    text-align: center
}

.view-detail .top .top-info .right a.text-size span {
    font-size: 0
}

.view-detail .top .top-info .right a.text-size.down {
    margin-left: 10px;
    font-size: 12px
}

.view-detail .top .top-info .right a.text-size.up {
    font-size: 17px;
    border-left: 0
}

.view-detail .top .top-info .right a.text-size.disable {
    color: #C9C9C9
}

.view-detail .top .top-info .right a.prev {
    width: 90px;
    padding-left: 18px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    border: 1px solid #CBCBCB;
    background-image: url("/images/sub/icon_post_view_prev.png");
    background-repeat: no-repeat;
    background-position: 10px center
}

.view-detail .top .top-info .right a.prev:hover {
    color: #222;
    border: 1px solid #666666;
    background-image: url("/images/sub/icon_post_view_prev_hover.png")
}

.view-detail .top .top-info .right .copy-message {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    color: #222;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #707070;
    white-space: nowrap
}

.post-view.author .view-detail .top .top-info {
    padding: 14px 25px;
    border-top: 0;
    background-color: #F2F5FF;
}

.post-view.author .view-detail .top .top-info .left {
    max-width: 500px;
}

.post-view.author .view-detail .top .top-info .left h2 {
    font-size: 21px;
    font-weight: 700;
    color: #222;
}

.post-view.author .view-detail .top .detail {
    display: flex;
    padding: 22px 20px 30px 20px;
}

.post-view.author .view-detail .top .detail .thumb {
    position: relative;
    width: 145px;
    height: 145px;
    margin-right: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #f2f2f2;
    overflow: hidden;
}

.post-view.author .view-detail .top .detail .thumb object,
.post-view.author .view-detail .top .detail .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.post-view.author .view-detail .top .detail .text h3 {
    font-size: 21px;
    font-weight: 700;
    color: #222;
}

.post-view.author .view-detail .top .detail .text p {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.post-view.author .view-detail .top .detail .text .descript {
    margin-top: 12px;
    font-size: 14px;
    color: #454545;
    line-height: 22px;
}

.post-view.author .btn-group {
    margin-top: 14px;
}

.view-detail .content {
    position: relative;
    padding: 40px 25px;
    font-weight: 300;
    overflow: hidden
}

.view-detail .content p,
.view-detail .content font {
    /* font-size: inherit !important; */
    line-height: inherit !important
}

.view-detail .content strong {
    font-weight: 500 !important
}

.view-detail .content p {
    margin-top: 20px
}

.view-detail .content span {
    font-family: inherit !important;
    /* font-size: inherit !important */
}

.view-detail .content>table {
    table-layout: fixed
}

.view-detail .content font table td {
    padding: 15px
}

.view-detail .content.size-1 {
    font-size: 14px;
    line-height: 27px
}

.view-detail .content.size-2 {
    font-size: 15px;
    line-height: 29px
}

.view-detail .content.size-3 {
    font-size: 17px;
    line-height: 30px
}

.view-detail .content.size-4 {
    font-size: 19px;
    line-height: 35px
}

.view-detail .content.size-5 {
    font-size: 20px;
    line-height: 36px
}

.view-detail .content img {
    /* margin: 0 auto;
    display: block */
}

.view-detail .content em {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    color: #888;
    font-style: normal
}

.view-detail .content .paper-news {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 100%;
    margin: 0 -25px 15px -25px;
    padding: 33px 0 44px 0;
    background-color: #F9FDFF;
    border: 1px solid #CDE2EB;
    text-align: center
}

.view-detail .content .paper-news::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url("/images/sub/bg_post_view_paper_news.png");
    background-repeat: no-repeat;
    background-position: 0 -30px
}

.view-detail .content .paper-news::after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #fff
}

.view-detail .content .paper-news h3 {
    font-size: 21px;
    font-weight: 700;
    color: #2E4B9C
}

.view-detail .content .paper-news p {
    margin-top: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #2E4B9C;
    opacity: 0.8
}

.view-detail .content .paper-news .btn-group {
    margin-top: 13px;
    text-align: center
}

.view-detail .content .paper-news .btn-group a {
    margin: 0 2px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 46px
}

.view-detail .content .paper-news .btn-group a.blue {
    width: 280px;
    background-color: #2E4B9C
}

.view-detail .content .paper-news .btn-group a.black {
    background-color: #454545
}

.view-detail .bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-top: 1px dotted #D5D5D5;
    border-bottom: 1px solid #E3E3E3
}

.view-detail .bottom .left {
    font-size: 14px;
    color: #666
}

.view-detail .likes {
    margin-top: 26px;
    text-align: center
}

.view-detail .likes a {
    display: inline-block;
    width: 84px;
    height: 84px;
    padding-top: 41px;
    margin: 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #666;
    text-align: center;
    background-color: #F2F6FF;
    vertical-align: top;
    border-radius: 50%;
    background-repeat: no-repeat
}

.view-detail .likes a.active {
    color: #3D66DC
}

.view-detail .likes a.active.up {
    background-image: url("/images/sub/icon_like_up_active.png")
}

.view-detail .likes a.active.down {
    background-image: url("/images/sub/icon_like_down_active.png")
}

.view-detail .likes a.up {
    background-image: url("/images/sub/icon_like_up.png");
    background-position: center 19px
}

.view-detail .likes a.down {
    background-image: url("/images/sub/icon_like_down.png");
    background-position: center 22px
}

.container {
    padding-top: 53px;
    padding-bottom: 82px
}

.container.bg {
    background-color: #EFEFEF
}

.container h1.title {
    margin-bottom: 15px;
    font-family: "S-CoreDream-6", sans-serif;
    font-size: 28px;
    color: #222
}

.container .terms h2 {
    padding: 17px 0 15px 30px;
    font-size: 21px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #EFEFEF
}

.container .terms>ul {
    padding-bottom: 33px
}

.container .terms>ul>li {
    position: relative;
    padding: 22px 30px 0 30px
}

.container .terms>ul>li h3 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #222
}

.container .terms>ul>li>p {
    padding-right: 46px;
    font-size: 15px
}

.container .terms>ul>li .check {
    position: absolute;
    top: 22px;
    right: 30px
}

.container .terms>ul>li .check label {
    width: 26px;
    height: 26px;
    padding-left: 0;
    font-size: 0;
    padding-top: 5px;
    margin-right: 4px
}

.container .terms>ul>li .check span {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #222222;
    font-weight: 500
}

.container .terms>ul>li .content {
    height: 92px;
    padding: 12px;
    margin-top: 9px;
    font-size: 14px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7
}

.container .terms>ul>li .content iframe {
    width: 100%;
    height: 100%
}

.container .form {
    position: relative
}

.container .form h2 {
    padding: 17px 0 15px 30px;
    font-size: 21px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #EFEFEF
}

.container .form p.required {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 14px
}

.container .form p.required span {
    vertical-align: middle
}

.container .form input[type="radio"]+label {
    margin-right: 20px
}

.container .form input[type="text"],
.container .form input[type="password"],
.container .form select,
.container .form textarea {
    width: 100%
}

.container .form input[type="text"]:focus,
.container .form input[type="password"]:focus,
.container .form select:focus,
.container .form textarea:focus {
    border-color: #4E7BFB;
    box-shadow: 0 0 6px rgba(61, 102, 220, 0.4)
}

.container .form>ul>li {
    position: relative;
    padding: 25px 30px 0 30px
}

.container .form>ul>li h3 {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .form>ul>li h3.active {
    color: #3D66DC
}

.container .form>ul>li h3 span {
    position: relative;
    padding-right: 10px
}

.container .form>ul>li h3 span::after {
    content: "*";
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: 400;
    color: #ED4B4B
}

.container .form>ul>li p {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #454545
}

.container .form>ul>li p a {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    text-decoration: underline;
    background-image: url("/images/sub/arrow_register_blue.png");
    background-repeat: no-repeat;
    background-position: right 7px
}

.container .form>ul>li .wrap {
    margin: 0 -2px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container .form>ul>li .wrap input[type="text"],
.container .form>ul>li .wrap input[type="password"],
.container .form>ul>li .wrap select,
.container .form>ul>li .wrap textarea {
    margin: 0 3px
}

.container .form>ul>li .wrap.phone {
    flex-wrap: wrap
}

.container .form>ul>li .wrap.phone select {
    width: calc(33% - 5px)
}

.container .form>ul>li .wrap.phone select:nth-of-type(1) {
    width: 476px;
    margin-bottom: 7px
}

.container .form>ul>li .wrap.phone input {
    width: calc(33% - 5px)
}

.container .form>ul>li .wrap span {
    margin: 0 1px;
    font-size: 15px;
    font-weight: 500;
    color: #666
}

.container .form>ul>li .agree {
    padding: 10px 22px;
    border: 7px solid #F2F2F2
}

.container .form>ul>li .agree ul li {
    padding: 4px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container .form>ul>li .agree ul li h4 {
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .form>ul>li .agree ul li .check input[type="radio"]+label {
    margin-right: 0;
    margin-left: 36px
}

.container .form .btn-group {
    padding-top: 26px;
    padding-bottom: 40px
}

.container .inner-wrap .tabs.half ul li {
    width: 50%
}

.container .inner-wrap .tabs.third ul li {
    width: 33.33%
}

.container .inner-wrap .tabs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1px
}

.container .inner-wrap .tabs ul li {
    width: 25%
}

.container .inner-wrap .tabs ul li a {
    display: block;
    margin-left: -1px;
    font-size: 18px;
    font-weight: 500;
    color: #989898;
    line-height: 58px;
    text-align: center;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8
}

.container .inner-wrap .tabs ul li a.active {
    font-weight: 700;
    color: #222;
    background-color: #fff;
    border-bottom: 0
}

.container .inner-wrap>.post-list.gallery>ul>li {
    width: 250px;
    height: 292px;
    margin-bottom: 16px;
    margin-right: 17px
}

.container .inner-wrap>.post-list.gallery>ul>li:nth-of-type(3n) {
    margin-right: 16px !important
}

.container .inner-wrap>.post-list.gallery>ul>li:nth-of-type(4n) {
    margin-right: 0 !important
}

.container .inner-wrap>.post-list.gallery>ul>li a .thumb {
    height: 155px
}

.container .inner-wrap>.post-list.gallery>ul>li a .content {
    padding: 15px 16px
}

.container .inner-wrap>.post-list.gallery>ul>li a .content .type {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
}

.container .inner-wrap>.post-list.gallery>ul>li a .content .text {
    height: 60px
}

.container .inner-wrap>.post-list.gallery>ul>li a .content .text h3 {
    font-size: 17px;
    line-height: 23px
}

.container .inner-wrap>.post-list .btn-group {
    padding-top: 16px
}

.container .left-area .post-list.gallery>ul>li {
    width: 235px;
    height: 313px;
    margin-bottom: 16px;
    margin-right: 16px
}

.container .left-area .post-list.gallery>ul>li a .thumb {
    height: 153px
}

.container .left-area .post-list.gallery>ul>li a .content {
    padding: 16px 16px 21px 16px
}

.container .left-area .post-list.gallery>ul>li a .content .text {
    height: 104px
}

.container .left-area .post-list.gallery>ul>li a .content .text h3 {
    font-size: 17px;
    line-height: 23px
}

.container .left-area .post-list.webzine.book>ul>li {
    padding: 26px 30px 26px 22px
}

.container .left-area .post-list.webzine.book>ul>li a .thumb {
    width: 140px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15)
}

.container .left-area .post-list.webzine>ul {
    margin-bottom: 11px;
    border-top: 1px solid #D2D2D2
}

.container .left-area .post-list.webzine>ul>li {
    padding: 26px 30px 26px 22px;
    border-bottom: 1px dotted #D5D5D5
}

.container .left-area .post-list.webzine>ul>li a {
    position: relative;
    display: flex;
}

.container .left-area .post-list.webzine>ul>li a .thumb {
    width: 300px;
    height: 196px;
    margin-right: 20px;
    flex-shrink: 0;
}

.container .left-area .post-list.webzine>ul>li a .content {
    padding-top: 2px;
}

.container .left-area .post-list.webzine>ul>li a .content h3 {
    font-size: 21px;
    font-weight: 700;
    color: #222
}

.container .left-area .post-list.webzine>ul>li a .content p {
    margin-top: 8px;
    line-height: 22px
}

.container .left-area .post-list.webzine>ul>li a .content .detail-info {
    margin-top: 8px
}

.container .left-area .post-list.webzine>ul>li a .content .detail-info span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .left-area .post-list.webzine>ul>li a .content .detail-info span:first-of-type {
    margin-right: 19px;
    padding-left: 14px;
    background-image: url("/images/sub/icon_user.png");
    background-repeat: no-repeat;
    background-position: 0 center
}

.container .left-area .post-list.webzine>ul>li a .content .detail-info span:first-of-type::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -11px;
    width: 1px;
    height: 11px;
    background: #8D8D8D;
    margin-top: -5px
}

.container .left-area .post-list.webzine>ul>li a .content .info {
    margin-top: 12px
}

.container .left-area .post-list.webzine.insight > ul {
    margin-top: 5px;
    border-top: 0;
}

.container .left-area .post-list.webzine.insight > ul > li a .thumb {
    width: 182px;
    height: 116px;
}

.container .left-area .post-list.webzine.insight > ul > li a .content h3 {
    font-size: 17px;
}

.container .left-area .post-list.webzine.insight > ul > li a .content p {
    margin-top: 9px;
    font-size: 14px;
    color: #454545;
}

.container .left-area .post-list.webzine.insight > ul > li a .content .info {
    margin-top: 8px;
    display: flex;
    font-size: 13px;
    color: #5D5D5D;
    align-items: center;
}

.container .left-area .post-list.webzine.insight > ul > li a .content .info .date {
    position: relative;
    padding-right: 9px;
    margin-right: 7px;
}

.container .left-area .post-list.webzine.insight > ul > li a .content .info .date::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -1px;
    width: 1px;
    height: 13px;
    background: #8D8D8D;
    margin-top: -6px;
}

.container .left-area .post-list.authors > ul {
    margin-bottom: 10px;
    border-top: 1px solid #D2D2D2;
}

.container .left-area .post-list.authors > ul > li {
    display: flex;
    padding: 30px 0 26px 20px;
    border-bottom: 1px solid #D5D5D5;
}

.container .left-area .post-list.authors > ul > li .thumb {
    position: relative;
    width: 145px;
    height: 145px;
    margin-right: 24px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.container .left-area .post-list.authors > ul > li .thumb object,
.container .left-area .post-list.authors > ul > li .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.container .left-area .post-list.authors > ul > li .content {
    width: 100%;
    padding-top: 10px;
}

.container .left-area .post-list.authors > ul > li .title {
    position: relative;
}

.container .left-area .post-list.authors > ul > li .title h3 {
    max-width: 450px;
    font-size: 21px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container .left-area .post-list.authors > ul > li .title a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 13px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    background-color: #EFEFEF;
}

.container .left-area .post-list.authors > ul > li .author {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.container .left-area .post-list.authors > ul > li .author span {
    display: inline-block;
    padding-right: 27px;
    background-image: url("/images/sub/icon_mail.png");
    background-repeat: no-repeat;
    background-position: right bottom 2px;
}

.container .left-area .post-list.authors > ul > li .list {
    margin-top: 7px;
    margin-left: -5px;
}

.container .left-area .post-list.authors > ul > li .list ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #454545;
    line-height: 25px;
}

.container .left-area .post-list.authors > ul > li .list ul li a:hover {
    text-decoration: underline;
}

.container .left-area .post-list.authors > ul > li .list ul li a span:first-of-type::before {
    content: "ㆍ";
}

.container .left-area .post-list.authors > ul > li .list ul li a span.icon {
    margin-left: 7px;
}

.container .left-area .post-list .btn-group {
    padding-top: 16px
}

.container .left-area .post-view .banner {
    margin: 0 0 40px 0;
    text-align: center
}

.container .left-area .post-view .view-comment .write {
    margin-top: 42px
}

.container .left-area .post-view .view-comment .write .login a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 3px;
    font-size: 0;
    border: 1px solid #D8D8D8;
    background-repeat: no-repeat;
    background-position: center
}

.container .left-area .post-view .view-comment .write .login a.brain-media {
    background-image: url("/images/sub/icon_sns_brainmedia.png")
}

.container .left-area .post-view .view-comment .write .login a.naver {
    background-image: url("/images/sub/icon_sns_naver.png")
}

.container .left-area .post-view .view-comment .write .login a.kakaotalk {
    background-image: url("/images/sub/icon_sns_kakaotalk.png")
}

.container .left-area .post-view .view-comment .write .login a.facebook {
    background-image: url("/images/sub/icon_sns_facebook.png")
}

.container .left-area .post-view .view-comment .write .login a.twitter {
    background-image: url("/images/sub/icon_sns_twitter.png")
}

.container .left-area .post-view .view-comment .write .logout {
    position: relative;
    display: inline-block
}

.container .left-area .post-view .view-comment .write .logout img {
    vertical-align: middle
}

.container .left-area .post-view .view-comment .write .logout>a {
    display: inline-block;
    margin-left: 3px;
    padding-right: 17px;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    background-image: url("/images/sub/arrow_down_author_logout.png");
    background-repeat: no-repeat;
    background-position: right 9px
}

.container .left-area .post-view .view-comment .write .logout>a.active {
    background-image: url("/images/sub/arrow_up_author_logout.png")
}

.container .left-area .post-view .view-comment .write .logout .btn {
    display: none;
    position: absolute;
    top: 85%;
    right: 0;
    width: 88px;
    padding: 3px;
    border: 1px solid #707070;
    background-color: #fff;
    z-index: 2
}

.container .left-area .post-view .view-comment .write .logout .btn.active {
    display: block
}

.container .left-area .post-view .view-comment .write .logout .btn a {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 28px;
    text-align: center
}

.container .left-area .post-view .view-comment .write .logout .btn a:hover {
    background-color: #EFEFEF
}

.container .left-area .post-view .view-comment .write .form {
    margin-top: 10px
}

.container .left-area .post-view .view-comment .write .form textarea {
    width: 100%;
    height: 102px;
    padding: 13px 18px;
    font-weight: 400;
    border: 1px solid #D8D8D8;
    border-radius: 0;
    color: #888;
    display: block
}

.container .left-area .post-view .view-comment .write .form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #888
}

.container .left-area .post-view .view-comment .write .form .submit {
    position: relative;
    height: 42px;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8
}

.container .left-area .post-view .view-comment .write .form .submit .length {
    position: absolute;
    top: 12px;
    right: 100px;
    font-size: 13px;
    color: #888
}

.container .left-area .post-view .view-comment .write .form .submit a {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 41px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 41px;
    text-align: center;
    background-color: #2E4B9C
}

.container .left-area .post-view .view-comment .logout-message {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: 1050px;
    margin-left: -525px;
    z-index: 11
}

.container .left-area .post-view .view-comment .logout-message p {
    display: inline-block;
    width: 752px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65)
}

.container .left-area .post-view .view-comment .list {
    margin-top: 38px
}

.container .left-area .post-view .view-comment .list .top {
    position: relative
}

.container .left-area .post-view .view-comment .list .top .count {
    font-size: 22px;
    font-weight: 500
}

.container .left-area .post-view .view-comment .list .top .btn-group {
    position: absolute;
    top: 3px;
    right: 0
}

.container .left-area .post-view .view-comment .list .comment.contents {
    margin-top: 13px
}

.container .left-area .post-view .view-comment .list .comment.contents ul {
    border-top: 1px solid #D2D2D2
}

.container .left-area .post-view .view-comment .list .comment.contents ul li .top-info .date {
    margin-left: 10px
}

.container .left-area .post-view .view-comment .list .bottom {
    margin-top: 8px;
    text-align: right
}

.container .left-area .post-view .view-comment .list .bottom a {
    padding-right: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    background-image: url("/images/sub/arrow_comment_more.png");
    background-repeat: no-repeat;
    background-position: right 7px
}

.container .left-area .post-view .view-comment .list .bottom a:hover {
    text-decoration: underline
}

.container .left-area .post-view .view-comment .list>.btn-group {
    margin-top: 30px
}

.container .left-area .post-view .relation-news {
    margin-top: 30px
}

.container .left-area .post-view .relation-news h2 {
    font-family: "S-CoreDream-6", sans-serif;
    font-size: 22px
}

.container .left-area .post-view .relation-news ul {
    margin-top: 8px
}

.container .left-area .post-view .relation-news ul li {
    width: 700px;
    padding: 4px 0 4px 25px;
    background-image: url("/images/sub/icon_relation_news.png");
    background-repeat: no-repeat;
    background-position: 0 center
}

.container .left-area .post-view .relation-news ul li a {
    font-size: 15px;
    color: #454545
}

.container .left-area .post-view .relation-news ul li a:hover {
    color: #2E4B9C;
    text-decoration: underline
}

.container .right-area {
    position: relative
}

.container .right-area .banner:first-of-type {
    margin-bottom: 10px
}

.container .right-area .banner.fix.active {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(275px)
}

.container .right-area .banner.fix.absolute {
    position: absolute;
    bottom: 0;
    left: 0
}

.container .right-area .banner img {
    display: block;
    margin-bottom: 10px
}

.container .right-area h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle
}

.container .right-area .tooltip {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle
}

.container .right-area .tooltip:hover a {
    background-image: url("/Images/common/icon_tooltip_hover.png")
}

.container .right-area .tooltip:hover .content {
    visibility: visible
}

.container .right-area .tooltip a {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 0;
    background-image: url("/Images/common/icon_tooltip.png");
    background-repeat: no-repeat
}

.container .right-area .tooltip .content {
    position: absolute;
    top: 0;
    left: 16px;
    width: 143px;
    padding: 8px 12px;
    font-size: 13px;
    color: #222;
    background-color: #fff;
    border: 1px solid #707070;
    visibility: hidden;
    z-index: 2
}

.container .right-area .news-list ul {
    margin-top: 4px
}

.container .right-area .news-list ul li {
    padding: 15px 0 17px 0;
    border-bottom: 1px solid #E3E3E3
}

.container .right-area .news-list ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #222
}

.container .right-area .news-list ul li a:hover {
    text-decoration: underline
}

.container .right-area .banner {
    padding-top: 3px
}

.container .right-area .banner a {
    display: block;
    margin-top: 12px
}

.container .comment.contents ul li {
    position: relative;
    padding: 15px 0 18px 0;
    border-bottom: 1px dotted #D5D5D5
}

.container .comment.contents ul li .empty {
    padding: 35px 0 32px 0;
    font-size: 15px;
    color: #454545;
    text-align: center
}

.container .comment.contents ul li .empty img {
    display: block;
    margin: 0 auto 16px auto
}

.container .comment.contents ul li .top-info .author {
    font-size: 15px;
    font-weight: 700
}

.container .comment.contents ul li .top-info .date {
    font-size: 13px;
    color: #888
}

.container .comment.contents ul li .top-info .btns {
    position: absolute;
    top: 11px;
    right: 0
}

.container .comment.contents ul li .top-info .btns .btn-open {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url("/images/sub/icon_btn_more.png");
    background-repeat: no-repeat;
    background-position: right 0 center
}

.container .comment.contents ul li .top-info .btns .btn {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 72px;
    padding: 3px;
    border: 1px solid #707070;
    background-color: #fff
}

.container .comment.contents ul li .top-info .btns .btn a {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 28px;
    text-align: center
}

.container .comment.contents ul li .top-info .btns .btn a:hover {
    background-color: #EFEFEF
}

.container .comment.contents ul li .content {
    padding-top: 12px;
    font-size: 15px;
    color: #454545
}

.container .comment.contents ul li .likes {
    text-align: right
}

.container .comment.contents ul li .likes a {
    position: relative;
    display: inline-block;
    padding-left: 17px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    vertical-align: middle;
    background-repeat: no-repeat
}

.container .comment.contents ul li .likes a.active {
    color: #3D66DC
}

.container .comment.contents ul li .likes a.active::before {
    animation: comment 0.35s
}

.container .comment.contents ul li .likes a.active.up::before {
    background-image: url("/images/sub/icon_like_up_sm_active.png")
}

.container .comment.contents ul li .likes a.active.down::before {
    background-image: url("/images/sub/icon_like_down_sm_active.png")
}

.container .comment.contents ul li .likes a.up::before {
    top: 2px;
    background-image: url("/images/sub/icon_like_up_sm.png")
}

.container .comment.contents ul li .likes a.down::before {
    top: 4px;
    background-image: url("/images/sub/icon_like_down_sm.png")
}

.container .comment.contents ul li .likes a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 14px;
    height: 13px;
    background: rgba(0, 0, 0, 0)
}

.container .table {
    border-top: 2px solid #555555
}

.container .table.col thead th {
    background-color: #F9F9F9
}

.container .table.col tr {
    border-bottom: 1px solid #E7E7E7
}

.container .table.col tr th {
    font-weight: 500
}

.container .table.col tr th,
.container .table.col tr td {
    padding: 14px 25px;
    font-size: 16px;
    color: #454545;
    line-height: 27px;
    text-align: center;
    vertical-align: middle
}

.container .table.row tr {
    border-bottom: 1px solid #E7E7E7
}

.container .table.row tr:last-of-type {
    border-color: #D2D2D2
}

.container .table.row tr th,
.container .table.row tr td {
    padding: 14px 33px 16px 33px;
    font-size: 16px;
    color: #454545;
    vertical-align: middle
}

.container .table.row tr th {
    font-weight: 500;
    text-align: left;
    background-color: #F9F9F9
}

.container .post-list.video ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.container .post-list.video ul li {
    width: 242px;
    margin-bottom: 22px
}

.container .post-list.video ul li a:hover .thumb .icon.youtube {
    background-image: url("/Images/common/icon_youtube_hover.png")
}

.container .post-list.video ul li a .thumb {
    position: relative;
    width: 242px;
    height: 153px
}

.container .post-list.video ul li a .thumb .icon {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background-size: 100%
}

.container .post-list.video ul li a .thumb .icon.youtube {
    width: 37px;
    height: 25px;
    background-image: url("/Images/common/icon_youtube.png");
    background-repeat: no-repeat
}

.container .post-list.video ul li a .thumb .time {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    padding: 4px 5px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.7)
}

.container .post-list.video ul li a .content {
    width: 239px;
    padding-top: 10px;
    width: 239px;
    padding: 10px 5px 0 5px
}

.container .post-list.video ul li a .content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222
}

.container .post-list.video ul li a .content .from {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500
}

.container .introduce .top {
    margin-top: -53px;
    padding: 49px 0 63px 0;
    text-align: left;
    background-image: url(../Images/sub/top_visual.png);
    background-repeat: no-repeat;
    background-position: center
}

.container .introduce .top .inner-wrap h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 43px
}

.container .introduce .top .inner-wrap h1 span {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    color: #3D66DC;
    font-size: 38px
}

.container .introduce .top .inner-wrap .ptg-1 {
    padding: 0 5px;
    margin-top: 26.6px;
    font-size: 17px;
    line-height: 30px
}

.container .introduce .top .inner-wrap .ptg-2 {
    padding: 0 5px;
    margin-top: 5px;
    font-size: 17px;
    line-height: 30px
}

.container .introduce .inner-wrap-intro {
    position: relative;
    width: 1050px;
    height: 844px;
    margin: 0 auto
}

.container .introduce .inner-wrap-intro .action {
    transform: translateY(20px);
    transition: transform 1.5s ease, opacity 1.5s ease;
    opacity: 0
}

.container .introduce .inner-wrap-intro .action.active {
    transform: translateY(0);
    opacity: 1
}

.container .introduce .inner-wrap-intro .section-1 h2 {
    font-size: 25px;
    font-family: 'S-CoreDream-5', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px
}

.container .introduce .inner-wrap-intro .section-1 p {
    margin-top: 14.5px;
    line-height: 30px;
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    transition-delay: 0.3s
}

.container .introduce .inner-wrap-intro .section-1 .text-1 {
    position: absolute;
    left: 392px;
    top: 101.5px
}

.container .introduce .inner-wrap-intro .section-1 .text-1 h2::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 84%;
    height: 18px;
    background: #E2EAFF;
    transition: width 0.2s;
    z-index: -1
}

.container .introduce .inner-wrap-intro .section-1 .text-2 {
    position: absolute;
    left: 392px;
    top: 324px
}

.container .introduce .inner-wrap-intro .section-1 .text-2 h2::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 18px;
    background: #E2EAFF;
    transition: width 0.2s;
    z-index: -1
}

.container .introduce .inner-wrap-intro .section-1 .text-3 {
    position: absolute;
    left: 543px;
    top: 557px
}

.container .introduce .inner-wrap-intro .section-1 .text-3 h2::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 18px;
    background: #E2EAFF;
    transition: width 0.2s;
    z-index: -1
}

.container .introduce .inner-wrap-intro .section-1 .img {
    position: absolute;
    top: 0;
    left: 0
}

.container .introduce .inner-wrap-intro .section-1 .img img:nth-of-type(1) {
    position: absolute;
    top: 190px;
    left: 128px;
    z-index: 2
}

.container .introduce .inner-wrap-intro .section-1 .img img:nth-of-type(2) {
    position: absolute;
    top: 62px;
    left: 36px;
    z-index: 0;
    box-shadow: 0 0 15px #ddd
}

.container .introduce .inner-wrap-intro .section-1 .img img:nth-of-type(3) {
    position: absolute;
    top: 368px;
    left: 12px;
    z-index: 1;
    box-shadow: 0 0 15px #ddd
}

.container .introduce .inner-wrap-intro .section-1 .img img:nth-of-type(4) {
    position: absolute;
    top: 566px;
    left: 70px;
    z-index: 0
}

.container .account .btn-group .sns {
    font-size: 17px;
    font-weight: 500;
    overflow: hidden
}

.container .account .btn-group .sns>div {
    font-size: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center
}

.container .account .btn-group .sns .naver {
    display: block;
    color: #fff;
    background-image: url("/images/sub/sns_login_naver.png");
    background-color: #00C720
}

.container .account .btn-group .sns .kakao {
    color: #222222;
    margin-top: 10px;
    background-image: url("/images/sub/sns_login_kakao_2.png");
    background-color: #FBEB06
}

.container .account .login-wrap {
    width: 750px;
    padding: 62px 121px 80px 121px;
    margin: 30px auto 18px auto;
    border: 14px solid #F7F7F7
}

.container .account .login-wrap h1 {
    font-size: 38px;
    font-weight: 500;
    color: #222;
    text-align: center
}

.container .account .login-wrap p {
    margin-top: 2px;
    font-size: 17px;
    color: #666;
    text-align: center
}

.container .account .login-wrap .input {
    padding-top: 16px
}

.container .account .login-wrap .input input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 17px;
    margin-top: 9px;
    font-size: 16px;
    border-radius: 0
}

.container .account .login-wrap .check {
    margin-top: 12px;
    overflow: hidden
}

.container .account .login-wrap .check .left {
    float: left
}

.container .account .login-wrap .check .right {
    float: right
}

.container .account .login-wrap .check .right a {
    position: relative;
    font-size: 15px
}

.container .account .login-wrap .check .right a:first-of-type {
    margin-right: 22px
}

.container .account .login-wrap .check .right a:first-of-type::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -13px;
    width: 1px;
    height: 13px;
    background: #8D8D8D;
    margin-top: -6px
}

.container .account .login-wrap .btn-group a.lg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0
}

.container .account .login-wrap .btn-group .sns {
    margin-top: 10px
}

.container .account .login-wrap .btn-group .sns>div {
    width: 480px;
    height: 56px
}

.container .account .login-wrap .btn-group .sns .naver {
    float: left
}

.container .account .login-wrap .btn-group .sns .kakao {
    float: right
}

.container .account .login-wrap .help {
    margin-top: 42px
}

.container .account .login-wrap .help h2 {
    font-size: 21px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .account .login-wrap .help ul {
    display: flex;
    justify-content: center;
    margin-top: 13px;
}

.container .account .login-wrap .help ul li {
    
}

.container .account .login-wrap .help ul li a {
    display: flex;
    align-items: center;
    padding-left: 73px;
    height: 65px;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-transition: all .1s;
    transition: all .1s
}

.container .account .login-wrap .help ul li a:hover.sleep {
    background-image: url("/images/sub/icon_login_sleep_hover.png")
}

.container .account .login-wrap .help ul li a:hover.customer {
    background-image: url("/images/sub/icon_login_customer_hover.png")
}

.container .account .login-wrap .help ul li a:hover.register {
    background-image: url("/images/sub/icon_login_register_hover.png")
}

.container .account .login-wrap .help ul li a.sleep {
    width: 175px;
    background-image: url("/images/sub/icon_login_sleep.png")
}

.container .account .login-wrap .help ul li a.customer {
    width: 175px;
    background-image: url("/images/sub/icon_login_customer.png")
}

.container .account .login-wrap .help ul li a.register {
    width: 130px;
    background-image: url("/images/sub/icon_login_register.png")
}

.container .account .select-wrap {
    width: 825px;
    padding: 23px 0 28px 0;
    margin: 0 auto;
    text-align: center
}

.container .account .select-wrap h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222
}

.container .account .select-wrap .section {
    display: inline-block;
    width: 400px;
    height: 304px;
    padding: 35px 38px 38px 38px;
    margin-top: 36px;
    vertical-align: top;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.container .account .select-wrap .section:hover {
    border-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14)
}

.container .account .select-wrap .section.left {
    margin-right: 20px
}

.container .account .select-wrap .section.left .btn-group {
    padding-top: 22px
}

.container .account .select-wrap .section.right .btn-group {
    padding-top: 48px
}

.container .account .select-wrap .section.right .btn-group .sns div {
    height: 56px;
    margin-top: 7px
}

.container .account .select-wrap .section h2 {
    font-size: 26px;
    font-weight: 700
}

.container .account .select-wrap .section .sns_k {
    margin-top: 40px
}

.container .account .select-wrap .section p {
    margin-top: 12px;
    font-size: 15px;
    color: #454545
}

.container .account .select-wrap .section .btn-group a {
    width: 100%;
    border-radius: 0
}

.container .account .register-wrap .section {
    width: 540px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #DBDBDB
}

.container .account .register-wrap .section.terms {
    margin-top: 17px
}

.container .account .register-wrap .section.terms>ul>li:first-of-type {
    padding-bottom: 19px;
    margin-bottom: 3px;
    border-bottom: 1px solid #EFEFEF
}

.container .account .register-wrap .section.terms>ul>li:first-of-type .check {
    top: 40px
}

.container .account .register-wrap .section.form {
    margin-top: 23px
}

.container .brain-science .inner-wrap .left-area .main-post {
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 27px;
    border-bottom: 1px dotted #D5D5D5
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide {
    display: block
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide li.slick-slide {
    width: 100%;
    height: 234px;
    margin: 0;
    border: 0
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide li.slick-slide .thumb {
    display: inline-block;
    width: 359px;
    height: 234px;
    vertical-align: top
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide li.slick-slide .content {
    display: inline-block;
    width: 370px;
    margin-left: 18px;
    vertical-align: top
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide li.slick-slide .content a h3 {
    font-size: 21px;
    line-height: 28px
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide li.slick-slide .content a p {
    margin-top: 8px;
    font-size: 14px;
    color: #454545;
    font-size: 14px;
    color: #454545;
    line-height: 22px
}

.container .brain-science .inner-wrap .left-area .main-post ul.slide li.slick-slide .content a .info {
    margin-top: 9px
}

.container .brain-science .inner-wrap .left-area .main-post ul.slick-dots {
    right: 52px;
    bottom: 0;
    text-align: right
}

.container .brain-science .inner-wrap .left-area .main-post ul.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background-color: #B9B9B9;
    border-radius: 50%
}

.container .brain-science .inner-wrap .left-area .main-post ul.slick-dots li.slick-active {
    background-color: #fff;
    border: 2px solid #FF9100
}

.container .brain-science .inner-wrap .left-area .main-post ul.slick-dots li button {
    display: none
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn {
    position: absolute;
    bottom: 30px;
    right: 0
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a {
    width: 12px;
    height: 12px;
    margin-left: 11px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.arrow {
    display: inline-block !important
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.arrow.prev {
    background-image: url("/Images/common/arrow_main_report_prev.png")
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.arrow.next {
    background-image: url("/Images/common/arrow_main_report_next.png")
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.play {
    display: none;
    background-image: url("/Images/common/icon_main_report_play.png")
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.play.active {
    display: inline-block
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.pause {
    display: none;
    background-image: url("/Images/common/icon_main_report_pause.png")
}

.container .brain-science .inner-wrap .left-area .main-post .slide-btn a.pause.active {
    display: inline-block
}

.container .issue .top {
    background-color: #EEF4FC
}

.container .issue .top .inner-wrap {
    padding: 35px 0 46px 0
}

.container .issue .top .inner-wrap .main {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .issue .top .inner-wrap .main .thumb {
    position: relative;
    display: inline-block;
    width: 340px;
    height: 221px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
    flex-shrink: 0
}

.container .issue .top .inner-wrap .main .thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.container .issue .top .inner-wrap .main .content {
    margin-left: 39px;
    padding-right: 30px
}

.container .issue .top .inner-wrap .main .content h3 {
    font-size: 18px;
    font-weight: 500
}

.container .issue .top .inner-wrap .main .content h2 {
    margin-top: 10px;
    font-size: 27px;
    font-weight: 700;
    color: #222
}

.container .issue .top .inner-wrap .main .content p {
    margin-top: 10px;
    font-size: 15px;
    color: #454545;
    line-height: 22px
}

.container .issue .top .inner-wrap .main .content .btn-group {
    margin-top: 17px;
    text-align: left
}

.container .issue .top .inner-wrap .main .content .btn-group a {
    width: 154px;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    border-radius: 23px
}

.container .issue .top .inner-wrap .main .content .btn-group a.active>span::after {
    content: "▲"
}

.container .issue .top .inner-wrap .main .content .btn-group a>span {
    position: relative;
    padding-left: 20px;
    padding-right: 17px;
    background-image: url("/images/sub/icon_issue_white.png");
    background-repeat: no-repeat;
    background-position: 0
}

.container .issue .top .inner-wrap .main .content .btn-group a>span::after {
    content: "▼";
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 10px;
    line-height: 1
}

.container .issue .list {
    display: none;
    margin-top: 36px;
    padding: 22px 0 22px 32px;
    background-color: #fff
}

.container .issue .list.active {
    display: block
}

.container .issue .list ul li {
    display: inline-block;
    width: 465px;
    padding: 9px 0;
    vertical-align: top
}

.container .issue .list ul li:nth-of-type(even) {
    margin-left: 49px
}

.container .issue .list ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .issue .list ul li a .thumb {
    position: relative;
    width: 127px;
    height: 83px;
    margin-right: 15px;
    border: 1px solid #DEDEDE;
    flex-shrink: 0;
    overflow: hidden;
}

.container .issue .list ul li a .thumb img {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: auto !important;
}

.container .issue .list ul li a .content {
    padding-top: 5px
}

.container .issue .list ul li a .content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 20px
}

.container .issue .list ul li a .content .info {
    margin-top: 7px
}

.container .issue .post-list {
    margin-top: 6px
}

.container .issue .post-list>ul>li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0;
    border-bottom: 1px solid #D9D9D9;
    flex-wrap: wrap
}

.container .issue .post-list>ul>li .thumb {
    position: relative;
    width: 340px;
    height: 221px;
    margin-right: 39px;
    flex-shrink: 0
}

.container .issue .post-list>ul>li .thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.container .issue .post-list>ul>li .content {
    max-width: 646px
}

.container .issue .post-list>ul>li .content>a h3 {
    font-family: "S-Core-Dream-5";
    font-size: 18px
}

.container .issue .post-list>ul>li .content>a h2 {
    margin-top: 8px;
    font-size: 27px;
    font-weight: 700;
    color: #222
}

.container .issue .post-list>ul>li .content>a p {
    margin-top: 10px;
    font-size: 15px;
    color: #454545
}

.container .issue .post-list>ul>li .content>.btn-group {
    margin-top: 17px;
    padding-top: 0;
    text-align: left
}

.container .issue .post-list>ul>li .content>.btn-group a {
    width: 154px;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    border-radius: 23px
}

.container .issue .post-list>ul>li .content>.btn-group a.active span::after {
    content: "▲"
}

.container .issue .post-list>ul>li .content>.btn-group a>span {
    position: relative;
    padding-left: 20px;
    padding-right: 17px;
    background-image: url("/images/sub/icon_issue_black.png");
    background-repeat: no-repeat;
    background-position: 0
}

.container .issue .post-list>ul>li .content>.btn-group a>span::after {
    content: "▼";
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 10px;
    line-height: 1
}

.container .issue .post-list>.btn-group {
    padding-top: 29px
}

.container .newsletter .top {
    margin-bottom: 58px;
    background-color: #EEF4FC
}

.container .newsletter .top .inner-wrap {
    position: relative;
    height: 295px
}

.container .newsletter .top .inner-wrap .thumb {
    position: absolute;
    top: 37px;
    left: 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
    font-size: 0
}

.container .newsletter .top .inner-wrap .content {
    width: 422px;
    padding-top: 50px;
    margin-left: 479px
}

.container .newsletter .top .inner-wrap .content h3 {
    font-family: "S-CoreDream-5", sans-serif;
    font-size: 18px;
    font-weight: normal
}

.container .newsletter .top .inner-wrap .content h2 {
    margin-top: 11px;
    font-size: 27px;
    font-weight: 700;
    color: #222;
    line-height: 33px
}

.container .newsletter .top .inner-wrap .content p {
    margin-top: 12px;
    font-size: 15px;
    color: #454545
}

.container .newsletter .top .inner-wrap .content .btn-group {
    margin-top: 18px;
    text-align: left
}

.container .newsletter .tabs {
    margin-bottom: 21px;
}

.container .tv .inner-wrap .left-area .title span {
    padding-left: 21px;
    background-image: url("/images/sub/icon_tv.png");
    background-repeat: no-repeat;
    background-position: 0 center
}

.container .tv .inner-wrap .left-area .post-list ul {
    margin-top: 22px
}

.container .tv .inner-wrap .left-area .post-list ul li {
    margin-right: 12px
}

.container .tv .inner-wrap .left-area .post-list ul li:nth-of-type(3n) {
    margin-right: 0
}

.container .subscribe .top {
    height: 440px;
    margin-top: -53px;
    padding: 62px 0 67px 0;
    text-align: left;
    background-image: url("/images/sub/bg_subscribe_top.jpg");
    background-repeat: no-repeat;
    background-position: center
}

.container .subscribe .top h1 {
    padding-bottom: 6px;
    font-size: 28px;
    font-weight: 700
}

.container .subscribe .top p {
    margin-top: 21px;
    font-size: 18px
}

.container .subscribe .top .btn-group {
    text-align: left;
    margin-top: 37px
}

.container .subscribe .top .btn-group a {
    width: 190px;
    margin: 0 3px;
    line-height: 57px;
    border-radius: 10px
}

.container .subscribe .inner-wrap.guide .section:nth-of-type(1) {
    margin-top: 46px
}

.container .subscribe .inner-wrap.guide .section:nth-of-type(2) {
    margin-top: 63px
}

.container .subscribe .inner-wrap.guide .section:nth-of-type(3) {
    margin-top: 73px
}

.container .subscribe .inner-wrap.guide .section h2 {
    position: relative;
    padding-left: 13px;
    font-family: "S-CoreDream-6";
    font-size: 22px
}

.container .subscribe .inner-wrap.guide .section h2::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 21px;
    background: #BBC7F1;
    margin-top: -10px
}

.container .subscribe .inner-wrap.guide .section p {
    font-size: 16px;
    color: #454545;
    line-height: 28px
}

.container .subscribe .inner-wrap.guide .section p:nth-of-type(1) {
    margin-top: 12px
}

.container .subscribe .inner-wrap.guide .section p:nth-of-type(2) {
    margin-top: 5px
}

.container .subscribe .inner-wrap.guide .section .table {
    margin-top: 27px;
    margin-bottom: 12px
}

.container .subscribe .inner-wrap.guide .section .table thead tr th:last-of-type {
    border-right: 0
}

.container .subscribe .inner-wrap.guide .section .table tr th,
.container .subscribe .inner-wrap.guide .section .table tr td {
    border: 1px solid #E7E7E7
}

.container .subscribe .inner-wrap.guide .section .table tr th:first-of-type,
.container .subscribe .inner-wrap.guide .section .table tr td:first-of-type {
    border-left: 0
}

.container .subscribe .inner-wrap.guide .section .table tr th:nth-of-type(1) {
    width: 210px
}

.container .subscribe .inner-wrap.guide .section .table tr th:nth-of-type(2),
.container .subscribe .inner-wrap.guide .section .table tr th:nth-of-type(3) {
    width: 415px
}

.container .subscribe .inner-wrap.guide .section .table tr td:last-of-type {
    border-right: 0
}

.container .subscribe .inner-wrap.guide .section .btn-group {
    margin-left: 10px;
    vertical-align: bottom
}

.container .subscribe .inner-wrap.guide .online-magazine {
    margin-top: 65px;
    padding-top: 62px;
    border-top: 1px solid #D5D5D5
}

.container .subscribe .inner-wrap.guide .online-magazine h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .subscribe .inner-wrap.guide .online-magazine p {
    margin-top: 6px;
    font-size: 18px;
    color: #454545;
    line-height: 28px;
    text-align: center
}

.container .subscribe .inner-wrap.guide .online-magazine ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.container .subscribe .inner-wrap.guide .online-magazine ul li {
    width: 330px;
    height: 300px;
    border: 1px solid #DEDEDE
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .thumb {
    position: relative;
    height: 181px
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .1s;
    transition: all .1s;
    background-image: url("/images/sub/icon_home.png");
    background-repeat: no-repeat;
    background-position: right 7px bottom 15px
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .thumb a:hover {
    background-image: url("/images/sub/icon_home_hover.png")
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .thumb a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .content {
    padding: 16px 20px 27px 20px;
    border-top: 1px solid #DEDEDE
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .content .btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 9px
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .content .btns a {
    display: inline-block;
    width: 140px;
    height: 39px;
    font-size: 0;
    background-repeat: no-repeat
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .content .btns a.googleplay {
    background-image: url("/images/sub/btn_google_play.png")
}

.container .subscribe .inner-wrap.guide .online-magazine ul li .content .btns a.appstore {
    background-image: url("/images/sub/btn_app_store.png")
}

.container .subscribe .inner-wrap.apply>h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .subscribe .inner-wrap.apply>p {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.container .subscribe .inner-wrap.apply .section {
    width: 804px;
    padding: 26px 51px 54px 51px;
    margin: -1px auto 0 auto;
    border: 1px solid #DBDBDB
}

.container .subscribe .inner-wrap.apply .section h2 {
    padding-bottom: 5px;
    border-bottom: 0
}

.container .subscribe .inner-wrap.apply .section>.check {
    padding-bottom: 16px;
    margin: 18px 30px 0 30px;
    border-bottom: 2px solid #F3F3F3
}

.container .subscribe .inner-wrap.apply .section>.check label {
    font-size: 16px;
    font-weight: 500;
    color: #454545
}

.container .subscribe .inner-wrap.apply .section:first-of-type {
    margin-top: 27px
}

.container .subscribe .inner-wrap.apply .section.form ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .subscribe .inner-wrap.apply .section.form ul li h3 {
    width: 160px;
    padding-top: 11px;
    margin-bottom: 0;
    flex-shrink: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .payment {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 25px;
    border: 5px solid #F2F2F2
}

.container .subscribe .inner-wrap.apply .section.form ul li .payment h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222
}

.container .subscribe .inner-wrap.apply .section.form ul li .payment .price {
    font-size: 18px;
    font-weight: 700
}

.container .subscribe .inner-wrap.apply .section.form ul li .payment .price span {
    font-size: 22px;
    font-weight: 900
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap {
    width: 480px;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap:first-of-type {
    margin-top: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap.row {
    flex-wrap: wrap
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap.row input[type="text"] {
    margin-top: 8px
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap.row input[type="text"]:first-of-type {
    margin-top: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap.left {
    justify-content: flex-start
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap select.sm {
    width: 129px;
    flex-shrink: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap select:nth-of-type(2) {
    width: 100px;
    flex-shrink: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap input:nth-of-type(2)+label {
    margin-left: 5px
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap input.name {
    width: 170px
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap input.sm {
    width: 170px;
    margin-right: 7px
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap input,
.container .subscribe .inner-wrap.apply .section.form ul li .wrap select,
.container .subscribe .inner-wrap.apply .section.form ul li .wrap span {
    margin-left: 0;
    margin-right: 5px
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap .inner-btn {
    display: inline-block;
    flex-shrink: 0;
    padding: 0 24px;
    line-height: 46px;
    background-color: #DCDCDC;
    border-radius: 6px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap .inner-btn:hover {
    background-color: #C2C2C2
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap .inner-btn.blue {
    color: #3D66DC;
    background-color: #fff;
    border: 2px solid #4E7BFB
}

.container .subscribe .inner-wrap.apply .section.form ul li .wrap .inner-btn.blue:hover {
    background-color: #fff
}

.container .subscribe .inner-wrap.apply .section.form ul li .table {
    font-size: 15px;
    color: #222;
    table-layout: fixed
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr:last-of-type td {
    padding-bottom: 5px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr th {
    padding: 12px 0 15px 0;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #D2D2D2
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr th:nth-of-type(1) {
    width: 240px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr th:nth-of-type(2) {
    width: 110px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr th:nth-of-type(3) {
    width: 120px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr th:nth-of-type(4) {
    width: 120px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr th:nth-of-type(5) {
    width: 50px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td {
    padding: 25px 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-top: 2px solid #F3F3F3
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td:first-of-type {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td:first-of-type .thumb {
    width: 100px;
    height: 144px;
    margin-right: 10px;
    flex-shrink: 0;
    border: 1px solid #DEDEDE
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td:first-of-type .thumb img {
    width: 100%;
    height: 100%
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td:first-of-type .content .info {
    margin-top: 28px
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td:first-of-type .content .info .vol {
    font-weight: 500
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td:first-of-type .content .info p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 22px;
    word-break: keep-all
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #D2D2D2
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity a {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity a.minus {
    border-right: 1px solid #D2D2D2
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity a.minus::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 8px;
    width: 14px;
    height: 1px;
    background: #777
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity a.plus {
    border-left: 1px solid #D2D2D2
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity a.plus::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 8px;
    width: 14px;
    height: 1px;
    background: #777
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity a.plus::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 15px;
    width: 1px;
    height: 14px;
    background: #777
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity input[type="text"] {
    width: 36px;
    height: 32px;
    color: #454545;
    text-align: center;
    border: 0;
    flex-shrink: 0
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .quantity input[type="text"]:focus {
    box-shadow: none
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .delete {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
    border: 1px solid #D2D2D2
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .delete::before,
.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .delete::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 9px;
    width: 14px;
    height: 1px;
    background: #777
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .delete::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container .subscribe .inner-wrap.apply .section.form ul li .table tr td .delete::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.container .subscribe .inner-wrap.apply .section.terms {
    padding-top: 13px;
    padding-bottom: 20px
}

.container .subscribe .inner-wrap.apply .btn-group {
    margin-top: 30px
}

.container .subscribe .inner-wrap.complete h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .subscribe .inner-wrap.complete .table {
    margin-top: 26px
}

.container .subscribe .inner-wrap.complete .table th {
    width: 219px
}

.container .subscribe .inner-wrap.complete .btn-group {
    margin-top: 30px;
    padding-bottom: 66px;
    border-bottom: 1px solid #D2D2D2
}

.container .subscribe .inner-wrap.complete h2 {
    margin-top: 45px;
    font-family: "S-CoreDream-6", sans-serif;
    font-size: 22px
}

.container .subscribe .inner-wrap.complete .post-list {
    margin-top: 20px
}

.container .subscribe .inner-wrap.complete .post-list.gallery ul li {
    width: 240px;
    height: 313px;
    margin-right: 29px
}

.container .subscribe .inner-wrap.complete .post-list.gallery ul li:nth-of-type(3n) {
    margin-right: 29px !important
}

.container .subscribe .inner-wrap.complete .post-list.gallery ul li .text {
    height: 106px
}

.container .subscribe .inner-wrap.complete .post-list.video ul li {
    margin-right: 27px
}

.container .subscribe .inner-wrap.complete .post-list.video ul li:nth-of-type(4n) {
    margin-right: 0
}

.container .subscribe .inner-wrap.confirm {
    width: 804px;
    margin: 0 auto
}

.container .subscribe .inner-wrap.confirm h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .subscribe .inner-wrap.confirm .content {
    margin-top: 26px;
    padding: 50px 80px 64px 80px;
    border: 1px solid #DBDBDB
}

.container .subscribe .inner-wrap.confirm .content h2 {
    font-size: 19px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .subscribe .inner-wrap.confirm .content .section {
    margin-top: 28px
}

.container .subscribe .inner-wrap.confirm .content .section h3 {
    font-size: 17px;
    font-weight: 700;
    color: #222
}

.container .subscribe .inner-wrap.confirm .content .section .table {
    margin-top: 6px
}

.container .subscribe .inner-wrap.confirm .content .section .table tr:last-of-type {
    border-bottom: 1px solid #E7E7E7
}

.container .subscribe .inner-wrap.confirm .content .section .table tr th {
    width: 170px
}

.container .subscribe .inner-wrap.confirm .btn-group {
    margin-top: 35px
}

.container .magazine .top {
    background-color: #EEF4FC
}

.container .magazine .top .inner-wrap {
    position: relative;
    height: 295px
}

.container .magazine .top .inner-wrap .thumb {
    position: absolute;
    top: 37px;
    left: 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
    font-size: 0
}

.container .magazine .top .inner-wrap .content {
    width: 422px;
    padding-top: 41px;
    margin-left: 267px
}

.container .magazine .top .inner-wrap .content h3 {
    font-family: "S-CoreDream-5", sans-serif;
    font-size: 18px;
    font-weight: normal
}

.container .magazine .top .inner-wrap .content .title_1 {
    width: 422px;
    overflow: hidden
}

.container .magazine .top .inner-wrap .content .title_1 h2 {
    margin-top: 7px;
    font-size: 27px;
    font-weight: 700;
    color: #222;
    line-height: 33px
}

.container .magazine .top .inner-wrap .content .title_2 {
    width: 422px;
    height: 50px;
    overflow: hidden
}

.container .magazine .top .inner-wrap .content .title_2 p {
    margin-top: 10px;
    font-size: 15px;
    color: #454545
}

.container .magazine .top .inner-wrap .content select {
    position: absolute;
    bottom: 43px;
    left: 267px;
    width: 422px
}

.container .magazine .top .inner-wrap .subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 292px;
    height: 295px;
    padding: 34px 31px 31px 31px;
    background-color: #E0EBF9
}

.container .magazine .top .inner-wrap .subscribe h3 {
    font-size: 17px;
    font-weight: 700;
    color: #222
}

.container .magazine .top .inner-wrap .subscribe h2 {
    margin-top: 9px;
    font-family: "S-CoreDream-6", sans-serif;
    font-size: 29px
}

.container .magazine .top .inner-wrap .subscribe p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .magazine .top .inner-wrap .subscribe .btn-group {
    margin-top: 19px;
    text-align: left
}

.container .magazine .contents .inner-wrap {
    position: relative
}

.container .magazine .contents .inner-wrap .banner {
    position: absolute;
    top: 45px;
    right: 0
}

.container .magazine .contents ul {
    margin-top: 34px
}

.container .magazine .contents ul li {
    padding-top: 42px
}

.container .magazine .contents ul li>div {
    display: inline-block;
    vertical-align: top
}

.container .magazine .contents ul li .left {
    width: 235px;
    font-family: "S-CoreDream-6", sans-serif;
    font-size: 17px;
    color: #222
}

.container .magazine .contents ul li .right {
    width: 620px;
    padding-bottom: 3px;
    padding-left: 20px;
    background-image: url("/images/common/dot_line_vertical.png");
    background-repeat: repeat-y
}

.container .magazine .contents ul li .right h3 {
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #454545
}

.container .magazine .contents ul li .right p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    line-height: 24px
}

.container .magazine .contents ul li .right a:hover {
    text-decoration: underline
}

.container .magazine .contents ul li .right img {
    margin-top: 5px;
    margin-right: 10px
}

.container .board-wrap.notice .list>ul>li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 64px;
    position: relative
}

.container .board-wrap.notice .list>ul>li .num {
    width: 84px
}

.container .board-wrap.notice .list>ul>li .category {
    width: 94px
}

.container .board-wrap.notice .list>ul>li .subject {
    width: 540px;
    padding-left: 20px;
    font-weight: 500
}

.container .board-wrap.notice .list>ul>li .date {
    width: 110px
}

.container .board-wrap.faq .list>ul>li {
    display: block
}

.container .board-wrap.faq .list>ul>li.active>a {
    background-image: url("/images/sub/arrow_faq_up.png");
    background-color: #F5F7FF
}

.container .board-wrap.faq .list>ul>li>a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-image: url("/images/sub/arrow_faq_down.png");
    background-repeat: no-repeat;
    background-position: right 24px top 27px
}

.container .board-wrap.faq .list>ul>li>a .num {
    width: 65px;
    padding: 21px 0
}

.container .board-wrap.faq .list>ul>li>a .category {
    width: 120px
}

.container .board-wrap.faq .list>ul>li>a .subject {
    width: 780px;
    padding-left: 25px
}

.container .board-wrap.faq .list>ul>li .content {
    display: none;
    width: 100%;
    padding: 26px 90px 30px 90px;
    font-size: 15px;
    color: #454545;
    line-height: 22px;
    text-align: left;
    background-color: #fff;
    border-top: 2px solid #F3F3F3
}

.container .board-wrap.faq .list>ul>li .content .attach {
    margin-top: 7px
}

.container .board-wrap .attach ul li a {
    display: inline-block;
    padding: 4px 0 4px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #2E4B9C;
    background-image: url("/images/common/icon_attach.png");
    background-repeat: no-repeat;
    background-position: 0 center
}

.container .board-wrap .attach ul li a:hover {
    text-decoration: underline
}

.container .board-wrap .list {
    margin-top: 15px
}

.container .board-wrap .list>ul {
    border-top: 2px solid #555555
}

.container .board-wrap .list>ul>li {
    text-align: center;
    border-bottom: 2px solid #F3F3F3
}

.container .board-wrap .list>ul>li .num {
    font-size: 14px;
    color: #777
}

.container .board-wrap .list>ul>li .category {
    font-size: 15px;
    font-weight: 700;
    color: #222
}

.container .board-wrap .list>ul>li .subject {
    text-align: left;
    font-size: 15px;
    color: #454545
}

.container .board-wrap .list>ul>li .subject a:hover {
    text-decoration: underline
}

.container .board-wrap .list>ul>li .date {
    margin-left: auto;
    padding: 0 16px;
    font-size: 13px;
    color: #5d5d5d
}

.container .mypage .inner-wrap .left-area {
    width: 202px;
    margin-top: 10px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.16)
}

.container .mypage .inner-wrap .left-area h2 {
    padding: 17px 26px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #2E4B9C
}

.container .mypage .inner-wrap .left-area ul {
    padding: 12px 12px 16px 26px
}

.container .mypage .inner-wrap .left-area ul li {
    padding: 7px 0;
    background-color: #fff
}

.container .mypage .inner-wrap .left-area ul li a {
    font-size: 15px;
    color: #222
}

.container .mypage .inner-wrap .left-area ul li a:hover,
.container .mypage .inner-wrap .left-area ul li a.active {
    font-weight: 500;
    color: #2E4B9C
}

.container .mypage .inner-wrap .right-area {
    width: 780px
}

.container .mypage .inner-wrap .right-area>h1 {
    font-size: 26px;
    font-weight: 700;
    color: #222
}

.container .mypage .inner-wrap .right-area>p {
    margin-top: 13px;
    font-size: 15px;
    color: #222
}

.container .mypage .inner-wrap .right-area>p a {
    display: inline-block;
    padding: 5px 8px 6px 8px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #4E7BFB;
    border-radius: 5px
}

.container .mypage .inner-wrap .right-area>p a span {
    padding-right: 11px;
    background-image: url(/Images/common/arrow_footer_customer_btn.png);
    background-repeat: no-repeat;
    background-position: right 6px
}

.container .mypage .inner-wrap .right-area hr {
    border-top: 2px solid #555555
}

.container .mypage .inner-wrap .right-area .table {
    margin-top: 16px
}

.container .mypage .inner-wrap .right-area .table tr th,
.container .mypage .inner-wrap .right-area .table tr td {
    font-size: 15px;
    color: #222;
    line-height: 20px
}

.container .mypage .inner-wrap .right-area .table tr th {
    padding: 14px 0
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(1) {
    width: 55px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(2) {
    width: 75px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(3) {
    width: 180px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(4) {
    width: 120px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(5) {
    width: 110px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(6) {
    width: 90px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(7) {
    width: 85px
}

.container .mypage .inner-wrap .right-area .table tr th:nth-of-type(8) {
    width: 65px
}

.container .mypage .inner-wrap .right-area .table tr td {
    padding: 13px;
    word-break: keep-all
}

.container .mypage .inner-wrap .right-area .table tr td .inner-btn {
    display: inline-block;
    width: 50px;
    padding-bottom: 2px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    border: 1px solid #CBCBCB;
    border-radius: 15px
}

.container .mypage .inner-wrap .right-area .empty {
    padding: 35px 0 32px 0;
    text-align: center;
    font-size: 15px;
    color: #222
}

.container .mypage .inner-wrap .right-area .empty-1 {
    padding: 80px 0 80px 0;
    text-align: center;
    font-size: 15px;
    color: #222
}

.container .mypage .inner-wrap .right-area .board-wrap .list .category {
    width: 100px
}

.container .mypage .inner-wrap .right-area .board-wrap .list .subject {
    width: 400px;
    padding-left: 30px
}

.container .mypage .inner-wrap .right-area .board-wrap .list .date {
    margin-right: 50px;
    color: #888
}

.container .mypage .inner-wrap .right-area .board-wrap .list .content {
    padding: 19px 27px
}

.container .mypage .inner-wrap .right-area .board-wrap .list .content h3 {
    margin-bottom: 3px
}

.container .mypage .inner-wrap .right-area .board-wrap .list .content h3 .date {
    margin-left: 7px;
    padding-left: 0;
    font-weight: 400
}

.container .mypage .inner-wrap .right-area .board-wrap .list .content .answer {
    position: relative;
    padding-top: 19px;
    padding-left: 25px;
    margin-top: 22px;
    background-image: url("/images/sub/arrow_answer.png");
    background-repeat: no-repeat;
    background-position: 0 23px
}

.container .mypage .inner-wrap .right-area .board-wrap .list .content .answer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0);
    background-image: url("/images/common/dot_line_horizontal.png");
    background-repeat: repeat-x
}

.container .mypage .inner-wrap .right-area .password {
    padding: 70px 0 65px 0;
    text-align: center
}

.container .mypage .inner-wrap .right-area .password h2 {
    font-size: 26px;
    font-weight: 500;
    color: #222
}

.container .mypage .inner-wrap .right-area .password .form {
    margin-top: 20px
}

.container .mypage .inner-wrap .right-area .password .form input[type="password"] {
    width: 420px;
    height: 52px;
    border-radius: 0
}

.container .mypage .inner-wrap .right-area .password .btn-group {
    margin-top: 16px
}

.container .mypage .inner-wrap .right-area .password .btn-group a {
    width: 420px;
    line-height: 56px;
    border-radius: 0
}

.container .mypage .inner-wrap .right-area .member-info .section {
    margin-top: -1px;
    padding: 26px 46px 43px 34px;
    border: 1px solid #DBDBDB
}

.container .mypage .inner-wrap .right-area .member-info .section:first-of-type {
    margin-top: 20px
}

.container .mypage .inner-wrap .right-area .member-info .section.form h2 {
    padding-bottom: 10px;
    border-bottom: 0
}

.container .mypage .inner-wrap .right-area .member-info .section.form p.required {
    top: 50px;
    right: 73px
}

.container .mypage .inner-wrap .right-area .member-info .section.form:nth-of-type(2) {
    padding-bottom: 54px
}

.container .mypage .inner-wrap .right-area .member-info .section.form:nth-of-type(2)>ul>li:first-of-type {
    padding-top: 19px
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 24px
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li h3 {
    padding-top: 10px;
    margin-bottom: 0
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap {
    width: 480px;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap:first-of-type {
    margin-top: 0
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap.row {
    flex-wrap: wrap
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap.row input[type="text"] {
    margin-top: 8px
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap.row input[type="text"]:first-of-type {
    margin-top: 0
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap.left {
    margin-top: 0;
    padding-top: 8px;
    justify-content: flex-start
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap.sm {
    justify-content: flex-start
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap.sm input {
    width: 170px;
    margin-right: 7px
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap input.name {
    width: 300px
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap input,
.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap select,
.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap span {
    margin-left: 0;
    margin-right: 5px
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap a.inner-btn {
    display: inline-block;
    flex-shrink: 0;
    padding: 0 24px;
    line-height: 46px;
    background-color: #DCDCDC;
    border-radius: 6px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .wrap a.inner-btn:hover {
    background-color: #C2C2C2
}

.container .mypage .inner-wrap .right-area .member-info .section.form>ul>li .agree {
    width: 480px
}

.container .mypage .inner-wrap .right-area .member-info .section.terms {
    padding-bottom: 20px
}

.container .mypage .inner-wrap .right-area .member-info .section.terms p {
    position: absolute;
    top: 26px;
    right: 18px;
    font-size: 13px;
    color: #666
}

.container .mypage .inner-wrap .right-area .member-info .btn-group {
    position: relative
}

.container .mypage .inner-wrap .right-area .member-info .btn-group .lg {
    width: 170px;
    margin: 0 2px;
    line-height: 54px;
    border-radius: 27px
}

.container .mypage .inner-wrap .right-area .member-info .btn-group .leave {
    position: absolute;
    top: -4px;
    right: 0;
    width: auto;
    font-size: 14px;
    color: #666;
    line-height: 1;
    text-decoration: underline
}

.container .mypage .inner-wrap .right-area .member-leave .section:nth-of-type(1) {
    margin-top: 26px
}

.container .mypage .inner-wrap .right-area .member-leave .section:nth-of-type(1) h3::before {
    background-color: #3D66DC
}

.container .mypage .inner-wrap .right-area .member-leave .section:nth-of-type(2) {
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid #DEDEDE
}

.container .mypage .inner-wrap .right-area .member-leave .section:nth-of-type(2) h3::before {
    background-color: #0D9E53
}

.container .mypage .inner-wrap .right-area .member-leave .section h3 {
    position: relative;
    padding-left: 11px;
    font-size: 20px;
    font-weight: 700;
    color: #222
}

.container .mypage .inner-wrap .right-area .member-leave .section h3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    margin-top: -8px;
    border-radius: 2px
}

.container .mypage .inner-wrap .right-area .member-leave .section p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #222
}

.container .mypage .inner-wrap .right-area .member-leave .section p.sm {
    font-size: 15px
}

.container .mypage .inner-wrap .right-area .member-leave .section ul {
    padding-top: 6px
}

.container .mypage .inner-wrap .right-area .member-leave .section ul li {
    position: relative;
    padding-top: 5px;
    padding-left: 11px;
    font-size: 15px;
    color: #454545
}

.container .mypage .inner-wrap .right-area .member-leave .section ul li::before {
    content: "-";
    position: absolute;
    top: 5px;
    left: 0
}

.container .mypage .inner-wrap .right-area .member-leave .section .btn-group {
    margin-top: 25px
}

.container .mypage .inner-wrap .right-area .member-leave .section .btn-group a {
    width: 255px;
    line-height: 54px;
    border-radius: 27px
}

.container .mypage .inner-wrap .right-area .member-leave .section .btn-group a.blue:hover {
    background-color: #3A66E2
}

.container .mypage .inner-wrap .right-area .member-leave .section .btn-group a.green:hover {
    background-color: #2CA26B
}

.container .mypage .inner-wrap .right-area .btn-group {
    margin-top: 30px
}

.container .customer .inner-wrap .terms-wrap {
    margin: 85px 125px 0 125px;
    padding: 70px 80px;
    border: 1px solid #DBDBDB
}

.container .customer .inner-wrap .terms-wrap .content iframe {
    width: 100%
}

.container .customer .inner-wrap .terms-wrap .select {
    margin-top: 35px;
    text-align: right
}

.container .customer .inner-wrap .terms-wrap .select select {
    width: 220px
}

.container .customer .inner-wrap .board-wrap.faq {
    position: relative;
    margin-top: 42px
}

.container .customer .inner-wrap .board-wrap.faq .search {
    position: absolute;
    top: 0;
    right: 0
}

.container .customer .inner-wrap .board-wrap .info .label {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 6px;
    border: 1px solid #4E7BFB
}

.container .customer .inner-wrap .board-wrap .info .date {
    font-size: 14px;
    color: #5D5D5D
}

.container .customer .inner-wrap .board-wrap .main-post {
    margin-top: 28px;
    margin-bottom: 40px
}

.container .customer .inner-wrap .board-wrap .main-post ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .customer .inner-wrap .board-wrap .main-post ul li {
    width: 330px;
    height: 335px;
    margin-right: 30px;
    border: 1px solid #E2E2E2
}

.container .customer .inner-wrap .board-wrap .main-post ul li:last-of-type {
    margin-right: 0
}

.container .customer .inner-wrap .board-wrap .main-post ul li:hover a .thumb img {
    transform: scale(1.1) translateX(-45%)
}

.container .customer .inner-wrap .board-wrap .main-post ul li:hover a .thumb object {
    transform: scale(1.1) translate(-45%, -45%)
}

.container .customer .inner-wrap .board-wrap .main-post ul li a .thumb {
    position: relative;
    width: 100%;
    height: 209px;
    overflow: hidden
}

.container .customer .inner-wrap .board-wrap .main-post ul li a .thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: scale(1) translateX(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.container .customer .inner-wrap .board-wrap .main-post ul li a .thumb object {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    max-width: 103px;
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: -1
}

.container .customer .inner-wrap .board-wrap .main-post ul li a .thumb .label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 7px;
    background-color: #000;
    font-size: 11px;
    font-weight: 500;
    color: #fff
}

.container .customer .inner-wrap .board-wrap .main-post ul li a .content {
    padding: 16px 22px
}

.container .customer .inner-wrap .board-wrap .main-post ul li a .content h3 {
    height: 62px;
    font-size: 18px;
    font-weight: 700;
    color: #222
}

.container .customer .inner-wrap .board-wrap .category ul {
    font-size: 0
}

.container .customer .inner-wrap .board-wrap .category ul li {
    display: inline-block;
    padding: 13px 16px 0 16px
}

.container .customer .inner-wrap .board-wrap .category ul li:first-of-type {
    padding-left: 0
}

.container .customer .inner-wrap .board-wrap .category ul li:first-of-type a::before {
    display: none
}

.container .customer .inner-wrap .board-wrap .category ul li a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #A2A2A2;
    line-height: 27px
}

.container .customer .inner-wrap .board-wrap .category ul li a.active {
    color: #3D66DC
}

.container .customer .inner-wrap .board-wrap .category ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -16px;
    width: 1px;
    height: 15px;
    background: #B4B4B4;
    margin-top: -7px
}

.container .customer .inner-wrap .board-wrap .search {
    position: relative;
    text-align: right
}

.container .customer .inner-wrap .board-wrap .search input[type="text"] {
    width: 244px;
    height: 40px;
    margin-right: 44px;
    border: 1px solid #D1D1D1;
    border-radius: 0
}

.container .customer .inner-wrap .board-wrap .search a {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 40px;
    font-size: 0;
    background-image: url("/images/sub/icon_search_board.png");
    background-repeat: no-repeat;
    background-color: #4E7BFB;
    background-position: center
}

.container .customer .inner-wrap .board-wrap .list .empty {
    padding-top: 84px;
    text-align: center
}

.container .customer .inner-wrap .board-wrap .list .empty h2 {
    margin-top: 26px;
    font-size: 25px;
    font-weight: 700;
    color: #222
}

.container .customer .inner-wrap .board-wrap .list .empty p {
    margin-top: 12px;
    font-size: 15px;
    color: #454545;
    line-height: 20px
}

.container .customer .inner-wrap .board-wrap .view {
    margin-top: 40px
}

.container .customer .inner-wrap .board-wrap .view .subject {
    position: relative;
    border-top: 2px solid #555555;
    border-bottom: 1px solid #D5D5D5
}

.container .customer .inner-wrap .board-wrap .view .subject h3 {
    width: 700px;
    padding: 23px 14px;
    font-size: 22px;
    font-weight: 500;
    color: #222
}

.container .customer .inner-wrap .board-wrap .view .subject .info {
    position: absolute;
    top: 28px;
    right: 10px
}

.container .customer .inner-wrap .board-wrap .view .attach {
    padding: 10px 14px;
    border-bottom: 1px solid #E3E3E3
}

.container .customer .inner-wrap .board-wrap .view .content {
    padding: 35px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 27px;
    border-bottom: 1px solid #E3E3E3
}

.container .customer .inner-wrap .board-wrap .view .btn-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.container .customer .inner-wrap .board-wrap .view .btn-group a {
    width: 90px;
    padding-top: 1px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    line-height: 36px;
    border-radius: 19px
}

.container .customer .inner-wrap .board-wrap .view .btn-group a span {
    background-repeat: no-repeat
}

.container .customer .inner-wrap .board-wrap .view .btn-group a.prev {
    margin-right: 4px
}

.container .customer .inner-wrap .board-wrap .view .btn-group a.prev span {
    padding-left: 14px;
    background-image: url("/images/sub/arrow_board_prev.png");
    background-position: 0 center
}

.container .customer .inner-wrap .board-wrap .view .btn-group a.next span {
    padding-right: 14px;
    background-image: url("/images/sub/arrow_board_next.png");
    background-position: right center
}

.container .customer .inner-wrap .board-wrap .view .btn-group a.go-list {
    margin-left: auto;
    border: 1px solid #CBCBCB
}

.container .customer .inner-wrap .question {
    padding-top: 47px;
    width: 804px;
    margin: 0 auto
}

.container .customer .inner-wrap .question>h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: center
}

.container .customer .inner-wrap .question>p {
    margin-top: 5px;
    font-size: 15px;
    color: #454545;
    text-align: center
}

.container .customer .inner-wrap .question .form,
.container .customer .inner-wrap .question .terms {
    padding: 11px 46px 11px 55px;
    border: 1px solid #DBDBDB
}

.container .customer .inner-wrap .question .form {
    margin-top: 38px;
    padding-bottom: 44px
}

.container .customer .inner-wrap .question .form>ul>li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.container .customer .inner-wrap .question .form>ul>li:last-of-type .wrap {
    padding: 0 3px
}

.container .customer .inner-wrap .question .form>ul>li h3 {
    width: 157px;
    margin-top: 11px
}

.container .customer .inner-wrap .question .form>ul>li .wrap {
    width: 486px
}

.container .customer .inner-wrap .question .form>ul>li .wrap.contents {
    flex-wrap: wrap
}

.container .customer .inner-wrap .question .form>ul>li .wrap.contents textarea {
    height: 148px;
    margin-top: 8px
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment {
    display: block
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 11px
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress input[type="file"] {
    display: none
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress label {
    display: inline-block;
    width: 97px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 30px;
    text-align: center;
    background-color: #EFEFEF;
    border-radius: 4px;
    cursor: pointer
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress .bar {
    position: relative;
    width: 370px;
    height: 30px
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress .bar>span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 315px;
    height: 7px;
    border-radius: 4px;
    overflow: hidden
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress .bar>span.gray {
    background-color: #EBEBEB
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress .bar>span .blue {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    background-color: #4E7BFB;
    border-radius: 4px;
    z-index: 2
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment .progress .bar .volume {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 13px;
    color: #888
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment ul li {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding: 0 44px 0 18px;
    margin-top: 7px;
    border: 1px solid #4E7BFB
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment ul li:first-of-type {
    margin-top: 0
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment ul li .file-name {
    font-size: 14px;
    color: #454545
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment ul li .volume {
    margin-left: auto;
    font-size: 13px;
    color: #888
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment ul li .delete {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-image: url("/images/sub/icon_delete_attach.png");
    background-repeat: no-repeat;
    background-position: center
}

.container .customer .inner-wrap .question .form>ul>li .wrap.attachment p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 20px
}

.container .customer .inner-wrap .question .form>ul>li hr {
    width: 100%;
    height: 2px;
    margin: 14px 0 9px 0;
    background-color: #F3F3F3;
    border: none
}

.container .customer .inner-wrap .question .terms {
    margin-top: -1px
}

.container .customer .inner-wrap .btn-group {
    margin-top: 30px
}

.container .search-result .inner-wrap .left-area .search {
    position: relative
}

.container .search-result .inner-wrap .left-area .search input[type="text"] {
    width: 100%;
    height: 58px;
    padding: 0 118px 0 18px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    border: 1px solid #D1D1D1;
    border-radius: 0
}

.container .search-result .inner-wrap .left-area .search a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 99px;
    height: 58px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 58px;
    text-align: center;
    background-color: #4E7BFB
}

.container .search-result .inner-wrap .left-area .search a:hover {
    background-color: #3A66E2
}

.container .search-result .inner-wrap .left-area .search a span {
    display: inline-block;
    padding-left: 20px;
    background-image: url("/Images/common/icon_search_white.png");
    background-repeat: no-repeat;
    background-position: 0 21px
}

.container .search-result .inner-wrap .left-area .tab-menu {
    position: relative;
    margin-top: 20px
}

.container .search-result .inner-wrap .left-area .tab-menu ul li a {
    padding: 12px;
}

.container .search-result .inner-wrap .left-area .tab-menu .sort-btns {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.container .search-result .inner-wrap .left-area .tab-menu .sort-btns button {
    position: relative;
    padding: 0 9px;
    font-size: 15px;
    font-weight: 500;
    color: #8E8E8E;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.container .search-result .inner-wrap .left-area .tab-menu .sort-btns button.active {
    color: #222;
}

.container .search-result .inner-wrap .left-area .tab-menu .sort-btns button:last-of-type {
    padding-right: 0;
}

.container .search-result .inner-wrap .left-area .tab-menu .sort-btns button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #CCC9C9;
}

.container .search-result .inner-wrap .left-area .tab-menu .sort-btns button:first-of-type:before {
    display: none;
}

.container .search-result .inner-wrap .left-area .contents .empty {
    padding-top: 84px;
    text-align: center
}

.container .search-result .inner-wrap .left-area .contents .empty h2 {
    margin-top: 26px;
    font-size: 25px;
    font-weight: 700;
    color: #222
}

.container .search-result .inner-wrap .left-area .contents .empty p {
    margin-top: 12px;
    font-size: 15px;
    color: #454545;
    line-height: 20px
}

.container .search-result .inner-wrap .left-area .contents .section {
    margin-top: 36px
}

.container .search-result .inner-wrap .left-area .contents .section:first-of-type {
    margin-top: 44px
}

.container .search-result .inner-wrap .left-area .contents .section h2 {
    margin-bottom: 10px;
    font-family: "S-CoreDream-6", sans-serif;
    font-size: 20px;
    color: #222
}

.container .search-result .inner-wrap .left-area .contents .section .box {
    display: flex;
    padding: 19px 36px 19px 20px;
    border: 1px solid #E5E5E5;
    border-bottom: 0
}

.container .search-result .inner-wrap .left-area .contents .section .box:last-of-type {
    border-bottom: 1px solid #E5E5E5
}

.container .search-result .inner-wrap .left-area .contents .section .box .thumb {
    position: relative;
    width: 182px;
    height: 116px;
    margin-right: 20px;
    flex-shrink: 0;
    overflow: hidden
}

.container .search-result .inner-wrap .left-area .contents .section .box .thumb.small {
    width: 116px;
    height: 74px
}

.container .search-result .inner-wrap .left-area .contents .section .box .thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%)
}

.container .search-result .inner-wrap .left-area .contents .section .box h3 {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    line-height: 24px
}

.container .search-result .inner-wrap .left-area .contents .section .box h3 .icon {
    margin-bottom: -3px;
    vertical-align: bottom
}

.container .search-result .inner-wrap .left-area .contents .section .box p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 20px
}

.container .search-result .inner-wrap .left-area .contents .section .box .info {
    margin-top: 10px
}

.container .search-result .inner-wrap .left-area .contents .section .box .info>span {
    margin-right: 12px
}

.container .search-result .inner-wrap .left-area .contents .section .box .info>span.from {
    font-size: 14px;
    font-weight: 500
}

.container .search-result .inner-wrap .left-area .contents .section .box .info>span.author {
    font-size: 14px;
    font-weight: 500;
    color: #222
}

.container .search-result .inner-wrap .left-area .contents .section .box .info>span.date {
    font-size: 13px;
    color: #5d5d5d
}

.container .search-result .inner-wrap .left-area .contents .btn-group {
    margin-top: 28px
}

.container .my-comment {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 42, 55, 0.8);
    visibility: hidden;
    opacity: 0;
    z-index: 21
}

.container .my-comment.active {
    visibility: visible;
    opacity: 1
}

.container .my-comment.active .wrap {
    transform: translateX(0)
}

.container .my-comment .wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    transform: translateX(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #fff
}

.container .my-comment .wrap .top {
    position: relative;
    height: 66px;
    background-color: #4E7BFB
}

.container .my-comment .wrap .top h1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 66px;
    text-align: center
}

.container .my-comment .wrap .top .close {
    display: block;
    position: absolute;
    top: 50%;
    left: 21px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 0;
    background-image: url("/images/sub/icon_close_my_comment.png");
    background-repeat: no-repeat
}

.container .my-comment .wrap .scroll-wrap {
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    height: calc(100% - 66px)
}

.container .my-comment .wrap .state {
    padding: 22px 0 36px 0;
    text-align: center;
    background-color: #F2F5FF
}

.container .my-comment .wrap .state .user {
    display: inline-block
}

.container .my-comment .wrap .state .user .thumb {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 50%
}

.container .my-comment .wrap .state .user .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.container .my-comment .wrap .state .user .name {
    margin-top: 4px;
    font-size: 17px;
    font-weight: 700
}

.container .my-comment .wrap .state .count {
    margin-top: 29px
}

.container .my-comment .wrap .state .count ul {
    font-size: 0
}

.container .my-comment .wrap .state .count ul li {
    position: relative;
    display: inline-block;
    width: 33%;
    padding-top: 33px;
    background-repeat: no-repeat
}

.container .my-comment .wrap .state .count ul li:last-of-type::after {
    display: none
}

.container .my-comment .wrap .state .count ul li::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: url("/images/common/dot_line_vertical.png");
    background-repeat: repeat-y
}

.container .my-comment .wrap .state .count ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #666
}

.container .my-comment .wrap .state .count ul li.comment {
    background-image: url(/images/sub/icon_my_comment_comment.png);
    background-position: center 0
}

.container .my-comment .wrap .state .count ul li.like.up {
    background-image: url(/images/sub/icon_my_comment_like_up.png);
    background-position: center 0
}

.container .my-comment .wrap .state .count ul li.like.down {
    background-image: url(/images/sub/icon_my_comment_like_down.png);
    background-position: center 0
}

.container .my-comment .wrap .sort {
    padding-top: 12px;
    border-bottom: 1px solid #D4D4D4
}

.container .my-comment .wrap .sort a {
    position: relative;
    display: inline-block;
    margin-left: 21px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 35px
}

.container .my-comment .wrap .sort a.active {
    color: #3D66DC
}

.container .my-comment .wrap .sort a.active::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3D66DC
}

.container .my-comment .wrap .comment.contents ul {
    background-color: #F6F6F6;
    padding-bottom: 1px
}

.container .my-comment .wrap .comment.contents ul li {
    position: relative;
    padding: 21px 22px;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #D8D8D8
}

.container .my-comment .wrap .comment.contents ul li:last-of-type {
    margin-bottom: 9px
}

.container .my-comment .wrap .comment.contents ul li .top-info .btns {
    top: 17px;
    right: 20px
}

.container .my-comment .wrap .comment.contents ul li .contents {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 7px
}

.container .my-comment .wrap .comment.contents ul li .from {
    margin-top: 12px;
    padding-top: 13px;
    border-top: 1px solid #E8E8E8
}

.container .my-comment .wrap .comment.contents ul li .from a>div {
    display: inline-block;
    vertical-align: top
}

.container .my-comment .wrap .comment.contents ul li .from .thumb {
    position: relative;
    width: 106px;
    height: 69px;
    margin-right: 12px
}

.container .my-comment .wrap .comment.contents ul li .from .thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.container .my-comment .wrap .comment.contents ul li .from .subject {
    width: 310px
}

.container .my-comment .wrap .comment.contents ul li .from .subject .text-cut {
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .my-comment .wrap .comment.contents ul li .from .subject h3 {
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .my-comment .wrap .comment.contents ul li .from .subject .info {
    margin-top: 5px
}

.container .my-comment .wrap .btn-group {
    padding: 20px
}

.container .my-comment .wrap .btn-group a {
    width: 100%;
    line-height: 54px;
    border-radius: 27px
}

.container .popup>.wrap .btn-group a {
    width: 170px;
    margin: 0 3px;
    line-height: 54px;
    border-radius: 27px
}

.container .popup>.wrap.select-magazine {
    width: 665px;
    margin: -410px 0 0 -333px
}

.container .popup>.wrap.select-magazine .content {
    padding: 38px 27px 50px 45px
}

.container .popup>.wrap.select-magazine .content .list {
    height: 530px
}

.container .popup>.wrap.select-magazine .content .list ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.container .popup>.wrap.select-magazine .content .list ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    margin-bottom: 32px;
    margin-right: 32px
}

.container .popup>.wrap.select-magazine .content .list ul li .thumb {
    position: relative;
    width: 110px;
    height: 154px;
    flex-shrink: 0;
    border: 1px solid #DEDEDE
}

.container .popup>.wrap.select-magazine .content .list ul li .thumb img {
    width: 100%;
    height: 100%
}

.container .popup>.wrap.select-magazine .content .list ul li .thumb label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-position: right 7px bottom 7px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    z-index: 2
}

.container .popup>.wrap.select-magazine .content .list ul li .text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px
}

.container .popup>.wrap.select-magazine .content .list ul li .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 23px
}

.container .popup>.wrap.select-magazine .content .list ul li .text .info .vol {
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.container .popup>.wrap.select-magazine .content .list ul li .text .info p {
    margin-top: 3px;
    font-size: 14px;
    color: #454545;
    line-height: 22px;
    word-break: keep-all
}

.container .popup>.wrap.select-magazine .content .btn-group {
    margin-top: 46px;
    padding-top: 32px;
    border-top: 1px solid #E7E7E7
}

.container .popup>.wrap.pw {
    width: 490px;
    margin: -247px 0 0 -245px
}

.container .popup>.wrap.pw .content {
    padding: 12px 14px 28px 14px
}

.container .popup>.wrap.pw .content ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.container .popup>.wrap.pw .content ul li h3 {
    margin-top: 13px;
    margin-bottom: 0
}

.container .popup>.wrap.pw .content ul li input {
    width: 260px
}

.container .popup>.wrap.pw .content ul li p {
    font-weight: 400
}

.container .popup>.wrap.pw .btn-group {
    padding-bottom: 50px
}

.container .popup>.wrap.report {
    width: 575px;
    margin: -315px 0 0 -287px
}

.container .popup>.wrap.report .content {
    padding-bottom: 51px
}

.container .popup>.wrap.report .content .section {
    padding: 20px 26px
}

.container .popup>.wrap.report .content .section>div {
    display: inline-block;
    padding: 6px 0;
    vertical-align: top
}

.container .popup>.wrap.report .content .section:first-of-type {
    border-bottom: 1px solid #E7E7E7
}

.container .popup>.wrap.report .content .section .left {
    width: 90px;
    font-size: 17px;
    font-weight: 700;
    color: #222
}

.container .popup>.wrap.report .content .section .right {
    width: 428px;
    font-size: 16px;
    color: #222;
    line-height: 24px
}

.container .popup>.wrap.report .content .section .right .author {
    font-size: 17px;
    font-weight: 700
}

.container .popup>.wrap.report .content .section .right p {
    padding: 0 0 3px 20px;
    margin-left: 6px;
    background-image: url("/images/sub/icon_report.png");
    background-repeat: no-repeat;
    background-position: 0 1px;
    font-size: 15px;
    font-weight: 500
}

.container .popup>.wrap.report .content .section .right ul li {
    padding: 5px 0
}

.container .popup>.wrap.share {
    width: 360px;
    margin: -192px 0 0 -180px
}

.container .popup>.wrap.share .content {
    padding: 27px 31px
}

.container .popup>.wrap.share .content ul li {
    padding-bottom: 8px
}

.container .popup>.wrap.share .content ul li a {
    display: block;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    line-height: 58px;
    text-align: center;
    background-repeat: no-repeat
}

.container .popup>.wrap.share .content ul li a.kakaotalk {
    background-color: #FAEE39;
    background-image: url("/images/sub/icon_share_kakaotalk.png");
    background-position: 21px center
}

.container .popup>.wrap.share .content ul li a.kakaostory {
    background-color: #FFBA00;
    background-image: url("/images/sub/icon_share_kakaostory.png");
    background-position: 30px center
}

.container .popup>.wrap.share .content ul li a.facebook {
    color: #fff;
    background-color: #39599D;
    background-image: url("/images/sub/icon_share_facebook.png");
    background-position: 30px center
}

.container .popup>.wrap.share .content ul li a.twitter {
    color: #fff;
    background-color: #1DA1F2;
    background-image: url("/images/sub/icon_share_twitter.png");
    background-position: 25px center
}

@media print {
    * {
        -webkit-print-color-adjust: exact
    }
}

@keyframes comment {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .view-detail .top .top-info {
        border-top: 1px dotted #949494
    }
}
