.menu-hover h1.logo > a {background:url('../images/common/logo2.png') no-repeat center center !important;}
.menu-hover .menu-box > li > a {color:#222 !important;}
.menu-hover .menu-box > li:hover > a {color:#fff !important;}
.menu-hover .menu-box > li > a:hover {color:#fff !important;}
.menu-hover .hd-btns > a.sea-open {background:url(../images/common/tgs2.png) no-repeat center center !important;}
.menu-hover .hd-btns > a.menu-open {background:url(../images/common/menu_open2.png) no-repeat center center !important;}
#sub-container {padding-top:100px;}
#login-box {padding:80px 0 100px;display:flex;background:#f0f0f5;align-items:center;justify-content:center;}
.member-box {width:600px;background:#fff;padding:65px 100px 100px;}
.member-box h3 {font-size:36px;text-align:center;margin-bottom:30px;}
.member-box.big {width:800px;padding:65px 50px 45px;}
.member-input li {padding-top:25px;}
.member-input label {font-weight:500;}
.member-input .label-td {margin-top:10px;position:relative;padding-right:34px;border:1px solid #dcdcdc;display:flex;align-items:center;justify-content:space-between;}
.member-input.all .label-td {padding-right:0;border:0;}
.member-input.all .label-td input {border:1px solid #dcdcdc;}
.member-input.all .label-td.x3 input {width:30%;}
.div-pre {margin-top:10px;padding:20px 5px;border:1px solid #dcdcdc;position:relative;}
.div-pre pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word;height:400px;box-sizing:border-box;overflow-y:auto;padding:0 15px;transition:opacity 2s ease;opacity:1;}
.div-pre::after {content:'';position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));}
.div-pre pre::-webkit-scrollbar {width:8px;}
.div-pre pre::-webkit-scrollbar-track {background:#f1f1f1;}
.div-pre pre::-webkit-scrollbar-thumb {background:#222;}
.div-pre pre::-webkit-scrollbar-thumb:hover {background:#555;}
.member-input input {padding:17px 20px;width:100%;border:0;}
.member-input .x3 {display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px;}
.member-input .x3 input {border:1px solid #dcdcdc;}
.member-input .x3 input[type="number"],.member-input .x3 input input[type="text"],.member-input .x3 input select {width:30% !important;text-align:center}
.member-input span,.member-input a {position:absolute;right:11px;width:19px;top:1px;height:100%;display:flex;align-items:center;justify-content:center;}
.pw-see {background:url(../images/sub/pw_see.gif) no-repeat center center;text-indent:-999em;}
.pw-see.on {background:url(../images/sub/pw_seeno.gif) no-repeat center center;}
.id-save-all {margin-top:15px;font-weight:500;display:flex;}
.id-save input {border:1px solid #222;}
.id-save input[type="checkbox"],.id-save input[type="radio"] {width:20px !important;height:20px;position:absolute;left:0;top:0;z-index:1;opacity:0;cursor:pointer;}
.id-save {display:inline-block;cursor:pointer;user-select:none;padding-left:28px;position:relative;margin-right:20px;}
.checkmark {width:20px;height:20px;border:1px solid #222;position:absolute;left:0;top:-1px;}
.checkmark:after {content:"";position:absolute;display:none;}
.id-save input:checked + label + .checkmark:after {display:block;width:10px;height:10px;background-color:#222;left:4px;top:4px;}
.buttons {margin: 0 auto;margin-top:30px;display:flex;align-items:center;justify-content:center;}
.buttons a {display:flex;width:100%;background:#222;color:#fff;align-items:center;justify-content:center;height:56px;border:1px solid #222;font-size:18px;font-weight:500;}
.buttons.x2 {justify-content:space-between;}
.buttons a.btn-white {background:#fff;color:#000;}
.buttons.x2 a {width:49%;}
.buttons button {display:flex;width:100%;background:#222;color:#fff;align-items:center;justify-content:center;height:56px;border:1px solid #222;font-size:18px;font-weight:500;cursor: pointer;}
.buttons2 {margin-top:40px;display:flex;align-items:center;justify-content:center;}
.buttons2 li {position:relative;padding:0 11px;}
.buttons2 li::before {content:"";width:1px;height:12px;background:#dcdcdc;display:block;position:absolute;left:0px;top:3px;}
.buttons2 li:first-child::before {display:none;}
.buttons2 li:last-child a {font-weight:bold;}
.tab-con {display:none;}
.member-tabs {display:flex;align-items:center;justify-content:center;border-bottom:1px solid #222;height:47px;}
.member-tabs li {flex:0 0 50%;}
.member-tabs li a {border:1px solid #dcdcdc;height:48px;display:flex;align-items:center;justify-content:center;width:100%;border-bottom:0;color:#555;}
.member-tabs li a.on {border:1px solid #222;font-weight:500;color:#000;}
.information-table {padding:0 30px;}
.information-table > li {position:relative;padding:4px 0;padding-left:140px;}
.information-table > li .th {position:absolute;left:0;top:0;height:100%;display:flex;align-items:center;font-weight:500;}
.information-table > li .td {display:flex;align-items:center;justify-content:space-between;min-height:50px;}
.information-table > li .td input {width:325px;}
.information-table > li .td .btns {width:155px;border:1px solid #000;display:flex;align-items:center;justify-content:center;height:48px;}
.information-table > li .td .btns.black {background:#000;color:#fff;}
.information-table > li .td .pw {position:relative;}
.information-table > li .td .pw .pw-see {position:absolute;right:11px;width:19px;top:1px;height:100%;display:flex;align-items:center;justify-content:center;}
.information-table > li .td .x3 {display:flex;justify-content:space-between;align-items:center;width:100%;}
.information-table > li .td .x3 input[type="number"],.information-table > li .td .x3 input[type="text"],.information-table > li .td .x3 select {width:30% !important;text-align:center}
.information-table > li .td .x2 {display:flex;justify-content:space-between;align-items:center;width:100%;}
.information-table > li .td .x2 input[type="text"] {width:48% !important;}
.information-table > li .td .checkboxs .id-save {margin-top:5px;}
.mypage {background:url(../images/sub/mypage_banner.jpg) no-repeat center top;height:560px;}
.type {background:url(../images/sub/type_banner.jpg) no-repeat center top;height:560px;}
.art {background:url(../images/sub/art_banner.jpg) no-repeat center top;height:560px;}
.cultural {background:url(../images/sub/cultural_banner.jpg) no-repeat center top;height:560px;}
.community {background:url(../images/sub/community_banner.jpg) no-repeat center top;height:560px;}
.news {background:url(../images/sub/news_banner.jpg) no-repeat center top;height:560px;}

.banners {position:relative;display:flex;align-items:center;justify-content:center;;background-size: cover;}
.banners .page-title {color:#fff;font-size:54px;}
#page-about {width:100%;text-align:center;}
#location {display:flex;align-items:center;justify-content:center;margin-top:20px;}
#location li {color:#fff;padding:0 20px;position:relative;}
#location li::before {content:"";width:6px;height:10px;background:url(../images/sub/l_icon.png) no-repeat center center;display:block;position:absolute;left:-3px;top:5px;}
#location li:first-child::before {background:#fff;width:3px;height:3px;top:8px;left:3px;}
#tab-menu {position:absolute;left:0;bottom:0;width:100%;z-index:5;display:flex;border-top:1px solid #969698;justify-content:center;}
#tab-menu li {width:calc(1400px / 4);}
#tab-menu a {display:flex;color:#fff;align-items:center;justify-content:center;height:82px;position:relative;font-weight:500;}
#tab-menu a::before {width:100%;height:1px;content:""; position:absolute;left:0;top:0;}
#tab-menu a.active::before {background:#fff;height:2px;}
#sub-contents {margin:0 auto;padding:100px 20px 120px;max-width:1400px;}
#sub-h3 {text-align:center;color:#000;font-weight:bold;font-size:46px;line-height: 55px;margin-bottom: 40px;}
#sub-h3.s1{font-size: 45px;line-height: 54px;padding-bottom: 24px;margin-bottom: 73px;border-bottom: 1px solid #000000;}

.sub-h3-txt{text-align: center;margin-bottom: 50px;margin-top: 55px;}
.sub-h3-txt .in{display: inline-block;}
.sub-h3-txt .in p{position:relative;color:#000000;display: inline-block;padding-right: 20px;font-size: 19px;line-height: 25px;font-weight: 500;}
.sub-h3-txt .in p:before{content:'';background:#e2e2e2;display: block;width: 1px;height: 16px;position: absolute;right: 8px;top: 4px;}
.sub-h3-txt .in span{color:#222222;display: inline-block;font-size: 18px;line-height: 25px;}
.sub-h3-txt .in  strong{display: block;font-size: 29px;line-height: 35px;margin-bottom: 12px;font-weight: 500;}

#sub-search {margin:0 auto;max-width:400px;height:50px;position:relative;border:1px solid #222;padding-right:40px;margin-top:50px;}
#sub-search input[type="text"] {border:0;width:100%;height:100%;padding:0 20px;}
#sub-search a.sub-search-submit {position:absolute;right:10px;top:14px;}
#sub-search button.sub-search-submit {border:0;position:absolute;right:10px;top:14px;}
.table-style {margin-top: 30px;border-top:2px solid #000;}
.table-style th {font-size:20px;line-height: 25px;padding:24px;font-weight:500;border-bottom:1px solid #d9d9d9;}
.table-style td {padding:24px;font-size: 20px;line-height: 25px;text-align:center;border-bottom:1px solid #d9d9d9;}
.table-style td.td-lf {text-align:left;}
.table-style td .state {margin:0 auto;box-sizing:border-box;width: 90px;height: 40px;font-size: 18px;line-height: 24px;color:#000;display:flex;align-items:center;justify-content:center;}
.table-style td .state.ing {background:#fff;color:#000;border:1px solid #000;}
.table-style td .state.wait {background:#88ae36;color:#fff;border:1px solid #88ae36;}
.table-style td .state.ok {background:#000;color:#fff;border:1px solid #000;}
.table-style td .state.partner {background:#e5e5e5;color:#000;border:1px solid #e5e5e5;}
.table-style td .state.bgA01 {background:#ffffff;color:#000;border:1px solid #000;}
.table-style td .state.bgA02 {background:#000;color:#fff;border:1px solid #000;}
.table-style td .state.bgA03 {background:#e62b76;color:#fff;border:1px solid #e62b76;}
.table-style td .state.bgA04 {background:#000;color:#fff;border:1px solid #000;}
.table-style td .state.bgA05 {background:#e6e6e6;color:#000000;border:1px solid #e6e6e6;}
.table-style.s1 th{background:#f7f7f7;}
.table-style th .impo{width: 5px;height: 5px;display: inline-block;background: red;border-radius: 1000px;margin-left: 5px;}
.table-style.inp {margin-top:50px;border-top:1px solid #000;}
.table-style.inp th{background:#f7f7f7;padding: 7px 10px;height: 70px;}
.table-style.inp td{padding: 7px 10px;}
.table-style i.itxt1{font-style: normal;font-size: 23px;line-height: 28px;color: #777777;}
.table-style i.itxt2{font-style: normal;font-size: 21px;line-height: 28px;color: #000000;}
.table-style.tdS1 td{padding: 24px 3px;}
.table-style.tdS1 th{padding: 24px 0px;}

.viewA{text-align:left;position: relative;}
.viewA .zA1{width: 100%;}
.viewA .zA1 a{height: 32px;overflow: hidden;}
.viewA .zA1 a u{font-size: 19px;line-height: 31px;color: #ffffff;background: #000000;padding: 3px 11px;vertical-align: top;margin-right: 12px;}
.viewA .zA1 a u.s1{border: 1px solid #000000;background: #ffffff;color: #000000;font-weight: bold;}
.viewA .zA1 a p{vertical-align: top;display: inline-block;font-size: 23px;line-height: 30px;}
.viewA .zA1 a p.bgA{background: url(../images/sub/viewA_bg1.jpg) no-repeat right 5px;padding-right: 31px;}
.viewA .zA2{position: relative;display: inline-block;margin-top: 7px;}
.viewA .zA2:before{content:'';background: #dedede;width: 1px;height: 13px;display: block;position: absolute;left: 109px;top: 7px;}
.viewA .zA2 span{font-size: 18px;line-height: 25px;color: #777777;margin-right: 26px;}
.viewA .zA2 p{display: inline-block;font-size: 18px;line-height: 25px;color: #777777;background: url(../images/sub/viewA_bg2.jpg) no-repeat left 5px;padding-left: 28px;margin-bottom: 0;}
.viewA .uTxt{position: absolute;right: 25px;top: 18px;font-size: 22px;line-height: 27px;}

.EcontBox2.s1{border-top: 1px solid #000000;margin-top: 60px;padding-top: 25px;}
.EcontBox2.s1 .viewA{border-bottom: 1px solid #dedede;padding-bottom: 20px;margin-bottom: 60px;}

.table-view-title {font-size:36px;display:flex;align-items:center;justify-content:flex-start;}
.table-view-title span {font-size:18px;padding:0 20px;height:42px;text-align:center;border:1px solid #000;display:flex;align-items:center;justify-content:center;margin-left:20px;}
.table-view {margin-top:20px;border-top:1px solid #000;padding-top:40px;}
.table-view-img {float:left;width:350px;text-align:center;margin-top: 25px;}
.table-view-img .imgFit {height: 449px;overflow: hidden;position: relative;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transition: transform 0.3s, box-shadow 0.3s;}
.table-view-img #preview {display: none; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.table-view-img .imgFit .img-thumbnail {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.table-view-img .name {margin-top:20px;font-size:18px;}
.table-view-img .state {margin-top:25px;font-size:18px;}
.table-view-img .state span {padding:0 20px;color:#000;height:34px;display:inline-block;line-height:34px;}
.table-view-img .state .wait {background:#88ae36;color:#fff;border:1px solid #88ae36;}
.table-view-img .state .ok {background:#000;color:#fff;border:1px solid #000;}
.table-view-img .state .partner {background:#e5e5e5;color:#000;border:1px solid #e5e5e5;}
.table-view-img .table-view-txt {margin-top:20px;text-align:left;letter-spacing:-.5px;}
.table-view-img .fl1{margin-top: 15px;}
.table-view-img .fl1 .btn{background: #000000;padding: 7px 17px;}
.table-view-img .fl1 .btn span{background:url(../images/sub/search_btnB1.jpg) no-repeat left 1px;font-size: 19px;line-height: 26px;padding-left: 25px;color: #ffffff;}
.table-view-img .fl2{margin-top: 15px;}
.table-view-img .fl2 p{color:#6B6B6B;font-size: 18px;line-height: 25px;}
.table-view-con {float:right;width:calc(100% - 400px);}
.table-view-con-txt > li {margin-top:45px;position:relative;padding-left:150px;font-size:18px;}
.table-view-con-txt > li strong {font-size:18px;position:absolute;left:0;top:0;display:inline-block;padding-top:10px;}
.table-view-div {padding:20px;border:1px solid #dcdcdc;height:100%;}
.buttons.pageBtn {margin-top:100px;}
.buttons.pageBtn a {margin:0 5px;}
.buttons.pageBtn a.white {background:#fff;color:#000;font-size:18px;}
.buttons.pageBtn a.grey {background:#e6e6e6;color:#5f5f5f;font-size:18px; border:1px solid #e6e6e6; }

.button-Box{}
.button-Box .txtP{color:#555555;font-size: 18px;line-height: 26px;text-align: center;margin-top: 15px;}
.page-table {margin-top:40px;border-top:2px solid #000;padding-top:40px;display:flex;}
.page-table .information-table {max-width:685px;margin:0 auto;}
.artists-floor1{border-top: 1px solid #000;padding: 40px 0;}
.artists-floor1 .img{width: 320px;float: left;}
.artists-floor1 .txt{width: calc(100% - 400px);float: right;padding-top: 13px;}
.artists-floor1 .artists-table > li{padding: 13px 0;position: relative;padding-left: 105px;font-size: 18px;}
.artists-floor1 .artists-table > li .th{position: absolute;left: 0;top: 13px;height: 100%;display: flex;display:flex;align-items:flex-start;justify-content:flex-start;}

.tit-rt-bn{position: relative;}
.tit-rt-bn .btnE{position: absolute;right: 0;top: -6px;}
.tit-rt-bn .btnE a{font-size: 17px;line-height: 25px;background: #e6e6e6;position: relative;border-radius: 1000px;padding: 7px 20px;margin-bottom: 5px; pointer-events : none;}
.tit-rt-bn .btnE a.on{background: #000000;color: #ffffff;}
.tit-rt-bn .btnE span{font-size: 17px;line-height: 25px;background: #e6e6e6;position: relative;border-radius: 1000px;padding: 9px 20px;margin-bottom: 5px; pointer-events : none;}
.tit-rt-bn .btnE span.on{background: #000000;color: #ffffff;}
.artists-title{font-size: 28px;font-weight: 500;margin-top: 55px;width: 100%;position: relative;}
.artists-title .btnE{position: absolute;right: 0;top: -6px;}
.artists-title .btnE a{font-size: 17px;line-height: 25px;background: #e6e6e6;position: relative;border-radius: 1000px;padding: 7px 20px;margin-bottom: 5px; pointer-events : none;}
.artists-title .btnE a.on{background: #000000;color: #ffffff;}
.artists-box{border-top: 1px solid #000;margin-top: 20px;padding: 30px 0;}
.artists-box.txt{font-weight: 500;line-height: 200%;padding-bottom: 40px;}
.artists-box .line{display:flex;margin-top: 10px;}
.artists-box .line input[type="text"]{margin-left: 10px;}
.artists-box .line input[type="text"]:first-child{margin-left: 0;}
.font15{font-size: 15px;}
/* 2025-02-10 */
.artists-slides .slick-track .slick-slide .artists-slide-close.clst{border-radius: 0; color: #fff; padding: 0 4px;}

.pho-ppwp{display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(0,0,0,0.7); overflow-y: auto;}
.pho-ppwp > div{display: table; width: 100%; height: 100%;     table-layout: fixed;}
.pho-ppwp > div > div{display: table-cell; vertical-align: middle; padding: 20px 3%;}
.pho-slpp{background: #fff; width: 100%; max-width: 880px; margin: 0 auto; }
.pho-slpp .pp-hd{padding: 10px 15px; display: flex;justify-content: space-between;}
.pho-slpp .pp-hd a:only-child{margin-left: auto;}
.pho-slpp .pp-hd .pp-clo img{filter: brightness(0) saturate(0) invert(100%) sepia(100%)  contrast(0);}
.pho-slpp .pp-con{padding: 10px 15px;}

/* 2025-02-20 */
.artists-slide .imgFitConMini{width: 100%;height: 100%;margin: 10px 0;}
.artists-slides .imgFitConMini a{position: relative;padding-top: 72%;overflow: hidden;}
.artists-slides .imgFitConMini a img{position: absolute; z-index: 9;bottom: -9999px;left: -9999px;right: -9999px;top: -9999px;width: 100%;height: 100%;margin: auto;vertical-align: middle;transition: all 1.4s;object-fit: cover;}
.artists-slide-txt{z-index: 9;}
.pp-sld1 .slick-slide{padding-bottom: 0; position: relative;}
.pp-sld1 .slick-slide > div{width: 100%;position: relative;bottom: auto;left: auto;right: auto;top: auto;width: 100%;}
.pp-sld1 .slick-slide > div > div{position: relative;width: 100%;height: 500px;overflow: hidden;display: flex !important;justify-content: center;align-items: center;}
.pp-sld1 .slick-slide > div > div img{width: auto;max-width: 100%;height: auto;max-height: 100%;object-fit: cover;}
@media screen and (max-width:768px) {
	.pp-sld1 .slick-slide > div > div{height: 340px;}
}
/* 2025-02-20 */
/* 2025-02-28 */
.pp-sld1 .slick-slide > div > div{padding-bottom: 45px;position: relative;}
.pp-sld1 .slick-slide > div > div .file_pos{text-align: right;position: absolute;left: 5px;right: 5px;bottom: 0;width: calc(100% - 10px);padding: 7px;box-sizing: border-box;background: #000;}
.pp-sld1 .slick-slide > div > div .file_pos a{position: relative;display: inline-block;font-size: 13px;color: #fff;margin: 2px 5px;}
.pp-sld1 .slick-slide > div > div .file_pos i{font-size: 13px;color: #fff;margin: 0 5px;font-style: normal;}
.pp-sld1 .slick-slide > div > div .file_pos a.dw_ic{padding-right: 13px;background: url(../images/sub/dw_ic.png) no-repeat right top;}
.pp-sld1 .slick-slide > div > div .file_pos a.bk_ic{padding-right: 18px;background: url(../images/sub/bk_ic.png) no-repeat right top;}
/* 2025-02-28 */
.pp-sld1 .slick-arrow{position: absolute; width: 24px; height: 40px; font-size: 0; border: none; top: 50%; z-index: 10; background: url(../images/sub/pp_sl_arr.png) center center no-repeat rgba(0,0,0,0.5);}
.pp-sld1 .slick-arrow.slick-prev{left: 0;}
.pp-sld1 .slick-arrow.slick-next{right: 0; transform: rotate(180deg);}
.pp-sld2{margin-top: 10px;}
.pp-sld2 .slick-slide{position: relative;margin: 0 5px;}
.pp-sld2 .slick-slide:after{content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);opacity: 1;z-index: 11;transition: .4s;}
.pp-sld2 .slick-slide.slick-current:after{opacity: 0;}
.pp-sld2 .slick-slide > div{font-size: 0; padding-bottom: 75%; position: relative;}
.pp-sld2 .slick-slide > div a{display: block;}
.pp-sld2 .slick-slide > div a img{position: absolute; z-index: 9;bottom: -9999px;left: -9999px;right: -9999px;top: -9999px;width: 100%;height: 100%;margin: auto;vertical-align: middle;transition: all 1.4s;object-fit: cover;}
.pp-sld2 .slick-arrow{position:absolute;top:-9999px;left:-9999px;overflow:hidden;width: 0;height: 0;opacity: 0;}
/* 2025-02-10 */
/* 2025-02-06 */
.artists-box .line.gp10{gap: 10px;}
.artists-box .line .itbx{padding: 8px; border: 1px solid #dcdcdc; min-height: 50px; width: 100%;}
.artists-box .line .itbx.w1{width: 20%;}
.artists-box .line .itbx.w2{width: 56%;}
.artists-box .line .itbx.w3{width: 24%;}
.artists-box .line .no-border{border:none; text-align: center; min-height: 20px;}
/* 2025-02-06 */
.artists-box.btnZ{}
.artists-box.btnZ .line{padding-right: 55px;position: relative;}
.artists-box.btnZ .btnZ-close, .artists-box.btnZ .btnZ-add{position:absolute; right:5px;top:7px;}

.artists-slide{border-top: 1px solid #000;margin-top: 20px;padding: 30px 0;}
.artists-slides a{display: block;}
.artists-slides img{width: 100%;}
.artists-slides .slick-track{display: flex;align-items:flex-start;justify-content:space-between;}
.artists-slides .slick-track .slick-slide{float:none;margin: 0 10px;position:relative;}
.artists-slides .slick-track .slick-slide .artists-slide-close{position: absolute;right: 10px;top: 10px; background: rgba(0,0,0,0.6); border-radius: 50%;display: inline-block;padding-top: 0;z-index: 9;} /* 2025-02-20 */
.artists-slides .slick-track .slick-slide .artists-slide-close img{position: static;} /* 2025-02-20 */
.artists-slide .mvn-lrbn{margin-top: 30px;display: flex;justify-content: center;}
.artists-slide .mvn-lrbn a{width: 41px;height: 41px;margin: 0 4px;text-indent: -999em;}

 /* 포커스링 */
a:focus, select:focus, input:focus{outline-offset: 1px; outline: 2px dashed red;}
.sub-search-submit:focus{outline-offset: 1px; outline: 2px dashed red;}
.img-thumbnail:focus{outline-offset: 1px; outline: 2px dashed red;}
img:focus{outline-offset: 1px; outline: 2px dashed red;}
button.slick-prev:focus{outline-offset: 1px; outline: 2px dashed red;}
button.slick-next:focus{outline-offset: 1px; outline: 2px dashed red;}
.imgFitConMini:focus{outline-offset: 1px; outline: 2px dashed red;}
.btnE a:focus{outline-offset: 1px;outline: 2px dashed red;}
.btnE span:focus{outline-offset: 1px;outline: 2px dashed red;}

.artists-slide .mvn-lrbn a.prev{background: url(../images/sub/artistsimg_prev.png) no-repeat center center;}
.artists-slide .mvn-lrbn a.prev.slick-disabled{background: url(../images/sub/artistsimg_prevno.png) no-repeat center center;}
.artists-slide .mvn-lrbn a.next{background: url(../images/sub/artistsimg_next.png) no-repeat center center;}
.artists-slide .mvn-lrbn a.next.slick-disabled{background: url(../images/sub/artistsimg_nextno.png) no-repeat center center;}
.artists-slide-btn{margin-top: 60px;display: flex;align-items:center;justify-content:center;}
.artists-slide-btn a{width: 180px;height: 60px;display: flex;align-items:center;justify-content:center;border: 1px solid #000;font-weight: 500;margin: 0 5px;}
.artists-slide-txt{position: absolute;left: 10px;top: 10px; background: #000000; color:#ffffff; padding: 1px 5px; font-size:10px;max-width:160px;}
.artists-slideV{padding: 30px 50px;width: 80%;margin: 0 auto;margin-top: 15px;margin-bottom: -30px;position: relative;}
.artists-slidesV a{display: block;}
.artists-slidesV img{width: 100%;}
.artists-slidesV .slick-track{display: flex;align-items:flex-start;justify-content:space-between;}
.artists-slidesV .slick-track .slick-slide{float:none;margin: 0 10px;position:relative;}
.artists-slidesV .slick-track .slick-slide .artists-slide-close{position: absolute;right: 10px;top: 10px;}
.artists-slidesV a{background:#e6e6e6;position:relative;border-radius:1000px;padding: 12px 20px;}
.artists-slidesV a:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.artists-slidesV a p{float:left;}
.artists-slidesV a span{float:right;}
.artists-slidesV a:hover{background:#000000;}
.artists-slidesV a:hover p, .artists-slidesV a:hover span{color:#ffffff;}
.artists-slideV .mvn-lrbn a{width: 41px;height: 41px;margin: 0 4px;text-indent: -999em;}
.artists-slideV .mvn-lrbn a.prev{background: url(../images/sub/sub_bannerQ_left.jpg) no-repeat center center;position: absolute;left: 0;top: 30px;}
.artists-slideV .mvn-lrbn a.prev.slick-disabled{background: url(../images/sub/sub_bannerQ_leftE.jpg) no-repeat center center;}
.artists-slideV .mvn-lrbn a.next{background: url(../images/sub/sub_bannerQ_right.jpg) no-repeat center center;position: absolute;right: 0;top: 30px;}
.artists-slideV .mvn-lrbn a.next.slick-disabled{background: url(../images/sub/sub_bannerQ_rightE.jpg) no-repeat center center;}
.artists-slide-btnV{margin-top: 60px;display: flex;align-items:center;justify-content:center;}
.artists-slide-btnV a{width: 180px;height: 60px;display: flex;align-items:center;justify-content:center;border: 1px solid #000;font-weight: 500;margin: 0 5px;}
.artists-box2{border-top: 1px solid #000;margin-top: 20px;}
.artists-box2.sT1{border-top: 0;}
.artists-box2 > div{margin-left: -40px;}
.artists-box2 .artists-4{float: left;margin-left: 40px;width: calc(100% / 2 - 40px);display: flex;margin-top: 40px;}
.artists-box2 .artists-4 .img{width: 220px;}
.artists-box2 .artists-4 .img img{max-width: 220px;}
.artists-box2 .artists-4 .txt{margin-left: 35px;}
.artists-box2 .artists-4 .txt li{position: relative;padding-left: 110px;margin-top: 20px;line-height: 160%;}
.artists-box2 .artists-4 .txt li strong{position: absolute;left: 0;height: 100%;top: 0;}
/* 2025-02-13 */
.artists-box2 .artists-4 .imgFitMiddle{width: 312.5px;}
.artists-box2 .artists-4 .txt{width: calc(100% - 348px);}
.artists-box2 .artists-4 .imgFitMiddle > a{border: 1px solid #ccc;width: 100%;display: block;position: relative;height: 449px;overflow: hidden;}
.artists-box2 .artists-4 .imgFitMiddle > a img{width: 100%;height: 100%;object-fit: cover;object-position: center;}

@media screen and (max-width:767px) {
	.artists-box2 .artists-4 .imgFitMiddle{width: 240px;}
	.artists-box2 .artists-4 .txt{margin-left: 20px;width: calc(100% - 260px);}
	.artists-box2 .artists-4 .imgFitMiddle > a{}
}
@media screen and (max-width:500px) {
	.artists-box2 .artists-4 .imgFitMiddle{width: auto;}
	.artists-box2 .artists-4 .txt{width: auto;}
}
/* 2025-02-13 */

.artists-box2 .paging{margin: 0;margin-top: 50px;}
.paging{margin: 0;margin-top: 50px;display: flex;align-items:center;justify-content:center;}
.paging a{border: 1px solid #000;color: #6b6b6b;padding: 10px;height: 40px;min-width: 40px;display: flex;align-items:center;justify-content:center;margin: 0 4px;box-sizing:border-box;}
.paging a.img{border:0;padding: 0;}
.paging a.selected{background: #000;color: #fff;}
.paging a.on{background: #000;color: #fff; border:1px solid #000;}
.artists-slide-popup{margin: 0;position: fixed;top: 0;left: 0;display: none;align-items:center;justify-content:center;background: rgba(0, 0, 0, 0.7);z-index: 20;width: 100%;height: 100%;}
.artists-slide-popup .asp-con{width: 100%;max-width: 400px;padding: 60px 75px 20px;display: flex;align-items:center;justify-content:center;background: #fff;flex-direction: column;}
.artists-slide-popup .asp-con h3{font-size: 20px;font-weight: 500;}
.artists-slide-popup .asp-con .popbtns{margin-top: 47px;display: flex;justify-content:space-between;width: 100%;}
.artists-slide-popup .asp-con .popbtns a{background: #000;color: #fff;width: 49%;display: flex;align-items:center;justify-content:center;height: 46px;font-weight: 500;border: 1px solid #000;}
.artists-slide-popup .asp-con .popbtns a.no{background:#fff;color:#000;}
.artists-slide-popup2{margin: 0;position: fixed;top: 0;left: 0;display: none;align-items:center;justify-content:center;background: rgba(0, 0, 0, 0.7);z-index: 20;width: 100%;height: 100%;}
.artists-slide-popup2 .asp2-con{width: 100%;max-width: 800px;padding: 30px 40px 35px;display: flex;align-items:center;justify-content:center;background: #fff;position: relative;max-height: 70vh;overflow-y: auto;flex-wrap: wrap;}
.asp-close{position: absolute;right: 30px;top: 30px;}
.artists-slide-popup2 .asp2-con h3{padding-bottom: 30px;font-size: 28px;width: 100%;text-align: center;}
.artists-slide-popup2 .asp2-con ul{width: 100%;}
.artists-slide-popup2 .asp2-con ul li{position: relative;padding-left: 90px;margin-top: 10px;}
.artists-slide-popup2 .asp2-con ul li > label{position: absolute;left: 0;top: 0;padding-top: 5px;font-weight: 500;}
.artists-slide-popup2 .asp2-con ul li > label sup{font-size: 30px;vertical-align: -4px;color: #e62b76;font-weight: 500;}
.artists-slide-popup2 .asp2-con ul li > div{border: 1px solid #dcdcdc;padding: 10px;display: flex;align-items:center;}
.artists-slide-popup2 .asp2-con ul li > div .pimg-area{width: 240px;height: 190px;background: #f7f7f7;display: flex;align-items:center;justify-content:center;position: relative;}
.artists-slide-popup2 .asp2-con ul li > div .pimg-area input[type="file"]{width: 240px;height: 190px;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
.artists-slide-popup2 .asp2-con ul li > div .pimg-area img{max-width: 240px;max-height: 190px;}
.aspfile{width: 110px;height: 40px;color: #fff;background: #000;margin-left: 10px;display: flex;align-items:center;justify-content:center;}
.artists-slide-popup2 .asp2-con ul li > div .pimg-name{margin-top: 14px;font-size: 18px;font-weight: 500;display: flex;align-items:center;justify-content:center;}
.artists-slide-popup2 .asp2-con ul li > div .pimg-name a{margin-left: 10px;}
.artists-slide-popup2 .asp2-con .popbtns{margin-top: 47px;display: flex;justify-content:center;width: 100%;}
.artists-slide-popup2 .asp2-con .popbtns a{background: #000;color: #fff;width: 140px;display: flex;align-items:center;justify-content:center;height: 46px;font-weight: 500;border: 1px solid #000;margin: 0 4px;}
.artists-slide-popup2 .asp2-con .popbtns a.no{background:#fff;color:#000;}

.popupSt1{ width:100%; }
.popupSt1 .boxP .txtNv .line > strong{position: static;width: 100%;margin-bottom: 10px;}
.popupSt1 .boxP .txtNv .inpNv{}
.popupSt1 .boxP .txtNv .line{padding-left: 0;margin-bottom: 20px;}
.artists-4-popup{margin: 0;position: fixed;top: 0;left: 0;display: none;align-items:center;justify-content:center;background: rgba(0, 0, 0, 0.7);z-index: 20;width: 100%;height: 100%;}
.artists-4-popup .artists-4-con{width: 100%;max-width: 1200px;padding: 80px 40px 75px;display: flex;align-items:center;justify-content:center;background: #fff;position: relative;max-height: 75vh;overflow-y: auto;flex-wrap: wrap;}
.artists-4-search{display: flex;align-items:center;justify-content:center;}
.artists-4-search select{width: 150px;border: 1px solid #000;height: 52px;}
.artists-4-search .inputText{width: 400px;padding-right: 40px;position: relative;border: 1px solid #000;margin: 0 10px;}
.artists-4-search .inputText a{position: absolute;right: 15px;top: 15px;}
.artists-4-search .inputText input[type="text"]{width: 100%;border: 0;}
.artists-4-search span{font-size: 18px;font-weight: bold;}
.artists-4-search span strong{font-size: 18px;color: #e62b76;}
.artists-4-popup .table-style{margin-top:14px;}
.artists-4-popup .table-style th{padding: 10px;font-size: 18px;}
.artists-4-popup .table-style td{padding: 10px;}
.artists-4-popup .table-style .id-save label{width: 0;height: 0;text-indent: -999em;display:block;}
.artists-4-popup .table-style .id-save input:checked + label + .checkmark:after{background: url(../images/sub/asp_check.gif) no-repeat center center;}
.babtn{margin-top: 50px;display: flex;align-items:center;justify-content:center;}
.babtn a{margin: 0 4px;}
.artists-4-popup .artists-title{font-size: 20px;margin-top: 40px;}
.member-input{margin-bottom: 5px;}

.TopSeach-boxG{width: 850px;margin: 0 auto;margin-top: 50px;}
.TopSeach-boxG select{float: left;margin: 3px 3px;border: 1px solid #222;width: 200px;}
.TopSeach-boxG #sub-search{float: left;margin: 3px 3px;max-width: none;width: calc(100% - 419px);}
.TopSeach-boxG:after{content: "";display: block;height: 0;clear:both;visibility: hidden;}
.TopSeach-boxG.s1{width: 580px;}
.TopSeach-boxM{width: 90%;margin: 0 auto;margin-top: 50px;position: relative;}
.TopSeach-boxM .box1{float: left;width: 373px;margin: 3px 3px;vertical-align: top;}
.TopSeach-boxM .box1 p{display: inline-block;width: 85px;text-align: center;font-weight: bold;font-size: 18px;}
.TopSeach-boxM .box1 a{display: inline-block;border: 1px solid #dcdcdc;width: 88px;padding: 14px 0 15px 0;text-align: center;margin: 0 1px;}
.TopSeach-boxM .box2{float: left;width: 34%;margin: 3px 3px;text-align: center;}
.TopSeach-boxM .box2 input{width: calc(100% / 2 - 11px);}
.TopSeach-boxM .box2 span{width: 20px;display: inline-block;margin-top: 16px;margin-left: -4px;margin-right: -4px;}
.TopSeach-boxM #sub-search{margin: 3px 3px;max-width: none;float: right;width: calc(50% - 200px);}
.TopSeach-boxM #sub-search.wid_typ2{width: calc(66% - 391px);} /* 2025-03-11 */
.TopSeach-boxM:after{content: "";display: block;height: 0;clear:both;visibility: hidden;}
.TopSeach-boxG.s1 #sub-search{width: calc(100% - 215px);}
.titBoxA{margin-top: 40px;padding-bottom: 10px;border-bottom: 1px solid #000000;position: relative;}
.titBoxA h4{font-size: 30px;line-height: 43px;display: inline-block;vertical-align: top;}
.titBoxA p{font-size: 15px;line-height: 25px;display: inline-block;padding: 4px 10px;margin-left: 14px;vertical-align: top;margin-top: 7px;background: #E6136A;color: #fff;}
.titBoxA .snsBtn{position: absolute;right: 0;top: 5px;}
.titBoxA .snsBtn a{width: 40px;height: 40px;border: 1px solid #dedede;text-align: center;border-radius: 1000px;padding-top: 6px;}
.EcontBox{margin-top: 40px;}
.EcontBox:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.EcontBox .leftG{width: 320px;float: left;}
.EcontBox .Etxs{height: 449px;overflow: hidden;position: relative;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transition: transform 0.3s, box-shadow 0.3s;}
.EcontBox .Etxs img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.EcontBox .Etxs a{border: 1px solid #000000;text-align: center;display: block;padding: 14px 0;margin-top: 20px;}
.EcontBox .Etxs a span{display: inline-block;padding-right: 17px;background: url(../images/sub/sub_arrow1.jpg) no-repeat right 6px;font-size: 18px;line-height: 25px;}
.moveLink{border: 1px solid #000000;text-align: center;display: block;padding: 14px 0;margin-top: 20px;}
.moveLink span{display: inline-block;padding-right: 17px;background: url(../images/sub/sub_arrow1.jpg) no-repeat right 6px;font-size: 18px;line-height: 25px;}
.EcontBox .rightG{width: calc(100% - 380px);float: right;}
.EcontBox .Etit{}
.EcontBox .Etit .staU{display: inline-block;vertical-align: top;margin-left: 10px;}
.EcontBox .Etit .staU p{margin: 2px;}
.EcontBox .Etit h4{font-size: 28px;line-height: 35px;display: inline-block;}
.EcontBox .Etit p{display: inline-block;margin-left: 10px;font-size: 17px;line-height: 25px;border: 1px solid #000000;display: inline-block;padding: 4px 0px;margin-left: 14px;vertical-align: top;width: 85px;text-align: center;}
.EcontBox .Etit p.bg1{border: 1px solid #000000;background: #ffffff;color: #000000;}
.EcontBox .Etit p.bg2{border: 1px solid #000000;background: #000000;color: #ffffff;}
.EcontBox .Etit p.bg3{border: 1px solid #e62b76;background: #e62b76;color: #ffffff;}
.EcontBox .Etit p.bg4{border: 1px solid #88ae36;background: #88ae36;color: #ffffff;}
.EcontBox .Etit p.bg5{border: 1px solid #c02424;background: #c02424;color: #ffffff;}
.EcontBox .Etit p.bg6{border: 1px solid #e5e5e5;background: #e5e5e5;color: #000000;}
.EblockLR{margin-top: 35px;}
.EblockLR:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.EblockLR .ELeftP{float: left;width: 47%;}
.boxP{margin-bottom: 40px;}
.boxP .titNv{padding-bottom: 10px;border-bottom: 1px solid #000000;}
.boxP .titNv p{font-size: 27px;line-height: 32px;font-weight: bold;display: inline-block;}
.boxP .titNv span{display: inline-block;padding-left: 20px;font-size: 18px;line-height: 25px;margin-left: 21px;}
.boxP .txtNv{padding-top: 12px;}
.boxP .txtNv .line{margin-top: 12px;position: relative;padding-left: 120px;}
.boxP .txtNv .lineDetail{margin-top: 12px;position: relative;padding-left: 120px;}
.boxP .txtNv .lineDetail .inpDetail{margin-top: 15px;}
.boxP .txtNv .lineDetail > strong{display: inline-block;font-size: 17px;line-height: 25px;font-weight: bold;width: 110px;position: absolute;left: 0;top: 13px;}
.boxP .txtNv .line > strong,
.boxP .txtNv .line > label > strong {display: inline-block;font-size: 17px;line-height: 25px;font-weight: bold;width: 110px;position: absolute;left: 0;top: 13px;}
.impo{color:red;}
.boxP .txtNv .line > strong .impo{width: 5px;height: 5px;display: inline-block;background: red;border-radius: 1000px;margin-left: 5px;}
.boxP .txtNv .line span{font-size: 17px;line-height: 25px;width: 100%;display: table-cell;vertical-align: middle;}
.boxP .txtNv .inpNv{width: calc(100% - 4px);display: table;height: 50px;}
.boxP .txtNv .inpNv textarea {width:100%;display: block;}
.boxP .txtNv .inpNv input{}
.boxP .txtNv .inpNv.w280{width: 280px;}
.boxP .txtNv .inpNv input::placeholder{color:#333333; font-size:18px;line-height:25px;}
.boxP .txtNv .hashT{border:1px solid #000000;padding: 5px 10px;margin: 4px;}
.boxP .txtNv .inpNv select{width:100%;}
.boxP .txtNv .inpNv .CalendarToBox{}
.boxP .txtNv .inpNv .CalendarToBox .box{display:inline-block;}
.boxP .txtNv .inpNv .CalendarToBox u{display:inline-block;vertical-align: top;margin: 0 3px;margin-top: 15px;}
.boxP .txtNv .inpNv .w200{width: 200px;}
.boxP .txtNv .inpNv .w400{width: 425px;}
.boxSearchBoxP .TopSeach-boxG{width: 100%;margin: 0 auto;margin-top: 0;text-align: left;}
.boxSearchBoxP .TopSeach-boxG select{width: 35% !important;}
.boxSearchBoxP .TopSeach-boxG #sub-search{width: calc(63% - 4px) !important;background: #ffffff;}
.boxSearchBoxP{background:#f8f8f8;}
.boxSearchBoxP .boxP{margin-bottom: 0;}
.boxSearchBoxP .in{width: 700px;margin:0 auto;padding: 15px 0 35px 0;}
.boxSearchBoxP .boxDateTo{}
.boxSearchBoxP .boxDateTo input{width: calc(50% - 19px);display: inline-block;vertical-align: top;background: #ffffff;margin: 3px 3px;}
.boxSearchBoxP .boxDateTo span{display: inline-block !important;vertical-align: top  !important;width: 10px !important;margin: 0 2px;margin-top: 13px;}
.boxSearchBoxP .boxP .txtNv .line{padding-left: 100px;}

.countNBox{margin-bottom: -12px;display: inline-block;border: 1px solid #000000;}
.countNBox ul li{float: left;vertical-align: top;}
.countNBox ul li .Blo{display:block;width: 48px;height: 48px;text-align: center;}
.countNBox ul li .Blo img{margin-top: 6px;}
.countNBox ul li span.Blo{background:#000000;color:#ffffff;width: 50px !important;}
.EblockLR .ErightP{float: right;width: 47%;}
.boxP .txtEv {text-align: right;margin-top: 20px;}
.boxP .txtEv p{font-size: 21px;line-height: 27px;font-weight: bold;padding-bottom: 10px;}
.boxP .txtEv .tolW{border-top: 1px solid #dedede;padding-top: 15px;}
.boxP .txtEv .tolW strong{font-size: 24px;line-height: 24px;}
.boxP .txtEv .tolW span{margin-left: 2px;}
.TopTab{text-align: center;margin-bottom: 70px;}
.TopTab a{color:#000000;font-size: 20px;line-height: 30px;padding-bottom: 3px;font-weight: bold;margin: 0 5px;}
.TopTab a.on{color:#e62b76;border-bottom: 2px solid #e62b76;}

.EcontBox2{text-align:center;margin-top: 40px;padding-top: 50px;border-top: 1px solid #dedede;}
.EcontBox2 p{font-size: 20px;line-height: 24px;margin-bottom: 40px;}
.downBoxZ{margin: 80px 46px;}
.downBoxZ .line{text-align: left;margin-bottom: 5px;}
.downBoxZ p{font-size: 19px;line-height: 25px;font-weight: bold;display: inline-block;background: url(../images/sub/sub_clip_btn.jpg) no-repeat left 1px;padding-left: 31px;margin-right: 30px;margin-bottom: 0;}
.downBoxZ a.file{font-size: 20px;line-height: 25px;display: inline-block;border-bottom: 1px solid #000000;margin-right: 30px;}
.downBoxZ a.btn{font-size: 20px;line-height: 25px;display: inline-block;background: #000000;padding: 6px 14px;}
.downBoxZ a.btn span{display: inline-block;background: url(../images/sub/sub_download_btn.jpg) no-repeat left 3px;font-size: 18px;line-height: 23px;color: #ffffff;padding-left: 21px;}

.NextPrev-box{border-top: 1px solid #dedede;border-bottom: 1px solid #dedede;position: relative;padding: 40px 0;}
.NextPrev-box:before{content: "";width: 1px;height: 20px;background: #dedede;display: block;position: absolute;left: 50%;top: calc(50% - 10px);}
.NextPrev-box:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.NextPrev-box .leftB{float: left;display: inline-block;}
.NextPrev-box .leftB p{background: url(../images/sub/sub_leftBtnE.jpg) no-repeat left 1px;font-size: 20px;line-height: 25px;font-weight: bold;display: inline-block;padding-left: 56px;vertical-align: top;}
.NextPrev-box .leftB span{display: inline-block;font-size: 19px;line-height: 25px;margin-left: 21px;vertical-align: top;margin-top: 1px;}
.NextPrev-box .rightB{float: right;display: inline-block;}
.NextPrev-box .rightB p{background: url(../images/sub/sub_rightBtnE.jpg) no-repeat right 1px;font-size: 20px;line-height: 25px;font-weight: bold;display: inline-block;padding-right: 56px;vertical-align: top;}
.NextPrev-box .rightB span{display: inline-block;font-size: 19px;line-height: 25px;margin-right: 21px;vertical-align: top;margin-top: 1px;}
.Ubox1{margin-top: 140px;margin-bottom: 160px;}
.Ubox1 p{font-size: 25px;line-height: 35px;padding-top: 90px;background: url(../images/sub/email_img.jpg) no-repeat center top;text-align: center;}

.EblockLR-s1{margin-bottom: 100px;}
.EblockLR-s1:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.EblockLR-s1 .EleftP{width: 37%;float:left;}
.EblockLR-s1 .ErightP{width: 57%;float:right;}
.EblockLR-s2{}
.EblockLR-s2:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.EblockLR-s2 .EleftP{width: 48%;float:left;}
.EblockLR-s2 .ErightP{width: 48%;float:right;}
.calenderBoxV{border: 1px solid #e6e6e6;}
.calenderBoxV .btnBox{text-align: center;margin-bottom: 9px;margin-top: 29px;}
.calenderBoxV .btnBox a{display: inline-block;font-size: 30px;width: 20px;height: 20px;vertical-align: top;margin-top: 4px;}
.calenderBoxV .btnBox .Month-prev{background: url(../images/sub/Calendar_btn1.jpg) no-repeat center center;}
.calenderBoxV .btnBox .Month-next{background: url(../images/sub/Calendar_btn2.jpg) no-repeat center center;}
.calenderBoxV .btnBox p{display: inline-block;font-size: 24px;line-height: 25px;font-weight: bold;margin: 0 14px;vertical-align: top;color: #000000;}
.calenderBoxV .tableS{width:100%;border: 0;margin-bottom: 20px;}
.calenderBoxV .tableS th{border-right: 0;background: #ffffff;padding: 18px 0;text-align:center;font-weight: bold;font-size: 19px;line-height: 23px;color: #323232;}
.calenderBoxV .tableS th:last-child{ border-right:0;}
.calenderBoxV .tableS td{text-align:center;word-break:break-all;position: relative;padding: 6px 5px;}
.calenderBoxV .tableS td .on{color: #fff;background: #000;}
.calenderBoxV .tableS td:last-child{ border-right:0;}
.calenderBoxV .tableS tbody{}
.calenderBoxV .tableS p{font-size: 18px;line-height: 34px;color: #000000;padding: 2px;width: calc(100% - 16px);text-align: center;display: inline-block;}
.calenderBoxV .today{background:#434343;color: #ffffff;}
.calenderBoxV .txt{position: absolute;left: 6px;bottom: 4px;text-align: left;width: calc(100% - 10px);}
.calenderBoxV .txt u{text-decoration: none;font-size: 11px;line-height: 16px;display: block;margin-bottom: 2px;position: relative;padding-left: 11px;}
.calenderBoxV .txt u:before{content:'';width: 7px;height: 7px;display: block;border-radius: 1000px;position: absolute;left: 0;top: 3px;}
.calenderBoxV .txt u:nth-child(1):before{background:#0c8ed0;}
.calenderBoxV .txt u:nth-child(2):before{background:#0fae74;}
.calenderBoxV .txt i{font-size: 11px;line-height: 16px;position: absolute;bottom: -2px;right: 0;width: 53px;text-align: right;}
.calenderBoxV .inB{background:#f3f3f3;}
.calenderBoxV .out{color: #a7a7a7 !important;}
.calenderBoxV.s1{border: 1px solid #e5e5e5;padding-top: 50px;border-bottom:0;margin-bottom: 55px;}
.calenderBoxV.s1 .tableS tbody{border:0;}
.calenderBoxV.s1 .tableS{margin-bottom: 0px;}
.calenderBoxV-txt{text-align: center;font-size: 18px;line-height: 28px;margin-top: 27px;color: #000000;font-weight: bold;}
.calenderBoxV-txt p{display: inline-block;color: #e62b76;font-weight: bold;border-bottom: 2px solid #e62b76;}

.wpBoxA{}
.wpBoxA .contBoxA{padding-top: 30px;}
.wpBoxA .bgD1{background:#f7f7f7;text-align: center;font-size: 19px;line-height: 25px;padding: 47px 20px;}
.div-pre.s1{margin-top: 0;}
.div-pre.s1 pre{height: 155px;}
.contBoxA-check{margin-bottom: 32px;}
.contBoxA-check .id-save-all{text-align:right;display: block;margin-top: 30px;}
.contBoxA-checkAll{text-align: center;border-top: 1px solid #000000;}
.contBoxA-checkAll .id-save-all{display: inline-block;margin-top: 30px;font-size: 20px;line-height: 17px;font-weight: bold;}
.artists-boxC{ margin-top: 20px;
	/* display: flex; 이미지 섹션을 가로로 정렬 */
	gap: 20px; /* 이미지 간격 */
	flex-wrap: wrap; /* 여러 줄로 정렬 가능 */
	justify-content: center; /* 이미지 가운데 정렬 */
}
.imgFitCon{
	/* width: 312px; 각 썸네일의 가로 크기 */
	height: 449px; /* 각 썸네일의 세로 크기 */
	overflow: hidden; /* 컨테이너 밖 이미지 숨김 */
	position: relative;
	/* border-radius: 12px; 둥근 모서리 추가 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 그림자 효과 추가 */
	transition: transform 0.3s, box-shadow 0.3s; /* 호버 시 애니메이션 */
}
.imgFitConRemoveShadow{
	height: 449px; /* 각 썸네일의 세로 크기 */
	overflow: hidden; /* 컨테이너 밖 이미지 숨김 */
	position: relative;
	transition: transform 0.3s, box-shadow 0.3s; /* 호버 시 애니메이션 */
}
.imgFitConRemoveTransition{
	/* width: 312px; 각 썸네일의 가로 크기 */
	height: 449px; /* 각 썸네일의 세로 크기 */
	overflow: hidden; /* 컨테이너 밖 이미지 숨김 */
	position: relative;
	/* border-radius: 12px; 둥근 모서리 추가 */
}
.imgFitConMiddle{
	width: 220px; /* 각 썸네일의 가로 크기 */
	height: 300px; /* 각 썸네일의 세로 크기 */
	overflow: hidden; /* 컨테이너 밖 이미지 숨김 */
	position: relative;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 그림자 효과 추가 */
	transition: transform 0.3s, box-shadow 0.3s; /* 호버 시 애니메이션 */
}
.imgFitConMiddleRemoveHover{
	width: 220px; /* 각 썸네일의 가로 크기 */
	height: 300px; /* 각 썸네일의 세로 크기 */
	overflow: hidden; /* 컨테이너 밖 이미지 숨김 */
	position: relative;
}
.imgFitConMini{
	width: 250px; /* 각 썸네일의 가로 크기 */
	height: 190px; /* 각 썸네일의 세로 크기 */
	overflow: hidden; /* 컨테이너 밖 이미지 숨김 */
	position: relative;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 그림자 효과 추가 */
	transition: transform 0.3s, box-shadow 0.3s; /* 호버 시 애니메이션 */
}
.artists-boxC > ul {margin-left: -16px;width: calc(100% + 34px);}
.artists-boxC ul:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.artists-boxC > ul > li{float: left;width: calc(100% / 4 - 36px);margin: 29px 18px;}
.artists-boxC ul li .ixBox{width: 100%;display: block;}
.artists-boxC ul li .ixBox img{/* width: 100%; height: 460px; */
	width: 100%;
	height: 100%;
	object-fit: cover; /* 컨테이너에 맞게 크기 조정 */
	object-position: center; /* 이미지 중심으로 정렬 */
}
.imgFitCon:hover, .imgFitConMiddle:hover {
	transform: scale(1.05); /* 호버 시 약간 확대 */
  	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* 호버 시 그림자 강조 */
}
.ixBox .imgFitCon img{/* width: 100%; height: 460px; */
	width: 100%;
	height: 100%;
	object-fit: cover; /* 컨테이너에 맞게 크기 조정 */
	object-position: center; /* 이미지 중심으로 정렬 */
}

.imgFitConRemoveShadow:hover {box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);}
.artists-boxC ul li .ixBox p{border-top: 1px solid #000000;margin-top: 31px;padding-top: 20px;font-size: 23px;line-height: 30px;font-weight: bold;height: 50px;overflow: hidden;margin-bottom: 10px;white-space: nowrap;  text-overflow: ellipsis;}
.artists-boxC ul li .ixBtn{margin-top: 22px;}
.artists-boxC ul li .ixBtn ul:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.artists-boxC ul li .ixBtn ul li{float: left;width: calc(100% / 3 - 0px);border: 1px solid #dedede;margin-left: -1px;position: relative;padding: 7px 8px;}
.artists-boxC ul li .ixBtn ul li span{padding-left: 20px;font-size: 16px;line-height: 25px;}
.artists-boxC ul li .ixBtn ul li i{position: absolute;right: 10px;top: 10px;font-style: normal;}
.artists-boxC ul li .ixBtn ul li span.bg1{background: url(../images/sub/sub_icoK1.jpg) no-repeat left 0px;}
.artists-boxC ul li .ixBtn ul li span.bg2{background: url(../images/sub/sub_icoK2.jpg) no-repeat left 0px;}
.artists-boxC ul li .ixBtn ul li span.bg3{background: url(../images/sub/sub_icoK3.jpg) no-repeat left 0px;}
.artists-boxC ul li .ixBtn.s2 ul li{width: calc(100% / 2 - 0px);text-align: center;border: 1px solid #000000;}
.artists-boxC ul li .ixBtn.s2 ul li p{line-height: 1;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.artists-boxC ul li .ixBtn.u1{margin-top: 12px;}
.artists-boxC ul li .ixBtn.u1 u.bg4{background: url(../images/sub/sub_icoK3.jpg) no-repeat left 3px;font-size: 18px;line-height: 25px;padding-left: 26px;height: 24px;overflow: hidden;display: block;}

.countM{margin-top: 35px;}
.countM:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.countM .leftB{float:left;font-size: 23px;line-height: 28px;font-weight: bold;margin-top: 25px;}
.countM .leftB span {color:#e62b76;}
.countM .rightB{float:right;}
.countM .rightB select{border: 1px solid #ffffff;border-bottom: 1px solid #000000;padding: 0 32px 0 0px;width: 150px;}
.pimgBox{/* border: 1px solid #dcdcdc; */padding: 10px;display: flex;align-items:center;}
.pimgBox .pimg-area{width: 200px;height: 300px;background: #f7f7f7;display: flex;align-items:center;justify-content:center;position: relative;}
.pimgBox .pimg-area input[type="file"]{width: 200px;height: 300px;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
.pimgBox .pimg-area img{max-width: 200px;max-height: 300px;}
.pimgBox .pimg-name{margin-top: 14px;font-size: 18px;font-weight: 500;display: flex;align-items:center;justify-content:center;}
.pimgBox .pimg-name a{margin-left: 10px;}

.pimgBox .pimg-area2{width: 240px;height: 190px;}
.pimgBox .pimg-area2 input[type="file"]{width: 240px;height: 190px;}
.pimgBox .pimg-area2 img{max-width: 240px;max-height: 190px;}

.tabBtnSt{margin-bottom: 60px;margin-top: 70px;}
.tabBtnSt ul{}
.tabBtnSt ul:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.tabBtnSt ul li{float: left;}
.tabBtnSt ul li a{display: block;width: 100%;text-align: center;font-size: 20px;line-height: 26px;padding: 22px 0;border: 1px solid #dedede;border-bottom: 2px solid #000000;position: relative;}
.tabBtnSt ul li a.on{font-weight: bold;}
.tabBtnSt ul li a.on:before{content:'';border: 2px solid #000000;display: block;width: calc(100% - 2px);height: calc(100% - 1px);position: absolute;left: -1px;top: -1px;}
.tabBtnSt ul li a.on:after{content:'';display: block;width: calc(100% - 2px);height: 2px;background: #ffffff;position: absolute;left: 1px;bottom: -2px;}
.tabBtnSt.btn2 ul li{width: calc(100% / 2 - 0px);}
.tabBtnSt.btn3 ul li{width: calc(100% / 3 - 0px);}
.tabBtnSt.btn4 ul li{width: calc(100% / 4 - 0px);}
.tabBtnEz{margin: 15px 0;}
.tabBtnEz ul {}
.tabBtnEz ul li{float: left;}
.tabBtnEz ul li a{display: block;font-size: 20px;line-height: 25px;width: 160px;text-align: center;margin: 5px 5px;padding: 14px 0;border: 1px solid #000000;}
.tabBtnEz ul li a.on{background: #000000;color: #ffffff;text-decoration: underline;text-underline-offset: 6px;}
.mapViewBox{text-align:center;margin-bottom: 100px;}
.mapViewBox img{}
.mapCont{display:none;}
.table-style.mgS1{margin-top: 0;margin-bottom: 60px;}
.EcontBox2.T1{margin-top: 0;padding-top: 0;}

.explanation-box{width: 100%;margin-top: 60px;}
.explanation-box h2{font-size:25px;color:#fff;text-align:center;padding:75px 0 0 0;}
.explanation-box > ul > li {margin-bottom: 20px;border: 1px solid #dcdcdc;}
.explanation-box .box1 > li > a{color: #000000;background: url(../images/sub/explanation_down.png) no-repeat calc(100% - 35px) center;display:block;padding: 32px 105px 30px 20px;font-size:16px;font-weight:bold;text-align: justify;}
.explanation-box .box1 > li > a > span.con{width: calc(100% - -10px);-webkit-line-clamp: 1;display:block;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;margin-left: 10px;height: 38px;background: url(../images/sub/explanation_BgQ.png) no-repeat left 1px;padding-left: 47px;font-size: 24px;line-height: 40px;font-weight: normal;}
.explanation-box .box1 > li > a.on{color: #000000;background: #f0ecec4a url(../images/sub/explanation_up.png) no-repeat calc(100% - 35px) center;border: 1px solid #000000;border-bottom: 0;}
.explanation-box .box2{display:none;padding: 31px 20px;position: relative;font-size: 20px;line-height: 39px;padding-left: 75px;color: #555555;background: #f0ecec4a;border: 1px solid #000000;border-top: 0;}
.explanation-box .box2:before{content:'';width: calc(100% - 50px);height: 1px;display: block;background: #d8e0e3;position: absolute;top: 0;left: 25px;}
.explanation-box .box2:after{content:'';background: url(../images/sub/explanation_BgA.png) no-repeat center center;width: 37px;height: 40px;display: block;position: absolute;left: 26px;top: 28px;}
.explanation-box .box2 > li > a{ background:#f5f5f5; padding:8px 10px;display:block;}









@media screen and (max-width:1400px) {
	.TopSeach-boxM{padding-bottom: 68px;}
	.TopSeach-boxM #sub-search{width: calc(100% - 6px);float: none;position: absolute;left: 0;bottom: 0;}
	.TopSeach-boxM #sub-search.wid_typ2{width: calc(100% - 6px);} /* 2025-03-11 */
	.TopSeach-boxM .box1{float: left;width: 47%;}
	.TopSeach-boxM .box2{float: right;width: 50%;}
	.boxP .titNv span{display: block;margin-left: 0;margin-top: 10px;}
	.EcontBox .Etit .staU{display:block;margin-left: 0;margin-top: 15px;}

}

@media screen and (max-width:1300px) {
	.EblockLR-s1 .EleftP {width: 48%;float: left;}
	.EblockLR-s1 .ErightP {width: 48%;float: right;}

}

@media screen and (max-width:1200px) {
	.artists-boxC ul li .ixBtn ul li span.bg1{background: none;padding-left: 0px;}
	.artists-boxC ul li .ixBtn ul li span.bg2{background: none;padding-left: 0px;}
	.artists-boxC ul li .ixBtn ul li span.bg3{background: none;padding-left: 0px;}
	.artists-slideV {width: 90%;}

}

@media screen and (max-width:1024px) {
	#sub-container {padding-top:0;}
	#page-about{padding-bottom: 50px;}
	.table-view-img{float: none;text-align: center;margin: 0 auto;}
	.table-view-con{float: none;width: 100%;}
	.table-view-con-txt > li{padding-left: 0;margin-top: 15px;}
	.table-view-con-txt > li strong{position: static;margin-bottom: 5px;}
	.artists-box2 > div{margin-left: 0;}
	.artists-box2 .artists-4{float: none;width: 100%;margin-left: 0;}
	.artists-slide-popup2 .asp2-con{width: 90%;padding: 40px 20px;}
	.artists-slide-popup2 .asp2-con ul li > div{flex-wrap: wrap;justify-content: center;}
	.artists-slide-popup2 .asp2-con ul li > div .pimg-area{width: 150px;height: 230px;}
	.artists-slide-popup2 .asp2-con ul li > div .pimg-area input[type="file"]{width: 150px;height: 230px;}
	.artists-slide-popup2 .asp2-con ul li > div .pimg-area img{width: 150px;height: 230px;}
	.artists-slide-popup2 .asp2-con ul li > div .pimg-name{margin-bottom: 10px;}
	.table-style tr{position:relative;}
	.table-style td{padding: 24px 15px;}
	.table-style{overflow:auto;}
	.table-style table{width:1140px;}
	.page-table{width: 100%;}
	.page-table .information-table{max-width: 100%;margin: 0;width: 100%;}
	.buttons.pageBtn{margin-top: 30px;}
	.TopSeach-boxG{width: 100%;}
	.TopSeach-boxG #sub-search{float: left;width: calc(100% - 419px);}
	.TopSeach-boxM{width: 100%;}
	.TopSeach-boxM .box1 a{width: 75px;}
	.EblockLR .ELeftP {float: none;width: 100%;}
	.EblockLR .ErightP {float: none;width: 100%;}
	.EblockLR-s1 .EleftP {width: 100%;float: none;margin-bottom: 60px;}
	.EblockLR-s1 .ErightP {width: 100%;float: none;}
	.EblockLR-s2 .EleftP {width: 100%;float: none;margin-bottom: 50px;}
	.EblockLR-s2 .ErightP {width: 100%;float: none;}
	.artists-boxC > ul > li {float: left;width: calc(100% / 2 - 36px);margin: 29px 18px;}
	.artists-boxC ul li .ixBtn ul li span.bg1{background: url(../images/sub/sub_icoK1.jpg) no-repeat left 0px;padding-left: 20px;}
	.artists-boxC ul li .ixBtn ul li span.bg2{background: url(../images/sub/sub_icoK2.jpg) no-repeat left 0px;padding-left: 20px;}
	.artists-boxC ul li .ixBtn ul li span.bg3{background: url(../images/sub/sub_icoK3.jpg) no-repeat left 0px;padding-left: 20px;}
	.viewA .uTxt{top: auto;bottom: 19px;}
}

@media screen and (max-width:800px) {
	#login-box {padding:50px 0 50px;}
	.member-box.big{width:90%;padding:25px 20px;}
	.member-box{width:90%;padding:25px 20px;}
	.buttons2 {flex-wrap:wrap;margin-top:20px;}
	.buttons2 li {flex:0 0 50%;padding:2px;}
	.buttons2 li:nth-child(3) {flex:0 0 100%;margin-top:0px;}
	.buttons2 li::before {display:none;}
	.buttons2 li a {display:flex;text-align:center;padding:3px 5px;border:1px solid #dcdcdc;border-radius:5px;height:40px;align-items:center;justify-content:center;}
	.member-box h3 {font-size:24px;margin-bottom:20px;}
	.member-input li {padding-top:15px;}
	.buttons a {height:40px;}
	.information-table {padding:0 10px;}
	.information-table > li {padding:15px 0;padding-left:0;border-bottom:1px solid #dcdcdc;}
	.information-table > li .th {position:static;margin-bottom:5px;}
	.information-table > li .td {min-height:auto;flex-wrap: wrap;}
	.information-table > li .td input {width:100%;margin:2px 0;}
	.information-table > li .td span {width:100%;}
	#sub-contents .information-table > li .td select {width:100% !important;}
	#sub-contents .information-table > li .td .x3 {flex-wrap:wrap;}
	#sub-contents .information-table > li .td .x3 input {width:47% !important;}
	#sub-contents .information-table > li .td .x2 input[type="text"] {width:47% !important;}
	.information-table > li .td .btns {width:100%;}
	.information-table > li .td span.checkmark {width:20px;}
	.table-view-title{font-size: 22px;flex-wrap: wrap;justify-content: center;}
	.table-view-title span{height: 30px;margin-top: 5px;margin-left: 0;}
	.artists-box{padding: 10px 0;}
	.artists-box .line{flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid #000;}
	.artists-box .line input[type="text"]{margin: 0;margin-bottom: 10px;flex-basis: calc(50% - 3px);}
	.artists-box .line input[type="text"]:nth-child(n+3){width: 100% !important;flex-basis: 100%;}
	/* 2025-02-06 */
	.artists-box .line.gp10{padding-bottom: 10px;}
	.artists-box .line .itbx{padding: 4px;}
	.artists-box .line.x5.gp10 .itbx{width: 40%; flex-grow: 1;}
	.artists-box .line .itbx.w1, .artists-box .line .itbx.w2, .artists-box .line .itbx.w3{width: 100%;}
	.artists-box .line .no-border{border:none; text-align: center;}
	/* 2025-02-06 */
	.information-table > li .td span.id-save{width:auto;}
	.id-save-all{flex-wrap: wrap;}
	.id-save-all .id-save{margin-bottom: 3px;}
	.artists-slide-btn a{height: 40px;}
	#tab-menu{flex-wrap: wrap;border: 0;}
	#tab-menu li{width: calc(100% / 2);}
	#tab-menu a{height: 40px;border-top: 1px solid #969698;}
	.banners .page-title{font-size: 30px;}
	.banners{height: 340px;}
	.TopSeach-boxM .box1{ float:none;margin-bottom:10px; width:100%;}
	.TopSeach-boxM .box2{float:none;width:100%;}
	.TopSeach-boxM #sub-search {width: calc(100% - 1px);position: relative;margin-top: 10px;}
	.TopSeach-boxM #sub-search.wid_typ2{width: calc(100% - 1px);} /* 2025-03-11 */
	.TopSeach-boxM{padding-bottom: 0;}
	.TopSeach-boxM .box1 a{width: calc(100% / 3 - 33px);margin: 0 0px;}
	.EcontBox .leftG {width: 320px;float: none;margin: 0 auto;margin-bottom:50px;}
	.EcontBox .rightG {width: 100%;float: none;}
	.downBoxZ {margin: 80px 10px;}
	.downBoxZ .line{margin-bottom: 30px;}
	.downBoxZ p{display: inline-block;margin-bottom: 5px;width: 100%;}
	.downBoxZ a.file{}
	.downBoxZ a.btn{display: block;width: 100%;text-align: center;margin-top: 10px;}
	.NextPrev-box:before{display:none;}
	.NextPrev-box {padding: 25px 0;}
	.NextPrev-box .leftB{width: 100%;margin-bottom: 12px;text-align: left;}
	.NextPrev-box .rightB{width: 100%;text-align: right;}
	.EblockLR-s1 {margin-bottom: 70px;}
	.artists-slideV {width: 100%;}
	.artists-title .btnE{position: static;margin-top: 15px;}
	.boxP .txtNv .line{padding-left: 95px;}
	.boxP .txtNv .line > strong{width: 90px;}
	.boxP .txtNv .inpNv .w200 {width: 100%;}
	.boxP .txtNv .inpNv .w400 {width: 100%;}
	.boxP .txtNv .inpNv .CalendarToBox u{margin: 2px 3px;text-align: center;width: 100%;}
	.tabBtnEz ul li{width: calc(100% / 4);}
	.tabBtnEz ul li a{width: calc(100% - 11px);}
	.boxSearchBoxP .in {width: 450px;}
	.boxSearchBoxP .TopSeach-boxG #sub-search{width: calc(63% - 9px) !important;}
	.tit-rt-bn .btnE{position: static;margin-top: 15px;}
}

@media screen and (max-width:640px) {
	.artists-floor1{padding-bottom: 0;}
	.artists-floor1 .img{width: 150px;}
	.artists-floor1 .txt{width: calc(100% - 180px);padding-top:0;}
	.artists-title{margin-top: 30px;font-size: 24px;}
	.artists-box{margin-top: 15px;}
	.artists-slide{margin-top: 15px;}
	.artists-box2 .artists-4 .img{width: 110px;}
	.artists-box2 .artists-4 .img img{width:100%;min-width:110px;}
	.artists-box2 .artists-4 .txt{margin-left: 15px;}
	.artists-box2 .artists-4 .txt li{margin-top:10px;line-height: 120%;padding-left: 100px;}
	.artists-slide-btn{flex-wrap: wrap;justify-content: space-between;}
	.artists-slide-btn a{flex-basis: calc(50% - 8px);width:calc(50% - 8px);margin: 4px;}
	.artists-slide-btn a:nth-child(n+3){width: 100% !important;flex-basis: 100%;}
	.artists-floor1 .img{float:none;width: 100%;}
	.artists-floor1 .txt{width: 100%;float:none;}
	.table-style.MobS1 td:last-child{width: 100%;}
	.table-style.MobS1 td:last-child input{height: 33px;width: calc(100% - 226px);position: absolute;bottom: 0;right: 0;}
	.TopSeach-boxG{width: 100%;}
	.TopSeach-boxG select{float: none;width: calc(100% - 0px);margin: 3px 0px;}
	.TopSeach-boxG #sub-search{float: none;width: 100%;margin: 3px 0px;}
	.calenderBoxV .tableS p{width:100%;}
	.calenderBoxV .tableS td{padding:6px 0;}
	.artists-boxC > ul{margin-left: 0;width: calc(100% + 0px);}
	.artists-boxC > ul > li {float: none;width: calc(100% / 1 - 0px);margin: 40px 0px;}
	.artists-boxC ul li .ixBox img{height: auto;}
	.TopSeach-boxG.s1{width: calc(100% - 0px);}
	.TopSeach-boxG.s1 #sub-search{width: calc(100% - 0px);margin: 3px 0px;}
	.explanation-box .box1 > li > a{padding: 15px 105px 17px 20px;}
	.explanation-box > ul > li{margin-bottom: 15px;}
	.boxSearchBoxP .boxP .txtNv .line{padding-left: 0;margin-bottom: 21px;}
	.boxSearchBoxP .boxP .txtNv .line > strong{position: static;margin-bottom: 3px;}
	.boxSearchBoxP .in{width: calc(100% - 50px);}
	.boxSearchBoxP .TopSeach-boxG #sub-search{width: calc(63% - 6px) !important;display: inline-block;}
	.artists-box .line input[type="text"]{width: 100% !important;}
	.aspfile{margin-left: 0;margin-top: 10px;}
	.pimgBox{display:block;}
	.pimgBox .pimg-name{display:block;}
}


@media screen and (max-width:500px) {
	.boxP .txtNv .inpNv{width: calc(100% - 0px);}
	.boxP .txtNv .inpNv.w50{width:100%;}
	.boxP .txtNv .inpNv input {}
	.artists-box2 .artists-4{display:block;}
	.artists-box2 .artists-4 .img {width: 100%;margin-bottom: 24px;}
	.artists-box2 .artists-4 .txt{margin-left: 0;}
	.tabBtnSt ul li{float:none; width:100%;}
	.tabBtnSt.btn2 ul li{width:100%;}
	.tabBtnSt.btn3 ul li{width:100%;margin-bottom: -1px;}
	.tabBtnSt.btn4 ul li{float: left;margin: 0 0 -1px -1px;width: calc(100% / 2 - 0px);}
	.tabBtnSt ul li a{border: 1px solid #dedede;}
	.tabBtnSt ul li a.on:after{display:none;}
	.tabBtnSt ul li a.on:before{height: calc(100% - 1px);width: calc(100% - 1px);left: 0px;top: 0px;border: 1px solid #000000;z-index: 1;}
	.tabBtnEz ul li {width: calc(100% / 2);}
}


@media screen and (max-width:400px) {
	.table-style.MobS1 td:last-child input{left: 100px;right: auto;width: calc(100% - 100px);}
	.EcontBox .leftG {width: 100%;}
	.EcontBox .Etxs img{width: 100%;}
}




/* S 2024-12-31 */
.choice-list1{overflow: hidden;margin: -5px 0 0 -20px;display: flex;flex-wrap: wrap;align-items: center;}
.choice-list1 > span{display: block;position: relative;margin: 5px 0 0 20px;}
.choice-list1 > span > input[type='radio'],
.choice-list1 > span > input[type='checkbox']{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.choice-list1 > span > label{display: block;color: #000;font-size: 18px;min-height: 20px;line-height: 20px;padding-left: 30px;}
.choice-list1 > span > input[type='radio'] + label{background: url('../images/sub/bg_radio2.png') no-repeat left top;}
.choice-list1 > span > input[type='radio']:checked + label{background: url('../images/sub/bg_radio2_on.png') no-repeat left top;}
.choice-list1 > span > input[type='checkbox'] + label{background: url('../images/sub/bg_check.png') no-repeat left top;}
.choice-list1 > span > input[type='checkbox']:checked + label{background: url('../images/sub/bg_check_on.png') no-repeat left top;}
.choice-list1.only{display: inline-block;margin: 0;}
.choice-list1.only > span{margin: 0;}
.choice-list1.only > span > label{width: 20px;height: 20px;padding: 0;}
.choice-list1.only > span > input[type='checkbox'] + label{height: 20px;}
.choice-list1.block-style1{margin: 0;display: block;}
.choice-list1.block-style1 > span{margin: 0;}
.choice-list1.block-style1 > span:not(:first-child){margin-top: 14px;}
.choice-list1.style-bg1{margin-left: -28px;}
.choice-list1.style-bg1 > span{margin-left: 28px;}
.choice-list1.style-bg1 > span > label{color: #222;}
.choice-list1.style-bg1 > span > input[type='radio'] + label{background: url('../images/sub/bg_radio2.png') no-repeat left top;}
.choice-list1.style-bg1 > span > input[type='radio']:checked + label{background: url('../images/sub/bg_radio2_on.png') no-repeat left top;}
.sub-abtn1{margin: 50px -5px 0;display: flex;flex-wrap: wrap;justify-content: center;}
.sub-abtn1 > a{margin: 5px 5px 0;background: #000;color: #fff;font-size: 18px;font-weight: 600;width: 170px;height: 60px;display: flex;align-items: center;justify-content: center;}
.sub-abtn1 > a.white{color: #000;background: #fff;border: 1px solid #000;}
.sub-abtn1 > a.gray{color: #333;background: #e9e9e9;}

.sub-popup1{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0, 0, 0, 0.5);}
.sub-popup1 > div{width: 100%;height: 100%;display: flex;align-items: center;}
.sub-popup1 .pop1-box{margin: 0 auto;width: calc(100% - 30px);max-width: 660px;padding-bottom: 40px;background: #fff;position: relative;}
.sub-popup1 .pop1-title{padding: 30px 50px 20px;color: #000;font-size: 28px;font-weight: 600;line-height: 1;text-align: center;}
.sub-popup1 .pop1-out{position: absolute;top: 24px;right: 24px;}
.sub-popup1 .pop1-center{padding: 0 40px;max-height: calc(100vh - 150px);overflow-y: auto;}
.sub-popup1 .pop1-center::-webkit-scrollbar{width: 8px;height: 1px;}
.sub-popup1 .pop1-center::-webkit-scrollbar-thumb{background: #1b1b1b;border-radius: 10px;}
.sub-popup1 .pop1-center::-webkit-scrollbar-track{background: #ededed;border-radius: 10px;}
.sub-popup1 .pop1-text1{margin: 20px 0;text-align: center;}
.sub-popup1 .sub-abtn1{margin-top: 30px;}
.sub-popup1 .sub-abtn1 > a{width: 140px;height: 50px;}
.main-pop-box1{font-size: 20px;}
.main-pop-box1 .ul-list1{border-top: 1px solid #000;}
.main-pop-box1 .ul-list1 > li{padding: 20px 2px;border-bottom: 1px solid #d9d9d9;}
.main-pop-box1 .ul-list1 h5{margin-bottom: 15px;font-weight: 500;display: flex;align-items: center;}
.main-pop-box1 .ul-list1 h5 > span{margin-right: 8px;width: 32px;min-width: 32px;height: 32px;font-weight: bold;background: #000;color: #fff;border-radius: 25px;display: flex;align-items: center;justify-content: center;}
.main-pop-box1 .p-title1{margin: 22px 0 12px;font-weight: bold;}
.main-pop-box1 .text-area1 textarea{height: 80px;}
.main-pop-box1 .sub-abtn1{margin: 25px 0 0;}
.main-pop-box1 .sub-abtn1 > a{margin: 0;width: 50% !important;}
.sub-popup1 .pop1-box.main-tip1{margin-bottom: 56px;}
.sub-popup1 .pop1-box.main-tip1 .pop1-center{max-height: calc(100vh - 250px);}
.pop1-tip1{position: absolute;left: 0;bottom: -56px;width: 100%;height: 56px;color: #fff;font-size: 18px;font-weight: 600;background: rgba(0, 0, 0, 0.5);display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.pop1-tip1 input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.pop1-tip1 label{display: block;min-height: 26px;line-height: 26px;padding-left: 34px;}
.pop1-tip1 input + label{background: url('../images/sub/pop1_tip1.png') no-repeat left top;}
.pop1-tip1 input:checked + label{background: url('../images/sub/pop1_tip1_on.png') no-repeat left top;}

.text-area1{padding: 14px 6px 14px 14px;border: 1px solid #ddd;}
.text-area1 textarea{padding: 0 8px 0 0;border: 0;outline: none;}
textarea::-webkit-scrollbar{width: 5px;height: 1px;}
textarea::-webkit-scrollbar-thumb{background: #1b1b1b;}
textarea::-webkit-scrollbar-track{background: #ededed;}

.sub-search1{margin: 0 auto 50px;max-width: 620px;}
.sub-search1 > div.guard{margin: 0 -5px;display: flex;flex-wrap: wrap;justify-content: center;}
.sub-search1 select{width: calc(32% - 10px);margin: 0 5px;padding-left: 15px;border-color: #000;}
.sub-search1 .input-box{width: calc(68% - 10px);margin: 0 5px;height: 50px;padding-right: 45px;background: #fff;border: 1px solid #000;position: relative;}
.sub-search1 .input-box input{height: 100%;border: 0;padding-left: 15px;}
.sub-search1 .input-box input::-webkit-input-placeholder{color: #000;}
.sub-search1 .input-box .a-go1{position: absolute;right: 14px;top: calc(50% - 10px);width: 21px;height: 20px;font-size: 0;background: url('../images/sub/sub_search1.png') no-repeat;}
.sub-search1.only-in1{max-width: 400px;}
.sub-search1.only-in1 .input-box{width: calc(100% - 10px);}
.sub-search1.two-select{max-width: 822px;}
.sub-search1.two-select select{width: calc(24% - 10px);}
.sub-search1.two-select .input-box{width: calc(52% - 10px);}

.sub-Sapp1{display: table;margin: 0 0 15px auto;}
.sub-Sapp1 > a:not(:first-child){margin-left: 5px;}
.sub-h3-txt{position: relative;}
.sub-h3-txt .sub-Sapp1{position: absolute;right: 0;bottom: 0;margin: 0;}
.sub-Saques1{margin-top: 50px;padding: 30px 40px;border: 1px solid #e5e5e5;}
.sub-Saques1 > dl{margin-bottom: 18px;overflow: hidden;}
.sub-Saques1 > dl > dt{float: left;margin-right: 20px;min-height: 40px;color: #222;font-size: 20px;font-weight: bold;padding-left: 50px;background: url('../images/sub/sub_Saques1.png') no-repeat left top;display: flex;align-items: center;word-break: keep-all;}
.sub-Saques1 > dl > dd{float: right;margin-top: 10px;}
.sub-Saques1 .input-box1{position: relative;padding-right: 160px;}
.sub-Saques1 .input-box1 > a{position: absolute;top: 0;right: 0;width: 150px;height: 60px;color: #fff;font-size: 18px;font-weight: 600;background: #000;display: flex;align-items: center;justify-content: center;}
.sub-Saques1 .input-box1 > button{position: absolute;top: 0;right: 0;width: 150px;height: 60px;color: #fff;font-size: 18px;font-weight: 600;background: #000;display: flex;align-items: center;justify-content: center;}
.sub-Saques1 .input-box1 > input{width: 100%;height: 60px;padding: 0 20px;border: 0;background: #f9f9f9;}

.banners.search{height: 560px;background: url('../images/sub/search_banner.jpg') no-repeat center center;background-size: cover;}
.search-keyword1{max-width: 900px;margin: 0 auto;}
.search-keyword1 .sub-search1{max-width: 100%;margin-bottom: 14px;}
.search-keyword1 .sub-search1 .input-box{height: 70px;font-size: 22px;padding-right: 55px;}
.search-keyword1 .sub-search1 .input-box input{padding-left: 3%;}
.search-keyword1 .sub-search1 .input-box input::-webkit-input-placeholder{color: #777;}
.search-keyword1 .sub-search1 .input-box .a-go1{right: 20px;top: calc(50% - 13px);width: 27px;height: 26px;background-size: 100%;}
.search-keyword1 .keyword1{position: relative;padding-left: 78px;overflow: hidden;}
.search-keyword1 .keyword1 > dt{position: absolute;top: 0;left: 0px;font-size: 18px;font-weight: 500;line-height: 35px;}
.search-keyword1 .keyword1 > dd{margin: -8px -4px 0;display: flex;flex-wrap: wrap;}
.search-keyword1 .keyword1 > dd > a{margin: 8px 4px 0;height: 35px;line-height: 35px;padding: 0 25px;color: #777;font-size: 16px;border: 1px solid #dcdcdc;}
.sub-abtn1 .clear-bg::before{display: block;margin-right: 4px;width: 17px;height: 15px;background: url('../images/sub/search1_btn2.png') no-repeat;content:"";}
.sub-abtn1 .search-bg::before{display: block;margin-right: 8px;width: 17px;height: 12px;background: url('../images/sub/search1_btn3.png') no-repeat;content:"";}
.search-show1-open::after{display: block;margin-left: 12px;width: 11px;height: 6px;background: url('../images/sub/search1_btn1.png') no-repeat;content:"";transition: all 0.2s ease-out;}
.search-show1-open.on::after{transform: rotate(180deg);}
.search-show1{display: none;margin-top: 45px;padding: 40px;border: 1px solid #dcdcdc;}
.search-itemize1{max-width: 980px;margin: 0 auto;}
.search-itemize1 > dl:not(:first-child){margin-top: 10px;}
.search-itemize1 > dl{display: flex;min-height: 50px;align-items: center;}
.search-itemize1 > dl > dt{width: 90px;padding-right: 30px;font-size: 20px;font-weight: 500;text-align: right;}
.search-itemize1 > dl > dd{width: calc(100% - 90px);}
.search-itemize1 select{width: 100%;max-width: 260px;}
.search-itemize1 .input-box input{width: 100%;}
.search-itemize1 .sub-tab3{margin-bottom: 0;}
.sub-tab2{margin: 70px 0 50px;overflow: hidden;}
.sub-tab2 > ul{display: flex;padding: 0  0 1px 1px;}
.sub-tab2 > ul > li{width: 25%;min-height: 60px;color: #1b1b1b;font-size: 17px;position: relative;}
.sub-tab2 > ul > li::before{position: absolute;top: 0;left: -1px;width: calc(100% - 1px);height: calc(100% - 1px);border: 1px solid #dcdcdc;content:"";}
.sub-tab2 > ul > li > *{z-index: 10;position: relative;}
.sub-tab2 > ul > li > a{width: 100%;height: 100%;padding: 8px;text-align: center;display: flex;align-items: center;justify-content: center;}
.sub-tab2 > ul > li.on::before{z-index: 9;background: #1b1b1b;border: 1px solid #1b1b1b;}
.sub-tab2 > ul > li.on > a{color: #fff;}
.sub-tab3{margin: -8px -4px 40px;display: flex;flex-wrap: wrap;}
.sub-tab3 > li{margin: 8px 4px 0;width: 150px;min-height: 50px;font-size: 17px;}
.sub-tab3 > li > a{width: 100%;height: 100%;padding: 5px;color: #1b1b1b;border: 1px solid #dcdcdc;text-align: center;display: flex;align-items: center;justify-content: center;}
.sub-tab3 > li.on > a{color: #fff;background: #000;border-color: #000;}
.sub-tab4{margin: -8px -4px 40px;display: flex;flex-wrap: wrap;}
.sub-tab4 > li{margin: 8px 4px 0;width: 150px;min-height: 50px;font-size: 17px;}
.sub-tab4 > li > a{width: 100%;height: 100%;padding: 5px;color: #1b1b1b;border: 1px solid #dcdcdc;text-align: center;display: flex;align-items: center;justify-content: center;}
.sub-tab4 > li.on > a{color: #fff;background: #000;border-color: #000;}
.search-title1{margin-bottom: 25px;position: relative;padding-bottom: 15px;font-size: 24px;font-weight: 600;line-height: 26px;border-bottom: 1px solid #1b1b1b;}
.search-title1 .more{position: absolute;top: 4px;right: 0;font-size: 18px;line-height: 18px;padding-right: 15px;background: url('../images/sub/search_more1.png') no-repeat right center;}
.search-photo1 + .search-title1{margin-top: 60px;}
.search-board1{}
.search-board1 > li:not(:last-child){margin-bottom: 22px;padding-bottom: 22px;border-bottom: 1px solid #e8e8e8;}
.search-board1 > li{color: #555;font-size: 16px;display: flex;justify-content: space-between;align-items: center;}
.search-board1 .date{width: 120px;text-align: right;}
.search-board1 .title{max-width: calc(100% - 120px);}
.search-board1 .title p, .search-board1 .title h5{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;}
.search-board1 .title h5{margin-bottom: 15px;display: inline-block;vertical-align: top;position: relative;padding-right: 58px;color: #1b1b1b;font-size: 22px;font-weight: 600;line-height: 26px;}
.search-board1 .title h5 > span{position: absolute;top: 0;right: 0;display: inline-block;width: 55px;height: 26px;line-height: 26px;color: #fff;font-size: 16px;font-weight: 400;background: #ab288b;text-align: center;}
.search-board1 .title h5 > span.blue{background: #5e5ed7;}
.search-nohas1{position: relative;padding-left: 16px;color: #1b1b1b;font-size: 22px;font-weight: 600;line-height: 24px;}
.search-nohas1::before{position: absolute;top: 9px;left: 0;width: 6px;height: 6px;background: #1b1b1b;content:"";border-radius: 4px;}
.click-tab1-list{}
.click-tab1-list > .ctl1-child{display: none;}
.click-tab1-list > .ctl1-child.on{display: block;}
.click-tab2-list{}
.click-tab2-list > .ctl2-child{display: none;}
.click-tab2-list > .ctl2-child.on{display: block;}
.search-photo1{overflow: hidden;}
.search-photo1 > ul{margin: 0 -20px ;display: flex;flex-wrap: wrap;}
.search-photo1 > ul > li{margin: 0 20px;width: calc(25% - 40px);}
.search-photo1 > ul > li > a{display: block;}
.search-photo1 .photo{position: relative;padding-top: 144%;overflow: hidden;}
.search-photo1 .photo > img{position: absolute;z-index: 1;bottom: -9999px;left: -9999px;right: -9999px;top: -9999px;width: 100%;height: 100%;margin: auto;vertical-align: middle;transition: all 1.4s;}
.search-photo1 .photo > span{position: absolute;top: 0;left: 0;z-index: 10;width: 80px;height: 32px;color: #fff;font-size: 20px;font-weight: 600;background: #8f2581;display: flex;align-items: center;justify-content: center;}
.search-photo1 .photo > span.blue{background: #6262ed;}
.search-photo1 > ul > li > a:hover .photo > img{transform: scale(1.2, 1.2);transition: all 5s;}
.search-photo1 .ul-btn1{display: flex;padding: 0 1px;margin-top: 20px;}
.search-photo1 .ul-btn1 > li{margin: 0 -1px;width: calc(50% + 2px);min-height: 48px;padding: 5px;font-size: 16px;font-weight: 500;background: #fff;border: 1px solid #000;display: flex;align-items: center;justify-content: center;}
.search-photo1 .ul-text1{margin-top: 22px;}
.search-photo1 .title{font-size: 24px;font-weight: 600;line-height: 26px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.search-photo1 .date{margin-top: 10px;color: #555;font-size: 18px;line-height: 20px;padding-left: 24px;background: url('../images/sub/search_date.png') no-repeat left top 3px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}





@media screen and (max-width: 1024px){
	.sub-Saques1{margin-top: 50px;padding: 20px;}
	.sub-Saques1 .input-box1 > a{height: 50px;}
	.sub-Saques1 .input-box1 > button{height: 50px;}
	.sub-Saques1 .input-box1 > input{height: 50px;}

	.search-photo1 > ul{margin: -25px -10px 0;}
	.search-photo1 > ul > li{margin: 25px 10px 0;width: calc(25% - 20px);}
	.search-photo1 .ul-btn1{margin-top: 15px;}
	.search-photo1 .ul-btn1 > li{min-height: 38px;}
	.search-photo1 .photo > span{width: 70px;height: 28px;font-size: 18px;}
	.search-photo1 .ul-text1{margin-top: 16px;}
	.search-photo1 .title{font-size: 20px;}
	.search-photo1 .date{margin-top: 8px;font-size: 16px;}
}

@media screen and (max-width: 768px){
	.sub-abtn1{margin-top: 35px;}
	.sub-abtn1 > a{font-size: 17px;width: 140px;height: 46px;}
	.sub-Saques1 > dl > dt{float: none;margin-right: 0;}
	.sub-Saques1 > dl > dd{float: none;margin: 20px auto 0;display: table;}
	.sub-Saques1 .input-box1{padding-right: 130px;}
	.sub-Saques1 .input-box1 > a{width: 120px;}
	.sub-Saques1 .input-box1 > button{width: 120px;}

	.search-keyword1 .sub-search1 .input-box{height: 50px;font-size: 19px;padding-right: 42px;}
	.search-keyword1 .sub-search1 .input-box input{padding-left: 15px;}
	.search-keyword1 .sub-search1 .input-box .a-go1{right: 15px;top: calc(50% - 11px);width: 23px;height: 22px;}
	.search-keyword1 .keyword1 > dd > a{padding: 0 15px;}
	.sub-tab2{margin: 50px 0 35px;}
	.sub-tab2 > ul > li{min-height: 48px;font-size: 16px;}
	.sub-tab3{margin: -4px -2px 25px;}
	.sub-tab3 > li{margin: 4px 2px 0;width: calc(20% - 4px);min-height: 40px;font-size: 16px;}
	.search-show1{margin-top: 40px;padding: 25px 20px;}
	.search-show1 .sub-abtn1{margin-top: 20px;}
	.search-itemize1 > dl{min-height: 40px;}
	.search-itemize1 > dl > dt{width: 75px;padding-right: 25px;font-size: 18px;}
	.search-itemize1 > dl > dd{width: calc(100% - 75px);}
	.search-itemize1 select, .search-itemize1 input[type="text"]{height: 40px;}
	.search-itemize1 .sub-tab3 > li{width: calc(25% - 4px);}
	.search-title1{font-size: 22px;}
	.search-board1 .title h5{margin-bottom: 12px;font-size: 20px;line-height: 24px;padding-right: 54px;}
	.search-board1 .title h5 > span{width: 54px;height: 24px;line-height: 25px;}
	.search-nohas1{font-size: 20px;}
	.search-photo1 > ul > li{width: calc(33.33% - 20px);}
}

@media screen and (max-width: 600px){
	.sub-tab2 > ul{flex-wrap: wrap;}
	.sub-tab2 > ul > li{width: 50%;}
	.sub-tab3 > li{width: calc(33.33% - 4px);}
	.search-photo1 > ul > li{width: calc(50% - 20px);}
}

@media screen and (max-width: 550px){
	.choice-list1 > span > label{font-size: 16px;}
	.choice-list1.style-bg1{margin-left: -18px;}
	.choice-list1.style-bg1 > span{margin-left: 18px;}
	.sub-tab1{margin-bottom: 35px;}
	.sub-tab1 > ul > li{min-height: 50px;font-size: 18px;}
	.sub-popup1 .pop1-title{padding: 20px;font-size: 24px;text-align: left;}
	.sub-popup1 .pop1-center{padding: 0px 20px;}
	.sub-popup1 .pop1-out{position: absolute;top: 20px;right: 20px;}
	.sub-popup1 .sub-abtn1{margin-top: 20px;}
	.sub-popup1 .sub-abtn1 > a{width: 100px;height: 40px;}
	.sub-Saques1{margin-top: 35px;padding: 18px;}
	.sub-Saques1 > dl > dt{min-height: 30px;font-size: 18px;padding-left: 40px;background-size: 30px;}
	.sub-Saques1 .input-box1{padding-right: 0;}
	.sub-Saques1 .input-box1 > a{position: static;margin: 10px auto 0;height: 40px;font-size: 17px;}
	.sub-Saques1 .input-box1 > button{position: static;margin: 10px auto 0;height: 40px;font-size: 17px;}
	.sub-Saques1 .input-box1 > input{height: 44px;padding: 0 12px;}
	.sub-h3-txt .sub-Sapp1{position: static;margin: 6px 0 0 auto;}
	.sub-h3-txt .sub-Sapp1 > a{width: 34px;}

	.search-itemize1 .sub-tab3 > li{width: calc(50% - 4px);}
	.search-board1 > li{display: block;}
	.search-board1 .date{width: auto;text-align: left;margin-top: 8px;}
	.search-board1 .title{max-width: 100%;}
}

@media screen and (max-width: 425px){
	.search-keyword1 .keyword1{padding-left: 0;}
	.search-keyword1 .keyword1 > dt{position: static;line-height: 1.2;margin: 4px 0 8px;}
	.search-keyword1 .keyword1 > dd{margin: -4px -2px 0;}
	.search-keyword1 .keyword1 > dd > a{margin: 4px 2px 0;}
	.search-show1{padding: 15px 15px 25px;}
	.search-itemize1 > dl:not(:first-child){margin-top: 15px;}
	.search-itemize1 > dl{display: block;min-height: auto;}
	.search-itemize1 > dl > dt{width: auto;padding: 0 0 8px;text-align: left;}
	.search-itemize1 > dl > dd{width: auto;}
	.sub-tab3 > li{width: calc(50% - 4px);min-height: 36px;}
	.search-photo1 > ul{justify-content: center;}
	.search-photo1 > ul > li{width: calc(100% - 20px);max-width: 300px;}
}

@media screen and (max-width: 375px){
	.choice-list1 > span > label{font-size: 15px;}
}
/* E 2024-12-31 */

/* S 2025-02-05 */
.boxP .titNv.style-1{display: flex;flex-wrap: wrap;align-items: center;}
.boxP .titNv.style-1 span{display: block;margin: 0;padding: 0;}
.boxP .titNv.style-1 > *:not(:last-child){margin-right: 15px;}

.find-add1{max-width: 50%;display: flex;}
.find-add1 > a{margin-left: 10px;background: #000;width: 180px;height: 50px;color: #fff;font-size: 18px;line-height: 22px;display: flex;align-items: center;justify-content: center;}
.find-add1 > input{max-width: calc(100% - 190px);}
.Email-box1{max-width: 50%;display: flex;flex-wrap: wrap;align-items: center;}
.Email-box1 > span{width: 22px;font-size: 15px;text-align: center;}
.Email-box1 > input{width: calc(33% - 10px) !important;max-width: none !important;}
.Email-box1 > select{width: calc(34% - 10px);margin-left: 8px;}
.phone-box1{max-width: 50%;display: flex;flex-wrap: wrap;align-items: center;}
.phone-box1 > span{width: 18px;text-align: center;}
.phone-box1 > select{width: calc(33.33% - 12px) !important;max-width: none !important;}
.phone-box1 > input[type="tel"]{width: calc(33.33% - 12px) !important;max-width: none !important;height: 50px;padding: 0 8px;border: 1px solid #dcdcdc;}

.boxP .txtNv .phone-box1{max-width: 100%;}
.boxP .txtNv .phone-box1 > span{display: block;width: 18px;line-height: unset;}


@media screen and (max-width: 768px){
	.find-add1{max-width: 100%;}
	.Email-box1{max-width: 100%;}
	.phone-box1{max-width: 100%;}
}

@media screen and (max-width: 550px){
	.Email-box1 > input{width: calc(50% - 11px) !important;}
	.Email-box1 > select{width: 100%;margin: 8px 0 0;}
	.phone-box1 > select + span{display: none !important;}
	.phone-box1 > select{width: 100% !important;margin-bottom: 8px;}
	.phone-box1 > input[type="tel"]:first-child{width: 100% !important;margin-bottom: 8px;}
	.phone-box1 > input[type="tel"]:first-child + span{display: none !important;}
	.phone-box1 > input[type="tel"]{width: calc(50% - 9px) !important;}
}

/* E 2025-02-05 */


/* 2025-01-22 */
.sb-title1{margin-bottom: 18px;color: #000;font-size: 36px;font-weight: 600;line-height: 1;}
.sub-table1{}
.sub-table1::after{display: none;margin: 8px auto;width: 30px;height: 29px;background: url('../images/sub/table_bg1.png') no-repeat;content: "";}
.sub-table1::-webkit-scrollbar{width: 6px;height: 6px;}
.sub-table1::-webkit-scrollbar-thumb{background: #335b91;border-radius: 10px;}
.sub-table1::-webkit-scrollbar-track{background: #ddd;border-radius: 10px;}
.sub-table1 table{border-top: 2px solid #000;}
.sub-table1 table th,
.sub-table1 table td{padding: 15px 5px;color: #000;line-height: 1.2;letter-spacing: -0.5px;text-align: center;border-bottom: 1px solid #d9d9d9;}
.sub-table1 table th{font-size: 20px;font-weight: 600;}
.sub-table1 table td{font-size: 18px;}
.sub-table1 table td.TL{padding-left: 15px;}
.sub-table1 .a-title1{font-weight: 500;max-width: 100%;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sb-btn1{display: inline-block;width: 88px;height: 34px;line-height: 34px;background: #000;color: #fff;font-size: 16px;font-weight: 600;text-align: center;}
.sb-btn1.gray{background: #e9e9e9;color: #555;}
.sb-btn1.white{background: #fff;color: #000;border: 1px solid #000;}
.sb-btn1.green{background: #88ae36;}
.sb-btn1.red{background: #e62b76;}
.row-table1 + .row-table1{margin-top: 40px;}
.row-table1{margin: 10px 0 20px;}
.row-table1 table{border-top: 1px solid #000;}
.row-table1 table th,
.row-table1 table td{color: #000;font-size: 18px;line-height: 1.3;border-bottom:1px solid #cfcfcf;}
.row-table1 table th{background: #f3f3f3;padding: 12px 6px;font-weight: 600;text-align: center;word-break: keep-all;}
.row-table1 table td{padding: 12px 18px;}
.row-table1 table td span{display: inline-block;}
.row-table1 .weig-300{font-weight: 300 !important;}
.row-table1 .red-dot{display: inline-block;position: relative;margin: 0 12px;}
.row-table1 .red-dot::after{position: absolute;top: calc(50% - 3px);right: -12px;width: 6px;height: 6px;background: #e62b76;vertical-align: middle;content:"";border-radius: 5px;}
.input-style1 table td{padding: 10px;}
.input-style1 input[type="text"],
.input-style1 input[type="password"]{width: 100%;max-width: 200px;}
.input-style1 input.w-all{max-width: 100%;}
.input-style1 input.w-50{max-width: 50%;}
.input-style1 .renshu{width: calc(100% - 40px) !important;}
.input-style1 .w400{max-width: 400px !important;}

.simybh-title1{padding: 55px 0 50px;color: #000;font-size: 36px;line-height: 1.3;text-align: center;}
.simybh-title1 .red{color: #cd2f2f;}
.Page-state1{margin-bottom: 55px;overflow: hidden;}
.Page-state1 > ul{margin: -55px -30px 0;display: flex;flex-wrap: wrap;}
.Page-state1 > ul > li{width: calc(50% - 60px);margin: 55px 30px 0;position: relative;}
.Page-state1 .more1{position: absolute;top: 0;right: 0;width: 36px;height: 36px;font-size: 0;background: url('../images/sub/Page_more1.png') no-repeat;}
.Page-state1 span{display: inline-block;}
.modify-btn1{margin: -10px -10px 0;display: flex;flex-wrap: wrap;}
.modify-btn1 > a{margin: 10px 10px 0;width: calc(25% - 20px);max-width: 260px;min-width: 135px;min-height: 60px;padding: 5px;font-size: 24px;font-weight: 500;text-align: center;border: 1px solid #000;display: flex;align-items: center;justify-content: center;word-break: keep-all;}


@media screen and (max-width: 1024px){
	.sb-title1{font-size: 30px;}
	.sub-table1 table th{font-size: 18px;}
	.sub-table1 table td{font-size: 16px;}
	.Page-state1{margin-bottom: 40px;}
	.Page-state1 > ul{margin: -40px 0 0;}
	.Page-state1 > ul > li{width: 100%;margin: 40px 0 0;}
	.modify-btn1{margin: -10px -5px 0;display: flex;flex-wrap: wrap;}
	.modify-btn1 > a{margin: 10px 5px 0;width: calc(33.33% - 10px);font-size: 20px;}
}

@media screen and (max-width: 768px){
	.sub-table1.mo768-title1{}
	.sub-table1.mo768-title1 caption,
	.sub-table1.mo768-title1 colgroup,
	.sub-table1.mo768-title1 thead{display: none;}
	.sub-table1.mo768-title1 tbody{display: block;}
	.sub-table1.mo768-title1 tr:nth-child(even){background: #f9f9f9;}
	.sub-table1.mo768-title1 tr{width: 100%;padding: 12px 6px;display: flex;flex-wrap: wrap;border-bottom: 1px solid #d9d9d9;}
	.sub-table1.mo768-title1 td{width: 50%;padding: 6px 10px !important;border-bottom: 0;text-align: left;display: flex;align-items: center;}
	.sub-table1.mo768-title1 td .mo_tti{display: inline-block;margin-right: 10px;font-weight: 600;white-space: nowrap;}
}

@media screen and (max-width: 600px){
	.row-table1 table th,
	.row-table1 table td{font-size: 16px;padding: 10px 5px;}
	.row-table1 table td{padding: 10px;}
	.row-table1 .red-dot{margin: 0 8px 0 0;}
	.row-table1 .red-dot::after{top: calc(50% - 1.5px);right: -8px;width: 4px;height: 4px;}
	.row-table1 colgroup{display: none;}
	.row-table1 th,
	.row-table1 td{height: auto;display: flex;flex-wrap: wrap;align-items: center;}
	.row-table1 tbody tr{width: 100%;display: flex;flex-wrap: wrap;}
	.row-table1 tbody th{width: 30%;justify-content: center;}
	.row-table1 tbody td{width: 70%;}
	.row-table1 tbody td.td-w100{width:100%;}
	.row-table1 tbody th > p, .row-table1 tbody th > div,
	.row-table1 tbody td > p, .row-table1 tbody td > div{width:100%;}
	.input-style1 th,
	.input-style1 td{padding: 10px;}
	.sub-table1.mo1024-title1 td{width: 100%;}
	.sub-table1.mo768-title1 td{width: 100%;}
}

@media screen and (max-width: 550px){
	.simybh-title1{padding: 35px 0 15px;font-size: 28px;}
	.Page-state1 .more1{width: 24px;height: 24px;background-size: 24px;}
	.modify-btn1 > a{min-height: 50px;font-size: 18px;}
}

@media screen and (max-width: 425px){
	.row-table1 table th,
	.row-table1 table td{font-size: 15px;}
}

@media screen and (max-width: 375px){
	.row-table1 table th,
	.row-table1 table td{font-size: 14px;}
	.input-style1 tbody th{width: 100px;}
	.input-style1 tbody td{width: calc(100% - 100px);}
}
/* 2025-01-22 */

.join-member1{color: #000;font-size: 25px;font-weight: bold;letter-spacing: -1px;}
.join-member1 > li:not(:first-child){margin-top: 45px;}
.join-member1 .ul-li1{margin-top: 20px;color: #444;font-size: 18px;font-weight: 400;line-height: 1.2;letter-spacing: 0;}
.join-member1 .ul-li1 > li:not(:first-child){margin-top: 30px;}
.join-member1 .ul-li1 > li > strong{display: block;margin-bottom: 10px;color: #222;font-size: 20px;letter-spacing: -0.5px;}
.join-member1 .ul-li2 > li:not(:first-child){margin-top: 10px;}
.join-member1 .ul-li3{margin: 8px 0 0 20px;}
.join-member1 .ul-li3 > li:not(:first-child){margin-top: 5px;}

.Pline-box1{color: #333;font-size: 18px;line-height: 1.3;padding: 25px 28px;border: 1px solid #ddd;}
.handle-icon1{margin: 45px 0 20px;border: 1px solid #222;}
.handle-icon1 .title{padding: 12px;font-size: 20px;font-weight: 600;text-align: center;border-bottom: 1px solid #222;}
.handle-icon1 .icon{margin: 0 -1px -1px 0;display: flex;flex-wrap: wrap;}
.handle-icon1 .icon > dl{width: 33.33%;padding: 20px 0 25px;text-align: center;border-bottom: 1px solid #222;border-right: 1px solid #222;}
.handle-icon1 .icon > dl > dt{font-size: 20px;font-weight: 500;}
.handle-icon1 .icon > dl > dt > p{margin-top: 10px;}
.handle-icon1 .icon > dl > dd{font-size: 18px;padding: 18px 8% 0;line-height: 1.3;word-break: keep-all;}
.handle-icon1 .icon > dl > dd ul{text-align: left;}
.hor-list1{font-size: 18px;line-height: 23px;}
.hor-list1 > li:not(:first-child){margin-top: 10px;}
.hor-list1 > li{position: relative;padding-left: 16px;}
.hor-list1 > li::before{position: absolute;left: 0;top: 11px;width: 7px;height: 1px;background: #555;content:"";}

.handle-gps1{margin: 45px 0;border: 1px solid #222;}
.handle-gps1 .title{padding: 12px;font-size: 20px;font-weight: 600;text-align: center;border-bottom: 1px solid #222;}
.handle-gps1 > ul{margin: 0 -1px -1px 0;display: flex;flex-wrap: wrap;}
.handle-gps1 > ul > li{width: 50%;padding: 12px 15px;font-size: 18px;border-bottom: 1px solid #222;border-right: 1px solid #222;}

.handle-center1{font-size: 18px;color: #444;line-height: 1.25;}
.handle-center1 > li:not(:first-child){margin-top: 35px;}
.handle-center1 > li > ul{margin-top: 15px;}
.handle-center1 > li > ul > li:not(:first-child){margin-top: 15px;}
.handle-center1 > li > ul > li > ul{margin-top: 8px;}
.handle-center1 > li > ul > li > ul > li:not(:first-child){margin-top: 8px;}
.handle-center1 > li > ul > li > ul > li > ul{margin-top: 5px;}
.handle-center1 > li > ul > li > ul > li > ul > li:not(:first-child){margin-top: 4px;}
.handle-center1 .Han-title1{margin-bottom: 15px;color: #000;font-size: 25px;font-weight: bold;letter-spacing: -1px;}
.handle-center1 .sub-table1{margin: 15px 0;}
.handle-center1 .sub-table1 table{border-top: 1px solid #000;border-left: 1px solid #000;}
.handle-center1 .sub-table1 table th,
.handle-center1 .sub-table1 table td{font-size: 18px;border-color: #000;border-right: 1px solid #000;word-break: keep-all;}
.list-ping > li{display: table;}
.list-ping > li > *:first-child{display: table-cell;vertical-align: top;white-space: nowrap;padding-right: 5px;}
.only-ping{display: table;font-size: 18px;}
.only-ping > *:first-child{display: table-cell;vertical-align: top;white-space: nowrap;padding-right: 5px;}
.TL{text-align: left !important;}
.TC{text-align: center !important;}



@media screen and (max-width: 1024px){
	.sub-table1.mo1024-title1{}
	.sub-table1.mo1024-title1 caption,
	.sub-table1.mo1024-title1 colgroup,
	.sub-table1.mo1024-title1 thead{display: none;}
	.sub-table1.mo1024-title1 tbody{display: block;}
	.sub-table1.mo1024-title1 tr:nth-child(even){background: #f9f9f9;}
	.sub-table1.mo1024-title1 tr{width: 100%;padding: 12px 6px;display: flex;flex-wrap: wrap;border-bottom: 1px solid #d9d9d9;}
	.sub-table1.mo1024-title1 td{width: 50%;padding: 6px 10px !important;border-bottom: 0;text-align: left;display: flex;align-items: center;}
	.sub-table1.mo1024-title1 td .mo_tti{display: inline-block;margin-right: 10px;font-weight: 600;white-space: nowrap;}
	.handle-center1 .sub-table1.mo1024-title1 table{border-left: 0;}
	.handle-center1 .sub-table1.mo1024-title1 table th,
	.handle-center1 .sub-table1.mo1024-title1 table td{border: 0;}
	.handle-center1 .sub-table1.mo1024-title1 td{width: 100%;}
	.handle-center1 .sub-table1.mo1024-title1 td.TL{display: block;}
	.handle-center1 .sub-table1.mo1024-title1 td.TL .mo_tti{display: block;margin: 0 0 8px;}
}

@media screen and (max-width: 768px){
	.handle-icon1 .icon > dl{width: 50%;}
}

@media screen and (max-width: 600px){
	.join-member1{font-size: 22px;}
	.join-member1 .ul-li1{font-size: 16px;}
	.join-member1 .ul-li1 > li > strong{font-size: 18px;}
	.join-member1 .ul-li3{margin-left: 15px;}
	.Pline-box1{font-size: 16px;padding: 18px 20px;}
	.handle-icon1 .title{padding: 10px;font-size: 18px;}
	.handle-icon1 .icon > dl{width: 33.33%;padding: 15px 0 18px;}
	.handle-icon1 .icon > dl > dt{font-size: 18px;}
	.handle-icon1 .icon > dl > dd{font-size: 16px;padding: 15px 5% 0;}
	.hor-list1{font-size: 16px;line-height: 20px;}
	.hor-list1 > li::before{top: 9px;}
	.handle-gps1 .title{padding: 10px;font-size: 18px;}
	.handle-gps1 > ul > li{padding: 10px 12px;font-size: 16px;}
	.handle-center1{font-size: 16px;}
	.handle-center1 .Han-title1{font-size: 20px;}
	.handle-center1 .sub-table1 table th,
	.handle-center1 .sub-table1 table td{font-size: 16px;}
	.only-ping{font-size: 16px;}
	.sb-title1{font-size: 24px;margin-bottom: 14px;}
}

@media screen and (max-width: 768px){
	.handle-icon1 .icon > dl{width: 100%;}
}

.downBoxR{margin: 15px 0px;}
.downBoxR a.file{display: inline-block;border-bottom: 1px solid #000000;}



/* S 2025-02-19 */
.service-title1{margin-bottom: 20px;color: #000;font-size: 28px;}
.service-box1{color: #2d2d2d;font-size: 20px;text-align: center;display: flex;flex-wrap: wrap;border: 1px solid #cfcfcf;}
.service-box1 > li:not(:first-child){border-left: 1px solid #cfcfcf;}
.service-box1 > li{width: 50%;padding: 40px 3.5%;}
.service-box1 > li.li-01{position: relative;padding-bottom: 130px;}
.service-box1 .title{color: #000;font-size: 28px;}
.service-box1 .list-ping{display: table;margin: 22px auto 40px;text-align: left;}
.service-box1 .list-ping > li:not(:first-child){margin-top: 5px;}
.service-box1 .a-btn1{position: absolute;bottom: 60px;left: 50%;transform: translate(-50%, 0);width: 160px;height: 50px;color: #fff;font-weight: 500;background: #00a1d3;display: flex;align-items: center;justify-content: center;border-radius: 8px;}
.service-box1 .app-btn1{margin: -20px -20px 0;color: #2d2d2d;font-size: 20px;font-weight: bold;display: flex;flex-wrap: wrap;justify-content: center;}
.service-box1 .app-btn1 > a{margin: 20px 20px 0;max-width: calc(33.33% - 40px);}
.service-box1 .app-btn1 > a > p{margin-top: 15px;}

@media screen and (max-width: 768px){
	.service-title1{margin-bottom: 15px;font-size: 26px;}
	.service-box1{font-size: 18px;}
	.service-box1 > li:not(:first-child){border-top: 1px solid #cfcfcf;border-left: 0;}
	.service-box1 > li{width: 100%;padding: 30px 20px;}
	.service-box1 > li.li-01{padding-bottom: 100px;}
	.service-box1 .title{font-size: 25px;}
	.service-box1 .a-btn1{bottom: 38px;width: 148px;height: 46px;}
	.service-box1 .list-ping{margin: 18px auto 30px;}
	.service-box1 .app-btn1{margin: -10px -10px 0;}
	.service-box1 .app-btn1 > a{margin: 10px 10px 0;max-width: calc(33.33% - 20px);}
	.titBoxA .snsBtn{position: static;text-align: right;}
}

#sub-center{padding-bottom: 100px;}
.sub-title{margin-bottom: 80px;padding-top: 25px;color: #000;}
.sub-title > h3{font-size: 46px;font-weight: bold;line-height: 1.1;text-align: center;}
.sub-title > ul{margin: 0 0 50px auto;display: table;position: relative;padding-left: 65px;font-size: 18px;font-weight: 500;line-height: 20px;overflow: hidden;}
.sub-title > ul > li{float: left;margin: 3px 0;padding-left: 40px;background: url('../images/sub/sub_bg2.png') no-repeat left 17px center;}
.sub-title > ul > li:first-child{position: absolute;top: 0;left: 0;padding-left: 0;background: none;}
.sub-title > ul > li:first-child > a{padding-left: 16px;background: url('../images/sub/sub_bg1.png') no-repeat left center;}
.sub-title > ul > li > a{display: block;}
/* E 2025-02-19 */

/* S 2025-03-28 */
.mt10{margin-top: 10px;}
.mt5-list > li:not(:first-child){margin-top: 5px;}
.sub-table1::after{background: url('./images/sub/table_bg1.png') no-repeat;}
.sub-table1.line-style1 table{border-top: 1px solid #000;}
.sub-table1.line-style1 table th:not(:last-child),
.sub-table1.line-style1 table td:not(:last-child){border-right: 1px solid #d9d9d9;}
.sub-table1.line-style1 table th.last-line1,
.sub-table1.line-style1 table td.last-line1{border-right: 1px solid #d9d9d9;}
.sub-table1.ft17-fw5{margin: 15px 0;}
.sub-table1.ft17-fw5 th{font-size: 17px;}
.sub-table1.ft17-fw5 td{font-size: 17px;font-weight: 400;}
.ft17-fw5{color: #0c0c0c;font-size: 17px;font-weight: 500;}

@media screen and (max-width: 900px){
	.ft17-fw5,
	.sub-table1.ft17-fw5 th,
	.sub-table1.ft17-fw5 td{font-size: 16px;}
	.scroll-900{overflow: auto;}
	.scroll-900 table{margin-bottom: 8px;min-width: 900px;}
	.scroll-900::after{display: block;}
}
/* E 2025-03-28 */
/* S 접근성 관련 추가 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkboxs > span > input:focus + label{ outline: 2px dashed red; outline-offset: 1px;}
.choice-list1 > span > input:focus + label{ outline: 2px dashed red; outline-offset: 1px;}
 a.aspfile:focus {outline: 2px dashed red; outline-offset: 2px;} 
 a.btn:focus {outline: 2px dashed red; outline-offset: 2px;} 
 .file-shape1:has(input:focus) {outline: 2px dashed red; outline-offset: 2px;}
 .box:focus-within {outline: 2px dashed red; outline-offset: 2px;}
 .no-border {
  border: 0;
  padding: 0;
  margin: 0;
}
.no-border legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.id-save input[type="checkbox"]:focus + label + .checkmark {
  outline: 2px dashed red;
  outline-offset: 2px;
}
.id-save input:checked + label + .checkmark:after {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #222;
  left: 4px;
  top: 4px;
  content: "";
  position: absolute;
}
/* E 접근성 관련 추가 */