.wrap {
	position: relative;
	padding-top: 0;
	z-index: 998
}

.wrap #wrapBox>div {
	position: relative
}

.wrap #wrapBox .bg {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1
}

.seebox {
	position: relative;
	margin: 0 auto;
	width: min(90%, 1510px);
}

.titlrJ {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column
}

.titlrJ h2 {
	font-size: max(2.4 * (1vw + 1vh) / 2, 31px);
	font-weight: 600;
	color: white;
}

.titlrJ h2::first-letter {
	color: #ebb612;
}

.titlrJ p {
	font-size: max(2.4 * (1vw + 1vh) / 2, 25px);
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 2px
}

#NewsBox .titlrJ p {
	margin-left: 15px;
	margin-top: 9px;
	letter-spacing: 0.15em
}

.JJlink {
	display: flex;
	align-items: center
}

.JJlink a {
	display: flex;
	align-items: center;
	background: #ebb612;
	padding: 10px 40px;
	border-radius: 60px;
}

.JJlink a:hover {
	background: #dc732c;
}

.JJlink a:hover svg {
	margin-left: 30px;
}

.JJlink a span {
	color: white;
	font-size: max(1 * (1vw + 1vh) / 2, 15px);
	padding: 0 10px;
	font-weight: 400
}

.JJlink a span.smallJ {
	font-size: 17px
}

.JJlink a svg {
	fill: white;
	width: 14px;
	aspect-ratio: 1/1;
	margin-left: 15px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.youtuabout {
	width: 100%;
	display: flex;
	padding: 90px 0 120px;
	position: relative;
	background-image: url(/images/46/ida_bg.jpg);
}

.youtuabout:before {
	content: "";
	position: absolute;
	width: 130px;
	height: 100vh;
	background: #ebb612;
	top: 0px;
	right: calc(11% - 0px);
}



.youtuabout:after {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% + 120px);
	background: rgb(234 234 234 / 44%);
	left: 6%;
	top: 0;
}

.youtuabout .mJbox {
	display: flex
}

.youtuabout .videoXbox {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 55%;
	left: 60px;
}
.youtuabout .videoXbox:hover:before , .youtuabout .videoXbox:hover:after{display:none;}

.youtuabout .videoXbox:before {
	z-index: 9;
	content: "";
	position: absolute;
	top: calc(50% - 13px);
	left: calc(50% - 13px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 23px 13px;
	border-color: transparent transparent #ffffff transparent;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(-30deg);
	pointer-events: none;
}

.youtuabout .videoXbox:after {
	content: "";
	background: #ebb612;
	position: absolute;
	width: 86px;
	aspect-ratio: 1/1;
	top: calc(50% - 42px);
	left: calc(50% - 42px);
	border-radius: 50%;
	pointer-events: none;
}

.youtuabout .videoXbox:hover:after {}

.youtuabout .videoXbox iframe {
	width: 100%;
	height: 520px
}

.youtuabout .textXbox {
	display: flex;
	flex-direction: column;
	width: 45%;
	justify-content: center;
	padding: 0 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.youtuabout .imfoJ {
	display: flex;
	margin-bottom: 50px
}

.youtuabout .imfoJ p {
	font-size: max(1 * (1vw + 1vh) / 2, 16px);
	color: #cecece;
	font-weight: 400;
	text-align: justify;
	line-height: 230%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*sunnew_box*/
.sunnew_box {
	position: relative;
	background: #161616;
	padding: 300px 0 60px;
	border-bottom: #4b4b4b 12px solid;
}

.sunnew_box:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 327px;
	aspect-ratio: 1/327;
	background: rgb(255 255 255 / 24%);
	left: 6%;
	top: -51px;
	z-index: 0;
	animation: float 3s ease-in-out infinite;
}

.sunnew_box .nwflybox {
	position: absolute;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: min(79%, 745px);
	top: -50px;
	padding: 20px;
	background: #ebb612;
	aspect-ratio: 4.7/1.8;
	justify-content: center;
	animation: float 3s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

.sunnew_box .nwflybox:before {
	content: "C";
	position: absolute;
	font-size: max(35 * (1vw + 1vh) / 2, 16px);
	font-weight: 900;
	color: rgb(185 140 0 / 20%);
	left: -56px;
	animation: float 3s ease-in-out infinite;
}

.sunnew_box .nwflybox:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50px;
	left: 0;
	background: rgb(255 255 255 / 38%);
}

.sunnew_box .nwflybox .motext {
	width: 50%;
	position: absolute;
	right: 0;
	margin-top: 40px;
}

.sunnew_box .nwflybox .motext h3 {
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.sunnew_box .nwflybox .motext p {
	color: white;
	margin-top: 9px;
	width: 76%;
}

.sunnew_box #nwJ_box {
	display: flex;
}

.sunnew_box #nwJ_box .nwleft_box {
	display: flex;
	width: 40%;
	margin-top: 14px;
}

.sunnew_box #nwJ_box .nwleft_box:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ebb612;
	bottom: 23px;
}

.sunnew_box #nwJ_box .nwright_box {
	position: absolute;
	display: flex;
	right: -43%;
	width: 95%;
	flex-direction: column;
	bottom: 0;
}



.sunnew_box #nwJ_box .nwitem {
	background: white;
	margin: 0 9px;
	padding: 40px 30px;
}

.sunnew_box #nwJ_box .nwitem:hover:before,
.sunnew_box #nwJ_box .nwitem:hover:after {
	opacity: 1;
}

.sunnew_box #nwJ_box .nwitem:before {
	z-index: 9;
	content: "";
	position: absolute;
	top: 0;
	left: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 58px 58px 0px;
	border-color: transparent transparent #ebb612 transparent;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(90deg);
}

.sunnew_box #nwJ_box .nwitem:before {
	z-index: 9;
	content: "";
	position: absolute;
	top: 0;
	left: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 36px 36px 0px;
	border-color: transparent transparent #ebb612 transparent;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.sunnew_box #nwJ_box .nwitem:after {
	z-index: 9;
	content: "";
	position: absolute;
	bottom: 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 36px 36px 0px;
	border-color: transparent transparent #ebb612 transparent;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	opacity: 0;
}

.sunnew_box #nwJ_box .nwitem a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sunnew_box #nwJ_box .nwitem .nwtopbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}

.sunnew_box #nwJ_box .nwitem .nwtopbar .CategoryName p {
	background: #ebb612;
	padding: 4px 8px;
	color: white;
}

.sunnew_box #nwJ_box .nwitem .nwtopbar .datatime {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sunnew_box #nwJ_box .nwitem .nwtopbar .datatime .daay {
	font-size: max(2 * (1vw + 1vh) / 2, 16px);
	font-weight: 600;
	line-height: 96%;
}

.sunnew_box #nwJ_box .nwitem .nwtopbar .datatime .saye {
	font-size: max(0.8 * (1vw + 1vh) / 2, 12px);
	font-weight: 500;
}

.sunnew_box #nwJ_box .nwitem .nwtexbox {}

.sunnew_box #nwJ_box .nwitem .nwtexbox h3 {
	overflow: hidden;
	margin: 10px 0;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #161616;
	font-size: max(1.5 * (1vw + 1vh) / 2, 16px);
	font-weight: 500;
}

.sunnew_box #nwJ_box .nwitem .nwtexbox p {
	overflow: hidden;
	margin: 10px 0;
	height: 52px;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #161616;
	font-size: max(0.98 * (1vw + 1vh) / 2, 15px);
}

.cumin_box {
	position: relative;
	background-image: url(/images/46/cu_bg.jpg);
	padding: 40px 0 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-position: 50% 50%;
}

.titlrJ.centerJm {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titlrJ.centerJm * {
	color: #161616;
}

.titlrJ.centerJm p,
.titlrJ.centerJm h2::first-letter {
	color: #161616;
}

.titlrJ.centerJm:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ebb612;
	bottom: 0;
}

.cumin_box .slick-track , .cumin_box .slick-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cumin_box .slick-track .slick-track{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cumin_box .cumlist .item-J {
	display: flex;
	flex-direction: column;
}

.cumin_box .cumlist .item-J .bomvox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 7px;
	justify-content: center;
	padding: 1% 0;
}
.cumin_box .cumlist .item-J .bomvox:hover:before{opacity:1;}
.cumin_box .cumlist .item-J .bomvox:before{
	content:"";
	position: absolute;
	width: 120%;
	aspect-ratio: 1/1;
	border: rgb(255 255 255 / 45%) 1px solid;
	border-radius: 50%;
	top: -6%;
	opacity: 0;
}

.cumin_box .cumlist .item-J .bomvox span {
	color: white;
	margin-top: 14px;
}

.cumin_box .cumlist {
	overflow: hidden;
	position: absolute;
	display: flex;
	justify-content: space-around;
	z-index: 9;
	margin: 0 auto;
	width: min(90%, 1024px);
	padding: 31px 43px 24px;
	bottom: -114px;
	background: #3a3a3a;
	border-radius: 500px;
	align-items: center;
	box-shadow: 0px 5px 6px 3px #12121273;
	animation: float 4s ease-in-out infinite;
}
.cumin_box .cumlist:before{
	content:"";
	position: absolute;
	background: url(/images/46/footer_bg.jpg);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.3;
}

.about-block {
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position-y: bottom
}

.about-block .editor {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 10rem;
	padding: 4rem 0
}

.about-block .editor::before,
.about-block .editor::after {
	display: none
}

.about-block .editor .part-01,
.about-block .editor .part-02 {
	width: 600px
}

.about-block .slogan-01 {
	font-size: 26px;
	color: #bdad84;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0 0 20px;
	margin: 0;
	font-family: 'Noto Serif TC', serif
}

.about-block .slogan-02 {
	color: #bdad84;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	font-family: 'Noto Serif TC', serif
}

.about-block .description {
	color: #8a877f;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 2
}

.about-block .description p {
	font-family: 'Noto Serif TC', serif
}

.about-block .description span {
	font-size: 30px;
	letter-spacing: 15px;
	font-weight: 400;
	color: #bdad84
}

.about-block .vertical-line {
	content: '';
	height: 150px;
	width: 1px;
	background: #dcdcdc
}

.wrap #wrapBox .haha_bg {
	background-image: url(/images/46/aka_JJ_bg.webp);
	width: 93%;
	height: 69%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}


.flyitem img {
	position: absolute;
	top: -226px;
	right: 9%;
	width: 28%;
	z-index: 4;
	animation: tada2 11s linear infinite alternate forwards
}

@keyframes tada2 {
	from {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}


.contoebox {
	padding-bottom: 30px
}


@-webkit-keyframes ani-arrow-x {

	0%,
	100% {
		-webkit-transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(5px)
	}
}

@keyframes ani-arrow-x {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(5px);
	}
}

/* bookBox bookList*/
#bookBox {
	font-size: 0;
	padding-top: 160px;
	background-image: url(/images/46/ininbox.jpg);
}
#bookBox:before {
	z-index: 9;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 70px 70px 0px;
	border-color: transparent transparent #434344 transparent;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
}
#bookBox:after {
	z-index: 9;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 70px 70px 0px;
	border-color: transparent transparent #434344 transparent;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

#bookBox .JJlink {
	display: flex;
	justify-content: center;
}

#bookBox .titlrJ.centerJm *,
#bookBox .titlrJ h2::first-letter {
	color: white;
}

#bookBox .deck01 {
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute
}

#bookBox .row {
	position: relative;
	width: 100%
}

#bookBox #BookList {
	padding-bottom: 200px;
	margin-top: 30px;
}

#bookBox #BookList ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

#bookBox #BookList ul li {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 20px
}

#bookBox #BookList ul li.slick-slide {
	position: relative;
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	z-index: 0;
	margin: 0 0px;
}
#bookBox #BookList ul li.slick-slide a{
    background-size: 100%;
}
#bookBox #BookList ul li.slick-slide a:hover{
    background-size: 115%;
}

#bookBox #BookList ul li.slick-slide:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	display: none;
}

#bookBox #BookList ul li.slick-center {
	z-index: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	filter: none
}

#bookBox #BookList ul li.slick-center:after {
	display: none
}

#bookBox #BookList ul li h3 {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
}

#bookBox #BookList ul li h3 a {
	height: 45px;
	color: #fff;
	font-size: max(1.4 * (1vw + 1vh) / 2, 16px);
	font-weight: 400;
	text-align: center;
	-webkit-line-clamp: 1;
	opacity: 1;
	padding: 10px 0;
}

/* bookBox */
#bookBox .nowrap_box.arrow_box {
	width: 110%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -70%)
}

#bookBox .arrow_box a {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 30px rgb(0 0 0 / 16%);
	box-shadow: 0 8px 30px rgb(0 0 0 / 16%);
	box-sizing: border-box;
	width: 90px;
	height: 60px;
	display: flex
}

#bookBox .arrow_box a.next {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 20px
}

#bookBox .arrow_box a:before,
#bookBox .arrow_box a:after {
	position: absolute;
	width: 15px;
	height: 1px;
	background: #808080;
	display: block;
	top: 50%;
	left: calc((100% - 13px) / 2);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	content: ""
}

#bookBox .arrow_box a:after {
	content: "" -webkit-transform:rotate(-45deg);
	transform: rotate(-45deg)
}



/* serviceArea*/
.serviceArea {
	padding: 40px 0 110px
}

.serviceArea .titleBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2vw 0 5vw
}

.serviceArea .titleBox .titleTw {
	font-size: 36px;
	letter-spacing: 9.5px;
	font-family: 'Noto Serif TC', serif;
	color: #bdad84;
	text-align: center
}

.serviceArea .titleBox .exp {
	padding-top: 20px;
	padding-bottom: 40px;
	display: inline-block;
	font-size: 17px;
	line-height: 180%;
	font-weight: 400;
	color: #474747;
	font-family: 'Noto Serif TC', serif;
	text-align: center;
	width: 100%
}

.serviceList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 138px);
	width: -moz-calc(100% + 138px);
	width: calc(100% + 138px);
	position: relative;
	left: -68px
}

#pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 15px
}

#pagination li {
	font-size: 23px;
	border: #bdad8487 1px solid;
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px 2px;
	color: #bdad84;
	border-radius: 25px;
	padding: 4px 3px 4px 5px;
	cursor: pointer
}

#pagination li.active {
	background: #bdad84;
	color: white
}

.serviceList .serviceItem {
	width: 25%;
	position: relative
}

.serviceList .serviceItem:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: rgb(0 0 0 / 7%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto
}

.serviceList .item {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 48px
}

.serviceList .Img {
	width: 100px
}

.serviceList .Img img {
	display: block;
	width: 100%
}

.serviceList .title {
	color: #bdad84;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3.5px;
	line-height: 2.25;
	width: calc(100% - 120px);
	padding-left: 20px;
	display: flex;
	align-items: baseline
}

.serviceList .title span {
	font-family: 'Cormorant', serif
}

.serviceList .exp {
	color: #8a877f;
	font-weight: 400;
	padding-top: 10px;
	width: 100%
}

@media (max-width: 1680px) {

}

@media (max-width: 1470px) {
	.youtuabout:after , .sunnew_box:after{
    left: 3%;
}
	.youtuabout .videoXbox iframe{
    height: 430px;
}
	.sunnew_box:after{
    height: 243px;
}
	.sunnew_box .nwflybox .motext{
    width: 54%;
}
	.sunnew_box #nwJ_box .nwright_box{
    right: -36%;
}
	.sunnew_box #nwJ_box .nwitem{
    padding: 29px 17px;
}
	.sunnew_box{
    padding: 231px 0 60px;
}
	.sunnew_box .nwflybox{width: min(79%, 530px);}
	.serviceList {
		width: 100%;
		left: 0;
		margin: 25px auto 0
	}

	.serviceList .item {
		padding: 0 20px
	}

	.serviceList .title {
		font-size: 30px
	}

	#NewsBox:after {
		width: 250px;
		height: 300px;
		top: -132px
	}
}

@media screen and (max-width: 1280px) {
	.youtuabout:after {
		display: none;
	}
	.youtuabout{
    padding: 45px 0 65px;
}
	#aboutBox .deck01,
	#bookBox .deck01 {
		display: none
	}
	.sunnew_box .nwflybox , .sunnew_box:after{
    display: none;
}
	.sunnew_box #nwJ_box{
    flex-direction: column;
}
	.sunnew_box #nwJ_box .nwright_box{
    position: relative;
    right: 0;
}
	.sunnew_box{
    padding: 60px 0;
}
	.sunnew_box #nwJ_box .nwleft_box:before{
    bottom: auto;
    top: 109px;
}
	.sunnew_box #nwJ_box .nwleft_box{
    width: 100%;
}
	.about-block .editor .part-01,
	.about-block .editor .part-02 {
		width: 390px
	}
	

	.about-block .editor {
		gap: 3rem
	}

	.flyitem img {
		top: -75px
	}

	.youtuabout .mJbox {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.youtuabout .videoXbox {
		width: 100%;
		left: 0;
		margin-top: 50px;
	}

	.youtuabout .textXbox {
		width: 100%;
		padding: 0 15px
	}
}

@media (min-width: 1181px) {
	.serviceList .serviceItem:nth-child(4n+1):before {
		opacity: 0
	}
}

@media screen and (max-width: 1180px) {
	.serviceArea .titleBox .exp {
		padding-top: 12px
	}

	.serviceList .serviceItem {
		width: 50%;
		margin: 20px 0
	}

	.serviceList .title {
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 2px
	}

	#bookBox .arrow_box a {
		width: 80px;
		height: 45px
	}

	.serviceArea .titleBox {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.serviceArea .titleBox .titleTw {
		margin-top: 0px;
		font-size: 27px;
		letter-spacing: 5.5px
	}
}

@media (max-width: 1180px) and (min-width:769px) {
	.serviceList .serviceItem:nth-child(odd):before {
		opacity: 0
	}
}

@media screen and (max-width: 980px) {
	.youtuabout:before {
		display: none;
	}
	.youtuabout .videoXbox iframe{
    height: 400px;
}


	#bookBox #BookList ul li.slick-slide {
		margin: 0
	}

	#bookBox .nowrap_box.arrow_box {
		transform: translate(-50%, -120%);
		width: 160%
	}

	#bookBox .arrow_box a {
		width: 45px
	}

	#bookBox #BookList ul {
		padding-bottom: 0vh
	}

	#NewsBox {
		padding: 20px 0px 10px 0px
	}

	#bookBox {
		padding-top: 20px
	}
	.cumin_box .cumlist{
    position: relative;
    border-radius: 0;
    width: min(100%, 1024px);
    bottom: 0;
    margin-top: 50px;
    animation: unset;
}
	.cumin_box{
    padding: 40px 0 0px;
}

	.about-block .editor {
		gap: 1rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 3rem 0;
		width: 90%
	}

	.about-block .slogan-01 {
		padding: 0 0 8px
	}

	.about-block .slogan-01,
	.about-block .description span {
		font-size: 24px
	}

	.about-block .slogan-02 {
		font-size: 18px
	}

	.about-block .description span {
		letter-spacing: 8px
	}

	.about-block .description p {
		font-size: 14px
	}

	.about-block .description {
		font-size: 16px
	}

	.about-block .vertical-line {
		height: 40px
	}

	.about-block .editor .part-01,
	.about-block .editor .part-02 {
		width: auto
	}

	#NewsBox:after {
		opacity: 0.4
	}

	

	.abcallJtop {
		left: 0;
		bottom: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

@media (max-width: 768px) {
	.serviceArea .titleBox {
		padding-bottom: 0
	}

	.serviceList .serviceItem {
		width: 100%;
		margin: 0;
		padding: 0 0
	}

	.serviceList .serviceItem:before {
		width: 100%;
		height: 1px
	}

	.serviceList .serviceItem:first-child:before {
		opacity: 0
	}

	.serviceList .item {
		padding: 13px 0
	}

	#NewsBox ul.newsList li .info_box {
		flex-wrap: wrap;
		margin-bottom: 0
	}

	#NewsBox ul.newsList li .info_box .lebox {
		flex-wrap: wrap
	}

	#NewsBox ul.newsList li p.txt {
		width: calc(100% - 10px);
		margin-top: 10px
	}

	#NewsBox ul.newsList li p.CategoryName {
		margin: 0 3px
	}

	#NewsBox ul.newsList li p.time {
		justify-content: flex-start;
		width: 60px
	}

	#NewsBox ul li font.arrow {}

	.JJlink {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.JJlink a {
		width: auto;
		justify-content: center;
		padding: 9px 48px;
	}

	.JJlink a span {
	}



}

@media screen and (max-width: 640px) {
	#NewsBox:before,
	#NewsBox:after,
	#NewsBox .bgTxt.title::before {
		display: none
	}
	.cumin_box .cumlist .item-J .bomvox:before{
    width: 103%;
    top: -5%;
}
	#NewsBox .workframe {
		display: flex;
		margin-bottom: 30px;
		flex-direction: column;
		align-items: center
	}

	#NewsBox .workframe .row {
		width: calc(100% - 0px);
		margin-left: 0;
		margin-top: 30px
	}

	#NewsBox .NewsTxt {
		writing-mode: inherit
	}

	#NewsBox .bgTxt.title {
		padding: 20px 40px
	}


	.wrap {
		padding-top: 0;
	}

	.serviceArea {
		padding: 40px 0 60px
	}

	.serviceList .title {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 1px
	}

	#bookBox #BookList{
    padding-bottom: 100px;
	}
	.sunnew_box{
    padding: 10px 0 50px;
}


}

@media screen and (max-width: 480px) {

	.youtuabout {
		padding: 30px 0 40px;
	}

	.youtuabout:before {
		display: none
	}

	.serviceList .title {
		padding-left: 10px
	}

	

	.wrap #wrapBox .haha_bg {
		height: 56%;
		width: 100%
	}

	#NewsBox .workframe {
		display: flex;
		flex-direction: row;
		margin-bottom: 10px
	}

	.titlrJ {
		margin: 0 auto;
		margin-bottom: 30px;
		width: 100%;
	}

	.youtuabout .videoXbox iframe {
		height: 310px
	}
}