/**
* Theme styleseet file
*
* @Program     DWEBS
* @Type  	   css
* @author      DWEBS
* @link        https://www.dwebs.kr
*/

@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* -------------------------------------------------------------------
| Custom selection color
| ------------------------------------------------------------------*/
::selection { background-color: #5d5d5d; color: #58FAF4; }
::-moz-selection { background-color: #cccccc; color: white; }


/* -------------------------------------------------------------------
| Custom mark tag
| ------------------------------------------------------------------*/
mark {
	background: #CEECF5;
	border-radius: 3px;
	padding:4px;
	color: #000;
	font-weight:bold;
}


/* ------------------------------------------------------------------------------------
| Custom bootstrap breadcrumb
|
| 서브페이지 타이틀 영역
| 부트스트랩 breadcrumb 기본 구분자 및 속성 수정
|
| 부트스트랩은 페이지 로케이션을 위한 breadcrumb 클래스를 기본 제공합니다.
| 이러한 페이지로케이션의 각 영역간 구분자는 따로 명시하지 않으면 기본 / 로 표시하게되며,
| 이것을 변경하려면 .breadcrumb>li+li:before {content: ">";}등과 같이 재선언 합니다.
| -----------------------------------------------------------------------------------*/
.breadcrumb {color:#9c9c9c; font-size:12px; padding: 5px 0px 0; margin-bottom: 10px; list-style: none; border-radius: 4px; background:none;font-family: "NotoSans-Medium", sans-serif}
.breadcrumb>li+li:before {padding: 0 5px; color: #9c9c9c; content: ">";}
.breadcrumb .active{color:#9c9c9c;}


/* -------------------------------------------------------------------
| Header section
|
| 테마의 헤더영역내의 속성을 정의합니다.
| ------------------------------------------------------------------*/
#navitop_mobile {vertical-align:middle;background:#fff; height: 80px;}
.logo{padding: 17px 0 5px 0;}
.mobile_btn {float:right;position:relative;width:34px;height:34px;background-color:#000;border:0px solid #2f2f2f;margin:20px 15px 0 0}
.icon-bar {margin-top:4px;margin-bottom:4px;background-color:#939393;display:block;width:22px;height:2px;border-radius:1px}

.top_navi{background:#151314;padding:5px 0 7px}
.top_navi ul{;}
.top_navi ul li{display:inline;padding:0 2.3% 0;}
.top_navi ul li a{font-size:9pt;color:#fff;text-decoration:none;letter-spacing:0.5px;font-family: "nanumMJ_B", sans-serif}
.top_navi ul li a.active{color:#666}
.header_bar {margin-top: -20px;}
/* -------------------------------------------------------------------
| Foot section
|
| 테마의 푸터영역의 속성을 정의합니다.
| ------------------------------------------------------------------*/
.footer_area {text-align:center;padding-bottom:5px;border-top:1px solid #ccc;}

.call{color:#fff;font-size:13px;}
.call_txt1{color:#2f2f2d;border-bottom:1px solid #2f2f2d;padding-bottom:1px;font-family: "NotoSans-Medium", sans-serif}
.call img{max-width:5%}
.call a{display:block;border-radius:6px;background:#383838;;padding:4px 0;width:98%;margin:2% auto 0;color:#fff;font-size:10pt;font-weight:bold;text-decoration:none}

.open_info{border-top:1px solid #484848;border-bottom:1px solid #484848;padding:5px 0;color:#c0c0c0;font-size:12px;line-height:20px}
.open_info a{color:#898d8e;font-size:20px;}

.footer_copy {font-size:12px; color:#aaa; line-height:20px; font-family: "nanum", sans-serif;}
.admin{;}
.admin a{font-size:10px;color:#ccc;border:1px solid #666;background:#333;padding:3px 7px;border-radius:3px;font-family: "nanum_B", sans-serif;letter-spacing:0.5px;text-decoration:none}
.dwebs_logo{;}
.footer_device{;}
.footer_area .btn-default{font-size:10px;background:#fff;color:#666}
.footer_area .btn-primary.active, .btn-primary.active:hover{font-size:10px;background:#ececec;border:1px solid #ccc;color:#666}

.quick_wrap{width:100%}
.quick{position:relative;text-align:center;padding:20px 0}
.quick img{width:80%}
.quick a{text-decoration:none}
.quick ul{;}
.quick ul:after {display:block;clear:both;content:"";}
.quick ul li{width:48%;float:left;margin:0 1%}

/* -------------------------------------------------------------------
| Button section
|
| 테마내의 버튼들의 속성을 정의 합니다.
| ------------------------------------------------------------------*/


.btn_page_up{position:fixed; bottom:50px; right:50px; z-index:1000; display:none;}
.btn_page_up img:hover{opacity:0.5; cursor:pointer;}
.login_btn_default { background-color:#474a4d; border:1px solid #474a4d; color:#3c4349; font-size:12pt; height:68px; color:#ccc; }
.login_btn_default:hover { background-color:#333; color:#fff; }
#device_btn {vertical-align:middle; margin:0 auto;}
.board_btn_default { background-color:#474a4d; border:1px solid #474a4d; color:#d8d8d8; font-size:10pt; padding-left:10px; padding-right:10px; height:30px; }
.board_btn_default:hover { color:#fff; }



.m_nav_bar {width: 100%; border-bottom: 1px solid #ccc; text-align: center; height: 40px;}
.m_nav_bar ul {width: 350px; height: 40px; margin: 0 auto;}
.m_nav_bar ul li {float :left; padding-right: 45px;line-height: 40px;}
.m_nav_bar ul li:last-child {padding-right: 0;}
.m_nav_bar ul li a { font-size: 14px; color:#333; display: block; text-align: center; font-weight: 300; text-decoration: none;}
/* -------------------------------------------------------------------
| Bxslider section
|
| 테마의 Body영역의 속성을 정의합니다.
| ------------------------------------------------------------------*/
/* BXSLIDER */
.bxslider li img { margin:0 auto; }
.bxslider_btn_prev {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 99;
	background: url('../images/bxslider_btn_prev.png') no-repeat 0 50%;
	border: 0;
	width: 46px;
	height: 64px;
	text-indent: -9999px;
	margin-top: -30px;
	opacity:0.6;
}
.bxslider_btn_next {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 99;
	background: url('../images/bxslider_btn_next.png') no-repeat 0 50%;
	border: 0;
	width: 46px;
	height: 64px;
	text-indent: -9999px;
	margin-top: -30px;
	opacity:0.6;
}


.c_title {float: left;}
.c4_btn_box {float: right;}
.c4_left {float: left;}
.c4_right {float: left;}

.contents1 {width: 100%; margin: 0 auto; padding: 0 2%;}
.c1_box {width: 100%; padding: 50px 0 0 0;}
.c_title h1 { font-size: 16px; font-weight: 400; color: #333; margin: 0 0 20px 0;}
.c_title h1 span {font-size: 13px; color:#666; padding-left: 15px}

#c1_contact_box {width: 100%; background: #00285b; padding: 50px 10%; margin-top: 50px}
#c1_contact_box h1 { color: #fff; font-size: 16px; font-weight: 400;  margin: 0 0 20px 0; text-align: center;}
#c1_contact_box h1 span { color: #9197a3; font-size: 13px;padding-left: 15px}

#c1_contact_box h2 {width: 180px; margin: 20px auto 20px auto; padding: 0; color: #fff; font-size: 26px; background: url('../images/common/c1_icon1.jpg') no-repeat ; padding-left: 30px; font-weight: 400; }
#c1_contact_box h3 {font-size: 16px; color: #9197a3; font-weight: 400; margin: 0 0 20px 0; padding: 0; text-align: center; line-height: 25px;}
#c1_contact_box  p { font-size: 12px; color: #9197a3; font-weight: 400; text-align: center;}

.c3_img_box {text-align: center;}
.c3_img_box img {width: 100%;}
.c4_logo_box {text-align: center;}
/* -------------------------------------------------------------------
| Body section
|
| 테마내에 일반적인 컨텐츠들의 속성을 정의합니다.
| ------------------------------------------------------------------*/
/* warp */
#wrap {}
/* 서브 레이아웃 */
#sub_top_area_wrap{width:100%;height:100%;}
.sub_top_area{position:relative;width:100%;margin:0 auto;text-align:center;color:#fff;padding:30px 0}
.sub_top_area_t{font-size:15px;font-family: "NotoSans-Light", sans-serif;}
.sub_top_area_line{width:100px;height:1px;border-bottom:1px solid #fff;margin:0 auto;padding-top:10px;}
.sub_top_area>p{ font-weight: 300; color:#fff; font-size: 16px; line-height: 1.7em; text-shadow: 2px 2px 10px #000;}
.sub_top_area>p>span{ font-family: 'NotoSans-Bold', sans-serif;}


.title{text-align:center;padding:20px;border-bottom: 1px solid #ccc;}
.sub_title{color:#222;font-size:25px;border-bottom:2px solid #2a69bd;padding-bottom:19px;}
.contents{min-height:350px;padding:0 15px 30px;}

/*greetings*/
/* .greetings {width: 100%; height: 600px; position: relative;}
.gree_img_box {width: 100%; position: absolute; top: 40px; left: 0; z-index: 1;}
.gree_title_box {width: 353px; height:245px;  position: absolute; top: 0; left: 165px; background: #28a5e4; padding: 25px 0 0 22px; z-index: 2}
.gree_script_box {width: 100%; position: absolute; top: 450px; left: 0; color:#666; font-size: 16px; font-weight: 300;}
.gree_script_box span { color: #333; font-weight: 400; font-size: 20px;}
.gree_title_box h1 { color: #fff; font-size: 24px; font-weight: 300; letter-spacing: -0.5px; line-height: 30px; margin: 0;}
.gree_title_box p { color: #fff; font-size: 16px; font-weight: 400; margin-bottom: 70px;} */

.greetings {text-align: center;}
.sub_line {width: 50px; height: 1px; background: #333; margin: 0 auto;}

.gree_box > p { font-size: 28px; font-weight: 300; margin: 20px 0; color:#666;}

.gree_box {width: 100%; margin-top: 50px; border-bottom: 1px solid #efefef;}
.gree_box img {width: 80%;}
/*history*/

.his_img {width: 100%;}
.his_img img {width: 100%;}

.history h1 {font-weight: 900; font-size: 60px; text-align: center;  color: #ccc;}
.history h1 span {color: #417be6;
}
.his_box {float: left; width: 100%; margin-right: 60px; margin-top: 30px; }
.his_box h2 {background: url('../images/sub/his_bar.jpg') no-repeat 170px 50%; background-size: 100% 2px;}
.his_table {margin-top: 20px; width: 100%;}
.his_table th, .his_table td {padding: 10px 0;}
.his_table th {color:#333;font-weight: 400; vertical-align: top; font-size: 15px;}
.his_table td {color: #666; font-weight: 300; font-size: 15px; letter-spacing: -1.1px;}

/*franchise*/
.fran_box {width: 100%; padding: 20px;}
.fran_line {width: 50px; height: 1px; background: #333;}
.fran_box p {font-size: 22px; font-weight: 400; color:#333; margin: 15px 0 30px 0;}
.fran_table {width: 100%; border-top: 2px solid #09165b; margin-bottom: 50px;}
.fran_table th, .fran_table td {padding: 15px; text-align: center; border: 1px solid #ccc; }
.fran_table th {background: #e0f2fa;}
.fran_table td { font-weight: 300; word-break : keep-all;}

/*sub2*/
.sub2 {text-align: center;}
.sub2_title_box {margin-bottom: 30px;}
.sub2_title_box img {width: 100%;}


.sub_line {width: 50px; height: 1px; background: #333; margin: 0 auto;}
.sub2 h1 { font-size: 20px; font-weight: 400; margin: 20px 0; color:#333;}
.sub2 p { font-size: 15px; font-weight: 300; margin: 20px 0; color:#666; word-break : keep-all;}

.sub_part {width: 100%;}
.sub_article {width: 100%; margin: 50px auto;}
.sub_box {width: 100%; text-align: left;}
.sub_box > ul > li { width: 100%; background: url('../images/common/square_blet.jpg') no-repeat 10px 50%; font-size: 14px; color:#666; margin-bottom: 10px; border: 1px solid #ccc; padding: 15px 15px 15px 30px; word-break : keep-all;}
.sub_box > ul > li:nth-child(2n) {margin-right: 0;}

#sub_part2 {width: 100%;}
#sub_part2 > ul > li {width: 100%; border: 1px solid #ccc; margin-bottom: 30px;}
#sub_part2 > ul > li:nth-child(2n) {margin-right: 0;}

.sub_step_box {}
.sub_step_title {height: 70px; background: #09165b; color:#fff; font-size: 16px; font-weight: 400; padding: 15px 0 0 0; }
.sub_step_title span {font-weight: 300px; font-size: 14px;}
.sub_step_script {padding: 20px 10px; word-break : keep-all; font-size: 14px;}



.cargo_img_box ul li { width: 49%; float: left; margin-right: 2%; margin-bottom: 10px;}
.cargo_img_box ul li:nth-child(2n) {margin-right: 0;}
.cargo_img_box ul li img { width: 100%}

/*logist*/
.sub_p_a_box { width: 100%; margin-right: 40px; text-align: left;}
.sub_p_a_box h2 { font-size: 18px; font-weight: 400; margin: 0; padding-bottom: 20px; color:#333; border-bottom: 1px solid #333; word-break : keep-all;}
.sub_p_a_box p { font-size: 14px; font-weight: 300; margin: 20px 0 40px 0; color:#666; line-height: 30px;}
