﻿@charset "utf-8";

/* 서브 비주얼 */

.container_visual {}
.sub_visual { position:relative; width:100%; height:300px; overflow:hidden;}
.sub_visual .sub_bg { width:100%; height:300px; min-width:1200px; background-position:50% 0%; background-attachment:fixed; -webkit-transition: all 0.45s ease; -moz-transition: all 0.45s ease; -ms-transition: all 0.45s ease; -o-transition: all 0.45s ease; transition: all 0.45s ease;}
.sub_visual .sub_bg:hover { -ms-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); transform: scale(1.05,1.05);}
.sub_visual_view_pc { display:block;}
.sub_visual_view_tb { display:none;}
.sub_visual .sub01_bg_pc { background-image:url(/images/sub/sub01_visual.jpg);}
.sub_visual .sub01_bg_tb { background-image:url(/images/sub/sub01_visual_t.jpg);}
.sub_visual .sub02_bg_pc { background-image:url(/images/sub/sub02_visual.jpg);}
.sub_visual .sub02_bg_tb { background-image:url(/images/sub/sub02_visual_t.jpg);}
.sub_visual .sub03_bg_pc { background-image:url(/images/sub/sub03_visual.jpg);}
.sub_visual .sub03_bg_tb { background-image:url(/images/sub/sub03_visual_t.jpg);}
.sub_visual .sub04_bg_pc { background-image:url(/images/sub/sub04_visual.jpg);}
.sub_visual .sub04_bg_tb { background-image:url(/images/sub/sub04_visual_t.jpg);}
.sub_visual .sub05_bg_pc { background-image:url(/images/sub/sub05_visual.jpg);}
.sub_visual .sub05_bg_tb { background-image:url(/images/sub/sub05_visual_t.jpg);}
.sub_visual .sub06_bg_pc { background-image:url(/images/sub/sub06_visual.jpg);}
.sub_visual .sub06_bg_tb { background-image:url(/images/sub/sub06_visual_t.jpg);}


/* 서브탭 start */

.sub_menu_wrap { width:100%; height:52px; border-bottom:1px solid #e1ded8; border-top:1px solid #e1ded8; background-color:#fff;}
.sub_menu { position:relative; width:1200px; height:50px; margin:0 auto;}
.icon_home { position:absolute; left:0; top:0; width:50px; height:50px;}
.icon_print { position:absolute; right:0; top:0; width:50px; height:50px;}
.sub_tab { width:1100px; margin-left:50px;}
.sub_tab>ul {}
.sub_tab>ul>li { float:left; position:relative; border-right:1px solid #e1ded8; height:50px; line-height:50px; font-size:15px; color:#444; cursor:pointer; background-repeat:no-repeat; background-position:90% 50%;}
.sub_tab>ul>li.sub_depth1 { border-left:none; padding-left:30px; padding-right:150px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2 { display:none; padding-left:30px; padding-right:150px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.menu_on { display:block !important;}
.sub_tab>ul>li>a { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_tab>ul>li:hover { background-color:#f6f6f6;}
.sub_tab>ul>li.tab_active { background-color:#f6f6f6;}
.tab_box_bg_on { background-image:url(/images/icon/tab_box_bg_on.png) !important;}
.sub_tab_sub { position:absolute; display:none; top:50px; left:-1px; border:1px solid #e1ded8; width:100%; z-index:1; box-sizing:content-box; background-color:#FFF;}
.sub_tab_sub ul { padding:30px;}
.sub_tab_sub ul li { float:none; height:30px; font-size:13px; line-height:29px; width:100%; border:none; background-image:none;}
.sub_tab_sub ul li a { display:block; width:100%; height:100%; padding-left:10px;}
.sub_tab_sub ul li:hover { background-color:#f6f6f6;}
.sub_menu_wrap_fixed { position: fixed; top: -1px; z-index: 100;}
.depth3_tab { width:100%; height:auto; font-size:0; border-bottom:2px solid #37588f; margin-bottom:30px;}
.depth3_tab>a { display:inline-block;  font-size:16px; text-align:center; padding:10px 30px; border-left:1px solid #e1ded8; border-top:1px solid #e1ded8; background-color:#F9F9F9;}
.depth3_tab>a:last-child { border-right:1px solid #e1ded8;}
.depth3_tab>a.depth3_active { border:1px solid #37588f; color:#FFF; background-color:#37588f;}
.depth4_tab { width:100%; height:auto; font-size:0; padding:20px; margin-top:20px; background-color:#F7F7F7;}
.depth4_tab>a { display:inline-block; font-size:14px; text-align:left; padding:10px 20px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.depth4_tab>a:last-child { background-image:none;}
.depth4_active { color:#d42225; font-weight:400;}




/* 서브공통 */

.sub_box { position:relative; width:100%; min-width:1200px; border-bottom:1px solid #e1ded8;}
.sub_container { position: relative; width:1200px; margin:0 auto; padding:0 0 50px 0;}
.sub_container:after { display:block; content:""; clear:both;}
.sub_title { position:relative; width:94%; margin:0 auto 40px auto; padding:60px 0 20px 20px; font-size:28px; font-weight:700; letter-spacing:-1px; text-align:left; border-bottom:1px solid #e1ded8;}
.sub_title_sub { display:inline-block; font-size:14px; font-weight:400; color:#999; padding-left:20px; letter-spacing:0;}
.sub_title_fixed { padding:110px 0 20px 20px;}
.box100per { width:94%; margin:0 auto; padding:0 20px 40px 20px;}
.box50per { display:inline-block; width:50%; padding:0; vertical-align:top; max-width:544px;}
.in_box { display: block; width: 100%; margin-bottom: 30px; padding: 25px 30px 25px 30px; vertical-align: top; border: 1px solid #CCC; border-radius: 10px; background-color: #F9F9F9;}
.in_title1 { font-size:33px; line-height:38px; font-weight:600; margin:30px 0 20px 0; color:#333;}
.in_title1.bs { font-size:33px; line-height:38px; font-weight:600; margin:5px 0 5px 0; color:#333;}
.in_title11 { font-size:33px; line-height:40px; font-weight:600; margin:50px 0 30px 0; color:#333;}
.in_title1_txt { font-size:20px; line-height:32px; font-weight:300;  margin-bottom:20px; color:#333;}
.in_title1_bar { width:50px; height:1px; margin-bottom:60px; background-color:#666;}
.in_title1_bar1 { width:50px; height:1px; margin-bottom:30px; background-color:#666;}
.in_title11_bar { width:50px; height:1px; margin-bottom:30px; background-color:#666;}
.in_title1_txt>span { display:block;}
.in_title2 { font-size:30px; line-height:36px; font-weight:400;  margin:30px 0 30px 0; letter-spacing:-0.06em;}
.in_title2_bar { width:40px; height:1px; margin-bottom:20px; background-color:#666;}
.in_title2_txt { font-size:18px; line-height:24px; font-weight:400;  margin-bottom:30px; letter-spacing:-0.05em; color:#333;}
.in_sub_title1 { font-size:24px; line-height:30px; color:#000; font-weight:500;margin-top: 40px; margin-bottom:20px; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 7px; padding-left:17px; letter-spacing:-0.06em; text-align:left;}
.in_sub_title1_txt { font-size:16px; line-height:23px; font-weight:300; margin-bottom:0px; padding-left:17px; text-align:left;}
.in_sub_title2{position: relative; margin-bottom: 10px; padding-left: 22px; font-size: 18px; font-weight: 500; color: #067fd9;}
.in_sub_title2:before{content: ''; position: absolute; top: 7px; left: 0; width: 15px; height: 15px; border-radius: 50%; background: #fff; border: 1px solid #067fd9;}
.in_sub_title2:after{content: ''; position: absolute; top: 12px; left: 5px; width: 7px; height: 7px; border-radius: 50%; background: #067fd9;}
.in_sub_title2_icon {content: ''; position: absolute; top: 7px; left: 0; width: 15px; height: 15px; border-radius: 50%; background: #fff; border: 1px solid #067fd9;}
.sub_bg_gray{padding: 50px 15px; background: #f7f7f7;}
.line_1px { width:100%; height:1px; background-color:#ddd; margin-bottom:30px;}
.sub_img { position:relative;}
.sub_img_m { display:none;}
.big_view { display: none;}
.big_view>a { display: none;}
.preparing { width:100%; text-align:center;}
.preparing>img { width:80%; height:auto; max-width:392px;}
.sub_tap_box {
    width: 91%;
    height: 45px;
    line-height: 45px;
    margin: 0px auto 40px auto;
}
.sub_tap_box>a {
    height: 100%;
    float: left;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    background-color: #777;
    color: #fff;
}

.sub_tap_box_1 {
    width: 91%;
    height: 45px;
    line-height: 45px;
    margin: 0px auto 40px auto;
	font-family: 'GmarketSansL', sans-serif;
}
.sub_tap_box_1>a {
    height: 100%;
    float: left;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    background-color: #777;
    color: #fff;
}

.sub_tap_box01>a {
    width: 20%;
}
.sub_tap_box02>a {
    width: 33.3333%;
}

.tap_on {
    background-color: #357eb1 !important;
}



/* 회사소개 */
.sub01_01_txt1 { font-size:18px; line-height:30px; font-weight: 300; letter-spacing: 0.05em;}
.sub01_01_txt1_1 { font-size:27px; line-height:26px; margin-top:30px; margin-bottom:10px; font-weight: 500; letter-spacing: -0.01em; color:#0066cc;}
.sub01_01_txt2 { font-size:27px; margin-top:30px; margin-bottom:10px; font-weight: 600; letter-spacing: 0.00em; text-align:right; color:#333;}
.sub01_02_top { width:100%; height:170px; background-repeat:no-repeat; background-position:50% 100%;}
.sub01_02_bottom { width:100%; height:170px; background-repeat:no-repeat; background-position:50% 0%;}
.sub01_02_contents { width:100%; height:auto; background-image:url(/images/sub/sub01_02_bg_line01.jpg); background-repeat:repeat-y; background-position:50% 0%;}
.sub01_02_01_tbg { background-image:url(/images/sub/sub01_02_bg01.jpg);}
.sub01_02_01_bbg { background-image:url(/images/sub/sub01_02_bg02.jpg);}
.sub01_02_contents_box_right { position:relative; padding:20px 10px 20px 53%; background-image:url(/images/sub/sub01_02_icon_right.png); background-repeat:no-repeat; background-position:50% 55px;}
.sub01_02_contents_box_left { position:relative; padding:20px 53% 20px 10px; background-image:url(/images/sub/sub01_02_icon_left.png); background-repeat:no-repeat; background-position:50% 55px; text-align:right;}
.sub01_02_contents_txt { border:1px solid #e1e1e1; border-radius:15px; padding:20px 30px; background-color:#FFF;}
.sub01_02_contents_box_right p,
.sub01_02_contents_box_left p { display:inline-block;width:100%; font-size:18px; margin-bottom:5px;}
.history_year { font-family: 'Roboto', sans-serif; font-weight:700; font-size:36px !important; margin-bottom:10px !important;}



/* 사업분야 */
.sub02_01 { position: relative; margin-top:0px; height:170px; display:table; width:100%;}
.sub02_01 > div {display:table-cell; vertical-align:middle;background:url('/images/sub/sub02_01_img01.jpg') center center no-repeat; box-shadow:16px 16px 20px rgba(115, 157, 174, 0.56);}
.sub02_01_s_txt { color:#333; font-size:17px; font-weight:300; line-height: 28px; letter-spacing:-0.01em;margin: 0 0 5px 0;}
.sub02_01_s_txt.strong { color:#333; font-size:19px; font-weight:400; line-height: 28px; letter-spacing:-0.01em;margin: 0 0 20px 0;}
.sub02_01_s_txt.left-22 { color:#333; font-size:17px; font-weight:300; line-height: 28px; letter-spacing:-0.01em;padding-left: 0px;}
.sub02_01_s_txt.right-22 { color:#333; font-size:17px; font-weight:300; line-height: 28px; letter-spacing:-0.01em;padding-left: 0px;}
.content_table_warp.b-60 {margin-bottom: 60px; }
.sub_pd_img01 {
    background-image: url(/images/sub/sub02_02_img013.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}
.sub_pd_img02 {
    background-image: url(/images/sub/sub02_02_img014.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}
.sub_pd_img021 {
    background-image: url(/images/sub/sub02_02_img0141.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}
.sub_pd_img03 {
    background-image: url(/images/sub/sub02_02_img015.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}
.sub_pd_img04 {
    background-image: url(/images/sub/sub02_02_img016.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}
.sub_pd_img05 {
    background-image: url(/images/sub/sub02_02_img019.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}

.sub_pd_img06 {
    background-image: url(/images/sub/sub02_02_img020.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}

.sub_pd_img07 {
    background-image: url(/images/sub/sub02_02_img021.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;
}

.sub_pd_img08 {
    background-image: url(/images/sub/sub02_02_img022.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;

}
.in_sub_img01 {
    padding: 0;
    text-align: center;
}
.in_sub_img02 {
    background-color: #f7f7f7;
    padding: 30px 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.in_sub_img02.bg-none {
    background-color: #fff;
    padding: 15px 0;
    margin: 0 0 10px 0;
    text-align: center;	
    border: 3px solid #ed7d31;	
    border-radius: 8%;
}
.in_sub_img02.bg-none1 {
    background-color: #fff;
    padding: 15px 0;
    margin: 0 0 10px 0;
    text-align: center;	
    border: 3px dashed #ed7d31;	
    border-radius: 8px;
}
.in_sub_img03 {
    background-color: #f7f7f7;
    padding: 0;
    text-align: center;
}
.content_table .tLeft {
    text-align: left;	
    vertical-align: top;
}
.content_table .tLeft ul {
    list-style: disc;	
	margin-left: 0;
	text-indent: 0;
}

.content_table .tLeft ul li {
    list-style: disc;	
	margin-left: 20px;
	text-indent: 0;
}

.content_table .tLeft ul li::marker {
    font-size: 8px;
}

.sub02_01_s_txt.left-22 ul li {
    list-style: disc;	
	margin-left: 20px;
	text-indent: 0;
    font-size: 15px;
}

.sub02_01_s_txt.left-22 ul li::marker {
    font-size: 8px;
}

.sub_pd_img09 {
    background-image: url(/images/sub/sub02_01_img0121.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;

}
.sub_pd_img10 {
    background-image: url(/images/sub/sub02_01_img0122.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;

}
.sub_pd_img11 {
    background-image: url(/images/sub/sub02_01_img0123.png);
    height: 163px;
    background-repeat: no-repeat;
	background-position: center center;

}

/* 제품소개 */
.sub03_01 { position: relative; margin-top:0px; height:220px; display:table; width:100%;}
.sub03_01 > div {display:table-cell; vertical-align:middle;background:url('/images/sub/sub02_01_img01.jpg') center center no-repeat; box-shadow:16px 16px 20px rgba(115, 157, 174, 0.56);}
.in_img_left { 
	width: 35%;
	display: inline-block;
    text-align: right;
}
.in_cont_right { 
	width: 65%;
	float: left;
}
.in_img_left.w-40 { 
	width: 40%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-60 { 
	width: 60%;
	float: left;	
    padding: 0 40px 0 0;
}

.in_img_left.w-50 { 
	width: 50%;
	display: inline-block;
    text-align: right;
}
.in_img_left.w-55 { 
	width: 55%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-50 { 
	width: 50%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_cont_right.w-45 { 
	width: 45%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_img_left.w-60 { 
	width: 60%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-40 { 
	width: 40%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_img_left.w-40 { 
	width: 40%;
	display: inline-block;
    text-align: right;
}
.in_img_left.w-22 { 
	width: 22%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-4 { 
    width: 4%;
    float: left;
    vertical-align: middle;
    height: 186.67px;
    display: flex;
    padding: 0 0px 0 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.in_cont_right.w-20 { 
	width: 20%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_cont_right.w-18.p-5 { 
	width: 18%;
	float: left;	
    padding: 0 5px 0 0;
}
.in_cont_right.w-22 { 
	width: 22%;
	float: left;	
    padding: 0 0px 0 0;
}
.in_cont_right.w-18 span, .in_cont_right.w-22 span  { 
	width: 100%;
	display: block;
    padding: 5px;
	color: #fff;
    text-align: center;
    border: 1px solid #ed7d31;
	background: #feb583;
    border-radius: 8px;
}
.in_img_left.w-22 span, .in_img_left.w-46 span { 
	width: 100%;
	display: block;
    padding: 5px;
	color: #fff;
    text-align: center;
    border: 1px solid #ed7d31;
	background: #feb583;
    border-radius: 8px;
}
.in_cont_right.w-30 { 
	width: 30%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_img_left.w-40 { 
	width: 40%;
	display: inline-block;
    text-align: right;
}
.in_img_left.w-46 { 
	width: 46%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-25 { 
	width: 25%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_cont_right.w-35 { 
	width: 35%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_cont_right.w-37 { 
	width: 37%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_cont_right.w-33 { 
	width: 33.3333%;
	float: left;	
    padding: 0 40px 0 0;
}
.in_img_left.w-20 { 
	width: 20%;
	display: inline-block;
    text-align: right;
}
.in_img_left.w-33 { 
	width: 33.3333%;
	display: inline-block;
    text-align: right;
}
.in_img_left.w-26 { 
	width: 26%;
	display: inline-block;
    text-align: right;
}
.in_img_left.w-30 { 
	width: 30%;
	display: inline-block;
    text-align: right;
}
.in_img_left ul li {
    list-style: disc;
    margin-left: 15px;
    text-indent: 0;
	text-align: left;
	font-weight: 300;
}

.in_img_left ul li::marker {
    font-size: 8px;
}

.content_cert_warp ul li {
    width: 25%;
	float: left;	
    text-align: center;
}
.content_cert_warp ul li img {
    border-top: 2px solid #0066cc;
    border-bottom: 1px solid #0066cc;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.content_cert_warp .f-1 {
    font-size: 14px;
}
.content_cert_warp .f-2 {
    font-size: 13px;
	height: 61px;
}
.content_cert_warp .f-3 {
    font-size: 12.5px;
    text-align: left;
    letter-spacing: -1px;
}
.content_cert_warp .f-4 {
    font-size: 12.5px;
    text-align: left;	
    padding-left: 25px;
    letter-spacing: -1px;
}
.gallery{margin:0px -20px;box-sizing:border-box;}
.gallery:after{content:"";display:block;clear:both;visibility: hidden;}
.gallery li{width:25%;float:left;box-sizing:border-box;padding:0 20px;margin:0 0 40px 0;}
.gallery li img{width:100%;height:auto;}
.content_table {
    border-top: 1px solid #0066cc;
}
.content_cert_warp .glass-1 {
	width: 25px;
	height: 25px;
    border: 1px solid #f26304;
    margin: -3px 0 0 10px;
    position: fixed;
}

.content_cert_warp .ttxt li {
    width: 100%;
	font-size: 13px;
	padding: 5px 20px 0 0;
    margin: 0 0 0 20px;
	text-align: left;
	list-style-type: disc;	
    font-weight: 300;
}
.content_cert_warp .ttxt li:first-child {
	font-size: 14px;
	padding: 15px 20px 0 0;
}

.content_cert_warp .mo-h {
    display: none;
}


/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px){

/* 서브 비주얼 */
.container_visual {}
.sub_visual { width:100%; height:200px;  margin-top:0;}
.sub_visual .sub_bg { width:100%; height:200px; min-width:768px; background-position:50% 0%; background-attachment:fixed; -webkit-transition: all 0s ease; -moz-transition: all 0s ease; -ms-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease;}
.sub_visual .sub_bg:hover { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
.sub_visual_view_pc { display:none;}
.sub_visual_view_tb { display:block;}
.sub_visual_title { position:absolute; width:100%; top:60px; left:auto; margin-left:0; font-size:34px; font-weight:500; color:#FFF; letter-spacing:-1px; z-index:3; padding-left:40px;}
.sub_visual_txt { position:absolute; width:100%; top:115px; left:auto; margin-left:0; font-size:12px; font-weight:400; color:rgba(255,255,255,0.7); z-index:3; padding-left:44px;}



/* 서브탭 start */
.sub_menu_wrap { width:100%; height:52px; border-bottom:1px solid #e1ded8; border-top:1px solid #e1ded8; background-color:#fff;}
.sub_menu { position:relative; width:100%; min-width:768px; height:50px; margin:0 auto;}
.icon_home { display:none;}
.icon_print { display:none;}
.sub_tab { width:100%; margin-left:0;}
.sub_tab>ul {}
.sub_tab>ul>li { float:left; position:relative; border-right:1px solid #e1ded8; height:50px; line-height:50px; font-size:14px; color:#444; cursor:pointer; background-repeat:no-repeat; background-position:90% 50%;}
.sub_tab>ul>li.sub_depth1 { width:50%; border-left:none; padding-left:30px; padding-right:100px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2 { width:50%; border-right:none; display:none; padding-left:30px; padding-right:100px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.menu_on { display:block !important;}
.sub_tab>ul>li>a { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_tab>ul>li:hover { background-color:#f6f6f6;}
.sub_tab>ul>li.tab_active { background-color:#f6f6f6;}
.tab_box_bg_on { background-image:url(/images/icon/tab_box_bg_on.png) !important;}
.sub_tab_sub { position:absolute; display:none; top:50px; left:-1px; border:1px solid #e1ded8; width:100%; z-index:1; box-sizing:content-box; background-color:#FFF;}
.sub_tab_sub ul { padding:15px 30px;}
.sub_tab_sub ul li { float:none; height:auto; margin:8px 0; padding:5px 0; font-size:13px; line-height:19px; width:100%; border:none; background-image:none;}
.sub_tab_sub ul li:hover { background-color:#f6f6f6;}
.sub_menu_wrap_fixed { position: relative; top: auto; z-index: 100;}
.depth3_tab { width:100%; height:auto; font-size:0; border:1px solid #e1ded8; border-bottom:0 !important; border-left:0 !important;}
.depth3_tab>a { display:inline-block; width:33.333333%; font-size:16px; text-align:center; padding:9px 0; border-left:1px solid #e1ded8; border-bottom:1px solid #e1ded8;}
.depth3_tab>a:hover {color:#d42225;}
.depth3_tab>a.depth3_active { border:none; color:#FFF; background-color:#d42225;}
.depth4_tab { width:100%; height:auto; font-size:0; padding:20px; margin-top:20px; background-color:#F7F7F7;}
.depth4_tab>a { display:inline-block; font-size:14px; text-align:left; padding:10px 20px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.depth4_tab>a:last-child { background-image:none;}
.depth4_active { color:#d42225; font-weight:400;}


/* 서브공통 */
.sub_box { position:relative; width:100%; min-width:768px;}
.sub_container { position: relative; width:100%; margin:0 auto; padding:0 0 50px 0;}
.sub_container:after { display:block; content:""; clear:both;}
.sub_title { position:relative; width:94%; margin:0 auto 40px auto; padding:60px 0 20px 0; font-size:28px; font-weight:700; letter-spacing:-1px; text-align:left; border-bottom:1px solid #e1ded8;}
.sub_title_sub { display:inline-block; font-size:14px; font-weight:400; color:#999; padding-left:20px; letter-spacing:0;}
.box100per { width:94%; margin:0 auto; padding:0 0 40px 0;}
.box50per { display:inline-block; width:50%; padding:0; vertical-align:top; max-width:auto;}
.in_box { display: block; width: 100%; margin-bottom: 30px; padding: 25px 30px 25px 30px; vertical-align: top; border: 1px solid #CCC; border-radius: 10px; background-color: #F9F9F9;}
.in_title1 { font-size:40px; line-height:46px; font-weight:700; margin:40px 0 25px 0; letter-spacing:-0.07em; color:#333;}
.in_title1_bar { width:40px; height:1px; margin-bottom:25px; background-color:#666;}
.in_title1_txt { font-size:20px; line-height:26px; font-weight:400;  margin-bottom:25px; letter-spacing:-0.07em; color:#777;}
.in_title1_txt>span { display:inline-block;}
.in_title2 { font-size:28px; line-height:34px; font-weight:400;  margin:0 0 25px 0; letter-spacing:-0.06em;}
.in_title2_bar { width:40px; height:1px; margin-bottom:20px; background-color:#666;}
.in_title2_txt { font-size:17px; line-height:24px; font-weight:400;  margin-bottom:30px; letter-spacing:-0.05em; color:#777;}
.in_title3 { font-size:18px; line-height:24px; font-weight:400; margin-bottom:20px; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 4px; padding-left:25px;}
.line_1px { width:100%; height:1px; background-color:#ddd; margin-bottom:30px;}
.sub_img { position:relative;}
.big_view { display: block; position: absolute; top: 0; right: 0; background-image: url(/images/icon/view.png); width: 60px; height: 60px;}
.big_view>a { display: block; width: 100%; height: 100%;}



/* 회사소개 */
.sub01_02_top { width:100%; height:170px; background-repeat:no-repeat; background-position:50% 100%;}
.sub01_02_bottom { width:100%; height:170px; background-repeat:no-repeat; background-position:50% 0%;}
.sub01_02_contents { width:100%; height:auto; background-image:url(/images/sub/sub01_02_bg_line01.jpg); background-repeat:repeat-y; background-position:50% 0%;}
.sub01_02_01_tbg { background-image:url(/images/sub/sub01_02_bg01.jpg);}
.sub01_02_01_bbg { background-image:url(/images/sub/sub01_02_bg02.jpg);}
.sub01_02_contents_box_right { position:relative; padding:15px 10px 15px 53%; background-image:url(/images/sub/sub01_02_icon_right.png); background-repeat:no-repeat; background-position:50% 45px;}
.sub01_02_contents_box_left { position:relative; padding:15px 53% 15px 10px; background-image:url(/images/sub/sub01_02_icon_left.png); background-repeat:no-repeat; background-position:50% 45px; text-align:right;}
.sub01_02_contents_txt { border:1px solid #e1e1e1; border-radius:15px; padding:20px 30px; background-color:#FFF;}
.sub01_02_contents_box_right p,
.sub01_02_contents_box_left p { display:inline-block; font-size:16px; margin-bottom:5px;}
.history_year { font-family: 'Roboto', sans-serif; font-weight:700; font-size:30px !important; margin-bottom:10px !important;}



/* 제품소개 */
.in_img_left { 
	width: 100%;
	display: inline-block;
    text-align: left;
    padding-top: 20px;
}
.in_cont_right { 
	width: 100%;
	float: left;
}
.in_img_left.w-50 { 
	width: 100%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-50 { 
	width: 100%;
	float: left;
	padding: 0 0 0 0;
}

.content_cert_warp ul li {
    width: 50%;
	float: left;	
    text-align: center;
}
.content_cert_warp .f-1 {
    font-size: 13px;
}
.content_cert_warp .f-2 {
    font-size: 12px;
    height: 61px;
}
.content_cert_warp .glass-1 {
    width: 20px;
    height: 20px;
    border: 1px solid #f26304;
    margin: -1px 0 0 10px;
    position: fixed;
}

}


.sub0202_title { font-size:24px; font-weight:500; color:#000; padding-top: 65px; padding-left: 45px; line-height: 1.4;}


/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){


/* 서브탭 start */
.sub_menu_wrap { width:100%; height:51px; border-bottom:1px solid #e1ded8; border-top:none; background-color:#fff;}
.sub_menu { position:relative; width:100%; min-width:320px; height:50px; margin:0 auto;}
.icon_home { display:none;}
.icon_print { display:none;}
.sub_tab { width:100%; margin-left:0;}
.sub_tab>ul {}
.sub_tab>ul>li { float:left; position:relative; border-right:1px solid #e1ded8; height:50px; line-height:50px; font-size:13px; color:#444; cursor:pointer; background-repeat:no-repeat; background-position:90% 50%;}
.sub_tab>ul>li.sub_depth1 { width:50%; border-left:none; padding-left:20px; padding-right:0; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2 { width:50%; border-right:none; display:none; padding-left:20px; padding-right:32px; background-image:url(/images/icon/tab_box_bg.png); z-index:1;}
.sub_tab>ul>li.sub_depth2>p { width:100%; /* 내용 1줄에서 말줄임 */ white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.sub_depth2>.sub_tab_sub { border-right:0;}
.menu_on { display:block !important;}
.sub_tab>ul>li>a { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_tab>ul>li:hover { background-color:#f6f6f6;}
.sub_tab>ul>li.tab_active { background-color:#f6f6f6;}
.tab_box_bg_on { background-image:url(/images/icon/tab_box_bg_on.png) !important;}
.sub_tab_sub { position:absolute; display:none; top:50px; left:-1px; border:1px solid #e1ded8; width:100%; z-index:1; box-sizing:content-box; background-color:#FFF;}
.sub_tab_sub ul { padding:10px 20px;}
.sub_tab_sub ul li { float:none; height:auto; margin:8px 0; padding:5px 0; font-size:12px; line-height:18px; width:100%; border:none; background-image:none;}
.sub_tab_sub ul li:hover { background-color:#f6f6f6;}
.sub_tel { display:none;}
.depth3_tab { width:100%; height:auto; font-size:0; border:1px solid #e1ded8; border-bottom:0 !important; border-left:0 !important;}
.depth3_tab>a { display:inline-block; width:33.333333%; font-size:14px; text-align:center; padding:7px 0; border-left:1px solid #e1ded8; border-bottom:1px solid #e1ded8;}
.depth3_tab>a:hover {color:#d42225;}
.depth3_tab>a.depth3_active { border:none; color:#FFF; background-color:#d42225;}
.depth4_tab { width:100%; height:auto; font-size:0; padding:10px 10px 10px 10px; margin-top:20px; background-color:#F7F7F7;}
.depth4_tab>a { display:inline-block; font-size:12px; text-align:left; padding:3px 12px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%; color:#555;}
.depth4_tab>a:last-child { background-image:none;}
.depth4_active { color:#d42225 !important; font-weight:400;}


/* 서브공통 */
.sub_box { position:relative; width:100%; min-width:320px;}
.sub_container { position: relative; width:92%; margin:0 auto; padding:0 0 50px 0;}
.sub_container:after { display:block; content:""; clear:both;}
.sub_title { width:100%; margin:0 auto 30px auto; padding:40px 0 20px 0; font-size:24px; font-weight:700; letter-spacing:-1; text-align:left; border-bottom:1px solid #e1ded8;}
.sub_title_sub { display:block; font-size:12px; font-weight:400; color:#999; padding-left:0; letter-spacing:0;}
.box100per { width:100%; margin:0 auto; padding:0 0 40px 0;}
.box50per { display:block; width:100%; padding:0 0 40px 0; vertical-align:top;}
.in_box { display: block; width: 100%; margin-bottom: 30px; padding: 25px 20px 25px 20px; vertical-align: top; border: 1px solid #CCC; border-radius: 10px; background-color: #F9F9F9;}
.in_title1 { font-size:30px; line-height:36px; font-weight:700; margin:30px 0 25px 0; letter-spacing:-0.06em; color:#333;}
.in_title11 { font-size:30px; line-height:36px; font-weight:700; margin:30px 0 25px 0; letter-spacing:-0.06em; color:#333;}
.in_title1_bar { width:40px; height:1px; margin-bottom:25px; background-color:#666;}
.in_title1_txt { font-size:16px; line-height:22px; font-weight:400;  margin-bottom:25px; letter-spacing:-0.06em; color:#777;}
.in_title1_txt>span { display:inline-block;}
.in_title2 { font-size:24px; line-height:30px; font-weight:400;  margin:0 0 15px 0; letter-spacing:-0.06em;}
.in_title2_bar { width:40px; height:1px; margin-bottom:20px; background-color:#666;}
.in_title2_txt { font-size:16px; line-height:22px; font-weight:400;  margin-bottom:30px; letter-spacing:-0.05em; color:#777;}
.in_title3 { font-size:16px; line-height:22px; font-weight:400; margin-bottom:20px; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 4px; padding-left:25px;}
.in_sub_title1 { font-size:20px; line-height:30px; color:#000; font-weight:500; margin-bottom:20px; background-image:url(/images/icon/ar_18x18.png); background-repeat:no-repeat; background-position:0% 7px; padding-left:17px; letter-spacing:-0.06em; text-align:left;}
.sub02_01_s_txt.strong {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    margin: 0 0 20px 0;
}
.sub02_01_s_txt.left-22 {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding-left: 0px;
}
.in_sub_title1_txt { font-size:15px; line-height:23px; font-weight:300; margin-bottom:0px; padding-left:17px; letter-spacing:-0.02em; text-align:left;}
.line_1px { width:100%; height:1px; background-color:#ddd; margin-bottom:30px;}
.sub_img { position:relative;}
.sub_img_pt { display:none;}
.sub_img_m { display:block;}
.big_view { display: block; position: absolute; top: 0; right: 0; background-image: url(/images/icon/view.png); background-size:100%; width: 40px; height: 40px;}
.big_view>a { display: block; width: 100%; height: 100%;}

.sub_tap_box {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0px auto 0px auto;
}


/* 회사소개 */
.sub01_01_txt1 { font-size:15px; line-height:25px; font-weight: 300; letter-spacing: 0.01em;}
.sub01_01_txt1_1 { font-size:18px; line-height:26px; margin-top:30px; margin-bottom:10px; font-weight: 500; letter-spacing: -0.01em; color:#067fd9;}
.sub01_01_txt2 { font-size:15px; margin-top:30px; font-weight: 600; letter-spacing: 0.00em; text-align:right; color:#333;}
.sub01_02_top { width:100%; height:0px; background-repeat:no-repeat; background-position:0% 100%;}
.sub01_02_bottom { width:100%; height:0px; background-repeat:no-repeat; background-position:0% 0%;}
.sub01_02_contents { width:100%; height:auto; background-image:url(/images/sub/sub01_02_bg_line02.jpg); background-repeat:repeat-y; background-position:0% 0%;}
.sub01_02_01_tbg { background-image:url(/images/sub/sub01_02_bg03.jpg);}
.sub01_02_01_bbg { background-image:url(/images/sub/sub01_02_bg04.jpg);}
.sub01_02_contents_box_right { position:relative; padding:10px 10px 10px 45px; background-image:url(/images/sub/sub01_02_icon_right.png); background-repeat:no-repeat; background-position:-22px 40px;}
.sub01_02_contents_box_left { position:relative; padding:10px 10px 10px 45px; background-image:url(/images/sub/sub01_02_icon_right.png); background-repeat:no-repeat; background-position:-22px 40px; text-align:left;}
.sub01_02_contents_txt { border:1px solid #e1e1e1; border-radius:10px; padding:20px; background-color:#FFF;}
.sub01_02_contents_box_right p,
.sub01_02_contents_box_left p { display:inline-block; font-size:13px; margin-bottom:3px;}
.history_year { font-family: 'Roboto', sans-serif; font-weight:700; font-size:26px !important; margin-bottom:5px !important;}




/* 사업분야 */
.sub02_01 { position: relative; margin-top:0px; height:170px; display:table; width:100%;}
.sub02_01 > div {display:table-cell; vertical-align:middle;background:url('/images/sub/sub02_01_img01.jpg') center center no-repeat; box-shadow:16px 16px 20px rgba(115, 157, 174, 0.56);}
.sub02_01_s_txt { color:#333; font-size:15px; font-weight:300; line-height: 25px; letter-spacing:-0.01em;}
.in_sub_img01 {
    background-color: #f7f7f7;
    padding: 0 0;
    text-align: center;
}



/* 제품소개 */
.sub03_01 { position: relative; margin-top:0px; height:300px; display:table; width:100%;}
.sub03_01 > div {display:table-cell; vertical-align:middle;background:url('/images/sub/sub02_01_img01.jpg') center center no-repeat; box-shadow:16px 16px 20px rgba(115, 157, 174, 0.56);}
.in_img_left { 
	width: 100%;
	display: inline-block;
    text-align: left;
    padding-top: 20px;
}
.in_cont_right { 
	width: 100%;
	float: left;
}
.in_img_left.w-40 { 
	width: 100%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-60 { 
	width: 100%;
	float: left;
}
.in_img_left.w-50 { 
	width: 100%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-50 { 
	width: 100%;
	float: left;
}
.in_img_left.w-60 { 
	width: 100%;
	display: inline-block;
    text-align: right;
}
.in_cont_right.w-40 { 
	width: 100%;
	float: left;
}


.content_cert_warp ul li {
    width: 50%;
	float: left;	
    text-align: center;
}

.sub02_01_s_txt.left-22 ul li {
    list-style: disc;	
	margin-left: 20px;
	text-indent: 0;
    font-size: 12px;
}


.in_img_left ul li {
    list-style: disc;
    margin-left: 20px;
    text-indent: 0;
	text-align: left;
	font-size: 12px;
	line-height: 28px;
	font-weight: 300;
}
.content_cert_warp .f-1 {
    font-size: 13px;
}
.content_cert_warp .f-1.mo {
    font-size: 12px;
    letter-spacing: -1px;
}
.content_cert_warp .f-4.mo {
    font-size: 11px;
    letter-spacing: -1.5px;
}
.content_cert_warp .f-2 {
    font-size: 12px;
    height: 61px;
}
.content_cert_warp .f-3 {
    font-size: 12px;
    text-align: center;	
    padding-left: 0px;
    letter-spacing: -1px;
}
.content_cert_warp .f-3.mo {
    font-size: 11px;
    text-align: center;	
    padding-left: 0px;
    letter-spacing: -1px;
}
.content_cert_warp .glass-1 {
    width: 20px;
    height: 20px;
    border: 1px solid #f26304;
    margin: -1px 0 0 10px;
    position: fixed;
}
.gallery {
    margin: 0px -10px;
    box-sizing: border-box;
}
.gallery li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 0 40px 0;
}
.f-3 .mo-h {
    display: none;
}



.content_cert_warp .ttxt .ls-1 {	
    letter-spacing: -1.5px;
}
.content_cert_warp .ttxt li {
	font-size: 12px;
	padding: 2px 20px 0 0;
}
.content_cert_warp .ttxt li::marker {
    text-indent: 0px;
	font-size: 14px;
	padding: 2px 20px 0 0;
}
.content_cert_warp .mo-h {
    display: block;
}


}