/* Header Styles */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background-color: transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    z-index: 12000;
}

.scrolled header {
    background-color: #000;
}

.header {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 12000;
}

.header h1 {
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -28px;
    display: block;
    z-index: 10;
    line-height: 0;
}

.header h1 a {
    display: block;
}

.header h1 img {
    width: auto;
}

.tmenu {
    display: block;
    position: fixed;
    right: 50px;
    top: 30px;
    width: 50px;
    height: 50px;
    z-index: 11000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.tmenu span {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 4px;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -2px;
    background-color: #fff;
}

.tmenu span:before {
    position: absolute;
    width: 28px;
    height: 4px;
    left: 50%;
    margin-left: -18px;
    top: -10px;
    background-color: #fff;
    content: "";
    display: block;
}

.tmenu span:after {
    position: absolute;
    width: 28px;
    height: 4px;
    left: 50%;
    margin-left: -18px;
    top: 10px;
    background-color: #fff;
    content: "";
    display: block;
}

.tmenu span,
.tmenu span:before,
.tmenu span:after {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.is-total .tmenu span {
    background: none;
}

.is-total .tmenu span:before {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

.is-total .tmenu span:after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

/* Global Menu (GNB) */
.gnb_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 8000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    overflow: hidden;
}

body.is-total .gnb_wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.gnb_con {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gnb_menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.gnb {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.gnb > li {
    margin: 20px 0;
    opacity: 0;
    transform: translateX(-40px);
}

.gnb > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.gnb > li > a:hover {
    color: #888;
}

/* Container override */
.container {
    width: 100%;
    max-width: 1632px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}

.wrap {overflow: hidden;}
.pos {position: relative;}
.sub_container {position: relative;z-index:1;background: #fff;}
.video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.bgndVideo_wrap {position: absolute !important;top: 0;left: 0;right: 0;bottom: 0;width: 100% !important;height: 100% !important;z-index: 0;overflow: hidden;margin: 0 !important;}
.bgndVideo_wrap .mbYTP_wrapper, .bgndVideo_wrap iframe, .bgndVideo_wrap video {
    width: 100vw !important;
    height: 56.25vw !important;
    min-height: 100% !important;
    min-width: 177.77vh !important;

    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: none !important;
 }
.sub_visual {margin: 0 auto;height: 550px;background-repeat: no-repeat;-webkit-background-size: cover;
background-size: cover;background-position: center center;position: relative;background-color: #000;overflow: hidden;}
.sub01 .sub_visual {background-image: url("/assets/img/sub/sub_visual01.jpg");}
.sub02 .sub_visual {background-image: url("/assets/img/sub/sub_visual02.png");}
.sub03 .sub_visual {background-image: url("/assets/img/sub/sub_visual03.png");}
.sub04 .sub_visual {background-image: url("/assets/img/sub/sub_visual04.png");}
.sub05 .sub_visual {display: none;}

.sub_title {font-size: 86px;font-weight: 700;color: #fff;position: absolute;left: 100px;bottom: 60px;z-index: 20;}
.sub_title a {color: #fff;}

.max-height {height: 100%;}

.page {max-width: 1200px;margin: 0 auto;padding: 140px 20px 120px;box-sizing: border-box;}
.page-title {font-family: "Montserrat", sans-serif;font-size: 48px;font-weight: 700;color: #000;margin: 0 0 30px 0;letter-spacing: -0.5px;line-height: 1.2;}
.page-description {font-family: "Pretendard", sans-serif;font-size: 20px;font-weight: 400;color: #666;margin: 0 0 60px 0;line-height: 1.6;max-width: 800px;}
.page-content {font-family: "Pretendard", sans-serif;font-size: 16px;line-height: 1.8;color: #333;}
.page-content h2 {font-family: "Montserrat", sans-serif;font-size: 28px;margin: 50px 0 20px;color: #000;}
.page-content h3 {font-family: "Pretendard", sans-serif;font-size: 22px;font-weight: 700;margin: 40px 0 15px;color: #000;}
.page-content p {margin-bottom: 24px;}
.page-content ul,
.page-content ol {margin-bottom: 24px;padding-left: 20px;list-style: disc;}
.page-content img {max-width: 100%;height: auto;margin: 30px 0;border-radius: 4px;}

@media (max-width: 767px) {
    .page {padding: 90px 20px 80px;}
    .page-title {font-size: 32px;margin-bottom: 20px;}
    .page-description {font-size: 16px;margin-bottom: 40px;}
}


.page_wrap {text-align:center;font-size:0;margin-top: 50px;}
.page_wrap.mtn {margin-top: 0;}
.page_nation {display:inline-block;}
.page_nation .none {display:none;}
.page_nation a {display:block;margin:0 4px;float:left; width:40px; height:40px; line-height:40px; text-align:center; background:none; font-size:16px; color:#CACACA; text-decoration:none;font-weight: 700;border-radius:50%;}
.page_nation .pprev {display: none;}
.page_nation .prev {display: none;}
.page_nation .next {display: none;}
.page_nation .nnext {display: none;}
.page_nation a.active {background-color:#000;color:#fff;}

.board_cont .content .file {margin-bottom: 20px;}
.board_cont .content .file a {display: inline-block;text-decoration: underline;font-size: 15px;color: #6c6c6c;padding-left: 20px;position: relative;}
.board_cont .content .file a:before {position: absolute;content: "";display: block;width: 14px;height: 12px;left: 0;top: 5px;background-image: url('/assets/img/sub/ico_folder.png');-webkit-background-size: 14px 12px;background-size: 14px 12px;}
.board_cont .content {padding-bottom: 100px;padding-top: 40px;}
.board_cont .content,
.board_cont .content p,
.board_cont .content td,
.board_cont .content span {line-height: 1.7;word-break:keep-all;font-size: 20px !important;color: #000;font-weight: 400;font-family: "pretendard" !important;}
.board_cont .content blockquote.tx-quote1 {border:3px solid #eeeeee;}
.board_cont .content img {width: auto !important;max-width:100% !important;height: auto !important;margin: 0 auto !important;display: block !important;}
.board_cont .content table {text-align: center !important;width: 100% !important;}
.board_cont .content iframe {width: 100% !important;height: 100%;max-width: 1280px;max-height: 720px;}
.news_btn {text-align: center;margin: 40px 0;}
.news_btn.left {text-align: left;}
.news_btn a {text-decoration: none;display: inline-block;background-color: #000;font-size: 15px; color: #fff;font-weight: 700;text-align: center;width: 200px;height: 50px;line-height: 50px;outline: none; border: none;border-radius:25px;}  
.news_btn a:hover {background-color: #ccc;}

.about_wrap {padding-top: 60px;padding-bottom: 200px;}
.about_item {margin-bottom: 50px;height: 500px;}
.artist_item {margin-bottom: 10px;height: 600px;}
.about_img,	.fix_img {overflow: hidden;height: 340px;}
.about_img.img-16-9 {
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.about_img.img-16-9 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about_img img {transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.about_img img,.fix_img img {width: 100%;height: inherit;object-fit: cover;}
.about_wrap .container {width: 100%;max-width: 1600px;}
.about_img:hover img {transform: scale(1.15);}
.about_postion {display: flex;align-items: center;justify-content: flex-start;margin-bottom: 10px;margin-top: 25px;}
.about_postion .position {font-size: 16px;font-weight: 700;color: #ccc;font-family: "Pretendard";}
.about_postion .insta {margin-left: auto;height: 40px;display: flex;justify-content: center;align-items: center;gap: 5px;}
.about_postion .insta a {display: inline-block;}
.about_name {font-size: 30px;font-weight: 700;color: #000;padding-bottom: 30px;margin-bottom: 25px;border-bottom: 1px solid #000;font-family: "Pretendard";line-height: 1.4;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.about_name.artist_name {height: auto}
.keywords_tt {font-size: 16px;font-weight: 500;color: #000;margin-bottom: 10px;font-family: "Pretendard";}
.keywords span {font-size: 14px;font-weight: 500;color: #999;margin-right: 10px;font-family: "Pretendard";}

.art_tab {display: flex;align-items: center;margin-bottom: 40px;}
.art_tab a {font-size: 14px;font-weight: 700;font-family: "Montserrat";color: #000;border: 1px solid rgba(0, 0, 0, 0.40);border-radius: 25px;width: 200px;height: 35px;margin-right: 14px;text-align: center; display: flex;justify-content: center; align-items: center;}
.art_tab a:hover,
.art_tab a.on {border-color: #000;}
.gray {filter: grayscale(100%);}
.detail_wrap {padding-top: 50px;padding-left: 40px;}
.detail_position {font-size: 16px;font-weight: 700;color: #ccc;margin-bottom: 10px;font-family: "Pretendard";}
.detail_names {display: flex;align-items: center;justify-content: flex-start;margin-bottom: 40px;padding-bottom: 30px;border-bottom: 1px solid #000;}
.detail_names .name {font-size: 30px;font-weight: 700;color: #000;font-family: "Pretendard";}
.detail_names .sns {margin-left: auto;}
.detail_names .sns a {display: inline-block;}
.detail_info_wrap {margin-bottom: 60px;}
.detail_info_row {display: flex;margin-bottom: 10px;align-items: baseline;}
.detail_label {width: 120px;flex-shrink: 0;font-size: 16px;font-weight: 700;color: #000;font-family: "Pretendard";}
.detail_value {flex: 1;font-size: 16px;font-weight: 400;color: #666;font-family: "Pretendard";line-height: 1.6;}

.detail_cont {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.detail_cont > p{
    font-family: "Pretendard" !important;
    line-height: 1.6;
}

.detail_cont span{
    font-family: "Pretendard" !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.detail_cont span {
    color: #7c8082 !important;
}

.detail_wrap .yt-embed ,
.detail_cont > p:has(iframe){
    width: 100%;
    max-width: 1280px;
    margin: 80px auto;
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.detail_wrap .yt-embed iframe,
.detail_cont > p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    border: 0;
}

.detail_cont iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

@media (max-width: 991px) {
    .detail_wrap .yt-embed,
    .detail_cont > p:has(iframe){
        margin: 60px auto;
    }
}

@media (max-width: 767px) {
    .detail_wrap .yt-embed,
    .detail_cont > p:has(iframe){
        margin: 40px auto;
        padding-bottom: 56.25%;
        width: 100%;
    }
}


.biz_wrap {padding-top: 110px;padding-bottom: 40px;}   
.biz_item {height: 320px;margin-bottom: 120px;}
.biz_item_tit {font-size: 30px;font-weight: 700;color: #000;margin-top: 60px;}
.biz_item_txt {font-size: 16px;color: #666;margin-top: 30px;line-height: 1.5;padding-right: 10px;}
.biz_list {display: block;margin-top: 120px;}
.biz_list:before {display: table;content: "";}
.biz_list:after {display: table;content: "";clear: both;}
.biz_list li {border-top: 1px solid #000;padding-top: 80px;padding-bottom: 120px;display: table;width: 100%;}
.biz_list_tit {font-size: 30px;font-weight: 700;color: #000;display: table-cell;vertical-align: top;width: 40%;}
.biz_list_cont {display: table-cell;vertical-align: top;width: 60%;padding-left: 40px;}
.biz_list_t1 {font-size: 30px;font-weight: 700;color: #000;line-height: 1.5;margin-bottom: 40px;}
.biz_list_t2 {position: relative;font-size: 16px;color: #666;font-family: "Pretendard";margin-bottom: 14px;padding-left: 20px;}
.biz_list_t2:before {position: absolute;left: 0;top: 7px;content: "";width: 4px;height: 4px;background-color: #666;border-radius: 50%;}

.art_wrap {padding-top: 60px;padding-bottom: 200px;}   
.art_wrap.notab {padding-top: 110px;}
.menu_wrap {margin-bottom: 45px;display: flex;align-items: center;}
.menu_wrap a {display: flex;justify-content: center;align-items: center;width: 200px;height: 35px;border: 1px solid #ddd;font-size: 14px;font-weight: 700;color: #000;font-family: "Montserrat";border-radius: 25px;margin-right: 14px;}
.menu_wrap a:hover,
.menu_wrap a.on {border-color: #000;}

.art_item {height: 290px;margin-bottom: 32px;position: relative;overflow: hidden;}
.art_item > img {height: inherit;width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.art_item:hover > img {transform: scale(1.15);}
.art_item:hover .art_cont {display: flex;justify-content: center;align-items: center;}

.art_cont {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 50%);display: none;}
.art_cont_txt {font-size: 18px;font-weight: 700;color: #fff;margin-top: 20px;line-height: 1.5;font-family: "Pretendard";}
.art_cont_inline {text-align: center;padding: 0 50px;}
.art_more {margin-top: 100px;text-align: center;}
.art_more a {display: inline-flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 700;color: #fff;opacity: 1;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.art_more a span {margin-right: 10px;}
.art_more a:hover {opacity: 0.7;}

.board_cont .title {font-family: "Pretendard";font-size: 30px;font-weight: 700;color: #000;margin-bottom: 50px;line-height: 1.5;}
.board_cont .big_img {margin-bottom: 40px;}
.board_cell {display: table;width: 100%;margin-bottom: 10px;}
.board_cell .cell0 {display: table-cell;vertical-align: middle;width: 8%;font-size: 16px;font-weight: 500;color: #000;}
.board_cell .cell1 {display: table-cell;vertical-align: middle;width: 92%;font-size: 16px;color: #666;font-family: "Pretendard";}

.board_nav_wrap {border-top: 1px solid #000;}
.board_nav {border-bottom: 1px solid #000;padding: 30px 30px;height: 100px;}
.board_nav a {display: flex;align-items: center;height: 100%;}
.nav_tit {font-size: 20px;font-weight: 700;color: #000;padding-left: 50px;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden;max-width: 988px;font-family: "Pretendard";}
.board_nav a:hover .nav_tit {color: #ccc;}
.board_nav a:hover img {opacity: 0.5;}

.contact_wrap {padding-top: 350px;padding-bottom: 200px;}
.sub05 .contact_wrap {
    padding-top: 250px;
}
.contact_title {font-size: 86px;color: #000;font-weight: 700;margin-bottom: 40px;}
.contact_txt {font-size: 18px;color: #666;font-weight: 500;line-height: 1.5;}
.contact_wrap > .container{
    max-width: 1280px;
}
.map_section {height: 600px;background-color: #000;}
.map {max-width: 1920px;margin: 0 auto;height: 100%;}

.form_item {margin-bottom: 30px;}
.form_tit {font-size: 18px;color: #000;font-weight: 700;margin-bottom: 5px;}
.form_input {width: 100%;height: 60px;background-color: #fff;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #666;padding: 0 10px;font-size: 16px;color: #aaa;}
.text_area {height: 200px;padding: 20px 0;width: 100%;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #ddd;background-color: #fff;font-size: 15px;font-weight: 700;color: #000;margin-bottom: 60px;resize: none;outline: none;}
.form_input:focus {border-color: #fff;}

.form_check {margin-right: 30px;display: inline-block;}
.form_check label {font-size: 18px;color: #000;display: flex;align-items: center;}
.form_check input[type="checkbox"] + label:before {content: "";margin: 0 10px 0 0;vertical-align: middle;width: 20px;display: inline-block;height: 20px;overflow: hidden;background-image:url('/assets/img/main/Check_box.png');filter: brightness(0);}
.form_check input[type="checkbox"]:checked + label:before {background-image:url('/assets/img/main/Check_box_on.png');filter: brightness(0);}
.form_check input[type="checkbox"] {outline: none;border: none;background-color: #fff;-webkit-border-radius: 0;-webkit-appearance: none;display: none;}

.submit_btn {background-color: #000;border: none;outline: none;cursor: pointer;padding: 0;display: flex;align-items: center;justify-content: center;width: 200px;height: 45px;border-radius: 30px;margin-top: 30px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.submit_btn:hover {background-color: #ccc;}
.submit_btn span {font-size: 15px;font-weight: 700;color: #fff;margin-right: 10px;}
.fadeup {animation: fadeInUp 1s linear;}
.sub_sub_txt {position: absolute; left: 100px; bottom: 80px; color: #fff;font-size: 18px;padding-left: 340px;}


@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.btn_spin {position: relative;}
.btn_spin::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@media (max-width: 1659px){

}	
@media (max-width: 1599px){

}
@media (max-width: 1459px) {
	.biz_list_t1 {font-size: 25px;}
}
@media (max-width: 1429px) {
	.board_cont .content, .board_cont .content p, .board_cont .content td, .board_cont .content span {font-size: 16px !important;}
	.about_img,	.fix_img {height: 255px;}
	.art_item {height: 230px;}
	.nav_tit {font-size: 16px;}
	.board_cont .title {font-size: 25px;}
	.form_check {margin-right: 25px;}
	.sub_sub_txt {font-size: 16px;}
	.about_item, .artist_item {height: 620px;}
}
@media (max-width: 1259px) {
	.sub_visual {height: 450px;}
	.sub_title {font-size: 70px;}
	.about_img,	.fix_img {height: 195px;}
	.about_name {font-size: 20px;}
	.biz_item_tit {font-size: 20px;}
	.biz_list_tit {font-size: 25px;}
	.biz_list_t1 {font-size: 20px;}
	.art_item {height: 160px;}
	.art_cont_inline {padding: 0 30px;}
	.art_cont_inline img {width: 60px;}
	.art_cont_txt {font-size: 16px;}
	.board_cont .title {font-size: 20px;}
	.contact_title {font-size: 60px;}
	.form_check {margin-right: 0;width: 49%;margin-bottom: 25px;}
	.map_section {height: 500px;}
	.sub_sub_txt {bottom: 100px;padding-left: 280px;}
	.about_item, .artist_item{height: 545px;}

}
@media (max-width: 1200px) {
 	.board_cont .content iframe {height: 500px !important;}
}
@media (max-width: 1199px) {
	.sub_title {left: 60px;}
	.sub_sub_txt {padding-left: 320px;}

}
@media (max-width: 991px) {
	.board_cont .content, .board_cont .content p, .board_cont .content td, .board_cont .content span {font-size: 14px !important;}
	.news_btn {margin: 20px 0;}
	.news_btn a {font-size: 14px;height: 45px;line-height: 45px;width: 160px;}
	.board_cont .content {padding-bottom: 50px;padding-top: 20px;}
	.sub_visual {height: 350px;}
	.sub_title {font-size: 50px;bottom: 40px;left: 50px;}
	.contact_title {font-size: 50px;margin-bottom: 20px;}
	.contact_txt {font-size: 16px;margin-bottom: 50px;}
	.about_wrap {padding-bottom: 100px;padding-top: 55px;}
	.detail_wrap {padding-top: 30px;padding-left: 10px;}
	.detail_position {font-size: 14px;}
	.detail_names .name {font-size: 20px;}
	.detail_names {margin-bottom: 20px;padding-bottom: 15px;}
	.detail_label {font-size: 14px;width: 80px;}
	.detail_value {font-size: 14px;}
	.detail_cont {margin-top: 70px;}
	.about_img,	.fix_img {height: 145px;}
	.about_postion {margin-top: 10px;margin-bottom: 5px;}
	.about_postion .position {font-size: 13px;}
	.about_name {font-size: 18px;padding-bottom: 15px;margin-bottom: 10px;}
	.keywords_tt {font-size: 14px;}
	.keywords span {font-size: 12px;}
	.about_item {margin-bottom: 60px;}
	.page_nation a {font-size: 14px;width: 20px;height: 20px;line-height: 20px;}
	.biz_item img {width: 40px;}
	.biz_item_tit {font-size: 18px;margin-top: 30px;}
	.biz_item_txt {font-size: 14px;margin-top: 15px;}
	.biz_item {margin-bottom: 60px;}
	.biz_list {margin-top: 60px;}
	.biz_list li {padding-top: 40px;padding-bottom: 60px;}
	.biz_list_tit {font-size: 20px;}
	.biz_list_t1 {font-size: 18px;margin-bottom: 20px;}
	.biz_list_t2 {font-size: 14px;}
	.biz_wrap {padding-top: 55px;padding-bottom: 20px;}
	.biz_list_cont {padding-left: 20px;}
	.art_item {height: 125px;margin-bottom: 16px;}
	.art_cont_inline img {width: 40px;}
	.art_cont_txt {font-size: 14px;margin-top: 10px;}
	.art_cont_inline {padding: 0 10px;}
	.art_wrap {padding-top: 30px;padding-bottom: 100px;}
	.menu_wrap {margin-bottom: 25px;}
	.menu_wrap a {font-size: 12px;width: 140px;margin-right: 7px;}
	.board_cont .title {font-size: 18px;margin-bottom: 25px;}
	.board_cont .big_img {margin-bottom: 20px;}
	.board_cell .cell0 {font-size: 14px;width: 10%;}
	.board_cell .cell1 {font-size: 14px;width: 90%;}
	.nav_tit {font-size: 14px;padding-left: 20px;max-width: 730px;}
	.board_nav {padding: 15px 15px;height: 50px;}
	.board_nav img {height: 8px;}
	.art_wrap.notab {padding-top: 55px;}
	.contact_wrap {padding-bottom: 100px;padding-top: 175px;}
	.form_tit {font-size: 16px;}
	.form_input {height: 40px;}
	.form_input {font-size: 14px;}
	.form_check label {font-size: 16px;}
	.submit_btn {margin-top: 15px;width: 160px;}
	.submit_btn span {font-size: 13px;}
	.map_section {height: 300px;}
	.insta img,
	.detail_names .sns img {
        height: 40px;
        margin-top: 10px;
    }
	.sub_sub_txt {font-size: 14px;bottom: 50px;padding-left: 220px;}
	.about_item {height: 360px;}
	.about_postion .insta {height: 20px;}
	.board_cont .content iframe {height: 400px !important;}
}
@media (max-width: 767px) {
    header { height: 60px; }
    .header { height: 60px; padding: 0 20px; }
    .header h1 { left: 20px; margin-top: -15px; }
    .header h1 img { height: 30px; }
    .tmenu { width: 30px; height: 30px; right: 20px; top: 15px; }
    .tmenu:before { top: 8px; }
    .tmenu:after { bottom: 8px; }
    .gnb > li { margin: 15px 0; }
    .gnb > li > a { font-size: 30px; }

    .sub_visual {height: 250px;}
    .sub_title {font-size: 30px;bottom: 30px;left: 40px;}
    .detail_names .name {font-size: 18px;}
    .about_img,	.fix_img {height: 260px;}
    .biz_item_tit {font-size: 16px;margin-top: 20px;}
    .biz_item {height: auto;}
    .biz_list li {display: block;}
    .biz_list_tit {font-size: 18px;display: block;width: 100%;margin-bottom: 20px;}
    .biz_list_cont {display: block;width: 100%;padding-left: 0;}
    .biz_list_t1 {font-size: 14px;}
    .biz_list_t2 {font-size: 12px;}
    .biz_list li {padding-bottom: 30px;padding-top: 30px;}
    .art_item {height: auto;}
    .board_cont .title {font-size: 16px;}
    .board_cell .cell0 {width: 20%;}
    .board_cell .cell1 {width: 80%;}
    .contact_title {font-size: 30px;}
    .contact_txt {font-size: 14px;}
    .form_tit {font-size: 14px;}
    .contact_wrap {padding-top: 100px;}
    .sub_sub_txt {font-size: 12px;padding-left: 0;padding-right: 0;bottom: 75px;left: 40px;right: 40px;text-align: left;}
    .about_item {height: auto;}

    
}
@media (max-width: 425px) {
	.about_img,	.fix_img {height: 230px;}
	.board_cont .content iframe {height: 225px !important;}
}
@media (max-width: 375px) {
	.about_img,	.fix_img {height: 190px;}
	.board_cont .content iframe {height: 165px !important;}
}

.artist-main {
    padding-bottom: 100px;
    background-color: #fff;
    min-height: 100vh;
}

.artist-main > .container {
    margin: 80px auto 0;
    max-width: 1500px;
}

.artist-profile-section {
    margin-bottom: 80px;
}

.artist-portrait {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.img-frame {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.img-frame img {
    width: 100%;
    height: auto;
    max-height: 700px;
    display: block;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.img-frame:hover img {
    transform: scale(1.05);
}

.artist-info-card {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.artist-header-group {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.artist-name-display {
    font-family: 'pretendard', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-bottom: 15px;
}

.artist-role {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    color: #888;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.artist-summary-box {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}
.artist-summary-box p{
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.artist-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.tag-pill {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 8px 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.tag-pill:hover {
    background-color: #000;
    color: #fff;
}

.artist-meta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.artist-social-links {
    display: flex;
    gap: 20px;
    margin-top: 0;
    align-items: center;
    margin-left: auto;
}

.artist-social-links .social-icon-btn img {
    height: 40px;
    width: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.artist-social-links .social-icon-btn:hover img {
    opacity: 0.6;
}

.social-btn {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    transition: color 0.3s;
}

.social-btn:hover {
    color: #888;
}

.artist-note-box {
    background-color: #f9f9f9;
    border-left: 3px solid #000;
    padding: 30px;
    margin: 30px 0;
}

.artist-note-box .note-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.artist-note-box .note-content {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    white-space: pre-wrap;
}

.content-divider {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 60px 0;
}

.rich-content {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.rich-content p {
    margin-bottom: 30px;
}

.rich-content img {
    max-width: 100%;
    height: auto;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

@media (min-width: 992px) {
    .rich-content img {
        width: 120% !important;
        max-width: 120% !important;
        margin-left: -10%;
    }
}

.artist-selected-works {
    margin-top: 120px;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.section-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.line-dec {
    width: 60px;
    height: 3px;
    background-color: #000;
    margin: 0 auto;
}

.works-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
}

.work-item-card {
    display: block;
    text-decoration: none;
}

.work-img-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 4/3;
    background-color: #f5f5f5;
}

.work-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.work-item-card:hover .work-img-wrap img {
    transform: scale(1.1);
}

.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.work-item-card:hover .work-overlay {
    opacity: 1;
}

.view-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.work-caption h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.work-item-card:hover .work-caption h3 {
    color: #666;
}

.work-caption .category {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    color: #888;
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 14px;
}

@media (max-width: 991px) {
    .artist-info-card {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .artist-name-display {
        font-size: 40px;
    }
    
    .works-masonry {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 767px) {
    .artist-name-display {
        font-size: 32px;
    }
    
    .works-masonry {
        grid-template-columns: 1fr;
    }
}


.post_nav {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.prev_btn, .next_btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    max-width: 45%;
    transition: opacity 0.3s;
}

.prev_btn:hover, .next_btn:hover {
    opacity: 0.6;
}

.prev_btn.disabled, .next_btn.disabled {
    opacity: 0.3;
    cursor: default;
}

.nav_arrow {
    font-size: 24px;
    font-weight: 300;
    margin: 0 20px;
    color: #ccc;
}

.nav_txt {
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

.next_btn .nav_txt {
    text-align: right;
}

.nav_label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.post_title {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

@media (max-width: 767px) {
    .post_nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }
    
    .prev_btn, .next_btn {
        max-width: 100%;
        width: 100%;
    }
    
    .next_btn {
        flex-direction: row;
        justify-content: flex-end;
    }

    .nav_arrow {
        margin: 0 10px;
        font-size: 20px;
    }
    
    .post_title {
        font-size: 14px;
    }
}

.artist-gallery-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.artist-images-gallery {
    margin-bottom: 40px;
}

.artist-gallery-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    aspect-ratio: 1 / 1;
}

.artist-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.artist-gallery-item:hover img {
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .artist-gallery-item {
        margin-bottom: 15px;
    }
}

/* PDF Viewer Styles */
.artist-pdf-section {
    margin-top: 60px;
}

.pdf-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pdf-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.pdf-download-btn:hover {
    background-color: #333;
    color: #fff;
}

.pdf-download-btn svg {
    flex-shrink: 0;
}

.pdf-viewer-container {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    min-height: 400px;
}

.pdf-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
}

.pdf-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: pdf-spin 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes pdf-spin {
    to {
        transform: rotate(360deg);
    }
}

.pdf-page-wrapper {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pdf-page-wrapper:last-child {
    margin-bottom: 0;
}

.pdf-page-canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .pdf-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .pdf-section-title {
        font-size: 24px;
    }
    
    .pdf-viewer-container {
        padding: 15px;
    }
    
    .pdf-page-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .pdf-section-title {
        font-size: 20px;
    }
    
    .pdf-download-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .pdf-viewer-container {
        padding: 10px;
        border-radius: 4px;
    }
    
    .pdf-page-wrapper {
        margin-bottom: 10px;
        border-radius: 2px;
    }
}

.insta img {
    max-width: 40px;
    max-height: 40px;
}

.insta img.img_link {
    max-width: 28px;
    max-height: 28px;
    margin-left: 3px;
}