@charset "utf-8";
@import url('https:/fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'GmarketSansBold';
    src: url('fonts/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('fonts/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('fonts/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {height: 100%;}
body {font-family:'Noto Sans KR', sans-serif; color: #7c7c7c; width: 100%; font-size: 16px; min-width: 320px;}
body a {text-decoration: none; color: #525252;}

body, header, li, a, section, div, nav, em, span, p, img, h2, input {-webkit-transition: all .3s ease-in;-o-transition: all .3s ease-in;transition: all .3s ease-in; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.hd_line {position: fixed; top:0; left:0; z-index: 3; width: 100%; padding: 30px 40px; box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); background: #fff; display: flex; align-items: center; justify-content: space-between; background: rgba(0,0,0,0.43);}
.inner_div {width: 100%; display: flex; align-items: center; justify-content: space-between; height: 52px;}
.in_menu {transition: all .3s; height: 100%;}
.in_menu > ul {height: 100%;}
.in_menu > ul > li {margin-left: 60px; height: 100%; display: flex; align-items: center; }
.in_menu a {color: #fff; font-size: 1.3rem; padding: 10px;}
.in_menu > ul {display: flex; align-items: center; justify-content: flex-end;}
/* .in_menu ul > li > a {white-space: nowrap;} */



.main_01 { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height:100%; min-height: 960px; background: url(../../common/img/main_01.png) no-repeat center center; background-size: cover; }
	.m_txt {font-family: 'GmarketSansBold'; font-size: 5rem; color: rgba(255,255,255,1); text-shadow: 3px 3px 5px rgba(32, 32, 32, 1);}
	.c1 {color: rgb(140, 255, 255);}
	.c2 {color: rgba(255,212,63,0.8);}
	.s_txt {color: rgba(255,255,255,0.9); font-weight: 500; font-size: 2rem; margin-top: 20px;}
	.e_txt {margin-top: 100px; color: rgba(230, 230, 230, 0.9); font-size: 1.6rem; font-weight: 400;}



.main_02 {width: 100%; height:100%; min-height: 960px; background: url(../../common/img/main_09.png) no-repeat center center; background-size: cover; padding-top:100px; padding-bottom:100px;}
	.m_txts {width:100%; padding-left: 5%;}
	.m_txts h2 {color: #2e9cb7; font-family: 'GmarketSansBold'; font-size: 2.5rem;}
	.m_txts h3{color: #666; font-size: 1.4rem; font-weight: bold; margin-top: 15px;}
	.m_txts h3 em {color: #3c3c3c; font-size: 1.6rem; }

	.sl_cards {
		width: 100%;
	    height: 480px;
	    margin-top: 8vw;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
		position: relative;
	}
	.in_txt {position: absolute; bottom: 5%; right: 5%; z-index: 1;}
	.sl_cards .swiper-container {width:100%; height: 100%; padding-left: 25%;}
	
.main_03 {width: 100%; height:100%; min-height: 960px; background: url(../../common/img/main_10.png) no-repeat center center; background-size: cover; padding-top:100px; padding-bottom:100px;}
.main_03 .m_txts {width:100%; text-align: center; padding-left: 0;}
	.main_03 .m_txts h2 {color: #fff; font-family: 'GmarketSansBold'; font-size: 2.5rem;}
	.main_03 .m_txts h3{color: #d4d4d4; font-size: 1.4rem; font-weight: bold; margin-top: 15px;}
.pro {width: 80%; margin: 150px auto 0; display: flex; align-items: center; justify-content: center;}	
.pro > div {margin:0 80px; }
.pro > div img {padding-bottom: 40px; background: url(../../common/img/shadow_03.png) no-repeat bottom center; background-size: 100%; display: block;}
.pro > div img + em {font-family: 'GmarketSansBold';color: #dcdcdc; width: 100%; text-align: center; display: block; font-size: 1.6rem;}

.alink {text-align: center;}
.vm {background:#68ced4; color: #000; display: inline-block; font-size: 1.2rem; margin:60px auto 0; border-radius: 50px; box-shadow: 0 3px 5px rgba(0,0,0,0.2); padding: 20px 50px;}

.swiper-slide.flc { position: relative; width:400px !important; height:400px;}
.swiper-slide.flc em {flex-wrap: wrap; font-family: 'GmarketSansBold'; color: #fff; text-align: center; line-height: 1.4; opacity: 0.63; font-size: 2.5rem; position: absolute; width:100%; height: 100%; top:0; left:0; display: flex; align-items: center; justify-content: center;}
.swiper-slide.flc em span {margin-top: 10px;}
.swiper-slide.flc img {border-radius: 100%; overflow:hidden; width:100%; height:100%;}


.cs1 {color: #f0d361; display: inline-block;}
.cs2 {color: #98d7ff; display: inline-block;}





	/*서브페이지*/
	.sub_line { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; background: url(../../common/img/greeting_01.png) no-repeat center center; background-size: cover; height:567px; }
	.sub_line.bk1{background: url(../../common/img/greeting_02.png) no-repeat center center; background-size: cover;}
	.sub_line.bk2{}
	.sub_line.bk3{background: url(../../common/img/greeting_03.png) no-repeat center center; background-size: cover;}
	.sub_line.bk4{background: url(../../common/img/re_back.png) no-repeat center center; background-size: cover;}
	.sub_line.bk5{background: url(../../common/img/greeting_05.png) no-repeat center center; background-size: cover;}
	.sub_ltxt {color: #3ae1ff; margin-top: 70px; font-size: 4rem; opacity: .9; font-family: 'GmarketSansBold'; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); line-height: 1.4;}
	
	.int_etxt,
	.int_txt { margin: 30px auto 0; width: 90%; text-align: center; color: #fff; font-weight: 500; opacity: .8; font-size: 1.4rem; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); line-height: 1.4;}
	.bk1 .sub_ltxt {color: #fff; opacity: 0.9; text-shadow: 2px 2px 5px rgba(0,0,0,0.6);}
	.bk1 .int_etxt,
	.bk1 .int_txt {opacity: .9; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); line-height: 1.4;}
	.bk4 .sub_ltxt {color: #fff; opacity: 0.9; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); line-height: 1.4;}
	.bk5 .sub_ltxt {color: #fff; opacity: 0.9; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); line-height: 1.4;}
	

	.int_etxt {font-size: 1.3rem; margin-top: 20px; color: #d6f4ff;}

	.sub_navi {border-bottom: 1px solid #e1e1e1; background: url(../../common/img/water_mark.png) no-repeat 90% 0; background-size: contain; }
	.sub_navi ul {display: flex; align-items: center; justify-content: center;}
	.sub_navi ul a { text-align: center; padding: 30px 45px; font-weight: 400; color: #606060; display: block; font-size: 1.4rem;}
	.sub_navi ul a.active {color: #297e8d;}
	

	.con_sub_title {text-align: center; margin-bottom: 80px; width: 100%; font-size: 2.1rem; color: #6a6a6a; font-family: 'GmarketSansMedium';}
	.con_sub_title em { font-size: 2.4rem; color: #4686bd;}
	.con_sub {padding: 80px 0 100px; width: 100%; font-size: 1.2rem;}
	.sub_contxt { width: 100%; max-width: 730px; margin:40px auto 0; line-height: 1.5; font-size: 1.5rem; word-break: keep-all; text-align: center; width: 100%;}
	.sub_contxt em {color: #6b869f; font-size: 1.7rem; font-weight: 500;}
	.sub_con { font-size: 1.6rem; text-align: center; font-family: 'GmarketSansMedium'; font-size: 1.8rem; width: 100%; margin-top: 60px;}
	.sub_con em {font-size: 1.5rem;}
	.greeing {display: block; margin: 0 auto 60px; width: 100%; max-width: 1200px;}
	.greeing_zozic {display: block; margin: 0 auto 60px; width: 100%; max-width: 746px;}


	/*맵*/
	.map {width:100%; max-width: 1200px; margin:0 auto;}
	.root_daum_roughmap .wrap_controllers.hide {display: none;}

	.tel,.fax {width: 100%; text-align: center; font-size: 1.6rem; margin-top: 30px;}
	.fax {font-size: 1.4rem; margin-top: 20px;}


	/*연혁*/
	.yon_list {padding-top: 50px; padding-bottom: 50px; margin-top: 50px; background: url(../../common/img/back_yon.png) no-repeat top center; background-size: 1px 100%; position: relative;}
	.yon_con_r { margin-bottom: 50px; width: 100%; display: flex; align-items: center; justify-content: flex-end; }
	.year_grp_r {width: 50%; position: relative;}
	.year_grp_r .circle_blue {border:6px solid #3ae1ff; display: block; width:19px; height: 19px; background: #fff; position: absolute; border-radius: 0px; top:15px; left:-9px;}

	.year_grp_r .tx_h4 {font-family: 'GmarketSansBold'; font-size: 3rem; font-weight: 500; color: #101241; padding-left: 10%;}
	.year_grp_r .tx_h4 + ul {width: 100%; display: flex; align-items: flex-end; justify-content: center; flex-direction: column;}
	.year_grp_r .tx_h4 + ul li {color: #101241; width: 90%;}
	.year_grp_r .tx_h4 + ul li > em {font-size: 1.2rem; font-weight: 500; margin-top: 20px; margin-bottom: 10px; display: block;}
	.year_grp_r .tx_h4 + ul li > p { font-size: 1.1rem; word-break: keep-all; margin-bottom: 7px; line-height: 1.3;}


	.yon_con_l { margin-top: 50px; margin-bottom: 50px; width: 100%; display: flex; align-items: center; justify-content: flex-start; }
	.year_grp_l {width: 50%; position: relative;}
	.year_grp_l .circle_blue {border:6px solid #3ae1ff; display: block; width:19px; height: 19px; background: #fff; position: absolute; border-radius: 0px; top:15px; right:-9px;}

	.year_grp_l .tx_h4 {font-size: 3rem; font-weight: 500; color: #101241; padding-right: 10%; text-align: right; font-family: 	'GmarketSansBold';}
	.year_grp_l .tx_h4 + ul {width: 100%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column;}
	.year_grp_l .tx_h4 + ul li {color: #101241; width: 90%;}
	.year_grp_l .tx_h4 + ul li > em { text-align: right; font-size: 1.2rem; font-weight: 500; margin-top: 20px; margin-bottom: 10px; display: block;}
	.year_grp_l .tx_h4 + ul li > p { font-size: 1.1rem; word-break: keep-all; text-align: right; margin-bottom: 7px; line-height: 1.3; }
	



	/*회사실적*/
	.set_div { display: flex; align-items: stretch; flex-wrap: wrap; justify-content: space-between;}
	.setup { padding: 20px; border-radius: 20px; width: 48%; border:1px solid #dfdfdf; margin: 20px 0;}
	.setup img {display: block; margin: 0 auto;}
	.setup p {font-family: 'GmarketSansMedium', serif; color: #0193ac; font-size: 1.4rem; display: block; text-align: center; margin-top: 30px;}
	.sol {display: block; border-top: 1px dotted #dfdfdf; padding-top: 20px; margin-top: 20px;}
	.sol em { font-size: 1.4rem; color: #24538d; margin-bottom: 20px; margin-top: 20px; display: block; padding-left:18px; background: url(../../common/img/orbar.png) no-repeat center left; background-size: 10PX;}
	.sol i { line-height: 1.4; display: block; margin-bottom: 10px; background: url(../../common/img/ball_22.png) no-repeat 5px 8px; background-size: 5px; padding-left: 20px;}


	/*제품소개*/
	.con_sub_prd {width: 100%; padding:120px 0 160px; background: url(../../common/img/back_prd.png)no-repeat center center; background-size: cover;}	
	.prd_st { margin:0 auto; width: 96%; max-width: 1200px; display: flex; align-items: center; justify-content: space-between;}
	.box_show { width: 40%; box-shadow: 2px 2px 5px #296282; padding: 20px; border-radius: 50px; background: url(../../common/img/prd_bk_14.png) no-repeat center center ; background-size: cover;}
	.box_show img {display: block; width: 100%; max-width: 446px; margin:0 auto;}
	.box_show span {font-family: 'GmarketSansMedium'; font-size: 1.5rem; text-align: center; color: #fff; width: 100%; display: block; margin-top: 10px; margin-bottom: 15px;}
	.prd_sol {width: 45%;}
	.prd_sol h3 { line-height: 1.4; color: #fff; font-size: 2rem; width: 100%; font-weight: 500; margin-bottom: 40px;}
	.sol_pd {color: #fff; font-size: 1.4rem; line-height: 1.4; word-break: keep-all;}
	.prd_st.other {flex-wrap: wrap; justify-content: center;}
	.prd_st.other .box_show {width:45%; margin:20px;}
	.prd_sol.other {width: 100%; max-width: 1200px; margin: 60px auto 0;}
	.prd_sol.other h3 {width: 100%; text-align: center;}
	.prd_sol.other .sol_pd {width: 100%; text-align: center;}
	
		/*digital analog sensor*/
		.digi_ana_layout { margin:0 auto; width: 96%; max-width: 1200px; display: flex; align-items: flex-start; justify-content: center;}
		.sensor_grp { width: 100%;  flex-wrap: wrap; display: flex; align-items: stretch; justify-content: center;}
		.convert_grp { width: 100%; margin-top: 100px;}
		.sensor_grp .box_show {width: 45%; margin:20px; /*margin-bottom: 5%;*/}
		.digi_ana_layout .box_show span {margin-bottom: 25px;}
		.line_con {margin: 0 auto 30px; display: block; width: 30px; height: 1px; background: #8cc4ff;}
		.digi_ana_layout .box_show b {    
			text-align: left;
			font-family: 'GmarketSansMedium'; font-size: 1.2rem;
			text-align: center;
			color: #f0f0f0;
			width: 100%;
			display: block;
			margin-top: 10px;
			margin-bottom: 15px;
		}
		.convert_grp .box_show { width: 94%; margin:0 auto; background: url(../../common/img/prd_bk_15.png) no-repeat center center ; background-size: cover;}
		.prd_title {flex-basis: 100%; font-family: 'GmarketSansMedium'; text-align: center; color: #fff; font-size: 1.85rem; margin-bottom: 40px;}
		.sub_name_sm {font-size: 1.4rem;}
		.convert_grp .line_con {background: #8cfbff;}
		.digi_ana_layout .convert_grp span {margin-top: 2vw;}
		/*box_show analog_box*/
		.box_show.analog_box {width: 94%; display: flex; align-items: center; justify-content: center;}
		.box_show.analog_box > img {width: 40%; margin:0; }
		.analog_txt {width:40%;}
		.box_other {width: 93%; margin: 0 auto; padding: 30px; 
			background: linear-gradient(135deg,  #234899 0%,#1a2774 70%, #0c3788 100%); 
			 color: #fff; border-radius: 40px; box-shadow: 2px 2px 5px #296282;}
		.sub_box_content {width: 100%; display: flex; align-items: center; justify-content: space-between;}



	/*연구분야*/
	.re_div {max-width:1000px; width: 100%; margin:30px auto 0;}
	.re_div h4 {font-weight: 500; font-size: 1.5rem; line-height: 1.4; color: rgb(36, 54, 104); margin-bottom: 20px;}
	.re_div > div {border:1px solid #dfdfdf; margin-bottom: 30px; padding: 20px;}
	.re_div > div > p { line-height: 1.4; margin-bottom: 10px; color: #545454; padding-left: 10px; background: url(../../common/img/ball_22.png) no-repeat 0 12px; background-size: 4px;} 

	/*다운로두*/
	.down a {display: flex; align-items: center;} 
	.down a img {width: 25px; margin-right: 10px;}
	.down {text-align: center;}
	.down > div{margin:0 auto; text-align: center; display: flex; align-items: center; justify-content: center;}

/*footer*/
.ft_grp {width: 100%; background: #272727; color: #b6b6b6; text-align: center; line-height: 1.4; padding: 50px 0;	position: relative;}
.ft_inner {width: 100%; text-align: center;}
.ft_inner > img { display: block; margin: 0 auto 20px;}
.ft_inner p{padding-top: 10px; font-size:1.2rem}
.ft_inner p:first-child {margin-top: 0;	}
.ft_inner p.copy {font-size: 1rem; opacity: 0.8;}
.vddf {position: absolute; right: 20px; top: 50%; width: 150px; margin-top: -75px;}
.ft_inner > img.vddf_f {display: none; margin-top: 30px;}

iframe {display: none;}
/*.fix_area {height: 65px;}*/
/*
.swiper-container {
	width: 100%;
	height: 100%;
	background: #020914;
}
.swiper-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(255,255,255,0.6); 
}




/*햄버거 메뉴*/
.ham_mu {display: none; /*position: absolute; right: 0px; top: 5px*/ z-index: 6;}
.ham_mu a {display: block;}
.ham_mu a span {width: 40px; height: 3px; margin-top: 10px; margin-bottom: 10px; display: block; border-radius: 100px;}
.ham_mu span.dw {background: #fff; margin-bottom: 0;}
.ham_mu span.mid {background: rgba(58,255,255,0.8);}
.ham_mu span.up {background: #fff; margin-top: 0;}

.ham_mu a.open span.mid{top:23px; opacity:0;
	transform:translate3d(0, 150px, 0) rotate(-720deg);
	-webkit-transform:translate3d(0, 150px, 0) rotate(-720deg);
	-moz-transform:translate3d(0, 150px, 0) rotate(-720deg);
	-o-transform:translate3d(0, 150px, 0) rotate(-720deg);
	background: #fff;
}
.ham_mu a.open span.dw{top:32px; opacity:1;
	transform:translate3d(0, -13px, 0) rotate(-45deg);
	-webkit-transform:translate3d(0, -13px, 0) rotate(-45deg);
	-moz-transform:translate3d(0, -13px, 0) rotate(-45deg);
	-o-transform:translate3d(0, -13px, 0) rotate(-45deg);
	-ms-transform:translate(0, -13px) rotate(-45deg);
	background: #fff;
}
.ham_mu a.open span.up{top:32px; opacity:1;
	transform:translate3d(0, 13px, 0) rotate(45deg);
	-webkit-transform:translate3d(0, 13px, 0) rotate(45deg);
	-moz-transform:translate3d(0, 13px, 0) rotate(45deg);
	-o-transform:translate3d(0, 13px, 0) rotate(45deg);
	-ms-transform:translate(0, 13px) rotate(45deg);
	background: #fff;
}







/*직원복지*/
.df_aic_sb {display: flex; align-items: center; justify-content: space-between;}
.w100p {width: 100%;}
.d_block {width: 100%;}
.mx1200 {max-width: 1200px; width: 100%; margin: 0 auto;}
.img_set {margin: 0 5px;}
.img_set > span {width: 100%; text-align: center; padding: 10px; display: block;}
.mx1200 h2 {
font-weight: 500;
font-size: 1.5rem;
line-height: 1.4;
color: rgb(36, 54, 104);
margin-bottom: 20px;
}
.mgb20 {margin-bottom: 20px;}

.in_menu.act > ul,
.in_menu.act {opacity: 1; right: 0;}

.in_menu > ul > li {position: relative;}

.sub_m {display: none; position: absolute; top:52px; color: #fff; width:200px; margin-left: -40px; background-color: #0193ac; padding-top:20px; padding-bottom:20px; border-radius: 5px;}
.in_menu > ul > li:last-child .sub_m { margin-left: -100px;}
.sub_m a {display: block; padding:10px 20px; line-height: 1.4; font-size: 1.1rem;}
@media (max-width:1800px) {

	.pro > div img {width: 100%;}
}
@media (max-width:1750px) {
	.pro {flex-wrap: wrap; width:90%;}
	.pro > div {width: 50%; margin:0}
	.pro > div img {width: 40%; margin:0 auto; margin-top: 40px;}
	.main_03 {background-size: cover; min-height: 100%; height: auto;}
}
@media (max-width:1600px) {
	.sl_cards .swiper-container {padding-left: 10%;}
}

@media (max-width:1500px) {
	.sl_cards .swiper-container {padding-left: 10%;}
	.swiper-slide.flc {width:300px !important; height: 300px;}
	.swiper-slide.flc em {font-size: 2.1rem;}
	.in_txt {width: 70%;}
	.in_txt img {width: 100%;}
}
@media (max-width:1250px) {
	.map {width: 96%; }
}
@media (max-width:1300px) {
	.in_menu > ul > li {margin-left: 21px;}
}
@media (max-width:1200px) {
	/* .in_menu > ul > li {margin-left: 21px;} */
	.m_txt, .s_txt, .e_txt {width: 90%; text-align: center; word-break: keep-all; line-height: 1.2;}
	.sub_navi {display: none;}
	.re_div > div {width: 96%; margin: 0 auto 30px;}
	.ft_grp > img.vddf {display: none;}
	.ft_inner > img.vddf_f {display: block;}
}


@media (max-width:1100px) {
	.in_menu > ul > li {margin-left: 17px;}
	.box_show {width: 50%;}
}



@media (max-width:1000px) {
	.ham_mu {display: block;}
	.in_menu {opacity: 0; right: -100%; position: fixed; z-index: 3; height: 200%; background:#052030; width: 40%; max-width: 350px;}
	.sub_m {display: none; position: relative; margin-left: 0; top:0; width:100%; border-radius: 0; background: #11456a ;} 
	
	.in_menu > ul {position: fixed; z-index: 4; top:100px; right:-40%; display: block; width:40%; max-width: 350px;}
	.in_menu > ul > li { margin-left: 0; width:100%; height: auto; display: block;}
	.in_menu > ul > li > a {padding:20px; display: block;}
	.in_menu > ul > li:last-child .sub_m { margin-left: 0px;}
	.pro {margin: 80px auto;}
	.vm {margin-top: 0;} 

	.ft_inner {width: 90%; margin:0 auto;}
	.main_01 {background: url(../../common/img/main_01.png) no-repeat right center; background-size: cover; }
} 


@media (max-width:930px) {
	.sl_cards {margin-top:12vw;}
}

@media (max-width:900px) {
	.m_txt, .s_txt, .e_txt {width: 90%; text-align: center; word-break: keep-all; line-height: 1.2;}
	.m_txt {font-size: 3rem;} 
	.s_txt {font-size: 1.5rem;} 
	.e_txt {font-size: 1.3rem;}
	.sl_cards {margin-top:25vw;}
	.in_txt {width: 90%; bottom: -5vw;}
	.in_txt img {width: 100%; }

	.hd_line {padding:15px 25px;}
	.inner_div h1 img {width: 160px;}

	.m_txts h2 {font-size: 2rem;}
	.main_03 .m_txts h2 {font-size: 2rem;}
	.m_txts h3 em {font-size: 1.4rem;}
	.main_03 .m_txts h3,
	.m_txts h3 {font-size: 1.2rem;}
	.pro > div img + em {font-size: 1.4rem;}
	.ft_inner p {font-size: 1.1rem;}
	.sub_line {height: 350px; }
	.sub_ltxt {font-size: 2.8rem;}
	.int_txt{font-size:1.2rem;}
	.int_etxt {font-size:1.1rem;}

	.con_sub_title {line-height: 1.4; font-size: 1.7rem; width: 90%; margin: 0 auto 50px; word-break: keep-all;}
	.con_sub_title em {font-size: 2rem;}
	
	.sub_contxt {font-size: 1.3rem;}
	.sub_contxt em {font-size: 1.4rem;}
	.con_sub {width: 96%; margin:0 auto;}
	.sub_con {font-size: 1.5rem;}
	.sub_con em {font-size: 1.2rem;}

	.tel, .fax {font-size: 1.4rem;}
	
}

@media (max-width:880px) {
	.digi_ana_layout,
	.prd_st {flex-direction: column; }
	.prd_sol {margin-top: 50px; width: 80%;}
	.sol_pd,
	.prd_sol h3 {text-align: center;}
	.down a {font-size: 1rem;}

	.sensor_grp, .convert_grp {width: 100%;}
	.convert_grp {margin-top:50px;}
	
}
@media (max-width:850px) {
	.analog_txt {width: 100%;}
	.prd_st.other .box_show,
	.convert_grp .box_show,
	.sensor_grp .box_show {width: 70%;}
	.box_other,
	.box_show.analog_box {flex-direction: column; width: 70%;}
	.sub_box_content {flex-direction: column;}
	/* .convert_grp .box_show {width: 45%;} */
}
@media (max-width:800px) {
	.df_aic_sb {flex-direction: column;}
	
	.main_01 {background: url(../../common/img/main_01.png) no-repeat 70% 100%; background-size: cover; }
}


@media (max-width:600px) {
	
	.box_show.analog_box > img {width: 80%;}
	.in_menu {width: 40%;}
	.in_menu > ul {width: 40%;}
	.setup {width: 100%;}
	.con_sub {padding-top: 40px;}
	.con_sub_title {margin: 0 auto 40px;}
	.setup {margin:0; margin-bottom: 20px;}
	.greeing {margin-bottom: 0;}

	.tel, .fax {font-size: 1.2rem;}
	.prd_sol h3 {font-size: 1.7rem;}
	.re_div h4 {font-size: 1.3rem;}
	.re_div > div > p {font-size: 1rem;}
}


@media (max-width:500px) {
	.in_menu {width: 50%;}
	.in_menu > ul {width: 50%;}

	.con_sub_title {line-height: 1.4; font-size: 1.4rem; width: 90%; margin: 0 auto 40px; word-break: keep-all;}
	.con_sub_title em {font-size: 1.7rem;}

	.sub_contxt {font-size: 1.1rem;}
	.sub_contxt em {font-size: 1.3rem;}

	.sub_con {font-size: 1.3rem;}
	.sub_con em {font-size: 1.1rem;}
	.prd_sol h3 {font-size: 1.5rem;}
	.sol_pd {font-size: 1.2rem;}
	


}









@media (max-width:700px) {

	/*연혁*/
	.yon_list {background: url(../../common/img/back_yon.png) no-repeat 5% 0; background-size: 1px 100%; padding-top: 5px;}
	.yon_con_r { display: block; margin: 60px auto 30px; width: 90%;}
	.yon_con_l { display: block; margin: 60px auto 30px; width: 90%;}
	.year_grp_r,
	.year_grp_l {width: 100%;}
	.year_grp_l .tx_h4 {text-align: left; padding-left: 5%;}
	.year_grp_r .tx_h4 {padding-left: 5%;}
	.year_grp_l .tx_h4 + ul {padding-left: 5%;}
	.year_grp_r .tx_h4 + ul li {width: 95%;}
	.year_grp_l .tx_h4 + ul li > em {text-align-last: left;}
	.year_grp_l .tx_h4 + ul li > p {text-align-last: left;}
	.year_grp_l .circle_blue {top: 15px; left: -9px;}
	.h3_ttx.mb50 {margin-bottom: 30px;}


	.year_grp_l .tx_h4 + ul li > p {text-align:left;}
	.year_grp_r .tx_h4 + ul li > p {text-align:left;}
}


