  
.visual_wrap{position:fixed; top:0; left:0; width:100%; height:100vh;background-color:#888}
.visual li{position:relative; display:table;height:100vh; overflow:hidden;}
.visual li::after{position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.3); content:''}
.visual li div{position:relative;display:table-cell; vertical-align:middle; z-index:1;}
.visual li div span{display:block; color:#fff;font-family: 'GyeonggiBatang',sans-serif; text-align:center;   }
.visual li div p{color:#fff;font-weight:bold;font-family: 'GyeonggiBatang',sans-serif;text-align: center;line-height:1.4em;text-align:center;  }

.visual li div em{font-style:normal; transform: translateY(100%);display: inline-block; opacity:0; transition:none; }
 
 
.visual video{position:absolute; top:0; left:50%; min-width: 100%; object-fit: cover;height: 100%;transform: translateX(-50%); }



.visual li.swiper-slide-active div em{opacity:1; transform: translateY(0); transition-duration:1.5s;-webkit-transition-duration:1.5s; transition-property: transform,opacity;}


.swiper-progress-bar {
  position: relative;
  display:inline-block; background:rgba(255,255,255,0.3); vertical-align:middle;
  z-index: 1;
  height: 1px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 1px;
  background:rgba(255,255,255,0.3);
  width: auto;
  clear: both;
  opacity: 0;
  
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width ease-in-out;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition:width ease-in-out;
  transition-delay: unset;
  width: 100%;
  transition-duration: 6s;
}

@keyframes txt_anim {
	from {
		opacity:0; 
		transform: translateY(100%)
	}
	to {
		opacity:1;
		transform: translateY(0px)
	}
}

 
.visual li div p{}


.slide_btn{position:absolute;z-index: 10;}
.slide_btn>span{display:inline-block;cursor:pointer;border:1px solid rgba(255,255,255,0.45);border-radius:50%;background: url(/images/franchise/main/pc/bt.png) no-repeat 50%; vertical-align:middle;}
.slide_btn>span:hover{border:1px solid #fff;}


.slide_btn p{}
.slide_btn p span{display:block; width:10%; height:1px; background-color:#fff;}




.slide_btn .scr_down{position:absolute; right:0; bottom:0; z-index:1;}
.slide_btn .scr_down span{display:block;transition: all 0.5s 1s;-webkit-animation: down ease-in-out infinite 3s;-moz-animation: down ease-in-out infinite 3s;-ms-animation: down ease infinite 3s;-o-animation: down 2s ease-in-out infinite 3s;animation: down ease-in-out infinite 3s;-webkit-transition: all 0.5s 1s; transform:translateY(-6px);}
.slide_btn .scr_down span em{display:block;writing-mode: vertical-rl;transform: rotate(180deg); color:#fff; font-weight:500;  font-style:normal;}
.slide_btn .scr_down::after{position:absolute;content:'';background-color:#3960e5;border-radius:50%;right: 0;bottom: 0;z-index: -1;}
.l_btn{transform: rotate(180deg)} 


.main_contents {position:relative;background-color: #f6f7fb;z-index:1;}

.main_section{position:relative;left:0;width:100%;transition:none;-webkit-transition:none;background: #fff;}
.main_section .in_area{ transition:none;-webkit-transition:none;}
.main_section h3 strong{display:block; color:#1b1b1e;font-weight:bold;}
.main_section .ms_box{}

.main_section h3 span{position:relative; display:inline-block; color:#1b1b1e; font-weight:300}
.main_section h3 span::after{position:absolute; left:0; bottom:-3px; width:100%; height:1px; background-color:#1b1b1e; content:''}

.main_section .ms_box p,.main_section .slide p{color:#1b1b1e;font-weight:300; line-height:1.6em}


.exp .ms_box span,.exp .slide li span{display:block;}
.exp div{font-weight:bold;}

.exp .ms_box{position:relative;}
.exp .ms_box>div{transform: translate(0px, 100%); opacity:0;}



.value{background-color:#f6f7fb}
.value .circle{border-radius:50%; display:table; }
.value .circle div{text-align:center; display:table-cell; vertical-align:middle;}

.value .circle.b_cc{border:1px solid #c8c9cb}
.value .circle.b_cc p{color:#1b1b1e}
.value .circle.p_cc{position:relative; background-color:#3960e5; z-index:1;}
.value .circle.p_cc p{color:#fff}


 
.comm .in_area>h5, .comm .comm_btn{display:inline-block; vertical-align:middle;}
.comm h5{font-weight:bold;}
.comm .comm_btn {color:#d5d7e2;font-size:20px;}
.comm .comm_btn span{display:inline-block;color:#7c7c84;font-weight:bold;cursor: pointer;}
.comm .comm_btn span.on{color:#3960e5;}

.comm_board ul{border-left:3px solid #d5d7e2;}
.comm_board li{position:relative; float:left; width:33.33%;border:3px solid #d5d7e2; border-left:0;}

.comm_board li:hover{background-color:#fff;}
.comm_board li:hover .more{color:#3960e5}
.comm_board li:hover .more span{-webkit-animation-name:icon_go;animation-name:icon_go;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}

.comm_cate{}
.comm_cate .cate{display:inline-block; color:#fff; background-color:#3960e5;font-weight:bold; text-align:center;}
.comm_cate .date{color:#7c7c84; font-weight:bold;}
.comm_board li h5{color:#1b1b1e; font-weight:bold;}
.comm_board li p{color:#7c7c84}
.comm_board .more{color:#7c7c84; font-weight:bold;}
.comm_board .more:hover{color:#3960e5}
.comm_board .more span{display:inline-block;  vertical-align:middle}

.comm_board .bo_href{position:absolute; top:0; left:0; width:100%; height:100%;}




.main_section2 .album_wrap{overflow:hidden;position: relative;z-index: 1;}
.main_section2 .album_wrap::after{position:absolute;border: 0;width:100%;content:'';background-color:#f6f7fb;z-index: -1;} 

.album{}
.album{position:relative;z-index: 1;background: #fff;}

.album_list>div, .album_list2>div>div{position: relative;float:left;box-shadow:7px 7px 15px rgb(0 0 0 / 20%);border-radius: 10px;overflow:hidden;}
.album .img_box{position:relative;width:100%;height:100%;display: block;transition: all 0.2s;}
.album .img_box span{background-size: cover !important;}




.album_list .ab_text,.album_list2 .ab_text{position:absolute;}
.album_list .ab_text span,.album_list2 .ab_text span{display:block; color:#fff; font-weight:300;}
.album_list .ab_text h5,.album_list2 .ab_text h5{color:#fff; font-family: 'GyeonggiBatang',sans-serif;}
.album_list>div>a,.album_list2>div>div>a{position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}


.album_intro h3{font-family: 'GyeonggiBatang',sans-serif; color:#1b1b1e; font-weight:bold;}
.album_intro h3 em{display:block; font-style:normal;}
.album_intro p{color:#7c7c84; font-weight:500;}
.album_intro div{position:relative;background: url(/images/sales/main/pc/map.png) no-repeat 100% 0;background-size: 100%;}
.album_intro div span{display:block;position:absolute;background: url(/images/sales/main/pc/pointer.png) no-repeat 50%;background-size: 100% auto;}


.album_more{display:block;font-weight:bold;background-position:100% 50%;border:1px solid #3960e5;border-radius:50%;}  
 
.album_more span{display:inline-block;vertical-align:middle;background: url(/images/sales/more.png) no-repeat 50%;}
.album_more strong{display:inline-block;color:#3960e5;font-weight:bold;background-color:#fff;}





@media (min-width:1300px) {
 


.slide_btn{width:80vw;left:10vw;bottom: 150px;}

.slide_btn>span{ width:100px; height:100px; line-height:100px; background:url(/images/franchise/main/pc/bt.png) no-repeat 50%;}
.r_btn{margin-left:-10px;}

.slide_btn .swiper-progress-bar{width:60%; margin-left:7.5%}

.slide_btn .scr_down{padding-bottom:50px; padding-right:45px}
.slide_btn .scr_down span em{font-size:14px;}
.slide_btn .scr_down::after{width:100px; height:100px; }

.visual li div span{font-size:30px}
.visual li div em{min-width:10px;}
.visual li div p{margin-top:30px;font-size: 50px;}


.main_section{padding:300px 0 0; min-height:100vh}


.main_section h3 span{font-size:25px;margin-bottom:44px;}
.main_section h3{width: 35%;font-size:80px;}
.main_section .ms_box{width: 65%;padding-top:60px;}
.main_section .ms_box>p{ font-size:35px; }
.main_section .ms_box span{ font-size:35px; }



.exp{background:url(/images/franchise/main/pc/t2_bg.png) no-repeat 50% 100%;}
.exp .ms_box>div{position:absolute; top:0;left:0;}
.exp p{font-size:65px;}
.exp span{font-size:30px;}
.exp .ms_box div div{margin-top:25px; font-size:200px;}



.value .circle{float:left; width:17.5vw; height:17.5vw; padding:0 3vw; margin-left:-2.5vw}
.value .circle p{font-size:25px; margin-top:45px}

.value .circle:nth-child(1){transform: translate(15vw,0); opacity:0;}
.value .circle:nth-child(3){transform: translate(-15vw,0); opacity:0;}
 




.comm h5{font-size:40px;margin-right: 45px;}
.comm .comm_btn span{font-size:20px;padding: 0 15px;}

.comm_cate .cate{width:65px; height:30px; line-height:30px; font-size:15px; margin-right:15px;}
.comm_cate .date{font-size:16px;}

.comm_board {margin-top:30px}
.comm_board li{padding:40px;}
.comm_board li h5{font-size:26px; margin:15px 0;}
.comm_board li p{font-size:18px; margin-bottom:50px}
.comm_board .more {font-size:14px; }
.comm_board .more span{width:35px; height:16px; margin-left:15px; background:url(/images/franchise/main/pc/t4_bt_g.png) no-repeat }
.comm_board li:hover .more span{background:url(/images/franchise/main/pc/t4_bt_b.png) no-repeat }




.main_section2{padding: 180px 0 0;}
.main_section2 .album_wrap::after{width: 200vw;height: 100%;transform: rotate(344deg);transform-origin: 0 0;margin-right: -9%;border: 0;bottom: -130%;right: 0;}
.main_section3{padding: 8% 0 50px;}




.album_list{position:absolute;top: 100px;left: 12vw;width: 48%;margin: 0 -3.125%;z-index: 20;}
.album_list>div{width: 43.7%;height: 12.5vw;max-width: 425px;max-height: 680px;}
.album_list .img_box span{top: -34px;}

.ab1{margin:0 3.125%;background-color: #3960e5;}
.ab2{margin: 170px 3.125% 0;}
.ab3{margin: -120px 3.125% 0;}
.ab4{margin: 40px 3.125% 0;}
.ab5{margin: -120px 3.125% 0;}

.ab_text{left: 8%;bottom:9%}
.album_list .ab_text span{font-size: 17px;}
.album_list .ab_text h5{font-size: 2vw;margin-top:15px;}


.ab1 .img_box span{background:url(/images/sales/main/pc/bn1.png) no-repeat 50%;}
.ab2 .img_box span{background:url(/images/sales/main/pc/bn2.png) no-repeat 50%}
.ab3 .img_box span{background:url(/images/sales/main/pc/bn3.png) no-repeat 50%}
.ab4 .img_box span{background:url(/images/sales/main/pc/bn4.png) no-repeat 50%; }
.ab5 .img_box span{background:url(/images/sales/main/pc/bn5.png) no-repeat 50%; }



 
.album .album_intro{padding: 170px 0 0 64.18%;} 
.album_intro h3 em{font-size: 1.6vw;margin-bottom:30px} 
.album_intro h3{font-size: 3.2vw;} 
.album_intro p{margin:45px 0 40px;font-size: 1.1vw;line-height:1.5em;padding-right:12%}
.album_intro div{height: 32vw;margin-top: 3vw;}
.album_intro div span{width: 3.5vw;height: 6vw;right: 15.8vw;top: -0.8vw;}



.album_more{width:110px;height: 110px;line-height: 110px;font-size:14px;padding-right:10px;} 
.album_more span{width:35px;margin-left: 30px;height: 16px;margin-top: -3px;}
.album_more strong{height:30px;line-height:30px;margin-left: -10px;font-size: 14px;}

 .album_list2 {display:none;}


}
 
@media (min-width:640px){
.main_section h3,.main_section .ms_box{float:left;}


 
 .album .img_box  span{position:absolute;left:50%;transform: scale(1.07) translate(-49%,0);display: block;width: 100%;height: 109%;transform-origin:50% 50%;transition: transform 2.6s cubic-bezier(.19,1,.22,1);}
.album_list>div:hover .img_box span, .album_list2>div>div:hover .img_box span{transform: scale(1.2) translate(-46%,0);}


.franchise.comm_sns {display:none;}

}
@media (min-width: 640px) and (max-width: 1299px){
 

.slide_btn{width: 92vw;left: 4vw;bottom: 12vw;}

.slide_btn>span{width: 8vw;height: 8vw;background-size: 2.9vw;}
.r_btn{margin-left:-10px;}
.slide_btn .swiper-progress-bar{width: 53vw;margin-left: 8vw;}

.slide_btn .scr_down{padding-bottom: 4vw;padding-right: 3.5vw;}
.slide_btn .scr_down span em{font-size: 1.1vw;}
.slide_btn .scr_down::after{width: 8vw;height: 8vw;}

.visual li div em{min-width: 1vw;}
.visual li div span{font-size:2.9vw}
.visual li div p{margin-top: 3vw;font-size: 5vw;}


.main_section{padding: 16vw 0 0;min-height:100vh}

.main_section h3{line-height:0em}
.main_section h3 span{font-size:25px;margin-bottom:44px;}
.main_section h3{width: 46%;font-size: 6.6vw;}
.main_section .ms_box{width: 54%;padding-top: 7vw;}

.main_section .ms_box p{font-size: 2.9vw;}



.exp{background: url(/images/franchise/main/tab/t2_bg.png) no-repeat 50% 100%;background-size: 100% auto;}

.main_section.exp {}
.exp .ms_box>div{position:absolute; top:0;left:0;}
.exp p{font-size: 5.4vw !important;line-height: 1.1em !important;}
.exp span{font-size: 2.5vw;}
.exp .ms_box div div{margin-top: 2vw;font-size: 16.6vw;}



.value .circle{width: 34vw;height: 34vw;padding:0 3vw;margin-top: -6vw;}
.value .circle img{width:5vw;}
.value .circle p{font-size: 2.5vw;margin-top: 2.5vw;}
 .value .circle:nth-child(1){transform: translate(0,28vw); opacity:0;}
.value .circle:nth-child(3){transform: translate(0,-28vw); opacity:0;}




.comm{min-height: auto !important;padding: 16vw 0 5vw!important;}
.comm .in_area>h5{font-size: 5vw;margin-bottom: 3.5vw;display: block;text-align: center;}
.comm .comm_btn{width:100%;text-align:center;margin-bottom: 8vw;}
.comm .comm_btn span{font-size: 2.5vw;margin: 0 2vw;}
    

.comm_cate .cate{width: 7vw;height: 3vw;line-height: 3vw;font-size: 1.6vw;margin-right: 1vw;}
.comm_cate .date{font-size: 1.6vw;}

.comm_board li{padding: 3vw;}
.comm_board li h5{font-size: 2.5vw;margin: 1.6vw 0;text-align: left;}
.comm_board li p{font-size:18px;margin-bottom: 3.5vw;}
.comm_board .more {font-size:14px; }
.comm_board .more span{width: 3.5vw;height: 1.6vw;margin-left: 1vw;background:url(/images/franchise/main/pc/t4_bt_g.png) no-repeat;background-size: 100% auto;}
.comm_board li:hover .more span{background:url(/images/franchise/main/pc/t4_bt_b.png) no-repeat;background-size: 100% auto;}



.main_section2{padding: 17vw 0 0;}
.main_section2 .album_wrap::after{width: 200vw;height: 100%;transform: rotate(344deg);transform-origin: 0 0;margin-right: -9%;border: 0;bottom: -123%;right: 0;}
.main_section3{padding:15vw 0;}


.album_list{display: none;}
.album_list2>div>div{width: 36vw;height:20.8vw; margin-right:4vw;}


.ab_text{left:9%; bottom:9%}
.album_list2 .ab_text span{font-size:1.6vw;}
.album_list2 .ab_text h5{font-size:3.3vw; margin-top:1.5vw;}

.ab1 .img_box span{background:url(/images/sales/main/tab/bn1.png) no-repeat 50%;}
.ab2 .img_box span{background:url(/images/sales/main/tab/bn2.png) no-repeat 50%}
.ab3 .img_box span{background:url(/images/sales/main/tab/bn3.png) no-repeat 50%}
.ab4 .img_box span{background:url(/images/sales/main/tab/bn4.png) no-repeat 50%; }
.ab5 .img_box span{background:url(/images/sales/main/tab/bn5.png) no-repeat 50%; }



 
.album .album_intro{position: relative;margin-bottom: 7vw;} 
.album_intro h3 em{font-size: 2.5vw;margin-bottom: 3vw;} 
.album_intro h3{font-size: 5vw;} 
.album_intro p{margin: 5vw 0 0;font-size: 1.6vw;line-height:1.5em;padding-right: 62%;}
.album_intro div{height:600px;display: none;}
.album_intro div span{width:68px; height:108px; right:300px; top:30px;}



.album_more{position: absolute;bottom: 0;right: 0;width: 11vw;height: 11vw;line-height: 11vw;font-size: 1.5vw;} 
.album_more span{width: 4vw;margin-left: 2vw;height: 1.7vw;margin-top: -0.5vw;background-size: 100% auto !important;}
.album_more strong{height: 3vw;line-height: 3vw;margin-left: -1vw;font-size: 1.5vw;}



}
@media (max-width:1299px){
.gnb ul{display:none;}
.album .img_box span{top:-2vw ;}
}
@media (max-width:640px){
  
.slide_btn{width: 92vw;left: 4vw;bottom:  12vw ;}

.slide_btn>span{width: 10vw;height: 10vw;background-size: 3.5vw;}
.r_btn{margin-left: -2vw;}

.slide_btn .scr_down{padding-bottom: 4vw;padding-right: 4vw;}
.slide_btn .scr_down span em{font-size: 2vw;}
.slide_btn .scr_down::after{width: 10vw;height: 10vw;}
.slide_btn .swiper-progress-bar{width: 53vw;margin-left: 5vw;}

.visual li div span{font-size:3.5vw}
.visual li div em{min-width:1.5vw;}
.visual li div p{margin-top: 5vw;font-size: 6vw;}


.main_section{padding: 16vw 0 0;min-height:100vh}

.main_section h3{line-height:0em}
.main_section h3 span{font-size:25px;margin-bottom:44px;}
.main_section h3{font-size: 15vw;}
.main_section .ms_box{padding-top: 19vw;}

.main_section .ms_box p{font-size: 5vw;}


.start .ms_box{padding-right:10vw}
    
.exp{background: url(/images/franchise/main/mb/t2_bg.png) no-repeat 50% 100%;background-size: cover;}

.main_section.exp {}
.exp h3{margin-bottom:10vw}
 
.exp .ms_box{display:none}
.exp .ms_box>div{position:absolute; top:0;left:0;}
.exp p{font-size: 7vw !important;line-height: 1.3em !important;}
.exp span{font-size: 5vw;}
.exp .mb_block{position:relative; }
.exp .ms_box div div,.exp .slide div div{margin-top: 2vw;font-size: 25vw;}
.exp .slide li>div {opacity:0; transform:translateY(30%);  }
.exp  .sw_page {position:absolute; bottom:-9vw; left:0;}
.exp .slide .swiper-slide-active>div {opacity:1; transform:translateY(0%);transition-duration:1s;-webkit-transition-duration:1s; transition-property: transform,opacity; transition-delay:0.7s;-webkit-transition-delay:0.7s;}
.exp .swiper-pagination-bullet{position:relative; width:5vw; height:5vw; border-radius:50%; background-color:transparent;}
.exp .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid #1b1b1e;}
.exp .swiper-pagination-bullet::after{position:absolute; top:50%; left:50%; width:1.5vw; height:1.5vw; border-radius:50%; background-color:#1b1b1e; border-radius:50%; margin-left:-0.7vw; margin-top:-0.7vw; content:''}

.value {min-height:auto!important;padding: 16vw 0;}
.value .ms_box{padding-left:18vw}
.value .circle{width: 52vw;height: 52vw;padding: 0 8vw;margin-top: -8vw;}
.value .circle img{width: 8vw;}
.value .circle p{font-size: 4vw;margin-top: 2.5vw;}
 



.comm{position: relative;min-height: auto !important;padding: 16vw 0 !important;}
.comm .in_area>h5{font-size: 8vw;margin-bottom: 4vw;display: block;text-align: center;}
.comm .comm_btn{width:100%;text-align:center;margin-bottom: 8vw;}
.comm .comm_btn span{font-size: 5vw;margin: 0 5vw;}
    

.comm_cate .cate{width: 12vw;height: 4.5vw;line-height: 4.5vw;font-size: 3vw;margin-right: 3vw;}
.comm_cate .date{font-size: 3vw;}

.comm_board li{padding: 5vw;width: 100%;}
.comm_board li h5{font-size: 4.5vw;margin: 3vw 0;text-align: left;}
.comm_board li p{font-size: 3vw;margin-bottom: 3.5vw;}
.comm_board .more {font-size: 2.5vw;}
.comm_board .more span{width: 3.5vw;height: 1.6vw;margin-left: 1vw;background:url(/images/franchise/main/pc/t4_bt_g.png) no-repeat;background-size: 100% auto;}
.comm_board li:hover .more span{background:url(/images/franchise/main/pc/t4_bt_b.png) no-repeat;background-size: 100% auto;}




.main_section2{padding: 17vw 0 0;/* overflow: hidden; */}

.main_section2 .album_wrap::after{width: 200vw;height: 100%;transform: rotate(344deg);transform-origin: 0 0;margin-right: -9%;border: 0;bottom: -123%;right: 0;}
.main_section3{padding:15vw 0;}

.main_section2 .album_wrap{}
.album_list2{width: 100%;padding-bottom: 5vw !important;}
 .album_list2>div>div{width: 50vw;height: 30vw; margin-right:7vw}

.ab1{display: block !important;}
.ab2{}
.ab3{}
.ab4{}

.ab_text{left: 3vw;bottom: 4vw;}
.album_list{display:none;}
.album_list2 .ab_text span{font-size: 3.5vw;}
.album_list2 .ab_text h5{font-size: 6vw;margin-top:1.5vw;}

.album_list2 .img_box  span{position:absolute;top: 0;left:50%;transform: translate(-50%,0);display: block;width: 100%;height: 100%;transform-origin:50% 50%;transition: transform 2.6s cubic-bezier(.19,1,.22,1);background-size: cover !important;}
.album_list2>div>div:hover .img_box span{transform: scale(1.1) translate(-50%,0);}
 
.ab1 .img_box span{background:url(/images/sales/main/mb/bn1.png) no-repeat 50%;}
.ab2 .img_box span{background:url(/images/sales/main/mb/bn2.png) no-repeat 50%}
.ab3 .img_box span{background:url(/images/sales/main/mb/bn3.png) no-repeat 50%}
.ab4 .img_box span{background:url(/images/sales/main/mb/bn4.png) no-repeat 50%; }
.ab5 .img_box span{background:url(/images/sales/main/mb/bn5.png) no-repeat 50%; }


.album .album_intro{position: relative;margin-bottom: 7vw;} 
.album_intro h3 em{font-size: 3.5vw;margin-bottom: 3vw;} 
.album_intro h3{font-size: 7vw;} 
.album_intro p{margin: 9vw 0 0;font-size: 3.6vw;line-height:1.5em;padding-right: 12%;}
.album_intro div{height:600px;display: none;}
.album_intro div span{width:68px; height:108px; right:300px; top:30px;}



.album_more{width: 13vw;height: 13vw;line-height: 13vw;font-size: 1.8vw;margin-top: 11vw;} 
.album_more span{width: 4.5vw;margin-left: 2vw;height: 2.2vw;margin-top: -0.5vw;background-size: 100% auto !important;}
.album_more strong{height: 4vw;line-height: 4vw;margin-left: -1vw;font-size: 1.8vw;}


}