@font-face {
    font-family: 'Tw Cen MT';
    font-style: normal;
    font-weight: normal;
    src: local('Tw Cen MT'), url('../fonts/Tw Cen MT.woff') format('woff');
}
.ment-open,
.ment-close {
    display: none;
}
#btns {
    text-align: center;
}
#btns a {
    display: inline-block;
    width: 242px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: url(../images/arrow_new.png) no-repeat 90% center #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #3a3a3a;
    text-indent: -10px;
    margin: 0 15px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
}
#btns a:hover {
    background-image: url(../images/arrow_new_on.png);
    background-color: #c4a376;
    color: #fff;
    border: 1px solid #766452;
}

#main-visual .visual-content {
    background: url(../images/visual1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 760px;
    position: relative;
    text-align: center;
    z-index: 2;
}
#main-visual .container {
    padding-top: 200px;
    position: relative;
    z-index: 3;
}
#main-visual .visual-title1 {
    color: #fff;
    font-size: 48px;
    display: inline-block;
    margin-bottom: 27px;
    font-family: 'Calisto MT';
    font-weight: 400;
    font-style: normal;
}
#main-visual .visual-title2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Tw Cen MT', sans-serif;
}
#main-visual .visual-btn {
    display: inline-block;
    height: 51px;
    line-height: 52px;
    padding: 0 20px;
    text-align: center;
    background: url(../images/btn_arrow.png) no-repeat 90% center rgba(255, 255, 255, 0.6);
    border: 1px solid #9d836a;
    color: #8f6c49;
    padding-right: 50px;
    margin-top: 90px;
    clear: both;
}
#main-visual .visual-btn:hover {
    text-decoration: none;
}

#main-celebrity {
    background-color: #efeee8;
}
#main-celebrity a {
    width: 385px;
}

.section-title {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    color: #000;
}
.section-cat {
    font-family: 'Domine', serif !important;
    font-size: 15px;
    letter-spacing: 5px;
    color: #b3a376;
    clear: both;
    display: block;
    margin: 30px 0;
}
.section-desc {
    color: #555;
    line-height: 1.7;
}
.section-title2 {
    font-family: verdana, sans-serif;
    color: #595959;
    font-size: 16px;
    margin-bottom: 58px;
}

.section-btn a {
    display: inline-block;
    background: url(../images/btn_arrow3.png) no-repeat right 4px;
    width: 235px;
    font-size: 14px;
    font-family: verdana;
    color: #3a3a3a;
    padding-right: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-left: 30px;
}

/* pages */
#visual {
    position: relative;
    text-align: center;
    width: 100%;
    background: #000;
}
#visual .area {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    height: 763px;
    padding: 0;
    margin: 0;
    float: left;
}
#visual video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    -o-object-fit: fill;
    object-fit: fill;
    -ms-object-fit: fill;
}
#visual .overlay {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#visual .contbox {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    color: #fff;
    margin-top: 40px;
}
#visual .contbox .title {
    font-size: 48px;
    font-family: 'Lato';
    padding-bottom: 0;
    display: none;
}
#visual .contbox .desc {
    font-family: 'Lato', serif;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 36px;
    display: none;
}
#visual .area2 {
    background-image: url(../images/visual1.jpg);
}
#visual .area3 {
    background-image: url(../images/visual2.jpg);
}
#visual .area4 {
    background-image: url(../images/visual3.jpg);
}
#visual .btns {
    margin-top: 20px;
    clear: both;
    display: none;
}
#visual .active {
    display: block !important;
}
#visual .btns a {
    display: inline-block;
    border: 1px solid #9d836a;
    width: 176px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #8f6c49;
    background: url(../images/btn_arrow.png) no-repeat 90% center rgba(255, 255, 255, 0.6);
    font-family: 'Lato';
    text-indent: -10px;
}

#visual .slick-prev,
#visual .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9991;
    width: 34px;
    height: 77px;
    background: url(../images/arrow5_off.png) no-repeat 0 0;
    text-indent: -1000em;
    cursor: pointer;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
}
#visual .slick-next {
    background-image: url(../images/arrow4_off.png);
}
#visual .slick-prev {
    left: 30px;
}

#visual .slick-next {
    right: 30px;
}

#visual .mouse {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
}
#visual .mouse a {
    display: block;
}

.section {
    clear: both;
    padding: 85px 0;
    overflow: hidden;
}

.imgbox {
    clear: both;
}
.imgbox .container {
    position: relative;
    z-index: 1000;
}
.imgbox .imgbox-img {
    width: 40%;
    float: left;
    text-align: right;
}
.imgbox .imgbox-cont {
    width: 60%;
    float: left;
    text-align: left;
    background: #fff;
    padding: 50px;
    margin-left: -30px;
    margin-top: 50px;
}
.imgbox .imgbox-cont .imgbox-cat {
    color: #c4a376;
    display: block;
    margin-bottom: 0px;
}
.imgbox .imgbox-cont .imgbox-title {
    color: #595959;
    font-size: 50px;
    margin-bottom: 10px;
    font-family: 'Calisto MT';
    letter-spacing: -2px;
}
.imgbox .imgbox-cont .imgbox-desc {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.imgbox .imgbox-cont .imgbox-btn {
    width: 225px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-fmaily: verdana, sans-serif;
    background-color: #606060;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.imgbox .imgbox-cont .imgbox-btn:hover {
    background-color: #c4a376;
}

.imgbox.right {
}
.imgbox.right .imgbox-img {
    float: none;
    float: right !important;
    text-align: right;
}
.imgbox.right .imgbox-img img {
    position: relative;
    left: -200px;
    z-index: -1;
}
.imgbox.right .imgbox-cont {
    float: left;
    margin-left: 0;
    position: relative;
    z-index: 1000;
}

#main-celebrity {
    padding: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#main-celebrity .prev2,
#main-celebrity .next2 {
    position: absolute;
    top: 50%;
    z-index: 9999;
}
#main-celebrity .prev2 {
    left: 0;
}
#main-celebrity .next2 {
    right: 0;
}
#main-celebrity .container-full {
    padding: 0 40px;
}
#main-celebrity li a img {
    border: 8px solid rgba(0, 0, 0, 0);
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#main-celebrity li a:hover img {
    border: 8px solid #c4bea3;
}
#main-celebrity .caption {
    display: block;
    clear: both;
    color: #444;
    margin-top: 10px;
}
#main-celebrity ul {
    display: block;
}
#main-celebrity li {
    float: left;
    display: block;
    padding: 0 20px;
}
#main-celebrity .slick-list {
    overflow: visible !important;
}

#main-news .container {
    padding: 0 200px;
}
#main-news .noticebox {
    border: 1px solid #404041;
    padding: 85px 40px;
    color: #595959;
    margin-top: 70px;
    width: 350px;
    height: 460px;
    cursor: pointer;
}
#main-news .noticebox .title {
    font-size: 26px;
    display: block;
    margin-bottom: 43px;
    letter-spacing: -2px;
    width: 100%;
}
#main-news .noticebox .desc {
    line-height: 2;
}
#main-news .noticebtn {
    clear: both;
    text-align: center;
    padding-top: 20px;
}
#main-news .noticebtn a {
    display: inline-block;
}
#main-news .noticebtn img:hover {
    opacity: 0.8;
}
#main-news #notice {
    overflow: hidden;
}

#main-press ul {
    margin-left: -80px;
}
#main-press ul li {
    padding-left: 80px;
}

#main-insta ul li {
    margin-left: -2px;
}

.page-section {
    clear: both;
    padding: 100px 0;
}
.page-title-area {
    text-align: center;
}
.page-title-area .title {
    font-size: 26px;
    line-height: 1.3;
    color: #000;
    letter-spacing: -1px;
}
.page-title-area .desc {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin-top: 50px;
    letter-spacing: -1px;
}

.page-title {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
}
.page-title .title {
    font-size: 44px;
    color: #000;
    font-family: arial;
}

.section-bordered {
    border-bottom: 1px solid #cecece;
}

.nav-tab {
}
.nav-tab > ul {
    display: block;
    border: 1px solid #ddd;
}
.nav-tab > ul > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
}
.nav-tab > ul > li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-tab > ul > li:last-child:after {
    width: 0px;
    height: 0px;
    background: none;
    display: none;
}
.nav-tab > ul > li > a {
    display: block;
    padding: 15px 0;
    background: #f3f3f3;
    font-size: 18px;
    color: #888;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.nav-tab > ul > li > a.active {
    background-color: #fec92e;
    color: #fff;
}

.nav-tab-bordered {
}
.nav-tab-bordered > ul {
    display: block;
    border: 1px solid #cecece;
    border-bottom: 0;
}
.nav-tab-bordered > ul > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
}
.nav-tab-bordered > ul > li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-tab-bordered > ul > li:last-child:after {
    width: 0px;
    height: 0px;
    background: none;
    display: none;
}
.nav-tab-bordered > ul > li > a {
    display: block;
    padding: 15px 0;
    background: #f7f7f7;
    font-size: 18px;
    color: #444;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #cecece;
    letter-spacing: -1px;
}
.nav-tab-bordered > ul > li > a.active {
    background-color: #c6b990;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}

.tab-content {
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 75px 100px;
    clear: both;
}
.tab-content.active {
    display: block;
}

.media .media-head,
.media .media-body {
    display: table-cell;
    vertical-align: top;
}
.media .media-body {
    width: 1000px;
    overflow: hidden;
}

/* list */
ul > li,
ol > li {
    display: inline-block;
}
.list-vertical > li {
    display: block;
    clear: both;
}
.list-bordered > li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.list {
    margin-left: -70px;
    display: block;
}
.list > li {
    padding-left: 70px;
    padding-bottom: 70px;
    float: left;
    display: block;
}

.list.list-column-2 > li {
    width: 50%;
}
.list.list-column-2 > li:nth-last-child(2),
.list.list-column-2 > li:nth-last-child(1) {
    padding-bottom: 0;
}
.list.list-column-2 > li:nth-child(2n + 1) {
    clear: both;
    float: left;
}

.list.list-column-3 > li {
    width: 33.333333333%;
}
.list.list-column-3 > li:nth-last-child(3),
.list.list-column-3 > li:nth-last-child(2),
.list.list-column-3 > li:nth-last-child(1) {
    padding-bottom: 0;
}
.list.list-column-3 > li:nth-child(3n + 1) {
    clear: both;
    float: left;
}

.list.list-column-4 > li {
    width: 25%;
}
.list.list-column-4 > li:nth-last-child(4),
.list.list-column-4 > li:nth-last-child(3),
.list.list-column-4 > li:nth-last-child(2),
.list.list-column-4 > li:nth-last-child(1) {
    padding-bottom: 0;
}
.list.list-column-4 > li:nth-child(4n + 1) {
    clear: both;
    float: left;
}

.list.list-column-5 > li {
    width: 20%;
}
.list.list-column-5 > li:nth-last-child(5),
.list.list-column-5 > li:nth-last-child(4),
.list.list-column-5 > li:nth-last-child(3),
.list.list-column-5 > li:nth-last-child(2),
.list.list-column-5 > li:nth-last-child(1) {
    padding-bottom: 0;
}
.list.list-column-5 > li:nth-child(5n + 1) {
    clear: both;
    float: left;
}

.board-show .board-head .board-title {
    width: 50%;
}
.qnabox .title {
    width: 100%;
}
.qnabox .desc li span.time {
    width: 150px;
}

.item.item-celebrity .item-title {
    color: #595959;
    font-size: 13px;
    display: block;
    text-align: center;
    clear: both;
    margin-top: 20px;
}

.item.item-celebrity img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.item.item-celebrity .item-head {
    overflow: hidden;
    line-height: 1;
    font-size: 0;
}
.item.item-celebrity:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-flex {
    width: 100%;
}
.hbtn {
    width: 225px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
    background-color: rgb(96, 96, 96);
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    transition-timing-function: initial;
    -webkit-transition-delay: initial;
    -moz-transition-delay: initial;
    -o-transition-delay: initial;
    transition-delay: initial;
    -webkit-transition-property: initial;
    -o-transition-property: initial;
    -moz-transition-property: initial;
    transition-property: initial;
}
.hbtn:hover {
    background-color: #c4a376;
}

.actions {
    clear: both;
    padding-top: 110px;
    text-align: center;
}
.btn-more {
    width: 241px;
    height: 51px;
    line-height: 51px;
    display: inline-block;
    text-align: center;
    border: 1px solid #535353;
    background: url(../images/btn_more.png) no-repeat 90% center;
    font-family: verdana;
}

#brand-2 {
    background: url(../images/brand_bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 1000px;
    padding: 315px 0;
    color: #fff;
}
#brand-2 .container {
    padding-left: 95px;
}
#brand-2 .title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 50px;
    display: block;
}
#brand-2 .desc {
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-top: 35px;
}

#brand-2-mo {
    display: none;
}

#brand-3 {
    background: url(../images/brand_bg3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 596px;
    padding: 65px 0;
    color: #555;
}
#brand-3 .container {
    padding: 0 75px;
}
#brand-3 .desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -1px;
}
#brand-3 .float-right {
    padding: 115px 0;
    float: left;
    padding-left: 155px;
}
#brand-3 .float-right .desc {
    margin-bottom: 36px;
}
#brand-3 .float-right .desc span {
    font-size: 24px;
    color: #000;
    letter-spacing: 5px;
    padding-left: 20px;
}

#brand-4 .media {
    clear: both;
    padding-bottom: 85px;
}
#brand-4 .media:last-child {
    clear: both;
    padding-bottom: 0px;
}
#brand-4 .media-head {
    font-size: 34px;
    color: #000;
    padding-right: 55px;
}
#brand-4 .media-body {
    line-height: 2;
    font-size: 16px;
}
#brand-4 .media-body a {
    background: url(../images/link.png) no-repeat right 5px;
    padding-right: 30px;
}

#brand-5 .container {
    padding: 0 90px;
    padding-top: 60px;
    padding-bottom: 165px;
}
#brand-5 .address {
    font-size: 16px;
    padding-bottom: 14px;
    color: #000;
    letter-spacing: -1px;
}
#brand-5 p span {
    padding-right: 42px;
    letter-spacing: -1px;
    font-size: 16px;
}
#brand-5 #google-map {
    clear: both;
    padding-top: 30px;
}
#brand-5 .hbtn {
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 13px;
}

.gallery-head {
    clear: both;
    text-align: center;
    padding-top: 50px;
}
.gallery-title {
    font-size: 16px;
    color: #dab776;
    font-family: arial;
}
.gallery-title2 {
    font-size: 42px;
    color: #595959;
    font-family: 'Calisto MT';
    margin-top: 20px;
    display: block;
}

.bo_w_link {
    display: none !important;
}

a.btn02 {
    color: #fff;
    line-height: 32px;
}
.file-btn > span {
    display: none;
}
.file-btn > input {
    display: inline;
}
.file-input > .file-name {
    padding-left: 50px;
}
.file-name,
.file-btn {
    float: left;
}

/* 2023 메인작업내용 */
.heri_cont {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
}

.heri_cont::after {
    content: none;
}

.heri_cont .heri_cont_img {
    width: 430px;
    height: 540px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.heri_cont .heri_cont_img.heri_cont_img_01 {
    background-image: url(../images/_DANIELLEFRANKEL.jpg);
}

.heri_cont .heri_cont_img.heri_cont_img_02 {
    background-image: url(../images/_NAEEMKHAN.jpg);
}

.heri_cont .heri_cont_img.heri_cont_img_03 {
    background-image: url(../images/_AMSALE.jpg);
}

.heri_cont .heri_cont_img.heri_cont_img_04 {
    background-image: url(../images/_REEMACRA.jpg);
}

.heri_cont .heri_cont_img.heri_cont_img_05 {
    background-image: url(../images/_INESDISANTO.jpg);
}

.heri_cont .heri_text {
    width: -webkit-calc((100% - 60px) - 430px);
    width: -moz-calc((100% - 60px) - 430px);
    width: calc((100% - 60px) - 430px);
    height: auto;
    position: relative;
    text-align: center;
}

.heri_cont .heri_text > h3 {
    font-family: 'Calisto MT';
    font-size: 3.125rem;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}

.heri_cont .heri_text .heri_txt {
    width: 100%;
    height: auto;
    position: relative;
    border: 6px solid #b3ada7;
    padding: 50px 50px;
    text-align: center;
}

.heri_cont .heri_text .heri_txt > p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #262626;
    line-height: normal;
    word-break: keep-all;
}

@media all and (max-width: 980px) {
    .heri_cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
    }

    .heri_cont .heri_cont_img {
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .heri_cont .heri_text {
        width: 100%;
        padding: 0 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .heri_cont .heri_text > h3 {
        font-size: 1.875rem;
        margin-bottom: 20px;
    }

    .heri_cont .heri_text .heri_txt {
        padding: 30px;
    }

    .heri_cont .heri_text .heri_txt > p {
        font-size: 0.875rem;
    }
}

@media all and (max-width: 481px) {
	.heri_cont {
		gap: 20px;
	}

	.heri_cont .heri_cont_img {
		height: 120vw;
	}

	.heri_cont .heri_text {
		padding: 0 15px;
	}

	.heri_cont .heri_text > h3 {
		font-size: 1.25rem;
		margin-bottom: 6px;
	}

	.heri_cont .heri_text .heri_txt {
		padding: 15px;
		border: 4px solid #b3ada7;
	}

	.heri_cont .heri_text .heri_txt > p {
		font-size: 0.75rem;
	}
}

/* 2023 메인작업내용 END */
