@charset "utf-8";

/* 헤더 */
ul, li, dl, dd, dt {
	list-style:none;
}

.nav {
	position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 1000;
    background: url(../images/nav_icon.jpg) center no-repeat;
    cursor: pointer;
}

.nav_close {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	background: url(../images/nav_close.jpg) 25px 50% no-repeat;
	background-color: #fff;
	cursor: pointer
}

.nav_close img {
	text-align: center;
    margin-left: 45%;
    margin-top: 32px;
}

.nav_cover.nav_open {
	display: block;
}

.nav_cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1002;
	background:rgba(0,0,0,0.6);
	display: none;
}


#nav {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0;
	left: -80%;
	z-index: 1002;
	background: #f1f1f1;
	transition: all 0.2s;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
}

#nav.nav_open {
	left: 0;
}

#nav .snb {
	margin-top: 80px;
	background: #fff;
	width: 100% !important;
}

#nav .snb ul {
	width: 100%;
}

#nav .snb ul li {
	width: 100%;
}

#nav .snb .snb_title {
	line-height: 40px;
	padding-left: 10%;
	font-size: 15px;
	cursor: pointer;
	border-top: 1px solid #eee;
	background: #fff url(../images/snb_plusbtn.png) 90% 50% no-repeat;
}

#nav .snb .snb_last {
	line-height: 40px;
	padding-left: 10%;
	font-size: 15px;
	cursor: pointer;
	border-top: 1px solid #eee;
}

#nav .snb .snb_last a {
	color: #666;
}

#nav .snb ul.snb_sub {
	width: 100%;
}

#nav .snb ul.snb_sub li {
	line-height: 35px;
	font-size: 14px;
	background: #fbfbfb;
	border-top: 1px solid #eee;
	padding-left: 10%;
	width: 90%;
}

#nav .snb ul.snb_sub li a {
	display: block;
	height: 100%;
	padding-left: 20px;
	color: #666;
	background: url(../images/snb_minusbtn.png) left 50% no-repeat;
	background-size: 10px 10px;
}


/* index */

.contents_wrap {
	background: #ededed;
}

.main_guide {
	padding: 2% 2% 0 2%;
}

.main_guide img {
	width: 100%;
}

.main_tel{
	padding:0 2% 2% 2%;
}

.main_tel a {
	display: block;
}

.main_tel img {
	width: 100%;
}

#bottom_gnb {
	min-width: 300px;
	padding:0 1%;
}

#bottom_gnb ul {
	overflow:hidden;
}

#bottom_gnb li {
	margin: 0 1% 1.5% 1%;
	float:left;
	text-align:center;
	width: 31.3333%;
	position: relative;
}

#bottom_gnb li img {
	width: 100%;
}

.bottom_call {
	position: fixed;
    bottom: 0;
	left: 0;
	width: 100%;
    background: rgba(0,0,0,0.5);
	z-index: 99999999;
}

.bottom_call a {
	display: block;
	text-align: center;
	line-height: 40px;
    color: #fff;
	font-size: 16px;
}

.bottom_call img {
	vertical-align: middle;
    width: 20px;
    margin-right: 10px;
    opacity: 0.5;
}

.bottom_call  #close_btn {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/close_btn.png) 50% no-repeat;
	background-size: 60%;
}


/* index - 가이드 레이어 팝업*/
.main_guide .maum_pop {display: none;  width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); border: 1px solid #999; box-sizing: border-box;  z-index: 1000; padding: 5%;}
.main_guide .maum_pop .btns li {background: #fff; width: 25%; height: 15vw; line-height: 15vw; float: left;  text-align: center; font-size: 1.02em; cursor: pointer; padding: 0 0.5%; border-right: 1px solid #eee; border-bottom: 1px solid #eee; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; box-sizing: border-box;}
.main_guide .maum_pop .btns li.on {background: #d91642; color: #fff; font-weight: 600;}
.main_guide .maum_pop .btns li.rx {border-right: none;}
.main_guide .maum_pop b {position: static; width: 100%; background: #ccc; display: block; text-align: center; font-size: 1.1em; height: 10%; padding: 7% 0;  box-sizing: border-box;}
.main_guide .maum_pop .guide_txt {width: 100%; height: 72%; overflow: scroll;  overflow-x: hidden; padding: 5%; box-sizing: border-box; background: #fff;}
.main_guide .maum_pop .guide_txt h3 {font-size: 1.3em; text-align: center; padding: 8vw 0; color: #333; }
.main_guide .maum_pop .guide_txt p {font-size: 1.02em; line-height: 6vw;}
.main_guide .maum_pop .guide_txt a {width: 42%; height: 12vw; margin: 8% auto 5%; font-size: 1.2em; background: #ff8b26; color: #fff; text-align: center; line-height: 12vw; cursor: pointer; display: block;}
.main_guide .maum_pop .guide_txt > div {display: none;}
.main_guide .maum_pop .guide_txt  #g01 {display: block;}



/** 서브페이지 **/

/* 서브페이지 공통-top */
#container {
	width: 94%;
	background: #fff;
	margin: 0 3%;
	margin-top: 100px;
	overflow: hidden;
	padding: 0 10px;
    box-sizing: border-box;
}

#cnt_top {
    width: 100%;
    line-height: 60px;
	overflow: hidden;
}

#cnt_top .title {
	float: left;
}

#cnt_top .title h2 {
	font-size: 18px;
}

#cnt_top .loc {
    color: #999;
    text-align: right;
	font-size: 12px;
}

#cnt_top .loc .home {
	display:inline-block;
	background:url(../images/loc_home.gif) no-repeat;
	width:11px; height:0;
	padding-top:11px;
	overflow:hidden;
	vertical-align:middle;
}
#cnt_top .loc .loc_arrow {
	display:inline-block;
	background:url(../images/loc_arrow.gif) no-repeat center top;
	width:14px; height:0;
	padding-top:11px;
	overflow:hidden;
	vertical-align:middle;
}

/* 서브페이지 공통-center */
#container .contents {
	width: 100%;
	padding: 20px 0 50px;
}

#container .contents img {
	width: 100%;
}

#container .contents p {
	padding: 20px 0;
	line-height: 22px;
}



/* 서브페이지 공통-텍스트 */
.subpage_title {
	font-size: 18px;
	color: #111;
	font-weight: 700;
}

.sub_mid_title {
	font-size: 15px;
	font-weight: 600;
	color: #333;

}

.sub_main_text {
	font-size: 13px;
	font-weight: 500;
	color: #555;
}

.sub_small_text {
	font-size: 10px;
	font-weight: 400;
	color: #666;
} 


/* 서브페이지 1-1,1-2 */
.contents .sub1_greet span {
	color: #000;
}

.contents .sub1_intro b {
	color: #000;
}



/* 서브페이지 1-3 */
#container ul.service_icon {
	width: 100%;
    margin: 30px 0;
    overflow: hidden;
}

#container ul.service_icon li{
	float: left;
	width: 23%;
    margin: 1%;
}

#container ul.service_icon li a {
	display: block;
    font-weight: bold;
    height: 80px;
    background: #eee;
    text-align: center;
    padding: 34px 0 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 12px;
	box-shadow: 1px 1px 1px #ccc;
}

#container ul.service_icon li a.line2 {
	padding: 28px 0 0;
}


/* 서브페이지 1-4 */
#container ul.sub_memberlist {
	width: 100%;
}

#container ul.sub_memberlist li {
	padding: 10px;
}

#container ul.sub_memberlist .member_photo_area {
	width: 100%;
    text-align: center;
	margin-bottom: 20px;
}

#container ul.sub_memberlist .member_photo_area img {
	width: 40%;
}

#container ul.sub_memberlist .member_text_area {
	padding-left: 5%;
}

#container ul.sub_memberlist li h2{
    text-align: center;
	margin: 10px 0;
}

#container ul.sub_memberlist li p{
	padding: 10px 0;
    line-height: 18px;
}

#container ul.sub_memberlist .member_line {
	background:url(../images/member_line.jpg);
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 30px 0;
}


/* 서브페이지 1-5 */
.contents #content {
	clear: both;
    position: relative;
    width: 100%;
    overflow: hidden;
} 
#bigPic {
	width:100%;
	height:100%;
	background-color:#FFF;
	margin-bottom:10px;
}
#bigPic img {
	width: 95%;
	height:300px;
	position:absolute;
	display:none;
}
ul#thumbs li.active {
	border:1px solid #acbf02;	
	background:#fff;
	padding:3px;
}
ul#thumbs, ul#thumbs li {
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li {
	width: 21.5%;
	float:left;
	margin-right:4px; margin-bottom:5px;
	border:1px solid #ccc;	
	padding:3px;
	cursor:pointer;
}
ul#thumbs img {
	float:left;
	width:100px; height:75px;
	line-height:75px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
#content #aa {
	margin-top: 310px;
}
   
.scdline {
	margin-top:10px;}


/* 서브페이지 1-6 */
.contents .map_area {
	width: 100%;
}

.contents .map_area a {
	display: block;
}

.contents .map_bottom_text {
    text-align: right;
    display: block;
}

.contents .map_text_area {
	width: 100%;
}

.contents .map_text_area h2 {
	width: 100%;
	margin-top: 30px;
	background: url(../images/title_arrow.jpg) no-repeat;
    background-position: left 50%;
    padding-left: 20px;
}

.contents .map_text_area h3 {
	width: 100%;
    font-size: 14px;
	margin-top: 20px;
    font-weight: 500;
	background: url(../images/subtitle_round.jpg) no-repeat;
    background-position: left 50%;
    padding-left: 15px;
	margin-left: 10px;
}

.contents .map_text_area .map_s_text {
	margin-left: 10px;
	font-size: 13px !important;
    padding: 10px 0 0 0 !important;
    line-height: 18px !important;
	color: #555;
}


/* 서브페이지 2-1 */
.contents dl.sub2 {}

.contents dl.sub2 dt {
	margin: 50px 0 10px;
	background: url(../images/title_arrow.jpg) no-repeat;
    background-position: left 50%;
	padding-left: 20px;
}

.contents dl.sub2 p {
	padding: 20px 0 !important;
}

.contents dl.sub2 dt:first-child {
	margin-top: 0;
}

.contents dl.sub2 dd {
	border-radius: 10px;
    padding: 0 20px;
}

.contents dl.sub2 dd.bg01{
	background: url(../images/sub2-1_bg01.png) no-repeat;
    background-size: 100% 100%;
}

.contents dl.sub2 dd.bg02{
	background: url(../images/sub2-1_bg02.png) no-repeat;
    background-size: 100% 100%;
}

.contents dl.sub2 dd.bg03{
	background: url(../images/sub2-1_bg03.png) no-repeat;
    background-size: 100% 100%;
}

.contents dl.sub2 dd.bg04{
	background: url(../images/sub2-1_bg04.png) no-repeat;
    background-size: 100% 100%;
}

.contents dl.sub2 dd.bg05{
	background: url(../images/sub2-1_bg05.png) no-repeat;
    background-size: 100% 100%;
}

.contents dl.sub2 dd.bg06{
	background: url(../images/sub2-1_bg06.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (min-width:500px) {
	.contents dl.sub2 dd {
		background-size: cover !important;
	}
}

.contents dl.sub2 dd .sub_main_text {
	color: #111;
}


/*서브페이지 2-3*/
.sub2_step_text h2{
	background: url(../images/title_arrow.jpg) no-repeat;
    background-position: left 50%;
	padding-left: 20px;
}

.sub2_step_text li {
	margin-top: 30px;
}

.sub2_step_text li dl {
	padding-top: 20px;
}

.sub2_step_text li dl>dd {
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.sub2_step_text li dd>div {
	float: left;
}

.sub2_step_text li dd .step_cont_img {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.sub2_step_text li dd .step_cont_txt {
	width: 50%;
	padding-left: 10px;
    box-sizing: border-box;
	padding-top: 6%;
}

.sub2_step_text li dd .step_cont_txt h3 {
	font-weight: bold;
}

.sub2_step_text li dd .step_cont_txt p {
	padding-left: 5px !important;
}

/*서브페이지 2-4*/
.cns_tbl {
	width: 100%;
}

.cns_tbl th {
	width: 20%;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
    text-align: left;
}

.cns_tbl td {
	width: 80%;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.cns_tbl .inputbox {
	width: 100%;
	height: 100%;
    border: 1px solid #ddd;
}

.cns_tbl .txtbox {
	width: 100%;
	min-height: 100px;
	font-size: 14px;
    font-weight: 500;
    color: #333;
    border: 1px solid #ddd;
}

.cns_tbl input[type=radio] {
	margin-right: 5px;
}

.cns_tbl .radio_text{
	margin-right: 5%;
}

.contents .submit_btn {
	width: 100%;
    display: block;
    line-height: 50px;
    background: #667ab0;
    color: #fff;
}


/* 서브페이지 3-2 */
.sub3_step_text h2{
	background: url(../images/title_arrow.jpg) no-repeat;
    background-position: left 50%;
	padding-left: 20px;
}

.sub3_step_text li {
	margin-top: 50px;
}

.sub3_step_text li:first-child {
	margin: 0;
}

.sub3_inspect_img dd {margin: 0 0 5px;}
.sub3_inspect_img dd a {display: block;}

/* 서브페이지 4-1 */
.sub4_rnd_img {
	margin-bottom: 30px;
}

.sub4_step_text h3 {
	margin: 20px 0;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	background: url(../images/subtitle_round.jpg) no-repeat;
    background-position: left 50%;
    padding-left: 15px;
}

/* 서브페이지 4-2 */
.sub4_case_text h2{
	background: url(../images/title_arrow.jpg) no-repeat;
    background-position: left 50%;
	padding-left: 20px;
}

.sub4_case_text li {
	margin-top: 20px;
}

.sub_mid_title span {
	font-size: 12px;
}

/* 서브페이지 4-3 */
.sub4_company_text h2 {
	font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    line-height: 20px;
}

#middle_gnb {
	min-width: 300px;
	padding:0 1%;
}

#middle_gnb ul {
	overflow:hidden;
}

#middle_gnb li {
	margin: 0 1% 1.5% 1%;
	float:left;
	text-align:center;
	width: 31.3333%;
	position: relative;
}

#middle_gnb li img {
	width: 100%;
}