@charset "utf-8";
/* *******************************************************
 * description : 서브레이아웃 및 컨텐츠 CSS
******************************************************** */

/* ******************  서브 컨텐츠 : 공통 ********************** */
/*subtop*/
div.sub_top{position: relative; margin:0px auto 0; padding-top:80px;}
div.sub_top div.sub_top_bg{position: relative;top: 0;left: 0;width: 100%;overflow: hidden;}
div.sub_top div.sub_top_bg .line{position:relative;margin:10px auto;width: 0%;height: 1px;display:block; background:#fff; transition:1.2s;}
div.sub_top div.sub_top_bg .line.on{width:244px;  transform-origin:center;}
div.sub_top div.sub_bg_img {position: relative; top: 0%; left: 0%; z-index: -1; width: 100%; height: 350px; -webkit-transform:scale(1.07);transform:scale(1.07); transition: 1.5s; -webkit-transition: 1.5s; background:#f5f5f5;}
div.sub_top div.sub_bg_img img{background-size:cover; background-position:center; }
div.sub_top div.sub_bg_img.on{-webkit-transform:scale(1);transform:scale(1); transform-origin:center; transform: rotate(.001deg); background:#f5f5f5;}
div.sub_top [class*=sub_title0]{text-align:center;color:#333;letter-spacing:-.1px;font-weight: 600;font-family: "Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif;display: block;font-size: 44px;}


/*subtop title*/
div.sub_top div.inner_wrap{position:absolute;width: 100%;height:auto;top: 45%;left: 0;transform: translate(0, -50%);}
div.sub_top .gNon div.inner_wrap{top: 50%;}
div.sub_top div.inner_wrap .sub_tit_box{width:100%;height:auto;overflow:hidden; line-height:36px;}
div.sub_top div.inner_wrap .sub_tit_box p{}
div.sub_top div.inner_wrap .sub_title01{position:relative;z-index:999;opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px);margin-bottom: 0px; font-size:30px; color:#fff; text-transform:uppercase; font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif; font-weight:400;}
div.sub_top div.inner_wrap .sub_title01.on{opacity:1; -webkit-transform:translateY(0px); transform:translateY(0px); -webkit-transition: 1s 0.6s; transition: 1s 0.6s; font-size:30px; color:#fff; font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif;}
div.sub_top div.inner_wrap .sub_title02{position:relative;margin: 0 auto;opacity:0;-webkit-transform:translateY(-60px);transform:translateY(-60px); font-size:18px; color:#fff; line-height:150%; text-transform:uppercase; font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif;font-weight:300;}
div.sub_top div.inner_wrap .sub_title02.on{opacity:1; -webkit-transform:translateY(0px); transform:translateY(0px); -webkit-transition: 1s 0.6s; transition: 1s 0.6s; font-size:18px; color:#fff; line-height:150%; text-transform:uppercase; font-family: "Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif;}


div.sub_tab_box{width: 100%;position: relative;z-index: 500;margin: 75px auto 0; top:0; left:0; transform:translate(0%, 0%);}
ul.sub_tab{font-size:0; max-width: 1200px; margin: 0 auto 0; height: 68px;}
ul.sub_tab .home{background:#eaeaea url('http://www.cellivery.com/img/common/home_icon.png')no-repeat left  165px center; padding-left: 200px;box-sizing: border-box;}
ul.sub_tab .dep1{background:#dbdbdb url('http://www.cellivery.com/img/common/sub_dep_icon1.png')no-repeat right 30px center;}
ul.sub_tab .dep2{background:#142e7b url('http://www.cellivery.com/img/common/sub_dep_icon2.png')no-repeat right 30px center; }
ul.sub_tab .dep{padding:0 30px;box-sizing: border-box;}
ul.sub_tab > li{display: inline-block;position:relative;vertical-align: top;width: 33.33%;line-height: 68px;}

ul.sub_tab li>a{color: #333;font-size:16px; font-weight:500; letter-spacing:-.1px;height: 68px;display: block;box-sizing: border-box;}
ul.sub_tab .dep:after{position:absolute;display:block;content:'';top:50%;transform: translate(0, -50%);right: 35px;background:url(/images/common/page_location_arr.png)no-repeat right center;width:10px;height:6px;}
ul.sub_tab .dep ul {
   display: none;
   position: absolute;
   left: 0;
   top: 100%;
   box-sizing: border-box;
   width: 100%;
}
ul.sub_tab .dep1 ul{background: #dbdbdb;}
ul.sub_tab .dep2 ul{background:#142e7b;}
ul.sub_tab .dep2 a{color:#fff; font-weight:400;}
}
ul.sub_tab .dep ul li a {
	padding:0 35px;
	box-sizing:border-box;
	height:40px;
	line-height:40px;
	font-weight:500;
}
ul.sub_tab li ul li a{line-height: 68px;height: 68px;padding:0 30px;box-sizing:border-box;border-top: 1px solid #bebebe;}
ul.sub_tab .dep1 ul li a:hover{background: #eeeeee;}
ul.sub_tab .dep2 ul li a:hover{background: #1c3fa7;}

ul.sub_tab2{font-size:0;max-width: 1200px;margin: 0 auto 0; border:1px solid #e0e0e0; background:#ffffff url(/design/default/images/sub_tab_bg.gif) repeat left top;  text-align:center;}
ul.sub_tab2 li{display:inline-block; position:relative;vertical-align: top; width:auto;border-left:1px solid #e0e0e0; }
ul.sub_tab2 li:first-child{ border-left:0px;}
ul.sub_tab2 li a{color: #c6c6c6;opacity:0.5; font-size:20px; font-weight:normal; letter-spacing:-.1px; display: block;box-sizing: border-box;height:65px; line-height:64px;}
ul.sub_tab2 li a:hover{opacity:1.0;color:#1a68ad; border-top:3px solid #1a68ad;height:65px; line-height:57px;}
ul.sub_tab2 li.on a{color:#1a68ad !important; opacity:1.0; font-weight:500; border-top:3px solid #1a68ad;height:65px; line-height:60px;}
ul.sub_tab2.sub_tab_wide{max-width: 98%; }
ul.sub_tab2.sub_tab_wide li{padding:0 20px;}

.sgnb{margin-bottom:20px;margin-top:45px; text-align:center; width:1200px; margin:0 auto;}
.sgnb a{display:inline-block; border:1px solid #ddd; color:#333; height:50px; line-height:48px; width:15%; text-align:Center; margin-bottom:2px; border-radius:25px;}
.sgnb a span{display:inline;}
.sgnb a:hover{background:#f5f5f5;}
.sgnb a.on{background:#333; color:#fff;}
.sgnb.col3 a{width:33.03%;}
.sgnb.col2 a{width:49.4%;}


@media(max-width:1280px){
	div.sub_top{margin:0px auto 0;}
	div.sub_top div.sub_bg_img{height:250px; -webkit-transform: scale(1); transform: scale(1); transition:0s;}
	div.sub_tab_box{width:93%;margin: 35px auto 0;}
	
	div.sub_tab_on{width:93%;}
	ul.sub_tab .home{background:#eaeaea url('http://www.cellivery.com/img/common/home_icon.png')no-repeat left  30px center; padding-left:65px;}
}

@media(max-width:768px){
	div.sub_top{margin:0px auto 0;  padding-top:60px;}
	div.sub_top div.sub_bg_img{height:180px;}
	div.sub_top div.inner_wrap .sub_title01{line-height:40px;}
	div.sub_top div.inner_wrap .sub_title02{line-height:22px;}
	div.sub_top div.sub_top_bg .line{margin:5px auto;}
	div.sub_top div.sub_top_bg .line.on{width:142px;}

	div.sub_top div.inner_wrap .sub_title01{font-size:24px;}
	div.sub_top div.inner_wrap .sub_title01.on{font-size:24px;}
	div.sub_top div.inner_wrap .sub_title02{font-size:12px;}
	div.sub_top div.inner_wrap .sub_title02.on{font-size:12px;}


	ul.sub_tab > li{line-height:50px;}
	ul.sub_tab li>a{height:50px;}
	ul.sub_tab > li:nth-child(1),ul.sub_tab > li:nth-child(2){display:none;}
	ul.sub_tab > li.dep2{width:100%;}
	ul.sub_tab li ul li{height:50px; line-height:50px;}
	ul.sub_tab li ul li a{height:50px; line-height:50px;}

	ul.sub_tab2{padding:0px 0;}
	ul.sub_tab2 li{padding:0 0px;}
	ul.sub_tab2.sub_tab_wide li{padding:0 10px;}
	ul.sub_tab2 li a{ font-size:13px; padding:10px 0px;height:inherit; line-height:inherit;}
	ul.sub_tab2 li a:hover{opacity:1.0;color:#1a68ad; border-top:3px solid #1a68ad;height:inherit; line-height:inherit;}
	ul.sub_tab2 li.on a{color:#1a68ad !important; opacity:1.0; font-weight:500;padding:7px 0px 10px; border-top:3px solid #1a68ad;height:inherit; line-height:inherit;}
	.sgnb{width:95%; margin:0 auto;}
	.sgnb a{ width:49.3%; font-size:13px; height:40px; line-height:38px; }
	.sgnb a span{display:none;}
}


.ssm{text-align:center; overflow:auto; margin-bottom:30px;}
.ssm li{display:inline;}
.ssm li a{display:inline-block; background:#f1f1f1; padding:10px 0px; text-align:center; width:150px; border-radius:20px;}
.ssm li.selected a{background:#ff6600; color:#fff;}

.m00{position:relative; padding:100px 0 0; box-sizing:border-box;}
.m00:after{display:block; content:""; clear:both;}
.m00 .con{position:relative; top:0; left:0;}
.m00 .con:after{display:block; content:""; clear:both;}
.m00 .sub_page_title{margin-bottom:30px;margin-top:80px; font-family: "Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif; width:1200px; margin:0 auto;}

@media(max-width:1280px){
.m00 .sub_page_title{width:93%;}
}
@media(max-width:1024px){
	.m00 .sub_page_title{width:93%; margin:0 auto;}
}

/*.m00 .sub_page_title .sub_main_tit:before{display:block; content:""; position:relative; margin:0 auto; width:1px; height:38px; background:#666666; margin-bottom:20px;}*/
.m00 .sub_page_title .sub_main_tit{font-size:40px; font-weight:500; text-align:center; font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif; color:#333;}
.m00 .sub_page_title p.sub_sub_tit{text-align:center; font-size:18px; color:#c6c6c6; font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif; margin-top:0px; text-align:center; font-weight:300}
.m00 .sub_page_title .sub_title_desc{font-size:22px; color:#000; width:85%; margin:85px auto; text-align:center;}
@media(max-width:768px){
	.m00{position:relative; padding:35px 0 0; box-sizing:border-box;}
	.m00 .sub_page_title .sub_main_tit{font-size:24px; }
	.m00 .sub_page_title .sub_main_tit:before{height:25px; background:#666666; margin-bottom:5px;}
	.m00 .sub_page_title p.sub_sub_tit{font-size:14px; margin-top:0px;}
	.m00 .sub_page_title .sub_title_desc{font-size:16px; color:#000; width:93%; margin:35px auto; text-align:center;}
}

.m00 .sub_page_title .sub_text {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif;
    letter-spacing: 1px;
}
.m00 .sub_page_title .sub_main_txt{font-size:16px; color:#777; font-weight:500; text-align:center; font-family:'Noto Sans Korean'; margin-top:10px; letter-spacing:-1px;}

@media(max-width:1200px){
	
}


h3.type01{font-family:'Noto Sans Korean'; font-size:28px; color:#333; margin-bottom:20px; background:url(/design/default/images/view_tit_bg.gif) repeat-x left top; padding-top:45px;}
h3.type01 strong{color:#ff6600;}
h3.type01 span{font-size:20px; color:#009999; font-weight:normal;}
h3.type01 u{color:#0066cc; font-size:30px; line-height:40px; text-decoration:none; margin-right:5px; display:inline-block; position:relative;}
h3.type01 u small{font-size:20px; line-height:40px;}
h3.type01 u:before{content:""; display:block; width:7px; height:7px; border-radius:2px; background:#0066cc; position:absolute; left:0; top:0; margin-top:-7px;}
h3.type02{font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif; font-size:28px; color:#333; margin-bottom:20px;}
h4.type01{font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif; font-size:22px; color:#000;}
h4.type01:after{content:""; display:inline-block; width:6px; height:6px; background:#009999; border-radius:2px; margin-left:5px;}
h4.type02{}
.text_type01{font-size:18px; line-height:150%; font-family:"Noto Sans Korean",Dotum,Helvetica,AppleGothic,Gulim, "굴림",Sans-serif;}
.text_type01 strong{ display:inline-block; border-bottom:10px solid #d1dcec; line-height:10%; color:#003366; font-weight:normal;}
.text_type02{font-size:15px; line-height:150%;}

@media(max-width:768px){
	h3.type01, h3.type02{font-size:18px; }
	h3.type01 u{font-size:24px;}
	h3.type01 u small{font-size:16px;}
	h4.type01{font-size:19px;}
	.text_type01{font-size:14px;}
}

.p_list{ text-align:center; position:relative;}
.p_list .box:nth-child(4n+1){clear:both;}
.p_list .box{width:25%; float:left; text-align:center;}
.p_list .box .photo{width:95%; margin:0 auto;}
.p_list .box .photo img{width:100%; height:auto;}
.p_list .box .text{width:95%; margin:0 auto; padding:10px 0;}
.p_list .box .text a{font-size:13px;}
.p_list iframe{margin:0 auto !important; max-width:100% !important;}
.p_list.type02 .box{width:100%; float:none; text-align:center;}
.p_list.type02 .box .photo img{max-width:250px;}
.p_list a.linkW{display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:999; }
@media(max-width:767px){
	.p_list .box:nth-child(2n+1){clear:both;}
	.p_list .box{width:50%; float:left; text-align:center;}
}
@media(max-width:400px){
	.p_list iframe{ height:230px;}
}

#subContainer .btn{ display:block; text-align:center; margin:0 auto; }
#subContainer .btn.type01{font-size:16px; width:240px; padding:15px 0; border:1px solid #333; color:#fff;
	animation: colorchange1 5s infinite; 
	-webkit-animation: colorchange1 5s infinite;
}
#subContainer .btn.type01:hover{background:#333; color:#fff;}
#subContainer .btn.type02{font-size:16px; width:240px; padding:15px 0; border:1px solid #333; color:#fff;
	animation: colorchange2 5s infinite; 
	-webkit-animation: colorchange2 5s infinite;
}
#subContainer .btn.type02:hover{background:#333; color:#fff;}

.L{width:48%; float:left;}
.R{width:48%; float:right;}
@media(max-width:768px){
	.L, .R{width:100%; float:none;}
}
.prod_mnt{background:#f5f5f5; text-align:center; padding:50px 20px; margin-bottom:15px;}
.prod_overview{background:#f5f5f5; padding:30px;}

@keyframes colorchange1
{
  0%   {background: #0074ba;}
  25%  {background: #ff6600;}
  50%  {background: #ff8e09;}
  75%  {background: #ff6600;}
  100% {background: #0074ba;}
}
@-webkit-keyframes colorchange1 /*Safari and Chrome*/
{
  0%   {background: #0074ba;}
  25%  {background: #ff6600;}
  50%  {background: #ff8e09;}
  75%  {background: #ff6600;}
  100% {background: #0074ba;}
}

@keyframes colorchange2
{
  0%   {background: red;}
  25%  {background: #6e0be8;}
  50%  {background: red;}
  75%  {background: #6e0be8
  ;}
  100% {background: red;}
}
@-webkit-keyframes colorchange2 /*Safari and Chrome*/
{
  0%   {background: red;}
  25%  {background: #6e0be8;}
  50%  {background: red;}
  75%  {background: #6e0be8;}
  100% {background: red;}
}



.list_type01{float:left; width:100%;}
.list_type01 li{font-size:16px; width:20.0%; float:left; border:1px solid #ededed; border-radius:10px; margin:4px 0.5%; padding:10px 10px 10px 28px; position:relative;}
.list_type01 li:nth-child(2n+2){background:#f5f5f5;}
.list_type01 li i{color:#5e92d3; font-size:20px; position:absolute; left:8px; top:8px;}
.list_type01 li strong{display:block; text-align:center; font-size:18px;}
.list_type01 li span{display:block; text-align:center; padding:10px 0;}
.list_type01 li img{max-width:90%; margin:0 auto; display:block;}
.list_type01.col2 li{width:47%;}
.list_type01.col3 li{width:32.3%;}
@media(max-width:1199px){
	.list_type01 li{width:28.0%;}
}
@media(max-width:768px){
	.list_type01 li{width:37.0%; font-size:14px; }
	.list_type01.col2 li{width:97%;}
	.list_type01.col3 li{width:97%;}
}


.list_type02{}
.list_type02 li{font-size:16px; padding:10px 10px 10px 20px; border-radius:10px; position:relative; line-height:150%; border-bottom:1px dashed #dcdcdc;}
.list_type02 li i{color:#5e92d3; position:absolute; left:0; top:14px;}
@media(max-width:768px){
	.list_type02 li{font-size:14px; }
}

.list_type03{width:100%; float:left;}
.list_type03 li{width:33.3%; float:left;}
.list_type03 li p{border:1px solid #ededed; border-radius:20%; text-align:center; width:200px; height:200px; line-height:200px; margin:0 auto 10px; color:#fff; font-size:16px; background-size:cover;}

.list_type04{padding:15px; background:#f5f5f5;}
.list_type04 li{font-size:16px; padding:10px 10px 10px 20px; border-radius:10px; position:relative; line-height:150%;}
.list_type04 li i{color:#5e92d3; position:absolute; left:0; top:14px;}


/* 테이블 */
.innerTb{width:100%;}
.innerTb th{background:#333; color:#fff; font-size:16px; font-weight:normal; padding:10px 0; text-align:center;}
.innerTb td{ font-size:15px; border-bottom:1px dashed #ddd; padding:10px 15px; }
.innerTb td a{ font-size:15px; }
.innerTb td input{border:1px solid #ddd;}
.innerTb td.stt{ font-size:16px; text-align:center; background:#f1f1f1; }
.innerTb td.alLeft{text-align:left;}
.red{color:#990000;}
.innerTb.leftTb th{text-align:left; padding:10px 15px; border-bottom:1px solid #666;}


.dynaTb{width:100%;}
.dynaTb th{background:#333; color:#fff; font-size:14px; font-weight:normal; padding:10px 0; text-align:center;}
.dynaTb td{ font-size:14px; border-bottom:1px dashed #ddd; padding:10px 15px; }
.dynaTb td.stt{background:#f5f5f5;}
.dynaTb td input{height:30px; line-height:30px; font-size:14px; border:1px solid #ededed;}
.dynaTb td textarea{line-height:30px; font-size:14px; border:1px solid #ededed;}

.boardBtnC{text-align:center; padding:30px 0;}
.boardPaging{text-align:center; padding:30px 0;}


figure.snip1432 {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 99%;
  margin:0 auto;
  background: #000000;
  color: #ffffff;
  text-align: left;
}
figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1432 img {
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
figure.snip1432 figcaption > div {
  height: 75%;
  overflow: hidden;
  width: 100%; 
  position: relative;
}
figure.snip1432 h2,
figure.snip1432 h3 {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 30px;
  text-transform: uppercase;
}
figure.snip1432 h2 {
	font-family:'Noto Sans Korean';
	font-size:30px;
	font-weight: normal;
	top: 0;
	margin-top:10px;
}
figure.snip1432 h3 {
  font-size: 1em;
  bottom: 0;
  font-weight: 500;
}
figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}




/* ******************  서브공통 ********************** */
/* -------- 서브공통 :: 타이틀 -------- */
.sub-tit-style1{margin-bottom:1.375rem;}
.sub-tit-style1 strong{color:#222; font-weight:400; font-size:1.125rem; letter-spacing:-0.027em;  font-weight:400; font-family:'Roboto','Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif; } 
.sub-tit-style1 strong:after{display:inline-block; width:5px; height:5px; border-radius:5px; background-color:#ff6600; margin-left:5px; content:"";}

/* -------- 서브공통 :: 레이아웃 -------- */
.sub-content-box{margin-bottom:5rem}
/* 서브공통 ::상단텍스트 */
.cm-sub-content-top{text-align:center; margin-bottom:2.5rem; word-break:keep-all;}
.cm-sub-content-top .cm-sub-top-txt{color:#222; letter-spacing:-0.01em; font-size:1.75rem; font-weight:300; line-height:1.428em; }
.cm-sub-main-tit{position:relative; }
.cm-sub-main-tit h3{font-family: 'Raleway', sans-serif; color:#fff; font-weight:900; font-size:9.375rem; line-height:1.2; text-shadow:10px 10px 15px rgba(0, 0, 0, .02);}
.cm-sub-main-tit .font-170{font-size:170px;}
.cm-sub-main-tit .font-130{font-size:126px;}
.cm-sub-main-up-txt{position:absolute; top:50%;left:0px; width:100%; text-align:center;  -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.cm-sub-main-up-txt .up-txt1{font-size:2.5rem; letter-spacing:0.4em; font-weight:300; color:#222; }
.cm-sub-main-up-txt .up-txt1 br{display:none;}
.cm-sub-main-up-txt .up-txt2{font-size:20px; letter-spacing:-0.025em; line-height:1.8em; font-weight:300; color:#222; }
.cm-sub-content-top .red-text{color:#ff6600; font-weight:300;}


/* -------- 기업소개 :: 기업소개 -------- */
.company-intro-tbl{width:100%; }
.company-intro-tbl th,
.company-intro-tbl td{font-size:0.938rem; line-height:1.2em; padding:1.125rem 1rem; border:1px solid #eee; background-color:#fff; font-weight:400; } 
.company-intro-tbl tr:first-child th,
.company-intro-tbl tr:first-child td{border-top-color:#0066cc;}
.company-intro-tbl th{width:103px; color:#aaa; }
.company-intro-tbl td{word-break:keep-all;}
/* 기업소개 :: 슬로건 */
.company-intro-box{position:relative; margin-bottom:5rem; padding-top:160px; }
.company-intro-box:after{position:absolute; top:150px; left:40px; width:50px; bottom:-10%; margin-top:28px;  background:#0066cc; opacity:0.5;filter:Alpha(opacity=50); content:"";  }
.company-intro-box img{max-width:100%;}
.company-intro-box .m-img{display:none;}
.company-intro-txt-box{position:absolute; top:30px; left:40px; z-index:1; }
.company-intro-txt-box p{color:#222; font-size:2.1rem; letter-spacing:-0.016em; line-height:1.4em; font-weight:300; font-family:"Noto Sans Korean";}
.company-intro-txt-box p:after{display:inline-block; width:5px; height:5px; border-radius:5px; background-color:#0066cc; margin-left:5px; content:"";}
.company-intro-txt-box b{font-size:4.375rem; font-weight:400; color:#0066cc; line-height:4.375rem}
.company-intro-bottom-txt{color:#222; font-size:1.2rem; line-height:1.6em; letter-spacing:-0.027em; margin:40px 0 0 120px; word-break:keep-all; font-weight:normal;  }
.company-intro-bottom-txt strong{color:#0066cc; font-weight:normal;}
.company-intro-bottom-txt strong.type02{color:#009999;}


@media(max-width:768px){
	.company-intro-txt-box{ position:absolute; top:20px; left:10px; z-index:1; }
	.company-intro-box:after{display:none;}
	.company-intro-txt-box p{ font-size:1.6rem;}
	.company-intro-bottom-txt{ margin:30px 0 0 10px; }
}

/*연혁*/
#timeline {
    position: relative;
    display: table;
    width:100%; 
	height: 100%;
    margin-top: 0;
    padding: 50px 0 30px;
}
#timeline div:after {
    content: '';
    width: 1px;
    position: absolute;
    top: .5rem;
    bottom: 0rem;
    left: 69px;
    z-index: 1;
    background: #ff6600;
}
#timeline h3 {
    position: absolute;
    top: 0rem;
    color: #222;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
}
@media (min-width: 62em) {
    #timeline h3 {
        font-size: 1.8rem;
        font-weight: 600;
    }
}
#timeline section.year {
    position: relative;
	width:90%;
}
#timeline section.year:first-child section {
    margin-top: -1.3em;
    padding-bottom: 0px;
}
#timeline section.year section {
    position: relative;
    padding-bottom: 2.25em;
    margin-bottom: 3.2em;
}
#timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 89px;
    color: #ff6600;
}
div.item {
    padding: 0;
}
@media (min-width: 62em) {
    #timeline section.year section h4 {
        font-size: 1em;
    }
}
#timeline section.year section ul {
    list-style-type: none;
    padding: 0 0 0 75px;
    margin: -1.35rem 0 1em;
    font-size: 1em;
}
@media (min-width: 62em) {
    #timeline section.year section ul {
        font-size: 16px;
        padding: 0 0 0 95px;
		
    }
}
#timeline section.year section ul:last-child {
    margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff6600;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 62px;
    top: 6px;
    z-index: 2;
}
#timeline section.year section ul li {
    margin-left: .5rem;
	margin-bottom:15px;
	padding-left:35px;
	padding-top:2px;
	position:relative;
	font-size:1.4rem; color:#666;
	text-align:left;
}

#timeline section.year section ul li:not(:first-child) {
    margin-top: .4rem;
}
#timeline section.year section ul li span.price {
    color: mediumturquoise;
    font-weight: 500;
}
#timeline .year-bold {
    font-size: 1.4rem;
    margin-right: 10px;
    color: #000;
    font-weight: 600;
	position:absolute; left:0; top:2px;
}
#timeline .thum {
    padding-top: 20px;
}
#timeline .thum:before {
    content: none !important;
}


.history_p {}
.history_p .p_type01{width:49%;}
.history_p .p_type01 img{width:100%; display:block; margin-bottom:25px;}


/*Form*/
#hscroll_box { height: 100px; overflow: auto; padding:10px; font-size:13px; color:#666; text-align:left;}

.join_form{display:block;width:70%;margin:0 auto;}
.formWrap input[type="text"],
.formWrap input[type="tel"],
.formWrap input[type="email"],
.formWrap input[type="password"]
{width:100%;padding:12px 0px;font-size:16px;border:0 none;}
.formWrap select{width:100%;height:42px;font-size:16px;border:none;border-radius:0px;background:#fff url("/design/default/images/selectbox.png") no-repeat center right;background-size:16px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0.01px;text-overflow:"";}
.formWrap select::-ms-expand{display:none;}
.formWrap textarea{width:100%;border:none;height:140px;line-height:140%;font-size:16px;padding:10px 0px;-webkit-appearance:none;-moz-appearance:none;appearance:none; font-family:"Noto Sans Korean";}
.formWrap input[type="checkbox"]{width:1px;height:1px;border:0 none;position:absolute;z-index:-1;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.formWrap input[type="radio"]{width:1px;height:1px;border:0 none;position:absolute;z-index:-1;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.formWrap input[type="submit"]{width:100%;padding:14px 0px;font-size:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center;border:1px solid #3ab0c2;background-color:#2ac1bc;color:#fff;font-weight:bold;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.formWrap input[type="submit"]:hover{cursor:pointer;opacity:0.9;filter:alpha(opacity=90);}
.formWrap label{position:absolute;left:16px;top:17px;font-size:16px;color:#444;cursor:text;}
.formWrap i{position:absolute;right:16px;top:14px;width:24px;height:24px;background:#ddd url("/design/default/images/reg_btn.png") no-repeat;background-size:cover;}
.formWrap .title{height:55px; padding:12px 0;}
.formWrap .bg01{background-position:0px 0px;} /*이메일*/
.formWrap .bg02{background-position:0px -50px;} /*사람*/
.formWrap .bg03{background-position:0px -100px;} /*하트*/
.formWrap .bg04{background-position:0px -150px;} /*핸드폰*/
.formWrap .bg05{background-position:0px -200px;} /*자물쇠 열림*/ 
.formWrap .bg06{background-position:0px -250px;} /*자물쇠 닫힘*/
.formWrap .bg07{background-position:0px -350px;} /*집*/
.formWrap .bg08{background-position:0px -400px;} /*카드*/
.formWrap .bg09{background-position:0px -450px;} /*톱니*/
.formWrap ul{border:1px solid #ccc;  width:90%; margin:0 auto 15px;}
.formWrap li{position:relative;padding:5px 15px;border-bottom:1px solid #eee;background-color:#fff;}
.formWrap li:last-child{border-bottom:none;}
.formWrap .join_bagic dl{position:absolute;top:9px;right:9px;}
.formWrap dl:after{display:block;clear:both;content:"";}
.formWrap dd{float:left; position:relative; padding:0; }
.formWrap dd:last-child .radio{border-right:1px solid #bbb;}
.formWrap dd .btn{border-right:none;position:relative;top:0px;right:0px; margin:0; border-radius:0;}
.formWrap dd:last-child .btn{border-right:1px solid #bbb;}

.formWrap .join_part label{left:1px;top:16px;}
.formWrap .join_part dd{width:25%;padding-right:2%;margin-right:2%;border-right:1px solid #eee;}
.formWrap .join_part dd a{display:block;font-size:14px;color:#666;padding:10px 12px;margin:4px 0px;border:1px solid #888;box-shadow:inset 1px 1px 1px #fff;background-color:#f0f0f0;text-align:center;}
.formWrap .join_part a:hover{border-color:#4c4c4c;text-decoration:none;box-shadow:inset 1px 1px 1px #f0f0f0;background-color:#fcfcfc;}
.formWrap .join_part a:focus{border-color:#d58a8a;color:#d58a8a;}
.formWrap .join_part dd+dd{width:21%;}
.formWrap .join_part dd+dd+dd{width:46%;padding-right:0px;margin-right:0px;margin-left:-2px;border-right:none;}

.formWrap .btn{display:block;position:absolute;width:80px;line-height:32px;height:32px;top:9px;right:9px;border:1px solid #bbb;text-align:center;background-color:#fff;color:#aaa;cursor:pointer;font-size:13px;z-index:10;box-shadow:inset 1px 1px 1px #eee;}
.formWrap .btn.on{border-color:#2ac1bc;background:#2ac1bc;color:#fff;box-shadow:inset 1px 1px 1px #3ab0c2;} /* color 변경 2ac1bc */
.formWrap .radio{display:block;width:80px;line-height:32px;height:32px;border:1px solid #bbb;border-right:none;text-align:center;background-color:#fff;color:#aaa;cursor:pointer;font-size:13px;z-index:10;box-shadow:inset 1px 1px 1px #eee;}
.formWrap .radio.on{border-color:#2ac1bc;background:#2ac1bc;color:#fff;box-shadow:inset 1px 1px 1px #3ab0c2;}

.formWrap .social_img2{display:none;}
.formWrap .social_btn{position:absolute;bottom:9px;left:9px;}
.formWrap .social_btn dd{float:left;font-size:14px;color:#666;padding:10px 12px;border:1px solid #888;box-shadow:inset 1px 1px 1px #fff;background-color:#f0f0f0;cursor:pointer;margin-right:-1px;font-weight:normal;}
.formWrap h6{position:absolute;right:16px;top:10px;font-size:13px; color:#2ac1bc;}

.formWrap i.no{background-color:#d58a8a;}
.formWrap i.ok{background-color:#2ac1bc;}
.formWrap h2{padding:50px 15px 10px 15px;line-height:100%;text-align:center;}
.formWrap h2 img{vertical-align:middle;width:250px;}
.formWrap p{font-size:13px;margin:5px 0px 40px 0px;padding:0px 15px;line-height:140%;color:#777;text-align:center;}
.formWrap em{display:block;border:1px solid #2ac1bc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:1px 1px 1px #f0f0f0;}


.formWrap .join_bagic{padding:18px 16px;font-size:16px;color:#666;}
.formWrap .join_bagic strong{font-weight:normal;vertical-align:middle;height:16px;display:inline-block; font-size:14px;}
.formWrap .join_bagic .false{color:#d58a8a;}
.formWrap .join_bagic span{cursor:pointer;}
.formWrap .join_bagic div{display:block;}
.formWrap .join_bagic div q{display:inline-block;width:16px;height:16px;background:url("/design/default/images/help_b.png");vertical-align:middle;quotes:none;cursor:pointer;}
.formWrap .join_file{border:none;}
.formWrap .join_file li{border:none;background:none;padding:0px;}
.formWrap .join_file input[type="checkbox"]{width:14px;height:14px;border:1px solid #666;position:relative;z-index:1;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;vertical-align:middle;margin:0px 7px;}
.formWrap .addr{padding:9px 9px;}
.formWrap .addr a{display:inline-block;font-size:14px;color:#666;padding:10px 12px;border:1px solid #888;box-shadow:inset 1px 1px 1px #fff;background-color:#f0f0f0;}
.formWrap .addr a:hover{border-color:#4c4c4c;text-decoration:none;box-shadow:inset 1px 1px 1px #f0f0f0;background-color:#fcfcfc;}
.formWrap .addr a:focus{border-color:#d58a8a;color:#d58a8a;}

.help_msg{display:none;width:240px;position:absolute;top:-44px;right:0px;text-align:center;padding:10px;border:1px solid #aaa;background:#fff;color:#666;font-size:12px;z-index:99;opacity:0.9;filter:alpha(opacity=90);}
.help_msg2{width:auto;top:-35px;right:9px;color:#d58a8a;}
.help_msg3{top:-40px;color:#d58a8a;}
.help_msg:before, .help_msg:after{content:"";position:absolute;z-index:1000;bottom:-11px;right:25px;border-top:11px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:0;}
.help_msg:before{border-top:11px solid #aaa;bottom:-12px;}

.btnWrap{text-align:center;}


.file_input_textbox{ width:70% !important; float: left; color:#999; height:45px; text-indent:70px;  border:1px solid blue;}
.file_input_div{   width: 152px;  height: 45px;  overflow: hidden;  }
.file_input_button{ width: 152px;  height:45px; line-height:45px; position: absolute;  top: 5px; right:10px; border-color:#757575;background:#757575;color:#fff; font-size:16px;   }
.file_input_hidden{ 
font-size: 45px;  position: absolute;  right: 0px;  top: 7px;  opacity: 0;  
filter: alpha(opacity=0); 
-ms-filter: "alpha(opacity=0)"; 
-khtml-opacity: 0; 
-moz-opacity: 0;
}


.product_s_title{ padding-top:50px;}
.pro_page{ padding-bottom:5px;}
.p_area {width:100%; background-color:#fcfcfc; margin-top:155px; padding:60px 0; position:relative; text-align:center;}

.p_area .sp_title{position:absolute;top: -120px;font-size:16px; color:#a3a3a3; text-align:center; width:100%;}
.p_area .s_title{position:absolute;top: -100px;font-size: 36px; font-weight:500; color:#000;text-align:center; width:100%;}
.p_area .s_title:after{ content:""; position:absolute; top:65px; left:50%; width:1px; height:70px; background-color:#000;}

			
.pro_daigram_ul_4c {max-width:1200px; margin:35px auto 0; font-size:0px;}
.pro_daigram_ul_4c li{display:inline-block;width:22%; margin-right:4%; margin-top:20px;height:325px;padding-top:50px; border:1px solid #e0e0e0; background-color:#fff; text-align:center;}
.pro_daigram_ul_4c li:nth-child(4n){ margin-right:0%;}
.pro_daigram_ul_4c li .title{ padding-top:27px; font-size:20px; font-weight:500; color:#000;}
.pro_daigram_ul_4c li .desc{font-size:16px; color:#717171; padding:20px 20px 0;}		

.pr8_con1{max-width:1200px; margin:35px auto 0; font-size:0px; background:url(../images/prod8_down_arrow.png) no-repeat center -66%;}
.pr8_con1 li{ font-size:16px; display:inline-block; width:15%; margin-left:2%; margin-top:100px; padding:60px 10px 0  10px; border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;position:relative; min-height:200px; background-color:#fff;}
.pr8_con1 li:first-child{margin-left:0%;}
.pr8_con1 li p.txt{ position:absolute; width:100%; left:0; top:0; background-color:#0068b9; color:#fff; padding:10px 0; text-align:center;}

.p_area .product_rec{ width:1200px; margin:0 auto;}
.p_area .contents_dot{background:url(/design/default/images/product_rec_dot.png) repeat-x; padding-top:70px; margin-top:70px;}
.p_area .product_rec .product_big_ul{width:100%;}
.p_area .img_mt{margin-top:35px;}
.p_area .product_rec .product_big_title{position:relative;font-size:22px; color:#000; font-weight:500; padding-left:25px; text-align:left;}
.p_area .product_rec .product_big_title:before{ position:absolute; content:""; left:0px; top:0px; width:8px; height:38px; background-color:#000;}
.p_area .product_rec .product_big_contents{ background-color:#fff; padding:20px; margin:15px 0 35px; font-size:16px; coilor:#5b5b5b; text-align:left;}

.p_area .product_rec .product_big_ul table.hor_tb{border-right:1px solid #e1e1e1;border-bottom:2px solid #000; width:100%; margin-top:30px;}
.p_area .product_rec .product_big_ul table.hor_tb th{border-top:1px solid #448dc2;background-color:#0068b5; color:#fff; text-align:left; padding:12px 0  12px 20px;}
.p_area .product_rec .product_big_ul table.hor_tb td{border-top:1px solid #e1e1e1;background-color:#ffffff; color:#5b5b5b; text-align:left; padding:12px 0  12px 20px;}

.p_area .product_rec .product_big_ul table.ver_tb{border-left:1px solid #e1e1e1;border-bottom:2px solid #000; width:100%; margin-top:30px;}
.p_area .product_rec .product_big_ul table.ver_tb th{border-right:1px solid #e1e1e1;background-color:#757575; color:#fff; text-align:center; padding:12px 0  12px 20px;}
.p_area .product_rec .product_big_ul table.ver_tb td{border-right:1px solid #e1e1e1;border-top:1px solid #e1e1e1;background-color:#ffffff; color:#5b5b5b; text-align:left; padding:12px 0  12px 20px;}
.p_area .product_rec .product_big_ul table.ver_tb td.tt_th{ text-align:center; background-color:#e7e7e7}
.p_area .product_rec .product_big_ul table.ver_tb td .tb_small_desc{position:relative;font-size:16px;color:#5b5b5b;text-align:left; padding-left:20px;}
.p_area .product_rec .product_big_ul table.ver_tb td .tb_small_desc:before{ position:absolute; content:""; left:10px; top:12px; width:5px; height:1px; background-color:#5b5b5b;}
.p_area .product_rec .product_big_ul table.ver_tb td ul.left_con li{display:inline-block; width:45%; margin-left:5%;}
.p_area .product_rec .product_big_ul table.ver_tb td ul.left_con li:first-child{ margin-left:0%;}
.p_area .product_rec .product_big_ul table.ver_tb td ul.left_con p{ text-align:center; padding-bottom:10px;}
.p_area .product_rec .product_big_ul table.ver_tb td ul.left_con p span{ padding:5px 15px; border-radius:35px; background-color:#000; color:#fff; font-size:14px;}



.p_area .product_rec .product_small_ul{width:47%; display:inline-block;}
.p_area .product_rec .product_small_ul100{width:100%; display:inline-block;}
.p_area .product_rec .small_ul_ml{margin-left:4%;}
.p_area .product_rec .small_ul_mt{margin-top:80px;}

.p_area .product_rec .display_inline{display:inline-block; width:33%;}
.p_area .product_rec .product_small_title{position:relative;font-size:20px; color:#000; font-weight:500; text-align:left; padding-bottom:20px;}
.p_area .product_rec .product_small_title:before{ position:absolute; content:""; left:0px; top:-5px; width:28px; height:2px; background-color:#000;}
.p_area .product_rec .product_small_stitle{position:relative;padding:18px 0 0;font-size:16px; color:#000; font-weight:500; text-align:left;}

.p_area .product_rec .product_small_desc{position:relative;font-size:16px; padding-top:10px; color:#5b5b5b;text-align:left; padding-left:20px;}
.p_area .product_rec .add_box{border:1px solid #e1e1e1; background-color:#fff; padding:15px; width:100%;}
.p_area .product_rec .add_text_b{color:#0068bd; font-weight:500; text-align:left;}
.p_area .product_rec .product_small_desc:before{ position:absolute; content:""; left:10px; top:23px; width:5px; height:1px; background-color:#5b5b5b;}
.p_area .product_rec .product_small_blue{font-size:14px; color:#0068bd;text-align:left;padding-top:10px;}

.p_area .product_rec .product_hor_ul{width:100%; position:relative;}
.p_area .product_rec .product_hor_ul .left{width:20%;position:absolute;left:0px; top:0px;}
.p_area .product_rec .product_hor_ul .right{ margin-left:23%; width:77%;}
.p_area .product_rec .product_hor_ul .img_mt{margin-top:15px;}
.p_area .product_rec .product_hor_ul .bg_w{background-color:#fff; border:1px solid #e1e1e1; border-radius:5px; padding:15px; text-align:center;}
.p_area .product_rec .product_hor_ul .bg_w_list{font-size:0px; background:url(../images/sub_arrow.png) no-repeat 52px 10px;}
.p_area .product_rec .product_hor_ul .bg_w_list li{ display:inline-block; width:30%; margin-left:1%; font-size:16px;}
.p_area .product_rec .product_hor_ul .bg_w_list li:first-child{margin-left:0%;}
.p_area .product_rec .product_hor_ul .bg_w_list li span.black_blank{ height:35px; line-height:35px; width:250px; background-color:#797979; border-radius:25px; color:#fff;}
.p_area .product_rec .product_hor_ul .bg_w_list li span.blue_blank{height:35px;line-height:35px;width:250px; background-color:#0068bd; border-radius:25px; color:#fff;}
.p_area .product_rec .product_hor_ul .bg_w_list .under_text{text-align:left; border:1px solid #e1e1e1; border-radius:15px; padding:18px; width:250px;margin-top:15px; margin-left: 8px;}
.p_area .product_rec .product_hor_bullet{ background:url(../images/product_rec_bullet.png) no-repeat left 7px; padding-top:0px; padding-left:15px;}
.p_area .product_rec .product_hor_mb{ padding-bottom:25px;}

@media(max-width:1280px){	
	.pro_daigram_ul_4c {max-width:inherit; width:93%; margin:35px auto 0; font-size:0px;}

}
@media(max-width:1024px){	
	.pro_daigram_ul_4c {max-width:inherit; width:93%; margin:35px auto 0; font-size:0px;}
	.pro_daigram_ul_4c li{display:inline-block;width:49%; margin-right:2%; margin-top:20px;height:290px;padding-top:30px; border:1px solid #e0e0e0; background-color:#fff; text-align:center;}
	.pro_daigram_ul_4c li:nth-child(2n){ margin-right:0%;}
	.pro_daigram_ul_4c li .title{ padding-top:20px; font-size:16px; font-weight:500; color:#000;}
	.pro_daigram_ul_4c li .desc{font-size:14px; color:#717171; padding:15px 15px 0;}
	
	.pr8_con1{width:93%; margin:35px auto 0; font-size:0px; background:url(../images/prod8_down_arrow.png) no-repeat center -66%;}
	.pr8_con1 li{ font-size:16px; display:block; width:100%; margin-left:0%; margin-top:12px; padding:10px 10px 10px 23%; border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;position:relative; min-height:70px; background-color:#fff; text-align:left; overflow:hidden;}
	.pr8_con1 li:first-child{margin-left:0%;}
	.pr8_con1 li p.txt{ position:absolute; width:20%; left:0; top:-1px; height:100px; background-color:#0068b9; color:#fff; padding:12px 0; text-align:center;}

	
	.p_area .product_rec{ width:93%; margin:0 auto;}
	.p_area .product_rec .product_big_ul{width:100%;}
	
	.p_area .product_rec .product_small_ul{width:100%; display:inherit;}
	.p_area .product_rec .small_ul_ml{margin-left:0%;}
	.p_area .product_rec .small_ul_mt{margin-top:45px;}
	.p_area .product_rec .display_inline{display:block; width:100%; padding-bottom:25px;}
	
	.p_area .product_rec .product_small_stitle{position:relative;padding:18px 0 0px;font-size:17px; color:#000; font-weight:500; text-align:left;}
	.p_area .product_rec .product_small_desc{position:relative;font-size:14px; color:#5b5b5b;text-align:left; padding-left:20px;}
	.p_area .product_rec .product_small_desc:before{ position:absolute; content:""; left:10px; top:20px; width:5px; height:1px; background-color:#5b5b5b;}
	
	.p_area .product_rec .product_hor_bullet{ background:url(../images/product_rec_bullet.png) no-repeat left 7px; padding-top:0px; padding-left:15px;}
}
		
@media(max-width:768px){	
		.p_area {width:100%; background-color:#fcfcfc; margin-top:155px; padding:60px 0; position:relative; text-align:center;}
		.p_area .img_mt{margin-top:35px;}
		.p_area .sp_title{position:absolute;top: -120px;font-size:14px; color:#a3a3a3; text-align:center; width:100%;}
		.p_area .s_title{position:absolute;top: -100px;font-size: 20px; font-weight:500; color:#000;text-align:center; width:100%;}
		.p_area .s_title:after{ content:""; position:absolute; top:65px; left:50%; width:1px; height:70px; background-color:#000;}
		
		.p_area .contents_dot{background:url(/design/default/images/product_rec_dot.png) repeat-x; padding-top:70px; margin-top:70px;}
		
		.p_area .product_rec .m_hor_mt{margin-top:25px;}
		
		.p_area .product_rec .product_hor_ul .left{width:100%;position:inherit;left:0px; top:0px;}
		.p_area .product_rec .product_hor_ul .right{ margin-left:0%; width:100%;}
		
			.p_area .product_rec .product_hor_ul .bg_w{background-color:#fff; border:1px solid #e1e1e1; border-radius:5px; padding:15px; text-align:center;}
		.p_area .product_rec .product_hor_ul .bg_w_list{font-size:0px; background:url(../images/sub_arrow.png) no-repeat right 10px;}
		.p_area .product_rec .product_hor_ul .bg_w_list li{ display:inline-block;  margin-left:1%; font-size:14px;}
		.p_area .product_rec .product_hor_ul .bg_w_list li:first-child{margin-left:0%;}
		.p_area .product_rec .product_hor_ul .bg_w_list li span.black_blank{ height:35px; line-height:35px; width:88px; background-color:#797979; border-radius:25px; color:#fff;}
		.p_area .product_rec .product_hor_ul .bg_w_list li span.blue_blank{height:35px;line-height:35px;width:88px; background-color:#0068bd; border-radius:25px; color:#fff;}
		.p_area .product_rec .product_hor_ul .bg_w_list .under_text{text-align:left; border:1px solid #e1e1e1; border-radius:15px; padding:13px; width:136px;margin-top:15px; margin-left: -24px;}
		
		.p_area .product_rec .product_big_ul table.ver_tb td ul.left_con li{display:block; width:90%; margin-left:0%;margin-bottom:15px;}
		.p_area .product_rec .product_big_ul table.ver_tb td ul.left_con li:first-child{ margin-left:0%; }
		
		

}
			

 