@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");


/********************************************************

■ Basic : 기본

********************************************************/

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    position: relative;
    max-width: none;
    background: none;
    text-align: left;
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

#captcha #captcha_img {
    height: 40px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-radius: 3px
}

#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 80%;
    color: #ff0000;
    letter-spacing: -0.1em
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.is-pc {
    font-size: 12px;
}

a {
    color: rgb(51, 51, 51);
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #C38B61;
    text-decoration: none;
}

fieldset legend {
    display: none;
}

label {
    font-weight: bold;
}

label.checkbox,
label.radio {
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(34, 34, 34, 0.12);
    display: block;
}

blockquote {
    font-size: 12px;
    margin: 0px 0px 20px;
    background: url("../../../img/pb.webp");
    background-position: 100% 10%;
    height: 80px;
    padding: 20px;
    /* font-size: 64px; */
    color: #fff;
}

h3::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../../../img/icon1-1.png") no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.en,
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-family: 'Noto Sans KR', sans-serif;
}

small {
    font-family: 'Noto Sans KR', sans-serif;
}

.sns-share-icon img {
    width: 20%;
    max-width: 34px;
    border-radius: 50%;
}



/********************************************************

■ Layout : 레이아웃

********************************************************/

.wrapper {
    margin: 0 auto;
    background: #fff;
}

.at-container {
    margin: 0px auto;
    padding: 0px;
}

.at-container-custom {
    font-size: 12pt;
}

/*  */
.is-pc .at-body {
    min-height: 100vh;
    height: 100%;
}

.is-pc .at-body2 {
    height: 100%;
}

.at-body .at-container {
    padding: 0px 15px;
}

.boxed.wrapper .at-body .at-container {
    padding: 0px 20px;
}

.at-content {
    position: relative;
    /* padding:20px 0px; */
}

.at-row {
    margin-left: -15px;
    margin-right: -15px;
}

.at-col {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-fixed .at-menu {
    width: 100%;
    z-index: 10;
    left: 0px;
}

@media all and (max-width:991px) {
    .responsive .at-body .at-container {
        padding: 0px 10px !important;
    }

    .responsive .at-body .at-row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .responsive .at-body .at-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive .pull-right.at-main,
    .responsive .pull-left.at-side {
        float: none !important;
    }
}



/********************************************************

■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역

********************************************************/

.at-lnb {}

.en .at-lnb {
    font-size: 12px;
}

.at-lnb ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 5px;
}

.at-lnb ul>li {
    float: left;
    padding: 0px 15px;
}

.at-lnb ul>li::after {
    float: right;
    color: #ccc;
    content: "/";
    margin-right: -17px;
}

.at-lnb ul>li:last-child::after {
    content: "";
    margin-right: 0px;
}

.at-lnb ul>li>a {
    color: #333;
    float: left;
}

@media all and (max-width:991px) {

    .responsive .at-lnb .at-container {
        display: none;
        visibility: visible;
    }

}



/********************************************************

■ PC Header : PC 헤더 

********************************************************/

.pc-header {
    padding: 10px 0px 0px;
    text-align: center;
}

.pc-header .at-container {
    padding: 0px 20px 15px;
    background: url('./header.jpg') no-repeat right top;
}

.pc-header .header-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
}

.pc-header .header-logo a {
    font-size: 44px;
    line-height: 44px;
    font-family: 'Georgia', sans-serif;
    font-weight: bold;
    color: #000;
}

.pc-header .header-logo a:hover {
    color: #000;
}

.pc-header .header-logo img {
    display: block;
    max-width: 100%;
    max-height: 60px;
}

.pc-header .header-desc {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    color: #888;
    margin-top: 2px;
}

.pc-header .header-search {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.pc-header .header-search form {
    padding: 0px;
    margin-top: 4px;
    border: 4px solid #111;
    background: #111;
}

.pc-header .header-search input {
    background: #fff;
    border: 1px solid #111;
}

.pc-header .header-search .btn {
    color: #fff !important;
    background: #111 !important;
}

.pc-header .header-keyword {
    padding-top: 4px;
}

.en .pc-header .header-keyword {
    font-size: 12px;
}

@media all and (max-width:991px) {
    .responsive .pc-header {
        display: none;
    }
}



/********************************************************

■ Mobile Header : 모바일 헤더 

********************************************************/

.m-header {
    display: none;
    background: rgb(50, 60, 70);
}

.m-header a {
    color: #fff
}

.m-header .at-container {
    padding: 0px;
}

.m-header .header-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}

.m-header .header-icon,

.m-header .header-logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.m-header .header-icon {
    width: 44px;
}

.m-header .header-icon a {
    display: block;
}

@media all and (max-width:991px) {

    .responsive .m-header {
        display: block;
    }

}



/********************************************************

■ PC Menu : PC 메뉴바 배경설정

********************************************************/

.pc-menu {
    position: relative;
    background: #111;
    border: 0px;
    z-index: 3;
    box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}

.pc-menu .at-container {
    position: relative;
}

.pc-menu .sub-slide,

.pc-menu .sub-shows {
    display: none;
    visibility: visible;
}

.pc-menu .sub-icon::after {
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f105";
}

.pc-menu .menu-a {
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
}

.pc-menu .nav-home .menu-a {
    font-size: 20px;
}

.pc-menu .nav-right {
    font-size: 16px;
}

@media all and (max-width:991px) {

    .responsive .pc-menu,

    .responsive .pc-menu-all {
        display: none;
    }

}



/********************************************************

■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴

********************************************************/



/* 배분 스타일 */

.pc-menu .nav-top.nav-both .menu-ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
}

.pc-menu .nav-top.nav-both .menu-li {
    display: table-cell;
    vertical-align: top;
}

.pc-menu .nav-top.nav-both .menu-a {
    padding: 0px;
    text-align: center;
}

.pc-menu .nav-top.nav-both .sub-1div::before {
    left: 50%;
    margin-left: -8px;
}

.pc-menu .nav-top.nav-both .sub-1div {
    position: relative;
}



/* 좌측 스타일 */

.pc-menu .nav-top.nav-float .menu-ul {}

.pc-menu .nav-top.nav-float .menu-li {
    float: left;
}

.pc-menu .nav-top.nav-float .sub-1div {
    position: absolute;
}



/* 공통 스타일 */

.pc-menu .nav-top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
}

.pc-menu .nav-top .menu-a {
    display: block;
    color: #fff;
    background: #111;
    font-weight: bold;
}

.pc-menu .nav-top .menu-li:hover .menu-a,

.pc-menu .nav-top .menu-li.on .menu-a {
    background: #333;
}

.pc-menu .nav-top .menu-li.nav-home {
    width: 60px !important;
    text-align: center;
}

.pc-menu .nav-top .menu-li.nav-home .menu-a {
    padding: 0px;
}

.pc-menu .nav-top .new {
    color: rgb(140, 195, 70);
}



.pc-menu .nav-top .sub-1div::before {
    top: -8px;
    border-width: 0 8px 8px;
    border-color: orangered transparent;
    display: block;
    width: 0px;
    content: "";
    position: absolute;
    border-style: solid;
}

.pc-menu .nav-top .sub-1div {
    background: #fff;
    border-top: 3px solid orangered;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.pc-menu .nav-top .sub-1dul,

.pc-menu .nav-top .sub-1dli {
    position: relative;
}

.pc-menu .nav-top .sub-1da {
    display: block;
    color: #000;
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-1dli.on .sub-1da,

.pc-menu .nav-top .sub-1dli:hover .sub-1da {
    color: #fff;
    font-weight: bold;
    background: orangered;
    border-color: orangered;
}

.pc-menu .nav-top .sub-1new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-1line {
    position: relative;
    display: block;
    color: #000;
    padding: 5px 12px;
    font-weight: bold;
    background: #fafafa;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}



.pc-menu .nav-top .sub-2div {
    left: 100%;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 20;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.pc-menu .nav-top .sub-2dul {}

.pc-menu .nav-top .sub-2dli {}

.pc-menu .nav-top .sub-2da {
    display: block;
    color: #000;
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-2dli.on .sub-2da,

.pc-menu .nav-top .sub-2dli:hover .sub-2da {
    color: #fff;
    font-weight: bold;
    background: orangered;
    border-color: orangered;
}

.pc-menu .nav-top .sub-2new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-2line {
    display: block;
    color: #000;
    padding: 5px 12px;
    font-weight: bold;
    background: #fafafa;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}



/********************************************************

■ PC Right Icon Menu : PC 우측 아이콘 메뉴

********************************************************/

.pc-menu .nav-right {
    background: #111;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
}

.pc-menu .nav-right>ul {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc-menu .nav-right>ul>li {
    float: left;
    position: relative;
    width: 42px;
}

.pc-menu .nav-right>ul>li>a {
    color: #fff;
    display: block;
    text-align: center;
}

.pc-menu .nav-right>ul>li>a:hover {
    background: #333;
}

.pc-menu .nav-right .label {
    position: absolute;
    top: 15%;
    right: 7px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: .25em !important;
}

.pc-menu .nav-rw {
    width: 170px;
}



/********************************************************

■ PC All Menu : 전체 메뉴

********************************************************/

.pc-menu-all {
    position: relative;
    background: #fafafa;
    z-index: 2;
    -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
}

.pc-menu-all .at-container {
    padding: 20px 15px 0px;
}

.pc-menu-all .table {
    margin-bottom: 20px !important;
}

.pc-menu-all .table td {
    width: 1%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px;
    line-height: 20px;
}

.pc-menu-all .menu-a {
    display: block;
    color: #000;
    padding: 6px 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}

.pc-menu-all .table td.on .menu-a {
    color: crimson;
}

.pc-menu-all .sub-1div {
    padding: 8px 0px;
}

.pc-menu-all .sub-1dul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc-menu-all .sub-1dli .sub-1da {
    display: block;
    padding: 2px 12px;
    color: #333;
}

.pc-menu-all .sub-1dli.on .sub-1da,

.pc-menu-all .sub-1dli:hover .sub-1da {
    color: crimson;
}

.pc-menu-all .new {
    color: rgb(140, 195, 70);
}

.pc-menu-all .new-sub1 {
    color: rgb(140, 195, 70);
}

.pc-menu-all .sub-1line {
    display: block;
    color: #000;
    padding: 5px 12px;
    margin: 4px 0px;
    font-weight: bold;
    background: #fafafa;
}

.pc-menu-all .menu-all-btn {
    text-align: center;
}



/********************************************************

■ Mobile Menu : 모바일 메뉴

********************************************************/

.m-menu {
    display: none;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 20;
    box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}

.m-menu .m-wrap {}

.m-menu .m-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}

.m-menu .m-icon,

.m-menu .m-list {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #eee;
    border-top: 0px;
    border-bottom: 0px;
}

.m-menu .m-icon {
    width: 44px;
    text-align: center;
    font-size: 18px;
}

.m-menu .m-icon a {
    display: block;
    position: relative;
}

.m-menu .m-icon .label {
    position: absolute;
    top: 15%;
    right: 5px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: .25em !important;
}

.m-menu .m-nav {
    overflow: hidden;
    margin: 0px 10px;
}

.m-menu .m-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-menu .m-nav ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
}

.m-menu .m-nav ul li.active a {
    color: orangered;
    font-weight: bold;
}



.m-menu .m-sub {
    background: #fafafa;
    border-top: 1px solid #ddd;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
}

.m-menu .m-nav-sub {
    width: 100%;
    overflow: hidden;
    margin: 0px;
}

.m-menu .m-nav-sub ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-menu .m-nav-sub ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
}

.m-menu .m-nav-sub ul li.active a {
    color: orangered;
    font-weight: bold;
}

@media all and (max-width:991px) {

    .responsive .m-menu {
        display: block;
    }

}



/********************************************************

■ Page Title : 페이지 타이틀 및 설명글

********************************************************/

.at-title {
    height: 80px;
    position: relative;
    color: #000;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
}

.at-title .at-container {
    height: 100%;
    position: relative;
}

.at-title .page-title {
    font-size: 24px;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 1;
}

.at-title .page-desc {
    color: #888;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

@media all and (max-width:767px) {

    .responsive .at-title {
        height: 50px;
    }

    .responsive .at-title .page-title {
        font-size: 20px;
        left: 15px;
        bottom: 10px;
    }

}



/********************************************************

■ Footer : 하단 푸터

********************************************************/

.en .at-footer .at-links {
    font-size: 12px;
}

.at-footer {
    background: #111111;
    color: #9d9d9d;
}

.at-footer .at-links {
    padding: 8px 0px;
    border: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
}

.at-footer .at-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.at-footer .at-links ul>li {
    float: left;
    padding: 0px 15px;
}

.at-footer .at-links ul>li::after {
    float: right;
    color: #ccc;
    content: "/";
    margin-right: -17px;
}

.at-footer .at-links ul>li:last-child::after {
    content: "";
}

.at-footer .at-links ul>li>a {
    color: #888;
}

@media all and (max-width:991px) {

    .responsive .at-footer .at-links ul.pull-left {
        display: none;
    }

    .responsive .at-footer .at-links ul.pull-right {
        float: none !important;
        text-align: center;
    }

    .responsive .at-footer .at-links ul.pull-right>li {
        float: none;
        display: inline-block;
    }

}



/* YC5 */

.en .at-footer .at-infos {
    font-size: 12px;
}

.at-footer .at-infos .media {
    padding: 15px 20px 20px;
}

.at-footer .at-infos .pull-left {
    font-size: 70px;
    color: #ddd;
}

.at-footer .at-infos .copyright {
    float: left;
    margin-left: 10px;
}

.at-footer .at-infos .copyright span {
    color: #888;
}

.at-footer .at-about {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.at-footer .at-about>li {
    float: left;
    padding: 0px 15px;
    color: #888;
}

.at-footer .at-about>li>a {
    color: #888;
}

.at-footer .at-help {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.at-footer .at-help:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.at-footer .at-help>li {
    float: left;
    padding: 0px 15px;
}

.at-footer .at-help>li::after {
    float: right;
    font-size: 12px;
    color: #ddd;
    content: "|";
    margin-right: -17px;
}

.at-footer .at-help>li:last-child::after {
    content: "";
}

.at-footer .at-help>li>a {
    float: left;
}

@media all and (max-width:767px) {

    .responsive .at-footer .at-infos .media {
        padding: 15px 0px 20px;
        text-align: center;
    }

    .responsive .at-footer .at-infos .copyright {
        float: none;
        margin: 0px;
    }

}



/* G5 */

.at-footer .at-copyright {
    text-align: center;
    padding: 15px 0px;
    color: #888;
}

.at-footer .at-copyright strong {
    color: #fff;
}



/********************************************************

■ Go Top & Bottom : 상단/하단 이동버튼

********************************************************/

.at-go .go-btn {
    display: none;
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: 25px;
    z-index: 2;
}

.at-go .go-btn span {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin: 5px 0px;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    font-size: 19px;
}

.at-go .go-btn .go-bottom {
    display: none;
}

@media (max-width: 768px) {

    .at-go .go-btn {
        bottom: 0px;
        right: 5px;
    }

}



/********************************************************

■ Bootstrap3 : 부트스트랩 기본속성

********************************************************/

/* Button */

.btn {
    font-family: "Roboto", sans-serif;
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 3px;
    line-height: 1.33;
    font-size: 18px;
}

.btn-lg i {
    top: 3px;
    font-size: 24px;
    position: relative;
}

.btn-xs {
    padding: 4px 10px;
}

.is-pc .btn-xs,

.is-pc .btn-sm {
    font-family: 'Noto Sans KR', sans-serif;
}



/* Panel : Accordions */

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel .panel-heading {
    border-radius: 0px;
}

.is-pc .panel .panel-body {
    font-size: 12px;
}



/* List Group */

.list-group-item {
    word-break: break-all;
    border-radius: 0 !important;
}



/* Pagination */

.pagination {
    font-family: 'Noto Sans KR', sans-serif;
}

.pagination li a {
    border-radius: 0 !important;
    color: #a2a8b2 !important;
    font-size: 16px !important;
}

.pagination li a:hover {
    background: none !important;
    text-decoration: underline;
}

.pagination li.active a {
    color: #1f1f1f !important;
    background: none !important;
    border-color: #fff !important;
}

.pagination li.active a:hover {
    text-decoration: none;
}



/* Progress */

.progress {
    position: relative;
    border-radius: 0px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .sr-only {
    font-family: "Roboto", sans-serif;
    margin: 0px 15px;
    left: 0px;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    clip: auto;
}

.sr-score {
    font-family: "Roboto", sans-serif;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-right: 8px;
}



._nav {

    background: rgba(0, 0, 0, 0.5);

    height: 115px;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

}

.nav-top {

    width: 100%;

    padding-left: 25px;

    padding-bottom: 15px;

    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.open_menu {

    position: relative;

    width: 36px;

    vertical-align: top;

    display: inline-block;

    z-index: 9100027;

    overflow: hidden;

    top: 0;

    left: 0;

    height: 50px;

    -webkit-transition: opacity 0.4s ease;

    transition: opacity 0.4s ease;

    font: 0/0 a;

    text-shadow: none;

    color: transparent;

    white-space: nowrap;

}

.open_menu span {

    display: block;

    width: 19px;

    height: 20px;

    position: absolute;

    top: 17px;

    left: 0;

}

.open_menu span i {

    display: block;

    position: absolute;

    left: 0;

    width: 100%;

    border-top: 1px solid white;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

}

.open_menu>span i:nth-child(1) {

    top: 0;

}

.open_menu>span i:nth-child(2) {

    top: 6px;

}

.open_menu>span i:nth-child(3) {

    top: 12px;

}

.open_menu:hover>span i:nth-child(1) {

    -webkit-transform: translate3d(5px, 1.5px, 0) rotate(45deg) scaleX(0.7);

    transform: translate3d(5px, 1.5px, 0) rotate(45deg) scaleX(0.7);

}

.open_menu:hover>span i:nth-child(2) {

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

}

.open_menu:hover>span i:nth-child(3) {

    -webkit-transform: translate3d(5px, -1.5px, 0) rotate(-45deg) scaleX(0.7);

    transform: translate3d(5px, -1.5px, 0) rotate(-45deg) scaleX(0.7);

}

.nav-logo {

    height: 53px;

    display: inline-block;

    padding-top: 8px;

}

.nav-logo img {

    width: 175px;

    height: auto;

}

.nav-user {

    padding: 13px 20px;

}

.nav-user a {

    font-size: 13px;

    font-weight: 400;

    letter-spacing: -1px;

    margin: 0;

    color: #fff;

    opacity: 0.7;

}

.nav-user a:hover {

    opacity: 1;

}

.nav-user a:nth-child(2):before,

.nav-user a:nth-child(3):before,

.nav-user a:nth-child(4):before,

.nav-user a:nth-child(5):before {

    content: '';

    overflow: hidden;

    display: inline-block;

    width: 1px;

    height: 11px;

    margin: 0 22px 0 17px;

    border-right: 1px solid #FFFFFF;

    opacity: 0.2;

    vertical-align: middle;

}

.nav-menu {

    padding-left: 51px;

    overflow: hidden;

}

.nav-menu .menu-ul,
.sub-slide ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-li {
    float: left;
}

.menu-li a.menu-a {

    position: relative;

    display: block;

    height: 59px;

    padding: 0 20px;

    font-size: 15px;

    font-weight: 400;

    line-height: 60px;

    letter-spacing: -1px;

    -webkit-transition: color 0.4s ease;

    transition: color 0.4s ease;

    color: #fff;

}

.sub-slide ul {
    overflow: hidden;
}

.sub-slide ul li.sub-1dli {

    float: left;

}

.sub-slide ul li.sub-1dli a {

    position: relative;

    display: block;

    padding: 14px 11px 14px;
    padding-bottom: 8px;
    margin-bottom: 6px;
    font-size: 14px;

    font-weight: 400;

    letter-spacing: -1px;

    color: rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(0, 0, 0, 0);

}

.download {

    position: relative;

    z-index: 0;

    display: block;

    width: 190px;

    height: 61px;

    box-sizing: border-box;

    text-align: center;

    font-size: 22px;

    color: #fff !important;

    letter-spacing: -1px;

    line-height: 58px;

    background-color: #c38b61;

    -webkit-transition: all 0.3s ease;

    border: 1px solid;

    border-image-slice: 1;
    border-image-source: linear-gradient(113deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .3));

    transition: all 0.3s ease;
}

.download:hover {
    background: #8f613f;
    padding-left: 16px;
}

.download:hover::after {
    width: 22px;
    margin-left: 10px;
}

.download::after {

    position: relative;
    content: '';
    display: inline-block;
    height: 36px;

    vertical-align: top;

    background-image: url(/theme/linpage/img/icerade/nav/download.png);

    background-position: left center;

    background-repeat: no-repeat;

    width: 0;

    margin-top: 12px;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.menu-li:hover .sub-1div {

    display: block;

}

.sub-1div {

    display: none;

    position: absolute;

    bottom: -50px;

    z-index: 99999999;

}

.on-hover .menu-a {
    color: rgba(255, 255, 255, .3) !important;
}

.on-hover .on-menu {
    color: #fff !important;
}

.sub-1da:hover {
    border-bottom: 2px solid #ffbc6b !important;
    color: #ffbc6b !important;

}

.ncc-lnb-hover {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: url(/theme/linpage/img/icerade/nav/nav_hover.png) no-repeat center 0;

    -webkit-transition: all 0.4s cubic-bezier(0.04, 0.59, 0.09, 0.93);

    transition: all 0.4s cubic-bezier(0.04, 0.59, 0.09, 0.93);

    opacity: 0;

    z-index: -1;

}

.sub-1da:hover .ncc-lnb-hover {

    opacity: 1;

}

.box-title a {
    width: 100%;
}



.openMenu {

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 375px;

    height: 100%;

    background: #fff;

    z-index: 9999999999;

}

.openMenu-top {

    position: relative;

    width: 100%;

    background: #aa8060;

    height: 60px;

}

.closeMenu {

    position: absolute;

    top: 0;

    left: 0;

    height: 56px !important;

    width: 48px !important;

    z-index: 9100027;

    font: 0/0 a;

    text-shadow: none;

    color: transparent;

    white-space: nowrap;

    height: 18px;

    width: 18px;

    box-sizing: border-box;

    line-height: 18px;

    display: inline-block;

}

.closeMenu::before {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

}

.closeMenu::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -.5px;

    margin-left: -10px;

    display: block;

    height: 1px;

    width: 20px;

    background-color: #fff;

    -webkit-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;

}

.openMenu-logo {

    text-align: center;

    padding-top: 14px;

}

.openMenu-logo img {

    width: 150px;

}

.fe-icon-new {

    margin-left: 2px;

    display: inline-block;

    width: auto;

    height: auto;

    font-size: 12px !important;

    letter-spacing: 0;

    color: #ff5f3c !important;

    background-image: none;

    position: relative;

    font-style: normal;

    top: -1px;

}

.fe-icon-new:before {

    content: "new";

    font-style: bold;

    font-weight: 400;

    font-size: 12px;

    background: none;

}

.board_name {}

.w5p {
    width: 5%;
}

.search-wrap {

    overflow: hidden;

}

.input-box {

    height: 36px;

    position: relative;

    float: left;

    right: auto;

    bottom: auto;

    display: inline-block;

    border: 1px solid #efefef;

    border-right: 0;

    font-size: 14px;

}

.input-box-btn {

    padding: 6px;

    background: #fff;

    border: 1px solid #efefef;

    border-left: 0;

}

.input-sel {

    border-right: 0;

    background: #fff;

}

.input-txt {

    margin-left: -2px;

    border-left: 0;

    padding-left: 20px;

    width: 40%;

}

.input-txt:before {

    content: "";

    position: absolute;

    left: 0;

    top: 30%;

    height: 40%;

    border-left: 1px solid #efefef;

}



.fe-icon-close_circle {

    width: 20px;

    height: 20px;

    background-size: contain;

    position: relative;

    display: inline-block;

    vertical-align: middle;

    font: 0/1 Verdana;

    background-image: url(https://wstatic-cdn.plaync.com/uikit/nccommunity/img/icon/search_@2x.png);

    background-repeat: no-repeat;

}

.write_btn {

    color: #fff !important;

    background: #c69c7c;

    border: 1px solid #c69c7c;

    border-radius: 50px;

    padding: 7px 20px 9px 19px;

    font-size: 14px;

    display: inline-block;

}

.fe-icon-write_w {

    width: 17px;

    height: 17px;

    background-position: -298px -120px;

    position: relative;

    display: inline-block;

    vertical-align: middle;

    font: 0/1 Verdana;

    background-image: url('https://wstatic-cdn.plaync.com/uikit/nccommunity/img/icon/comm-icon-default_@1x.png');

    background-repeat: no-repeat;

}

.pagination {

    font-size: 16px;

}

.pagenumstyle a {

    margin: 0 6px !important;

    width: 30px;

    height: 30px;

    border: 0 !important;

    padding: 5px 0 !important;

}

.pagestyle a {

    color: #a2a8b2;

    border: 1px solid #e1e1e5;

    width: 30px;

    padding: 3px 0 !important;

}

#bo_w {
    padding-top: 55px;
}

.select-css {

    border: 0 !important;

    box-shadow: none !important;

    font-size: 16px !important;

}

.input-css {

    width: 100%;

    font-size: 16px;

    border: 0 !important;

    box-shadow: none !important;

}

.input-css:focus,

.submit-btn:focus {

    outline: none;

}

.btn_cke_sc {
    display: none !important;
}

.cancel-btn {

    color: #8c919a;

    font-size: 15px;

}

.submit-btn {

    color: #fff;

    font-size: 15px;

    min-width: 89px;

    cursor: pointer;

    border: 1px solid #c69c7c;

    background: #c69c7c;



    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    height: 40px;

    padding: 5px 11px 9px 12px;

    border-radius: 50px;



    line-height: 1;

    text-align: center;

    vertical-align: middle;

    white-space: nowrap;

    text-decoration: none;

}

.submit-btn:hover {

    border-color: #b6885b;

    background-color: #b6885b;

}

.submit-btn:before {

    content: "";

    -webkit-box-flex: 1;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;

}

.submit-btn:after {

    content: "";

    -webkit-box-flex: 1;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;

}

.fe-icon-confirm {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    font: 0/1 Verdana;

    background-image: url(https://wstatic-cdn.plaync.com/uikit/nccommunity/img/icon/comm-icon-default_@1x.png);

    background-repeat: no-repeat;

    width: 15px;

    height: 14px;

    background-position: -821px -120px;

    vertical-align: top;

    margin-right: 4px
}



@media all and (max-width:991px) {

    .nav-menu {
        padding: 20px 10px;
    }

    .nav-top {
        position: relative;
    }

    .nav-logo {

        position: absolute;

        top: 0;

        left: 50%;

        transform: translateX(-50%);

    }



}

.fe-icon-new:before {

    content: "N";

    font-style: bold;

    font-weight: 400;

    font-size: 12px;

    background: none;

}

.fe-icon-new {

    display: inline-block;

    width: auto;

    height: auto;

    font-size: 12px !important;

    letter-spacing: 0;

    color: #ff5f3c !important;

    background-image: none;

}

.fe-icon-picture {

    background-image: url(https://wstatic-cdn.plaync.com/uikit/nccommunity/img/icon/comm-icon-default_@2x.png);

    background-size: 1000px auto;

    width: 16px;

    height: 16px;

    background-position: -192px -20px;

    position: relative;

    display: inline-block;

    vertical-align: middle;

    font: 0/1 Verdana;

    margin-left: 2px;

    top: -2px;

}

@media (min-width: 992px) {
    .pc-on {
        display: none !important;
    }

    .pc-off {
        display: block !important;
    }
}

@media (max-width:767px) {
    .slider-main {
        width: 100%;
        height: 400px !important;
    }

    #tocplusWindow {
        display: none;
    }
}

@media (max-width:500px) {
    #tocplusWindow {
        display: none;
    }
}

.pc-on {
    display: block;
}

.pc-off {
    display: none;
}