/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1280px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 17px; line-height:1.7; color: #555; letter-spacing: 0; font-weight: 400; padding-top: 88px;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.demo-section { padding-left: 5%; padding-right: 5%;}

.font-size-15 { font-size: 15px;}
.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.5vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-26 { font-size: clamp(20px, 2.1vw, 26px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.7vw, 32px);}
.font-size-34 { font-size: clamp(22px, 2.9vw, 34px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(24px, 3.5vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(24px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(28px, 4vw, 60px); line-height: 1.2;}
.font-size-70 { font-size: clamp(32px, 4.4vw, 70px); line-height: 1.1;}

.font-poppins { font-family: "Poppins", sans-serif;}

.color-blue { color: #122036;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-gray { color: #666666;}

.bg-white { background: #fff;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}
.align-justify { text-align: justify!important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { padding: 0; margin:0 0 calc(20px + 2%) 0; font-weight: 400; line-height: 1.7; font-size: 17px;}

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}
.layout-50 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.layout-50 > div { width: 48.5%;}

.hr-type-1 { padding: 0 !important; margin: 40px 0 !important;}

.title-type-1 { line-height: 1.4; padding-bottom: 10px;}
.title-type-2 { line-height: 1.4; padding-bottom: calc(15px + 1%);}

.banner { position: relative; margin-bottom:18px; height: 285px;}
.banner img { object-fit: cover; width: 100%; height: 100%;}

.banner-content { position: absolute; z-index: 3; width: 100%; left: 0; top:50%; transform: translateY(-50%); padding: 0 5%;}
.banner-title { padding:0 0 0 0; margin:0 0 0 0;font-size: clamp(28px, 3.6vw, 46px); font-weight: 700; color: #fff; ; position: relative; line-height: 1.3; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0;}

.banner-pc { display: block !important; width: 100%;}
.banner-mobile { display: none !important; width: 100%; }

.title-1 { padding:0 0 25px 0; margin:0 0 25px 0;font-size: clamp(26px, 2.6vw, 36px); font-weight: 700; color: #122036; ; position: relative; line-height: 1.3; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0;}
.title-1:before { content: ""; position: absolute; left: 0; bottom: -4px; width: 9px; height: 9px; background: #122036; border-radius: 100%;}
.title-1:after { content: ""; position: absolute; left: 0; bottom: 0; width: 62px; height: 1px; background: #122036;}

.btn-1 { display: block; width: 180px; line-height: 55px; border-radius: 5px; text-align: center; color: #fff !important; background: #122036; font-size: 16px;transition: all 0.4s ease-out 0s; border-width: 0;}
.btn-1-b { width: 100px; line-height: 44px;}
.btn-1:hover { color: #fff; background: #ff3131; transform: scale(0.9);}

.btn-2 { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; font-weight: 500;}
.btn-2 > div { color: #122036; font-size: 15px; padding-right: 6px;}
.btn-2 > img { width: 20px; }
.btn-2:hover > img { animation: arrow-rotateX 1.4s ease-in-out infinite;}

@keyframes arrow-rotateX {
  0% { transform: rotateX(0deg) translateX(0px); }
  50% { transform: rotateX(360deg) translateX(10px); }
  100% { transform: rotateX(0deg) translateX(0px); }
}

#path { padding: 0 0 calc(10px + 1.5%) 0; }
#path ul { margin: 0; padding: 0; text-align: left;}
#path li { display: inline-block; vertical-align: top; font-size: 15px; line-height: 1.2; letter-spacing: 0; position: relative; font-weight: 400;}
#path li:after { content:"/"; display: inline-block; padding: 0 4px 0 6px; color: #555555;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #555555; }
#path li a:hover { color: #17407b;}
#path li:last-child { color: #17407b;}

/*about*/
.about-video { max-width: 560px; margin: 0 auto; padding-bottom: calc(20px + 3%);}

.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden; border-radius: 15px;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}

.about-section-2 { background: url("../images/about-bg.jpg") no-repeat top center / cover; padding: calc(20px + 4%) 5%; color: #fff;}
.about-section-2 .p-layout { color: #fff;}

.about-section-2-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.about-section-2-content > div { width: 220px; height: 220px; border: 2px solid rgba(255,255,255,.4); display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; border-radius: 100%; margin-bottom: 35px;}
.about-section-2-content-title { line-height: 1; text-align: center; font-size: 20px; color: #fff; padding-bottom: 10px;}
.about-section-2-content-data { font-weight: 700; font-size: 28px; line-height: 1; text-align: center; color: #fff; }
.about-section-2-content-data > span { display: inline-block; font-size: 50px; margin-right: 12px;}

/*solution*/
.solution-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 20px 0 calc(20px + 4%) 0; }
.solution-list > a { width: calc(50% - 15px); border-bottom: 1px solid #e5e5e5; padding-bottom: 35px; margin-bottom: 40px; display: flex; flex-direction: row; flex-wrap: wrap;}
.solution-list > a:hover .solution-list-pto > img { opacity: 0.3;}
.solution-list > a:hover .solution-list-pto-icon { opacity: 1;}
.solution-list > a:hover .solution-list-title { color: #ff3131;}
.solution-list > a:hover .btn-2 > img { animation: arrow-rotateX 1.4s ease-in-out infinite;}
.solution-list > a > div:nth-of-type(1) { width: 40%;}
.solution-list > a > div:nth-of-type(2) { width: 60%; padding-left: 20px;}
.solution-list-pto { box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2); position: relative;}
.solution-list-pto > img { width: 100%;transition: all 0.4s ease-out 0s;}
.solution-list-pto-icon { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);transition: all 0.4s ease-out 0s; z-index: 3; opacity: 0;}
.solution-list-pto-icon img { width: 40px;}

.solution-list-title { font-weight: 700; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.4; padding-bottom: 10px; color: #122036;}
.solution-list-data { font-size: 15px; line-height: 1.5; margin-bottom: 12px; color: #555;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}

/*solution-detail*/
.solution-detail-section-1 { margin-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.solution-detail-section-1 > div { width: 50%;}
.solution-detail-section-1 > div:nth-of-type(2) { padding-left: 5%;}

.pto-shadow { box-shadow: -30px 30px 50px 0px rgba(0,0,0,0.1);}

.solution-detail-section-2 { margin-bottom: calc(20px + 4%);}
.solution-detail-section-2-spec { width: 100%; border-radius: 30px; overflow: hidden; border-spacing: 0; border-collapse: inherit;}
.solution-detail-section-2-spec th { font-weight: 900;font-size: clamp(20px, 1.7vw, 22px); text-align: center; line-height: 1.5; padding: 18px;color: #555; background: #ededed; border-bottom: 1px solid rgba(0,0,0,.25);}
.solution-detail-section-2-spec th:nth-of-type(1) { }
.solution-detail-section-2-spec th.current { color: #fff; background: #17407b; border-bottom: 1px solid rgba(255,255,255,.25);}
.solution-detail-section-2-spec td { font-weight: 400;font-size: clamp(16px, 1.3vw, 18px); text-align: center; line-height: 1.5; padding: 12px;color: #555; background: #ededed; border-bottom: 1px solid rgba(0,0,0,.25);}
.solution-detail-section-2-spec td:nth-of-type(1) { }
.solution-detail-section-2-spec td.current { color: #fff; background: #17407b; border-bottom: 1px solid rgba(255,255,255,.25);}

.no-border { border-width: 0 !important;}

.solution-detail-section-3 { background: #122036;  padding: calc(20px + 4%) 5%; margin-bottom: calc(20px + 3.5%);}
.solution-detail-section-3-content { display: flex; flex-direction: row; flex-wrap: wrap; padding-top: 30px; margin-right: -50px;}
.solution-detail-section-3-content > div { width: calc(20% - 50px); border-radius: 30px; position: relative; padding: 32px 20px 25px 20px; line-height: 1.5; margin-bottom: 30px; margin-right: 50px;}
.solution-detail-section-3-content > div > img { width: 30px; position: absolute; top:50%; transform: translateY(-50%); right: -40px; filter: brightness(0) invert(1);}
.solution-detail-section-3-content > div > b { display: block; text-align: center; font-size: clamp(20px, 1.7vw, 22px); line-height: 1.3; padding-bottom: 8px; color: #122036;}
.solution-detail-section-3-content > div:nth-child(odd) { background: linear-gradient(120deg, #fff 0%, #baebff 100%);}
.solution-detail-section-3-content > div:nth-child(even) { background: linear-gradient(120deg, #baebff 0%, #fff 100%);}
.solution-detail-section-3-content-number { position: absolute; width: 44px; height: 44px; border-radius: 100%; background: #ff3131; font-size: 30px; font-weight: 700; color: #fff; text-align: center; line-height: 40px; top:-22px; left: 50%; transform: translateX(-50%);}

.solution-detail-section-4 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;  padding-bottom: calc(20px + 3%); padding-top: 20px;}
.solution-detail-section-4 > div { width: 220px; text-align: center; margin-bottom: 30px;}
.solution-detail-section-4-icon { width: 120px; margin: 0 auto; height: 120px; border-radius: 100%; margin-bottom: 20px;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.solution-detail-section-4-icon > img { max-width: 64px; max-height: 63px;}
.solution-detail-section-4-title { text-align: center; color: #122036; font-weight: 700;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.3;}

.solution-detail-section-5 { background:url("../images/PLM-bg.jpg") no-repeat bottom center / cover;  padding: calc(20px + 5%) 5%;}
.solution-detail-section-5 .title-1 { color: #fff;}
.solution-detail-section-5 .title-1:before { background: #fff;}
.solution-detail-section-5 .title-1:after { background: #fff;}
.solution-detail-section-5 .btn-1 { border: 1px solid #fff; background: transparent;}
.solution-detail-section-5 .btn-1:hover { color: #fff; background: #ff3131;}

/*case*/
.case-list-section { margin-bottom: calc(20px + 3.5%);}
.case-list-section > a { margin-bottom: calc(20px + 3.5%); background: #f2f2f2; border-radius: 4vw; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.case-list-section > a:hover { background: #17407b;}
.case-list-section > a:hover .case-list-title, .case-list-section > a:hover .case-list-data { color: #fff;}
.case-list-section > a:hover .btn-1 { background: #ff3131;}
.case-list-section > a > div:nth-of-type(1) { width: calc(50% + 25px); padding: 20px calc(20px + 3%);}
.case-list-section > a > div:nth-of-type(2) { width: calc(50% - 25px); border-radius: 4vw; overflow: hidden; box-shadow: -30px 30px 50px 0px rgba(0,0,0,0.1);}
.case-list-section > a > div:nth-of-type(2) img { width: 100%;}
.case-list-section > a:nth-child(even) > div:nth-of-type(1) { order: 2;}
.case-list-section > a:nth-child(even) > div:nth-of-type(2) { order: 1;}
.case-list-title { color: #122036; font-weight: 700;font-size: clamp(20px, 1.9vw, 24px); padding-bottom: 14px;}
.case-list-data { color: #555; font-size: 15px; line-height: 1.5; margin-bottom: 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.case-list-section > a .btn-1 { width: 100px; line-height: 44px; transition: all 0.4s ease-out 0s; }

#page { text-align: center; padding:0 0 calc(20px + 4%) 0;}
#page a { font-size: 16px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 27px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #122036; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #333; border-right: 1px solid #333; margin: 0 15px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*case-detail*/
.case-detail-section-1 { margin-bottom: calc(20px + 3%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.case-detail-section-1 > div:nth-of-type(1) { width: calc(50% - 60px); padding-right: 40px;}
.case-detail-section-1 > div:nth-of-type(2) { width: calc(50% + 60px);}

.case-video { border-radius: 30px; background: #f2f2f2; padding: 20px; margin: 0 auto calc(20px + 4%) auto; max-width: 880px;}

.btn-right { padding-bottom: calc(20px + 4%);}
.btn-right .btn-1 { margin: 0 0 0 auto;}

/*news*/
.aside-news { margin-bottom: calc(20px + 1%); border-bottom: 1px solid #d8dade;}

.news-list-section {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 10px;}
.news-list-section > a { background: #fff; border-radius: 20px; box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1); width: calc(50% - 20px); margin-bottom: 35px; padding: calc(20px + 1%) 25px; display: flex; flex-direction: row; flex-wrap: wrap;}
.news-list-section > a > div { width: 50%;}
.news-list-section > a > div:nth-of-type(1) { padding-right: 25px;}
.news-list-section > a > div:nth-of-type(2) { padding-top: 15px;}
.news-list-section > a:hover { transform: scale(0.92);}
.news-list-pto { border-radius: 10px; padding-bottom: 66.4%;}
.news-list-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; padding-bottom: 5px;}
.news-list-top > div { margin-bottom: 10px;}
.news-tag { margin-right: 0; padding:8px 20px 10px 20px; background: #17407b; font-size: 15px; font-weight: 300; color: #fff; line-height: 1; width: fit-content; border-radius: 10vw; }
.news-date { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; color: #17407b; }
.news-date > div:nth-of-type(1) { font-size: 40px; line-height: 1; padding-right: 6px; font-weight: 700; }
.news-date > div:nth-of-type(2) { font-size: 15px; line-height: 1.3; font-weight: 300; text-align: center;}
.news-title { font-size: 18px; font-weight: 500; line-height: 1.5; margin-bottom: 10px; color: #000;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.news-data { font-size: 15px; font-weight: 300; line-height: 1.4; color: #666666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}

/*contact*/
.contact-box { position: relative; margin-bottom: calc(20px + 4%); padding: 45px 5%;}
.contact-box:after { position: absolute; content: ""; z-index: -1; background: #f8f8f8; border-radius: 3vw 0 0 3vw; top: 0; right: 0; height: 100%; width: calc(50% - 90px);}

.contact-section { display: flex; flex-direction: row; flex-wrap: wrap; }
.contact-section > div:nth-of-type(1) { width: calc(50% + 35px);}
.contact-section > div:nth-of-type(2) { width: calc(50% - 35px); padding-left: 110px;}

.contact-section-data { border-bottom: 1px solid #dfdfdf; padding: 10px 0; position: relative; padding-left: 20px;}
.contact-section-data span { color: #d60000; position: absolute; left: 0; top:11px;}

.contact-main input[type="text"], .contact-main input[type="number"], .contact-main input[type="tel"], .contact-main input[type="phone"], .contact-main input[type="date"], .contact-main input[type="email"], .contact-main input[type="password"], .contact-main input[type="button"], .contact-main textarea { font-size: 17px; border-width:0 0 0 0; border-style: solid; border-color: #cccccc; margin: 0px 0 0 0; width: 100%; padding: 0; color:#555; background: none; font-family: 'Noto Sans TC', sans-serif; letter-spacing: 0; }
.contact-main textarea { height:105px; padding:0; letter-spacing: 0; resize: none;}
.contact-main select{  margin: 0px 0 0 0; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: 100% 50%; background-size:18px 8px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: 17px; border-width:0 0 0px 0; border-style: solid; border-color: #cccccc; mwidth: 100%; color:#555; font-family: 'Noto Sans TC', sans-serif; padding: 0 35px 0 0;  letter-spacing: 0;}
.contact-main option { padding:1px 5px;}
.contact-main select::-ms-expand {
    display: none;
}
input::placeholder, textarea::placeholder { color: #3c312c; opacity:1;}

.layout-33 { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-33 > div { width: 33.33%; padding-right: 10px; padding-bottom: 10px;}

.contact-info { display: flex; flex-direction: column; flex-wrap: wrap; }
.contact-info > div { margin-bottom: 10px; }
.contact-info > div > a:hover { color: #555 !important; }
.contact-info > div > span { display: block; line-height: 1; padding-bottom: 8px; color: #17407b; font-size: 16px; font-weight: 700;text-transform: uppercase;}

@media only screen and (max-width: 1365px) {
	
}
@media only screen and (max-width: 1279px) {
	body { padding-bottom: 45px;}
	#content { padding-top: 70px; }
	
	#content , .p-layout { line-height: 1.6;font-size: 16px;}
	
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important;}
	
	.btn-1 { width: 120px; line-height: 40px; font-size: 14px;}
	
	.case-list-section > a .btn-1 { line-height: 40px; font-size: 14px;}
}

@media only screen and (max-width: 980px) {
	.banner { height: 200px;}
	.banner-mobile { filter: brightness(70%);}
	
	.solution-list { align-items: flex-start;}
	.solution-list > a > div:nth-of-type(1) { width: 100%; margin-bottom: 15px;}
	.solution-list > a > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
	
	.solution-detail-section-3-content { }
	.solution-detail-section-3-content > div { width: calc(33.33% - 50px); }
	.solution-detail-section-3-content > div > img { right: -20px;}
	
	.case-list-section > a > div:nth-of-type(1) { width: 100%; order: 2;}
	.case-list-section > a > div:nth-of-type(2) { width: 100%; order: 1; border-radius: 4vw 4vw 0 0;}
	
	.layout-50 > div { width: 100%;}
	
	.news-list-section > a { width: calc(50% - 10px);}
	.news-list-section > a > div { width: 100%;}
	.news-list-section > a > div:nth-of-type(1) { padding-right: 0px; margin-bottom: 15px;}
	.news-list-section > a > div:nth-of-type(2) { padding-top: 0px;}
	
	.contact-box { padding: 0 5%;}
	.contact-box:after { display: none;}
	.contact-section > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.contact-section > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
}
@media only screen and (max-width: 768px) {
	.solution-detail-section-1 > div { width: 100%;}
	.solution-detail-section-1 > div:nth-of-type(2) { padding-left: 0%;}
	
	.case-detail-section-1 > div:nth-of-type(1) { width: 100%; padding-right: 0px;}
	.case-detail-section-1 > div:nth-of-type(2) { width: 100%;}
	
}
@media only screen and (max-width: 640px) {
	.solution-list > a { width: 100%; }
	
	.solution-detail-section-3-content { margin-right: 0}
	.solution-detail-section-3-content > div { width: 100%; text-align: center; margin-right:0;}
	.solution-detail-section-3-content > div > img { display: none;}
	
	.layout-33 {  padding-bottom: 8px;}
	.layout-33 > div { width: 100%; padding-right: 0px; border-bottom: 1px solid #dfdfdf; padding-top: 8px;}
}
@media only screen and (max-width: 570px) {
	.case-video { border-radius: 20px; padding: 10px;}
	
	.news-list-section > a { width: 100%; padding: 20px 20px 30px 20px;}
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	
}

/* new b08 download使用 */
.wrapper {
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 40px;
}

.sub_wrap {display: flex; flex-flow: wrap; align-items: flex-start;}
.sub_wrap_menu {width: 277px; position: sticky; top: 90px; max-height: calc(100vh - 110px); overflow-y: auto;}
.sub_wrap_main {width: 100%;}
.sub_wrap > .sub_wrap_menu + .sub_wrap_main {width: calc(100% - 277px); padding: 0 0 0 30px; position: relative; z-index: 1;}
.sub_wrap_main_full {position: absolute; top: -21px; left: 30px; z-index: 100; width: 40px; height: 20px; border: 1px solid #ccc; border-radius: 5px; background: #fff; cursor: pointer; opacity: 0; transition: all 0.5s ease 0s;}
.sub_wrap > .sub_wrap_menu + .sub_wrap_main:hover .sub_wrap_main_full {opacity: 1;}
.sub_wrap_main_full span {position: absolute; width: 5px; height: 5px; border-style: solid; border-color: #ccc; transform: rotate(0deg); opacity: 1; transition: all 0.5s ease 0s;}
.sub_wrap_main_full span:nth-child(1) {left: 3px; top:2px; border-width: 2px 0 0 2px;}
.sub_wrap_main_full span:nth-child(2) {right: 3px; top:2px; border-width: 2px 2px 0 0;}
.sub_wrap_main_full span:nth-child(3) {right: 3px; bottom:2px; border-width: 0 2px 2px 0;}
.sub_wrap_main_full span:nth-child(4) {left: 3px; bottom:2px; border-width: 0 0 2px 2px;}
.sub_wrap_menu_hide .sub_wrap_menu {display: none;}
.sub_wrap_menu_hide > .sub_wrap_menu + .sub_wrap_main {width: 100%; padding: 0;}
.sub_wrap_menu_hide > .sub_wrap_menu + .sub_wrap_main .container {max-width: 100%;}
.sub_wrap_menu_hide .sub_wrap_main_full {left: 0; opacity: 1;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(1) {height: 14px; width: 10px; border-width: 2px 2px 2px 2px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(2) {width: 17px; height: 10px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(3) {width: 17px; height: 10px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(4) {left: 17px; bottom: 7px; transform: rotate(45deg);}
@media (max-width: 1024px) {
	.sub_wrap_menu {width: 100%; position: relative; z-index: 10; top: auto; max-height: none; overflow-y: inherit;}
	.sub_wrap > .sub_wrap_menu + .sub_wrap_main {width: 100%; padding: 0; position: relative; z-index: 1;}
	.sub_wrap > .sub_wrap_menu + .sub_wrap_main .container {max-width: 100%;}
	.sub_wrap_main_full {display: none;}
}

