/**
* 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;
}
em {font-style: normal;}
.youtube-area {position: relative; width: 100%; height: 0; padding-bottom: 56.25%;}
.youtube-area iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

/* ------------------------------------------------------------------------------------
| 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:14px 14px}
.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:#b8b8b8; 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; }


/* -------------------------------------------------------------------
| 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;
}

.contents1_wrap {width: 100%;  background: url('../images/common/c1_bg.jpg') 50% 0% no-repeat; background-size: cover; padding: 0 2%;}
.contents1 {width: 100%; margin: 0 auto; padding: 50px 0 50px 0; text-align: center;}
.c_title_h1 {font-size: 30px; font-weight: 400; color:#333; margin: 0;}
.c_title_h1 span { font-weight: 700; color:#1a4299; }
.c_title_p {font-size: 16px; font-weight: 300; color:#333; margin: 5px 0 0 0; }
.c_line {width: 70px; height: 3px; background: #333; margin: 20px auto 30px auto;}
.c1_box {width: 49%; height: 150px; margin-right: 2%; margin-bottom: 10px; background-repeat: no-repeat; background-position: center; padding-top: 25px; float: left;}
.c1_box:nth-child(2n) {margin-right: 0;}
/* .c1_box:nth-child(2) {background: url('../images/common/c1_a_bg2.jpg?v=201214') 50% 50% no-repeat;}
.c1_box:nth-child(3) {background: url('../images/common/c1_a_bg9.jpg') 50% 50% no-repeat;}
.c1_box:nth-child(4) {background: url('../images/common/c1_a_bg7.jpg') 50% 50% no-repeat;}
.c1_box:nth-child(5) {background: url('../images/common/c1_a_bg4.jpg') 50% 50% no-repeat;}
.c1_box:nth-child(6) {background: url('../images/common/c1_a_bg5.jpg') 50% 50% no-repeat;}
.c1_box:nth-child(7) {background: url('../images/common/c1_a_bg7-2.jpg') 50% 50% no-repeat;}
.c1_box:nth-child(8) {background: url('../images/common/c1_a_bg10.jpg?v=220708') 50% 50% no-repeat;} */
/* .c1_box:nth-child(6) {background: url('../images/common/c1_a_bg8.jpg') 50% 50% no-repeat;} */
.c1_box.sc {background-image: url('../images/common/c1_a_bg1.jpg');}
.c1_box.nw {background-image: url('../images/common/c1_a_bg2.jpg');}
.c1_box.dc {background-image: url('../images/common/c1_a_bg9.jpg');}
.c1_box.seocho {background-image: url('../images/common/c1_a_bg7.jpg');}
.c1_box.is {background-image: url('../images/common/c1_a_bg4.jpg');}
.c1_box.sw {background-image: url('../images/common/c1_a_bg5.jpg');}
.c1_box.hs {background-image: url('../images/common/c1_a_bg7-2.jpg');}
.c1_box.mg {background-image: url('../images/common/c1_a_bg10.jpg');}



.c1_script_box {width: 90%; min-height: 100px; margin: 0 auto ; background: rgba(255, 255, 255, 0.7);  padding: 18px 15px 8px 15px;}
.c1_script_t {text-align: left; text-align: center;}
.c1_script_t h2 {font-size: 18px; font-weight: 400; color:#333; margin: 0; }
.c1_script_t p {font-size: 14px; font-weight: 400; color:#666; margin: 0; letter-spacing: -0.5px;}
.c1_plus_btn {width: 22px; height: 22px; background:#1a4299; margin: 10px auto 0 auto;}
.c1_plus_btn span {display: block; text-decoration: none; transition: all 0.3s; color:#fff; font-size: 18px; font-weight: 300; text-align: center; line-height: 22px;}
.c1_box a {display: block; text-decoration: none;}
.c1_box:nth-child(6) .c1_script_t h2 {font-size:16px; letter-spacing: -1px; white-space: nowrap;}
.c1_box:nth-child(6) .c1_script_t p {font-size:12px; letter-spacing: -1px;}
@media (max-width:375px) {
	.c1_script_t h2 {font-size:16px;}
}
@media (max-width:395px){
	.c1_box:nth-child(6) .c1_script_t p {font-size:11px;}
}


.contents2_wrap {width: 100%;  background: url('../images/common/c2_bg.jpg') 50% 50% no-repeat; background-size: cover; padding: 0 2%;}
.contents2 {width: 100%; margin: 0 auto; padding: 50px 0; text-align: center;}
.c2_article {width: 100%; margin-top: 50px;}
.c2_box {width: 100%; height: 200px;}
.c2_img_box { width: 103px; height: 103px; -webkit-box-shadow: 6px 6px 0px 1px rgba(0,0,0,1); -moz-box-shadow: 6px 6px 0px -1px rgba(0,0,0,1); box-shadow: 6px 6px 0px 1px rgba(0,0,0,0.5); float: left;}
.c2_text_box {width: 70%;float: left; color: #fff; text-align: left; padding-left: 18px;}
.c2_text_box h2 {font-size: 20px; font-weight: 400; margin: 20px 0;}
.c2_text_box p {font-size: 14px; font-weight: 300; letter-spacing: -1px;}

.c2_btn {width: 234px; height: 52px; margin:  0 auto; }
.c2_btn a {border: 2px solid #fff; border-radius: 25px; width: 234px; height: 52px; line-height: 48px; text-align: left; display: block; font-size: 16px; font-weight: 400; text-decoration: none; color:#fff; transition: all 0.3s;  padding-left: 70px;}

.contents3_wrap {width: 100%; padding: 50px 2%; background: url('../images/common/c3_bg.jpg') 50% 50% repeat; background-size: cover;}
.contents3 {width: 100%; margin: 0 auto; text-align: center;}
.c3_table_box {width: 100%;}
.c3_table {width: 100%; border-top: 3px solid #1a4299;}
.c3_table th, .c3_table td {padding: 18px 0; text-align: center; border-bottom: 1px solid #ccc;}
.c3_table th {background:#fafafa; font-weight: 400; font-size: 16px; color:#333;}
.c3_table td {font-weight: 300; font-size: 14px; color:#666; letter-spacing: -0.5px;}
.c3_table td a {color:#666; text-decoration: none; display: block; transition: all 0.3s;}
.c3_table td a:hover {color:#ee7e1d;}

.c3_btn {width: 234px; height: 52px; margin: 50px auto 0 auto; }
.c3_btn a {border: 2px solid #666; border-radius: 25px; width: 234px; height: 52px; line-height: 48px; text-align: left; display: block; font-size: 16px; font-weight: 400; text-decoration: none; color:#666; transition: all 0.3s; padding-left: 70px;}

.contents4_wrap {width: 100%; background: url('../images/common/c4_bg.jpg') 50% 50% no-repeat; background-size: cover; padding: 0 2%;}
.contents4 {width: 100%; margin: 0 auto; padding: 50px 0; text-align: center;}
.c4_article {margin-top: 50px;  position:relative;}
.c4_slide ul li {width: 90%; height: 250px;}
.c4_slide ul li:nth-child(3n) {margin-right: 0;}
.c4_prev {position:absolute;left:0;top:50px}
.c4_next {position:absolute;right:0;top:50px}
.c4_slide {width: 90%; display: inline-block;}

.contents5_wrap {width: 100%; background-size: cover; }
.contents5 {width: 100%; margin: 0 auto; text-align: center; }
.c5_box {width: 100%; padding: 50px 0; text-align: center; background:#112c65;}
.c5_box h1 {font-size: 35px; font-weight: 300; color:#fff; margin: 0;}
.c5_box h1 span { font-weight: 500; color:#f4781f; }
.c5_box p {font-size: 16px; font-weight: 300; color:#8392b2; margin-top: 30px; line-height: 30px; word-break : keep-all;}



.c5_btn_box {width: 320px; margin: 30px auto 0 auto;}
.c5_btn {width: 150px; height: 50px; margin: 0 auto; float: left; margin-right: 20px;}
.c5_btn a {border: 1px solid #fff; width: 150px; height: 50px; line-height: 45px; text-align: center; display: block; font-size: 14px; font-weight: 300; text-decoration: none; color:#fff; transition: all 0.3s; }

.contents6 {width: 100%;}
.contents6 ul li {float: left; width: 33%; border-right: 1px solid #ccc; text-align: center; padding: 15px 0;}
.contents6 ul li:last-child {width: 34%;border-right: none;}
.contents6 ul li a {display: block; color:#333; text-decoration: none;}
.contents6 ul li a span {}

/* -------------------------------------------------------------------
| 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;}
.sub_top_area>p>span{ font-family: 'NotoSans-Bold', sans-serif;}

.sub_article{position:relative;width:1300px;margin:0 auto;padding-bottom:50px;border-bottom:1px solid #151314}
.title{text-align:center;padding:20px;border-bottom: 1px solid #ccc;}
.sub_title{color:#222;font-size:25px;border-bottom:2px solid #263d95;padding-bottom:19px;}
.contents{min-height:350px;padding:0 15px 30px;}


/*greetings*/
.greetings {text-align: center;}
.gree_img {margin-bottom: 30px;}
.greetings h1 {margin: 0 0 30px 0; font-size: 28px; color:#333; font-weight:300; line-height: 40px;}
.greetings h1 span {color:#1a4299; font-weight: 700;}
.greetings p { font-size: 16px; color:#353535; font-weight:300; line-height: 30px; letter-spacing: -0.5px; word-break : keep-all;}

.gree_box {width: 50%;height: 400px; float:left; border-right: 1px solid #efefef; padding: 0 2%; margin-bottom: 20px; border-bottom : 1px solid #efefef; }
.gree_box:nth-child(2n) {border-right: none; margin-right: 0;}
.gree_box:nth-child(3), .gree_box:nth-child(4) {border-bottom: none;}
.gree_line {width: 50px; height: 1px; background: #333; margin: 17px auto;}
.gree_box h3 {margin: 0 0 25px 0; font-size: 14px; color:#333; font-weight:400; height: 38px;  word-break : keep-all; }
.gree_box p { font-size: 14px; color:#666; font-weight:300; letter-spacing: -1px; word-break : keep-all; text-align: left; line-height: 23px;  word-break : keep-all;}

.greetings h2 {margin: 0 0 20px 0; font-size: 18px; color:#333; font-weight:300; line-height: 30px; letter-spacing: -0.5px; word-break : keep-all;}
.greetings h2 span {color:#1a4299; font-weight: 400;}
.gree_script_box {width: 100%; height: 220px;}


/*ceo*/
.ceo_box {width: 100%; padding: 20px 0; margin-bottom: 30px; border-bottom: 1px solid #ccc;}
.ceo_img { float: left; margin-right: 3%; width: 40%;}
.ceo_img img{ width: 100%;}
.ceo_script {float: left;  width: 57%}
.ceo_script h1 { width: 100%; font-size: 18px; color:#283897;  border-bottom: 1px solid #ccc; margin: 0; padding-bottom: 20px;}
.ceo_script h1 span {font-size: 25px; color: #333; padding-left: 15px; font-weight: 400;}
.ceo_script div {margin: 20px 0;}
.ceo_script p {width: 80px; height: 25px; background:#ee7e1d; margin-bottom: 13px; text-align: center; color:#fff; line-height: 25px; font-size: 16px;}

/*education*/
.edu_article h1 {font-size: 24px; text-align: left; margin: 30px 0 30px 0; width: 220px; border-left: 5px solid #2d4098; padding-left: 20px;}
.edu_box {width: 100%; border-top: 3px solid #aeaeae; text-align: center; padding-top: 50px; margin-bottom: 30px;}
.edu_line {width: 50px; height: 1px; background: #333; margin: 30px auto;}
.edu_text {width: 100%; padding: 0px 0px;}
.edu_text h2 {font-size: 20px; font-weight: 400; margin: 0 0 20px 0; color:#333;}
.edu_text ul li {text-align: left; font-weight: 300; color:#666; background: url('../images/common/s_blet.png') no-repeat 0 3px; padding-left: 20px; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.5px;  word-break : keep-all;}

/*installed*/
.installed_wrap { width: 100%; background: #fff; padding: 0px 0 0px 0;}
.installed_wrap + .installed_wrap {margin-top: 50px;}
.installed_wrap .campus-title {position: relative; font-size: 20px; font-weight: 600; margin: 0; padding-left: 60px;}
.installed_wrap .campus-title::before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 40px; height: 50px; background: url("../images/sub/campus_icon3.png") no-repeat center/contain;}
.installed_wrap h3 {background: url('../images/sub/campus_icon2.jpg') no-repeat 0 50%; background-size: 40px;padding-left: 60px; height: 40px; line-height: 40px;}
.installed {width: 100%; margin: 0 auto; text-align: center;}
.installed_article { width: 100%; position: relative; margin-top: 0px;}

.ins_left { width: 35px; position: relative; z-index: 2; }
.ins_right {width: 35px; position: relative; z-index: 2; }
.ins_left img,.ins_right img { width: 100%}
.ins_article {margin-top: 0;}
.ins_article ul li {margin-right: 30px; float: left; margin-top: 30px;}
.bx_arrow.campus {position: absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0 15px; display: none;}
/* .installed .text-center {display: flex; flex-direction: column; align-items: center;} */
.installed .text-center {display: inline-block; align-items: center;}

/* .campus-slider-wrap {display: inline-block;} */
.campus-slider-wrap li img {width: 100%;}
.campus-slider-wrap .bx-wrapper {margin: 0 auto;}
/* .campus-pager {display:block; margin-top: 20px; width: 100%; position: relative; z-index: 2; order: 1;} */
.campus-pager {display:block; margin-top: 20px; margin-bottom:20px; width: 100%; position: relative; z-index: 2; order: 1;}
.campus-pager a{display:inline;color:#e6e6e6;font-size:12px;font-weight:bold;  padding: 5px 7px;text-decoration:none; text-align: center;}
.campus-pager a.active{color:#273896;font-size:12px;font-weight:bold;}

.campus_script {margin: 60px 0 0 0;}
.cam_s_box {float: left;}
.campus_script h1 {font-size: 20px; color:#273896; font-weight: 500; margin: 0 0 15px 0; background: url('../images/sub/campus_icon.jpg') no-repeat; padding-left: 70px; letter-spacing: -0.5px; width: 100%;}
.campus_script h1 span {color:#333; font-weight: 300;}
.campus_script h2 {font-size: 16px; color:#333; font-weight: 300; margin: 0; line-height: 25px; word-break : keep-all;width: 100%;}
.cam_text h3 { background: url('../images/sub/campus_bar.jpg') no-repeat 0 50%; padding-left: 60px; margin-top: 50px; font-weight: 300; font-size: 25px; }
.cam_text h3 span {color: #ee7e1d; font-weight: 400; font-size: 30px;}
.cam_text p {font-size: 16px; color:#666; padding-left: 60px; word-break : keep-all; font-weight: 300;}

.campus_table {width: 100%; margin: 30px 0; border-top: 2px solid #273896;}
.campus_table th, .campus_table td { border: 1px solid #ccc; padding: 15px 20px; text-align: center;}
.campus_table th {background: #f8f8f8;}
.campus_table td {color:#666; font-weight: 300;}
.campus-comment {margin-top: 30px;}
.campus-comment p {font-size: 15px; font-weight: 300; line-height: 1.6; color: #333; vertical-align: middle; word-break: break-all;}
.campus-comment p em {font-weight: 500; color: #273896;}
.campus-comment p::before {content: '*'; display: inline-block; vertical-align: middle;}
/*direction*/
.direction {width: 1200px; height:736px; background-size: cover; background: url('../images/sub/dir_bg.jpg') no-repeat 0 0; position: relative;}
.direction h1 {margin: 0 0 30px 0; font-size: 24px; color:#333; text-align: center;}
.direction p { font-size: 16px; color:#333; text-align: center;}
.dir_box1 {width: 264px; height: 173px;position: absolute; top:268px; left: 85px; padding: 30px 15px 0 15px;}
.dir_box2 {width: 264px; height: 173px; position: absolute; top:19px; left: 470px; padding: 40px 15px 0 15px;}
.dir_box3 {width: 264px; height: 173px; position: absolute; top:268px; right: 85px; padding: 40px 15px 0 15px;}
.dir_box4 {width: 294px; height: 298px; position: absolute; bottom:0; left: 455px; padding: 110px 15px 0 15px;}


/*products*/
.pro_title_box {width: 800px; height: 180px; border: 1px solid #ccc; margin: 0 auto 100px auto;}
.pro_title_box h1 {width: 600px; margin: -30px auto 30px auto; font-size: 24px; color:#fff; text-align: center; background: #535a98; padding: 20px 0; }
.pro_title_box ul {width: 400px; margin: 0 auto;}
.pro_title_box ul li { width: 50%; font-size: 18px; color:#666; background: url('../images/sub/s_blet.jpg') no-repeat 0 3px; padding-left: 20px; float: left; margin-bottom: 15px;}

.pro_box {width: 285px; height: 450px; margin-right: 20px; float: left; border: 1px solid #ccc;}
.pro_box h1 {width: 200px; margin: -30px auto 30px auto; font-size: 24px; color:#fff; text-align: center; background: #7ba8d3; padding: 15px 0; }
.pro_box ul {padding: 0 30px; }
.pro_box ul li {width: 100%; font-size: 16px; color:#666; background: url('../images/sub/s_blet.jpg') no-repeat 0 3px; padding-left: 20px; float: left; margin-bottom: 15px;}


/*business*/
.busin_box {width: 100%; text-align: center;}
.busin_logo_box {float: left; width: 100%;}

.busin_script_box {float: left; width: 100%;}

.busin_script_box h1 {font-size: 24px; color:#333; font-weight: 500; padding: 20px 0; border-bottom: 1px solid #ddd; margin: 20px 0 0 0;}
.busin_script_box h2 {font-size: 18px; color:#333; font-weight: 400; margin: 20px 0; word-break : keep-all; text-align: center; }
.busin_script_box ul li {color:#666; font-weight: 300; margin-bottom: 10px; background: url('../images/common/dotblet.png') no-repeat 0 5px; padding-left: 15px; word-break : keep-all; text-align: left; width:}

@media screen and (min-width:600px) {
	/*길때*/
	.busin_script_box ul {width:420px; margin: 0 auto;}
}
@media screen and (max-width:599px) {
	/*작을때*/
	.busin_script_box ul li {color:#666; font-weight: 300; margin-bottom: 10px; background: url('../images/common/dotblet.png') no-repeat 0 5px; padding-left: 15px; word-break : keep-all; text-align: left; width:}
}

.busin_go { width: 200px; height: 40px; margin: 30px auto 0 auto;}
.busin_go a {width: 200px; height: 40px; display: block; text-decoration: none; color:#fff; font-size :16px; background:#194397; text-align: center; line-height: 40px; transition: all 0.3s;}
.busin_go a span {padding-left: 15px;}
