.wow{animation-duration:.7s;animation-name:fadeInUp}
header{border-bottom:1px solid rgb(255 255 255 / 30%);background:unset;}
.headerTop #menubar #main-menu >ul >li >a{color: #ffffff;}
.headerTop #menubar #main-menu >ul >li >a b{color: #8ca6d4;}
header.headerTop{background: #1b365c;animation: headerScroll 0.4s ease-in-out;transition: all 0.4s;border: 0;}
#freebox{position:relative;overflow:hidden;padding: 0 0 70px;background-size:cover;}
#freebox .controller{overflow:hidden;position:relative;z-index:2;max-width: 90%;margin: 0 auto;}
#freebox .index-title h2{text-align: center;margin: 0 0 40px;}
#freeboxlist{display: flex;flex-wrap: wrap;justify-content: center;}
#freeboxlist >div{width: calc(100%/5);}
#freeboxlist .free{overflow:hidden;margin: 10px;border: 1px solid #dbdbdb;padding: 60px 10px;}
#freeboxlist .free .ic{float:left;position:relative;margin:7px}
#freeboxlist .free .ic:after{content:'';background-image:url(/images/17/linePatten.png);display:block;position:absolute;width: 80%;height: 80%;opacity:.25;background-size:4px;transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;top: -13px;left: 27px;}
#freeboxlist .free .ic b{display:block;border: 1px solid #e8e8e8;padding: 13px 17px 13px 10px;font-weight: 200;color: #3367ad;position:relative;transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;font-size: 60px;font-style: italic;line-height: 1;letter-spacing: 1px;}
#freeboxlist .free .txt{display: flex;flex-direction: column;align-items: center;}
#freeboxlist .free .txt .photo{width: 80px;text-align: center;}
#freeboxlist .free .txt h3{color: #171717;font-size: 16px;line-height:120%;margin-top: 25px;letter-spacing: 1px;font-weight: 500;text-align: center;}
#freeboxlist .free .txt p{font-size:11pt;line-height:130%;color:#414141;width:80%}
#product{padding: 0 0 60px;}
#product .leftT{}
#product .rightBox{display: block;}
#NewsBox .speBox .index-title{animation-name:fadeInLeft}
#product #prolay {border-top: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb;}
#product #prolay .pro-list {width:1440px;margin: 0 auto;}
#product #prolay .pro-list >div{}
#product #prolay .p-box{position:relative;z-index:1;border-right: 1px solid #dbdbdb;padding: 40px;}
#product #prolay .slick-current .p-box{border-left: 1px solid #dbdbdb;}
#product #prolay .p-box a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}
#product #prolay .p-box .p-border{position:relative;overflow:hidden;transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}
#product #prolay .p-box .photo{background-repeat:no-repeat;background-position:50% 50%;background-size: contain;background-color: #ffffff;transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;}
#product #prolay .p-box .photo img{position:relative}
#product #prolay .p-box .p-info{top:0;padding: 20px 0;width: 100%;}
#product #prolay .p-box .p-info h3{font-size: 18px;line-height: 220%;color: #565656;max-height: initial;overflow: hidden;-webkit-line-clamp: 1;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;text-align: center;}
#product #prolay .p-box .p-info h3:after{content:'';position:relative;display:block;width:20px;height:2px;margin: 15px auto 15px;background-color: #17a4de;}
#product #prolay .p-box .p-info .describe{line-height:130%;color:#777;overflow:hidden;text-align: center;font-size: 13px;}
#product #prolay .p-box .p-info .price{overflow:hidden;margin-top:70px}
#product #prolay .p-box .p-info .price span{font-size:1.1rem;color:#de7f2e;display:block}
#product #prolay .p-box .p-info .price span.old{font-size:.7rem;color:#9c9c9c}
#NewsBox{background-color: #0d162b;color:#fff;padding:100px 0;background-repeat:no-repeat;background-position: 50% 100%;background-size:cover;position: relative;}
#NewsBox:after{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #121212;opacity: .75;}
#NewsBox .speBox{width: 1000px;margin:0 auto;overflow:hidden;position: relative;z-index: 2;}
#NewsBox .speBox .index-title{float:left;width:200px;}
#NewsBox .index-title h4{color:#9cc4d7;display: none;}
#NewsBox .speBox .index-title p{color:#fff;display: none;}
#NewsBox .speBox .index-title h2{color:#fff;line-height: 120%;}
#NewsBox .speBox .index-title h3 a{color:#fff;font-weight: 200;}
#NewsBox #news{float:left;width:calc(100% - 280px);margin-left:80px;}
#NewsBox #news .border{overflow:hidden;position:relative;padding:20px 0 20px 20px;border-bottom:1px solid rgba(255,255,255,0.1);}
#NewsBox #news a{display:block;position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}
#NewsBox #news .news-info{overflow:hidden;display: flex;flex-wrap: wrap;align-items: center;}
#NewsBox #news .news-info:after{content:'>';display:block;position:absolute;right:20px;bottom:calc(50% - 15px);width:30px;height:30px;text-align:center;border-radius:50%;background: #ffffff;line-height:30px;font-size:8pt;transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;color: #213760;}
#NewsBox #news .news-info .news-bottom{overflow:hidden;width:217px;display: flex;align-items: center;}
#NewsBox #news .news-info h3{float:left;font-weight:400;width:calc(100% - 280px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size: 15px;}
#NewsBox #news .news-info p{float:left;color: #ffffff;font-size: 14px;}
#NewsBox #news .news-info .catalog{line-height:150%;float:left;padding: 0 8px;width:80px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 20px;color: #fff;font-size: 13px;border-left: 1px solid rgb(255 255 255 / 25%);border-right: 1px solid rgb(255 255 255 / 25%);}
#bookBox{overflow:hidden;background-repeat:no-repeat;background-position:50% 100%;background-size:cover;background-color:#f3f3f3}
#bookBox #bookTitle{width:50%;display:inline-block;margin-right:-4px}
#bookBox #bookTitle .index-title{animation-name:fadeInRight}
#bookBox #book{width:50%;display:inline-block}
#bookBox #book .slick-prev{background:url(/images/17/index-sccrow-p.png);z-index:5;right:40px;bottom:0;top:inherit;width:40px;height:40px;left:inherit;left:initial;transform:none;background-repeat:no-repeat;background-position:50% 50%;background-color:rgba(27,35,53,0.5607843137254902);background-size:25px}
#bookBox #book .slick-next{background:url(/images/17/index-sccrow-n.png);background-color:rgba(27,35,53,0.5607843137254902);z-index:5;background-size:25px;right:0;background-repeat:no-repeat;background-position:50% 50%;bottom:0;top:inherit;top:initial;width:40px;height:40px;transform:none}
#bookBox #book .slick-prev:before,#bookBox #book .slick-next:before{display:none}
#bookBox #book .mofd{position:relative}
#bookBox #book .mofd .photo{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#fcfcfc;background-size:cover}
#bookBox #book .mofd h3{top:calc(50% - 20pt);position:absolute;left:0;width:100%;text-align:center}
#bookBox #book .mofd h3 a{display:block;color:#fff;text-shadow:0 0 5px rgba(46,46,46,0.66);font-size:40pt;line-height:120%}
#bookBox #book .mofd h3 a:first-letter{color:#28bfa6}
#aboutFunc{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;overflow:hidden;position:relative}
#aboutFunc .speBox{padding: 100px 0 40px;position:relative;display: flex;justify-content: flex-end;align-items: center;animation-duration: .3s;}
#aboutFunc .speBox:after{content:url(/images/17/adbou-left.png);position: absolute;left: -30%;-moz-transform: scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);
transform:scaleX(-1);z-index: -1;}
#aboutFunc .index-title{width: 600px;margin-right: 100px;}
#aboutFunc .index-title p{color: #5b5b5b;font-size: 22px;letter-spacing: 3px;margin-bottom: 30px;line-height: 130%;}
#aboutFunc .index-title h2{}
#aboutFunc .index-title h4{margin-bottom: 30px;}
.index-title h3 a svg{width: 8px;margin-left: 10px;}
.index-title h3 a svg polyline{fill:none;stroke:#fff}
#aboutFunc #youtube{position:relative;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;width: 50%;}
#youtube .UTwo{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
#youtube .UTwo a{display:block;width:100px;height:100px;text-align:center;line-height:100px;border-radius:50%;background:rgba(0,0,0,0.6);position:absolute;z-index:5;color:#dcdcdc;font-size:30px;left:calc(50% - 50px);top:calc(50% - 50px);transition:all linear .3s}
#youtube .UTwo a:hover{width:110px;height:110px;line-height:110px;left:calc(50% - 55px);top:calc(50% - 55px);font-size:34px}
#youtube .UTwo iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.rightBox.imgSkirt::after{right:0;transform-origin:right top}
#book.imgSkirt::after{left:0}
.open.imgSkirt::after,#book.open.imgSkirt::after{width:0}

@media screen and (min-width: 1025px) {
	#NewsBox{background-attachment: fixed;}
	#freeboxlist .free:hover .ic b{-webkit-transform:translate(-3px,-3px);transform:translate(-3px,-3px);font-style: italic;color: #8dc566;}
	#freeboxlist .free:hover .ic:after{-webkit-transform:translate(2px,2px);transform: translate(2px,2px);}
	#NewsBox #news .border:hover .news-info:after{right:10px}
	#NewsBox #news .border:after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background: rgba(255,255,255,0.1);transform:scale(0,1);transform-origin:right center 0;transition:transform 1s cubic-bezier(0.23,1,0.32,1)}
	#NewsBox #news .border:hover:after{transform:scale(1,1);transform-origin:left center 0}
	.index-title h3 a:hover, #NewsBox .speBox .index-title h3 a:hover{background: #28a7e1;}
	#bookBox #book .slick-prev:hover,#bookBox #book .slick-next:hover{background-color:rgba(27,35,53,0.8)}
}
@media screen and (max-width: 1680px) {
	#aboutFunc .index-title{width: 450px;}
}
@media screen and (max-width: 1440px) {
	#aboutFunc #youtube{width: 55%;}
	#product #prolay .pro-list{width: 100%;}
}
@media screen and (max-width: 1366px){
	#freeboxlist >div{width: calc(100%/4);}
    #product{padding: 10px 0 20px;}
}
@media screen and (max-width: 1280px) {
	#aboutFunc .index-title p{font-size: 32px;}
	#aboutFunc .index-title{width: 30%;}
	#aboutFunc .speBox:after{left:-50%;}
	#product .leftT{width:100%;padding: 0px 0;}
	#product .rightBox{width:100%}
	#NewsBox .speBox{width:80%}
	#NewsBox .speBox .index-title{float:none;margin: 0 20px 30px;width: calc(100% - 40px);}
	#NewsBox #news{float:none;width:100%;margin:0}
	#NewsBox{padding: 60px 0;}
}
@media screen and (max-width: 1024px) {
	header{background: #012e4d;}
	#freebox .controller,#comprehensive{width:90%}
	#freebox .index-title{width:100%;padding: 0;}
	#freeboxlist .free .txt p{width:100%}
	#freeboxlist{margin-bottom: 40px;padding-left: 0px;width: 100%;}
	#bookBox{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
	#bookBox #book{width:100%;order:2}
	#bookBox #bookTitle{width:100%;margin:0;padding:50px 0;order:1}
	#aboutFunc .speBox{width: 90%;margin: 0 auto;padding-top: 40px;display: block;}
	#aboutFunc .index-title, #aboutFunc #youtube{width:100%;}
	#freebox{padding: 30px 0 0px 0;}
	#aboutFunc .speBox:after{top:0;zoom: 70%;left: unset;transform: scaleX(1);right: -30%;}
	#freeboxlist >div{width:calc(100%/2)}
}
@media screen and (max-width: 768px) {
	#NewsBox .speBox{width:90%}
	#NewsBox #news .news-info .news-bottom{width:100%}
	#NewsBox #news .news-info h3{width:calc(100% - 60px);margin-top:5px}
	#NewsBox{padding: 40px 0;background-position: 50% 100%;}
	#NewsBox #news .border{padding: 15px 20px;}
	#aboutFunc .speBox{width:80%}
	#aboutFunc .speBox:after{border-width:100vh 100px 0 0;right:-100px}
}
@media screen and (max-width: 640px) {
	#freeboxlist >div{width:50%;}
	#freeboxlist .free .txt h3{font-size: 16px;text-align: center;}
	#freeboxlist .free{padding: 30px 10px;height: 130px;}
	#product #prolay .slick-current .p-box, #product #prolay .p-box{border:0;}
	#aboutFunc .index-title h2{}
	#aboutFunc .index-title p{font-size: 28px;}
	#bookBox #book .mofd h3{top:calc(50% - 11pt)}
	#bookBox #book .mofd h3 a{font-size:22pt}
	#product #prolay .p-box .photo{width: 70%;margin: 0 auto;}
}