@charset "utf-8";

/* sub_section */
.sub_section{padding: 60px 0 160px;}

@media all and (max-width:1280px){
	.sub_section{padding: 60px 0 140px;}
}
@media all and (max-width:1024px){
	.sub_section{padding: 40px 0 120px;}
}
@media all and (max-width:768px){
	.sub_section{padding: 40px 0 110px;}
}
@media all and (max-width:500px){
	.sub_section{padding: 40px 0 100px;}
}

/* btn */
.c_btn{}
.c_btn .btn{}
.c_btn .btn img{}
.s_btn{}
.s_btn.flex{display: flex; align-items: center; gap:0 12px;}
.s_btn .btn{}
.s_btn .btn.btn1{}
.s_btn .btn.btn2{}
.s_btn .btn.btn3{}
.s_btn .btn a{}
.s_btn .btn.btn1 a, .s_btn .btn.btn1 button{background-color: var(--maincolor); color:#fff; font-size: 15px; font-weight: 700; line-height: 44px; padding: 0 20px; border-radius: 6px; display: inline-block;}
.s_btn .btn.btn2 a, .s_btn .btn.btn2 button{background-color: var(--maincolor); line-height: 60px; display: inline-block; padding: 0 40px; font-size: 16px; color:#fff; font-weight: 700; border-radius: 30px;}
.s_btn .btn.btn3 a, .s_btn .btn.btn3 button{background-color: #fff; line-height: 60px; display: inline-block; padding: 0 40px; font-size: 16px; color:#222; font-weight: 700; border-radius: 30px; border: 1px solid #e5e5e5;}
.s_btn .btn.btn4 a, .s_btn .btn.btn4 button{color: var(--maincolor); background-color:#fff; font-size: 17px; font-weight: 700; line-height: 44px; padding: 0 20px; border-radius: 6px; display: inline-block;}

@media all and (max-width:1280px){
	.s_btn .btn.btn2 a, .s_btn .btn.btn3 a, .s_btn .btn.btn2 button, .s_btn .btn.btn3 button{line-height: 56px; padding: 0 36px;}
}
@media all and (max-width:1024px){
	.s_btn.flex{gap:0 10px;}
	.s_btn .btn.btn1 a, .s_btn .btn.btn1 button{line-height: 42px; padding: 0 18px; font-size: 14px;}
	.s_btn .btn.btn2 a, .s_btn .btn.btn3 a, .s_btn .btn.btn2 button, .s_btn .btn.btn3 button{line-height: 52px; padding: 0 32px; font-size: 15px;}
}
@media all and (max-width:768px){
	.s_btn .btn.btn1 a, .s_btn .btn.btn1 button{line-height: 40px; padding: 0 16px;}
	.s_btn .btn.btn2 a, .s_btn .btn.btn3 a, .s_btn .btn.btn2 button, .s_btn .btn.btn3 button{line-height: 48px; padding: 0 28px;}
}
@media all and (max-width:500px){
	.s_btn .btn.btn1 a, .s_btn .btn.btn1 button{line-height: 38px; padding: 0 14px; font-size: 13px;}
	.s_btn .btn.btn2 a, .s_btn .btn.btn3 a, .s_btn .btn.btn2 button, .s_btn .btn.btn3 button{line-height: 46px; padding: 0 25px;}
}


/* medweb */
.medweb1{background-color: #000;}
.medweb1 .s_sec1{height: 400vh; position: relative; transform: translate(0);}
.medweb1 .s_sec1 .video{position: sticky; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; object-fit: cover;}
.medweb1 .s_sec1 .video video{width: 100%; height: 100%; object-fit: cover;}
.medweb1 .s_sec1 .s_sec1_trigger{position: fixed; top: 100vh; width: 100%; height: 100vh;}
.medweb1 .s_sec1 .s_sec2_trigger{position: fixed; top: 250vh; width: 100%; height: 100vh;}
.medweb1 .s_sec1 .txt{color: #fff; margin-top: -100vh; height: 100vh; position: sticky; top: 0; display: flex; justify-content: center; align-items: flex-start; padding-top: calc(50vh - 42.5px);}
.medweb1 .s_sec1 .txt h3{font-size: 72px; font-weight: 800; display: inline-block;}
.medweb1 .s_sec1 .txt .flex_txt{display: inline-flex; margin-left: 20px; height: 85px; overflow: hidden;}
.medweb1 .s_sec1 .txt .flex_txt .word{width: 420px; display: flex; flex-direction: column; gap:100px;}
.medweb1 .s_sec1 .txt .flex_txt .word h3:last-child{
  background-image: linear-gradient(45deg, #3069e0, #00c6ff, #0072ff);

  -webkit-background-clip: text; /* WebKit prefix for text background clip */
  background-clip: text;
  color: transparent; /* Ensure the text color is transparent */
}

@media all and (max-width:1280px){
	.medweb1 .s_sec1 .txt h3{font-size: 64px;}
	.medweb1 .s_sec1 .txt .flex_txt .word{width: 375px;}
	.medweb1 .s_sec1 .txt .flex_txt .word h3:last-child{margin-top: 10px;}
}
@media all and (max-width:768px){
	.medweb1 .s_sec1 .txt{flex-direction: column; padding-top: calc(10vh - 42.5px); align-items: center; gap:10px;}
	.medweb1 .s_sec1 .txt h3{font-size: 56px;}
	.medweb1 .s_sec1 .txt .flex_txt{margin-left: 0;}
	.medweb1 .s_sec1 .txt .flex_txt .word{width: 322px;}
	.medweb1 .s_sec1 .txt .flex_txt .word h3:last-child{margin-top: 20px;}
}
@media all and (max-width:500px){
	.medweb1 .s_sec1 .txt h3{font-size: 48px;}
	.medweb1 .s_sec1 .txt .flex_txt .word{width: 275px;}
	.medweb1 .s_sec1 .txt .flex_txt .word h3:last-child{margin-top: 26px;}
}

.medweb1 .s_sec2{height: 500vh; background: linear-gradient(to bottom, #000, #0e131e); position: relative; transform: translate(0); z-index: 3;}
.medweb1 .s_sec2 .inner{padding: 200px 0 200px; position: sticky; top: 0;;}
.medweb1 .s_sec2 .inner .cont{display: flex; gap:0px; height: 100%; border-radius: 30px; overflow: hidden;  height: 65vh; margin-bottom: 65vh; position: sticky; top: 50%; transform: translateY(calc(-50% + 35px)); align-items: center;}
.medweb1 .s_sec2 .s_sec2_trigger1{position: fixed; top: 150vh;}
.medweb1 .s_sec2 .s_sec2_trigger2{position: fixed; top: 300vh;}
.medweb1 .s_sec2 .inner .cont .img{width: 50%; padding-right: 0px;}
.medweb1 .s_sec2 .inner .cont .img img{max-width: 100%;}
.medweb1 .s_sec2 .inner .cont.cont1{background: #ebf3f8}
.medweb1 .s_sec2 .inner .cont.cont2{background: #d5ddea}
.medweb1 .s_sec2 .inner .cont.cont2 .img{margin-top: 40px; margin-left: -2%;}
.medweb1 .s_sec2 .inner .cont.cont2 .img img{width: 110%; max-width: inherit;}
.medweb1 .s_sec2 .inner .cont.cont3{background: #d4d9e8}
.medweb1 .s_sec2 .inner .cont.cont3 .img{margin-top: 40px; margin-left: -4%;}
.medweb1 .s_sec2 .inner .cont.cont3 .img img{width: 115%; max-width: inherit;}
.medweb1 .s_sec2 .inner .cont.hidden{background: transparent;}
.medweb1 .s_sec2 .inner .cont .box{height: 100%; padding-left: 80px; padding-right: 40px; display: flex; flex-direction: column; justify-content: center; width: 45%;}
.medweb1 .s_sec2 .inner .cont .box h3{color: #3069e0; font-size: 48px; margin-bottom: 20px; line-height: 1.3em; word-break: keep-all;}
.medweb1 .s_sec2 .inner .cont .box p{color: #333; font-size: 20px; font-weight: 600; word-break: keep-all; line-height: 1.6em;}

@media all and (max-width:1280px){
	.medweb1 .s_sec2 .inner .cont .box{padding-left: 60px; padding-right: 30px; margin-bottom: 18px;}
	.medweb1 .s_sec2 .inner .cont .box h3{font-size: 42px;}
	.medweb1 .s_sec2 .inner .cont .box p{font-size: 19px;}
}
@media all and (max-width:1024px){
	.medweb1 .s_sec2 .inner .cont{top: 130px; transform: translate(0)}
}
@media all and (max-width:768px){
	.medweb1 .s_sec2{height: 490vh;}
	.medweb1 .s_sec2 .inner .cont{top: 120px; flex-direction: column; align-items: flex-start; padding: 50px; height: 560px;}
	.medweb1 .s_sec2 .inner .cont .img{width: 100%;text-align: center; margin-top:0% !important; margin-left: 0 !important;}
	.medweb1 .s_sec2 .inner .cont.cont2 .img{margin-top: 2% !important; margin-left: 0% !important;}
	.medweb1 .s_sec2 .inner .cont.cont3 .img{margin-top: 3% !important; margin-left: 3% !important;}
	.medweb1 .s_sec2 .inner .cont.cont2 .img img{width: 92% !important;}
	.medweb1 .s_sec2 .inner .cont.cont3 .img img{width: 92% !important;}
	.medweb1 .s_sec2 .inner .cont .img img{width: 100% !important;}
	.medweb1 .s_sec2 .inner .cont .box{width: 100%; padding-left: 0; padding-right: 0; justify-content: flex-start; margin-bottom: 30px; text-align: center;}
	.medweb1 .s_sec2 .inner .cont .box h3{font-size: 36px; margin-bottom: 15px;}
	.medweb1 .s_sec2 .inner .cont .box p{font-size: 18px;}
}
@media all and (max-width:640px){
}
@media all and (max-width:500px){
	.medweb1 .s_sec2{height: 480vh;}
	.medweb1 .s_sec2 .inner .cont{top: 30vw; height: 70vh; padding: 40px;padding: 35px;height:480px;}
	.medweb1 .s_sec2 .inner .cont.cont2 .img{margin-top: 4% !important; margin-left: 0% !important;}
	.medweb1 .s_sec2 .inner .cont.cont2 .img img{width: 100% !important;}
	.medweb1 .s_sec2 .inner .cont.cont3 .img img{width: 100% !important;}
	.medweb1 .s_sec2 .inner .cont .box h3{font-size: 30px; margin-bottom: 12px;}
	.medweb1 .s_sec2 .inner .cont .box p{font-size: 17px;}
}

.medweb1 .s_sec3{transform: translate(0);  overflow-x:hidden; }
.medweb1 .s_sec3 #sec5{overflow:hidden; height: auto;}
.medweb1 .s_sec3 #sec5 .top{padding-bottom: 80vw; position: fixed; top: 0; width: 100%;}
.medweb1 .s_sec3 #sec5 .top .m_txt{position: sticky; top: 200px; display: none;}
.medweb1 .s_sec3 #sec5 .top .m_txt h3{font-size: 56px;}
.medweb1 .s_sec3 #sec5 .top .m_txt .s_btn{display: none;}
.medweb1 .s_sec3 #sec5 .grid-container{position: relative !important;}

@media all and (max-width:1280px){
	.medweb1 .s_sec3 #sec5 .top .m_txt h3{font-size: 48px;}
}
@media all and (max-width:1024px){}
@media all and (max-width:768px){
	.medweb1 .s_sec3 #sec5 .top .m_txt h3{font-size: 42px;}
}
@media all and (max-width:500px){
	.medweb1 .s_sec3 #sec5 .top .m_txt h3{font-size: 36px;}
}

.medweb1 .s_sec4{background-color: #0e131e; padding-top: 50vh; position: relative; z-index: 3; height: 600vh; transform: translate(0);}
.medweb1 .s_sec4 .video{position: sticky; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; object-fit: cover; background-color: #000;}
.medweb1 .s_sec4 .video video{width: 100%; height: 100%; object-fit: cover;}
.medweb1 .s_sec4 .trigger1{position: fixed; top: 150vh;}
.medweb1 .s_sec4 .trigger2{position: fixed; top: 250vh;}
.medweb1 .s_sec4 .cont1{position: sticky; height: 100vh; top: 0;}
.medweb1 .s_sec4 .cont1 .txt{ height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 72px; font-weight: 700;}
.medweb1 .s_sec4 .cont1 .txt .tit{color: #000;}
.medweb1 .s_sec4 .cont1 .txt .tit2{color: #fff; opacity: 0;}

@media all and (max-width:1280px){
	.medweb1 .s_sec4 .cont1 .txt{font-size: 64px;}
}
@media all and (max-width:1024px){
	.medweb1 .s_sec4 .cont1 .txt{font-size: 56px;}
}
@media all and (max-width:768px){
	.medweb1 .s_sec4 .cont1 .txt{font-size: 48px;}
}
@media all and (max-width:500px){
	.medweb1 .s_sec4 .cont1 .txt{font-size: 42px;}
}


/* service */
.service{}

/* service1 */
@keyframes slideUp{
	0%{transform: translateY(0)}
	15%{transform: translateY(0)}
	70%{transform: translateY(-25%)}
	100%{transform: translateY(-25%)}
}

@keyframes slideUpDown{
	0%{transform: translateY(0)}
	10%{transform: translateY(0)}
	50%{transform: translateY(-88%)}
	60%{transform: translateY(-88%)}
	100%{transform: translateY(0)}
}
@keyframes slideUpDown2{
	0%{transform: translateY(0)}
	10%{transform: translateY(0)}
	50%{transform: translateY(747%)}
	60%{transform: translateY(747%)}
	100%{transform: translateY(0)}
}

.service{}
/*.service #s_sec1{margin-bottom: 0; overflow-x: hidden;}*/
.service #s_sec1{margin-bottom: 0;}
.service #s_sec1 .m_txt{text-align: center;}
.service #s_sec1 .m_txt .s_btn{margin-top: 60px;}
.service1 #s_sec1 .images{margin-top: 100px; text-align: center; position: relative;}
.service1 #s_sec1 .images .pc{position: relative; overflow: hidden; width: 100%; max-width: 1080px; padding-top: 48.204%; overflow: hidden; margin-left: auto; margin-right: auto; box-shadow: 0px 5px 27px rgba(0,0,0,0.15);}
.service1 #s_sec1 .images .pc > div{position: absolute; top: 0; height: 100%;}
.service1 #s_sec1 .images .pc > div > div{height: 100%;}
.service1 #s_sec1 .images .pc .img{position: absolute !important; top: 0; left: 0; width: 100%; height: 100%;}
.service1 #s_sec1 .images .pc .img img{max-width: 100%;}
.service1 #s_sec1 .images .pc .img.slick-current{z-index: 2;}
.service1 #s_sec1 .images .pc .img.slick-current img{animation: slideUp 5s forwards ease-in-out;}
.service1 #s_sec1 .images .tablet{position: relative; z-index: 2; left: 0; width: 26.9276vw; padding-top: 24.61%; top: -120px; box-shadow: 0px 5px 27px rgba(0,0,0,0.15); max-width: 517px;}
.service1 #s_sec1 .images .tablet > div{position: absolute; top: 0; height: 100%;}
.service1 #s_sec1 .images .tablet > div > div{height: 100%;}
.service1 #s_sec1 .images .tablet .img{position: absolute !important; top: 0; left: 0; width: 100%; height: 100%;}
.service1 #s_sec1 .images .tablet .img img{max-width: 100%;}
.service1 #s_sec1 .images .mobile{position: absolute; right: 0; top: 150px; box-shadow: 0px 5px 27px rgba(0,0,0,0.15);max-width: 300px; width: 100%; padding-top: 41.719%;}
.service1 #s_sec1 .images .mobile > div{position: absolute; top: 0; height: 100%;}
.service1 #s_sec1 .images .mobile > div > div{height: 100%;}
.service1 #s_sec1 .images .mobile .img{position: absolute !important; top: 0; left: 0; width: 100%; height: 100%;}
.service1 #s_sec1 .images .mobile .img img{max-width: 100%;}

.service2{
	--maincolor:#f29e3b;
	--mainBGcolor:#fafaf9;
}
.service2 #s_sec1 .images{margin-top: 80px; margin-left: auto; margin-right: auto; max-width: 1080px;}
.service2 #s_sec1 .images .pc{margin-bottom: 30px; box-shadow: 0px 5px 27px rgba(0,0,0,0.15);}
.service2 #s_sec1 .images .pc .img{}
.service2 #s_sec1 .images .pc .img img{max-width: 100%;}
.service2 #s_sec1 .images .m_txt2{margin-bottom: 30px; text-align: center;}
.service2 #s_sec1 .images .tablet{}
.service2 #s_sec1 .images .tablet > div{padding-bottom: 30px;}
.service2 #s_sec1 .images .tablet > div > div{}
.service2 #s_sec1 .images .tablet .img{ margin-right: 30px;  filter: grayscale(0.5); transition: .4s; cursor: pointer;}
.service2 #s_sec1 .images .tablet .img.slick-current{filter: grayscale(0);}
.service2 #s_sec1 .images .tablet .img img{max-width: 320px; box-shadow: 0px 5px 27px rgba(0,0,0,0.15);}
.service2 #s_sec1 .images .tablet .img p{font-size: 15px; margin-top: 20px; text-align: center; opacity: 0.8;}
.service2 #s_sec1 .images .s_btn{text-align: center; margin-top: 40px;}

.service3{
	--maincolor:#3db7b3;
	--mainBGcolor:#f9faf9;
}
.service3 #s_sec1 .images{margin-top: 100px; display: flex; justify-content: space-between; padding-bottom: 30px;}
.service3 #s_sec1 .images .pc{width: 100%; max-width: 1080px; padding-top: 48.204%; position: relative; box-shadow: 0px 5px 27px rgba(0,0,0,0.15);}
.service3 #s_sec1 .images .pc .img{position: absolute; width: 100%; height: 100%; max-width: 1080px; top: 0; right: 0; overflow: hidden;}
.service3 #s_sec1 .images .pc .img img{max-width: 100%; animation: slideUpDown 12s infinite ease-in-out;}
.service3 #s_sec1 .images .mobile{text-align: center; width: 167px; position: relative;}
.service3 #s_sec1 .images .mobile::after{content: ''; width: 100%; position: absolute; top: 0; left: 0; height: 11.8%; border: 1px solid #ddd; animation: slideUpDown2 12s infinite ease-in-out; background-color: rgba(255,255,255,0.2); backdrop-filter:blur(0.7px);}
.service3 #s_sec1 .images .mobile .img{position: relative;}
.service3 #s_sec1 .images .mobile .img img{max-width: 127px;box-shadow: 0px 5px 27px rgba(0,0,0,0.15);}

@media all and (max-width:1280px){
	@keyframes slideUpDown{
		0%{transform: translateY(0)}
		10%{transform: translateY(0)}
		50%{transform: translateY(-86%)}
		60%{transform: translateY(-86%)}
		100%{transform: translateY(0)}
	}
	.service #s_sec1 .m_txt .s_btn{margin-top: 50px;}
	.service1 #s_sec1 .images{margin-top: 80px; }
	.service1 #s_sec1 .images .pc{width: 87vw;}
	.service1 #s_sec1 .images .pc > div{width: 100% !important;}
	.service1 #s_sec1 .images .pc > div > div{width: 100% !important;}
	.service1 #s_sec1 .images .mobile{width: 23.438vw; top: 12vw; padding-top: 44.4%;}
	.service1 #s_sec1 .images .mobile > div{width: 100% !important;}
	.service1 #s_sec1 .images .mobile > div > div{width: 100% !important;}
	.service1 #s_sec1 .images .tablet{width: 40.391vw; height: 26.2%; top: -12vw;}
	.service1 #s_sec1 .images .tablet > div{width: 100% !important;}
	.service1 #s_sec1 .images .tablet > div > div{width: 100% !important;}
	.service2 #s_sec1 .images{margin-top: 60px; transform: scale(1) !important;}
	.service2 #s_sec1 .images .pc{margin-bottom: 25px;}
	.service2 #s_sec1 .images .tablet .img{max-width: 280px; margin-right: 20px;}
	.service2 #s_sec1 .images .tablet .img img{width: 100%;}
	.service3 #s_sec1 .images{margin-top: 60px;}
	.service3 #s_sec1 .images .pc{padding-top: 0%; width: 79vw;}
	.service3 #s_sec1 .images .mobile{width: 14vw;}
	.service3 #s_sec1 .images .mobile .img img{width: 12vw;}
}
@media all and (max-width:1024px){
	.service #s_sec1 .m_txt .s_btn{margin-top: 40px;}
	.service2 #s_sec1 .images .s_btn{margin-top: 30px;}
	.service1 #s_sec1 .images{margin-top: 70px;}
	.service2 #s_sec1 .images{margin-top: 50px;}
	.service2 #s_sec1 .images .pc{margin-bottom: 20px;}
	.service2 #s_sec1 .images .tablet .img{max-width: 240px; margin-right: 20px;}
	.service2 #s_sec1 .images .tablet .img p{font-size: 14px; margin-top: 15px;}
	.service3 #s_sec1 .images{margin-top: 50px;}
}
@media all and (max-width:768px){
	@keyframes slideUpDown{
		0%{transform: translateY(0)}
		10%{transform: translateY(0)}
		50%{transform: translateY(-84%)}
		60%{transform: translateY(-84%)}
		100%{transform: translateY(0)}
	}
	.service #s_sec1 .m_txt p br{display: none;}
	.service #s_sec1 .m_txt .s_btn{margin-top: 35px;}
	.service1 #s_sec1 .images{margin-top: 60px;}
	.service1 #s_sec1 .images .mobile{width: 20.438vw; top: 14vw; padding-top: 38.7%;}
	.service2 #s_sec1 .images{margin-top: 40px;}
	.service2 #s_sec1 .images .pc{margin-bottom: 15px;}
	.service2 #s_sec1 .images .tablet .img{max-width: 200px; margin-right: 15px;}
}
@media all and (max-width:500px){
	.service2 #s_sec1 .images .s_btn{margin-top: 20px;}
	.service2 #s_sec1 .images .tablet .img{max-width: 150px; margin-right: 15px;}
	.service2 #s_sec1 .images .tablet .img p{font-size: 14px; margin-top: 12px;}
}

/*.service #s_sec2{background-color: var(--mainBGcolor); margin-top: 0; padding-bottom: 80px; margin-bottom: 0;}*/
.service #s_sec2{background-color: var(--mainBGcolor); padding: 160px 0; margin-top: 0; margin-bottom: 0;}
/*
.service1 #s_sec2{padding-top: 400px; margin-top: -340px;}
.service2 #s_sec2{ padding-top: 120px; margin-top: 120px;}
.service3 #s_sec2{ padding-top: 320px; margin-top: -160px;}
*/
.service #s_sec2 .inner{}
.service #s_sec2 .inner .top{display: flex; align-items: center; justify-content: space-between;}
.service #s_sec2 .inner .top .m_txt2{width: calc(100% - 780px); padding-right: 50px;}
.service #s_sec2 .inner .top .img{width: 780px; border-radius: 20px; overflow: hidden;}
.service #s_sec2 .inner .top .img img{max-width: 100%;}
.service #s_sec2 .inner .top .img video{max-width: 100%;}
.inner .s_sec2_bottom{margin: 100px 0 0px; display: flex; gap:0 100px;}
.inner .s_sec2_bottom li{width: calc(100% / 3 - 100px / 3);}
.inner .s_sec2_bottom li h3{font-size: 22px; color:#000; margin-bottom: 15px; display: flex; flex-direction: column; gap:18px;}
.inner .s_sec2_bottom li h3 img{max-width: 38px;}
.inner .s_sec2_bottom li p{font-size: 18px; color:#666; line-height: 1.5em; word-break: keep-all;}

@media all and (max-width:1280px){
	.service #s_sec2{padding: 140px 0;}
/*	.service1 #s_sec2{padding-top: 350px; margin-top: -340px; padding-bottom: 70px;}*/
	.service #s_sec2 .inner .top .m_txt2{width: calc(100% - 52vw); padding-right: 40px;}
	.service #s_sec2 .inner .top .img{width: 52vw;}
	.inner .s_sec2_bottom{margin: 70px 0 0px; gap:80px;}
	.inner .s_sec2_bottom li h3{font-size: 21px; margin-bottom: 13px; gap:15px;}
	.inner .s_sec2_bottom li h3 img{max-width: 34px;}
/*
	.service2 #s_sec2{padding-top: 90px; margin-top: 90px;}
	.service3 #s_sec2{padding-top: 240px; margin-top: -120px;}
*/
}
@media all and (max-width:1024px){
	.service #s_sec2{padding: 120px 0;}
/*	.service1 #s_sec2{padding-top: 40vw; margin-top: -32vw; padding-bottom: 60px;}*/
	.service #s_sec2 .inner .top{flex-direction: column;}
	.service #s_sec2 .inner .top .m_txt2{width: 100%; margin-bottom: 40px; text-align: center; padding-right: 0;}
	.service #s_sec2 .inner .top .m_txt2 h3 br{display: none;}
	.service #s_sec2 .inner .top .m_txt2 p br{display: none;}
	.service #s_sec2 .inner .top .img{width: 100%;}
	.service #s_sec2 .inner .top .img img{width: 100%;}
	.inner .s_sec2_bottom{flex-direction: column; gap:0; margin: 60px 0 0px;}
	.inner .s_sec2_bottom li{width: 100%;}
	.inner .s_sec2_bottom li + li{margin-top: 30px; padding-top: 30px; border-top: 1px solid #eee;}
	.inner .s_sec2_bottom li p br{display: none;}
	.inner .s_sec2_bottom li h3{font-size: 20px; margin-bottom: 12px; flex-direction: row;}
	.inner .s_sec2_bottom li h3 img{max-width: 27px;}
	.inner .s_sec2_bottom li p{font-size: 17px;}
/*
	.service2 #s_sec2{padding-top: 80px; margin-top: 80px;}
	.service3 #s_sec2{padding-top: 40vw; margin-top: -28vw;}
*/
}
@media all and (max-width:768px){
	.service #s_sec2{padding: 110px 0;}
/*	.service1 #s_sec2{padding-bottom: 50px;}*/
	.service #s_sec2 .inner .top .img{border-radius: 10px;}
	.service #s_sec2 .inner .top .m_txt2{margin-bottom: 35px;}
	.inner .s_sec2_bottom{margin: 50px 0 0px;}
	.inner .s_sec2_bottom li + li{margin-top: 25px; padding-top: 25px;}
	.inner .s_sec2_bottom li h3{font-size: 19px; margin-bottom: 10px; gap:8px;}
	.inner .s_sec2_bottom li h3 img{max-width: 26px;}
	.inner .s_sec2_bottom li p{font-size: 16px;}
/*	.service2 #s_sec2{padding-top: 70px; margin-top: 70px;}*/
}
@media all and (max-width:500px){
	.service #s_sec2{padding: 100px 0;}
	.inner .s_sec2_bottom{margin: 40px 0 0px;}
	.inner .s_sec2_bottom li + li{margin-top: 20px; padding-top: 20px;}
	.inner .s_sec2_bottom li h3{font-size: 18px; margin-bottom: 8px;}
	.inner .s_sec2_bottom li h3 img{max-width: 24px;}
/*	.service2 #s_sec2{padding-top: 60px; margin-top: 60px;}*/
}

.service #s_sec3{}
.service #s_sec3 .inner{}
.service #s_sec3 .inner .m_txt{text-align: center;}
 .price_info{margin-top: 60px;}
 .price_info .p_head{display: flex; gap:20px; justify-content: center;}
 .price_info .p_head .info{width: 100%; text-align: center; margin-left: -1px; max-width: 414.33333px;}
 .price_info .p_head .info h4{font-size: 18px; font-weight: 500; line-height: 54px; background-color: #dedede; border-top-left-radius: 6px; border-top-right-radius: 6px;}
 .price_info .p_head .info .box{border: 1px solid #dedede; padding: 30px;}
 .price_info .p_head .info .box h3{font-size: 22px;}
 .price_info .p_head .info .box p{margin-top: 10px; font-size: 18px; color:#555; font-weight: 500;}
 .price_info .p_head .info .box p b{color:#000; font-size: 32px; margin: 0 3px;}
 .price_info .p_head .info .box .btn{margin-top: 50px;}
 .price_info .p_head .info .box .btn a{display: block; line-height: 60px; font-size: 18px; font-weight: 500; border-radius: 10px;}
 .price_info .p_head .info.info1{}
 .price_info .p_head .info.info1 h4{color:#666;}
 .price_info .p_head .info.info1 .box{}
 .price_info .p_head .info.info1 .box h3{color:#666;}
 .price_info .p_head .info.info1 .box p{}
 .price_info .p_head .info.info1 .box p b{}
 .price_info .p_head .info.info1 .box .btn{}
 .price_info .p_head .info.info1 .box .btn a{border: 1px solid #dedede; color:#666;}
 .price_info .p_head .info.info2{}
 .price_info .p_head .info.info2 h4{background-color: var(--maincolor); color:#fff}
 .price_info .p_head .info.info2 .box{border: 2px solid var(--maincolor); position: relative; z-index: 2; background-color: var(--mainBGcolor);}
 .price_info .p_head .info.info2 .box h3{color:var(--maincolor);}
 .price_info .p_head .info.info2 .box p{}
 .price_info .p_head .info.info2 .box p b{}
 .price_info .p_head .info.info2 .box .btn{}
 .price_info .p_head .info.info2 .box .btn a{background-color: var(--maincolor); color:#fff}
 .price_info .p_head .info.info3{}
 .price_info .p_head .info.info3 h4{background-color: #193265; color:#fff}
 .price_info .p_head .info.info3 .box{}
 .price_info .p_head .info.info3 .box h3{color:#193265;}
 .price_info .p_head .info.info3 .box p{}
.p_head .info.info3 .box p b{}
 .price_info .p_head .info.info3 .box .btn{}
 .price_info .p_head .info.info3 .box .btn a{background-color: #193265; color:#fff}
.service #s_sec3 .inner .text{margin-top: 50px; text-align: center;}
.service #s_sec3 .inner .text p{font-size: 18px; color:#666; position: relative; display: inline-block; padding-left: 10px; word-break: keep-all;}
.service #s_sec3 .inner .text p::before{content: '*'; position: absolute; left: 0; top: 0;font-size: 14px;}
.service #s_sec3 .inner .text br + p{margin-top: 12px;}

@media all and (max-width:1280px){
	.service #s_sec3 .inner .text p{font-size: 17px; line-height: 1.5em; padding-left: 0;}
	.service #s_sec3 .inner .text p::before{position: static; margin-right: 5px;}
}
@media all and (max-width:1024px){
	 .price_info{margin-top: 50px;}
	 .price_info .p_head .info h4{font-size: 17px; line-height: 48px;}
	 .price_info .p_head .info .box{padding: 25px;}
	 .price_info .p_head .info .box h3{font-size: 21px;}
	 .price_info .p_head .info .box p{font-size: 17px;}
	 .price_info .p_head .info .box p b{font-size: 28px;}
	 .price_info .p_head .info .box .btn{margin-top: 40px;}
	 .price_info .p_head .info .box .btn a{line-height: 54px; font-size: 17px; border-radius: 8px;}
	.service #s_sec3 .inner .text p{font-size: 16px;}
}
@media all and (max-width:768px){
	 .price_info{margin-top: 45px;}
	 .price_info .p_head{gap:15px; flex-wrap: wrap;}
	 .price_info .p_head .info{width: calc(100% / 2 - 15px / 2); max-width: 100%;}
	 .price_info .p_head .info:nth-child(3){flex: auto;}
	 .price_info .p_head .info h4{font-size: 16px; line-height: 44px;}
	 .price_info .p_head .info .box{padding: 20px;}
	 .price_info .p_head .info .box h3{font-size: 20px;}
	 .price_info .p_head .info .box p{font-size: 16px;}
	 .price_info .p_head .info .box p b{font-size: 26px;}
	 .price_info .p_head .info .box .btn{margin-top: 35px;}
	 .price_info .p_head .info .box .btn a{line-height: 48px; font-size: 16px; border-radius: 6px;}
	.service #s_sec3 .inner .text p{font-size: 15px;}
}
@media all and (max-width:500px){
	 .price_info{margin-top: 40px;}
	 .price_info .p_head .info{width: 100%;}
	 .price_info .p_head .info h4{font-size: 16px; line-height: 40px;}
	 .price_info .p_head .info .box{padding: 15px;}
	 .price_info .p_head .info .box h3{font-size: 19px;}
	 .price_info .p_head .info .box p b{font-size: 24px;}
	 .price_info .p_head .info .box .btn{margin-top: 27px;}
	 .price_info .p_head .info .box .btn a{line-height: 45px;}
}

.service #s_sec4{overflow-x: hidden; margin: 0; padding: 160px 0 160px;}
.service #s_sec4 .inner{}
.service #s_sec4 .inner .m_txt2{display: flex; align-items: flex-end; justify-content: space-between;}
.service #s_sec4 .inner .arrow_box{display: flex; gap:15px;}
.service #s_sec4 .inner .arrow_box .arrow{border-radius: 100%; box-shadow: 0px 5px 16px rgba(0,0,0,0.09); cursor: pointer;}
.service #s_sec4 .inner .arrow_box .arrow img{max-width: 100%;}
.service #s_sec4 .inner .cont{width: 130%; margin-top: 60px;}
.service #s_sec4 .inner .cont > div{height: 100%;}
.service #s_sec4 .inner .cont > div > div{display: flex; height: 100%;}
.service #s_sec4 .inner .cont .box{max-width: 345px; margin-right: 40px; background-color: #fbfbfb; padding: 30px; border: 1px solid #dddd; height: 345px; border-radius: 15px;}
.service #s_sec4 .inner .cont .box .img{margin-bottom: 20px;}
.service #s_sec4 .inner .cont .box .img img{max-width:100%;}
.service #s_sec4 .inner .cont .box .txt{}
.service #s_sec4 .inner .cont .box .txt h2{font-size: 64px;  font-family: "Space Grotesk", sans-serif; color:var(--maincolor); line-height: 1em;}
.service #s_sec4 .inner .cont .box .txt h3{font-size: 24px; color:#000; margin-bottom: 15px;}
.service #s_sec4 .inner .cont .box .txt p{font-size: 18px; font-weight: 400; color:#666666; word-break: keep-all; line-height: 1.7em;}

@media all and (max-width:1280px){
	.service #s_sec4{ padding: 140px 0;}
	.service #s_sec4 .inner .arrow_box .arrow img{max-width: 44px;}
	.service #s_sec4 .inner .cont{margin-top: 55px;}
	.service #s_sec4 .inner .cont .box{max-width: 320px; margin-right: 35px; padding: 25px; height: 320px;}
	.service #s_sec4 .inner .cont .box .txt h3{font-size: 22px;}
	.service #s_sec4 .inner .cont .box .txt p{font-size: 17px; line-height: 1.6em;}
}
@media all and (max-width:1024px){
	.service #s_sec4{ padding: 120px 0;}
	.service #s_sec4 .inner .arrow_box .arrow img{max-width: 42px;}
	.service #s_sec4 .inner .cont{margin-top: 50px;}
	.service #s_sec4 .inner .cont .box{max-width: 310px; margin-right: 32px; padding: 20px 25px; height: auto;}
	.service #s_sec4 .inner .cont .box .txt h3{font-size: 21px; margin-bottom: 12px;}
}
@media all and (max-width:768px){
	.service #s_sec4{ padding: 110px 0;}
	.service #s_sec4 .inner .arrow_box{gap:10px;}
	.service #s_sec4 .inner .arrow_box .arrow img{max-width: 40px;}
	.service #s_sec4 .inner .cont{margin-top: 45px;}
	.service #s_sec4 .inner .cont .box{max-width: 300px; margin-right: 30px; border-radius: 10px;}
	.service #s_sec4 .inner .cont .box .txt h3{font-size: 20px;}
	.service #s_sec4 .inner .cont .box .txt p{font-size: 16px; line-height: 1.5em;}
}
@media all and (max-width:500px){
	.service #s_sec4{ padding: 100px 0;}
	.service #s_sec4 .inner .cont .box{max-width: 60vw; margin-right: 5vw;}
	.service #s_sec4 .inner .cont .box .txt h3{font-size: 19px; margin-bottom: 10px;}
}

.service #s_sec5{}
.service #s_sec5 .inner{}
.service #s_sec5 .inner .m_txt{text-align: center;}
.service #s_sec5 .inner .scroll{margin: 80px 0;}
.service #s_sec5 .inner .s_btn{text-align: center;}

@media all and (max-width:1280px){
	.service #s_sec5 .inner .scroll{margin: 70px 0;}
}
@media all and (max-width:1024px){
	.service #s_sec5 .inner .scroll{margin: 60px 0;}
}
@media all and (max-width:768px){
	.service #s_sec5 .inner .scroll{margin: 50px 0; overflow-x: scroll;}
	.service #s_sec5 .inner .scroll table{min-width: 640px;}
}
@media all and (max-width:500px){
	.service #s_sec5 .inner .scroll{margin: 40px 0;}
}

.service #s_sec6{background-color: #f8f8f8; padding: 160px 0; margin-bottom: 0; margin-top: 0;}
.service #s_sec6 .inner{}
.service #s_sec6 .inner .m_txt{text-align: center;}
.service #s_sec6 .inner .cont{margin-top: 80px; display: flex; flex-wrap: wrap; gap:25px;}
.service #s_sec6 .inner .cont li{width: calc(100% / 3 - 50px / 3); background-color: #fff; position: relative; padding: 30px; display: flex; align-items: center; border-radius: 10px;}
.service #s_sec6 .inner .cont li .img{width: 80px; text-align: center;}
.service #s_sec6 .inner .cont li .img img{max-width: 100%;}
.service #s_sec6 .inner .cont li .txt{width: calc(100% - 80px); padding-left: 20px;}
.service #s_sec6 .inner .cont li .txt h3{font-size: 20px; color:#000; margin-bottom: 10px;}
.service #s_sec6 .inner .cont li .txt p{font-size: 17px; font-weight: 600; color: #555555; word-break: keep-all; line-height: 1.5em;}

@media all and (max-width:1280px){
	.service #s_sec6{padding: 140px 0;}
	.service #s_sec6 .inner .cont{margin-top: 70px; gap:20px;}
	.service #s_sec6 .inner .cont li{padding: 25px; width: calc(100% / 3 - 40px / 3);}
	.service #s_sec6 .inner .cont li .img{width: 70px;}
	.service #s_sec6 .inner .cont li .img img{max-width: 40px;}
	.service #s_sec6 .inner .cont li .txt{width: calc(100% - 70px);}
	.service #s_sec6 .inner .cont li .txt h3{font-size: 19px; margin-bottom: 8px;}
}
@media all and (max-width:1024px){
	.service #s_sec6{padding: 120px 0;}
	.service #s_sec6 .inner .cont{margin-top: 60px; gap:15px;}
	.service #s_sec6 .inner .cont li{width: calc(100% / 2 - 15px / 2);}
	.service #s_sec6 .inner .cont li .img{width: 60px;}
	.service #s_sec6 .inner .cont li .img img{max-width: 36px;}
	.service #s_sec6 .inner .cont li .txt{width: calc(100% - 60px); padding-left: 15px;}
	.service #s_sec6 .inner .cont li .txt h3{font-size: 18px; margin-bottom: 7px;}
	.service #s_sec6 .inner .cont li .txt p{font-size: 16px;}
}
@media all and (max-width:768px){
	.service #s_sec6{padding: 110px 0;}
	.service #s_sec6 .inner .cont{margin-top: 50px; gap:10px;}
	.service #s_sec6 .inner .cont li{padding: 25px 20px; width: 100%;}
	.service #s_sec6 .inner .cont li .img img{max-width: 34px;}
	.service #s_sec6 .inner .cont li .txt h3{font-size: 17px; margin-bottom: 6px;}
}
@media all and (max-width:500px){
	.service #s_sec6{padding: 100px 0;}
	.service #s_sec6 .inner .cont li .img{width: 54px;}
	.service #s_sec6 .inner .cont li .img img{max-width: 32px;}
	.service #s_sec6 .inner .cont li .txt{width: calc(100% - 54px); padding-left: 12px;}
}


.service #s_sec7{padding: 160px 0 80px; background: linear-gradient(to bottom, transparent,var(--mainBGcolor));}
.service1 #s_sec7{padding-top: 400px; margin-top: -340px;}
.service #s_sec7 .inner{}
.service #s_sec7 .inner .m_txt{text-align: center;}
.service #s_sec7 .inner .m_txt h3{}
.service #s_sec7 .inner .cont{margin-top: 80px; display: flex; flex-direction: column; align-items: flex-start; gap:60px; max-width: 1024px; margin-left: auto; margin-right: auto;}
.service #s_sec7 .inner .cont li{background-color: var(--maincolor); color:#fff; font-weight: 600; font-size: 24px; padding: 30px 60px; border-radius: 80px; display: inline-block;}
.service #s_sec7 .inner .cont li:nth-child(1){margin-left: 130px;}
.service #s_sec7 .inner .cont li:nth-child(2){align-self: flex-end; margin-right: 100px;}
.service #s_sec7 .inner .cont li:nth-child(3){margin-left: 220px;}
.service #s_sec7 .inner .cont li:nth-child(4){align-self: flex-end; margin-right: 180px;}

@media all and (max-width:1280px){
	.service1 #s_sec7{padding-top: 350px; margin-top: -340px;}
	.service2 #s_sec7{padding-top: 90px; margin-top: 90px;}
	.service3 #s_sec7{padding-top: 240px; margin-top: -120px;}
	.service #s_sec7 .inner .cont{margin-top: 60px;}
	.service #s_sec7 .inner .cont li{padding: 25px 50px; font-size: 22px;}
}
@media all and (max-width:1024px){
	.service1 #s_sec7{padding-top: 40vw; margin-top: -32vw;}
	.service2 #s_sec7{padding-top: 80px; margin-top: 80px;}
	.service3 #s_sec7{padding-top: 40vw; margin-top: -28vw;}
	.service #s_sec7 .inner .cont{margin-top: 50px; gap:50px;}
	.service #s_sec7 .inner .cont li{padding: 22px 44px; font-size: 20px;}
	.service #s_sec7 .inner .cont li:nth-child(1){margin-left: 10%;}
	.service #s_sec7 .inner .cont li:nth-child(2){align-self: flex-end; margin-right: 7%;}
	.service #s_sec7 .inner .cont li:nth-child(3){margin-left: 19%;}
	.service #s_sec7 .inner .cont li:nth-child(4){align-self: flex-end; margin-right: 15%;}
}
@media all and (max-width:768px){
	.service2 #s_sec7{padding-top: 70px; margin-top: 70px;}
	.service #s_sec7 .inner .cont{margin-top: 40px; gap:40px;}
	.service #s_sec7 .inner .cont li{padding: 18px 36px; font-size: 18px;}
	.service #s_sec7 .inner .cont li:nth-child(1){margin-left: 6%;}
	.service #s_sec7 .inner .cont li:nth-child(2){align-self: flex-end; margin-right: 3%;}
	.service #s_sec7 .inner .cont li:nth-child(3){margin-left: 15%;}
	.service #s_sec7 .inner .cont li:nth-child(4){align-self: flex-end; margin-right: 11%;}
}
@media all and (max-width:500px){
	.service2 #s_sec7{padding-top: 60px; margin-top: 60px;}
	.service #s_sec7 .inner .cont{margin-top: 40px; gap:35px;}
	.service #s_sec7 .inner .cont li{padding: 13px 26px; font-size: 17px;}
	.service #s_sec7 .inner .cont li:nth-child(1){margin-left: 4%;}
	.service #s_sec7 .inner .cont li:nth-child(2){align-self: flex-end; margin-right: 1%;}
	.service #s_sec7 .inner .cont li:nth-child(3){margin-left: 13%;}
	.service #s_sec7 .inner .cont li:nth-child(4){align-self: flex-end; margin-right: 9%;}
}
@media all and (max-width:400px){
	.service #s_sec7 .inner .cont li{padding: 10px 20px; font-size: 16px;}
	.service #s_sec7 .inner .cont li:nth-child(3){margin-left: 6%;}
}

.service #sec4{margin-top: 0;}
.service #sec5{margin-top: 0;}
.service #sec7{margin: 0; padding: 160px 0; background-color: #fafafa;}


.service .index_box{position: absolute; top: -9999px; left: -9999px; overflow: hidden; opacity: 0; height: 0; width: 0;}
/*
.service #sec5 .top{background: linear-gradient(to bottom, #f8f8f8, rgba(248,248,248,0.7), rgba(248,248,248,0.5), rgba(248,248,248,0.3), rgba(248,248,248,0.1), transparent, transparent); padding: 160px 0 45vw; position: relative; z-index: 2;}
.service #sec5 .top .m_txt h3{color: #000;}
*/

.service2 #s_sec8{background-color: #f29e3b; padding: 140px 0; margin-top: 140px; text-align: center;}
.service2.template_list{background-color: #f5f5f3; padding: 75px 0; margin-bottom: 60px;}
.service2 #s_sec8 .m_txt h3, .service2 #s_sec8 .m_txt p{color: #fff;}
.service2 #portfolio{margin-top: 80px;}
.service2 #portfolio #contWrap  {display:flex; gap:30px; flex-wrap:wrap; }
.service2 #portfolio #contWrap .imgBox {width:calc(33.33333% - 60px / 3); max-width: 553.333333px; margin-right: 20px; margin-bottom:0px; border-radius:20px; overflow:hidden; position:relative; /* border: 3px solid transparent; transition: .4s;*/}
.service2 #portfolio #contWrap .imgBox.masonry-item{width: calc(25% - 16px * 3 / 4); overflow: visible; max-width: 425px;}
.service2.template_list #portfolio #contWrap .imgBox {width:calc(20% - 120px / 4); max-width: 320px;}
.service2 #portfolio #contWrap .imgBox.skin {margin-right: 0;}
/*.service2 #portfolio #contWrap .imgBox:hover{border: 3px solid #d11111;}*/
.service2 #portfolio #contWrap .imgBox > span {display:block; width:100%; height:100%; position: relative; border-radius:20px; overflow:hidden;}
.service2 #portfolio #contWrap .imgBox.masonry-item > span {box-shadow: 0px 5px 18px rgba(0,0,0,0.1)}
.service2 #portfolio #contWrap .imgBox > span .divHover {opacity:0; width:100%; height:100%; position:absolute; left:0; top:0; text-align:center; background:rgba(0,0,0,.4);color:#FFF;  transition: 0.5s ease;  display: flex; justify-content: center; align-items: center; flex-direction: column; z-index: -1;}
.service2 #portfolio #contWrap .imgBox > span .divHover dl {width: 100%;}
.service2 #portfolio #contWrap .imgBox > span .divHover dl  .category {font-size:1.5rem; border-bottom:1px solid #FFF; display:inline-block}
.service2 #portfolio #contWrap .imgBox > span .divHover dl  dt {font-size:22px; font-weight:500; margin:0px 0 20px }
.service2 #portfolio #contWrap .imgBox > span .divHover dl  dd {width:45px; line-height:45px; display:inline-block; border-radius:60px; 
												background:#FFF; color:#000}
.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box{display: flex; gap:10px;}
.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box .btn{color:#fff; width: 100px; line-height: 42px; font-weight: 700; font-size: 15px; border-radius: 5px;}
.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box .btn.btn1{background-color: #f29e3b;}
.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box .btn.btn1:hover{background-color: #000;}
.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box .btn.btn2{border: 1px solid #fff;}
.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box .btn.btn2:hover{background-color: #fff; color: #000;}
.service2 #portfolio #contWrap .imgBox > span img {width:100%;  transition: 0.7s ease;}
.service2 #portfolio #contWrap .imgBox > span:hover img {/*filter: blur(2px);  -webkit-filter: blur(2px);   transform:scale(1.05);
								-webkit-transform:scale(1.05);  -moz-transform:scale(1.05);  -o-transform:scale(1.05);  */ }
.service2 #portfolio #contWrap .imgBox > span:hover .divHover {opacity:1; z-index: 2;}
.tem_title{font-size: 24px; color: #000; margin-bottom: 30px; font-weight: 700; text-align: center;}

@media all and (max-width:1280px) {
	.service2 #portfolio{margin-top: 60px;}
	.service2 #portfolio #contWrap  {gap:20px;}
	.service2 #portfolio #contWrap .imgBox {width:calc(33.3333vw - 20px / 3);}
	.service2 #portfolio #contWrap .imgBox.masonry-item{width: calc(33.3333% - 16px * 2 / 3);}
	.service2 #portfolio #contWrap .imgBox.skin {width:calc(33.3333% - 40px / 3);}
	.service2 #portfolio #contWrap .imgBox > span .divHover dl  dt{font-size: 21px; margin-bottom: 15px;}
	.service2.template_list{padding: 70px 0; margin-bottom: 50px;}
	.service2.template_list #portfolio #contWrap .imgBox { max-width: 270px;}
	.tem_title{font-size: 22px; margin-bottom: 25px;}
}
@media all and (max-width:1024px) {
	.service2 #portfolio #contWrap  {gap:16px;}
	.service2 #portfolio #contWrap .imgBox {width:calc(33.3333vw - 32px / 3);}
	.service2 #portfolio #contWrap .imgBox.skin {width:calc(33.3333% - 32px / 3);}
	.service2 #portfolio #contWrap .imgBox > span .divHover dl  dt{font-size: 20px;}
	.service2.template_list{padding: 60px 0; margin-bottom: 40px;}
	.service2.template_list #portfolio #contWrap .imgBox { max-width: 280px;}
	.tem_title{font-size: 21px; margin-bottom: 22px;}
}
@media all and (max-width:768px) {
	.service2 #portfolio{margin-top: 50px;}
	.service2 #portfolio #contWrap .imgBox {width:calc(50vw - 16px / 2); border-radius: 15px;}
	.service2 #portfolio #contWrap .imgBox.masonry-item{width: calc(50% - 16px / 2);}
	.service2 #portfolio #contWrap .imgBox.skin {width:calc(50% - 16px / 2); }
	.service2 #portfolio #contWrap .imgBox > span .divHover dl  dt{font-size: 18px; margin-bottom: 12px;}
	.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box{flex-direction: column; gap:7px}
	.service2 #portfolio #contWrap .imgBox > span .divHover .btn_box .btn{font-size: 14px; line-height: 38px; width: 120px;}
	.service2.template_list{padding: 50px 0; margin-bottom: 35px;}
	.service2.template_list #portfolio #contWrap .imgBox { max-width: 50vw;}
	.tem_title{font-size: 20px; margin-bottom: 20px;}
}
@media all and (max-width:500px){
	.service2.template_list{padding: 40px 0; margin-bottom: 30px;}
/*	.service2.template_list #portfolio #contWrap .imgBox { max-width: 50vw;}*/
	.service2 #portfolio #contWrap .imgBox{border-radius: 10px;}
/*	.service2 #portfolio #contWrap .imgBox {width:calc(100%); }*/
}

.port_layer_bg{z-index: -99; position: fixed; top: 0; left: 0;  background: rgba(0,0,0,0.4); opacity: 0; overflow: hidden;}
.port_layer_bg.on{z-index: 301; opacity: 1; overflow: visible;width: 100%; height: 100%;}
.port_layer{position: fixed; top: 50%; left: 50%; z-index: -99; transform: translate(-50%, -50%);background-color: #fff; opacity: 0; overflow: hidden; width: 0; height: 0; max-height: 94vh; border-radius: 20px;}
.port_layer.on{z-index: 302; opacity: 1; overflow: visible; max-width: 800px; width: 94vw; height:auto;}
.port_layer .cont{padding: 50px; box-sizing: border-box;}
.port_layer .cont .top{text-align: center; margin-bottom: 30px;}
.port_layer .cont .top h3{color: #000; font-size: 24px; margin-bottom: 10px;}
.port_layer .cont .top p{font-size: 16px; color: #444;}
.port_layer .cont .bottom{border-bottom: 1px solid #000;}
.port_layer .cont .bottom .box{display: flex; align-items: center; border-top: 1px solid #000; line-height: 60px;}
.port_layer .cont .bottom .box .tit{width: 120px; font-size: 1.7rem; color: #000; font-weight: 500; padding-left: 10px;}
.port_layer .cont .bottom .box .txt{width: calc(100% - 120px); position: relative;}
.port_layer .cont .bottom .box .txt.required::after{content: '*'; color: #f29e3b; right: 10px; top: 5px; display: block; position: absolute; font-size: 18px;}
.port_layer .cont .bottom .box .txt input[type = text], .port_layer .cont .bottom .box .txt input[type = email]{width: 100%; border: 1px solid transparent; line-height: 26px; padding: 5px 10px; font-size: 1.6rem;}
.port_layer .cont .bottom .box .txt input[type = text]::placeholder, .port_layer .cont .bottom .box .txt input[type = email]::placeholder{opacity: 0.5;}
.port_layer .cont .bottom .box .txt textarea{width: 100%; resize: none; border: 1px solid transparent; height: 160px; overflow-y: scroll; padding:5px 10px; font-family: 'S-CoreDream','Noto Sans KR', 'Noto Sans Korean', sans-serif; font-size: 1.6rem; outline: none;}
.port_layer .cont .bottom .box .txt textarea::placeholder{opacity: 0.5;}
.port_layer .cont .agree{display: flex; justify-content: center; gap:5px; margin: 15px 0;}
.port_layer .cont .agree label{font-size: 15px;}
.port_layer .cont .btn_box{display: flex; justify-content: center; gap:10px; margin-top: 20px;}
.port_layer .cont .btn_box button, .port_layer .cont .btn_box input{}
.port_layer .cont .btn_box button.btn, .port_layer .cont .btn_box input.btn{ line-height: 40px; padding: 0 20px; font-size: 16px; font-weight: 500; border-radius: 5px;}
.port_layer .cont .btn_box button.btn1{background-color: #f29e3b; color: #fff; transition:0.4s;}
.port_layer .cont .btn_box button.btn1:hover{background-color: #000;}
.port_layer .cont .btn_box input.btn2{border: 1px solid #ccc; text-align: center; background: transparent; cursor: pointer; transition:0.4s; color: #000;}
.port_layer .cont .btn_box input.btn2:hover{opacity: 0.4;}

@media all and (max-width:1280px){
	.port_layer .cont{padding: 45px}
	.port_layer .cont .top h3{font-size: 22px;}
	.port_layer .cont .bottom .box .tit{ width: 100px;}
	.port_layer .cont .bottom .box .txt{width: calc(100% - 100px)}
	.port_layer .cont .bottom .box .txt textarea{height: 130px;}
	.port_layer .cont .btn_box button.btn, .port_layer .cont .btn_box input.btn{line-height: 38px}
}
@media all and (max-width:976px){
	.port_layer .cont{padding: 40px}
	.port_layer .cont .top{margin-bottom: 20px;}
	.port_layer .cont .top h3{font-size: 21px;}
	.port_layer .cont .top p{font-size: 15px;}
}
@media all and (max-width:640px){
	.port_layer{border-radius: 15px;}
	.port_layer .cont{padding: 35px}
	.port_layer .cont .top h3{font-size: 20px;}
	.port_layer .cont .bottom .box .tit{ width: 90px;}
	.port_layer .cont .bottom .box .txt{width: calc(100% - 90px)}
	.port_layer .cont .bottom .box .txt textarea{height: 100px;}
	.port_layer .cont .btn_box button.btn, .port_layer .cont .btn_box input.btn{ line-height: 36px}
	.port_layer .cont .bottom .box.full{flex-direction: column;}
	.port_layer .cont .bottom .box.full .tit{width: 100%;}
	.port_layer .cont .bottom .box.full .txt{width: 100%;}
}
@media all and (max-width:500px){
	.port_layer .cont{padding: 30px}
	.port_layer .cont .top h3{font-size: 19px;}
	.port_layer .cont .top p{font-size: 14px;}
	.port_layer .cont .bottom .box{line-height: 50px;}
}

.service4{font-family: 'Pretendard', sans-serif; letter-spacing: -0.05em; font-size: 16px;}
.service4 .top_sec{position: relative; height: 250vh; background: #fff; padding-bottom: 60px;}
.service4 .top_sec .bg2{background: url(/images/sub/service4_bg.webp) no-repeat bottom center / cover; width: 100%; height: 100vh; position: absolute; bottom: 0; left: 0; opacity: 0;}
/*
.service4 .top_sec #videoContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}
.service4 .top_sec #videoContainer video{width: 100%; height: 100%; object-fit: cover;}
*/
.service4 .top_sec .bg1{position: sticky; height: 100vh; width: 100%; top: 0;  overflow-x:hidden;}
.service4 .top_sec .bg1 .txt{display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; height: 100%; width: 100%;}
.service4 .top_sec .bg1 .txt .img{margin-bottom: 20px;}
.service4 .top_sec .bg1 .txt h4{color: #444; font-weight: 500; font-size: 24px;}
.service4 .top_sec .bg1 .txt h3{font-size: 56px; color: #000; margin: 10px 0 15px;}
.service4 .top_sec .bg1 .txt h3 span{color: #03c75a;}
.service4 .top_sec .bg1 .txt p{font-size: 19px; color: #666;}
.service4 .top_sec .bg1 .scroll{position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); text-align: center;}
.service4 .top_sec .bg1 .scroll .arrow{font-family: 'SUIT', sans-serif; margin-bottom: 10px; font-size: 24px; animation: sc 1.25s infinite; color: #000;}
.service4 .top_sec .bg1 .scroll p{color: #000; opacity: 0.6; font-size: 14px;}

@media all and (max-width:1280px){
	.service4 .top_sec{padding-bottom: 40px;}
	.service4 .top_sec .bg1 .txt .img{margin-bottom: 17px;}
	.service4 .top_sec .bg1 .txt .img img{max-width: 142px;}
	.service4 .top_sec .bg1 .txt h4{font-size: 22px;}
	.service4 .top_sec .bg1 .txt h3{font-size: 48px;}
	.service4 .top_sec .bg1 .txt p{font-size: 18px;}
	.service4 .top_sec .bg1 .scroll .arrow{font-size: 22px; margin-bottom: 6px;}
	.service4 .top_sec .bg1 .scroll p{font-size: 13px;}
}
@media all and (max-width:1024px){
	.service4 .top_sec .bg1 .txt .img{margin-bottom: 15px;}
	.service4 .top_sec .bg1 .txt .img img{max-width: 136px;}
	.service4 .top_sec .bg1 .txt h4{font-size: 21px;}
	.service4 .top_sec .bg1 .txt h3{font-size: 44px;}
	.service4 .top_sec .bg1 .txt p{font-size: 17px;}
}
@media all and (max-width:768px){
	.service4 .top_sec{padding-bottom: 20px;}
	.service4 .top_sec .bg1 .txt .img{margin-bottom: 13px;}
	.service4 .top_sec .bg1 .txt .img img{max-width: 130px;}
	.service4 .top_sec .bg1 .txt h4{font-size: 20px;}
	.service4 .top_sec .bg1 .txt h3{font-size: 40px; margin: 6px 0 10px;}
	.service4 .top_sec .bg1 .scroll .arrow{font-size: 20px;}
	.service4 .top_sec .bg1 .scroll p{font-size: 12px;}
}
@media all and (max-width:500px){
	.service4 .top_sec{padding-bottom: 0;}
	.service4 .top_sec .bg1 .txt .img{margin-bottom: 12px;}
	.service4 .top_sec .bg1 .txt .img img{max-width: 120px;}
	.service4 .top_sec .bg1 .txt h4{font-size: 19px;}
	.service4 .top_sec .bg1 .txt h3{font-size: 36px;}
	.service4 .top_sec .bg1 .txt p{font-size: 16px;}
}

.service4 .s_tit{margin-bottom: 80px; text-align: center;}
.service4 .s_tit h4{font-size: 20px; color: #666; font-weight: 500; margin-bottom: 10px;}
.service4 .s_tit h3{font-size: 48px; color: #000; line-height: 1.3em;}
.service4 .s_tit h3 span{color: #03c75a;}
.service4 .s_tit h3 br.mo{display: none;}
.service4 .s_tit .keyword{margin-top: 30px; display: flex; gap:4px; justify-content: center}
.service4 .s_tit .keyword li{ background-color: #03c75a; color: #fff; font-weight: 600; padding: 6px 12px; border-radius: 3px; font-size: 15px;}

@media all and (max-width:1280px){
	.service4 .s_tit{margin-bottom: 60px;}
	.service4 .s_tit h4{font-size: 19px;}
	.service4 .s_tit h3{font-size: 42px;}
}
@media all and (max-width:1024px){
	.service4 .s_tit{margin-bottom: 55px;}
	.service4 .s_tit h4{font-size: 18px; margin-bottom: 6px;}
	.service4 .s_tit h3{font-size: 36px;}
}
@media all and (max-width:768px){
	.service4 .s_tit{margin-bottom: 45px;}
	.service4 .s_tit h4{font-size: 17px;}
	.service4 .s_tit h3{font-size: 32px;}
	.service4 .s_tit h3 br.mo{display: block;}
}
@media all and (max-width:500px){
	.service4 .s_tit{margin-bottom: 40px;}
	.service4 .s_tit h4{font-size: 16px;}
	.service4 .s_tit h3{font-size: 28px;}
}

.service4 .sec2{padding: 140px 0; overflow-x:hidden;}
.service4 .sec2 .cont{display: flex; gap:30px;}
.service4 .sec2 .cont li{padding: 60px 40px; width: calc(100% / 3 - 60px /3); border-radius: 25px; transition:0.3s;}
.service4 .sec2 .cont li:hover{background-color: #08c17c;}
.service4 .sec2 .cont li .txt{color: #000; transition:0.3s;}
.service4 .sec2 .cont li:hover .txt{color: #fff;}
.service4 .sec2 .cont li .txt h4{font-weight: 600; display: none;}
.service4 .sec2 .cont li .txt .icon{margin-bottom: 20px; display: flex; gap:7px; align-items: center;}
.service4 .sec2 .cont li:hover .txt .icon{filter: grayscale(1) brightness(10);}
.service4 .sec2 .cont li .txt h3{font-size: 28px; margin: 15px 0 25px;}
.service4 .sec2 .cont li .txt p{font-size: 17px; line-height: 1.6em; opacity: 0.85; word-break: keep-all;}
.service4 .sec2 .cont li:hover .txt p{opacity: 1;}
.service4 .sec2 .cont li .txt a{display: block; margin-top: 30px; color: #666; transition:0.3s; font-size: 16px;}
.service4 .sec2 .cont li:hover .txt a{color: #fff;}

@media all and (max-width:1280px){
	.service4 .sec2{padding: 100px 0;}
	.service4 .sec2 .cont li{padding: 50px 40px; height: auto;}
	.service4 .sec2 .cont li .txt .icon img{max-height: 60px;}
	.service4 .sec2 .cont li .txt h4{font-size: 15px;}
	.service4 .sec2 .cont li .txt h3{font-size: 25px; margin: 12px 0 20px;}
	.service4 .sec2 .cont li .txt p{font-size: 16px;}
	.service4 .sec2 .cont li .txt p br{display: none;}
	.service4 .sec2 .cont li .txt a{margin-top: 25px;}
}
@media all and (max-width:1024px){
	.service4 .sec2{padding: 90px 0;}
	.service4 .sec2 .cont{gap:20px; flex-direction: column;}
	.service4 .sec2 .cont li{width: 100%; padding: 40px 35px; border-radius: 20px;}
	.service4 .sec2 .cont li .txt .icon{margin-bottom: 15px;}
	.service4 .sec2 .cont li .txt .icon img{max-height: 56px;}
	.service4 .sec2 .cont li .txt h3{font-size: 23px; margin: 9px 0 15px;}
}
@media all and (max-width:768px){
	.service4 .sec2{padding: 80px 0;}
/*	.service4 .sec2 .cont li .txt .icon{margin-bottom: 10px;}*/
	.service4 .sec2 .cont li .txt .icon img{max-height: 52px;}
}
@media all and (max-width:500px){
	.service4 .sec2{padding: 70px 0;}
	.service4 .sec2 .cont li .txt .icon img{max-height: 48px;}
	.service4 .sec2 .cont li .txt h4{font-size: 14px;}
	.service4 .sec2 .cont li .txt h3{font-size: 21px; margin: 7px 0 12px;}
/*	.service4 .sec2 .cont li .txt p{font-size: 15px;}*/
	.service4 .sec2 .cont li .txt a{margin-top: 20px;}
}

@keyframes tw{
	0%{filter: grayscale(0.8)}
	30%{filter: grayscale(0)}
	70%{filter: grayscale(0)}
	100%{filter: grayscale(0.8)}
}
.service4 .sec3{padding: 120px 0; background:linear-gradient(45deg, #1dbc63, #08c17c);}
.service4 .sec3 .s-inner{}
.service4 .sec3 .s-inner .tit{text-align: center; color: #fff;}
.service4 .sec3 .s-inner .tit h4{font-weight: 400; font-size: 24px; margin-bottom: 20px;}
.service4 .sec3 .s-inner .tit h3{font-weight: 500;font-size: 40px; line-height: 1.3em;}
.service4 .sec3 .s-inner .tit h3 span{font-weight: 700;}
.service4 .sec3 .s-inner .tit p {margin-top: 15px; font-size: 18px; font-weight: 500; text-decoration: underline; text-underline-position: under; line-height: 1.5em; word-break: keep-all;}
.service4 .sec3 .s-inner .chara{margin: 40px 0; display: flex; justify-content: center; gap:10px;}
.service4 .sec3 .s-inner .chara li{background-color: rgba(147,65,65,0.2); color: #fff; font-size: 20px; font-weight: 500; padding: 15px 20px; border-radius: 5px;}
.service4 .sec3 .s-inner .cont{display: flex; justify-content: center; gap:120px; margin-top: 80px; position: relative;}
.service4 .sec3 .s-inner .cont::after{content: '→'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'SUIT', sans-serif; color: #14be6e; font-size: 24px; background-color: #fff; width: 50px; height: 50px; border-radius: 100%; display: flex; justify-content: center; align-items: center; font-weight: 500;}
.service4 .sec3 .s-inner .cont .l_cont .img img{filter: grayscale(0.95);}
.service4 .sec3 .s-inner .cont > div{text-align: center; position:relative;}
.service4 .sec3 .s-inner .cont > div > .img{box-shadow: 0px 6px 20px rgba(0,0,0,0.1); position: relative; border-radius: 15px; overflow: hidden;}
.service4 .sec3 .s-inner .cont > div > .img img{}
/*.service4 .sec3 .s-inner .cont > div > .img img.ab{position: absolute; top: 0; left: 0; width: 100%; animation: tw 1.25s infinite;}*/
.service4 .sec3 .s-inner .cont > div > .img .flex_cont{position: absolute; left: 0; top: 0; width: 100%; display: flex; gap:1px; animation: tw 1.25s infinite;}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont::after{content: 'Click'; background: rgba(0,0,0,0.6); color: #fff; font-size: 14px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 5px 8px; border-radius: 3px;  opacity: 0.6; transition: .4s;}
.service4 .sec3 .s-inner .cont > div > .img:hover .flex_cont::after{opacity: 1;}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont .l_cont{width: calc(100% / 2 - 1px / 2);}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont .l_cont a{}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont .l_cont a img{max-width:100%;}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont .r_cont{width: calc(100% / 2 - 1px / 2); display: flex; gap:1px; flex-wrap: wrap;}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont .r_cont a{width: calc(100% / 2 - 1px / 2); display: block;}
.service4 .sec3 .s-inner .cont > div > .img .flex_cont .r_cont a img{max-width:100%;}
.service4 .sec3 .s-inner .cont > div > p{color: #fff; font-size: 17px; margin-bottom: 30px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.85); padding: 10px 15px; border-radius: 12px; white-space: nowrap; z-index: 2;}
.service4 .sec3 .s-inner .cont > div > p b{ font-weight: 600; color: #45ff98;}

@media all and (max-width:1280px){
	.service4 .sec3{padding: 100px 0;}
	.service4 .sec3 .s-inner .tit h4{font-size: 22px; margin-bottom: 16px;}
	.service4 .sec3 .s-inner .tit h3{font-size: 36px;}
	.service4 .sec3 .s-inner .tit p{font-size: 17px; margin-top: 13px;}
	.service4 .sec3 .s-inner .chara{margin: 32px 0;}
	.service4 .sec3 .s-inner .chara li{font-size: 19px; padding: 12px 16px;}
	.service4 .sec3 .s-inner .cont{margin-top: 60px; gap:100px;}
	.service4 .sec3 .s-inner .cont::after{width: 46px; height: 46px; font-size: 22px;}
}
@media all and (max-width:1024px){
	.service4 .sec3{padding: 90px 0;}
	.service4 .sec3 .s-inner .tit h4{font-size: 20px; margin-bottom: 14px;}
	.service4 .sec3 .s-inner .tit h3{font-size: 32px;}
	.service4 .sec3 .s-inner .chara{flex-direction: column; align-items: center; margin: 27px 0;}
	.service4 .sec3 .s-inner .chara li{font-size: 18px; padding: 10px 14px;}
	.service4 .sec3 .s-inner .cont{margin-top: 50px; gap:80px;}
	.service4 .sec3 .s-inner .cont::after{width: 42px; height: 42px; font-size: 20px;}
	.service4 .sec3 .s-inner .cont > div > p{font-size: 16px; margin-bottom: 25px; padding: 8px 13px; border-radius: 10px;}
	.service4 .sec3 .s-inner .cont > div > .img{border-radius: 10px;}
	.service4 .sec3 .s-inner .cont > div > .img img{max-width: 38.5vw;}
}
@media all and (max-width:768px){
	.service4 .sec3{padding: 80px 0;}
	.service4 .sec3 .s-inner .tit h4{font-size: 19px; margin-bottom: 10px;}
	.service4 .sec3 .s-inner .tit h3{font-size: 28px;}
	.service4 .sec3 .s-inner .tit p{font-size: 16px;}
	.service4 .sec3 .s-inner .chara{margin: 25px 0;}
	.service4 .sec3 .s-inner .chara li{font-size: 17px; padding: 8px 12px;}
	.service4 .sec3 .s-inner .cont{margin-top: 45px; flex-direction: column; align-items: center;}
	.service4 .sec3 .s-inner .cont > .l_cont{position: sticky; top: 95px; display: none;}
	.service4 .sec3 .s-inner .cont > div > .img > img{max-width: 100%; max-height: calc(100vh - 120px)}
	.service4 .sec3 .s-inner .cont::after{transform: translate(-50%, -50%) rotate(90deg); display: none;}
}
@media all and (max-width:500px){
	.service4 .sec3{padding: 70px 0;}
	.service4 .sec3 .s-inner .tit h4{font-size: 18px;}
	.service4 .sec3 .s-inner .tit h3{font-size: 26px;}
	.service4 .sec3 .s-inner .tit p{font-size: 15px; margin-left: auto; margin-right: auto;}
	.service4 .sec3 .s-inner .chara li{font-size: 16px; padding: 7px 11px;}
	.service4 .sec3 .s-inner .cont{margin-top: 40px;}
	.service4 .sec3 .s-inner .cont > div > p{font-size: 15px; margin-bottom: 20px; padding: 6px 12px; border-radius: 8px;}
}


.service4 .sec4{width: 100%; position: relative; height: 360px; background: url(/images/sub/service4_sec4_bg.webp) no-repeat center right / cover; overflow-x:hidden;}
.service4 .sec4 .s-inner{height: 100%;}
.service4 .sec4 .s-inner .txt{height: 100%; display: flex; flex-direction: column; justify-content: center;}
.service4 .sec4 .s-inner .txt h4{font-size: 24px; color: #ddd; font-weight: 400; margin-bottom: 10px;}
.service4 .sec4 .s-inner .txt h3{font-size: 40px; color: #fff;}

@media all and (max-width:1280px){
	.service4 .sec4{height: 320px;}
	.service4 .sec4 .s-inner .txt h4{font-size: 22px;}
	.service4 .sec4 .s-inner .txt h3{font-size: 36px;}
}
@media all and (max-width:1024px){
	.service4 .sec4{height: 300px;}
	.service4 .sec4{ background-position: center right -30vw !important;}
	.service4 .sec4 .s-inner .txt h4{font-size: 20px;}
	.service4 .sec4 .s-inner .txt h3{font-size: 32px;}
}
@media all and (max-width:768px){
	.service4 .sec4{height: 270px;}
	.service4 .sec4 .s-inner .txt{text-align: center;}
	.service4 .sec4 .s-inner .txt h4{font-size: 19px;}
	.service4 .sec4 .s-inner .txt h3{font-size: 28px;}
}
@media all and (max-width:500px){
	.service4 .sec4{height: 240px;}
	.service4 .sec4 .s-inner .txt h4{font-size: 18px;}
	.service4 .sec4 .s-inner .txt h3{font-size: 25px;}
}

.service4 .sec5{padding: 120px 0; overflow-x:hidden;}
.service4 .sec5 .cont{}
.service4 .sec5 .cont .box{max-width: 453.33333px; text-align: center; margin-right: 20px;}
.service4 .sec5 .cont .box .img{border: 1px solid #eee; border-radius: 15px; overflow: hidden;}
.service4 .sec5 .cont .box .img img{max-width: 100%;}
.service4 .sec5 .cont .box p{font-size: 15px; margin-top: 15px; color: #666;}

@media all and (max-width:1280px){
	.service4 .sec5{padding: 100px 0;}
	.service4 .s_tit .keyword{margin-top: 25px;}
}
@media all and (max-width:1024px){
	.service4 .sec5{padding: 90px 0;}
	.service4 .sec5 .cont .box p{font-size: 14px;}
}
@media all and (max-width:768px){
	.service4 .sec5{padding: 80px 0;}
	.service4 .s_tit .keyword{margin-top: 20px;}
	.service4 .s_tit .keyword li{font-size: 14px;}
	.service4 .sec5 .cont .box{max-width: 75vw; margin-right: 15px;}
	.service4 .sec5 .cont .box .img{border-radius: 10px;}
}
@media all and (max-width:500px){
	.service4 .sec5{padding: 70px 0;}
	.service4 .sec5 .cont .box{max-width: 78vw; margin-right: 12px;}
/*	.service4 .sec5 .cont .box p{font-size: 13px;}*/
	.service4 .s_tit .keyword li{padding: 5px 7px; font-size: 13px;}
}

/*
.service4 .sec6{padding: 60px 0 120px; background-color: #fafafa;}
.service4 .sec6 .s-inner{display: flex; align-items: center; justify-content: space-between;}
.service4 .sec6 .s-inner .tit{text-align:left; color: #000;}
.service4 .sec6 .s-inner .tit h4{font-weight: 400; font-size: 24px; margin-bottom: 20px;}
.service4 .sec6 .s-inner .tit h3{font-weight: 500;font-size: 40px; line-height: 1.3em;}
.service4 .sec6 .s-inner .tit h3 .color{color: #03c75a;}
.service4 .sec6 .s-inner .tit h3 span{font-weight: 700;}
.service4 .sec6 .s-inner .tit p {margin-top: 15px; font-size: 18px; font-weight: 500; text-decoration: underline; text-underline-position: under;}
.service4 .sec6 .s-inner .tit .small{font-size: 15px; text-decoration: none; font-weight: 500; margin-top: 30px; color: #aaa;}
.service4 .sec6 .s-inner .cont{margin-top: 30px;text-align: center;}
.service4 .sec6 .s-inner .cont .img{text-align: center;}
.service4 .sec6 .s-inner .cont .img img{max-width:100%;}
.service4 .sec6 .s-inner .cont p{background-color: #03c75a; margin-top: 30px; text-align: center; color: #fff; display: inline-block; padding: 10px 16px; font-size: 16px; box-shadow: 0px 2px 16px rgba(0,0,0,0.1); border-radius: 10px; font-weight: 600;}
*/

.service4 .sec7{padding: 120px 0; overflow-x:hidden;}
.service4 .sec7 .s-inner{display: flex;}
.service4 .sec7 .s-inner .s_tit{width: 400px}
.service4 .sec7 .s-inner .faq{border-top: 1px solid #000; width: calc(100% - 400px);}
.service4 .sec7 .s-inner .faq dt{position:relative; font-size: 1.8rem; color: #000; padding: 20px 80px; border-bottom: 1px solid #DDD; cursor: pointer;}
.service4 .sec7 .s-inner .faq dt::after{content: 'Q'; font-size: 2.4rem; color: #000; font-family: 'Oswald'; font-weight: 700; left: 30px; position: absolute; top: 12px;}
.service4 .sec7 .s-inner .faq dd{position:relative;  line-height: 1.7em; background-color: #FFF;  border-bottom: 1px solid #ddd; overflow: hidden; height: 0; opacity: 0; transition: .2s ease-in-out; padding: 0;}
.service4 .sec7 .s-inner .faq dd::after{content: 'A'; font-size: 2.4rem; color: #03c75a; font-family: 'Oswald'; font-weight: 700; left: 50px; position: absolute; top: 30px;}
.service4 .sec7 .s-inner .faq dt.on+dd{overflow: visible; height: auto; opacity: 1; padding: 30px 100px;}

@media all and (max-width:1280px){
	.service4 .sec7{padding: 100px 0;}
	.service4 .sec7 .s-inner .s_tit{width: 320px;}
	.service4 .sec7 .s-inner .faq{width: calc(100% - 320px);}
}
@media all and (max-width:976px) {
	.service4 .sec7{padding: 90px 0;}
	.service4 .sec7 .s-inner .s_tit{width: 260px;}
	.service4 .sec7 .s-inner .faq{width: calc(100% - 260px);}
	.service4 .sec7 .s-inner .faq dt{ padding: 20px 20px 20px 35px; } 
	.service4 .sec7 .s-inner .faq dt::after{ left: 10px; }
	.service4 .sec7 .s-inner .faq dd::after{left: 20px; }
	.service4 .sec7 .s-inner .faq dt.on+dd{padding: 20px 20px 20px 50px ;}
}
@media all and (max-width:767px){
	.service4 .sec7 .s-inner{flex-direction: column;}
	.service4 .sec7 .s-inner .s_tit{width: 100%;}
	.service4 .sec7 .s-inner .faq{width: 100%;}
	.service4 .sec7 .s-inner .faq dd::after{top: 20px;}
}
@media all and (max-width:768px){
	.service4 .sec7{padding: 80px 0;}
}
@media all and (max-width:500px){
	.service4 .sec7{padding: 70px 0;}
}


.service4 .sec8{padding: 120px 0; background: #fafafa; overflow-x:hidden;}
.service4 .sec8 .inner{max-width: 1400px;}

@media all and (max-width:1280px){
	.service4 .sec8{padding: 100px 0;}
}
@media all and (max-width:1024px){
	.service4 .sec8{padding: 90px 0;}
}
@media all and (max-width:768px){
	.service4 .sec8{padding: 80px 0;}
}
@media all and (max-width:500px){
	.service4 .sec8{padding: 70px 0;}
}


.service4 .sec9{padding: 120px 0; background: #fafafa; overflow-x:hidden;}
.service4 .sec9 .s-inner .tit{text-align:center; color: #000;}
.service4 .sec9 .s-inner .tit h4{font-weight: 400; font-size: 24px; margin-bottom: 20px;}
.service4 .sec9 .s-inner .tit h3{font-weight: 500;font-size: 40px; line-height: 1.3em; word-break: keep-all;}
.service4 .sec9 .s-inner .tit h3 .color{color: #03c75a;}
.service4 .sec9 .s-inner .tit h3 span{font-weight: 700;}
.service4 .sec9 .s-inner .tit p {margin-top: 15px; font-size: 18px; font-weight: 500; text-decoration: underline; text-underline-position: under;}
.service4 .sec9 .s-inner .price{margin-top: 60px; display: flex; gap:20px; justify-content: center; text-align: center;}
.service4 .sec9 .s-inner .price li{width: 300px; height: 200px; border: 10px solid #eee; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #fff;}
.service4 .sec9 .s-inner .price li:last-child{border-color: #03c75a;}
.service4 .sec9 .s-inner .price li .box{}
.service4 .sec9 .s-inner .price li .box .eng{font-weight: 700; color: #aaa;}
/*.service4 .sec9 .s-inner .price li:last-child .box .eng{color: rgba(3, 199, 90,0.6)}*/
.service4 .sec9 .s-inner .price li .box dl{}
.service4 .sec9 .s-inner .price li .box dl dt{font-size: 24px; color: #000; font-weight: 700; margin: 10px 0;}
.service4 .sec9 .s-inner .price li:last-child .box dl dt{color: #03c75a;}
.service4 .sec9 .s-inner .price li .box dl dd{margin-top: 10px;}
.service4 .sec9 .s-inner .price li .box dl dd .num{color: #03c75a; font-size: 32px; font-weight: 800;}

@media all and (max-width:1280px){
	.service4 .sec9{padding: 100px 0;}
	.service4 .sec9 .s-inner .tit h4{font-size: 22px;}
	.service4 .sec9 .s-inner .tit h3{font-size: 36px;}
	.service4 .sec9 .s-inner .tit p{font-size: 17px; margin-top: 13px;}
	.service4 .sec9 .s-inner .price{margin-top: 50px;}
	.service4 .sec9 .s-inner .price li .box dl dt{font-size: 22px; margin: 8px 0;}
	.service4 .sec9 .s-inner .price li .box dl dd{margin-top: 8px;}
	.service4 .sec9 .s-inner .price li .box dl dd .num{font-size: 29px;}
}
@media all and (max-width:1024px){
	.service4 .sec9{padding: 90px 0;}
	.service4 .sec9 .s-inner .tit h4{font-size: 20px;}
	.service4 .sec9 .s-inner .tit h3{font-size: 32px;}
	.service4 .sec9 .s-inner .price{margin-top: 45px; gap:15px;}
	.service4 .sec9 .s-inner .price li{width: 100%; height: 180px; border-width: 8px;}
/*	.service4 .sec9 .s-inner .price li .box .eng{font-size: 14px;}*/
	.service4 .sec9 .s-inner .price li .box dl dt{font-size: 21px; margin: 7px 0;}
	.service4 .sec9 .s-inner .price li .box dl dd{margin-top: 7px;}
	.service4 .sec9 .s-inner .price li .box dl dd .num{font-size: 27px;}
}
@media all and (max-width:768px){
	.service4 .sec9{padding: 80px 0;}
	.service4 .sec9 .s-inner .tit h4{font-size: 19px; margin-bottom: 10px;}
	.service4 .sec9 .s-inner .tit h3{font-size: 28px;}
	.service4 .sec9 .s-inner .tit p{font-size: 16px;}
	.service4 .sec9 .s-inner .price{margin-top: 40px; flex-direction: column;}
	.service4 .sec9 .s-inner .price li{height: auto; padding: 30px 0;}
/*	.service4 .sec9 .s-inner .price li .box dl dt{font-size: 19px;}*/
/*	.service4 .sec9 .s-inner .price li .box dl dd .num{font-size: 25px;}*/
}
@media all and (max-width:500px){
	.service4 .sec9{padding: 70px 0;}
	.service4 .sec9 .s-inner .tit h4{font-size: 18px;}
	.service4 .sec9 .s-inner .tit h3{font-size: 26px;}
	.service4 .sec9 .s-inner .tit p{font-size: 15px;}
}

#faq{margin: 120px 0;}
#faq .inner{}
#faq .inner .m_txt{text-align: center;}
#faq .inner .faq_cont{margin-top: 80px;}
#faq .inner .faq_cont dt{position: relative; padding-left: 60px; font-size: 20px; color: #777; font-weight: 600; border: 1px solid #ddd; border-left: 0; border-right: 0; padding-top: 20px; padding-bottom: 20px; word-break: keep-all; line-height: 1.5em; cursor: pointer; margin-top: -1px;}
#faq .inner .faq_cont dt.on{color: #000;}
#faq .inner .faq_cont dt::before{content: 'Q'; color: #999; font-size: 24px; position: absolute; top: 20px; left: 15px;}
#faq .inner .faq_cont dt.on::before{color: #000;}
#faq .inner .faq_cont dd{background-color: #fafafa; position: relative; padding-left: 60px; font-size: 18px; padding-top: 0px; padding-bottom: 0px; word-break: keep-all; line-height: 1.6em; height: 0; opacity: 0; visibility: hidden; transition: 0.4s;}
#faq .inner .faq_cont dd::before{content: 'A'; color: var(--maincolor); font-size: 24px; position: absolute; top: 20px; left: 15px; font-weight: 600;}
#faq .inner .faq_cont dt.on+dd{height: auto; opacity: 1; visibility: visible; padding-top: 20px; padding-bottom: 20px;}

@media all and (max-width:1280px){
	#faq{margin: 140px 0;}
	#faq .inner .faq_cont{margin-top: 70px;}
	#faq .inner .faq_cont dt{font-size: 19px; padding-left: 50px; padding-top: 16px; padding-bottom: 16px;}
	#faq .inner .faq_cont dt::before{font-size: 22px; top: 16px; left: 12px;}
	#faq .inner .faq_cont dd{font-size: 17px; padding-left: 50px;}
	#faq .inner .faq_cont dt.on+dd{padding-top: 16px; padding-bottom: 16px;}
	#faq .inner .faq_cont dd::before{font-size: 22px; top: 16px; left: 12px;}
}
@media all and (max-width:1024px){
	#faq{margin: 120px 0;}
	#faq .inner .faq_cont{margin-top: 60px;}
}
@media all and (max-width:768px){
	#faq{margin: 110px 0;}
	#faq .inner .faq_cont{margin-top: 50px;}
	#faq .inner .faq_cont dt{font-size: 18px; padding-left: 40px; padding-top: 14px; padding-bottom: 14px;}
	#faq .inner .faq_cont dt::before{font-size: 20px; top: 15px; left: 10px;}
	#faq .inner .faq_cont dd{font-size: 16px; padding-left: 40px;}
	#faq .inner .faq_cont dt.on+dd{padding-top: 14px; padding-bottom: 14px;}
	#faq .inner .faq_cont dd::before{font-size: 20px; top: 15px; left: 10px;}
}
@media all and (max-width:500px){
	#faq{margin: 100px 0;}
}

/*
.service4 .comm3 .inner .form .title h3 b{color: #03c75a;}
.service4 .s_btn .btn.btn2 a, .service4 .s_btn .btn.btn2 button{background-color: #03c75a;}
*/

/* menu */
.tab_wrap{background-color: #fff; padding: 20px 0; position: fixed; top: 145px; z-index: 20; width: 100%; transition: .4s; opacity: 0; visibility: hidden;}
.tab_wrap.on{opacity: 1; visibility: visible;}
.tab_wrap.scroll{top: 70px;}
.menu_tab{ display: flex; justify-content: center;}
.menu_tab li{cursor: pointer; margin-right: 30px; font-size: 16px; text-align: center;}
.menu_tab li a{font-weight: 700; letter-spacing: -0.5px; padding-bottom: 5px; transition: .4s; color: #999;}
.menu_tab li:last-child{margin-right: 0;}
.menu_tab li.on a{    border-bottom: 2px solid var(--maincolor);
    color: var(--maincolor);}
.menus{text-align: center;}
.menus > div{}
.menus > div img{max-width: 100%;}
.menus > div > .mo{display: none;}

@media all and (max-width:1280px){
	.tab_wrap{padding: 15px 0;}
	.menu_tab{overflow-x: scroll; overflow-y: hidden;}
	.menu_tab li{margin-right: 25px; flex: 0 0 auto;}
}
@media all and (max-width:1024px){
	.tab_wrap{top: 105px;}
	.tab_wrap.scroll{top: 50px;}
	.menu_tab{ justify-content: flex-start;}
	.menus > div > .pc{display: none}
	.menus > div > .mo{display: block}
}


/* table */
.tb-style1{width: 100%; font-size: 18px;}
.tb-style1 thead tr th{background-color: var(--maincolor); color:#fff; font-weight: 600; padding: 20px 0; word-break:keep-all;}
.tb-style1 thead tr th + th{border-left: 1px solid rgba(255,255,255,0.1);}
.tb-style1 tbody tr th{background-color: var(--mainBGcolor); font-weight: 600; color:#222; border-bottom: 1px solid #dedede;}
.tb-style1 tbody tr td{text-align: center; padding: 15px 0; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede; word-break:keep-all; background-color: #fff;}
.tb-style1 tbody tr td b{color:var(--maincolor)}
.tb-style1 tbody tr td span{display: block; font-size: 0.9325em; color:#999; margin-top: 10px;  word-break:keep-all;}

@media all and (max-width:1280px){
	.tb-style1{font-size: 17px;}
	.tb-style1 thead tr th{padding: 16px 0;}
	.tb-style1 tbody tr td{padding: 12px 0;}
}
@media all and (max-width:1024px){
	
}
@media all and (max-width:768px){
	.tb-style1{font-size: 16px;}
	.tb-style1 thead tr th{padding: 12px 0;}
	.tb-style1 tbody tr td{padding: 8px 0;}
}
@media all and (max-width:500px){
}


/* price */
.price{}
.price .m_txt{text-align: center;}
.price .price_info{margin-top: 80px; color: #444;}
.price .price_info .p_head{gap:0 !important; position: sticky; top: 145px; z-index: 10; transition: .4s;}
.price .price_info .p_head.scroll{top: 70px;}
.price .price_info .p_head .info{position: relative; width: 100%; box-sizing: border-box; flex:25%; background-color: #fff; border-bottom: 1px solid #eee;}
.price .price_info .p_head .info.info2{background-color: var(--mainBGcolor);}
.price .price_info .p_head .info.info1, .price .price_info .p_head .info.info2, .price .price_info .p_head .info.info3{border: 0;}
.price .price_info .p_head .info.info2 .box{border-bottom: 1px solid #ddd;}
.price .price_info .p_head .info.info3{margin-top: 2px;}
.price .price_info .p_body{}
.price .price_info .p_body .tr{display: flex;}
.price .price_info .p_body .tr .index.box{text-align: left;}
.price .price_info .p_body .tr .box{border: 1px solid #dedede; position: relative; width: 100%; margin-top: -1px; margin-left: -1px; padding: 20px; font-size: 16px; text-align: center; box-sizing: border-box; flex: 25%;}
.price .price_info .p_body .tr .box.box2{background-color: var(--mainBGcolor); border: 2px solid var(--maincolor); border-top: 0; border-bottom: 0; z-index: 2; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede;}
.price .price_info .p_body .tr .box .space{font-weight: 600; color:#000; height: 30px;}
.price .price_info .p_body .tr .box .space .mo{display: none;}
.price .price_info .p_body .tr .box .txt{line-height: 50px;}
.price .price_info .p_body .tr .box .txt .mo{display: none;}
.price .price_info .p_body .tr:last-child .box.box2{border-bottom: 2px solid var(--maincolor);}

.price .price_txt{margin-top: 30px;}
.price .price_txt p{font-size: 18px; line-height: 1.6em; position: relative; padding-left: 12px; word-break: keep-all;}
.price .price_txt p::before{content: '·'; position: absolute; left: 0; top: 0; color: #000;}

@media all and (max-width:1280px){
	.price .price_info{margin-top: 70px;}
	.price .price_txt p{font-size: 17px;}
}
@media all and (max-width:1024px){
	.price .price_info{margin-top: 60px;}
	.price .price_info .p_head{top: 105px;}
	.price .price_info .p_head.scroll{top: 50px;}
}
@media all and (max-width:768px){
	.price .price_info{margin-top: 50px;}
	.price .price_info .p_head .info:nth-child(1), .price .price_info .p_body .tr .index.box{display: none;}
	.price .price_info .p_head .info .box p span{display: block;}
	.price .price_info .p_head .info .box .btn{margin-top: 20px;}
	.price .price_info .p_head .info.info3{margin-top: 0;}
	.price .price_info .p_body .tr .box{padding: 15px 10px;}
	.price .price_info .p_body .tr .box .space{margin-bottom: 10px;}
	.price .price_info .p_body .tr .box .space .mo{display: block;}
	.price .price_info .p_body .tr .box .txt .mo{display: block; line-height: 1em; font-size: 13px; color: #999;}
	.price .price_txt{margin-top: 20px;}
	.price .price_txt p{font-size: 16px;}
}
@media all and (max-width:500px){
	.price .price_info{margin-top: 40px;}
	.price .price_info .p_head .info .box{padding: 15px 10px;}
	.price .price_info .p_head .info .box h3{font-size: 17px;}
	.price .price_info .p_head .info .box .btn a{font-size: 15px; line-height: 42px;}
}


/* comm1 */
.comm1{}
.comm1 .m_txt{text-align: center;}
.comm1 .top_bg{width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding: 40px 80px; height: 300px; background: url(/images/sub/comm1_bg.webp) no-repeat center center / cover; margin-top: 60px;}
.comm1 .top_bg .txt{color: #fff; height: 100%; display: flex; flex-direction: column; justify-content: center;}
.comm1 .top_bg .txt h3{font-size: 36px; margin-top: 10px;}
.comm1 .top_bg .txt p{font-size: 20px; font-weight: 600; opacity: 0.9;}
.comm1 .cont_box{}
.comm1 .cont_box .box{ display: flex; padding-top: 60px;}
.comm1 .cont_box .box + .box{margin-top: 60px; border-top: 1px solid #ddd;}
.comm1 .cont_box .box .tit{width: 25%; font-size: 24px; color: #000; font-weight: 700;}
.comm1 .cont_box .box .cont{width: 75%;}
.comm1 .cont_box .box .cont .flex_box{display: flex; gap:40px;}
.comm1 .cont_box .box .cont .flex_box .flex{width: 100%; text-align: left;}
.comm1 .cont_box .box .cont h3{font-size: 20px; font-weight: 700; color: #000; margin-bottom: 10px;}
.comm1 .cont_box .box .cont h2{font-size: 28px; color:#3069e0;}
.comm1 .cont_box .box .cont p{font-size:18px; font-weight: 600; color: #666; line-height: 1.6em; word-break: keep-all;}
.comm1 .cont_box .box .cont .s_btn{margin-top: 30px;}

@media all and (max-width:1280px){
	.comm1 .top_bg{height: 270px; padding: 30px 60px; margin-top: 50px;}
	.comm1 .top_bg .txt h3{font-size: 32px;}
	.comm1 .top_bg .txt p{font-size: 19px;}
	.comm1 .cont_box .box{padding-top: 50px;}
	.comm1 .cont_box .box + .box{margin-top: 50px; border-top: 0;}
	.comm1 .cont_box .box .tit{width: 20%; font-size: 22px;}
	.comm1 .cont_box .box .cont{width: 80%;}
	.comm1 .cont_box .box .cont .flex_box{gap:30px;}
	.comm1 .cont_box .box .cont h3{font-size: 19px;}
	.comm1 .cont_box .box .cont h2{font-size: 25px;}
	.comm1 .cont_box .box .cont p{font-size: 17px;}
	.comm1 .cont_box .box .cont .s_btn{margin-top: 25px;}
}
@media all and (max-width:1024px){}
@media all and (max-width:768px){
	.comm1 .top_bg{height: 45vw; max-height: 270px; padding: 20px 40px; margin-top: 40px;}
	.comm1 .top_bg .txt h3{font-size: 28px; margin-top: 8px;}
	.comm1 .top_bg .txt p{font-size: 18px;}
	.comm1 .cont_box .box{flex-direction: column; padding-top: 40px;}
	.comm1 .cont_box .box + .box{margin-top: 40px;}
	.comm1 .cont_box .box .cont .flex_box{gap:40px 25px; flex-wrap: wrap;}
	.comm1 .cont_box .box .cont .flex_box .flex{width: calc(100% / 2 - 25px / 2);}
	.comm1 .cont_box .box .tit{font-size: 20px; width: 100%; border-bottom: 2px solid #3069e0; padding-bottom: 15px; margin-bottom: 25px;}
	.comm1 .cont_box .box .cont{width: 100%;}
	.comm1 .cont_box .box .cont h3{font-size: 18px;}
	.comm1 .cont_box .box .cont h2{font-size: 23px;}
	.comm1 .cont_box .box .cont p{font-size: 16px;}
	.comm1 .cont_box .box .cont .s_btn{margin-top: 20px;}
}
@media all and (max-width:500px){
	.comm1 .top_bg{max-height: 100%; height: 40vw; padding: 15px 25px;}	
	.comm1 .top_bg .txt h3{font-size: 24px; margin-top: 6px;}
	.comm1 .top_bg .txt p{font-size: 17px;}
	.comm1 .cont_box .box{ padding-top: 25px;}
	.comm1 .cont_box .box + .box{margin-top: 25px;}
	.comm1 .cont_box .box .cont .flex_box{gap:25px;}
	.comm1 .cont_box .box .cont .flex_box .flex{width: calc(100%);}
	.comm1 .cont_box .box .cont .flex_box .flex + .flex{border-top: 1px dashed #dedede; padding-top: 25px;}
	.comm1 .cont_box .box .tit{font-size: 19px;  padding-bottom: 12px; margin-bottom: 20px;}
	.comm1 .cont_box .box .cont h3{font-size: 17px;}
	.comm1 .cont_box .box .cont h2{font-size: 20px;}
	.comm1 .cont_box .box .cont p{font-size: 16px;}
	.comm1 .cont_box .box .cont .s_btn{margin-top: 15px;}
}


/* comm3 */
.comm3{}
.comm3 .inner{}
.comm3 .inner .m_txt{text-align: center;}
.comm3 .inner .form{margin-top: 90px;}
.comm3 .inner .form .w_box{}
.comm3 .inner .form .w_box + .w_box{margin-top: 100px;}
.comm3 .inner .form .title{ border-bottom: 1px solid #ddd; padding-bottom: 20px; display: flex; gap:14px; align-items: center;}
.comm3 .inner .form .title h3{font-size: 24px; color: #000;}
.comm3 .inner .form .title h3 b{color:var(--maincolor)}
.comm3 .inner .form .title h3 span{color:var(--maincolor); font-size: 0.75em; position: relative; top: -5px;}
.comm3 .inner .form .title p{font-size: 16px; color:#777;}
.comm3 .inner .form .index{display: flex; gap:15px; width: 100%;}
.comm3 .inner .form .index li{width: 100%; border: 1px solid #ddd; padding: 40px 30px; position: relative; cursor: pointer; transition: .4s;}
.comm3 .inner .form .index li.on{border: 1px solid var(--maincolor);}
.comm3 .inner .form .index li input{position: absolute; left: 20px; top: 20px; width: 16px; height: 16px;}
.comm3 .inner .form .index li .cont{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.comm3 .inner .form .index li .cont img{/* max-height: 39.5px; */ margin-bottom: 15px; filter: grayscale(1); transition: .4s;}
.comm3 .inner .form .index li.on .cont img{filter: grayscale(0);}
.comm3 .inner .form .index li .cont p{font-size: 16px; color:#666;}
.comm3 .inner .form .index li.on .cont p{color:var(--maincolor); font-weight: 500;}
.comm3 .inner .form .form_box{display: flex; gap:40px; margin: 35px 0;}
.comm3 .inner .form .form_box .box{width: 100%;}
.comm3 .inner .form .form_box .box h4{color: #222; font-size: 20px; margin-bottom: 15px; font-weight: 600;}
.comm3 .inner .form .form_box .box h4 span{color: var(--maincolor); font-size: 14px; position: relative; top: -6px; margin-left: 4px;}
.comm3 .inner .form .form_box .box input[type = text], .comm3 .inner .form .form_box .box input[type = email]{width: 100%; border: 1px solid #ddd; padding: 0 15px; line-height: 46px; font-size: 16px;}
.comm3 .inner .form .form_box .box input[type = file]{width: 100%; border: 1px solid #ddd; padding: 0 15px; line-height: 46px; font-size: 16px; padding-top: 3px;}
.comm3 .inner .form .form_box .box select{width: 100%; border: 1px solid #ddd; padding: 0 15px; height: 48px; font-size: 16px; background-color: #fff;}
.comm3 .inner .form .form_box .box select option{}
.comm3 .inner .form .form_box .box textarea{width: 100%; border: 1px solid #ddd; padding: 15px; line-height: 1.6em; font-size: 16px; resize: none;}
.comm3 .inner .form .form_box .box .list{display: flex; gap:30px; margin-top: 20px;}
.comm3 .inner .form .form_box .box .list li{display: flex; align-items: center; gap:10px;}
.comm3 .inner .form .form_box .box .list li input{width: 20px; height: 20px;}
.comm3 .inner .form .form_box .box .list li label{font-size: 16px; color:#000;}
.comm3 .inner .form .agree{display: flex; justify-content: center; gap:10px; align-items: center; margin-top:50px;}
.comm3 .inner .form .agree input{width: 20px; height: 20px; border:1px solid #ccc;}
.comm3 .inner .form .agree p{font-size: 16px;}
.comm3 .inner .form .agree p a{color:#000; font-weight: 500; text-decoration: underline; text-underline-position: under; margin-right: 3px;}
.comm3 .inner .form .s_btn{text-align: center; margin-top: 60px;}

@media all and (max-width:1280px){
	.comm3 .inner .form{margin-top: 80px;}
	.comm3 .inner .form .title{padding-bottom: 18px;}
	.comm3 .inner .form .title h3{font-size: 22px;}
	.comm3 .inner .form .title p{font-size: 15px;}
	.comm3 .inner .form .form_box{gap:20px; margin: 25px 0;}	
	.comm3 .inner .form .form_box .box h4{font-size: 19px; margin-bottom: 12px;}
	.comm3 .inner .form .form_box .box input[type = text], .comm3 .inner .form .form_box .box input[type = email]{line-height: 44px;}
	.comm3 .inner .form .form_box .box select{height: 46px;}
	.comm3 .inner .form .index li input{left: 18px; top: 18px;}
	.comm3 .inner .form .agree{margin-top: 40px;}
	.comm3 .inner .form .agree input{width: 19px; height: 19px;}
	.comm3 .inner .form .s_btn{margin-top: 50px;}
}
@media all and (max-width:1024px){
	.comm3 .inner .form{margin-top: 70px;}
	.comm3 .inner .form .index li{padding: 30px 20px;}
	.comm3 .inner .form .form_box .box input[type = text], .comm3 .inner .form .form_box .box input[type = email]{font-size: 15px; padding: 0 12px;}
	.comm3 .inner .form .form_box .box select{font-size: 15px; padding: 0 12px;}
	.comm3 .inner .form .form_box .box textarea{padding: 12px; font-size: 15px;}
	.comm3 .inner .form .w_box + .w_box{margin-top: 70px;}
	.comm3 .inner .form .agree input{width: 18px; height: 18px;}
	.comm3 .inner .form .index li input{left: 15px; top: 15px; width: 15px; height: 15px;}
	.comm3 .inner .form .agree p{font-size: 15px;}
}
@media all and (max-width:768px){
	.comm3 .inner .form .index{flex-wrap: wrap; gap:15px;}
	.comm3 .inner .form .index li{width: calc(50% - 15px /2); flex:auto; padding: 25px 20px;}
	.comm3 .inner .form .index li .cont{display: flex; flex-direction: row; gap:10px;}
	.comm3 .inner .form .index li .cont img{margin-bottom: 0; max-height: 36px;}
	.comm3 .inner .form .index li .cont p{font-size: 17px;}
	.comm3 .inner .form .index li input{left: 12px; top: 12px; width: 14px; height: 14px;}
	.comm3 .inner .form .form_box{flex-direction: column;}
	.comm3 .inner .form .agree{margin-top: 30px;}
	.comm3 .inner .form .s_btn{margin-top: 40px;}
}
@media all and (max-width:500px){
	.comm3 .inner .form .title{gap:10px;}
	.comm3 .inner .form .title h3{font-size: 21px;}
	.comm3 .inner .form .form_box .box h4{font-size: 18px; margin-bottom: 10px;}
	.comm3 .inner .form .index{gap:10px;}
	.comm3 .inner .form .index li{padding: 15px; padding-left: 40px; width: 100%;}
	.comm3 .inner .form .index li .cont{justify-content: flex-start;}
	.comm3 .inner .form .index li .cont img{margin-bottom: 0; max-height: 30px;}
	.comm3 .inner .form .index li .cont p{font-size: 16px;}
	.comm3 .inner .form .index li input{left: 10px; top: 10px; width: 13px; height: 13px;}
	.comm3 .inner .form .form_box{gap:15px;}
}