@charset "utf-8";

*{word-break: keep-all !important;box-sizing: border-box;}
:root {
	--font-60:60px;
	--font-50:50px;
	--font-40:40px;
    --font-30:30px;
	--font-25:25px;
    --font-20:20px;
    --font-17:17px;
    --font-14:14px;
}
@media screen and (max-width:1200px){
	:root {
		--font-60:50px;
		--font-50:40px;
		--font-40:32px;
		--font-30:25px;
		--font-25:23px;
		--font-20:18px;
		--font-17:16px;
		--font-14:13px;
	}
}
@media screen and (max-width:900px){
	:root {
		--font-60:45px;
		--font-50:35px;
		--font-40:29px;
		--font-30:22px;
		--font-25:21px;
		--font-20:17px;
		--font-17:15px;
	}
}
@media screen and (max-width:600px){
	:root {
		--font-60:40px;
		--font-50:30px;
		--font-40:25px;
		--font-30:20px;
		--font-25:19px;
		--font-20:16px;
		--font-17:14px;
		--font-14:12px;
	}
}


.sub_wrap{margin: 200px 0;}
.sub_wrap>.wrap{width: calc(100% - 40px); max-width: 1200px; margin: 0 auto;}

/* ABOUT >  OUR GREETINGS 시작 */
#our{}
#our>.wrap{}
#our>.wrap>b{display: block;font-size: var(--font-25);font-weight: 600;margin-bottom: var(--font-30);}
#our>.wrap>div{}
#our>.wrap>div.pc_text{}
#our>.wrap>div.mo_text{display: none;}
#our>.wrap>div>p{font-size: var(--font-17); font-weight: 500; margin-bottom: var(--font-30); line-height: var(--font-30);}
#our>.wrap>span{display: flex; justify-content: end; align-items: end; flex-flow: column;font-size: var(--font-20);font-weight: 300;}
#our>.wrap>span b{font-weight: 700;font-size: var(--font-20);}
#our>.wrap>span img{width: 25vw; max-width: 200px; margin: 20px 0 0;display: none;}
/* ABOUT >  OUR GREETINGS 끝 */

/* ABOUT > BI GUIDELINE 시작 */
#bi{}
#bi>.wrap{}
#bi>.wrap>div{margin-bottom: 150px;}
#bi>.wrap>div>b{display: block;font-size: var(--font-25);font-weight: 600;padding-top: 50px;border-top: 1px solid #8F8F8F;margin-bottom: 100px;}
#bi>.wrap>div>div{width: 66%;margin: 0 0 0 auto;}
#bi>.wrap .section1 img{width: 35%; min-width: 200px;}
#bi>.wrap .section2 img{width: 60%;min-width: 200px;}
#bi>.wrap .section3>div{}
#bi>.wrap .section3>div>div{display: flex;align-items: center;gap: 3vw;}
#bi>.wrap .section3>div>div:nth-child(1){margin-bottom: 80px;}
#bi>.wrap .section3>div>div img{width: 230px;}
#bi>.wrap .section3>div>div p{font-size: var(--font-20); font-weight: 300; line-height: var(--font-30);}
/* ABOUT > BI GUIDELINE 끝 */

/* ABOUT > HISTORY 시작 */
#history{}
#history>.wrap{}
#history>.wrap>p{font-size: var(--font-30);margin-bottom: 20px;}
#history>.wrap ul{border-left: 1px solid #228C49;padding-left: 20px;padding-top: 50px;}
#history>.wrap ul li{margin-bottom: 30px;font-size: var(--font-20);position: relative;top: 0;left: 0;}
#history>.wrap ul li:last-child{margin-bottom: 0px;}
#history>.wrap ul li::after{content: ""; position: absolute; top: calc(var(--font-25) / 2 - 7px); left: -27px; width: 13px; height: 13px; border-radius: 14px; background: #228C49;}
/* ABOUT > HISTORY 끝 */


/* CONTACT 시작 */
#contact{}
#contact>.wrap{display: flex;justify-content: space-between;align-items: center;}
#contact>.wrap .left{padding-right: 50px;width: 53%;max-width: 490px;}
#contact>.wrap .left>img{width: 100%;margin-bottom:20px;}
#contact>.wrap .left .text{}
#contact>.wrap .left .text p{font-size: var(--font-14); font-weight: 500; line-height: var(--font-20);margin-bottom: 20px;}
#contact>.wrap .left .text p span{display: block;font-weight: 700;}
#contact>.wrap .left .text p b{font-weight: 700;}
#contact>.wrap .left .text div{}
#contact>.wrap .left .text div.cel1{display: flex;align-items: flex-start;column-gap: 10px;}
#contact>.wrap .left .text div.cel1 p{width: 50%;}
#contact>.wrap .left .text div.cel2{display: flex;align-items: flex-start;column-gap: 4vw;flex-flow: row wrap;}
#contact>.wrap .left .text div.cel2 p{margin-bottom: 0;}
#contact>.wrap .right{width: 57%;}
#contact>.wrap .right img{width: 100%;}
/* CONTACT 끝 */


/* 마이페이지 시작 */
#mypage{}
#mypage .wrap{max-width: 350px; margin: 0 auto;}
#mypage .wrap>p{text-align: center; font-size: var(--font-25);}
#mypage .wrap>.line{margin-bottom: 50px;margin-top: 25px;width: 100%;height: 1px;background: #a5a5a5;}
#mypage .wrap>b{width: 100%; display: block; padding: 0; background: #fff; border: 1px solid #a5a5a5; font-size: var(--font-17); line-height: 40px; border-radius: unset; font-weight: 500;text-align: center;margin-bottom: 10px;cursor: pointer;}
#mypage .wrap>b.black{background: #000;color: #fff;}
/* 마이페이지 끝 */


/* 수강내역 시작 */
#class_details{width: 100%;}
#class_details .wrap{max-width: 1000px;margin: 0 auto;}
#class_details .wrap ul.class_head{display: flex; justify-content: space-between; align-items: center; padding: 20px; border-top: 2px solid #000; border-bottom: 2px solid #000;}
#class_details .wrap ul.class_head li{font-size: var(--font-17);font-weight: 500; text-align: center;}
#class_details .wrap ul.class_head li:nth-child(1){width: 30%;}
#class_details .wrap ul.class_head li:nth-child(2){width: 50%;text-align: left;padding-left: 20px;}
#class_details .wrap ul.class_head li:nth-child(3){width: 20%;}
#class_details .wrap ul.class_list{}
#class_details .wrap ul.class_list li{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding: 10px 20px;}
#class_details .wrap ul.class_list li p{font-size: var(--font-14);color: #5d5d5d;font-weight: 400; display: block; text-align: center;}
#class_details .wrap ul.class_list li p:nth-child(1){width: 30%;}
#class_details .wrap ul.class_list li p:nth-child(2){width: 50%;text-align: left;padding-left: 20px;}
#class_details .wrap ul.class_list li b{width: 20%; line-height: 40px; padding: 0 10px;width: fit-content; margin: 0 auto; display: block; background: #000; color: #fff; font-size: var(--font-14); font-weight: 400;cursor: pointer;text-align: center;}
#class_details .wrap ul.class_list li b.none{height: 40px;opacity: 0;cursor: auto;}
/* 수강내역 끝 */


/* 구독전 */
#join{margin: 200px auto 100px;}
#join .wrap{max-width: 400px; margin: 0 auto;position: relative;top: 0;left: 0;border: 1px solid #ddd;padding: 40px 20px;display: flex;justify-content: space-between;flex-flow: column;height: 650px;}
#join .wrap>span{position: absolute;top: 0;right: 0;width: 50px;height: 50px;cursor: pointer;}
#join .wrap>span::after{content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(45deg);width:60%;height: 2px;background: #000;}
#join .wrap>span::before{content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(-45deg);width:60%;height: 2px;background: #000;}
#join .wrap>p{font-size: var(--font-20); line-height: var(--font-30);}
#join .wrap>b{display: block; width: fit-content; line-height: calc(var(--font-60) + 10px); background: #6AB6E5; font-size: var(--font-50); padding: 0 30px; border-radius: 20px; color: #fff; margin: 0 auto;cursor: pointer;}
#join .wrap>div{border-top: 1px solid #6AB6E5; padding: 30px 20px 0; display: flex; column-gap: 15px;}
#join .wrap>div span{font-size: var(--font-17); font-weight: 700; color: #6AB6E5;}
#join .wrap>div ul{}
#join .wrap>div ul li{font-size: var(--font-14); font-weight: 500; margin-bottom: 10px; padding-left: 10px; position: relative; top: 0; left: 0;}
#join .wrap>div ul li::after{content: ""; position: absolute; top: calc(var(--font-14) / 2); left: 0; width: 3px; height: 3px; border-radius: 3px; background: #000;}
#join .wrap>div ul li:last-child{margin-bottom: 0;}
/* 구독전 */

/* 구독후 */
#joing{margin: 200px auto 100px;}
#joing .wrap{max-width: 400px; margin: 0 auto;position: relative;top: 0;left: 0;border: 1px solid #000;background: #6AB4E4;display: flex;justify-content: space-between;flex-flow: column;height: 650px;}
#joing .wrap>span{position: absolute;top: 0;right: 0;width: 50px;height: 50px;cursor: pointer;}
#joing .wrap>span::after{content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(45deg);width:60%;height: 2px;background: #fff;}
#joing .wrap>span::before{content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(-45deg);width:60%;height: 2px;background: #fff;}
#joing .wrap .top{padding: 40px 20px 20px;}
#joing .wrap .top>span{color: #fff;font-size: var(--font-20)}
#joing .wrap .top>p{color: #fff;font-size: var(--font-17); margin-top: 30px; margin-bottom: 5px;}
#joing .wrap .top>b{color: #fff;font-size: var(--font-40);font-weight: 600; line-height: var(--font-40);}
#joing .wrap .bt{background: #fff;padding: 20px;text-align: center;position: relative;top: 0;left: 0;}
#joing .wrap .bt::after{content: ""; position: absolute; bottom: 150px; right: 40px; background-image: url(../img/people.png); background-repeat: no-repeat; background-position: right bottom; width: 100%; height: 120%; background-size: contain;}
#joing .wrap .bt p{color: #6AB6E5;font-size: var(--font-25);font-weight: 600;margin-bottom: 20px;}
#joing .wrap .bt ul{display: flex;justify-content: center;align-items: center;column-gap: 10px;}
#joing .wrap .bt ul li{color: #6AB6E5; border: 1px solid #6AB4E4; line-height: 40px; padding: 0 10px; font-size: var(--font-14); font-weight: 600;cursor: pointer;}
/* 구독후 */


@media screen and (max-width: 1200px) {
	#our>.wrap>span img{width: 20vw;max-width: 150px;}
	#join .wrap>b{border-radius: 10px;}
}
@media screen and (max-width: 900px) {
	#our>.wrap>div.pc_text{display: none;}
	#our>.wrap>div.mo_text{display: block;}
	#our>.wrap>div>p{font-size: var(--font-20);font-weight: 500;margin-bottom: var(--font-50);line-height: var(--font-50);}
	#bi>.wrap>div{margin-bottom: 100px;}
	#bi>.wrap>div>b{padding-top: 20px;margin-bottom: 50px;}
	#bi>.wrap>div>div{width: 100%;margin: 0 auto;}
	#bi>.wrap .section1 img{width: 40%;min-width: unset;display: block;margin: 0 auto;}
	#bi>.wrap .section2 img{display: block; margin: 0 auto;}
	#contact>.wrap{flex-flow: column;}
	#contact>.wrap .left{padding-right: 0;width: 100%;max-width: unset;}
	#contact>.wrap .left>img{width: 100%;}
	#contact>.wrap .left .text div.cel1{flex-flow: column;}
	#contact>.wrap .left .text div.cel1 p{width:100%}
	#contact>.wrap .left .text div.cel2{flex-flow: column;}
	#contact>.wrap .left .text div.cel2 p{margin-bottom: 20px;}
	#contact>.wrap .right{width:100%;}
	#contact>.wrap .right img{width: 100%;}
	#history>.wrap ul{padding-top: 30px;padding-left: 15px;}
	#history>.wrap ul li{margin-bottom: 20px;}
	#history>.wrap ul li::after{top: calc(var(--font-25) / 2 - 4px); left: -19px; width: 7px; height: 7px;}
}
@media screen and (max-width: 800px) {
	#class_details .wrap ul.class_head{padding: 20px 0;}
	#class_details .wrap ul.class_list li{padding: 10px 0;font-size: var(--font-14);}
	#class_details .wrap ul.class_head li:nth-child(1){width: 90px;}
	#class_details .wrap ul.class_head li:nth-child(2){padding: 0 10px 0 30px; width: calc(100% - 190px);}
	#class_details .wrap ul.class_head li:nth-child(3){width: 100px;}
	#class_details .wrap ul.class_list li p:nth-child(1){width: 90px;}
	#class_details .wrap ul.class_list li p:nth-child(2){padding: 0 10px 0 30px; width: calc(100% - 190px);}
	#class_details .wrap ul.class_list li b{width: 100px;}
}
@media screen and (max-width: 600px) {
	.sub_wrap{margin: 120px 0;}
	#bi>.wrap .section3>div>div img{width: 40%;}
	#history{min-height: 40vh;}
	#history>.wrap ul{padding-top: 50px;}
	#history>.wrap ul li{margin-bottom: 30px;}
	#join{margin: 120px 0;}
	#joing{margin: 120px 0;}
}
@media screen and (max-width: 500px) {
	#mypage .wrap{max-width: unset;}
	#join .wrap{max-width: unset;}
	#join .wrap>div{flex-flow: column;row-gap: 20px;}
	#joing .wrap{max-width: unset;}
	#class_details .wrap ul.class_head li:nth-child(2){padding: 0 10px 0 10px; width: calc(100% - 150px);}
	#class_details .wrap ul.class_head li:nth-child(3){width: 60px;}
	#class_details .wrap ul.class_list li p:nth-child(2){padding: 0 10px 0 10px; width: calc(100% - 150px);}
	#class_details .wrap ul.class_list li b{width: 60px;padding: 10px;line-height: 15px;}
}

@media screen and (max-width: 400px) {
	#bi>.wrap .section3>div>div{flex-flow: column;align-items: center;}
	#bi>.wrap .section3>div>div:nth-child(1){margin-bottom: 50px;}
	#bi>.wrap .section3>div>div img{width: 50%}
}
/* 자격과정 */
.business01-01{display: flex;flex-wrap:wrap;justify-content:space-between;max-width:1300px;margin:auto;}
.business01-01>a{border:1px solid #e2e2e2;width: 30%;display: flex;flex-direction:column;margin-bottom: 20px;}
.business01-01>a>.busi01-img{overflow:hidden;height: fit-content;transition:all 0.4s;}
.business01-01>a>.busi01-img img{width: 100%;}
.business01-01>a>.busi01-txt{padding: 15px;height: 150px;}
.business01-01>a>.busi01-txt span{padding-bottom: 15px;font-size:18px;font-weight:600;display: block;}
.business01-01>a>.busi01-txt p{color:#7c7c7c;line-height: 25px;font-size:16px;word-break:keep-all;}

/* 자격과정 */


/*그룹소개*/
.company_info  { width:100%; height:auto; margin-top:110px }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .txt_page p { font-size:15px; word-break:keep-all; line-height:1.6; color:#666; padding-bottom:15px}

.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl { float:left; width:33.3333%; padding: 0 20px 0 20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:15px}


.company_info .work_page { width:100%; height:auto; padding:50px 0; clear:both; background-color:#ECECEC}
.company_info .work_page ul { max-width:1200px; margin:0 auto}
.company_info .work_page ul li { float:left; width:23%; margin: 0 1% 0 1%; padding:100px 20px; background-color:#fff; text-align:center; display:block}
.company_info .work_page ul li:last-child { margin-right:0}
.company_info .work_page ul li:hover {background-color: #001e3a;color: #FFF;cursor: pointer;opacity: 1;transition: all 0.5s;}
.company_info .work_page ul li i { font-size:35px; padding-bottom:20px}
.company_info .work_page ul li .title {font-size:20px; font-weight:bold; padding-bottom:20px; display:block}
.company_info .work_page ul li .txt {font-size:15px; line-height:1.5;} 
/*그룹소개*/







/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;font-size: 16px;line-height: 1.6;color: #555;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}
/*연혁*/



/*오시는 길*/
.contact_address {width:100%;height:auto;line-height:1.7;}
.contact_address ul {max-width:1240px;clear: both;padding:0 10px 20px 0px;border-bottom:1px solid #ddd;}
.contact_address ul li {color: #333;margin-top: 5px;margin-bottom: 5px; font-size:15px}
.contact_traffic { max-width:1240px; padding:20px 10px 0 0px; letter-spacing:-0.8px;  clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic .bus {width:100%;padding:0;}
.contact_traffic .subway {width:100%; padding:0;}
.contact_traffic ul li {color: #555; line-height:33px; font-size:15px}
.contact_traffic h3 { font-size:20px; font-weight:300; letter-spacing:-1px; color:#000; padding-bottom:10px; margin-top:15px; text-align:left}/* 푸터팝업*/

.map_info{width:283px;height:214px;background:#19cd61;position:absolute;right:0;top:0px;padding: 30px 28px;font-size:15px;color:#f8969a;letter-spacing:0;}
.map_info span{display:block;font-size:20px;color:#fff; font-weight:bold; letter-spacing:-.25px;}
.map_info p { padding-top:20px; color:#f2f2f2; line-height:1.4;}
.map_btn{position:absolute;left:30px;bottom:30px;}
.map_btn a{display:inline-block; padding:7px 10px; height:41px;border:1px solid #f2f2f2;text-align:center; color:#FFF; letter-spacing:-0.5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.map_btn a:hover{color:#c2131a;background:#fff;border-color:#fff; text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.map_btn a:first-child{margin-right:5px;}
/*오시는 길*/












/* business02 */
.business_area .left { width:50%; float:left}
.business_area .right { width:50%; float:right}
.business_area .profile { float:left; padding-bottom:50px; max-width:221px}
.business_area .profile img { width:100%}
.business_area .list_wrap { float:left}
.business_area .list_wrap h2 { font-size:24px; font-weight:bold; padding:0 0 10px 35px; text-align:left;}
.business_area .list_wrap ul { padding:0 35px 50px 10px}
.business_area .list_wrap ul li { display:block; clear:both; padding:5px 0; font-size:15px;  background-image: url(../images/icon_dot.gif);  background-repeat: no-repeat; background-position: left 16px;  padding-left: 15px; margin-left: 10px; text-align:left; color:#333}
.business_area .list_wrap .enterprise { margin-top:50px}
.business_area .list_wrap .enterprise li { float:left; display:block; padding:10px 20px; clear:none; background-image:none; margin-left:0}
/* business02 */




/* business03 */
.business_area03 { padding-top:110px}
.business_area03:after {content: " ";visibility: hidden;display: block; height: 0; clear: both;}
.business_area03 ul li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.business_area03 ul li:nth-child(3n+3){margin-right:0}
.business_area03 ul li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#ddd; border-radius:50%; color:#fff; display:table;  margin:0 auto}
.business_area03 ul li .web_icon .material-icons { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.business_area03 ul li span {font-size:20px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; text-align:center}
.business_area03 ul li p { font-size:15px; text-align:center; line-height:1.6; word-break:keep-all}
.business_area03 ul li .icon_img {text-align:center;padding-top:20px;display:block;}
/* business03 */




/*R&D01*/
.rnd_area { width:100%; margin-top:110px; clear:both}
.rnd_area .point { padding:0 20px 0 0px}
.rnd_area .point p { font-size:22px; font-weight:bold; padding:0 0 20px 30px; color:#000; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 6px}
.rnd_area .point h2 { font-size:28px; font-weight:100; color:#f66120; padding:10px 0 20px 0; letter-spacing:-1px; line-height:1.6}
.rnd_area .colum { max-width:1200px;  margin:0 auto; padding: 0 20px 50px 0px; font-size:15px }
.rnd_area .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px;  line-height:1.8}
.rnd_area .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.rnd_area .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.rnd_area .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.rnd_area .img img { width:100%}
.rnd_area .content_sub_title { margin:0 auto; padding:60px 20px 0 20px}
.rnd_area .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.rnd_area .content_sub_title .sub_title{float:left; display: block; line-height:1.5; width:25%; color:#000; font-size:22px; letter-spacing:0; font-weight:bold;  padding:0 0 20px 30px; color:#000; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left 8px; box-sizing:border-box}
.rnd_area .content_sub_title .sub_txt {float:right; width:75%; line-height:2.1; font-size:15px; word-break:keep-all}
.rnd_area .content_sub_title .sub_txt .h2 { font-size:20px; }
.rnd_area .content_sub_title .img { float:left; text-align:right; width:450px }
/*R&D01*/





/*R&D02*/
.rnd_area .box { padding-bottom:50px; clear:both}
.rnd_area .box .img { max-width:50%; float:left; display:block}
.rnd_area .box .img img { width:100%; min-height:375px}
.rnd_area .box .txt { max-width:50%; min-height:375px; float:left; padding:50px; background-color:#f9f9f9; display:block}
.rnd_area .box .txt h2 { font-size:24px; padding-top:50px; font-weight:bold}
.rnd_area .box .txt p { font-size:15px; line-height:1.6; padding-top:30px; word-break:keep-all}
/*R&D02*/


/*R&D03*/
.rnd03_area { max-width:1200px; margin:110px auto 0 auto; padding:0px}
.rnd03_area .box {width:31.3333%; margin-right:3%; display:block; float:left; }
.rnd03_area .box:last-child { margin:0} 
.rnd03_area .box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.rnd03_area .box .txt { width:100%; text-align:left; clear:both}
.rnd03_area .box .txt h2 { font-size:20px; padding-top:30px; text-align:center; font-weight:bold}
.rnd03_area .box .txt p { font-size:15px; padding:20px 0; color:#555; text-align:center; line-height:1.6 }
/*R&D03*/





/*product01*/
.product_area { max-width:1200px; margin-top:110px; font-size:15px; padding:0px; clear:both}
.product_area .box { width:100%; padding-bottom:50px; clear:both}
.product_area .box p { clear:both; font-size:15px; line-height:1.6}
.product_area .box ul li { clear:both; padding-bottom:30px}
.product_area .box ul li h2 { font-size:18px; font-weight:bold; padding-bottom:10px; letter-spacing:0; display:block}
.product_area .box ul li p { font-size:15px; line-height:1.6}
.product_area .txt { width:50%; padding-right:40px; float:left;}
.product_area .txt h2 { font-size:40px; padding-bottom:50px; letter-spacing:-2px; word-break:keep-all; font-weight:bold;}
.product_area .txt h2 span { color:#F60}
.product_area .img { width:50%; height:500px; background-image:url(../img/product_area_thumb.jpg); background-repeat:no-repeat; background-size:cover; float:right}
/*product01*/


.card h3{font-size:22px;font-weight:700;display: flex;align-items:center;}
.card h3:before{content:'';height: 20px;width: 5px;border-radius:3px;background: #1d54b0;margin-right: 10px;}
.card>div{background: #f8f8f8;border-top: 1px solid #ececec;margin: 15px auto 50px;padding: 40px 30px;}
.card>div>span{font-size:18px;font-weight:600;display: flex;align-items:center;color:181818;line-height: 30px;}
.card>div>span>p{color:#797979;font-size:14px;}
.card>div>span:before{width: 5px;height: 5px;content:'';border-radius: 50%;background: #1d54b0;margin-right: 5px;}
.card>div>p{color:#797979;font-size:14px;line-height: 25px;margin-left: 15px;}

/* card02 */
.card02 .card02-02 p{display: flex;align-items:center;}
.card02 .card02-02 p:before{width: 5px;height: 5px;content:'';border-radius: 50%;background: #1d54b0;margin-right: 5px;}

.card02-05{display: flex;justify-content:center;align-items:center;}
.card02-05 .bar{position: relative;width: 4px;height: 100%;z-index: 99;}
.card02-05 .bar .circle{position: absolute;width: 50px;height: 50px;border-radius:50%;background: #0f8be2;top: 50%;left: 50%;transform:translate(-50%,-50%);display: flex;justify-content:center;align-items:center;}
.card02-05 .bar .circle img{width: 45%;display: block;margin:auto;}

.card02-05 .card02-box{width: 32%;position: relative;background: #fff;height: 200px;
  border:1px solid #e7e7e7;border-radius:5px;display: flex;flex-direction:column;align-items:center;justify-content:center;}
.card02-05 .card02-box>div:first-child{position: absolute;top: -20px;border-radius:20px;background: #1f61c4;left: 50%;transform:translateX(-50%);}
.card02-05 .card02-box>div:first-child>span{line-height: 35px;font-size:20px;font-weight:600;color:#fff;padding: 5px 20px;}
.card02-05 .card02-box p{color:#797979;font-size:15px;line-height: 25px;text-align: center;}
.card02-05 .card02-box .bar02{height: 1px;width: 50px;background: #e2e2e2;margin: 20px 0;}


/* card03 */
.card03 .card03-02 p{display: flex;align-items:center;}
.card03 .card03-02 p:before{width: 5px;height: 5px;content:'';border-radius: 50%;background: #1d54b0;margin-right: 5px;}

.card03 .card03-01 table{width: 100%;margin:15px auto 40px;border-top: 2px solid #339bea;border-collapse: collapse;}
.card03 .card03-01 table th{border:1px solid #e6e6e6;}
.card03 .card03-01 table tr th:first-child{width: 20%;}
.card03 .card03-01 table tr th:nth-child(2){width: 35%;}
.card03 .card03-01 table tr th:nth-child(3){width: 45%;}

.card03 .card03-01 table thead tr:first-child{background: #eff4f8;}
.card03 .card03-01 table thead tr:first-child th{font-size:18px;color:#181818;font-weight:600;padding: 15px 0;}

.card03 .card03-01 table tbody tr th{padding: 15px 0;}
.card03 .card03-01 table tbody tr th:first-child{font-size:18px;color:#181818;font-weight:600;}
.card03 .card03-01 table tbody tr th:nth-child(n+2){color:#797979;font-size:16px;line-height: 23px;font-weight:400;}
.card03 .card03-01 table tbody tr.colspan02 th{color:#797979;font-size:16px;line-height: 23px;font-weight:400;}

.card03 .card03-04>span{margin-top: 15px;}
.card03 .card03-04 img{width: 100%;}


@media screen and (max-width: 1020px) {
.business_area { padding:0}
.business_area .profile { max-width:1200px; margin:0 2% 0 2%}
}


@media screen and (max-width: 960px) {
	
	.greeting .tit{position:relative; width:100%; height:auto; padding:0 50px 50px 0px; top:0; right:0;}
	.greeting .tit h3{font-size:22px; line-height:1.6em;}
	.greeting .tit h3 br{display:none;}
	.greeting .img:before{left:50%; width:300px; height:274px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
	
	

	.business_area .box .img { text-align:center; display:block; float:none; clear:both}
	.business_area .box .img img { width:100%}
	.business_area .box .txt_wrap { width:100%; display:block; position:relative; clear:both}
	.business_area .colum .left .box .img img { width:100%}
	.business_area .list_wrap h2{ padding-left:0}
	.business_area .list_wrap ul { padding-left:0; margin-left:0}
	.business_area .list_wrap ul li { padding-left:0; margin-left:0}
	.business_area03 ul li { width:50%; margin-right:0}
	.business_area03 ul li p { max-width:300px; margin:0 auto}
	
	.rnd_area .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.rnd_area .colum .right { width:100%; padding:20px 0 0  }
	.rnd_area .content_sub_title .sub_title { width:100%; clear:both}
	.rnd_area .content_sub_title .sub_txt { float:left; width:100%}
	
	.rnd_area .box .img { max-width:100%; display:block}
	.rnd_area .box .img img { width:100%; min-height:inherit}
	.rnd_area .box .txt { max-width:100%;}
	.rnd_area .box .txt h2 { font-size:24px; font-weight:bold}
	.rnd_area .box .txt p {line-height:1.6; word-break:keep-all}
	
	.rnd03_area .box { width:100%; clear:both; float:none}
	.product_area .txt{ width:100%; padding-bottom:20px}
    .product_area .img { width:100%; clear:both}
} 

	

@media screen and (max-width: 640px) {
	.business01-01{justify-content: center;}
	.business01-01>a{width: 80%;}
	.business01-01>a>.busi01-txt p{font-size:14px;}

	.business_area .box .txt_wrap .txt { padding:0 0 50px }
	.business_area .box .txt_wrap .half-round-tit { padding:0 0 50px 0}
	.business_area .left { width:100%; float:none; margin:0; clear:both}
	.business_area .profile { max-width:100%; margin:0; clear:both; float:none}
	.business_area .list_wrap { float:none; width:100%; padding-left:20px}
	.business_area .right { width:100%; float:none; clear:both}
	.business_area03 ul li { width:100%; margin-right:0}
	.business_area03 ul li p { max-width:300px; margin:0 auto}
	.company_info .img_page  { background-size:cover; height:300px}
    .company_info .work_page ul li { width:100%; float:none; margin-left:0; clear:both}
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd strong {font-size:15px;padding-bottom: 10px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}

	.card>div{padding:20px 10px;}
	.card>div>p{font-size:12px;margin-left: 0;line-height: 20px;word-break:keep-all;}
	.card>div>p br{display: none;}
	.card03 .card03-02 p:before{display: none;}
	.card>div>span{font-size:16px;line-height: 25px;word-break:keep-all;}
	.card>div>span:before{display: none;}
	.card03 .card03-01 table tbody tr th:first-child{font-size:14px;word-break:keep-all;}
	.card03 .card03-01 table tbody tr th:nth-child(n+2){font-size:12px;word-break:keep-all;}
	.card03 .card03-01 table tbody tr.colspan02 th{font-size:12px;}

	.card>div>span{flex-direction: column;align-items: flex-start;}
	.card>div>span>p{font-size:12px;}
	.card02 .card02-02 p:before{display: none;}
	.card02 .card02-02 p{margin-bottom: 10px;}

	.card02-05{flex-direction: column;}
	.card02-05 .card02-box{width: 100%;margin-bottom: 30px;height: 170px;}
	.card02-05 .bar{display: none;}
	.card02-05 .card02-box>div:first-child>span{font-size:18px;}
}
	