<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
/*clubn index*/
.clubn_index {background:#232323; position:relative;}
.clubn_index &gt; *{word-break:keep-all;}
.clubn_index:after {z-index:1; content: ''; display: inline-block; width: 52px; height: 994px; background: url("../img/clubn/index/kv_deco1.png") 100% center no-repeat; position: absolute; top: 175px; left: 35px;}
.clubn_index:before {z-index:1; content: ''; display: inline-block; width: 12px; height: 610px; background: url("../img/clubn/index/kv_deco2.png") 100% center no-repeat; position: absolute; top: 385px; right: 35px;}
.clubn_index .section1 {padding: 10vw;height: 100%;min-height: 125vh;overflow: visible;display: flex;flex-direction: column;justify-content: center;overflow-y: visible;position: relative;}
.clubn_index .section1:after {z-index:1; content: ''; display: inline-block; width: 100%; height: 700px; background: url("../img/clubn/index/txt_dim.png") 100% center no-repeat; position: absolute; bottom: 0; left: 0;background-size:cover;}
.clubn_index .section1 .button_wrap {position: absolute; z-index: 2; bottom: 50px; left: 0; right: 0; text-align: center;}
.clubn_index .section1 .h2_button {display:block; margin: 0 auto;left: 0;right: 0;max-width: 595px;margin: 0 auto;background: url(../img/clubn/index/h2_button.png) center no-repeat;height: 115px;background-size: 100%;margin-top:5%}
.clubn_index .section1 .h2_button:hover {transition: 0.3s;background: url(../img/clubn/index/h2_button_hover.png) center no-repeat; background-size:100%;}
.clubn_index .section2 {background:#fcfcfc;}
.clubn_index .section2 .your_space {width: 100%;/*max-width: 1700px;*/margin: 0 auto;display: block;;}
.clubn_index .credit {text-align: center;z-index: 999;font-size: 0.8rem;position: fixed;bottom: 1rem;right: 1rem;writing-mode: vertical-rl;text-orientation: mixed;}
.clubn_index img.kv_logo {margin: 250px auto 500px;text-align: center;z-index: 2;max-width: 573px;display: grid;place-items: center;box-shadow:inherit;}
.clubn_index h2 {width:95%; line-height: 60px; z-index: 2;text-align: center;color: #fff; font-size: 33px; font-weight: 300; margin-bottom: 30px;}
.clubn_index .gallery {z-index: 0;display: flex;flex-direction: row;justify-content: center;width: 100%;height: 100%;position: fixed;top: 0;left: 50%;transform: translateX(-50%);overflow: visible;max-width:1720px;}
.clubn_index .col {display: flex;flex: 1;flex-direction: column;width: 100%;align-self: flex-start;justify-self: flex-start;margin-top: -50px;}
.clubn_index .col:nth-child(2) {align-self: flex-end;justify-self: flex-end;}
.clubn_index .image {width: 100%;padding: 1rem;}
.clubn_index .image img {transition: 0.3s ease-out;width: 100%;}
.clubn_index .notice_wrap {background:#5d5d5d; width:100%; max-width:1450px; margin:0 auto; margin-top: 80px; color: #fff; padding: 15px 25px; position:relative;}
.clubn_index .notice_wrap:after {z-index:1; content: ''; display: inline-block; width: 20px; height: 96px; background: url("../img/clubn/index/notice_deco.png") 100% center no-repeat; position: absolute; top: 0; left: -30px;}
.clubn_index .notice_wrap li {display:none; opacity: 0;}
.clubn_index .notice_wrap li.on {display:block; opacity: 1; transition: 0.5s;}
.clubn_index .notice_wrap li .new {background: #ffe600;color: #000;border-radius: 2px;font-size: 16px;display: inline-block;text-align: center;margin-left: 5px;vertical-align: super;padding: 0 3.5px;}
.clubn_index .notice_wrap li p:first-child {font-size:18px; margin-bottom: 8px;}
.clubn_index .notice_wrap li p:last-child {font-size:30px; font-weight: 500;}
.clubn_index .notice_navi{max-width: 115px; margin: 20px auto;}
.clubn_index .notice_navi .dot_wrap {display: flex; align-items: flex-start; justify-content: center;}
.clubn_index .notice_navi .dot_wrap .dot{margin-right: 10px; border-radius:100px; font-size:0; display:inline-block;background:#5d5d5d;position:relative;cursor:pointer;width:12px; height:12px; text-align:left;transition:0.5s}
.clubn_index .notice_navi .dot_wrap .dot.on{background:#ffe600; width:25px;transition:0.5s}
.clubn_index .notice_navi .dot_wrap .arrow {cursor:pointer; width:8px; height:8px; margin-right: 15px;}
.clubn_index .notice_navi .dot_wrap .arrow.right {margin-right: 0; margin-left:5px;}
.clubn_index .benefit {background: url("../img/clubn/index/benefit_bg.jpg"); background-size: cover; padding: 80px 0;}
.clubn_index .benefit .title {z-index: 2;text-align: center;color: #fff; font-size: 50px; font-weight: 400;margin-bottom:40px;}
.clubn_index .benefit .benefit_wrap {display:flex; margin: 0 auto; width: 100%; max-width: 1700px; justify-content: space-between;}

/*clubn list*/
.clubn_list ul{width: 100%;    display: grid;grid-template-columns: 1fr 1fr  1fr 1fr;}
.clubn_list ul li{margin:4%;border:1px solid #f3f3f3;border-radius:15px;overflow:hidden;background: #f5f5f5;}
.clubn_list ul li a{display:block;width:100%;position:relative;overflow:hidden;padding-bottom:77px;}
.clubn_list ul li a img{width:100%;}
.clubn_list ul li a .hover_color {    position: absolute;    top: 0;    left: 0;    width: 100%;    opacity: 0;    transition: 0.5s ease 0.1s;}
.clubn_list ul li:hover .hover_color {    opacity: 1;    transition: 0.5s ease;}
.clubn_list ul li .mem_txt{background:#fff;/*margin-bottom:-50px;*/   transition: 0.7s ease ;position:absolute;bottom:0;left:0;width:100%;border-radius:15px 0 0 0;;border-top:3px solid #ffe600}
.clubn_list ul li .mem_txt .top_txt{background:#fff;position:relative;padding:5% 5% 0 5%;border-radius:15px 0 0 0;}
.clubn_list ul li .mem_txt .top_txt:after{background:url("../img/clubn/list_deco_y.png")no-repeat;top:-20px;right:0;width:20px;height:20px;content:"";position:absolute;}
.clubn_list ul li .mem_txt .top_txt p{ displaY:inline-block;vertical-align:middle;}
.clubn_list ul li .mem_txt .top_txt p.grade{font-size:2rem;background:#ffe600;border-radius:50%;height:40px;width:40px;text-align:center;padding-top:5px;display:none;/*2024-04-18(목)*/}
.clubn_list ul li.m_l .mem_txt .top_txt p.grade{background:#7fc1ff;color:#fff;}
.clubn_list ul li.m_m .mem_txt .top_txt p.grade{background:#ff8100;color:#fff;}
.clubn_list ul li .mem_txt .top_txt p.right_txt{/*padding-left:10px;width:calc(100% - 50px);*/}
.clubn_list ul li:hover .mem_txt{transition: 0.5s ease;padding-bottom:5%}
.clubn_list ul li .mem_txt .top_txt p span{display:inline-block;}
.clubn_list ul li .mem_txt .top_txt p .m_name{color:#000;font-size:1.5rem;}
.clubn_list ul li .mem_txt .top_txt p .m_grade{font-size:1rem;color:#666;padding-left:5px;}
.clubn_list ul li .mem_txt .top_txt p .m_catg{width:100%;margin-top:5px;font-size:1rem;color:#000;}
.clubn_list ul li .mem_txt .top_txt p .coment{width:100%;}
.clubn_list ul li .mem_txt .bottom_txt{font-size:0.95rem;color:#666;opacity:0;   transition: 0.5s ease 0.2s;height:10px;padding:5% 5% 0 5%;}
.clubn_list ul li .mem_txt .bottom_txt p br{display:none;}
.clubn_list ul li:hover .mem_txt .bottom_txt{opacity:1;   transition: 0.5s ease 0.3s;padding-top:10px;height:auto;}
.clubn_list ul li:hover{--border-angle: 0turn;    --main-bg: conic-gradient( from var(--border-angle), #fff, #ffe600 5%, #fff 60%, #fff 95% );
    border: solid 2.5px transparent;    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #fff, #ffe600 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;    animation: bg-spin 3s linear infinite;}
	
	  @keyframes bg-spin {	  to {      --border-angle: 1.5turn;    }	  }
	  @property --border-angle {  syntax: "&lt;angle&gt;";  inherits: true;  initial-value: 0turn;}


/*clubn_view*/
.clubn_view {display: flex; padding:20px 0 100px 0;}
.clubn_view .m_name{color:#000; font-size:15px; font-weight: bold;}
.clubn_view .m_grade{font-size:1rem;color:#848484;padding-left:5px;}
.clubn_view .m_catg{width:100%;margin-top:5px;font-size:1rem;color:#5d5d5d; display:block; font-weight: 600;}
.clubn_view .coment{width:100%;}
.clubn_view .artist_ex {padding:30px; border:1px solid #ddd;width:362px}
.clubn_view .artist_ex .profile_img {position: relative; display: inline-block;}
.clubn_view .artist_ex .profile_img:before{z-index:1; content: ''; display: inline-block; width: 39px; height: 39px; background: url("../img/clubn/profile_deco.png") 100% center no-repeat; position: absolute; top: 0; right: 0;}
.clubn_view .artist_ex .profile_img:after{z-index:1; content: ''; display: inline-block; width: 39px; height: 39px; background: url("../img/clubn/profile_deco.png") 100% center no-repeat; position: absolute; bottom: 0; left: 0; transform:rotate(180deg);}
.clubn_view .artist_ex .profile_txt1 {margin-top:15px;}
.clubn_view .artist_ex .profile_txt1 .sns_box {display:flex; justify-content: space-between; align-items: center;}
.clubn_view .artist_ex .profile_txt1 .sns_box .sns img{background:#ddd; border-radius: 5px; max-width:30px;}
.clubn_view .artist_ex .profile_txt1 .sns_box .sns img:hover {background:#9a9a9a; transition: 0.3s;}
.clubn_view .artist_ex .profile_box img {max-height: 236px;}
.clubn_view .artist_ex .profile_box .pofile_file {margin-left:15px; width:100%;}
.clubn_view .artist_ex .profile_box .pofile_file h5{font-size:1.3rem}
.clubn_view .artist_ex .profile_box .pofile_file h6{font-size:1.3rem;margin:10px 0}
.clubn_view .artist_ex .profile_box .pofile_file ol {line-height: 18px; color:#666666;}
.clubn_view .artist_ex .profile_box .pofile_file ol li{position:relative;padding-left:10px;margin-bottom:5px;}
.clubn_view .artist_ex .profile_box .pofile_file ol li:before{content:"-";position:absolute;top:0;left:0;}
.clubn_view .artist_ex .profile_box .pofile_file .add_pof {cursor:pointer; display: flex; align-items: center; position:absolute; right: 0;}
.clubn_view .profile_box {display:flex;margin: 40px 0;}
.clubn_view .profile_txt2 {margin-bottom:50px;width:100%;text-align:center;border-top:2px solid #dadada;border-bottom:2px solid #dadada;}
.clubn_view .profile_txt2 .decoline{position:relative;background:#f4f4f4;padding:30px 0;}
.clubn_view .profile_txt2 .decoline:before{content: '';width: 39px; height: 39px; background: url("../img/clubn/coment_deco.png") 100% center no-repeat; position: absolute; top: -19px; left: 10%;background-size:contain}
.clubn_view .profile_txt2 .decoline:after{content: '';width: 39px; height: 39px; background: url("../img/clubn/coment_deco2.png") 100% center no-repeat; position: absolute; bottom: -19px; right: 10%;;background-size:contain}
.clubn_view .profile_txt2 .decoline p{font-size:1.7rem;font-weight:600;margin-bottom:0;}
.clubn_view .profile_txt2 .decoline p{}
.clubn_view .artist_colum{padding-left:15px;font-sizE:1.4rem;}
.clubn_view .artist_txt {font-size:1.2rem; line-height: 35px; padding:0 3% 3% 3%; background: url("../img/clubn/back_deco.png") no-repeat; background-position-x: right; background-position-y: bottom;width:calc(100% - 372px);}
.clubn_view .artist_txt br {display:block;}
.clubn_view .artist_txt p {margin-bottom:30px;}
.clubn_view .artist_txt p:last-child {margin-bottom:0;}
.clubn_view .artist_txt span.name {font-size:24px; font-weight:bold;}
.clubn_view .artist_txt span.yellow_line {font-weight:bold; background: url("../img/clubn/yellow_line.png");}
.clubn_view .add_pof_btn{width:20px; height:20px; line-height:0; cursor:pointer; position:relative; }
.clubn_view .add_pof_btn .icon-bar{display: block;width: 12px;height: 1px;-webkit-transition: all 0.3s 0s ease,background 0s 1.3s ease;transition: all 0.3s 0s ease,background 0s 1.3s ease;background: #4c4c4c;
margin: 0 auto;position: absolute;top: 50%;left: 50%;margin-left: -6px;}
.clubn_view .add_pof_btn .icon-bar.first{transform: rotate(90deg);}
.clubn_view .add_pof:hover .add_pof_btn .icon-bar.first{transform: rotate(0deg);}
.clubn_view .add_pof.on .add_pof_btn .icon-bar.first{transform: rotate(0deg);}

.clubn_foot {max-width: 1400px; width: 100%; margin: 0 auto;}
.clubn_foot .with_product{padding-bottom:30px;}
.clubn_foot .with_product .title {font-size: 2rem; margin-bottom: 20px;}
.clubn_foot .with_product ul {width: 100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;}
.clubn_foot .with_product li {background: #f1f1f1; border-radius: 15px;display:inline-block;margin:1%;}
.clubn_foot .with_product li a {display: block;}
.clubn_foot .with_product li a .img_box {width: 80%; margin: auto; padding: 10px 0;}
.clubn_foot .with_product li a .img_box img {transition: 0.5s;}
.clubn_foot .with_product li:hover a .img_box img {scale: 1.1;}
.clubn_foot .with_product li a .product_name {font-size: 1.3rem; text-align: center; padding-bottom: 20px;}
.clubn_foot .paging {position: relative;padding:30px 0; display: flex;}
.clubn_foot .paging a{ vertical-align:middle;padding:5px 0}
.clubn_foot .paging a img {vertical-align: middle;; margin: 0 15px; transition: 0.5s;}
.clubn_foot .paging a span {font-size: 1.3rem;}
.clubn_foot .paging a p.btn_title {font-size: 1.3rem; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: middle;width: calc(100% - 149px);}
.clubn_foot .paging a:hover span {color: rgba(0,0,0,0.8)}
.clubn_foot .paging a.btn {width: calc(50% - 12.5px);}
.clubn_foot .paging a.btn span{display:inline-block;vertical-align:middle;}
.clubn_foot .paging a.prev span::after {content: ""; display: inline-block; width: 1px; height: 14px; background: #000; margin: 0 15px; margin-bottom: -2px;}
.clubn_foot .paging a.prev:hover img {transform: translateX(-5px);}
.clubn_foot .paging a.next {text-align: right;}
.clubn_foot .paging a.next span::before {content: ""; display: inline-block; width: 1px; height: 15px; background: #000; margin: 0 15px; margin-bottom: -2px;}
.clubn_foot .paging a.next:hover img {transform: translateX(5px);}
.clubn_foot .all_menu {font-size: 1.3rem; display: inline-block;}
.clubn_foot .all_menu.mo {display: none;}
.clubn_foot .all_menu span {display: block; width: 25px; height: 2px; background: #000;}
.clubn_foot .all_menu span:nth-of-type(2) {margin: 8px 0;}
.clubn_foot .all_menu:hover span {background:#ffe600}

/* 슬라이드 */
.slide.clubn_view {background:#ededed;padding:60px 0 20px;}
/*.slide.clubn_view .carousel-control.prev {left:-50%;}
.slide.clubn_view .carousel-control.next {right:-50%;}*/
.slide.clubn_view .carousel-control.prev {left: calc(50% - 317px);  position: absolute;    top: calc(50% - 26px);}
.slide.clubn_view .carousel-control.next {right: calc(50% - 317px);    position: absolute;    top: calc(50% - 26px);}
.slide.clubn_view .carousel-control {position: relative;cursor: pointer;display: flex;align-content: center;justify-content: center;color: white;fill: currentcolor;border: none;touch-action: manipulation;transform: translateY(0);}
.slide.clubn_view .carousel-control:active {transform: translateY(1px);}
.slide.clubn_view .checkbox {position: fixed;top: 0;left: 0;z-index: 1;cursor: pointer;background-color: inherit;padding: 1rem;opacity: 0;}
.slide.clubn_view .container {/*display: grid;*/grid-template: "container" 1fr;place-items: center;place-content: center;overflow: hidden;position: relative;margin: 0 auto;width: 100%;z-index:1;padding-bottom: 60px;}
.slide.clubn_view .container &gt; * {grid-area: container;max-width: 620px;}
.slide.clubn_view .container:before {z-index: 1;content: '';display: inline-block;width: 48%;height: 100%;background: #edededbd;position: absolute;top: 0px;left: -300px;}
.slide.clubn_view .container:after {z-index: 1;content: '';display: inline-block;width: 48%;height: 100%;background: #edededbd;position: absolute;top: 0px;right: -300px;}
.slide.clubn_view .carousel-viewport {position: relative;margin: 0 auto;z-index: -1;}
.slide.clubn_view .carousel-viewport .items {position: relative;display: flex;transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);}
.slide.clubn_view .carousel-viewport .item { position: relative; min-width: 100%; transform: translateZ(0); padding: 0 30px; max-width: 550px; max-height: 550px; width:100%; height:100%;overflow:hidden;display: flex;
    align-items: center;}
.slide.clubn_view .carousel-viewport .item .img_box{position:relative;width:100%;height:550px;}
.slide.clubn_view .carousel-viewport .item .img_box &gt; div	{background-size: cover !important;    background-position: center !important;position:absolute;top:0;lefT:0;right:0;bottom:0;}
.slide.clubn_view .carousel-viewport .item  p{position:absolute;bottom:5px;left:35px;    background: rgba(256, 256, 256, 0.5);    padding: 5px;}
.slide.clubn_view .carousel-viewport .item:hover a {opacity: 1; transition: 0.8s;}
.slide.clubn_view .carousel-viewport img {-o-object-fit: cover;object-fit: cover;width: 100%;height: 100%;}
.slide.clubn_view .carousel-viewport p &gt; * {display:block; font-weight:bold;}
.slide.clubn_view .carousel-viewport p span:first-child {font-size:16px; margin-top: 10px;}
.slide.clubn_view .carousel-viewport p span:last-child {font-size:12px; margin-top: 3px;}
.slide.clubn_view .carousel-viewport a {opacity: 0; background: url("../img/clubn/photo_glass.png") no-repeat; width:21px; height:24px; position:absolute; bottom: 10px; right: 42px;}


/*팝업*/
.photo_pop {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:10;text-align:center;display:flex;align-items : center;}
.photo_pop .popup{width: 75%; padding:0;height:86vh;background:0}
.photo_pop .pop_close{position:absolute; width:37px; height:37px; border:0; background:transparent; transition:0.6s; cursor:pointer; top: 15px; right: 20px; z-index: 1;}
.photo_pop .pop_close:before, .photo_pop .pop_close:after{content:''; position:absolute; top:47%; left:36%; width:37px; height:2px; margin-left:-12px; background-color:#fff; box-sizing:border-box; }
.photo_pop .pop_close:before{transform:rotate(-45deg); }
.photo_pop .pop_close:after{transform:rotate(45deg); }
.photo_pop .pop_close:hover{transform:rotate(180deg); }
.photo_pop .sr_only{position:absolute; overflow:hidden; display:inline-block; width:0; height:0; padding:0; margin:0; font-size:0; line-height:0; }
.photo_pop span.name {font-size:24px; font-weight:bold; position:relative;display:inline-block;max-width:80%;}
.photo_pop span.name:before{z-index:1; content: ''; display: inline-block; width: 39px; height: 39px; background: url("../img/clubn/profile_deco.png") 100% center no-repeat; position: absolute; top: -9px; right: -40px; background-size:70%;}
.photo_pop span.name:after{z-index:1; content: ''; display: inline-block; width: 39px; height: 39px; background: url("../img/clubn/profile_deco.png") 100% center no-repeat; position: absolute; bottom: -9px; left: -40px; transform:rotate(180deg); background-size:70%;}
.photo_pop .arrow_wrap{z-index:1; position: absolute; bottom: calc(50% - 0px); width: 100%; left: 0;display:flex; justify-content: space-between;}
.photo_pop .arrow_wrap p{display:inline-block;cursor:pointer;}
.photo_pop .arrow_wrap p.left {margin-left:10px;}
.photo_pop .arrow_wrap p.right {margin-right:10px;}
.photo_pop .pop_list {position:relative;}
.photo_pop .pop_list .pop_wrap {width:100%; position: absolute; top: 0; left: 0; opacity: 0; transition: .3s ease-in-out 0.1s;}
.photo_pop .pop_list .pop_wrap.on {border: 1px solid #212121;opacity: 1; background: #000; padding: 20px 40px; border-radius: 10px;}
.photo_pop .pop_list .pop_wrap .pop_flex {/*display:flex;*/}
.photo_pop .pop_list .pop_wrap .pop_img {width:100%; padding-bottom: 50%; position: relative;}
.photo_pop .pop_list .pop_wrap .pop_img .img_box {border-bottom: 0;position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;text-align: center;background: #000;padding: 0;}
.photo_pop .pop_list .pop_wrap .pop_img .img_box .img {display: inline-block; width: auto; height: auto;background-size: contain !important;background-position: center !important;position: absolute;left: 0;right: 0;bottom: 0;top: 0;text-align: center;}
.photo_pop .pop_list .pop_wrap .pop_info {align-items: center;justify-content: space-between;color:#fff; text-align: left;width:100%;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt1 {margin:20px auto 20px;text-align:center;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt1 span:last-child {/*margin-left:50px;*/ color:#a1a1a1;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2{display:none;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 p:nth-child(1) {margin-bottom: 15px; font-size:22px;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 .prdt_info {line-height: 35px; color:#fff;}
.photo_pop .photo_ex {width: 50%;padding-bottom: 56.3%;position: relative;}
.photo_pop .photo_ex .profile_img {border-bottom: 0;position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;text-align: center;background: #000;padding: 0;}
.photo_pop .photo_ex .profile_img img {width: auto;height: 100%;margin: 0 auto;}

@media screen and (max-width:1450px) {
.clubn_index .section1 .h2_button {width:35%;}
.clubn_index .notice_wrap {width:90%;}
.photo_pop .pop_list .pop_wrap .pop_img{padding-bottom:65%;}
}

@media screen and (max-width:1120px) {
/*clubn index*/
.clubn_index h2 {line-height:40px; font-size:23px;margin-bottom:20px;}
.clubn_index .section1 .button_wrap {bottom:20px;}
.clubn_index:after {background-size:50%; top: -168px; left: -18px;}
.clubn_index:before {top: 118px; right: 18px; background-size: 50%;}
.clubn_index .gallery {padding:0 3%;}
.clubn_index .section1 {padding: 7vw;}
.clubn_index .section1 .h2_button {bottom: 10px;}
.clubn_index .section2 .your_space {padding:1% 2%;}
.clubn_index .benefit .title {font-size:40px; margin-bottom: 20px;}
.clubn_index .benefit .benefit_wrap {padding:0 2%; flex-wrap:wrap; }
.clubn_index .notice_wrap {margin-left: 7%; margin-top: 10px;}


/*clubn list*/
.clubn_list ul{grid-template-columns: 1fr 1fr 1fr;}
.clubn_list ul li a{padding-bottom:66px;}

.slide.clubn_view .carousel-viewport a {opacity:1; bottom:10px;right:44px}

/*clubn_photo_pop*/
.photo_pop .pop_list .pop_wrap .pop_flex {display:block;}
.photo_pop .pop_list .pop_wrap .pop_img {width:100%;}
.photo_pop span.name {max-width:100%;}
.photo_pop .pop_list .pop_wrap .pop_info {padding-left:0;width:100%;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt1 {margin: 20px auto;text-align: center;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 p:nth-child(1) {font-size:18px;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 .prdt_info {display:flex; flex-wrap:wrap;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 .prdt_info li {width:calc(100% / 3 - 1px);}
.photo_pop .pop_close {width: 20px; height: 20px; top:10px; right:10px;}
.photo_pop .pop_close:before, .photo_pop .pop_close:after {width:25px;}

.photo_pop .arrow_wrap p.left {margin-left:10px;}
.photo_pop .arrow_wrap p.right {margin-right:10px;}
}

@media screen and (max-width:840px) {
/*clubn_list*/
.clubn_list ul li a{padding-bottom:50px;}
.clubn_list ul li .mem_txt .top_txt p.grade{width:30px;height:30px;padding-top:3px}

/*clubn_view*/
.clubn_view {display:block; padding:0 0 10px 0;}
.clubn_view .m_name, .clubn_view .artist_txt span.name {font-size:20px;}
.clubn_view .m_grade, .clubn_view .m_catg {font-size:1.5rem;}
.clubn_view .artist_ex {display:flex; padding: 10px;width:100%;}
.clubn_view .artist_ex .profile_box img {display:none;}
.clubn_view .profile_txt2 {margin-top:30px}
.clubn_view .artist_ex .profile_box .pofile_file {margin-left:0;text-align:left;}
.clubn_view .artist_txt {font-size:1.5rem; line-height:25px; padding: 10px 10px 60px 10px; background-size: 30%;width:100%;}
.clubn_view .profile_wrap02 {padding:0 0 0 20px; width: 60%;}

/*clubn_photo_pop*/
.photo_pop .popup {width:95%;}
.photo_pop span.name {font-size:18px;}
.photo_pop span.name:before {top: -20px;right: -20px; background-size: 30%;}
.photo_pop span.name:after {bottom: -20px; left: -20px; background-size: 30%;}
.photo_pop .pop_list .pop_wrap.on {padding:20px 30px;}
/*.photo_pop .pop_list .pop_wrap .pop_info .info_txt1 {margin:20px 0 20px 50px;}*/
/*.photo_pop .pop_list .pop_wrap .pop_info .info_txt1 span:last-child {margin-left:30px;}*/
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 p:nth-child(1) {font-size:14px;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 .prdt_info {line-height:20px;}
.photo_pop .pop_list .pop_wrap .pop_info .info_txt2 .prdt_info li {width:calc(100% / 2 - 1px);}
.photo_pop .pop_close {width:20px; height:20px; top:5px; right:5px;}
.photo_pop .pop_close:before, .photo_pop .pop_close:after {width:20px;}

/*clubn index*/
.clubn_index .benefit .benefit_wrap li {width:50%;}
.clubn_index img.kv_logo {margin:220px auto 500px; width: 100%;}
.clubn_index:after {background-size: 40%;top: -290px;left: -24px;}
.clubn_index .section1 .button_wrap {bottom:0;}
.clubn_index h2 {margin-bottom:0;}
}

@media screen and (max-width:768px) {
/*clubn_index*/
.clubn_index:after, .clubn_index:before {display:none;}
.clubn_index h2 {font-size:20px;}
.clubn_index .section1 .h2_button {bottom:5px; width:50%;}
.clubn_index .gallery {width: 160%;}
    .photo_pop .pop_list .pop_wrap .pop_img { padding-bottom: 80%;}
}

@media screen and (max-width:650px) {
.slide.clubn_view .carousel-control {border-radius: 3px;background: #ffffffba;padding: 15px 10px;}

.slide.clubn_view .carousel-control.prev {left: 32px;    position: absolute;    top: calc(50% - 26px);}
.slide.clubn_view .carousel-control.next {right: 32px;    position: absolute;    top: calc(50% - 26px);}

}

@media screen and (max-width:600px) {
/*clubn_index*/
.clubn_index .notice_wrap {width: 96%; margin: 5% auto 3%; padding: 2%;}
.clubn_index .notice_wrap:after {top: -55px;left: 15px;transform: rotate( 270deg );background-size: 50%;}
.clubn_index .notice_wrap li p:first-child {font-size: 14px; margin-bottom: 5px;}
.clubn_index .notice_wrap li p:last-child {font-size: 18px; font-weight: 300;}
.clubn_index .notice_wrap li .new {font-size: 10px; padding: 0 2px;}
.clubn_index .notice_navi .dot_wrap .dot {width:8px; height:8px;}
.clubn_index .notice_navi .dot_wrap .dot.on {width:15px;}
.clubn_index .notice_navi .dot_wrap .arrow img {width:80%;}
.clubn_index .benefit {padding: 20px 0;}
.clubn_index .benefit .title {font-size:20px; margin-bottom: 0px;}

/*clubn_list*/
.clubn_list ul{grid-template-columns: 1fr 1fr;}
.clubn_list ul li:hover .mem_txt{padding-bottom:0%}
.clubn_list ul li:hover .mem_txt .bottom_txt{opacity:0;height:10px;}

/* clubn_view */
.clubn_view .profile_wrap02 {width:100%;}
.clubn_view .m_grade, .clubn_view .m_catg {margin-right:15px;}
.clubn_view .artist_ex {display: block; text-align: center;}
.clubn_view .artist_ex .profile_img {width: 100%; background: #f3f3f3;}
.clubn_view .artist_ex .profile_txt1 {display:flex; align-items: center; justify-content: space-between;}
.clubn_view .artist_ex .profile_txt1 .sns_box p:last-child {text-align:right;}
.clubn_view .artist_ex .profile_txt1 {display:block; text-align: left;}
.clubn_view .artist_ex .profile_txt1 .sns_box {display:block;}
.clubn_view .profile_txt2 {margin:30px 0;}
.clubn_view .artist_ex .profile_txt1 .sns_box p:last-child {position: absolute;right: 0;top: -20px;}
.clubn_view .artist_ex .profile_box .pofile_file .m_name {font-size:1.5rem;}
.clubn_view .artist_ex .profile_box .pofile_file .add_pof {bottom:0;}
.clubn_view .artist_txt {line-height: 22px;padding: 10px 0px 20px 0px;background-size: 20%;}

.slide.clubn_view {padding: 30px 0 20px;}
.slide.clubn_view .container {padding-bottom: 30px;display:block;}

.slide.clubn_view .carousel-viewport .item{max-height:350px;}
    .photo_pop .pop_list .pop_wrap .pop_img { padding-bottom: 100%;}

/*clubn_foot*/
.clubn_foot .with_product {padding-top: 10px;}
.clubn_foot .with_product ul{grid-template-columns:1fr 1fr;}
.clubn_foot .paging {flex-wrap: wrap; padding-bottom: 50px; padding-top:20px;}
.clubn_foot .paging a img{width:7px;margin:0 5px;}
.clubn_foot .paging a.prev span::after{margin:0 8px;}
.clubn_foot .paging a.btn {width: 100%; padding: 10px 0;}
.clubn_foot .paging a.next {border-top: 1px solid #f1f1f1;}
.clubn_foot .paging a p.btn_title{width: calc(100% - 105px);}
.clubn_foot .all_menu.pc {display: none;}
.clubn_foot .all_menu.mo {display: inline-block; text-align: center; background: #000; color: #fff; position: absolute; right: 0px; bottom:10px;padding:5px 10px;}
.clubn_foot{padding-top:0px}
}

@media screen and (max-width:500px) {
.clubn_index img.kv_logo{    margin: 180px auto 200px;}
.clubn_index h2 {margin-bottom:0; font-size: 18px; line-height: 35px;}
.clubn_index .section1 .h2_button { height: 100px;}
    .photo_pop .pop_list .pop_wrap .pop_img { padding-bottom: 141%;}
}

@media screen and (max-width:380px) {
/* clubn_index */
.clubn_index .section1 .h2_button {width:60%;}
.clubn_index .section2 .your_space {padding:2% 2% 0%; padding-bottom: 20px;}
.clubn_index .benefit {padding: 40px 0;}
.clubn_index .benefit .title {font-size:20px; margin-bottom: 10px;}
.clubn_index .notice_wrap li p:first-child {font-size: 14px; margin-bottom: 5px; font-weight: 200;}

/* clubn_view */

.clubn_view .profile_wrap02 {padding:0;}
.clubn_view .m_catg {text-align: left;}

}</pre></body></html>