@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.eot');
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.eot?#iefix') format('embedded-opentype'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.woff') format('woff'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.eot');
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.eot?#iefix') format('embedded-opentype'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.woff') format('woff'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.eot');
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.eot?#iefix') format('embedded-opentype'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.woff') format('woff'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#site {
    padding-top: 0;
    font-family: 'NEXON Lv1 Gothic', 'notokr', sans-serif;
    letter-spacing: 0.034em;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {/* letter-spacing: -0.03em; */}
ol, ul, li { list-style: none; list-style-position: inside; }
#site>.container {
    width: 100%;
    padding: 0;
}
.table_blog dd {
    padding: 10px 20px 20px;
}

.menu-top > .container {
    position: relative;
}
.menu-top .sns {
    top: 30px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    z-index: 999;
}
.menu-top .sns li.instagram a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    border-radius: 30px;
}
.menu-top .sns li.instagram i {
    margin-right: -1px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}
/* 상단 메뉴 */
.navbar-inverse {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); */
    padding: 0;
    margin-bottom: 0;
    border: 0;
    transition:all .3s ease;
}
.navbar-inverse.on{
    background:#fff;
}
#site .navbar-brand {
    margin-left: 8px;
    margin-top: 14px;
    height: auto;
    padding: 0px;
}
#site .navbar-brand span {
    font-size: 17px;
    font-family: 'yg-jalnan';
    color: #7e7e7e;
    letter-spacing: 0;
    line-height: 1.8em;
}
#site .navbar-brand span i {
    display: block;
    margin-left: -8px;
    font-size: 54px;
    font-style: normal;
    color: #2f5596;
    letter-spacing: -0.01em;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #111;
    font-family: 'Poppins';
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #222;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #222;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        -webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.08);
        background: rgba(0, 0, 0, 0.8);
        background: #fff;
        border: 1px solid #ddd;
        padding: 7px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 8px 20px;
        color: #fff;
        color: #333;
        text-align: center;
        font-size: 13px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #030303;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: 108px;
        /* margin-right: -25px; */
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 35px;
        /* padding: 35px 40px; */
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.carousel-indicators{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.carousel-indicators li {
    height: 15px;
    width: 5px;
    background-color: rgba(255, 255, 255, .75);
    margin: 0 4px;
    border-radius: 0;
    transition: ease-in-out .15s all;
    border: 0;
}

.carousel-indicators li.active {
    height:25px;
    width: 5px;
    background-color: #fff;
    margin: 0 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption h1 {
    font-size: 60px;
}

.carousel-caption p {
    font-size: 20px;
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li{
        width: 4px;
        height: 15px;
    }
    .carousel-indicators li.active {
        height: 25px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 50px 0;
    border-top: 1px solid #eee;
    color: #fff;
    background: #333;
}
footer .sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

/* personal setting 0.72v */
.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.flex-row>.col {
    flex: 1;
    padding: 0 15px;
}

@media(max-width:767px) {
    .flex-row {
        display: block;
    }

    .flex-row>.col {
        width: 100%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #030303;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
ul[class^="li-"]>li {
    padding-left: 20px;
    position: relative;
}

.li-disc>li:before,
.li-check>li:before,
.li-dash>li:before,
.li-dot>li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
}

.li-dash>li:before {
    width: 5px;
    height: 2px;
    background: #030303;
}

.li-dot>li:before,
.li-disc>li:before {
    content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background: #030303;
}

.li-dot>li:before {
    width: 2px;
    height: 2px;
    background: #555;
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'font awesome 6 free';
    font-weight: 900;
    color: #030303;
}

.location-li {
    margin: 50px 0 20px;
    float: right;
}

.location-li li {
    font-size: 16px;
    margin-bottom: 7px;
    flex: 1;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 700;
    color: #222;
    border-radius: 4px;
    font-size: 15px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 10px;
}

.partner-li {
    margin: 0 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.partner-li>li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}

.partner-li>li img {
    border: 1px solid #ddd;
}

.category-li {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
}

.category-li>li {
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

ul.li-pill > li{
    position: relative;
    margin-bottom: 7px;
    padding-left: 0;
}

.li-pill li span {
    display: inline-block;
    color: #111;
    font-weight: 600;
    width: 100px;
    position: relative;
}
.li-pill li span::after {
    content: '';
    display: inline-block;
    margin-left: 4px;
    width: 4px;
    height: 4px;
    background: #fa9832;
}
.docu-li li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 2px;
    background: #333;
    margin: 5px 10px 5px 2px;
}

.docu-li li {margin-bottom: 2px;font-size: 16px;}
.trait-dl {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}

.trait-dl dt,
.trait-dl dd {
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #030303;
    font-size: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li>li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -30px -30px 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #030303;
}

.column-2 {
    column-count: 2;
    column-gap: 30px;
}

.more-btn {
    display: block;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border: 1px solid #000;
    text-transform: uppercase;
    text-shadow: 0 0 black;
    transition: all 0.3s ease;
}
.more-btn i{
    margin-left:5px;
}
.more-btn:hover {
    color: #fff;
    border-color: #333;
    background: #333;
}

.circle-wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle-wrap .circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    border-radius: 50%;
    background: #555;
}

.circle-wrap .circle>div {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.bull {
    position: relative;
    padding-left: .5em;
}

.bull:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #030303;
    position: absolute;
    left: 0;
    top: 8px;
    margin-top: -3px;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 100px 0 40px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
    padding: 0;
    margin: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
    position: relative;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.btn.btn-primary {
    border-color: #000;
    background: #fff;
    color: #333;
    text-shadow: 0 0 black;
    font-size: 15px;
    transition: all 0.3s ease;
    letter-spacing: 0.034em;
}

.btn.btn-primary:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #030303;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}
/* personal setting 0.72v end */
/* navigation setting */

/* footer setting */
#site footer li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.06em;
    line-height: 1.8em;
    color: #ddd;
}
#site footer li strong {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fff;
}
.subpage {
    position: relative;
}
.foot-logo{
    display: none;
}
#site footer p {
    margin: 20px 0 0;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 200;
    color: #999;
}
footer .right-con{
    text-align: right;
}
#site footer .right-con li{
    margin:0 0 0 15px;
}
footer .right-con a{
    font-size: 30px;
    color: #fff;
    opacity: 0.75;
    transition: all 0.3s ease;
}
footer .right-con a:hover{opacity: 1;}

#site footer .actor{
    margin: 0 0 40px;
    font-size: 14px;
    color: #fff;
}
/* subpage setting */
.pageheader {
    height: 320px; 
}
.main-news::after, .subpage::after {
    content: '781company';
    display: block;
    position: absolute;
    color: #f8f8f8;
    font-family: 'Caveat', cursive;
    z-index: -1;
    letter-spacing: -0.034em;
    top: 50px;
    font-size: 270px;
    left: 280px;
    line-height: 1;
}
.main-news {
    position: relative;
}
.main-news::after {
    top: auto;
    bottom: -70px;
    left: -60px;
    font-size: 360px;
}
[id^="about0"]::after {
    top: 110px;
    font-size: 270px;
    left: 280px;
}
.pageheader .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pageheader h2 {
    flex: 1;
    margin: 0;
    font-size: 48px;
    font-family: 'Poppins', 'NEXON Lv1 Gothic';
}
.pageheader h2 span{
    display: block;
}
.pageheader h2 .t1{
    margin: 0px 0 9px;
    font-size: 17px;
    color: #d2ab5f;
    letter-spacing: 0.03em;
}
.pageheader h2 .t2{
    font-weight: 700;
    color: #111;
}
[id^="about0"] .pageheader h2 .t1 {
    margin-bottom: 12px;
}
[id^="about0"] .pageheader h2 .t2 {
    font-family: 'NEXON Lv1 Gothic';
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: #888;
    font-family: 'Poppins', 'NEXON Lv1 Gothic';
}

.breadcrumb .active {
    color: #111;
}

.subpage-content {min-height: 52vh;}

.s-title {
    margin-bottom: 60px;
}

.s-title h3 {
    margin: 0;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #111;
}

.subpage-content .emp {
    font-weight: 500;
    color: #030303;
}

.subpage-content section {
    padding: 100px 0 150px;
}

.subpage-content section .container >  h4 {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    font-family: 'Poppins', 'NEXON Lv1 Gothic';
    letter-spacing: 0;
}
#audition01 h4 {
    flex-basis: 30%;
    margin: 0;
    font-size: 32px;
    padding-top: 3px;
}
#audition01 h4 + ul {
    border-top: 2px solid #333;
    padding-top: 40px;
    flex-basis: 70%;
    font-size: 17px;
}
#audition01 h4 + p {
    border-top: 2px solid #333;
    padding-top: 40px;
    flex-basis: 70%;
    font-size: 16px;
    text-shadow: 0 0 black;
}
#audition01 h4 + p span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #c09542;
    text-shadow: none;
}
.subpage-content section h5 {
    margin-top: 80px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.06em;
}
#audition01 section .container .more-btn {
    position: absolute;
    right: 15px;
    bottom: 0;
}
@media(max-width:767px) {

    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }
}

/* subpage about */
.greet{
    display: flex;
}
.greet .left-con{
    padding-right: 120px;
}
.greet .right-con {
    padding-right: 80px;
}
.greet p{
    margin-bottom:25px;
    font-size:16px;
}
.greet .quote:before{
    content:
    '';
    display: block;
    margin: 50px 0 30px;
    width: 30px;
    height:1px;
    background:#333;
}
.greet .from {
    font-weight: 600;
    text-align: right;
}
.greet .from .name {
    padding-left: 3px;
    font-size: 20px;
}
.greet .w_logo {
    padding: 108px 60px;
    /* padding: 125px 60px 90px; */
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 8px 8px 0px #eee;
}
.greet .w_logo span {
    font-size: 30px;
    font-family: 'yg-jalnan';
    color: #7e7e7e;
    letter-spacing: 0;
    line-height: 1.9em;
}
.greet .w_logo span i {
    display: block;
    margin-left: 0;
    font-size: 100px;
    font-style: normal;
    color: #2f5596;
    letter-spacing: -0.01em;
}

.history-wrap .history-box{
    margin:0 0 20px;
    display: flex;
    align-items: center;
    padding: 35px 0 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}
.history-wrap .history-box h6{
    margin: 0;
    font-size: 50px;
    color: #d2bcac;
    font-weight: 700;
    line-height: 1;
}
.history-wrap .history-box ul{
    margin-left: 80px;
    margin-bottom: 0;
}
.history-wrap .history-box ul li{
    font-size: 18px;
}
.history-wrap .history-box ul li span{
    font-weight: bold;
    margin-right: 20px;
}


/* mainpage setting */
.carousel-control{
    display: none;
}
.main-content section{
    padding:150px 0;
}
.main-content h4{
    margin: 0px 0 25px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins';
}
.main-news .left-con{
    padding-right: 75px;
}
.main-news .video-area{
    min-height: 367px;
    background:#aaa;
}
.board_box_video .inner{
    margin:0;
    padding: 0;
}
.main-news .writer,
.main-news .hits{
    display: none;
}
.main-news .more-btn{
    font-weight: 200;
    position: relative;
    font-size: 12px;
    width: 140px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0.06em;
}
.main-news .more-btn:after{
    content:
    '';
    display: block;
    width:40px;
    height:35px;
    border-bottom:35px solid #000;
    border-right:40px solid #fff;
    position: absolute;
    left:100%;
    top:-1px;
    display: none;
}
.news-area > div{
    margin: 0 0 20px!important;padding:0;
}
.news-area ul{
}
.news-area ul li{
    padding: 20px 0 18px;
    border-bottom: 1px solid #ddd;
    font-size:16px;
    line-height: 1.4em;
}
.board_box_list ul li a:hover {
    color: #bf8c2b;
}
.news-area ul li .pull-right {
    display: none;
}
.main-content .page-header{
    display: none;
}
.board_box_video .row > div{
    width:100%;
    padding: 0;
}
.board_box_video .inner .bottom{
    display: none;
}
.board_box_video .inner .top a .thumb {
    height: auto;
    padding-top: 56.25%;
}

.main-artist{
    background:#f9f9f9;
}
/* .slick-track {
    margin: 0 -15px !important;
} */
/* .main-artist-slide .item{
    padding: 0 15px;
} */
.main-artist-slide .item span{
    display: block;
    margin: 20px 0 0px;
    text-align: center;
    font-size: 20px;
    color:#111;
    font-family: 'Poppins', 'NEXON Lv1 Gothic';
    font-weight: 500;
    letter-spacing: 0;
}

/* subpage artist */
.profile-wrap {
}
.profile-wrap .left-con{
    padding-right:60px;
}
[id^='artist'] ul li{
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 7px;
}
[id^='artist'] ul.li-span li{
    padding-left: 60px;
}
[id^='artist'] ul.li-span li span{
    position:
    absolute;
    left:0;
    top:0;
    text-shadow: 0 0 BLACK;
}
[id^='artist'] ul.li-span li.np{
    padding-left:0;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.table.table_default colgroup col:nth-child(1) {
    width: 200px;
}
.table.table_default colgroup col:nth-child(3), .table.table_default colgroup col:nth-child(4), .table.table_default colgroup col:nth-child(5) {
    width: 0;
}
.table.table_default thead {
    display: none;
}
.table.table_default tr th.num {
    font-size: 38px;
    color: #ccc;
}

.table.table_default tbody .subject a {
    font-weight: 700;
    font-size: 22px;
    /* text-shadow: 0 0 black; */
}

.table.table_default tr td.hits {
    display: none;
}
.table.table_default tr {
    position: relative;
}
.table.table_default tr td.regdate, .table.table_default tr td.writer {
    position: absolute;
    left: 280px;
    border: 0;
    bottom: 20px;
    font-size: 14px;
    color: #777;
}
.table.table_default tr td.writer {
    left: 200px;
}
.table.table_default tbody .subject {padding: 40px 15px 65px;}
.board_data_view .header_wrap {
    text-align: left;
    padding: 50px 5px;
    border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35em;
}
.board_data_view .header_wrap .info {
    margin-top: 20px;
}
.board_data_view .header_wrap .info span {
    font-size: 14px;
}
.board_data_view .header_wrap .info span strong {
    color: #666;
    font-weight: 400;
}
.board_wrapper .reply_wrap h4 {
    font-size: 16px;
    font-weight: 700;
}
#reply_list .media .media-body .media-heading {
    font-weight: 400;
    text-shadow: 0 0 black;
}

#reply_list .media .media-body .media-heading small {
    font-size: 13px;
    letter-spacing: 0;
    text-shadow: none;
}
#reply_list .media .media-body .info .btn {
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 6px 10px 5px;
    font-size: 12px;
}
.board_data_view .contents_wrap {
    font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
    border: 0;
}
.board_wrapper .table.board_write_table tbody tr th {
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 black;
    width: 220px;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 3px 5px 2px;
}
table.board_write_table tbody tr:nth-child(1) th, table.board_write_table tbody tr:nth-child(1) td {
    padding-top: 40px !important;
}

table.board_write_table tbody tr:nth-child(6) th, table.board_write_table tbody tr:nth-child(6) td {
    padding-bottom: 60px !important;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    border-color: #eee;
}
.table_video dd .inner, .table_blog2 dd .inner {
    border: 0;
}

.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom {
    padding: 20px 0 0;
}

.table_video dd .inner .bottom .title a span, .table_blog2 dd .inner .bottom .title a span {
    font-size: 18px;
    font-weight: 700;
}

.table_video dd .inner .bottom .info span, .table_blog2 dd .inner .bottom .info span {
    color: #777;
    font-size: 14px;
}

.table_video dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus, .table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #bf8c2b;
}
#form_history_list .board_wrapper,
#form_history_nologin .board_wrapper{
    visibility:visible;
}
.pagination_wrap, 
.search_wrap{
    visibility: hidden;
}
.profile-wrap .right-con {
    padding-top: 50px;
    padding-left: 50px;
}
.profile-wrap .right-con h4{
    display: flex;
    padding-bottom:20px;
    font-size: 50px;
    font-weight: 200;
    color:#111;
    letter-spacing: 5px;
    margin: 0;
    align-items: flex-end;
    justify-content: space-between;
}
.profile-wrap .right-con h4 .sns-link{
    font-size: 33px;
    color: #777;
}
.profile-wrap .right-con h4 .sns-link:hover{
    color: #222;
}
.subpage-content section h5:after{
    content:
    '';
    display: inline-block;
    margin-left: 3px;
    width:4px;
    height:4px;
    background: #fa9832;
}
.profile-wrap .right-con .inner {
    padding-left: 7px;
}

.profile-wrap .right-con .inner.left {
    float: left;
    padding-right: 50px;
    width: 60%;
}

.profile-wrap .right-con .inner.right {
    float: right;
    width: 40%;
}
[id^='artist'] .se2{
    background:#f9f9f9;
    padding: 60px 0 100px;
}

.profile-detail{
    margin: 0 -40px;
}
.profile-detail > div {
    padding: 0 40px;
}

/* subpage audition */
#audition01 section .container {
    display: flex;
    position: relative;
}
#audition01 ul.li-pill > li{
}
.process-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-basis: 70%;
    border-top: 2px solid #333;
    padding-top: 35px;
}
.process-wrap .step + .step{
    position:relative;
}
.process-wrap .step + .step::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 3px dotted #ccc;
    position: absolute;
    right:100%;
    top: 65px;
}
.process-wrap .step span{
    font-size: 16px;
    text-shadow: 0 0 black;
}
.process-wrap .step i{
    z-index: 10;
    position: relative;
    margin: 0 0 15px;width:130px;
    height:130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #717379;
    color: #fff;
    font-size: 32px;
    border: 12px solid #fff;
}
#audition01 .subpage-content section {
    padding: 70px 0;
}
#audition01 .subpage-content .se1 {
    padding-top: 100px;
}
#audition01 .subpage-content .se4 {
    padding-bottom: 180px;
}
#audition01 .subpage-content section:nth-child(even){
}


/* img-zoom modal */
.modal.fade .modal-dialog{
	margin:0;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,calc(-50% - 60px));
}
.modal-lg{
	width: auto;
}
.modal.in .modal-dialog{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.modal-content{
	box-shadow:none;
	border:none;
}
.modal-body{
	position:relative;
	padding: 0;
}
.modal-body .close{
	position:
	absolute;
	right: 0;
	top: 0;
	color:#fff;
	opacity:0.8;
	font-size: 32px;
	text-shadow:0 0 3px
	rgba(0,0,0,0.6);
	padding: 8px 17px 12px;
	background: rgba(0,0,0,0.5);
}
#img-zoom img{
	max-height:90vh;
}
@media (max-width:767px) {
	.modal.in .modal-dialog{width: 90vw;}
}

div[class^="artist-slide"] .item{
	position: relative;
	cursor: pointer;
	height: 100%;
}
div[class^="artist-slide"] .item:before{
	content:'+';
	opacity: 0;
    z-index: 10;
	display: flex;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	color:#fff;
	font-size:0px;
	background:rgba(0,0,0,0.4);
	justify-content: center;
	align-items: center;
	transition:all .3s ease;
}
div[class^="artist-slide"] .item:hover:before{
	opacity: 1;
	font-size:80px;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
}
.prepare-page {
    padding: 70px;
    text-align: center;
}
.prepare-page > .exclamation {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    padding: 34px 30px;
    line-height: 1em;
    border: 4px solid #d2ab5f;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #d2ab5f;
}
.prepare-page > h4 {
    margin: 25px 0 20px;
    font-size: 34px;
    font-weight: 300;
    color: #777;
}
.prepare-page > h4 strong {
    font-weight: 500;
}
.prepare-page > p {
    margin: 0;
    font-size: 17px;
    line-height: 1.4em;
}

/* 스튜디오 */
#studio .se1 h3 {
    margin: 0 0 60px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', 'NEXON Lv1 Gothic';
    color: #111;
}
.studio-wrap ul li {
    display: flex;
}
.studio-wrap ul li+li {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}
.studio-wrap ul li .year {
    flex-basis: 15%;
}
.studio-wrap ul li .year span {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins', 'NEXON Lv1 Gothic';
    color: #111;
}
.studio-wrap ul li .detail {
    display: flex;
    flex-basis: 85%;
}
.studio-wrap ul li .detail .block {
    flex-basis: 33.333%;
    padding: 0 30px;
}
.studio-wrap ul li .detail img {
    box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
    border: 1px solid #eee;
}
.studio-wrap ul li .detail p {
    margin: 15px 0 0;
    font-weight: 600;
}
.studio-wrap ul li .detail .tit {
    margin: 22px 0 10px;
    font-size: 22px;
    font-weight: 600;
}
.studio-wrap ul li .detail .period {
    font-size: 15px;
    font-weight: 600;
}
.studio-wrap ul li .detail .location {
    font-size: 15px;
    color: #777;
}

@media (max-width:767px) {
    #site{
        padding-top:67px;
    }
    .menu-top .sns {
        top: 20px;
        right: 60px;
        gap: 10px;
    }
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px;font-size:16px;transition:all ease .15s}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {padding:10px 0}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{padding:12px 15px;color:#fff;background:#030303}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}

    .main-news::after{
        font-size: 90px;
        bottom: -18px;
        left: 0;
    }
    #mainCarousel .carousel-inner .item{
        height:100vw;
    }
    /* #site .navbar-brand{
        margin-top:10px;
    } */
    #site .navbar-brand {
        margin-top: 17px;
        margin-left: 15px;
    }
    #site .navbar-brand span {
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 1.85em;
    }
    #site .navbar-brand span i {
        margin-left: -2px;
        font-size: 35px;
    }
    .navbar-brand>img{
        height: 40px;
        margin: 0 10px 10px;
    }
    .slick-next{
        right:-15px;
    }
    .slick-prev{
        left:-15px;
    }
    .main-content section {
        padding: 70px 0;
    }
    .main-news .left-con{
        margin-bottom:60px;
        padding-right:15px;
    }
    .main-content h4 {
        margin: 0px 0 20px;
        font-size: 32px;
    }
    .news-area ul li {
        padding: 16px 0 14px;
        font-size: 14px;
    }
    .main-news .more-btn {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .main-news .video-area{
        min-height:56.25vw;
    }
    .main-artist-slide .item span {
        font-size: 18px;
    }
    #site footer {
        padding: 30px 0;
    }
    #site footer .actor {
        margin: 0 0 25px;
        font-size: 12px;
    }
    #site footer li {
        font-size: 11px;
    }
    #site footer li strong {
        font-size: 12px;
    }
    #site footer p {
        margin: 15px 0 0;
        font-size: 10px;
    }
    footer .sns{
        margin-top:20px;
        justify-content: center;
    }
    #site footer .right-con li{
        margin:0 10px;
    }
    .subpage::after {
        top: 0;
        left: 0;
        font-size: 88px;
    }
    .pageheader .container{
        display: block;
        height: auto;
    }
    .pageheader {
        height: auto;
        margin: 40px 0 0;
    }
    .pageheader h2{
        margin-bottom: 5px;
        font-size: 34px;
    }
    .pageheader h2 .t1 {
        font-size: 15px;
    }
    .breadcrumb {
        font-size: 11px;
    }
    .subpage-content section {
        padding: 60px 0 80px !important;
    }
    .greet .left-con{
        padding-right:15px;
    }
    .greet .right-con {
        padding-right: 15px;
    }
    .greet {
        display: block;
    }
    .greet .quote, p.quote {
        margin: 50px 0 30px;
        font-size: 22px;
    }
    .greet p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .greet .from {
        font-size: 14px;
    }
    .greet .from .name {
        font-size: 18px;
    }
    .greet .w_logo {
        padding: 60px;
        /* padding: 95px 60px 60px; */
    }
    .greet .w_logo span {
        font-size: 25px;
    }
    .greet .w_logo span i {
        font-size: 80px;
    }
    .subpage-content{
        min-height:0;
    }
    .history-wrap .history-box{
        display: block;
    }
    .history-wrap .history-box ul{
        margin:20px 0 0;
    }
    .history-wrap .history-box h6{
        font-size: 40px;
    }
    .history-wrap .history-box ul li {
        font-size: 16px;
    }
    .location-li {
        margin: 30px 0 20px;
    }
    .location-li li {
        margin-bottom:10px;
        font-size: 14px;
    }
    .profile-wrap .left-con {
        padding-right: 15px;
    }
    .profile-wrap .right-con {
        padding-left: 15px;
    }
    .profile-wrap .right-con h4{
        font-size: 35px;
    }
    .subpage-content section h5 {
        margin-top: 40px;
    }
    .profile-wrap .right-con .inner.left {
        float: none;
        padding-right: 0px;
        width: 100%;
    }
    .profile-wrap .right-con .inner.right {
        float: none;
        width: 100%;
    }
    [id^='artist'] ul li {
        margin-bottom: 6px;
        font-size: 13px;
    }
    [id^='artist'] ul.li-span li {
        padding-left: 50px;
    }
    .slick-prev:before, .slick-next:before{
        display: none;
    }
    .table.table_default tbody .subject {
        padding: 20px 15px 20px;
    }
    .table.table_default tbody .subject a {
        font-weight: 400;
        font-size: 14px;
    }
    #audition01 .subpage-content section+section {
        padding-top: 0 !important;
    }
    #audition01 section .container{
        display: block;
    }
    #audition01 h4 {
        margin: 0 0 20px;
        font-size: 26px;
    }
    #audition01 h4 + ul {
        padding-top: 30px;
        font-size: 16px;
    }
    .li-pill li span {
        width: 90px;
    }
    .process-wrap{
        flex-wrap:wrap;
    }
    #audition01 section .container .more-btn{
        position:static;
        margin-top:40px;
    }
    .process-wrap .step {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .process-wrap .step + .step::before {
        top: -30px;
        left: 55px;
        width: 1px;
        height: 65px;
        border-top: none;
        border-left: 3px dotted #ccc;
    }
    .process-wrap .step i {
        margin: 0 10px 25px 0;
        width: 110px;
        height: 110px;
        font-size: 28px;
        border: 6px solid #fff;
    }
    .process-wrap .step span {
        margin-top: -15px;
    }
    .docu-li li {
        font-size: 15px;
    }
    #audition01 h4 + p {
        font-size: 15px;
    }
    #audition01 h4 + p span {
        font-size: 14px;
    }
    /* .process-wrap .step1,
    .process-wrap .step2{
        margin-bottom: 65px;
    } */
    .studio-wrap ul li .year span {
        font-size: 30px;
    }
    .studio-wrap ul li,
    .studio-wrap ul li .detail {
        flex-direction: column;
    }
    .studio-wrap ul li+li {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #eee;
    }
    .studio-wrap ul li > div,
    .studio-wrap ul li .detail .block {
        flex-basis: 100% !important;
    }
    .studio-wrap ul li .detail .block {
        padding: 0;
    }
    .studio-wrap ul li .detail .block+.block {
        padding-top: 40px;
    }
    .studio-wrap ul li .year {
        margin-bottom: 10px;
    }
    .prepare-page {
        padding: 30px 0;
    }
    .prepare-page > .exclamation {
        width: 75px;
        height: 75px;
        padding: 28px;
    }
    .prepare-page > .exclamation::before {
        font-size: 32px;
    }
    .prepare-page > h4 {
        margin: 20px 0 15px;
        font-size: 28px;
    }
    .prepare-page > p {
        font-size: 14px;
    }

    .board_data_view .header_wrap {
        padding: 30px 5px;
    }
    .board_data_view .header_wrap .title {
        font-size: 22px;
    }
    .board_data_view .header_wrap .info {
        margin-top: 10px;
    }
    .board_data_view .header_wrap .info span {
        font-size: 11px;
    }
    .board_data_view .header_wrap .info span+span {
        margin-left: 5px;
    }
    .board_wrapper .table.board_write_table .files .fileInput input {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .menu-top .sns {
        right: 50px;
    }
    .navbar .container {
        width: 100%;
        padding: 0;
    }
    .container > .navbar-header{width:100%;padding:20px 0 0;text-align:center}
    .navbar-inverse .navbar-brand{float:none;display:inline-block;margin:0 auto !important;padding:0 !important}
    .navbar-inverse .navbar-collapse{text-align:center;line-height:0}
    .navbar-inverse .navbar-right{width:100%;float:none !important;display:flex;margin-right:0}
    .navbar-inverse .navbar-nav > li {flex:1 1 0;}
    .navbar-inverse .navbar-nav > li > a{padding:30px 15px}


    /* .navbar-inverse .navbar-nav>li>a {
        padding: 35px 30px;
    } */
    .main-news::after {
        bottom: -52px;
        font-size: 260px;
    }
    .subpage::after {
        top: 80px;
        font-size: 243px;
        left: 0;
    }
    [id^="about0"]::after {
        top: 140px;
        font-size: 243px;
        left: 0;
    }
}