/* -------------------- What is -------------------- */
.se-whatis .cover{
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 10vh);
    padding-bottom: 10vh;
    background-color: #fff;
    z-index: 10;
}
.se-whatis .cover .wrap{
    position: relative;
    height: 100%;
}
.se-whatis .cover .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;    
    -webkit-animation: rotate-move 4s ease-in-out forwards;
            animation: rotate-move 4s ease-in-out forwards;
    filter: url('#goo');
}

.se-whatis .cover .dot { 
    width: 70px;
    height: 70px;
    border-radius: 80%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.se-whatis .cover .dot-3 {
    background-color: #5369f1;
    fill:#5369f1;
    -webkit-animation: dot-3-move 3s ease forwards;
            animation: dot-3-move 3s ease forwards;
}

.se-whatis .cover .dot-2 {
    background-color: #bbc7ee;
    fill:#bbc7ee ;
    -webkit-animation: dot-2-move 3s ease forwards;
            animation: dot-2-move 3s ease forwards;
}

.se-whatis .cover .dot-1 {
    background-color: #001ade;
    -webkit-animation: dot-1-move 3s ease forwards;
            animation: dot-1-move 3s ease forwards;
}

.se-whatis .cover.act .container{
    width: 360px;
    height: 360px;

    top: 370px;
    left: 180px;
    transition: transform 1s, top 1s, left 1s;
}
.se-whatis .cover.act .dot{
    width: 355px;
    height: 355px;
    transition: width 1s, height 1s;
}


@keyframes dot-3-move {
    5% {transform: scale(1)}
    30% {transform: translateY(-18px) scale(.45)}
    60% {transform: translateY(-40px) scale(.45)}
    80% {transform: translateY(-40px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
    5% {transform: scale(1)}
    30% {transform: translate(-16px, 12px) scale(.45)}
    60% {transform: translate(-40px, 40px) scale(.45)}
    80% {transform: translate(-40px, 40px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
    5% {transform: scale(1)}
    30% {transform: translate(16px, 12px) scale(.45)}
    60% {transform: translate(40px, 40px) scale(.45)}
    80% {transform: translate(40px, 40px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
    30% {transform: translate(-50%, -50%) rotate(0deg);}
    60% {transform: translate(-50%, -50%) rotate(180deg);}
    100% {transform: translate(-50%, -50%) rotate(360deg);}
}



.se-whatis .cont-wrap .circle-box{
    position: fixed;
}
.se-whatis .cont-wrap .circle{
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-image: url(/html/assets/img/sub/what_is_art_dec.png);
    background-size: cover;
    transition-delay: 3.8s;
    box-shadow: 25px 25px 30px -15px #4659e94d;
}
/* .se-whatis .cont-wrap .circle::before{
    display: block;
    position: absolute;
    right: -5%;
    bottom: -5%;
    width: 95%;
    height: 95%;
    border-radius: 50%;
    background-color: #4659e9;
    filter: blur(20px);
    z-index: -1;
    content: '';
    opacity: .3;
} */
.se-whatis .cont-wrap .circle p{
    position: absolute;
    top: 50%;
    left: 30%;
    font-size: 58px;
    white-space: nowrap;
    transform: translateY(-50%);
    transition-delay: 3.5s;
}

.se-whatis .txt-wrap{
    display: none;
    padding-top: 300px;
}
.se-whatis .txt-wrap .box{
    width: 50%;
    margin-left: 50%;
}
.se-whatis .txt-wrap .txt1{
    line-height: 1.3;
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: -0.06em;
}
.se-whatis .txt-wrap .txt2{
    line-height: 1.4;
    letter-spacing: -0.05em;
}
.se-whatis .txt-wrap .txt3{
    line-height: 1.4;
    margin-top: 30px;
    color: #8c8c8c;
}

.se-whatis .txt-wrap .fade1{transition-delay: 0.3s;}
.se-whatis .txt-wrap .fade2{transition-delay: 0.5s;}
.se-whatis .txt-wrap .fade3{transition-delay: 0.7s;}

.se-whatis .txt-wrap .fade4{transition-delay: 0.3s;}
.se-whatis .txt-wrap .fade5{transition-delay: 0.5s;}
.se-whatis .txt-wrap .fade6{transition-delay: 0.7s;}




/* -------------------- Art Blending -------------------- */
.se-artblend{
    overflow-x: hidden;
}
.se-artblend .banr{
    position: fixed;
    width: 100%;
    height: 0;
    padding-bottom: 34%;
    z-index: -1;
}
.se-artblend .banr.bg{
    position: unset;
}
.se-artblend .banr img{
    display: block;
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.se-artblend h2{
    font-size: 60px;
    line-height: 1.2;
    margin-top: -44px;
}

.se-artblend .container{background-color: #fff;}
.se-artblend .cont-wrap{
    display: flex;
}
.se-artblend .cont-wrap .lft{
    width: 33%;
}
.se-artblend .cont-wrap .rgt{
    width: 67%;
}
.se-artblend .cont-wrap .rgt p{line-height: 1.4;}

.se-artblend .diagram-wrap{
    display: flex;
    align-items: center;
    margin-top: 100px;

}
.se-artblend .diagram-wrap .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 195px;
    height: 195px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999;
    flex-shrink: 0;
}
.se-artblend .diagram-wrap .circle .sub{
    color: #2c2c2c;
}

.se-artblend .diagram-wrap .circle.mid-circle{
    position: relative;
    width: 265px;
    height: 265px;
    z-index: 1;
}
.se-artblend .diagram-wrap .circle.mid-circle .circle-track{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    transform: scale(0.7);
    opacity: 0;
    border-radius: 50%;
    transition: transform 1s, opacity 1s;
    content: '';
}
.se-artblend .diagram-wrap.m-act .circle.mid-circle .circle-track{
    transform: scale(1.28);
    opacity: 1;
}
.se-artblend .diagram-wrap .circle.mid-circle p{
    font-size: 26px;
}
.se-artblend .diagram-wrap .circle.mid-circle .satellite-box{
    position: absolute;
    width: 100%;
    height: 100%;
    animation: forwardRotate 15s linear infinite;
    animation-delay: 1.4s;
}
.se-artblend .diagram-wrap .circle.mid-circle .satellite{
    position: absolute;
    top: 0;left: 0;
    width: 25px;
    background-color: #556bf1;
    border-radius: 50%;
    animation: reverseRotate 15s linear infinite;
    animation-delay: 1.4s;
    transition: opacity 0.7s;
    transition-delay: 1s;
    opacity: 0;
}
.se-artblend .diagram-wrap.m-act .circle.mid-circle .satellite{
    opacity: 1;
}
.se-artblend .diagram-wrap .circle.mid-circle .satellite span{
    color: #fff;
    line-height: 25px;
    text-align: center;
    padding-right: 2px;
}

@keyframes forwardRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes reverseRotate {
    from { transform: rotate(-0deg); }
    to { transform: rotate(-360deg); }
}

.se-artblend h3{
    font-size: 45px;
}
.dft-tit2::before{
    top: -15px;
    left: -38px;
}

.se-artblend .branding-box{
    display: flex;
    margin-top: 60px;
}
.se-artblend .branding-box .inner{
    display: flex;
    width: 50%;
}
.se-artblend .branding-box .shapes{
    margin-right: 10%;
}
.se-artblend .branding-box .shapes01{
    padding-right: 15px;
}
.se-artblend .branding-box .shapes01 .layer01{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #aab5f8;
    box-sizing: border-box;
}
.se-artblend .branding-box .shapes01 .layer02{
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 64%;
    padding-bottom: 64%;
    border-radius: 50%;
    background-color: #556bf1;
}

.se-artblend .branding-box .shapes02 .layer01{
    position: relative;
    width: 77px;
    height: 77px;
    border-radius: 22px;
    background-color: #aab5f8;
}
.se-artblend .branding-box .shapes02 .layer01 .layer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
}
.se-artblend .branding-box .shapes02 .layer01 .layer02{
    width: 75%;
    height: 75%;
    background-color: #7f90f4;
}
.se-artblend .branding-box .shapes02 .layer01 .layer03{
    width: 49%;
    height: 49%;
    background-color: #556bf1;
}

.se-artblend .branding-box{
    margin-top: 40px;
}
.se-artblend .branding-box .tit{
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2 !important;
}
.se-artblend .branding-box ol li{
    margin: 10px 0;
    letter-spacing: 0.05em;
}

.se-artblend .process-box .list-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.se-artblend .process-box .list-wrap .circle-wrap{
    display: flex;
    background-color: #f8f8f8;
    margin: 15px 0;
    margin-right: 25px;
    padding: 10px;
    border-radius: 70px;
}
.se-artblend .process-box .list-wrap .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin: 15px 0;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    border-radius: 50%;
}
.se-artblend .process-box .list-wrap .circle.type1{
    background-color: #eef0fe;
}
.se-artblend .process-box .list-wrap .circle.type2{
    background-color: #fff;
    box-shadow: 0 0 15px 0 #e5e5e5;
}
.se-artblend .process-box .list-wrap .circle-wrap .circle{
    margin-top: 0;
    margin-bottom: 0;
}
.se-artblend .process-box .list-wrap .circle-wrap .circle:last-child{
    margin-right: 0;
}
.se-artblend .process-box .list-wrap .middle{
    margin-right: 25px;
}

.se-artblend .mkt-list{margin-top: 60px;}
.se-artblend .mkt-list ul{
    display: flex;
    flex-wrap: wrap;
}
.se-artblend .mkt-list ul > li{
    width: calc(50% - 5%/2);
    margin-right: 5%;
    margin-bottom: 80px;
}
.se-artblend .mkt-list ul > li:nth-of-type(2n){margin-right: 0;}
.se-artblend .mkt-list .icobox{
    display: flex;
    flex-wrap: wrap;
    width: 44px;
}
.se-artblend .mkt-list .icobox .dot{
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #e4e4e4;
}
.se-artblend .mkt-list .icobox .dot:last-child:not(:first-child){
    background-color: #2b2b2b;
}
.se-artblend .mkt-list .icobox.ico03{
    height: 44px;
    flex-direction: column-reverse;
}


.se-artblend .mkt-list .txtbox{
    display: flex;
}
.se-artblend .mkt-list .txtbox .tit{
    width: 100px;
}
.se-artblend .mkt-list .txtbox ol li{
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}




/* -------------------- Artist -------------------- */
.se-artist .cover{
    width: 720px;
}
.se-artist .cover .topbox{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10%;
    padding-top: 25px;
    margin-bottom: -7%;
    z-index: -1;
}
.se-artist .cover .tit-wrap span{
    display: inline-block;
    font-size: 100px;
    margin: 0 20px;
    transform: translateY(0);
    transition: transform 0.8s;
}
.se-artist .cover .tit-wrap.act .tx1{transform: translateY(-10%);}
.se-artist .cover .tit-wrap.act .tx2{transform: translateY(35%);}
.se-artist .cover .tit-wrap.act .tx3{transform: translateY(-40%);}
.se-artist .cover .tit-wrap.act .tx4{transform: translateY(35%);}
.se-artist .cover .tit-wrap.act .tx5{transform: translateY(-20%);}
.se-artist .cover .tit-wrap.act .tx6{transform: translateY(20%);}

.se-artist .cover .frame{
    overflow: hidden;
    width: 347px;
    height: 347px;
    border-radius: 50%;
    margin-top: -13%;
}
.se-artist .fix-txtbox .inner{
    position: absolute;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.se-artist .fix-txtbox.act .inner{
    position: fixed;
    z-index: -1;
}
.se-artist .fix-txtbox .tit{
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: -0.06em;
}
.se-artist .fix-txtbox .sub{
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.se-artist .artist-list{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.se-artist .artist-list ul{
    display: flex;
    flex-direction: column;
    max-width: 720px;
    width: 100%;
}
.se-artist .artist-list li{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 150px;
}
.se-artist .artist-list li:nth-of-type(2n){justify-content: flex-start;}

.se-artist .artist-list li .inner{
    position: relative;
    width: calc(50% + 5px);
}
.se-artist .artist-list li .tit{
    width: 55%;
    font-size: 45px;
    margin-bottom: -25px;
    line-height: 1.1;
}

.se-artist .artist-list li .frame{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 131.6%;
    z-index: -1;
}
.se-artist .artist-list li .frame::after{
    display: block;
    position: absolute;
    top: -30%;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(0,0,0,0) );
    content: '';
}
.se-artist .artist-list li .frame img{
    position: absolute;
    top: 0;left: 0;
    transition: opacity 0.6s;
}
.se-artist .artist-list li .frame img.hv-img{opacity: 0;}

.se-artist .artist-list li .exp-box{
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 85%;
    max-width: 300px;
    padding: 35px 30px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 5px 13px -2px rgba(42,42,42,0.08);
    transition: opacity 0.6s;
    opacity: 0;
}
.se-artist .artist-list li .exp-box .name{
    margin-bottom: 15px;
    letter-spacing: -0.01em;
}
.se-artist .artist-list li .exp-box .detail{
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.se-artist .artist-list li .inner:hover .hv-img{opacity: 1 !important;}
.se-artist .artist-list li .inner:hover .exp-box{opacity: 1 !important;}

.se-artist .recruit-wrap{
    position: relative;
}

.se-artist .recruit-wrap .a-circle{
    display: block;
    position: relative;
    overflow: hidden;
    width: 230px;
    line-height: 230px;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    clip-path: circle(50% at 50% 50%);
}
.se-artist .recruit-wrap .a-circle::before{
    display: block;
    position: absolute;
   width: 100%;
    height: 100%;
    background: linear-gradient(149deg, rgba(94,115,241,1) 20%, rgba(147,166,232,1) 100%);
    z-index: -1;
    content: '';
}

@-webkit-keyframes scroll2 {
    to {
        -webkit-transform: rotate(360deg) scale(1.5);
                transform: rotate(360deg) scale(1.5);
    }
}

@keyframes scroll2 {
    to {
        -webkit-transform: rotate(360deg) scale(1.5);
                transform: rotate(360deg) scale(1.5);
    }
}

.se-artist .recruit-wrap .circle-ovlay{
    position: absolute;
    top: 20px;
    left: 50px;
    width: 230px;
    height: 230px;
    background-color: #c8d1f3;
    border-radius: 50%;
    filter: blur(40px);
    transition: transform 0.4s;
    z-index: -1;
}

.se-artist .recruit-wrap .txt{
    position: absolute;
    top: 10px;
    left: -30px;
    font-size: 30px;
}
.se-artist .recruit-wrap .txt.txt-ovlay{
    display: block;
    position: absolute;
    top: 10px;left: 0;
    content: '';
    color: #0e26e0;
    z-index: -1;
}
.se-bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;left: 0;
    z-index: -10;
    background-image: url(/html/assets/img/sub/artist_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}



/* -------------------- Artwork - list -------------------- */
.se-artwork .titbox h2{
    font-size: 55.58px;
    margin-bottom: 25px;
}
.se-artwork .titbox h2 .line{
    display: inline-block;
    width: 200px;
    height: 4px;
    background-color: #1a1a1a;
    margin: 0 10px 15px;
}
.se-artwork .titbox p{line-height: 1.3;}

.se-artwork .work-list ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.se-artwork .work-list ul li{
    display: none;
    position: relative;
    overflow: hidden;
    width: calc(100%/3 - 120px/3);
    height: 0;
    margin-right: 60px;
    margin-bottom: 60px;
    padding-bottom: calc(100%/3 - 120px/3);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    box-sizing: border-box;
}
.se-artwork .work-list ul li:nth-of-type(3n-1){
    transition-delay: 0.2s;
}
.se-artwork .work-list ul li:nth-of-type(3n){
    margin-right: 0;
    transition-delay: 0.4s;
}
.se-artwork .work-list ul li a{
    display: block;
}
.se-artwork .work-list ul li .logo{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.se-artwork .work-list ul li .thmb{
    display: block;
    position: absolute;
    top: 50%;left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s;
}
.se-artwork .work-list ul li a::after{
    display: block;
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    background-color: rgba(28,28,28,0.35);
    content: '';
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s;
}
.se-artwork .work-list ul li .more{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.8s;
}
.se-artwork .work-list ul li .more .ico{
    margin-bottom: 10px;
    transform: rotate(0);
    transition: transform 0.8s;
}

.se-artwork .work-list .btn-wrap{
    text-align: center;
}
.se-artwork .work-list .btn-wrap .btn-more{
    padding: 10px 0;
    transform: translateY(0);
}
.se-artwork .work-list .btn-wrap .btn-more span{
    display: block;
    margin-bottom: 3px;
}

@keyframes updown {
    from {
        transform: translateY(20%);
    } to {
        transform: translateY(0);
    }
}

@keyframes updown2 {
    100% {
        transform: translateY(0);
    } 50% {
        transform: translateY(1%);
    } 0% {
        transform: translateY(0);
    }
}


.se-artwork .contbox02{
    background-color: #f6f6f6;
}
.se-artwork .brand-list ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.se-artwork .brand-list ul li{
    width: calc(100%/3 - 70px/3);
    padding: 30px;
    background-color: #fff;
    margin-right: 35px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.se-artwork .brand-list ul li:nth-of-type(3n-1){transition-delay: 0.2s;}
.se-artwork .brand-list ul li:nth-of-type(3n){margin-right: 0; transition-delay: 0.4s;}
.se-artwork .brand-list ul li .name{
    margin-bottom: 15px;
    letter-spacing: -0.05em;
}
.se-artwork .brand-list ul li .sub{
    line-height: 1.3;
    letter-spacing: -0.05em;
}





/* -------------------- Artwork - detail -------------------- */
.se-artwork .titbox .tit02{
    font-size: 55.58px;
}
.se-artwork .banr{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.se-artwork .banr .frame{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54.6%;
    margin-top: -50px;
    z-index: -1;
}
.se-artwork .banr .frame img{
    position: absolute;
    top: 0; left: 0;
}

.se-artwork .cont-wrap{
    display: flex;
}
.se-artwork .cont-wrap .lft{
    width: 32%;
    padding-right: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.se-artwork .cont-wrap h3{
    font-size: 40px;
    line-height: 1.2;
}
.se-artwork .cont-wrap .sub{
    line-height: 1.4;
    margin-bottom: 70px;
}

.se-artwork .cont-wrap .rgt{
    width: calc(68% + 30px);
    flex-shrink: 0;
}
.se-artwork .cont-wrap .rgt h4{
    font-size: 22px;
    margin-bottom: 20px;
}
.se-artwork .cont-wrap .case-list{
    transform: translateX(-15px);
}
.se-artwork .cont-wrap .case-list li{
    padding: 0 15px;
    margin-bottom: 30px;
}
.se-artwork .cont-wrap .case-list li .frame{
    border: 1px solid #e5e5e5;
}
.se-artwork .cont-wrap .case-list li:nth-of-type(2n){margin-right: 0;}

.se-artwork .link-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.se-artwork .link-wrap .line{
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    margin: 0 10px;
}
.se-artwork .link-wrap .ico{
    color: #272727;
    transition: color 0.4s;
}
.se-artwork .link-wrap.none .ico{
    color: #d4d4d4;
}
.se-artwork .link-wrap .l-btn:disabled{
    color: #d4d4d4;
    cursor:default;
}







/* -------------------- contact -------------------- */
.se-contact .toptit{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 100px;
}
.se-contact .toptit .mobr{display: none;}


.input-tit{
    margin-bottom: 25px;
    line-height: 1.3;
}

.input-contwrap{
    margin-bottom: 60px;
}
.input-contwrap .inner{
    display: flex;
    flex-wrap: wrap;
}

.input-contwrap.area-contwrap .inner{
    flex-wrap:nowrap;
    justify-content:space-between;
}


.inputbox{
    margin-right: 45px;
    margin-bottom: 15px;
}
.inputbox label{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.inputbox label::before{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    border-radius: 2px;
    border: 1px solid #b0b0b0;
    transition: background-color 0.4s, border-color 0.4s;
    content: '\f00c';
}
.inputbox input:checked + label::before{
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}


.se-contact .input-area{
    width: 50%;
    max-width: 580px;
    min-height: 260px;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    box-sizing: border-box;
}
.se-contact .input-area textarea{
    width: 100%;
    height: 100%;
    line-height: 1.3;
    font-size: 16px;
}


.se-contact .info-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    max-width: 580px;
    margin-left: 30px;
    margin-bottom: 25px;
    padding: 40px;
    background-color: #e8eafc;
    border-radius: 5px;
    box-sizing: border-box;
}

.se-contact .info-list ol{
    margin-top: 25px;
}
.se-contact .info-list ol li{
    display: flex;
    margin-top: 15px;
}
.se-contact .info-list ol li .dot{
    margin-right: 10px;
    line-height: 1.3;
}
.se-contact .info-list ol li p{
    line-height: 1.3;
}


.inputbox02{
    width: calc(50% - 45px/2);
    margin-right: 45px;
    margin-top: 50px;
}
.inputbox02:nth-of-type(2n){margin-right: 0;}
.inputbox02 label{
    display: block;
    font-weight: 700;
    margin-bottom: 25px;
}
.inputbox02 input,
.inputbox02 select{
    display: block;
    width: 100%;
    padding-bottom: 8px;
    font-weight: 300;
    line-height: 1.5;
    font-size: inherit;
    border-bottom: 1px solid #b0b0b0;
}

.inputbox02 .email-wrap{
    display: flex;
    justify-content: space-between;
}
.inputbox02 .email-wrap .middle{
    margin: 0 8px;
    flex-shrink: 0;
}

.inputbox02 select{
    margin-left: 15px;
    padding-left: 0;
}

.se-contact .agree-wrap{
    display: flex;
    align-items: center;
}
.se-contact .agree-wrap .inputbox{
    margin-bottom: 0;
    margin-right: 0;
}
.se-contact .agree-wrap .btn-more{
    margin-left: 20px;
    padding: 7px 12px;
    border: 1px solid #1c1c1c;
    border-radius: 2px;
    transition: color 0.4s, background-color 0.4s;
}


.se-contact .btn-wrap{
    text-align: center;
    margin-top: 60px;
}
.se-contact .btn-wrap .btn{
    overflow: hidden;
    position: relative;
    padding: 20px 45px;
    color: #fff;

}
.se-contact .btn-wrap .btn::before{
    display: block;
    position: absolute;
    top: 0;bottom: 0;left: 0;right: -100%;
    background: rgb(94,115,241);
    background: linear-gradient(149deg, rgba(94,115,241,1) 10%, rgba(147,166,232,1) 50%, rgba(94,115,241,1) 90%);
    content: '';
    z-index: -1;
}

.se-contact .btn-wrap .btn:hover::before{
    -webkit-animation: scroll 1s infinite linear alternate;
            animation: scroll 1s infinite linear alternate;
}

@-webkit-keyframes scroll {
    to {
      transform: scale(2) translateX(-50%);
    }
}

@keyframes scroll {
    to {
      transform:scale(2) translateX(-50%);
    }
}


.se-contact .se02{
    background-color: #fafbfc;
}
.se-contact .se02 .container{
    display: flex;
    justify-content: space-between;
}
.se-contact .se02 .contbox{
    box-sizing: border-box;
}
.se-contact .se02 .contbox.rgt{
    min-width: calc(50% - 45px/2);
}
.se-contact .se02 h3{
    font-size: 28px;
    margin-bottom: 20px;
}

.se-contact .se02 ol li{
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.se-contact .se02 .address{
    display: inline-block;
    line-height: 1.3;
    margin-right: 10px;
}
.se-contact .se02 .btn-map{
    display: inline-block;
    padding: 5px 13px;
    transform: translateY(-2px);
    border: 1px solid #1c1c1c;
    border-radius: 2px;
    transition: color 0.4s, background-color 0.4s;
}

/* popup */
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 540px;
    z-index: 1501;
}
.popup .contbox{
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}
.popup .contbox .tit-wrap{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 2px solid #1c1c1c;
}
.popup .contbox .tit-wrap h3{
    font-size: 24px;
    line-height: 1.3;
}
.popup .contbox .tit-wrap .btn-clse{
    font-size: 30px;
}
.popup .contbox .inner{
    overflow-y: auto;
    height: 430px;
    max-height: 56vh;
    margin-top: 25px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
}
.popup .contbox .inner::-webkit-scrollbar {
    width: 5px;
}
.popup .contbox .inner::-webkit-scrollbar-thumb {
    background-color: #a9b4f3;
    border-radius: 2.5px;
}
.popup .contbox .inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.popup .btn-pop{
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    background: linear-gradient(149deg, rgba(94,115,241,1) 0%, rgba(147,166,232,1) 100%);
    box-sizing: border-box;
}

.popdummy{
    position: fixed;
    top: 0;left: 0;right: 0;bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1500;
}





/* -------------------- login -------------------- */

#mb_login{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#mb_login .mbskin_box{
    padding: 0 5%;
    max-width: 355px;
}
#mb_login .logo{
    width: 60%;
    max-width: 210px;
    min-width: 170px;
    margin: 0 auto 50px;
}
#mb_login .input-wrap{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
#mb_login .input-wrap label{
    display: block;
    flex-shrink: 0;
}
#mb_login .input-wrap .ico{
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
}
#mb_login .input-wrap input{
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 16px;
    background: none;
}
#mb_login .input-wrap input::placeholder{
    color: #fff;
}
#mb_login .btn_submit{
    width: 100%;
    height: 50px;
    margin-top: 25px;
    color: #6479f2;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
    transition: color 0.4s, background-color 0.4s;
}




@media screen and (min-width:1024.1px){

    .se-artist .recruit-wrap:hover{
        -webkit-animation: updown2 1.2s ease-in infinite;
                animation: updown2 1.2s ease-in infinite;
    }
    .se-artist .recruit-wrap:hover .circle-ovlay{
        transform: scale(1.2);
    }
    .se-artist .recruit-wrap:hover .a-circle::before{
        -webkit-animation: scroll2 2s infinite linear alternate-reverse;
                animation: scroll2 2s infinite linear alternate-reverse;
    }

    /* -------------------- Artwork - list -------------------- */
    .se-artwork .work-list ul li:hover{
        -webkit-animation: updown2 1s alternate;
                animation: updown2 1s alternate;
    }

    .se-artwork .work-list ul li:hover a::after{opacity: 1;}
    .se-artwork .work-list ul li:hover .thmb{
        opacity: 1;
    }
    .se-artwork .work-list ul li:hover .more{opacity: 1;}
    .se-artwork .work-list ul li:hover .more .ico{
        transform: rotate(360deg);
    }

    .se-artwork .work-list .btn-wrap .btn-more:hover .ico{
        animation: updown 1s alternate infinite;
    }


    /* -------------------- Artwork - view -------------------- */
    .se-artwork .link-wrap .ico:hover{
        color: #272727;
    }


    .se-contact .agree-wrap .btn-more:hover{
        color: #fff;
        background-color: #1c1c1c;
    }
    .se-contact .se02 .btn-map:hover{
        color: #fff;
        background-color: #1c1c1c;
    }
}

@media screen and (max-width:1200px){
    .se-whatis .txt-wrap .txt1{
        font-size: 38px;
    }


    /* -------------------- Art Blending -------------------- */
    .se-artblend .banr{
        padding-bottom: 45%;
    }
    .se-artblend .diagram-wrap .circle{
        width: 180px;
        height: 180px;
    }
    .se-artblend .diagram-wrap .circle.mid-circle{
        width: 250px;
        height: 250px;
    }



    .se-artblend .branding-box .inner{
        width: auto;
    }
    .se-artblend .branding-box .inner01{margin-right: 30px;}
    .se-artblend .branding-box .shapes{margin-right: 20px;}
    .se-artblend .branding-box .shapes01 .layer01{
        width: 60px;
        height: 60px;
    }
    .se-artblend .branding-box .shapes02 .layer01{
        width: 67px;
        height: 67px;
    }


    .se-artblend .process-box .list-wrap .circle{
        width: 115px;
        height: 115px;
        font-size: 15px;
    }
    .se-artblend .process-box .list-wrap .circle-wrap{
        margin-top: 10px;
        margin-bottom: 10px;
    }



    /* -------------------- Artist -------------------- */
    .se-artist .artist-list{
        margin-top: 200px;
    }



    /* -------------------- Artwork - list -------------------- */
    .se-artwork .work-list ul li{
        width: calc(100%/3 - 60px/3);
        padding-bottom: calc(100%/3 - 60px/3);
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1024px){
   
    .se-whatis .cont-wrap .circle{
        width: 300px;
        height: 300px;
    }
    .se-whatis .cont-wrap .circle p{font-size: 50px;}
    .se-whatis .txt-wrap{
        padding-top: 250px;
    }
    .se-whatis .txt-wrap .txt1{font-size: 36px;}

    .se-whatis .cover.act .container{
        width: 300px;
        height: 300px;
    
        top: 310px;
        left: 150px;
    }
    .se-whatis .cover.act .dot{
        width: 295px;
        height: 295px;
    }



    /* -------------------- Art Blending -------------------- */
    .se-artblend .banr{
        padding-bottom: 55%;
    }
    .se-artblend h2{
        font-size: 52px;
        margin-top: -40px;
    }


    .se-artblend .diagram-wrap.m-act .circle.mid-circle .circle-track{
        transform: scale(1.22);
    }

    .se-artblend .diagram-wrap .circle{
        width: 145px;
        height: 145px;
    }
    .se-artblend .diagram-wrap .circle.mid-circle{
        width: 205px;
        height: 205px;
    }
    .se-artblend .diagram-wrap .circle.mid-circle p{font-size: 24px;}

    .se-artblend .diagram-wrap .circle.mid-circle .satellite-box{
        width: 97%;
        height: 97%;
    }
    .se-artblend .diagram-wrap .circle.mid-circle .satellite{
        width: 22px;
    }
    .se-artblend .diagram-wrap .circle.mid-circle .satellite span{
        line-height: 22px;
    }

    
    

    

    .se-artblend h3{
        font-size: 40px;
    }
    .dft-tit2::before{left: -32px;}

    .se-artblend .branding-box .tit{
        font-size: 27px;
        margin-bottom: 10px;
    }
    .se-artblend .branding-box .shapes01{
        padding-right: 10px;
    }
    .se-artblend .branding-box .shapes01 .layer01{
        width: 50px;
        height: 50px;
    }
    .se-artblend .branding-box .shapes01 .layer02{
        right: -10px;
    }
    .se-artblend .branding-box .shapes02 .layer01{
        width: 57px;
        height: 57px;
        border-radius: 18px;
    }

    .se-artblend .process-box .list-wrap{margin-top: 0;}





    /* -------------------- Artist -------------------- */    
    .se-artist .cover{
        width: 80%;
    }
    .se-artist .cover .topbox{
        padding-left: 5%;
    }
    .se-artist .cover .tit-wrap span{
        font-size: 80px;
        margin: 0 15px;
    }
    .se-artist .cover .frame{
        width: 300px;
        height: 300px;
    }

    .se-artist .fix-txtbox .tit{
        font-size: 36px;
    }



    /* -------------------- Artwork - list -------------------- */
    .se-artwork .titbox h2{font-size: 48px;}
    .se-artwork .titbox h2 .line{
        width: 170px;
    }

    .se-artwork .brand-list ul li{
        width: calc(100%/2 - 35px/2);
    }
    .se-artwork .brand-list ul li:nth-of-type(3n-1){transition-delay: unset;}
    .se-artwork .brand-list ul li:nth-of-type(3n){margin-right: 35px; transition-delay: unset;}
    .se-artwork .brand-list ul li:nth-of-type(2n){margin-right: 0; transition-delay: 0.2s;}




    /* -------------------- Artwork - detail -------------------- */
    .se-artwork .titbox .tit02{
        font-size: 52px;
    }
    .se-artwork .cont-wrap h3{font-size: 36px;}




    /* -------------------- contact -------------------- */
    .se-contact .toptit{
        font-size: 36px;
    }

    .inputbox label::before{
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .inputbox02 label{margin-bottom: 20px;}

    .se-contact .info-list{
        padding: 30px;
    }

    .se-contact .se02 h3{
        font-size: 26px;
    }

}

@media screen and (max-width:850px){
    .se-whatis .cont-wrap .circle{
        width: 240px;
        height: 240px;
    }
    .se-whatis .cont-wrap .circle p{font-size: 40px;}
    .se-whatis .txt-wrap{
        padding-top: 200px;
    }
    .se-whatis .txt-wrap .txt1{font-size: 32px;}

    .se-whatis .cover.act .container{
        width: 240px;
        height: 240px;
    
        top: 280px;
        left: 120px;
    }
    .se-whatis .cover.act .dot{
        width: 235px;
        height: 235px;
    }


    /* -------------------- Art Blending -------------------- */
    .se-artblend h2{
        font-size: 44px;
        margin-top: -32px;
        margin-bottom: -30px;
    }

    .se-artblend .cont-wrap{
        flex-direction: column;
    }
    .se-artblend .cont-wrap .lft{
        width: 100%;
    }
    .se-artblend .cont-wrap .rgt{
        width: 100%;
    }

    .se-artblend .diagram-wrap{margin-top: 80px;}

    .se-artblend h3{
        font-size: 35px;
        margin-bottom: 25px;
    }
    .se-artblend h3::before{display: none;}

    .se-artblend .branding-box .tit{
        font-size: 24px;
    }

    .se-artblend .process-box .list-wrap .circle{
        width: 100px;
        height: 100px;
    }

    .se-artblend .mkt-list ul > li{margin-bottom: 50px;}
    .se-artblend .mkt-list .icobox{
        width: 30px;
    }
    .se-artblend .mkt-list .icobox .dot{
        width: 9px;
        height: 9px;
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .se-artblend .mkt-list .icobox.ico03{
        height: 30px;
    }




    /* -------------------- Artist -------------------- */
    .se-artist .fix-txtbox.act .inner{
        position: absolute !important;
        top: unset !important;
    }
    .se-artist .fix-txtbox .tit{
        font-size: 32px;
    }
    .se-artist .artist-list li .tit{font-size: 40px;}
    .se-artist .artist-list li .exp-box{
        padding: 30px 25px;
    }




    /* -------------------- Artwork - list -------------------- */
    .se-artwork .titbox h2{
        font-size: 42px;
        margin-bottom: 20px;
    }
    .se-artwork .titbox h2 .line{
        width: 155px;
        margin-bottom: 10px;
    }

    .se-artwork .brand-list ul li{
        width: calc(100%/2 - 25px/2);
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .se-artwork .brand-list ul li:nth-of-type(3n){margin-right: 25px; transition-delay: unset;}
    .se-artwork .brand-list ul li:nth-of-type(2n){margin-right: 0;}




    /* -------------------- Artwork - detail -------------------- */
    .se-artwork .banr .frame{
        margin-top: -42px;
    }
    .se-artwork .titbox .tit02{
        font-size: 48px;
    }
    .se-artwork .cont-wrap h3{font-size: 32px;}
   
    .se-artwork .cont-wrap .sub{
        margin-bottom: 55px;
    }
    .se-artwork .cont-wrap .rgt{
        width: calc(68% + 20px);
    }
    .se-artwork .cont-wrap .rgt h4{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .se-artwork .cont-wrap .case-list{
        transform: translateX(-10px);
    }
    .se-artwork .cont-wrap .case-list li{
        padding: 0 10px;
        margin-bottom: 20px;
    }




    /* -------------------- contact -------------------- */
    .se-contact .toptit{
        font-size: 32px;
        margin-bottom: 80px;
    }
    .input-contwrap{margin-bottom: 50px;}
    .se-contact .input-area{
        min-height: 230px;
    }
    .se-contact .input-area textarea{font-size: 15px;}

    .inputbox02{
        width: calc(50% - 35px/2);
        margin-top: 40px;
        margin-right: 35px;
    }
    .inputbox02.emailbox{
        width: 100%;
        margin-right: 0;
    }
    .se-contact .info-list{
        margin-left: 20px;
        padding: 25px;
    }
    .se-contact .info-list ol{
        margin-top: 20px;
    }
    .se-contact .info-list ol li{
        margin-top: 10px;
    }

    .se-contact .se02 h3{
        font-size: 24px;
        margin-bottom: 15px;
    }

    .popup .contbox{
        padding-bottom: 20px;
    }
    .popup .contbox .tit-wrap{padding: 20px 0;}
    .popup .contbox .tit-wrap h3{font-size: 22px;}
    .popup .contbox .tit-wrap .btn-clse{font-size: 28px;}
    .popup .contbox .inner{
        margin-top: 20px;
        font-size: 15px;
    }
    .popup .btn-pop{padding: 20px;}
}


@media screen and (max-width:700px){

    .se-whatis{
        position: relative;
    }
    .se-whatis .cover{
        position: absolute;
        height: 100vh;
    }
    .se-whatis .cover.act .container{
        left: calc(5% + 120px);
    }
    .se-whatis .cont-wrap .circle-box{
        position: unset;
        width: 90%;
        margin: 0 auto;
    }
    .se-whatis .cont-wrap .circle{
        position: relative;
    }


    .se-whatis .txt-wrap{
        padding-top: 150px;
    }
    .se-whatis .txt-wrap .box{
        width: 90%;
        margin: 0 5%;
    }


    /* -------------------- Artist -------------------- */
    .se-artist .cover{
        width: 90%;
    }
    .se-artist .cover .topbox{padding-left: 0;}
    .se-artist .artist-list li .exp-box .detail br{display: none;}




    /* -------------------- Artwork - detail -------------------- */
    .se-artwork .cont-wrap{
        flex-direction: column;
    }
    .se-artwork .cont-wrap .lft{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .se-artwork .cont-wrap .rgt{
        width: calc(100% + 20px);
    }





    /* -------------------- contact -------------------- */
    .input-contwrap.area-contwrap .inner{
        flex-wrap: wrap;
    }
    .se-contact .input-area{
        width: 100%;
        max-width: unset;
        height: 180px;
        min-height: unset;
    }
    .se-contact .info-list{
        width: 100%;
        max-width: unset;
        margin-left: 0;
    }

    .se-contact .se02 .container{
        flex-direction: column;
    }
    .se-contact .se02 .contbox{
        width: 100%;
    }
    .se-contact .se02 .contbox.rgt{
        min-width: none;
        margin-top: 30px;
    }

}


@media screen and (max-width:600px){

    .se-whatis .cover.act .container{
        top: 240px;
        left: 50%;
    }


    .se-whatis .cont-wrap .circle{
        margin: 0 auto;
    }
    .se-whatis .cont-wrap .circle p{
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 34px;
    }

    .se-whatis .txt-wrap{
        padding-top: 100px;
    }
    .se-whatis .txt-wrap .txt1{
        font-size: 29px;
    }


    /* -------------------- Art Blending -------------------- */
    .se-artblend h2{
        font-size: 36px;
        margin-top: -27px;
        margin-bottom: -20px;
    }

    .se-artblend .diagram-wrap{
        width: 90%;
        margin: 50px auto 0;
    }
    .se-artblend .diagram-wrap .circle{
        width: 23.7vw;
        height: 23.7vw;
    }
    .se-artblend .diagram-wrap .circle.mid-circle{
        width: 32.5vw;
        height: 32.5vw;
    }
    .se-artblend .diagram-wrap .circle.mid-circle p{font-size: 20px;}
    .se-artblend .diagram-wrap .circle.mid-circle .satellite{
        width: 3.5vw;
        height: 3.5vw;
    }

    .se-artblend h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .se-artblend{
        overflow-x: hidden;
    }
    .se-artblend .cont-wrap02 .lft,
    .se-artblend .cont-wrap02 .rgt,
    .se-artblend .cont-wrap03 .lft,
    .se-artblend .cont-wrap03 .rgt{
        width: 90%;
        margin: 0 auto;
    }
    .se-artblend .branding-box .tit{
        font-size: 21px;
    }

    .se-artblend .process-box .list-wrap{
        flex-wrap: nowrap;
        overflow-x: auto;
        width: calc(100% + (100vw - (100vw*0.81))/2);
        margin-top: 15px;
        box-sizing: border-box;
    }
    .se-artblend .process-box .list-wrap .circle{
        width: 85px;
        height: 85px;
        font-size: 13px;
        flex-shrink: 0;
    }
    .se-artblend .process-box .list-wrap .circle.end{
        position: relative;
        margin-right: 10vw;
    }
    .se-artblend .process-box .list-wrap .circle.end::after{
        position: absolute;
        right: -10vw;
        display: block;
        width: 10vw;
        height: 50px;
        content: '';
    }
    .se-artblend .process-box .list-wrap .circle-wrap{
        padding: 7px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .se-artblend .cont-wrap03{margin-top: 30px;}
    .se-artblend .cont-wrap03 .rgt p .mobr{display: none;}
    .se-artblend .mkt-list .txtbox .tit{width: 80px;}





    /* -------------------- Artist -------------------- */
    .se-artist .cover{
        width: 100%;
    }
    .se-artist .cover .topbox{
        width: 80%;
        margin-left: 20%;
    }
    .se-artist .cover .tit-wrap{
        display: flex;
        justify-content: space-between;
        width: 90%;
        padding: 0 5%;
    }
    .se-artist .cover .tit-wrap span{
        font-size: 12vw;
        margin: 0;
    }
    .se-artist .cover .frame{
        position: relative;
        width: 70%;
        height: 0;
        padding-bottom: 70%;
        z-index: -1;
    }
    .se-artist .cover .frame img{
        position: absolute;
    }
    .se-artist .fix-txtbox .tit{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .se-artist .artist-list ul{display: block;}
    .se-artist .artist-list li{
        margin-bottom: 120px;
    }
    .se-artist .artist-list li .inner{
        width: 65%;
    }
    .se-artist .artist-list li .tit{
        font-size: 34px;
        margin-bottom: -20px;
    }
    .se-artist .artist-list li .exp-box{
        padding: 25px 20px;
    }
    .se-artist .artist-list li .exp-box .name{
        margin-bottom: 10px;
    }
    .se-artist .artist-list .li-recruit{
        justify-content: center !important;
        /* margin-bottom: 8vh;
        margin-top: 40vh; */
    }



    /* -------------------- Artwork - list -------------------- */
    .se-artwork .titbox h2{font-size: 36px;}
    .se-artwork .titbox h2 .line{
        width: 135px;
    }

    .se-artwork .work-list ul{margin-top: 80px;}
    .se-artwork .work-list ul li{
        width: calc(100%/2 - 30px/2);
        padding-bottom: calc(100%/2 - 30px/2);
    }
    .se-artwork .work-list ul li:nth-of-type(3n-1){
        transition-delay: unset;
    }
    .se-artwork .work-list ul li:nth-of-type(3n){margin-right: 30px; transition-delay: unset;}
    .se-artwork .work-list ul li:nth-of-type(2n){margin-right: 0; transition-delay: 0.2s;}


    .se-artwork .brand-list ul{
        margin-top: 35px;
    }
    .se-artwork .brand-list ul li{
        padding: 20px;
    }





    /* -------------------- Artwork - detail -------------------- */
    .se-artwork .titbox .tit02{
        font-size: 44px;
    }
    .se-artwork .banr{
        width: 95%;
        margin-left: 5%;
    }
    .se-artwork .cont-wrap h3{
        font-size: 28px;
    }
    .se-artwork .cont-wrap .rgt{
        width: calc(100% + 15px);
    }

    .se-artwork .cont-wrap .case-list{
        transform: translateX(-7.5px);
    }
    .se-artwork .cont-wrap .case-list li{
        padding: 0 7.5px;
        margin-bottom: 15px;
    }




    /* -------------------- contact -------------------- */
    .se-contact .toptit{
        font-size: 28px;
    }

    .input-contwrap{margin-bottom: 40px;}
    .input-tit{margin-bottom: 20px;}
    .inputbox{margin-right: 30px;}
    .inputbox label::before{
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .inputbox02 label{
        margin-bottom: 15px;
    }
    .inputbox02 input, .inputbox02 select{padding-bottom: 5px;}

    .se-contact .btn-wrap .btn{
        font-size: 16px;
        padding: 20px 40px;
    }

    .se-contact .se02 h3{
        font-size: 22px;
    }

}

@media screen and (max-width:450px){

    .se-whatis .cover.act .container{
        width: 210px;
        height: 210px;
    
        top: 210px;
        left: 50%;
    }
    .se-whatis .cover.act .dot{
        width: 208px;
        height: 208px;
    }

    .se-whatis .cont-wrap .circle{
        width: 210px;
        height: 210px;
    }
    .se-whatis .cont-wrap .circle p{
        font-size: 30px;
    }

    .se-whatis .txt-wrap{
        padding-top: 80px;
    }
    .se-whatis .txt-wrap .txt1{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .se-whatis .txt-wrap .txt3{
        margin-top: 20px;
    }
    .se-whatis .txt-wrap .txt2 br{display: none;}
    .se-whatis .txt-wrap .txt2 .br-line{display: block;}


    /* -------------------- Art Blending -------------------- */
    .se-artblend .banr{
        padding-bottom: 63%;
    }
    .se-artblend h2{
        font-size: 30px;
        margin-top: -23px;
        margin-bottom: -10px;
    }
    .se-artblend .diagram-wrap .circle{
        width: 25vw;
        height: 25vw;
    }
    .se-artblend .diagram-wrap .circle.mid-circle{
        width: 33.7vw;
        height: 33.7vw;
    }
    .se-artblend .diagram-wrap .circle.mid-circle p{font-size: 18px;}

    .se-artblend .diagram-wrap .circle.lft-circle{
        margin-top: -20vw;
        margin-right: -2vw;
    }
    .se-artblend .diagram-wrap .circle.rgt-circle{
        margin-bottom: -20vw;
        margin-left: -2vw;
    }
    .se-artblend .diagram-wrap .circle p{font-size: 12px;}

    .se-artblend h3{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .se-artblend .branding-box{
        display: block;
        margin-top: 0;
    }
    .se-artblend .branding-box .inner{
        width: 100%;
        margin: 30px 0;
    }
    .se-artblend .branding-box .shapes{
        margin-right: 30px;
    }
    .se-artblend .branding-box .shapes01 .layer01{
        width: 45px;
        height: 45px;
    }
    .se-artblend .branding-box .shapes02 .layer01{
        width: 52px;
        height: 52px;
    }
    .se-artblend .branding-box .tit{
        font-size: 18px;
    }

    .se-artblend .process-box .list-wrap .circle{
        width: 75px;
        height: 75px;
        font-size: 12px;
    }

    .se-artblend .mkt-list{margin-top: 40px;}
    .se-artblend .mkt-list ul > li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .se-artblend .mkt-list .txtbox .tit{
        width: 30%;
        min-width: 75px;
    }
    .se-artblend .mkt-list .txtbox ol li{margin-bottom: 5px;}




    /* -------------------- Artist -------------------- */
    .se-artist .fix-txtbox .tit{
        font-size: 24px;
    }

    .se-artist .artist-list{
        margin-top: 220px;
    }
    .se-artist .artist-list li{
        margin-bottom: 100px;
    }
    .se-artist .artist-list li .inner{
        width: 70%;
    }
    .se-artist .artist-list li .tit{font-size: 28px;}

    .se-artist .recruit-wrap .a-circle{
        width: 195px;
        line-height: 195px;
        font-size: 18px;
        margin-left: 25px;
    }
    .se-artist .recruit-wrap .circle-ovlay{
        width: 195px;
        height: 195px;
    }
    .se-artist .recruit-wrap .txt{
        font-size: 25px;
        left: -25px;
    }





    /* -------------------- Artwork - list -------------------- */
    .se-artwork .titbox h2{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .se-artwork .titbox h2 .line{
        width: 100px;
        height: 3px;
        margin: 0 5px 8px;
    }

    .se-artwork .work-list ul{margin-top: 60px;}
    .se-artwork .work-list ul li{
        width: calc(100%/2 - 20px/2);
        padding-bottom: calc(100%/2 - 20px/2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .se-artwork .work-list ul li:nth-of-type(3n){margin-right: 20px;}
    .se-artwork .work-list ul li:nth-of-type(2n){margin-right: 0;}


    .se-artwork .brand-list ul li{
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
        transition-delay: unset !important;
    }




    /* -------------------- Artwork - detail -------------------- */
    .se-artwork .banr .frame{
        margin-top: -33px;
        padding-bottom: 60%;
    }
    .se-artwork .titbox .tit02{
        font-size: 40px;
    }
    .se-artwork .cont-wrap .lft{
        margin-bottom: 10px;
    }
    .se-artwork .cont-wrap h3{
        font-size: 24px;
    }

    .se-artwork .cont-wrap .rgt{width: 100%;}
    .se-artwork .cont-wrap .rgt h4{font-size: 18px;}
    .se-artwork .cont-wrap .case-list{
        transform: translateX(0);
    }
    .se-artwork .cont-wrap .case-list li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }





    /* -------------------- contact -------------------- */
    .se-contact .toptit{
        font-size: 24px;
        margin-bottom: 60px;
    }
    .se-contact .toptit .mobr{display: block;}

    .input-contwrap{margin-bottom: 30px;}
    .input-tit{margin-bottom: 15px;}

    .se-contact .input-area{
        margin-bottom: 30px;
        padding: 15px;
    }
    .se-contact .input-area textarea{font-size: 14px;}
    .se-contact .info-list{
        margin-bottom: 30px;
        padding: 20px;
    }
    .se-contact .info-list ol{margin-top: 15px;}

    .inputbox{margin-bottom: 10px;}

    .inputbox02{
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .se-contact .agree-wrap .btn-more{
        padding: 6px 10px;
        margin-left: 10px;
    }

    .se-contact .btn-wrap{margin-top: 50px;}
    .se-contact .btn-wrap .btn{
        padding: 16px 35px;
    }

    .se-contact .se02 h3{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .se-contact .se02 ol li{margin-bottom: 8px;}
    .se-contact .se02 .btn-map{
        padding: 6px 10px;
    }

    .se-contact .se02 .address{margin-bottom: 10px;}

    .popup .contbox .tit-wrap{padding-bottom: 15px;}
    .popup .contbox .tit-wrap h3{font-size: 20px;}
    .popup .contbox .tit-wrap .btn-clse{font-size: 25px;}
    .popup .contbox .inner{font-size: 14px;}




    /* -------------------- login -------------------- */
    #mb_login .logo{
        margin-bottom: 30px;
    }
    #mb_login .input-wrap .ico{font-size: 14px;}
    #mb_login .input-wrap input{font-size: 15px;}
    #mb_login .btn_submit{
        font-size: 15px;
        height: 46px;
    }

    
}

