@charset "UTF-8";

#header{position:sticky;top:0;display:grid;grid-template-columns:213px 1fr auto auto;align-items:center;height:64px;padding:0 100px;box-sizing:border-box;background:#fff;z-index:1000;transform:translateY(0);transition:transform .3s ease;}
#header.is-hidden{transform:translateY(-100%);}
#header.is-visible{transform:translateY(0);}
#header .logo{display:inline-flex;align-items:center;flex:0 0 213px;min-width:213px;max-width:213px;margin:0;}
#header .logo a{display:inline-flex;align-items:center;}
#header .logo img{width:114px;display:block;position:relative;}

#header .sq{position:relative;top:-7px;transform:none;justify-self:right;width:50px;display:flex;align-items:center;justify-content:center;margin-right:100px;}
#header .sq img{display:block;max-width:100%;height:auto;}

#header .menu-container{justify-self:end;display:flex;align-items:center;flex:0 0 auto;}
#header ul.gnb{display:inline-flex;align-items:center;justify-content:flex-end;gap:40px;list-style:none;margin:0;padding:0;}
#header ul.gnb > li{margin:0;}
#header ul.gnb > li a{display:block;font-weight:500;text-decoration:none;white-space:nowrap;}
#header ul.gnb > li a:hover{text-decoration: underline !important;}
#header .menu-toggle{display:none;border:0;background:transparent;padding:0;margin:0;cursor:pointer;}
#header .menu-toggle span{display:block;width:24px;height:2px;background:#111;transition:transform .25s ease, opacity .25s ease;}
#header .menu-toggle span + span{margin-top:6px;}

#header .header-search{justify-self:end;display:flex;align-items:center;margin-left:60px;}
#header .header-search form{margin:0;}
#header .search-bx{display:flex;align-items:center;}
#header .top-search[type=text] {width: 260px;padding:8px 0px;font-weight: 300;color: #555;border:0;border-bottom: 1px solid #555;background: url(/static/common/icon_search.svg) right center no-repeat;transition: all .2s ease;font-size: .875rem}
#header .top-search[type=text]:focus{outline:0;border-bottom-color:#2A3382;}


#footer{background:#2A3382;color:#fff;padding:60px 20px 30px 20px;}
#footer .wrap{max-width:1200px;margin:0 auto;}
#footer .logo{width:176px;}
#footer .logo img{width:100%;display:block;}
#footer .v-txt{margin:30px 0 100px 0;/*max-width:760px;*/}
#footer .v-txt h3{font-size:1.6rem;font-weight:600;margin-bottom:20px;line-height:1.3;}
#footer .v-txt p{font-size:1.1rem;margin-bottom:20px;line-height:1.7;word-break:keep-all;}
#footer .v-txt p span{display:block;}
#footer .v-txt p.tel a{font-weight:600;}
#footer .v-txt p.tel a:hover{color:#fff;}

#footer .footer-menu > ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:80px;row-gap:70px;list-style:none;margin:0;padding:0;align-items:start;}
#footer .footer-menu > ul > li{margin:0;padding:0;font-size:0.938rem;min-width:0;}
#footer .footer-menu > ul > li span.tit{display:block;font-size:1.125rem;margin:0 0 25px 0;font-weight:400;}
#footer .footer-menu > ul > li > ul{display:block;list-style:none;margin:0;padding:0;}
#footer .footer-menu > ul > li > ul > li{display:block;margin:0;padding:3px 0;font-weight:400;}
#footer .footer-menu > ul > li > ul > li a{color:#fff;transition:0.3s ease;text-decoration:none;line-height:1.6;word-break:keep-all;}
#footer .footer-menu > ul > li > ul > li a:hover{color:#fff;}

#footer .footer-menu > ul > li.notify{grid-column:1 / span 2;}
#footer .footer-menu > ul > li.notify .desc{display:block;margin:0 0 18px 0;line-height:1.6;word-break:keep-all;}

#footer .footer-menu .notify-input{display:flex;align-items:center;justify-content:space-between;max-width:560px;border:1px solid rgba(255,255,255,0.4);padding:14px 18px;box-sizing:border-box;}
#footer .footer-menu .notify-input .input-wrap{position:relative;flex:1 1 auto;min-width:0;}
#footer .footer-menu .notify-input input{width:100%;border:0;background:transparent;color:#fff;font-size:0.938rem;outline:0;}
#footer .footer-menu .notify-input input::placeholder{color:rgba(255,255,255,0.6);}
#footer .footer-menu .notify-input:focus-within{border:1px solid #fff;}
#footer .footer-menu .notify-input label{position:absolute;left:0;top:50%;transform:translateY(-50%);color:rgba(255,255,255,0.6);font-size:0.938rem;pointer-events:none;transition:all .2s ease;}
#footer .footer-menu .notify-input input:focus + label,
#footer .footer-menu .notify-input input:not(:placeholder-shown) + label{top:-2px;font-size:0.75rem;color:#fff;}
#footer .footer-menu .notify-input button{flex:0 0 auto;width:30px;height:24px;border:0;background:url('/static/common/icon_arrow.svg') no-repeat center center;background-size:contain;cursor:pointer;padding:0;margin-left:12px;transition:transform .2s ease, opacity .2s ease;}
#footer .footer-menu .notify-input button:hover{opacity:0.7;transform:translateX(6px);}

.blind{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);}

#footer .footer-menu > ul > li.follow{grid-column:3 / span 1;}
#footer .footer-menu > ul > li.family{grid-column:4 / span 1;}

#footer .footer-menu ul.sns-bx{display:flex;gap:20px;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap;}
#footer .footer-menu ul.sns-bx li{margin:0;padding:0;}
#footer .footer-menu ul.sns-bx li.kao a{display:inline-block;width:26px;height:26px;background:url('/static/common/icon_kakao.svg') no-repeat center center;background-size:cover;text-indent:-9999px;}
#footer .footer-menu ul.sns-bx li.ins a{display:inline-block;width:26px;height:26px;background:url('/static/common/icon_ins.svg') no-repeat center center;background-size:cover;text-indent:-9999px;}
#footer .footer-menu ul.sns-bx li.fb a{display:inline-block;width:26px;height:26px;background:url('/static/common/icon_fb.svg') no-repeat center center;background-size:cover;text-indent:-9999px;}

#footer .footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:100px;}
#footer .footer-bottom p{margin:0 0 12px 0;line-height:1.6;}
#footer .footer-bottom ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;gap:0 10px;}
#footer .footer-bottom ul li{padding:3px 0;margin:0 10px;line-height:1.6;word-break:keep-all;}
#footer .footer-bottom ul li a{color:#fff;}
#footer a:hover{text-decoration:underline !important;}

@media all and (max-width:1200px){
  #footer .v-txt{margin-bottom:60px;}
  #footer .footer-menu > ul{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:48px;row-gap:56px;}
  #footer .footer-menu > ul > li:nth-child(1),
  #footer .footer-menu > ul > li:nth-child(2),
  #footer .footer-menu > ul > li:nth-child(3),
  #footer .footer-menu > ul > li:nth-child(4){
    display:none;
  }
  #footer .footer-menu > ul > li.notify{grid-column:1 / span 2;}
  #footer .footer-menu > ul > li.follow{grid-column:auto;}
  #footer .footer-menu > ul > li.family{grid-column:auto;}
  #footer .footer-bottom{margin-top:56px;align-items:flex-start;text-align:left;}
  #footer .footer-bottom ul{display:block;width:100%;}
  #footer .footer-bottom ul li{font-size:0.875rem;}

  #footer .v-txt p span{display:inline-block;}

}

@media all and (max-width:1000px){
  #footer .v-txt p{font-size:1rem;margin-bottom:16px;}
}

@media all and (max-width:900px){
  #footer{padding:50px 20px 28px 20px;}
  #footer .logo{width:150px;}
  #footer .v-txt{margin:24px 0 70px 0;}
  #footer .v-txt h3{font-size:1.4rem;margin-bottom:16px;}
  #footer .v-txt p span{display:inline;}
  #footer .footer-menu > ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:48px;}
  #footer .footer-menu > ul > li.notify{grid-column:1 / -1;}
  #footer .footer-menu > ul > li.follow{grid-column:auto;}
  #footer .footer-menu > ul > li.family{grid-column:auto;}
  #footer .footer-menu .notify-input{max-width:100%;}
  #footer .footer-bottom p{margin:0 0 10px 0;font-size:0.875rem;}
  #footer .footer-bottom ul li{margin:0;padding:2px 0;font-size:0.875rem;}
}

@media all and (max-width:640px){
  #footer{padding:44px 16px 24px 16px;}
  #footer .logo{width:132px;}
  #footer .v-txt{margin:20px 0 56px 0;}
  #footer .v-txt h3{font-size:1.2rem;margin-bottom:14px;}
  #footer .v-txt p{font-size:0.938rem;line-height:1.7;margin-bottom:14px;}
  #footer .v-txt p span{display:inline;}
  #footer .footer-menu > ul{grid-template-columns:minmax(0,1fr);row-gap:36px;}
  #footer .footer-menu > ul > li.notify{grid-column:auto;}
  #footer .footer-menu > ul > li.follow{grid-column:auto;}
  #footer .footer-menu > ul > li.family{grid-column:auto;}
  #footer .footer-menu > ul > li span.tit{font-size:1rem;margin:0 0 16px 0;}
  #footer .footer-menu > ul > li > ul > li{padding:2px 0;}
  #footer .footer-menu .notify-input{padding:12px 14px;}
  #footer .footer-menu .notify-input input{font-size:0.875rem;}
  #footer .footer-menu .notify-input label{font-size:0.875rem;}
  #footer .footer-menu .notify-input button{width:24px;height:20px;margin-left:10px;}
  #footer .footer-menu ul.sns-bx{gap:16px;}

}

@media all and (max-width:420px){
  #footer .v-txt h3{font-size:1.125rem;}
  #footer .v-txt p{font-size:0.875rem;}
  #footer .footer-menu > ul > li{font-size:0.875rem;}
  #footer .footer-bottom p{font-size:0.813rem;}
  #footer .footer-bottom ul li{font-size:0.813rem;}
}


#contents{}
#contents .in-wrap{width:calc(100% - 200px);height:100%;margin:60px auto;}

.slogan{display:flex;align-items:center;justify-content:space-between;gap:clamp(40px,6vw,120px);}
.slogan h2{flex:1 1 auto;font-size:9.375rem;line-height:80%;font-weight:900;}
.slogan h2 span{display:block;}
.slogan .noti{flex:0 0 clamp(420px,38vw,600px);margin-left:auto;}
.slogan .noti h3{font-size:2.625rem;font-weight:800;margin:0;}
.slogan .noti p{font-size:1.25rem;margin:20px 0 28px 0;}


@media only screen and (max-width:1800px){
  .slogan h2{font-size:8.125rem;}
  .slogan .noti{flex:0 0 500px;}

}

@media only screen and (max-width:1700px){
  .slogan .noti h3{font-size:2.25rem;}
  .slogan .noti p{font-size:1.125rem;margin:15px 0 24px 0;}
}


@media only screen and (max-width:1600px){
  #header{padding:0 50px;}
  .slogan h2{font-size:6.875rem;}
  .slogan .noti{flex:0 0 400px;}
  #header .sq{display: none !important;}
  #contents .in-wrap{width:calc(100% - 100px);}
}


@media only screen and (max-width:1500px){
  .slogan .noti h3{font-size:1.675rem;}
  .slogan .noti p{font-size:1rem;margin:10px 0 15px 0;}
}

@media only screen and (max-width:1200px){
  #header ul.gnb{gap:30px;}
  #header .top-search[type=text] {width: 200px;}

  .slogan h2{font-size:5.625rem;}
  .slogan .noti h3{font-size:1.375rem;}
  .slogan .noti p{font-size:1rem;margin:0 0 10px 0;}
}

@media only screen and (max-width:1100px){
  .slogan h2{flex:none;width:100%;margin-bottom:30px;}
  .slogan{flex-direction:column;align-items:flex-start;gap:24px;}
  .slogan .noti{flex:none;width:100%;margin-left:0;}
  .slogan .noti h3{font-size:1.675rem;}
  .slogan .noti p{font-size:1rem;margin:10px 0;}

  #contents .in-wrap{width:calc(100% - 50px);}
}

@media only screen and (max-width:768px){
  .slogan .noti{display: none;}
  .m-mgb{margin-top:30px !important;margin-bottom:20px !important;}
  #contents .in-wrap{width:calc(100% - 50px);}
}

@media only screen and (max-width:500px){
  .slogan h2{font-size:3rem;}

}

.noti-input{display:flex;align-items:center;justify-content:space-between;max-width:560px;background:#111;padding:14px 18px;box-sizing:border-box;}
.input-wrap{position:relative;flex:1 1 auto;}
.noti-input input{width:100%;border:0;background:transparent;font-size:0.938rem;outline:0;color:#fff;}
.input-wrap label{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:0.938rem;color:rgba(255,255,255,0.6);pointer-events:none;transition:all .2s ease;}
.noti-input:focus-within{background:#2A3382}
.noti-input input:focus + label,
.noti-input input:not(:placeholder-shown) + label{top:-2px;font-size:0.75rem;color:#fff;}

.noti-input button{flex:0 0 auto;width:30px;height:24px;border:0;background:url('/static/common/icon_arrow.svg') no-repeat center center;background-size:contain;cursor:pointer;padding:0;margin-left:12px;transition:transform .2s ease, opacity .2s ease;}
.noti-input button:hover{opacity:0.7;transform:translateX(6px);}


.b-noti{flex:100%;text-align:center;padding:50px 0;}
.b-noti h3{font-size:2.625rem;font-weight:800;margin:0;}
.b-noti p{font-size:1.25rem;margin:20px 0 28px 0;}
.b-noti .noti-input{margin:0 auto;}

@media only screen and (max-width:1000px){
  .b-noti h3{font-size:2.25rem;}
  .b-noti p{font-size:1.125rem;margin:15px 0 25px 0;}
}

@media only screen and (max-width:768px){
  .b-noti h3{font-size:1.75rem;}
  .b-noti p{font-size:1rem;margin:15px 0 25px 0;}
}

.ip-slider{width:100%;overflow:hidden;padding:120px 0;}
.ip-slider .swiper-wrapper{align-items:center;}
.ip-slider .swiper-slide{width:630px;position:relative;}
.ip-slider .swiper-slide img{width:100%;height:auto;aspect-ratio:3/4;display:block;border-radius:25px;object-fit:cover;}
.ip-slider .swiper-slide .in-txt{position:absolute;bottom:30px;left:30px;right:30px;z-index:2;}
.ip-slider .swiper-slide .in-txt h3{font-size:1.063rem;/*margin-bottom: 30px;*/color:#fff;font-weight: 700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ip-slider .swiper-slide a{color:#fff;font-size:0.938rem;display:block;position:relative;}
.ip-slider .swiper-slide a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;background:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));pointer-events:none;border-radius: 25px;}
.ip-slider .swiper-slide .in-txt span.btn-type1{color:#fff;}

.ip-slider .swiper-button-prev,.ip-slider .swiper-button-next{opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;}
.ip-slider:hover .swiper-button-prev,.ip-slider:hover .swiper-button-next{opacity:1;pointer-events:auto;}
.ip-slider .swiper-button-prev:after,.ip-slider .swiper-button-next:after{color:#fff;}


@media only screen and (max-width:1024px){
.ip-slider{padding:80px 0;}
.ip-slider .swiper-slide{width:480px;}
.ip-slider .swiper-button-prev:after,.ip-slider .swiper-button-next:after{font-size:1.875rem;}
}

@media only screen and (max-width:768px){
.ip-slider{padding:60px 0;}
.ip-slider .swiper-slide{width:60%;}
.ip-slider .swiper-slide .in-txt{bottom:20px;left:15px;}
.ip-slider .swiper-slide .in-txt h3{font-size:1.1rem;margin-bottom: 0px;}

.ip-slider .swiper-slide .in-txt span.btn-type1{font-size:0.875rem;padding:8px 25px;}
}

#ip-video{width:100%;border-radius:25px;}
.video-wrap{position:relative;width:100%;}
.video-wrap video{width:100%;display:block;}
.video-txt{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.625rem;font-weight:600;text-align:center;line-height:1.3;}

.bx h2{font-size:3.125rem;text-align:center;font-weight:600;margin:130px 0 60px 0;}
.bx-img{width:100%;}
.bx-img img{position:relative;width:100%;border-radius:25px;}

.bx-img a{display:block;position:relative;}
.bx-img a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;background:linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0));pointer-events:none;border-radius: 25px;}
.bx-img a p.name{position:absolute;left:15px;right:15px;bottom:15px;z-index:2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,0.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

@media only screen and (max-width:1100px){
  .bx h2{font-size:2.5rem;text-align:center;margin:100px 0 40px 0;}
}

@media only screen and (max-width:768px){
  .bx h2{font-size:1.625rem;text-align:center;margin:80px 0 20px 0;}
  .video-txt{font-size:1.125rem;}
}

.pc-img{display:block !important;}
.mo-img{display:none !important;}

.only-mobile{display: none !important;}
.only-pc{display: block !important;}

@media only screen and (max-width:1100px){
  .only-mobile{display: block !important;}
  .only-pc{display: none !important;}

  .only-mobile ul.sns-bx{position:relative;display:flex;gap:20px;list-style:none;margin:60px 0 0 0;padding:0;align-items:center;}
  .only-mobile ul.sns-bx li{margin:0;padding:0;}
  .only-mobile ul.sns-bx li.kao a{display:inline-block;width:26px;height:26px;background:url('/static/common/icon_kakao_b.svg') no-repeat center center;background-size:cover;text-indent:-9999px;}
  .only-mobile ul.sns-bx li.ins a{display:inline-block;width:26px;height:26px;background:url('/static/common/icon_ins_b.svg') no-repeat center center;background-size:cover;text-indent:-9999px;}
  .only-mobile ul.sns-bx li.fb a{display:inline-block;width:26px;height:26px;background:url('/static/common/icon_fb_b.svg') no-repeat center center;background-size:cover;text-indent:-9999px;}

  #header{position:sticky;top:0;grid-template-columns:1fr auto auto;padding:0 20px;height:64px;background:#fff;z-index:1000;}
  #header .logo{flex:none;min-width:auto;max-width:none;}
  #header .logo img{width:96px;}
  #header .sq{top:0;width:36px;margin-right:44px;justify-self:end;}
  #header .header-search{display:none;}
  #header .menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1003;width:32px;height:32px;}

  #header .menu-container{position:fixed;top:0;right:0;width:70%;max-width:420px;height:100vh;padding:90px 24px 32px;background:#fff;transform:translate3d(100%,0,0);visibility:hidden;pointer-events:none;z-index:1002;overflow-y:auto;display:block;box-sizing:border-box;will-change:transform;}

  #header .menu-container.is-open{transform:translate3d(0,0,0);visibility:visible;pointer-events:auto;transition:transform .3s ease;}

  #header .menu-search-form{display:block;width:100%;margin:0 0 20px 0;}
  #header .menu-search-form .search-bx{display:block;width:100%;}
  #header .menu-search-form .top-search[type=text]{width:100%;height:48px;padding:0 44px 0 16px;font-weight:300;color:#555;border:1px solid #f9f9f9;border-radius:30px;background:#f9f9f9 url('/static/common/icon_search.svg') right 16px center no-repeat;background-size:18px auto;box-sizing:border-box;font-size:.875rem;transition:border-color .25s ease;}

  #header .menu-search-form .top-search[type=text]:focus{outline:0;border-color:#666;}

  #header ul.gnb{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:100%;}
  #header ul.gnb li{width:100%;font-size:1.6rem;}
  #header ul.gnb li a{display:block;width:100%;padding:20px 0;}
  body.menu-open{overflow:hidden;}
  body.menu-open #header{background:transparent;box-shadow:none;}
  body.menu-open #header .logo{opacity:0;visibility:hidden;pointer-events:none;}
  body.menu-open #header .sq{opacity:0;visibility:hidden;pointer-events:none;}
  body.menu-open #header .header-search{opacity:0;visibility:hidden;pointer-events:none;}
  body.menu-open::before{content:"";position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,0.45);z-index:999;}
  #header .menu-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg);}
  #header .menu-toggle.is-active span:nth-child(2){opacity:0;}
  #header .menu-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}
}

@media only screen and (max-width:768px){
  .pc-img{display:none !important;}
  .mo-img{display:block !important;}
}

.sub-filter ul{display: flex;align-items: normal;justify-content:center;}
.sub-filter ul li{position:relative;display: inline-flex;color:#666;padding:0px 20px;align-items: center;}
.sub-filter ul li a{position:relative;display:inline-block;transition:color .2s ease;}
.sub-filter ul li a::after{content:"";position:absolute;left:50%;bottom:-3px;width:0;height:2px;background:#2A3382;transform:translateX(-50%);transition:width .25s ease;}
.sub-filter ul li a:hover{color:#2A3382;}
.sub-filter ul li a:hover::after{width:100%;}
.sub-filter ul li a.on{color:#2A3382;font-weight:600;}
.sub-filter ul li a.on::after{width:100%;}

@media only screen and (min-width: 1100px) {
.sub-filter ul{flex-wrap:wrap;gap:10px;}
.sub-filter ul li{padding:0 14px;}
.sub-filter ul li a{font-size:.95rem;}
.sub-filter ul li a::after{bottom:-4px;}

}

.artwork-list ul {column-gap: 20px;padding: 0;margin: 60px 0;column-count: 2;}
.artwork-list ul:has(> li:nth-child(2):last-child){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-count:auto;gap:20px;align-items:start;}

@media only screen and (min-width: 900px) {
  .artwork-list ul { column-count: 3; }
  .artwork-list ul:has(> li:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr));}
}

.artwork-list ul li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;display: inline-block;width: 100%;box-sizing: border-box;margin-bottom: 20px;}
.artwork-list ul:has(> li:nth-child(2):last-child) li{display:block;margin-bottom:0;}

/* Masonry JS layout — overrides column-count when initialized */
.artwork-list ul.masonry-initialized {display:flex !important;flex-direction:row !important;align-items:flex-start !important;column-count:unset !important;gap:20px !important;}
.artwork-list ul.masonry-initialized > .masonry-col {flex:1;min-width:0;display:flex;flex-direction:column;gap:20px;}
.artwork-list ul.masonry-initialized li {display:block !important;break-inside:auto !important;margin-bottom:0 !important;width:100% !important;box-sizing:border-box;}
.artwork-list ul li .img{position:relative;overflow:hidden;border-radius:25px;}
.artwork-list ul li .img img{display:block;width:100%;height:auto;transition:transform .5s ease;}
.artwork-list ul li .img:hover img{transform:scale(1.1);}
.artwork-list ul li .img a{display:block;position:relative;}
.artwork-list ul li .img a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;background:linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0));pointer-events:none;border-radius: 25px;}
.artwork-list ul li .img p.name{position:absolute;left:15px;right:15px;bottom:15px;z-index:2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,0.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.artwork-list ul li .img div.badge{position:absolute;top:0px;z-index:2;color:#fff;background:#111;padding:0px 20px;border-radius:0 0 20px 0;font-size:0.813rem;}
.artwork-list--feed .artwork-masonry{display:flex;align-items:flex-start;gap:20px;margin:60px 0;}
.artwork-list--feed .artwork-masonry__column{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px;}
.artwork-list--feed .artwork-card{width:100%;box-sizing:border-box;}
.artwork-list--feed .artwork-masonry:not(.is-masonry-ready) > .artwork-card{opacity:0;}
.artwork-list--feed .artwork-card .img{position:relative;overflow:hidden;border-radius:25px;}
.artwork-list--feed .artwork-card .img img{display:block;width:100%;height:auto;transition:transform .5s ease;}
.artwork-list--feed .artwork-card .img:hover img{transform:scale(1.1);}
.artwork-list--feed .artwork-card .img a{display:block;position:relative;}
.artwork-list--feed .artwork-card .img a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;background:linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0));pointer-events:none;border-radius:25px;}
.artwork-list--feed .artwork-card .img p.name{position:absolute;left:15px;right:15px;bottom:15px;z-index:2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,0.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.artwork-list--feed .artwork-card .img div.badge{position:absolute;top:0;z-index:2;color:#fff;background:#111;padding:0 20px;border-radius:0 0 20px 0;font-size:0.813rem;}
.artwork-list--feed .artwork-card.is-reveal{animation:artworkFadeUp .55s cubic-bezier(.22,.61,.36,1) both;}

@supports (view-transition-name: root) {
  ::view-transition-old(root),
  ::view-transition-new(root){
    animation-duration:.38s;
    animation-timing-function:cubic-bezier(.22,.61,.36,1);
  }
}


.press-list{position:relative;padding:0;}
.press-list ul{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:0;margin:0;list-style:none;}
.press-list ul li{box-sizing:border-box;display:flex;flex-direction:column;align-items:normal;font-weight:400;text-align:left;margin-bottom:30px;transition:.3s ease !important;}
.press-list ul li .thumb{overflow:hidden;border-radius:25px;margin-bottom:20px;}
.press-list ul li .thumb img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .5s ease;}
.press-list ul li:hover .thumb img{transform:scale(1.1);}
.press-list ul li p.tit{font-size:1.25rem;margin:0;color:#333;text-align:left;width:100%;margin-bottom: 10px;}
.press-list ul li p.ph{color: #777;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.press-list ul li a{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:normal;}

@media only screen and (max-width: 1024px) {
  .press-list ul{grid-template-columns:repeat(2,1fr);gap:20px;}
}

@media only screen and (max-width: 768px) {
  .artwork-list ul {column-gap: 10px;}
  .artwork-list ul:has(> li:nth-child(2):last-child){gap:10px;}
  .artwork-list--feed .artwork-masonry{gap:10px;}
  .artwork-list--feed .artwork-masonry__column{gap:10px;}
  .press-list ul{grid-template-columns:repeat(2,1fr);gap:10px;}
}

.goods-slider{width:100%;margin:60px 0;}
.goods-slider .swiper-wrapper{display:flex;}
.goods-slider .swiper-slide{width:calc((100% - 60px) / 3) !important;flex:0 0 auto;}
.goods-item img{position:relative;width:100%;display:block;border-radius:25px;aspect-ratio:3/4;}
.goods-item a{display:block;position:relative;}
.goods-item a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;background:linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0));pointer-events:none;border-radius: 25px;}
.goods-item a p.name{position:absolute;left:15px;right:15px;bottom:15px;z-index:2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,0.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}





.goods-slider .swiper-button-prev,.goods-slider .swiper-button-next{opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;}
.goods-slider:hover .swiper-button-prev,.goods-slider:hover .swiper-button-next{opacity:1;pointer-events:auto;}
.goods-slider .swiper-button-prev:after,.goods-slider .swiper-button-next:after{color:#fff;}

@media only screen and (max-width: 1024px) {
.goods-slider .swiper-button-prev:after,.goods-slider .swiper-button-next:after{font-size:1.875rem;}
}

@media only screen and (max-width: 900px) {
  .goods-slider .swiper-slide{width:calc((100% - 20px) / 2) !important;}
}

@media only screen and (max-width: 768px) {
  .goods-slider{margin:0;}
}

.btn-type1{background:#111;padding:10px 40px;border-radius: 30px;}
.btn-type2{width:100%;max-width:160px;text-align:center;background:#111 !important;color:#fff;padding:10px 40px !important;border-radius: 30px;margin:0 auto;}
a.btn-type2:hover{color:#fff;background:#2A3382 !important;}
.btn-type2:hover{color:#fff;background:#2A3382 !important;}

.border{border-top: 1px solid #e0e1e2;padding-top: 40px;margin-top: 40px;}
p span{display: block;line-height:170%;}


#sub-contents{}
#sub-contents .sub-wrap-in{width:calc(100% - 100px);max-width:1200px;height:100%;margin:0 auto;display:grid;padding: 60px 0px;}
#sub-contents .sub-wrap-in.mw100{max-width:100%;}

/*
.v-img{position:relative;width:100%;margin:50px 0;}
.v-img img{width:100%;}

.v-img .tit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;}
.v-img .tit h2{font-size:4rem;line-height:normal;text-align:center;font-weight:600;}
.v-img .tit h2 span{display: block;}*/

.v-img{position:relative;width:100%;margin:50px 0;}
.v-img img{width:100%;display:block;}
.v-img .mo-img{display:none;}
.v-img .tit{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;}
.v-img .tit h2{font-size:4rem;line-height:1.2;font-weight:600;}
.v-img .tit h2 span{display:block;}

.v-img .tit-small{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:left;padding:0 0 20px 20px;color:#fff;text-align:left;}
.v-img .tit-small p{color:#fff !important;z-index:2;}
.v-img .tit-small::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;background:linear-gradient(to top,rgba(0,0,0,0.2),rgba(0,0,0,0));pointer-events:none;/*border-radius: 25px;*/z-index:1;}

.about-v{line-height: normal;}
.about-v h2{font-size:4rem;text-align:center;font-weight: 800;margin-bottom:20px;}
.about-v p{font-size:1.75rem;text-align:center;}

.about-bx{padding:120px 0 0 0;}

.about-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start;margin-bottom:120px;}
.about-row.reverse .about-txt{order:2;}
.about-row.reverse .about-image{order:1;}

.about-row.full{grid-template-columns:1fr;gap:0;margin-bottom:120px;}
.about-row.full .about-txt{max-width:100%;padding:0;text-align:left;}
.about-row.full .about-txt h2{font-size:2.5rem;margin-bottom:30px;}
.about-row.full .about-txt p{}

.about-txt{max-width:520px;padding:30px 0 0 0;}
.about-txt h2{font-size:2.5rem;margin-bottom:35px;font-weight:600;}
.about-txt h3{font-size:1.25rem;margin-bottom:10px;font-weight:400;}
.about-txt p{margin:5px 0 20px 0;color:#666;}

.about-image img{width:100%;display:block;border-radius:2px;}


.what-we-do{padding:140px 0;background:#fff;}
.what-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;}
.what-left{max-width:520px;}

.what-left h2{font-size:2.125rem;font-weight:600;margin-bottom:18px;}
.what-right{display:flex;flex-direction:column;gap:40px;}
.what-item{margin-bottom:20px;}
.what-item h3{font-size:1.25rem;font-weight:600;margin-bottom:10px;}

@media only screen and (max-width:1100px){
#sub-contents .sub-wrap-in{width:calc(100% - 50px);padding: 30px 0px;}

.about-bx{padding:60px 0 0 0;}
.about-bx.pdt20{padding-top:0px !important;}

.about-row{grid-template-columns:1fr;gap:30px;margin-bottom:90px;}
.about-row.reverse .about-txt,.about-row.reverse .about-image{order:initial;}
.about-txt{max-width:100%;padding:0;}
.about-txt h2{margin-bottom:25px;}

.about-v h2{font-size:2.5rem;margin-bottom:10px;}
.about-v p{font-size:1.25rem;}
.v-img{margin:40px 0;}
.v-img .tit h2{font-size:3rem;}

p span{/*display: inline-block;*/line-height:160%;}

.what-we-do{padding:50px 0;}
.what-inner{grid-template-columns:1fr;gap:50px;}
.what-left{max-width:100%;}
.what-left h2{font-size:1.875rem;margin-bottom:14px;}
.what-right{gap:30px;}
.what-item h3{font-size:1.125rem;margin-bottom:8px;}

}

@media only screen and (max-width:900px){
  .v-img .tit h2{font-size:2.5rem;}
}

@media only screen and (max-width:768px){
  #sub-contents .sub-wrap-in{padding: 20px 0px;}
.about-row{grid-template-columns:1fr;gap:40px;margin-bottom:30px;}
.about-row.reverse .about-txt{order:1;}
.about-row.reverse .about-image{order:2;}

.about-txt h2{font-size:1.125rem;margin-bottom:5px;}

.about-v h2{font-size:1.625rem;margin-bottom:10px;}
.about-v p{font-size:1rem;line-height:160%;}

.what-inner{grid-template-columns:1fr;gap:60px;}
.what-left h2{font-size:28px;}

.what-we-do{padding:20px 0;}
.what-inner{gap:20px;}

.v-img .pc-img{display:none !important;}
.v-img .mo-img{display:block !important;}

.about-txt h3{font-size:1.063rem;margin-bottom:5px;}

p span{display: inline;}



}

.ip h2{font-size:2rem;font-weight:600;margin-bottom:30px;}
.colabo h2{font-size:2rem;font-weight:600;margin-bottom:15px;}

.colabo-bx {display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;}
.colabo-bx p {margin:0;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.colabo-bx a {flex:0 0 auto;white-space:nowrap;}

@media only screen and (max-width:768px){
.colabo-bx {display:block;}
.colabo-bx p {margin:0 0 6px;white-space:normal;overflow:visible;text-overflow:unset;}
.colabo-bx a {display:inline-block;white-space:normal;}
}

.colaboSwiper .swiper-pagination {cursor:pointer;}

.ip-bx{padding:80px 0;}
.ip-bx ul{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;list-style:none;margin:0;padding:0;text-align:center;}
.ip-bx li{display:flex;flex-direction:column;align-items:center;padding-top:70px;position:relative;}
.ip-bx li::before{content:"";position:absolute;top:0;width:70px;height:70px;background-size:contain;background-repeat:no-repeat;background-position:center;}
.ip-bx li.ico-1::before{background-image:url('/static/common/sub_icon_1.svg');}
.ip-bx li.ico-2::before{background-image:url('/static/common/sub_icon_2.svg');}
.ip-bx li.ico-3::before{background-image:url('/static/common/sub_icon_3.svg');}
.ip-bx li .tit{font-size:1.25rem;font-weight:500;margin:25px 0 15px 0;}
.ip-bx li .ph{color:#666;max-width:280px;margin:0 auto;}

.ip-bx li{transition:transform .25s ease;}
.ip-bx li:hover{transform:translateY(-6px);}

@media only screen and (max-width:1100px){
  .ip-bx{padding:0 0 60px 0;}
  .ip-bx ul{grid-template-columns:repeat(3,1fr);}
  .ip h2{font-size:1.75rem;margin-bottom:15px;}
  .colabo h2{font-size:1.75rem;margin-bottom:12px;}
  .ip-bx li{padding-top:60px;}
  .ip-bx li::before{width:60px;height:60px;}
  .ip-bx li .tit{font-size:1.125rem;margin:20px 0 12px 0;}
  .ip-bx li .ph{max-width:100%;font-size:0.938rem;line-height: 160%;}

}

@media only screen and (max-width:768px){
  .ip h2{font-size:1.25rem;margin-bottom:10px;}
  .colabo h2{font-size:1.25rem;margin-bottom:5px;}

  .ip-bx ul{grid-template-columns:1fr;gap:50px;}
  .ip-bx li .ph{max-width:100%;}

}

.ip-insight {padding: 40px 0;max-width:800px;margin:0 auto;}
.ip-insight h3 {margin: 0 0 50px 0; font-size: 1.75rem; font-weight: 400;}

.ip-insight ul {margin: 0; padding: 0; list-style: none;}
.ip-insight ul li {display: none; margin-bottom: 16px;}
.ip-insight ul li:nth-child(-n+3) {display: block;}

.ip-insight ul li a {display: flex; align-items: center; gap: 16px; text-decoration: none; color: #111;}
.ip-insight ul li img {width: 80px; height: 80px; object-fit: cover;}
.ip-insight ul li p {margin: 0;line-height: 1.4;}
.ip-insight ul li span {display: inline-block; margin-right: 16px; font-weight: 500; min-width: 90px;}

.insight-more{text-align:center;margin-top:60px;}
.insight-more button{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:12px 30px;border:1px solid #111;background:#fff;font-weight:500;color:#111;cursor:pointer;transition:all .2s ease;border-radius:30px;}
.insight-more button:hover{background:#111;color:#fff;}
.insight-more.hide{display:none;}

@media (max-width: 768px) {
  .ip-insight {padding: 32px 16px;max-width:100%;}
  .ip-insight h3 {margin-bottom: 32px; font-size: 1.4rem;}
  .ip-insight ul li {margin-bottom: 14px;}
  .ip-insight ul li a {align-items: flex-start; gap: 12px;}
  .ip-insight ul li img {width: 60px; height: 60px;}
  .ip-insight ul li p {font-size: 0.938rem; line-height: 1.5;}

  .ip-insight ul li span {display: block;margin-right: 0;margin-bottom: 4px;min-width: auto;font-size: 0.938rem;}
}


.sub-artwork-list{position:relative;padding:0;}

.search-bx .sub-artwork-list ul{grid-template-columns:repeat(4,1fr);}

.sub-artwork-list ul{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0;margin:0;list-style:none;}
.sub-artwork-list ul li{box-sizing:border-box;display:flex;flex-direction:column;align-items:normal;font-weight:400;text-align:left;margin-bottom:30px;transition:.3s ease !important;}
.sub-artwork-list ul li .thumb{overflow:hidden;border-radius:25px;margin-bottom:20px;}
.sub-artwork-list ul li .thumb img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .5s ease;}
.sub-artwork-list ul li:hover .thumb img{transform:scale(1.1);}

.sub-artwork-list ul li p.tit{font-size:1.25rem;margin:0;color:#333;text-align:left;width:100%;margin-bottom: 10px;}
.sub-artwork-list ul li p.ph{color: #777;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.sub-artwork-list ul li a{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:normal;}

.sub-artwork-list ul li{opacity:1;}
.sub-artwork-list ul li.is-reveal{animation:artworkFadeUp .6s cubic-bezier(.22,.61,.36,1) both;}

@keyframes artworkFadeUp{
  from{opacity:0;transform:translateY(40px);}
  to{opacity:1;transform:translateY(0);}
}

.artwork-more{text-align:center;margin-top:60px;}
.artwork-more button{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:12px 30px;border:1px solid #111;background:#fff;font-weight:500;color:#111;cursor:pointer;transition:all .2s ease;border-radius:30px;}
.artwork-more button:hover{background:#111;color:#fff;}
.artwork-more.hide{display:none;}


@media only screen and (max-width:900px){
.sub-artwork-list ul{grid-template-columns:repeat(2,1fr);gap:30px;}
}

@media only screen and (max-width:767px){
  .sub-artwork-list ul{grid-template-columns:repeat(2,1fr);gap:24px 16px;}
  .artwork-more{margin-top:40px;}
}


.colaboSwiper{width:100%;padding:0px 0 90px 0 !important;margin:30px 0;}
.colaboSwiper .swiper-slide{display:block;}
.colaboSwiper .swiper-slide a{display:block;text-decoration:none;color:inherit;}
.colaboSwiper img{width:100%;height:320px;object-fit:cover;border-radius:12px;display:block;}
.colaboSwiper .tit{font-size:18px;font-weight:600;line-height:1.4;margin:16px 0 6px 0;color:#111;}
.colaboSwiper .date{line-height:1.4;margin:0;color:#666;}

.colaboSwiper .thumb{position:relative;}
.colaboSwiper .thumb::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 30%; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); pointer-events: none; border-radius: 12px;}
.colaboSwiper .artist{position:absolute;left:12px;bottom:12px;margin:0;padding:6px 10px;line-height:1;z-index:2;color:#fff;font-size:0.938rem;}

.colaboSwiper .swiper-button-prev,.colaboSwiper .swiper-button-next{top:180px;transform:translateY(-50%);}
.colaboSwiper .swiper-button-prev,.colaboSwiper .swiper-button-next{opacity:1;pointer-events:auto;transition:opacity .18s ease,transform .18s ease;}
.colaboSwiper .swiper-button-prev:after,.colaboSwiper .swiper-button-next:after{color:#fff;font-size:20px;}

.colaboSwiper .swiper-pagination{position:relative;margin-top:18px;z-index:2;}
.colaboSwiper .swiper-pagination.swiper-pagination-progressbar{height:3px;}
.colaboSwiper .swiper-pagination-progressbar{background:rgba(0,0,0,0.12);}
.colaboSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#111;}
.colaboSwiper .swiper-pagination{position:relative;margin-top:18px;z-index:2;opacity:0;pointer-events:none;transition:opacity .2s ease;}
.colaboSwiper:hover .swiper-pagination{opacity:1;pointer-events:auto;}

/*
.colaboSwiper{--img-h:320px;}
.colaboSwiper img{height:var(--img-h);}
.colaboSwiper .swiper-button-prev,
.colaboSwiper .swiper-button-next{top:calc(var(--img-h) / 2);transform:translateY(-50%);}
*/

@media only screen and (max-width:768px){
  .colaboSwiper .swiper-button-prev,
  .colaboSwiper .swiper-button-next,
  .colaboSwiper .swiper-pagination{opacity:1;pointer-events:auto;}
}


.insight-top{width:100%;padding:0 0 20px 0;}
.insight-top > div{display:flex;align-items:center;justify-content:center;gap:18px;}
.insight-top .logo{display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:2.5rem;font-weight:700;}
.insight-top .logo img{display:block;max-height:52px;width:auto;}
.insight-top .name{font-size:2.5rem;line-height:1.2;font-weight:700;color:#000;display:flex;align-items:center;}
.insight-top > div > div:nth-child(2){font-size:2rem;line-height:1;font-weight:700;color:#000;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}

@media only screen and (max-width:768px){
  .insight-top{padding:16px 0;}
  .insight-top > div{gap:12px;}
  .insight-top .logo{font-size:1.375rem;}
  .insight-top .logo img{max-height:40px;}
  .insight-top .name{font-size:1.375rem;}
  .insight-top > div > div:nth-child(2){font-size:1.125rem;}
}

.info-txt{font-size:1.25rem;font-weight:500;text-align:center;padding:10px 0 40px 0;}

.insight-bx{width:100%;text-align:center;}
.insight-bx .txt{padding:40px 0;}
.insight-bx .txt h3{font-size:1.6rem;font-weight:600;margin-bottom:10px;line-height:160%;}
.insight-bx .txt p{font-size:1.1rem;margin-bottom:20px;}

.insight-bx .type1{width:100%;text-align:center;margin:30px 0;}
.insight-bx .type1 img{width:70%;height:100%;display:block;margin:0 auto;}

.insight-bx .type2{display:flex;flex-wrap:wrap;gap:24px;margin:30px 0;}
.insight-bx .type2 img{width:calc(50% - 12px);height:100%;display:block;}

.insight-bx .type3{display:flex;flex-wrap:wrap;gap:24px;margin:30px 0;}
.insight-bx .type3 img{width:calc(33.333% - 16px);height:100%;display:block;}

.insight-bx .type4{display:flex;flex-wrap:wrap;gap:24px;margin:30px 0;}
.insight-bx .type4 img{width:calc(50% - 12px);height:100%;display:block;}

@media only screen and (max-width:768px){
  .insight-bx .type1 img{width:100%;height:100%;display:block;margin:0 auto;}
  .info-txt{font-size:1rem;padding:10px 0 30px 0;}
  .insight-bx .txt{padding:30px 0;}
  .insight-bx .txt h3{font-size:1.3rem;}
  .insight-bx .txt p{font-size:1rem;margin-bottom:16px;}

  .insight-bx .type2,
  .insight-bx .type3,
  .insight-bx .type4{gap:16px;}

  .insight-bx .type2 img,
  .insight-bx .type3 img,
  .insight-bx .type4 img{width:100%;}
}


.more-artist {text-align:center;}
.more-artist h3{margin:30px 0;}
.more-artist ul {display:flex; gap:12px;justify-content:center;}
.more-artist li {list-style:none;}

.artist-thumb {position:relative; display:block; width:80px; height:80px; border-radius:50%; overflow:hidden;}
.artist-thumb img {width:100%; height:100%; object-fit:cover;}
.artist-thumb:hover .artist-name {background:rgba(0,0,0,0.55);}

.artist-name {position:absolute; bottom:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:0 8px; color:#fff; font-size:13px; text-align:center; background:rgba(0,0,0,0.35); box-sizing:border-box;}

.artist-name span {display:block; max-width:100%; min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; word-break:keep-all;}


@media only screen and (max-width:768px) {
.more-artist ul {flex-wrap:wrap; gap:12px; justify-content:center;}
.more-artist li {width:calc(50% - 6px); display:flex; justify-content:center;}
}

.contact{width:100%;text-align:center;}
.contact h2{font-size:4rem;font-weight:800;margin-bottom:15px;}
.contact h3{font-size:2rem;font-weight:600;margin-bottom:15px;position:relative;padding-top:90px;}
.contact h3.ico-1::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:70px;height:70px;background:url('/static/common/sub_icon_2.svg') no-repeat center;background-size:contain;}
.contact h3.ico-2::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:70px;height:70px;background:url('/static/common/sub_icon_1.svg') no-repeat center;background-size:contain;}
.contact p{font-size:1.6rem;font-weight:300;margin-bottom:15px;}
.contact p.info-txt{font-size:1.125rem;font-weight:300;margin-bottom:15px;}

.contact-card-wrap{display:flex;flex-direction:column;gap:40px;margin:80px 0;}
.contact-card{width:100%;padding:60px 40px;border:1px solid #e5e5e5;border-radius:24px;background:#fff;transition:all .3s ease;box-sizing: border-box;}
.contact-card:hover{transform:translateY(-6px);border:1px solid #2A3382;}
.contact-card p span{font-size:1rem;margin:5px 0 0 0;}


.about-more{display:block;}
.read-more{display:none;}
.what-toggle{margin-top:16px;}

@media only screen and (max-width:1100px){
  .contact h2{font-size:2.375rem;}
  .contact h3{font-size:1.75rem;margin-bottom:10px;}
  .contact p{font-size:1.375rem;padding-top: 0 !important;}
  .contact p.info-txt{font-size:1.063rem;}

  .contact-card-wrap{gap:30px;margin:60px 0;}
  .contact-card{padding:45px 30px;border-radius:20px;}
  .contact-card p span{font-size:.95rem;}
}

@media only screen and (max-width:768px){
  .about-more{display:block;overflow:hidden;max-height:0;opacity:0;transition:max-height .45s cubic-bezier(.22,.61,.36,1), opacity .28s ease;will-change:max-height, opacity;}
  .about-more.is-open{max-height:1200px;opacity:1;}
  .read-more{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:8px 0;cursor:pointer;transition:opacity .2s ease, transform .2s ease;}
  .read-more:active{transform:translateY(1px);}

  .contact h2{font-size:2rem;}
  .contact h3{font-size:1.5rem;}
  .contact p{font-size:1.125rem;}
  .contact-card p span{display: block !important;}
}


/*
.about-more{display:block;}
.read-more{display:none;}

@media only screen and (max-width:768px){
  .about-more{
    position:relative;
    overflow:hidden;
    max-height:60px;
    transition:max-height .45s cubic-bezier(.22,.61,.36,1);
    will-change:max-height;
  }

  .about-more.is-open{max-height:2000px;}

  .about-more::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:88px;
    pointer-events:none;
    opacity:1;
    transition:opacity .28s ease;
    background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  }

  .about-more.is-open::after{opacity:0;}

  .read-more{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top:14px;
    padding:0;
    background:transparent;
    border:0;
    cursor:pointer;
    font:inherit;
    transition:opacity .2s ease, transform .2s ease;
  }

  .read-more:active{transform:translateY(1px);}
}*/


.contact-modal{position:fixed;inset:0;display:none;z-index:9999;}
.contact-modal.is-open{display:block;}
.contact-modal-dim{position:absolute;inset:0;background:rgba(0,0,0,0.5);}
.contact-modal-dialog{position:relative;width:min(92vw,640px);max-height:82vh;overflow-y:auto;margin:5vh auto 0;padding:30px;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,0.18);}
.contact-modal-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:0;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;color:#111;}
.contact-modal-head{margin-bottom:24px;}
.contact-modal-label{margin:0 0 8px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:#666;}
.contact-modal-head h4{margin:0 0 10px;font-size:1.875rem;color:#111;font-weight:600;}
.contact-modal-head p{margin:0;line-height:1.7;color:#666;}
.contact-modal-form{display:flex;flex-direction:column;gap:18px;}
.contact-form-row label{display:block;margin-bottom:8px;font-weight:600;color:#111;}
.contact-form-row label.contact-check-item{display:flex;align-items:center;gap:10px;margin:0;font-weight:400;line-height:1.6;color:#111;cursor:pointer;}
.contact-form-step{margin:0 0 14px;font-size:1.25rem;font-weight:500;line-height:1.4;color:#111;}
.contact-form-step span{font-weight:500;color:#666;display: inline-block;}
.contact-form-note{margin:10px 0 0;line-height:1.7;color:#666;}
.contact-form-row .contact-check-list + .contact-form-note{margin-top:8px;}
.contact-check-list{display:flex;flex-direction:column;gap:10px;margin-bottom:15px;}
.contact-form-row{margin-bottom:15px;}
.contact-check-item input{margin:0;flex:0 0 16px;}
.contact-check-item span{display:inline-block;flex:1 1 auto;}
.contact-form-field-list{display:flex;flex-direction:column;gap:14px;}
.contact-form-row .contact-form-field-list + .contact-check-list{margin-top:14px;}
.contact-form-field-inline label{margin-bottom:6px;font-weight:500;}
.contact-form-row input,.contact-form-row select,.contact-form-row textarea{width:100%;padding:14px 16px;border:1px solid #d9d9d9;border-radius:12px;color:#111;background:#fff;box-sizing:border-box;}
.contact-form-row input[type="checkbox"]{appearance:auto !important;-webkit-appearance:checkbox !important;display:block;width:16px;height:16px;padding:0;margin:0;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;accent-color:#111;box-sizing:border-box;vertical-align:middle;flex:0 0 16px;place-content:normal !important;}
.contact-form-row input[type="checkbox"]::before,
.contact-form-row input[type="checkbox"]::after{content:none !important;display:none !important;}
.contact-form-row input[type="file"]{padding:12px;border-radius:12px;background:#fafafa;}
.contact-form-row textarea{resize:vertical;min-height:140px;}
.contact-form-row.cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.contact-form-submit{padding-top:6px;text-align:center;}

.contact-form-row input,.contact-form-row select,.contact-form-row textarea{transition:border-color .3s ease, box-shadow .3s ease;}
.contact-form-row select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:12px;padding-right:44px;}

.contact-form-row input:focus,.contact-form-row select:focus,.contact-form-row textarea:focus{border-color:#2A3382;outline:0;}

body.modal-open{overflow:hidden;}

@media only screen and (max-width:900px){
  .contact-modal{align-items:flex-end;}
  .contact-modal.is-open{display:flex;}
  .contact-modal-dialog{width:100%;max-width:none;max-height:88vh;margin:auto 0 0;padding:26px 20px 24px;border-radius:24px 24px 0 0;overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .contact-modal-close{top:14px;right:14px;width:36px;height:36px;font-size:1.5rem;}
  .contact-modal-head{margin-bottom:20px;padding-right:34px;}
  .contact-modal-head h4{font-size:1.5rem;line-height:1.3;}
  .contact-modal-head p{font-size:0.9375rem;line-height:1.6;}
  .contact-form-step{margin:0 0 12px;font-size:1.125rem;}
  .contact-form-row{margin-bottom:12px;}
  .contact-form-row.cols-2{grid-template-columns:1fr;gap:12px;}
  .contact-form-row input,.contact-form-row select,.contact-form-row textarea{padding:13px 14px;font-size:16px;}
  .contact-form-row textarea{min-height:120px;}
  .contact-check-list{gap:8px;margin-bottom:12px;}
  .contact-form-submit .btn-type2{width:100%;}
}

.search-image-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:none;z-index:9999;}
.search-image-modal.is-open{display:block;}
.search-image-modal-dim{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.72);}
.search-image-modal-dialog{position:relative;display:flex;align-items:center;justify-content:center;width:96%;max-width:1400px;height:94vh;margin:3vh auto 0;z-index:1;}
.search-image-modal-dialog img{display:block;max-width:100%;max-height:calc(94vh - 80px);object-fit:contain;}
.search-image-modal-close{position:fixed;top:24px;right:24px;width:44px;height:44px;border:0;border-radius:50%;color:#fff !important;font-size:3.125rem !important;font-weight:200;line-height:1;cursor:pointer;z-index:10000;}
body.search-image-modal-open{overflow:hidden;}
.search-image-modal-figure{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;max-width:100%;max-height:100%;}
.search-image-modal-caption{margin:0;line-height:1.6;color:#fff;text-align:center;}

@media only screen and (max-width:768px){
  .search-image-modal-dialog{width:100%;height:100vh;max-width:none;margin:0;padding:60px 16px 24px;box-sizing:border-box;}
  .search-image-modal-dialog img{max-height:calc(100vh - 120px);}
  .search-image-modal-close{top:16px;right:16px;}
  .search-image-modal-caption{}
}

.search-result-head{display:flex;align-items:center;gap:16px;margin-bottom:40px;}
.search-result-head-left{display:flex;align-items:center;gap:16px;}

.search-result-summary{color:#666;line-height:1.4;margin:0;}
.search-result-summary strong{font-weight:600;color:#111;margin-right:4px;}

.search-result-summary span{margin-left:6px;color:#111;}
.search-result-head-right{display:flex;align-items:center;}

.search-reset-btn{display:inline-flex;align-items:center;gap:6px;color:#888;text-decoration:none;transition:all .2s ease;}
.search-reset-btn span{font-size:0.75rem;opacity:.6;}
.search-reset-btn:hover{color:#111;}
.search-reset-btn:hover span{opacity:1;}



[data-endless-trigger]{width:100%;height:1px;opacity:0;pointer-events:none;}
.artwork-lilst.is-loading::after{content:"Loading...";display:block;padding:24px 0;text-align:center;color:#888;}


.eng{font-size:1.375rem !important;color:#777;margin:5px 0px;}

@media only screen and (max-width:768px){
  .eng{font-size:1.063rem !important;color:#777;margin:5px 0px;}
}
