@charset "UTF-8";

@import url(./lib/owl_carousel.css);

@import
	url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap")
	;

@font-face {
	font-family: 'Noto Sans Kr';
	font-style: normal;
	font-weight: 100;
	src: local("notokr light"), local("notokr-light"),
		url("../fonts/notokr-light.eot");
	src: url("../fonts/notokr-light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/notokr-light.woff2") format("woff2"),
		url("../fonts/notokr-light.woff") format("woff");
}

@font-face {
	font-family: 'Noto Sans Kr';
	font-style: normal;
	font-weight: 300;
	src: local("notokr regular"), local("notokr-regular"),
		url("../fonts/notokr-regular.eot");
	src: url("../fonts/notokr-regular.eot?#iefix")
		format("embedded-opentype"), url("../fonts/notokr-regular.woff2")
		format("woff2"), url("../fonts/notokr-regular.woff") format("woff");
}

@font-face {
	font-family: 'Noto Sans Kr';
	font-style: normal;
	font-weight: 500;
	src: local("notokr medium"), local("notokr-medium"),
		url("../fonts/notokr-medium.eot");
	src: url("../fonts/notokr-medium.eot?#iefix")
		format("embedded-opentype"), url("../fonts/notokr-medium.woff2")
		format("woff2"), url("../fonts/notokr-medium.woff") format("woff");
}

@font-face {
	font-family: 'Noto Sans Kr';
	font-style: normal;
	font-weight: 700;
	src: local("notokr bold"), local("notokr-bold"),
		url("../fonts/notokr-bold.eot");
	src: url("../fonts/notokr-bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/notokr-bold.woff2") format("woff2"),
		url("../fonts/notokr-bold.woff") format("woff");
}

@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 300;
	src: local("Segoe UI Regular"), url("../fonts/Segoe UI.woff")
		format("woff");
}

@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 500;
	src: local("seguisb"), url("../fonts/seguisb.woff") format("woff");
}

/*******************************************
*    Mixin
********************************************/
html {
	font-family: 'Noto Sans Kr', sans-serif;
	font-size: 16px;
	line-height: 1;
}

/* text color */
/* point color */
/* line & Bg color */
.clfix {
	*zoom: 1;
}

.clfix:after {
	display: block;
	clear: both;
	content: "";
}

.hide {
	display: none;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.sub_top.sub01 {
	background: url("../images/bg_sub_top_01.jpg") no-repeat;
}

.sub_top.sub01 .submenu_wrap .submenu_lst li {
	width: 20%;
}

.sub_top.sub02 {
	background: url("../images/bg_sub_top_02.jpg") no-repeat;
}

.sub_top.sub02 .submenu_wrap .submenu_lst li {
	width: 33%;
}

.sub_top.sub03 {
	background: url("../images/bg_sub_top_03.jpg") no-repeat;
}

.sub_top.sub03 .submenu_wrap .submenu_lst li {
	width: 50%;
}

.sub_top.sub04 {
	background: url("../images/bg_sub_top_04.jpg") no-repeat;
}

.sub_top.sub04 #subMenu {
	display: none !important;
}

.sub_top.sub05 {
	background: url("../images/bg_sub_top_05.png") no-repeat;
}

.sub_top.sub05 #subMenu {
	display: none !important;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

/****************************************************
*    TITLE COMMON
******************************************************/
.top_title {
	padding: 80px 0 99px;
}

.top_title h2 {
	font-size: 2.625rem;
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.cont_title {
	text-align: center;
	padding: 50px 0;
	position: relative;
}

.cont_title.introduce {
	padding: 50px 0;
	position: relative;
	text-align: left;
}

.cont_title h3 {
	font-size: 2.375rem;
	color: #333;
	font-weight: 300;
}

.cont_title h4 {
	color: #333333;
    font-size: 1.75rem;
    font-weight: 700;
}

.cont_title .tit_inner {
	margin-top: 10px;
}

.cont_title .tit_inner .desc {
	color: #999;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: 300;
}

.box_title {
	margin-bottom: 30px;
	*zoom: 1;
}

.box_title:after {
	display: block;
	clear: both;
	content: "";
}

.box_title h4 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #333;
}

.cont_slogan {
	font-weight: 300;
	line-height: 2rem;
}

.cont_slogan .main_txt {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #0071bd;
}

.cont_slogan .sub_txt {
	color: #666;
	line-height: 1.5rem;
	font-size: 1rem;
}

.inner_title {
	text-align: center;
	padding-bottom: 30px;
	*zoom: 1;
}

.inner_title:after {
	display: block;
	clear: both;
	content: "";
}

.inner_title .dec+h3 {
	padding-top: 80px;
}

.inner_title h3 {
	white-space: nowrap;
	vertical-align: middle;
	color: #242424;
	font-size: 2.25rem;
	font-weight: 700;
}

.inner_title h3:after {
	width: 1px;
	height: 40px;
	background-color: #3d3e48;
	margin: 30px auto 0;
	display: block;
	content: "";
}

/****************************************************
*    INPUT
******************************************************/
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime],
	input[type=email], input[type=month], input[type=number], input[type=password],
	input[type=search], input[type=tel], input[type=text], input[type=time],
	input[type=url], input[type=week], select {
	font-family: 'Noto Sans Kr', sans-serif;
	font-size: 13px;
	padding: 0 15px;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	color: #333;
	background: #fff;
	border: 1px solid #5b9dd7;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=color].auto, input[type=date].auto, input[type=datetime-local].auto,
	input[type=datetime].auto, input[type=email].auto, input[type=month].auto,
	input[type=number].auto, input[type=password].auto, input[type=search].auto,
	input[type=tel].auto, input[type=text].auto, input[type=time].auto,
	input[type=url].auto, input[type=week].auto, select.auto {
	width: 100%;
}

input[type=color].right, input[type=date].right, input[type=datetime-local].right,
	input[type=datetime].right, input[type=email].right, input[type=month].right,
	input[type=number].right, input[type=password].right, input[type=search].right,
	input[type=tel].right, input[type=text].right, input[type=time].right,
	input[type=url].right, input[type=week].right, select.right {
	text-align: right;
}

input[type=color].center, input[type=date].center, input[type=datetime-local].center,
	input[type=datetime].center, input[type=email].center, input[type=month].center,
	input[type=number].center, input[type=password].center, input[type=search].center,
	input[type=tel].center, input[type=text].center, input[type=time].center,
	input[type=url].center, input[type=week].center, select.center {
	text-align: center;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
	input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus,
	input[type=number]:focus, input[type=password]:focus, input[type=search]:focus,
	input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus,
	input[type=url]:focus, input[type=week]:focus, select:focus {
	outline-color: #5b9dd7;
}

/****************************************************
*    RADIO
******************************************************/
input[type="radio"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}

input[type="radio"]+label {
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

input[type="radio"]+label:before {
	display: inline-block;
	margin: 0 6px 2px 18px;
	vertical-align: middle;
	background: url("../images/system_spr_ico.png") no-repeat;
	background-size: 300px 83px;
	cursor: pointer;
	content: '';
}

input[type="radio"]:focus+label:before {
	border-color: rgba(48, 63, 79, 0.4);
	-webkit-box-shadow: 0 0 4px 1px rgba(48, 63, 79, 0.2), 0 0 0 1px #e7e7e7;
	box-shadow: 0 0 4px 1px rgba(48, 63, 79, 0.2), 0 0 0 1px #e7e7e7;
	outline: 0;
}

input[type="radio"]+label:before {
	width: 17px;
	height: 17px;
	background-position: -40px -9px;
}

input[type="radio"]:checked+label:before {
	background-position: -16px -9px;
}

input[type="radio"][disabled]+label:before {
	background-position: -63px -9px;
}

input[type="radio"]:focus+label:before {
	border-radius: 50%;
}

/****************************************************
*    NICE SELECT
******************************************************/
.selbox {
	display: inline-block;
	vertical-align: middle;
}

.selbox .nice-select {
	font-family: 'Noto Sans Kr', sans-serif;
	width: 122px;
	height: 40px;
	font-size: 1rem;
	line-height: 38px;
	font-weight: 300;
	border-radius: 3px;
}

.selbox .nice-select span {
	font-weight: 300;
	color: #666;
	font-size: 1rem;
}

.selbox .nice-select:hover, .selbox .nice-select:focus {
	border-color: #dbdbdb !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.selbox .nice-select .list {
	width: 100%;
	border-radius: 3px;
}

.selbox .nice-select .option {
	min-height: 38px;
	line-height: 38px;
	color: #666;
	font-weight: 300;
}

.selbox .nice-select .option.selected {
	background-color: #f5f5f5;
}

.selbox .nice-select .option:hover {
	color: #666;
	background-color: #f5f5f5;
}

/****************************************************
*    TABLE
******************************************************/
.tbl {
	position: relative;
}

.tbl.finance {
	width: 100%;
}

.tbl.finance table {
	border: 1px solid #dcdcdc;
	width: 100%;
}

.tbl.finance thead th {
	text-align: center;
	height: 50px;
	font-weight: 500;
	color: #333;
	font-size: 1rem;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
}

.tbl.finance thead th+th {
	border-left: 1px solid #dcdcdc;
}

.tbl.finance tbody th {
	text-align: center;
	height: 50px;
	font-weight: 500;
	color: #333;
	font-size: 1rem;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
}

.tbl.finance tbody th+th {
	border-left: 1px solid #dcdcdc;
}

.tbl.finance tbody th+td {
	border-left: 1px solid #dcdcdc;
}

.tbl.finance tbody tr+tr {
	border-top: 1px solid #dcdcdc;
}

.tbl.finance tbody td {
	text-align: right;
	font-size: 1rem;
	height: 44px;
	font-weight: 300;
	padding: 0 10px;
	color: #666;
}

.tbl.finance tbody td+td {
	border-left: 1px solid #dcdcdc;
}

.tbl.finance tbody td.minus {
	color: #ff4848;
}

.tbl.basic table {
	border: 1px solid #dcdcdc;
	width: 100%;
}

.tbl.basic thead th {
	text-align: center;
	height: 50px;
	font-weight: 300;
	color: #333;
	font-size: 1rem;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
}

.tbl.basic thead th+th {
	border-left: 1px solid #dcdcdc;
}

.tbl.basic tbody th {
	text-align: center;
	height: 50px;
	font-weight: 300;
	color: #333;
	font-size: 1rem;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.tbl.basic tbody th+th {
	border-left: 1px solid #dcdcdc;
}

.tbl.basic tbody th+td {
	border-left: 1px solid #dcdcdc;
}

.tbl.basic tbody tr+tr {
	border-top: 1px solid #dcdcdc;
}

.tbl.basic tbody td {
	text-align: left;
	font-size: 1rem;
	font-weight: 300;
	padding: 20px 30px;
	color: #666;
}

.tbl.basic tbody td.noline-right {
	border-right: 1px solid #fff;
}

.tbl.basic tbody tr.cnt_m {
	display:none;
}

.tbl.basic tbody td+td {
	border-left: 1px solid #dcdcdc;
}

.tbl.basic tbody td ul li {
	line-height: 1.5rem;
	font-size: 1rem;
}

.tbl.basic tbody td ul li.circle {
	list-style-type: circle;
}

.tbl.line table {
	width: 100%;
	border-top: 2px solid #808080;
}

.tbl.line thead th {
	background-color: #f4f4f4;
	padding: 24px 0;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid #d9d9d9;
}

.tbl.line thead th+th {
	border-left: 1px solid #d9d9d9;
}

.tbl.line tbody th {
	padding: 50px 40px;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #d9d9d9;
}

.tbl.line tbody td {
	padding: 30px;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.tbl.line tbody td .bullet ul li {
	line-height: 1.625rem;
}

.tbl.line tbody td .bullet ul li:before {
	top: 11px;
}

.tbl .caption {
	margin: 0;
	position: absolute;
	top: -30px;
	right: 0;
}

.caption {
	margin: 20px 0;
}

.caption .dec {
	font-weight: 300;
	font-size: 0.875rem;
	color: #999;
}

/****************************************************
*    TAB
******************************************************/
.tab_lst li {
	float: left;
	width: 25%;
	display: block;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 50px;
}

.tab_lst li a {
	font-weight: 300;
	line-height: 50px;
	color: #666;
}

.tab_lst li.on {
	border: 1px solid #333;
	border-bottom: 0;
}

.tab_lst li.on a {
	font-weight: 500;
	color: #333;
}

.tab_lst li+li {
	border-left: 0;
}

.tab_container {
	margin-top: 20px;
}

/****************************************************
*    COMPONENT
******************************************************/
.bullet ul li {
	font-size: 1rem;
	font-weight: 300;
	line-height: 2.25rem;
	color: #666;
	position: relative;
	padding-left: 10px;
}

.bullet ul li:before {
	width: 2px;
	height: 2px;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 17px;
	display: block;
	content: "";
}

.txt h5 {
	font-size: 1.125rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 15px;
}

.txt p {
	font-size: 1rem;
	color: #666;
	line-height: 1.625rem;
	font-weight: 300;
}

.txt p+p {
	margin-top: 20px;
}

.txt+.txt {
	margin-top: 25px;
}

.img_box {
	*zoom: 1;
	margin-bottom: 30px;
}

.img_box:after {
	display: block;
	clear: both;
	content: "";
}

.img_box .img {
	border: 1px solid #dcdcdc;
	width: 440px;
	height: 320px;
	float: left;
	margin-right: 35px;
	background-position: center;
	text-indent: -9999em;
}

.img_box .img.module {
	background: url(../images/img_storeage_module.png) no-repeat;
}

.img_box .img.software {
	background: url(../images/img_storeage_software.png) no-repeat;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, textarea, p, blockquote, th, td, input, select,
	textarea, button {
	margin: 0;
	padding: 0;
}

dl, ul, ol, menu, li {
	list-style: none;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

img, fieldset, iframe {
	border: 0 none;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

input, select, textarea, button {
	vertical-align: middle;
}

textarea {
	resize: none;
}

input::-ms-clear {
	display: none;
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

button, input[type='button'], input[type='submit'], input[type='reset'],
	input[type='file'] {
	border-radius: 0;
	-webkit-appearance: button;
}

input[type="image"], input[type="text"], input[type="submit"], input[type="password"],
	input[type='search'] {
	border-radius: 0;
	-webkit-appearance: none;
}

input:checked[type='checkbox'] {
	-webkit-appearance: checkbox;
	background-color: transparent;
}

input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption, legend {
	position: absolute;
	top: -9999px;
	left: -9999px;
	font-size: 0px;
	line-height: 0;
}

a {
	text-decoration: none;
	select-dummy: expression(this.hideFocus = true);
}

a:active {
	background-color: transparent;
}

body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, button {
	/* font family, letter-spacing etc...*/
	
}

hr {
	display: none;
}

textarea, input {
	-webkit-apperence: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section, main, menu {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

sup, sub {
	line-height: 0;
}

html, body {
	width: 100%;
	overflow-x: hidden;
}

ul:after, ol:after {
	content: '';
	clear: both;
	display: block;
}

.img_box.moto {
	text-align: center;
}

.img_box.moto figure {
	display: inline-block;
}

.img_box.moto figure figcaption {
	margin-top: 55px;
	margin-bottom: 40px;
	color: #333333;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 32px;
}

.img_box.moto figure figcaption em.blue {
	color: #278fef;
	font-size: 1.375rem;
	font-weight: 400;
	display: block;
}

.solid_box+.solid_box {
	margin-top: 60px;
}

.solid_box dl.solid_blue_box dt {
	background-color: #0164b7;
}

.solid_box dl.solid_blue_box dt h4 {
	line-height: 48px;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
}

.solid_box dl.solid_white_box dt {
	background-color: #fff;
}

.solid_box dl.solid_white_box dt h5 {
	line-height: 48px;
	color: #333333;
	font-size: 1.375rem;
	font-weight: 700;
}

.solid_box dl dt {
	text-align: center;
	height: 50px;
}

.solid_box dl dd {
	background-color: #f5f5f5;
	padding: 40px 60px 45px;
}

.solid_box dl dd+dd {
	margin-top: 15px;
}

.solid_box dl dd .txt {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.1875rem;
	font-weight: 400;
	line-height: 30px;
}

.solid_box dl dd .txt.center {
	text-align: center;
}

.solid_box dl dd.bg_visual {
	padding: 0;
	width: 100%;
	height: 279px;
	background: url("../images/PCR/img_motorola_visual.png") no-repeat;
}

.solid_box dl dd.bg_visual .txt {
	line-height: 48px;
	padding-top: 100px;
	color: #fff;
	font-size: 1.875rem;
	font-weight: 300;
}

.solid_box dl dd.bg_visual .txt em {
	display: block;
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
}

.solid_box dl dd .certi_mark_box {
	text-align: center;
	margin-bottom: 70px;
}

.solid_box dl dd .certi_mark_box .certi_mark {
	vertical-align: middle;
}

.solid_box dl dd .certi_mark_box .certi_txt {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 25px;
}

.solid_box dl dd .certi_mark_box .certi_txt p {
	line-height: 20px;
	color: #333333;
	font-size: 0.9375rem;
	font-weight: 400;
}

.solid_box dl dd .certi_mark_box .certi_txt em {
	color: #333333;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.solid_box dl dd>.bullet ul li {
	line-height: 32px;
	font-size: 1.063rem;
	font-weight: 300;
	color: #333333;
}

.solid_box dl dd>.bullet ul li:before {
	top: 14px;
}

.solid_box dl dd>.bullet ul li+li {
	margin-top: 0;
}

.solid_box dl dd .inbl_cont {
	display: inline-block;
	vertical-align: middle;
}

.solid_box dl dd .inbl_cont p {
	line-height: 24px;
	color: #333333;
	font-size: 0.9375rem;
	font-weight: 400;
}

.solid_box dl dd .inbl_cont em {
	color: #333333;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.solid_box dl dd .inbl_cont.wfix {
	width: 260px;
}

.solid_box dl dd .inbl_cont.verti_top {
	vertical-align: top;
}

.solid_box dl dd .inbl_cont .img_col {
	margin-top: 40px;
}

.solid_box dl dd .inbl_cont .img_col figure {
	padding-bottom: 0;
}

.solid_box dl dd .inbl_cont+.inbl_cont {
	margin-left: 40px;
}

.solid_box dl dd>img+.inbl_cont {
	margin-left: 60px;
}

.solid_box dl dd>img+.inbl_cont .bullet {
	margin-left: 20px;
}

.solid_box dl dd figure {
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}

.solid_box dl dd figure figcaption {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
}

.solid_box dl dd .img_col {
	display: table;
	width: 100%;
	text-align: center;
}

.solid_box dl dd .img_col figure {
	display: table-cell;
	vertical-align: bottom;
}

.solid_box dl dd .img_col.col4 figure {
	width: 25%;
}

.solid_box dl dd .img_col.col3 figure {
	width: 33.333333%;
}

/* iframe 영상이 16:9인 경우 */
.solid_box.iframe_box_16To9 {
	position: relative;
	width:100%;
	padding-top: 56.25%;
}
/* iframe 영상이 4:3인 경우 */
.solid_box.iframe_box_4To3 {
	position: relative;
	width:100%;
	padding-top: 75%;
}
.solid_box iframe {
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}

.motorola_slogan {
	background: url("../images/PCR/img_motorola_slogan_bg.png") no-repeat;
	background-size: 100%;
	height: 250px;
}

.motorola_slogan .txt p {
	width: auto;
	padding-top: 70px;
	margin-top: 0;
	padding-bottom: 0;
	line-height: 48px;
	color: #fff;
	font-size: 2.25rem;
	font-weight: 300;
}

.motorola_slogan .txt em.blue {
	display: block;
	color: #278fef;
	font-size: 2.25rem;
	font-weight: 500;
}

/****************************************************
*    HEADER
******************************************************/
h1 {
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
}

header {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}

header.on:before {
	z-index: 98;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 250px;
	background: #f8f8f8;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	content: '';
}

header .header_wrap {
	position: relative;
	*zoom: 1;
}

header .header_wrap:after {
	display: block;
	clear: both;
	content: "";
}

header .logo {
	position: absolute;
	top: 26px;
	left: 0;
	width: 182px;
	height: 31px;
	text-indent: -9999px;
}

header .logo a {
	display: block;
	width: 200px;
	height: 100%;
	background: url("../images/Systems_logo.png") no-repeat;
	background-size: 200px;
}

header .nav_wrap {
	display: block;
	height: 79px;
	margin-left: 250px;
	float: left;
}

header .nav_wrap nav {
	display: block;
	*zoom: 1;
}

header .nav_wrap nav:after {
	display: block;
	clear: both;
	content: "";
}

header .gnb {
	width: 850px;
	height: 79px;
	z-index: 100;
	float: left;
}

header .gnb>li {
	display: inline-block;
	height: auto;
	float: left;
	width: 25%;
}


header .gnb>li.on a, header .gnb>li.here a {
	color: #0071bd;
}

header .gnb>li>a {
	padding-left: 45px;
	display: block;
	height: 100%;
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 1.25rem;
	color: #333;
	line-height: 79px;
}

header .gnb>li>.gnb_dep2 {
	padding-left: 40px;
	position: absolute;
	z-index: 99;
	left: auto;
	top: 79px;
	min-width: 120px;
	max-width: 220px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
}

header .gnb>li>.gnb_dep2 li {
	width: 100%;
	position: relative;
	display: block;
	line-height: 34px;
}

header .gnb>li>.gnb_dep2 li:hover a {
	color: #0071bd;
}

header .gnb>li>.gnb_dep2 li>a {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	color: #333;
	font-size: 1em;
	font-weight: 400;
}

header .gnb>li>.gnb_dep2 li>a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	font-size: 1em;
	content: '\00B7';
}

header .gnb>li.active>.gnb_dep2 {
	display: block;
	height: auto;
}

header .sns {
	float: left;
	width: 130px;
	height: 80px;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

header .sns>ul {
	width: 92px;
	margin: 25px auto;
	*zoom: 1;
}

header .sns>ul:after {
	display: block;
	clear: both;
	content: "";
}

header .sns>ul>li {
	float: left;
}

header .sns>ul>li a {
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	position: relative;
}

header .sns>ul>li a:before {
	background: url(../images/spr_global_icon.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	content: "";
}

header .sns>ul>li.facebook a {
	display: block;
	width: 14px;
	height: 26px;
}

header .sns>ul>li.facebook a:before {
	width: 14px;
	height: 26px;
	background-position: -13px -11px;
}

header .sns>ul>li.facebook a:hover:before {
	background-position: -13px -51px;
}

header .sns>ul>li.youtube {
	margin-left: 13px;
}

header .sns>ul>li.youtube a {
	display: block;
	width: 29px;
	height: 29px;
}

header .sns>ul>li.youtube a:before {
	top: -1px;
	width: 29px;
	height: 29px;
	background-position: -39px -9px;
}

header .sns>ul>li.youtube a:hover:before {
	background-position: -39px -49px;
}

header .sns>ul>li.blog {
	margin-left: 10px;
}

header .sns>ul>li.blog a {
	display: block;
	width: 14px;
	height: 26px;
}

header .sns>ul>li.blog a:before {
	top: -1px;
	width: 27px;
	height: 27px;
	background-position: -80px -10px;
}

header .sns>ul>li.blog a:hover:before {
	background-position: -80px -50px;
}

header .quick_link {
	float: left;
	height: 80px;
	border-right: 1px solid #dcdcdc;
}

header .quick_link_open {
	display: block;
	padding: 32px 10px;
}

header .quick_link_open>span {
	padding-right: 10px;
	font-size: 12px;
	color: #0071bd;
	position: relative;
}

header .quick_link_open>span:after {
	background: url(../images/spr_global_icon.png) no-repeat;
	background-position: -117px -12px;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 3px;
	right: 0px;
	display: block;
	content: "";
}

header .quick_link_open:hover span {
	border-bottom: 1px solid #0071bd;
}

header .quick_link_close {
	display: block;
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	right: -30px;
	bottom: -55px;
	width: 19px;
	height: 19px;
}

header .quick_link_close:before {
	background: url(../images/spr_global_icon.png) no-repeat;
	background-position: -118px -34px;
	width: 19px;
	height: 19px;
	display: block;
	content: "";
}

header .quick_link_wrap {
	display: none;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	height: 290px;
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 120px;
}

header .quick_link_lst {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

header .quick_link_lst ul {
	*zoom: 1;
}

header .quick_link_lst ul:after {
	display: block;
	clear: both;
	content: "";
}

header .quick_link_lst ul li {
	float: left;
	width: 210px;
	height: 86px;
	border: 4px solid #fff;
	text-align: center;
}

header .quick_link_lst ul li a {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 300;
	display: block;
	padding: 30px 15px;
	text-shadow: 2px 2px 2px #000;
}

header .quick_link_lst ul li a span {
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

header .quick_link_lst ul li+li {
	margin-left: 12px;
}

header .quick_link_lst ul li:hover a span {
	padding-right: 15px;
	border-bottom: 1px solid #fff;
}

header .quick_link_lst ul li:hover a span:before {
	background: url(../images/spr_global_icon.png) no-repeat;
	background-position: -129px -12px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 8px;
	height: 13px;
	display: block;
	content: "";
}

header .quick_link_lst ul li:first-child a {
	background: url("../images/quicklink_sol_img.png") no-repeat;
}

header .quick_link_lst ul li:nth-child(2) a {
	background: url("../images/quicklink_emb_img.png") no-repeat;
}

header .quick_link_lst ul li:nth-child(3) a {
	background: url("../images/quicklink_blo_img.png") no-repeat;
}

header .quick_link_lst ul li:nth-child(4) a {
	background: url("../images/quicklink_net_img.png") no-repeat;
}

header .quick_link_lst ul li:last-child a {
	background: url("../images/quicklink_voi_img.png") no-repeat;
}

header .quick_link_lst ul:before {
	position: absolute;
	top: -40px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	content: "SGA계열사";
}

/****************************************************
*    FOOTER
******************************************************/
#footer {
	border-top: 1px solid #dcdcdc;
}

#footer .footer_wrap {
	position: relative;
	background-color: #3e3e3e;
	border-top: 1px solid #dcdcdc;
}

#footer .footer_wrap .footer_cont {
	padding: 35px 0;
}

#footer .footer_wrap .footer_logo {
	float: left;
	display: block;
	text-indent: -9999em;
	margin-right: 70px;
	margin-top: 10px;
	background: url(../images/Systems_footer_logo.png) no-repeat;
	background-size: 200px;
	width: 206px;
	height: 34px;
}

#footer .footer_wrap .footer_info {
	float: left;
	color: #999;
	font-size: 0.8125rem;
	font-weight: 300;
	position: relative;
}

#footer .footer_wrap .footer_info dl {
	display: inline-block;
	margin-bottom: 5px;
}

#footer .footer_wrap .footer_info dl+dl dt {
	margin-left: 20px;
	padding-left: 20px;
}

#footer .footer_wrap .footer_info dl+dl dt:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 13px;
	width: 1px;
	background-color: #999;
	display: block;
	content: "";
}

#footer .footer_wrap .footer_info dt {
	display: inline-block;
	position: relative;
}

#footer .footer_wrap .footer_info dd {
	display: inline-block;
}

#footer .footer_wrap .footer_info dd+dt {
	margin-left: 20px;
	padding-left: 20px;
}

#footer .footer_wrap .footer_info dd+dt:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 13px;
	width: 1px;
	background-color: #999;
	display: block;
	content: "";
}

#footer .footer_wrap .footer_info address {
	margin-bottom: 5px;
	font-size: 0.8125rem;
	line-height: 1rem;
}

#footer .footer_wrap .footer_info .copyright {
	line-height: 1rem;
}

#footer .footer_wrap .footer_info .privacy_link {
	border: 1px solid #999;
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8125rem;
	color: #ddd;
	font-weight: 100;
	display: block;
}

#footer .footer_wrap .footer_info .ethics_link {
	border: 1px solid #fff;
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: 120px;
	font-size: 0.8125rem;
	color: #0a0a0a;
	background-color: #fff;
	font-weight: 300;
	display: block;
}

#footer .footer_wrap .btn_top_wrap {
	position: fixed;
	bottom: 40px;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 5;
	display: none;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#footer .footer_wrap .btn_top_wrap.fix {
	display: block;
}

#footer .footer_wrap .btn_top_wrap>.top_btn {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	position: relative;
	background-color: #8b8b8b;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	opacity: .9;
}

#footer .footer_wrap .btn_top_wrap>.top_btn:before {
	background: url(../images/spr_global_icon.png) no-repeat;
	background-position: -117px -67px;
	width: 19px;
	height: 25px;
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	content: "";
}

#footer .footer_wrap .btn_top_wrap>.top_btn>span {
	display: block;
	text-indent: -9999em;
}

#footer .owl-carousel-wrap {
	height: 58px;
}

/****************************************************
*    SUB MENU
******************************************************/
.submenu_wrap {
	background-color: #fff;
	height: 58px;
	width: 100%;
}

.submenu_lst {
	*zoom: 1;
}

.submenu_lst:after {
	display: block;
	clear: both;
	content: "";
}

.submenu_lst>li {
	float: left;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative;
	overflow: hidden;
}

.submenu_lst>li+li {
	border-left: 0;
}

.submenu_lst>li>a {
	display: block;
	width: 100%;
	height: 58px;
	color: #666;
	font-weight: 300;
	line-height: 58px;
	font-size: 1.125rem;
	text-align: center;
}

.submenu_lst>li>a .ico {
	position: relative;
}

.submenu_lst>li>a .ico:after {
	background: url(../images/spr_global_icon.png) no-repeat;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	background-position: -49px -90px;
	width: 8px;
	height: 14px;
	margin-left: 10px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	display: inline-block;
	content: "";
}

.submenu_lst>li>a:hover {
	color: #0071bd;
}

.submenu_lst>li>a:hover .ico:after {
	background-position: -64px -90px;
}

.submenu_lst>li.on>a {
	color: #0071bd;
}

.submenu_lst>li.open {
	overflow: inherit;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.submenu_lst>li.open .submenu_lst_dep2 {
	max-height: 50px;
}

.submenu_lst>li.open .submenu_lst_dep2 li {
	height: 50px;
}

.submenu_lst>li.open .submenu_lst_dep2 li a {
	height: 50px;
	font-size: 1.125rem;
	border: 1px solid #dcdcdc;
}

.submenu_lst>li.open .submenu_lst_dep2 li a:before {
	background: url(../images/spr_global_icon.png) no-repeat;
	background-position: -49px -90px;
	width: 8px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 18px;
	display: block;
	content: "";
}

.submenu_lst>li.open .submenu_lst_dep2 li a:hover {
	color: #0071bd;
}

.submenu_lst>li.open .submenu_lst_dep2 li a:hover:before {
	background-position: -64px -90px;
}

.submenu_lst>li.open .ico:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.submenu_lst_dep2 {
	width: 100%;
	max-height: 0;
	z-index: 999;
	position: absolute;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.submenu_lst_dep2>li {
	width: 100% !important;
	background-color: #fff;
	height: 0;
}

.submenu_lst_dep2>li a {
	height: 0;
	display: block;
	width: 100%;
	color: #666;
	font-weight: 300;
	line-height: 50px;
	padding: 0 20px;
	text-align: left;
	position: relative;
	font-size: 0;
}

.submenu_lst_dep2>li+li {
	border-top: 1px solid #dcdcdc;
}

.submenu_lst_dep2>li.on>a {
	color: #0071bd;
}

/****************************************************
*    LAYOUT
******************************************************/
.container {
	text-align: left;
	padding-bottom: 80px;
	width: 1920px;
	margin: 0 auto;
}

.container .sub_top {
	height: 280px;
	border-bottom: 1px solid #dcdcdc;
	background-position: top right;
}

.container .sub_top>.inner {
	position: relative;
}

.container .sub_top.sub04 {
	height: 220px;
	border-bottom: 0;
}

.container .sub_top.sub05 {
	height: 220px;
	border-bottom: 0;
}

.container .sub_top .location {
	position: absolute;
	top: 20px;
	left: 0;
}

.container .sub_top .location ul {
	*zoom: 1;
}

.container .sub_top .location ul:after {
	display: block;
	clear: both;
	content: "";
}

.container .sub_top .location ul li {
	float: left;
	color: #fff;
	font-weight: 300;
	font-size: 0.8125rem;
}

.container .sub_top .location ul li+li {
	padding-left: 30px;
	position: relative;
}

.container .sub_top .location ul li+li:before {
	font-weight: 300;
	position: absolute;
	left: 10px;
	font-size: 0.8125rem;
	color: #fff;
	content: '>';
}

.container .sub_cont_tab {
        margin-top: 40px; }


.container .sub_cont .cont_box+.cont_box {
	margin-top: 50px;
}

.main_cont {
	padding-bottom: 70px;
}

.main_rolling {
	height: 780px;
	background-color: #f5f5f5;
}

.main_rolling .swiper-container {
	height: 100%;
	width: 100%;
}

.main_rolling .swiper-slide {
	background-position: center;
	position: relative;
}

.main_rolling .swiper-slide.bg01 {
	background: url(../images/bg_main_rolling_01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.main_rolling .swiper-slide.bg01 .rolling_item:after {
	top: 110px;
	width: 594px;
	height: 567px;
	/*   background: url(../images/bg_main_info_01.png) no-repeat; */
}

.main_rolling .swiper-slide.bg02 {
	background: url(../images/bg_main_rolling_02.jpg) no-repeat;
	height: 780px;
	width: 100%;
}

.main_rolling .swiper-slide.bg02 .rolling_item:after {
	top: 120px;
	right: -65px;
	width: 838px;
	height: 538px;
	background: url(../images/bg_main_info_02.png) no-repeat;
}

.main_rolling .swiper-slide.bg03 {
	background: url(../images/bg_main_rolling_03.jpg) no-repeat;
	height: 780px;
	width: 100%;
}

.main_rolling .swiper-slide.bg03 .rolling_item:after {
	top: 205px;
	right: -65px;
	width: 828px;
	height: 452px;
	background: url(../images/bg_main_info_03.png) no-repeat;
}

.main_rolling .swiper-slide.bg04 {
	background: url(../images/bg_main_rolling_04.jpg) no-repeat;
	height: 780px;
	width: 100%;
}

.main_rolling .swiper-slide.bg04 .rolling_item:after {
	top: 130px;
	width: 574px;
	height: 565px;
	background: url(../images/bg_main_info_04.png) no-repeat;
}

.main_rolling .swiper-pagination {
	position: relative;
	display: block;
	float: left;
}

.main_rolling .swiper-pagination span.swiper-pagination-bullet {
	width: auto;
	height: auto;
	font-family: 'Roboto', san-serif;
	color: #fff;
	background-color: transparent;
	font-size: 1.125rem;
	margin: 0;
	font-weight: 200;
	display: inline-block;
}

.main_rolling .swiper-pagination span.swiper-pagination-bullet+.swiper-pagination-bullet
	{
	margin-left: 25px;
	position: relative;
}

.main_rolling .swiper-pagination span.swiper-pagination-bullet+.swiper-pagination-bullet:before
	{
	display: block;
	position: absolute;
	left: -15px;
	vertical-align: middle;
	content: "/";
}

.main_rolling .swiper-component {
	width: 1100px;
	bottom: 230px;
	left: 0;
	right: 0;
	top: auto;
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	*zoom: 1;
}

.main_rolling .swiper-component:after {
	display: block;
	clear: both;
	content: "";
}

.main_rolling .swiper-control {
	display: block;
	float: left;
	margin-left: 20px;
}

.main_rolling .swiper-control .btn {
	display: none;
}

.main_rolling .swiper-control .btn.start {
	position: relative;
	width: 10px;
	height: 16px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.main_rolling .swiper-control .btn.start:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 10px;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
	opacity: 0.5;
	display: block;
	content: '';
}

.main_rolling .swiper-control .btn.stop {
	position: relative;
	width: 10px;
	height: 16px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.main_rolling .swiper-control .btn.stop:before {
	position: absolute;
	top: 2px;
	left: 1px;
	width: 8px;
	height: 16px;
	background: transparent;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	opacity: 0.5;
	content: '';
}

.main_rolling .swiper-control .btn.show {
	display: block;
}

.main_rolling .rolling_item {
	width: 1100px;
	margin: 0 auto;
	padding-top: 240px;
	position: relative;
}

.main_rolling .rolling_item:after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
}

.main_rolling .rolling_item h2 {
	font-size: 3.75rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}

.main_rolling .rolling_item p {
	color: #fff;
	font-size: 2.25rem;
	line-height: 3rem;
	font-weight: 100;
}

.main_rolling .rolling_item p em {
	font-size: 2.25rem;
	line-height: 3rem;
	display: block;
	font-weight: 100;
}

.main .main_board .board_list {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.main .main_board .board_list>li {
	width: 360px;
	float: left;
}

.main .main_board .board_list>li:last-child {
	width: 670px;
	margin-left: 70px;
}

.main .main_board .board_list>li .notice_wrap {
	position: relative;
}

.main .main_board .board_list>li .notice_wrap h2 {
	width: 100%;
	padding-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 400;
}

.main .main_board .board_list>li .notice_wrap .notice_list {
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.main .main_board .board_list>li .notice_wrap .notice_list li {
	width: 100%;
	padding: 0;
}

.main .main_board .board_list>li .notice_wrap .notice_list li:first-child
	{
	border-top: 0;
}

.main .main_board .board_list>li .notice_wrap .notice_list li:first-child a .title
	{
	color: #333;
}

.main .main_board .board_list>li .notice_wrap .notice_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.main .main_board .board_list>li .notice_wrap .notice_list li a .title {
	position: relative;
	max-width: 100%;
	font-size: 1rem;
	line-height: 24px;
	color: #333333;
	font-weight: 300;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .main_board .board_list>li .notice_wrap .notice_list li a .title:hover
	{
	color: #0071bd;
	text-decoration: underline;
}

.main .main_board .board_list>li .notice_wrap .notice_list li a .date {
	display: block;
	font-size: 0.875rem;
	color: #666;
	font-weight: 200;
	font-family: 'Roboto', san-serif;
	margin: 10px 0 18px 0;
}

.main .main_board .board_list>li .notice_wrap .notice_list li a.new .title
	{
	padding-left: 20px;
}

.main .main_board .board_list>li .notice_wrap .notice_list li a.new .title:after
	{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #4a63a1;
	content: 'N';
	border-radius: 100%;
}

.main .main_board .board_list>li .notice_wrap .btn_more {
	position: absolute;
	display: block;
	top: 7px;
	right: 0;
}

.main .main_board .board_list>li .notice_wrap .btn_more span {
	position: relative;
	display: inline-block;
	padding-right: 23px;
	font-size: 0.875em;
	color: #666;
}

.main .main_board .board_list>li .notice_wrap .btn_more span:before {
	position: absolute;
	display: block;
	width: 2px;
	height: 12px;
	top: 1px;
	right: 5px;
	background: #333;
	content: '';
}

.main .main_board .board_list>li .notice_wrap .btn_more span:after {
	position: absolute;
	display: block;
	width: 12px;
	height: 2px;
	top: 6px;
	right: 0;
	background: #333;
	content: '';
}

.main .main_board .board_list>li .event_wrap {
	position: relative;
	width: 100%;
}

.main .main_board .board_list>li .event_wrap h2 {
	width: 100%;
	padding-bottom: 25px;
	font-size: 1.5rem;
	font-weight: 400;
}

.main .main_board .board_list>li .event_wrap .event_banner {
	width: 100%;
	height: 248px;
	margin-top: 7px;
	position: relative;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list {
	width: 100%;
	*zoom: 1;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list:after
	{
	display: block;
	clear: both;
	content: "";
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li
	{
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li.bg_gray
	{
	background-color: #f5f5f5;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li.bg_gray:before
	{
	border-right: 14px solid #f5f5f5 !important;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box
	{
	height: 248px;
	width: 100%;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text
	{
	height: 100%;
	width: 100%;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li
	{
	z-index: 1;
	position: relative;
	width: 50%;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
	border-right: 0;
}

.main .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li.no_event
	{
	z-index: 1;
	position: relative;
	width: 50%;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
	border-right: 0;
	border: 1px solid #dcdcdc;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child
	{
	border-radius: 0 8px 8px 0;
	border: 1px solid #dcdcdc;
	border-left: 0;
	padding: 30px;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li img
	{
	width: 100%;
	height: 100%;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li h3
	{
	text-align: left;
	font-weight: 300;
	line-height: 22px;
	font-size: 1rem;
	margin-bottom: 20px;
	margin-top: 25px;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li p
	{
	text-align: center;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li p.title
	{
	font-size: 0.875rem;
	color: #666666;
	font-weight: 500;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li p.txt
	{
	text-align: left;
	font-size: 0.875rem;
	color: #666666;
	font-weight: 500;
	line-height: 22px;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .celebrate
	{
	width: 235px;
	height: 167px;
	margin: 10px auto;
	background: url(../images/img_banner_01.png) no-repeat;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dl
	{
	width: 100%;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dt
	{
	font-size: 0.875rem;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd
	{
	font-size: 0.875rem;
	color: #333;
	font-weight: 500;
	padding-left: 10px;
	line-height: 1.625rem;
	position: relative;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd:before
	{
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
	left: 0;
	top: 10px;
	display: block;
	content: "";
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd.pure_logo div
	{
	display: block;
	width: 144px;
	height: 26px;
	margin: 30px auto 0;
	background: url(../images/bg_main_banner_pure.png) no-repeat;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd.pure_logo:before
	{
	display: none;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li+li
	{
	position: relative;
	overflow: visible;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li+li:before
	{
	width: 16px;
	height: 50px;
	border-top: 24px solid transparent;
	border-left: 0;
	border-right: 14px solid #ffffff;
	border-bottom: 24px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
	margin-top: -24px;
	margin-left: -14px;
	content: '';
	display: block;
}

.main .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text .no_event+.no_event:before
	{
	width: 16px;
	height: 50px;
	border-top: 24px solid transparent;
	border-left: 0;
	border-bottom: 24px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
	margin-top: -24px;
	margin-left: -14px;
	content: '';
	display: block;
}

.main .main_board .board_list>li .event_wrap .swiper-button-next {
	background: url(../images/spr_sub_icon.png) no-repeat;
	background-position: -93px -14px;
	width: 58px;
	height: 58px;
	position: absolute;
	right: -30px;
	top: 170px;
	border-radius: 50%;
	outline: none !important;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.main .main_board .board_list>li .event_wrap .swiper-button-prev {
	background: url(../images/spr_sub_icon.png) no-repeat;
	background-position: -17px -14px;
	width: 58px;
	height: 58px;
	position: absolute;
	left: -30px;
	top: 170px;
	border-radius: 50%;
	outline: none !important;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.article {
	margin-bottom: 80px;
	*zoom: 1;
}

.article:after {
	display: block;
	clear: both;
	content: "";
}

.article h2 {
	font-size: 2rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 35px;
}

.article h3 {
	font-size: 1.375rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 40px;
	position: relative;
}

.article h4 {
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.article p {
	font-size: 1.375rem;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 12px;
}

.article p em {
	color: #0071bd;
}

.article p strong {
	display: block;
	font-weight: 300;
	color: #0071bd;
	line-height: 28px;
	font-size: 1.375rem;
	margin-bottom: 12px;
	letter-spacing: -0.2px;
}

.article p.size {
	font-size: 1rem;
	line-height: 26px;
	letter-spacing: -0.3px;
}

.article p.size em {
	color: #0071bd;
}

.article .list01 li {
	padding-left: 10px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 30px;
	color: #333;
	position: relative;
}

.article .list01 li em {
	color: #0071bd;
}

.article .list01 li:before {
	content: '·';
	position: absolute;
	left: 0;
}

.article .logo_list {
	*zoom: 1;
}

.article .logo_list:after {
	display: block;
	clear: both;
	content: "";
}

.article .logo_list li {
	float: left;
	height: 82px;
	border: 1px solid #dcdcdc;
	border-right: 0;
	padding: 19px 18px;
}

.article .logo_list li:last-child {
	border-right: 1px solid #dcdcdc;
	padding: 23px 16px;
}

.article .map_box {
	padding-top: 42px;
}

.article .map_box img {
	display: block;
	margin: 0 auto;
}

.article .col02 {
	width: calc(50% - 5px);
	float: left;
}

.article .col02+.col02 {
	margin-left: 10px;
}

/****************************************************
*    주요 연혁
******************************************************/
.history_box {
	*zoom: 1;
}

.history_box:after {
	display: block;
	clear: both;
	content: "";
}

.history_box+.history_box ul {
	border-top: 0;
}

.history_box h4 {
	float: left;
	width: 220px;
	font-size: 1.5rem;
	color: #333;
	font-weight: 500;
	line-height: 1.625rem;
}

.history_box h4 .roboto {
	font-weight: 500;
	font-size: 1.5rem;
	color: #333;
}

.history_box ul {
	float: right;
	width: calc(100% - 220px);
	border-top: 1px solid #d9d9d9;
}

.history_box ul li {
	min-height: 100px;
	padding: 35px 0;
	border-bottom: 1px solid #d9d9d9;
}

.history_box ul li.this_year {
	position: relative;
}

.history_box ul li.this_year:before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 160px;
	height: 4px;
	background-color: #0071bd;
	display: block;
	content: "";
}

.history_box ul li dl {
	padding-left: 175px;
	position: relative;
}

.history_box ul li dl dt {
	padding-left: 5px;
	width: 175px;
	line-height: 1.9375rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #333;
}

.history_box ul li dl dd {
	color: #666;
	font-size: 1rem;
	line-height: 1.9375rem;
	font-weight: 300;
	width: 100%;
	display: inline-block;
	vertical-align: super;
	word-break: keep-all;
}

.history_box ul li dl dd:before {
	margin-right: 5px;
	background-color: #333;
	line-height: 1.9375rem;
	vertical-align: super;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	display: inline-block;
	content: "";
}

.history_box ul li dl dd.sub {
	line-height: 1.25rem;
	margin-left: 15px;
}

.history_box ul li dl dd.sub:before {
	width: 5px;
    height: 1px;
    border-radius: 0;
}

/****************************************************
*    CI소개
******************************************************/
.cibox {
	position: relative;
}

.cibox .img {
	width: 100%;
	position: relative;
	border: 1px solid #dcdcdc;
}

.cibox .img .top img {
	position: absolute;
	bottom: 110px;
}

.cibox .img .bottom img {
	position: absolute;
	top: 90px;
}

.cibox .img .top2 img {
	position: absolute;
	bottom: 135px;
}

.cibox .img .bottom2 img {
	position: absolute;
	top: 135px;
}

.cibox .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cibox .tit {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.cibox .tit h5 {
	padding-top: 15px;
	color: #666;
	font-weight: 300;
	font-size: 1rem;
	text-align: center;
}

.cibox_full {
	width: 100%;
	height: 250px;
	background: url("../images/bg_cibox_full.png") no-repeat 0 0;
}

.cibox_full ul {
	height: 250px;
	border: 1px solid #dcdcdc;
	*zoom: 1;
}

.cibox_full ul:after {
	display: block;
	clear: both;
	content: "";
}

.cibox_full ul li {
	width: 50%;
	height: 250px;
	float: left;
	position: relative;
}

.cibox_full ul li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cibox.kor {
	width: 100%;
	background: url("../images/bg_cibox_kor.png") repeat-x;
}

.cibox.kor .img {
	height: 320px;
}

.cibox.eng {
	width: 100%;
	background: url("../images/bg_cibox_eng.png") repeat-x;
}

.cibox.eng .img {
	height: 200px;
}

.cibox_col {
	*zoom: 1;
}

.cibox_col:after {
	display: block;
	clear: both;
	content: "";
}

.cibox_col .col02 {
	width: calc(50% - 10px);
	float: left;
}

.cibox_col .col02+.col02 {
	margin-left: 20px;
}

.cibox_col+.cibox_col {
	margin-top: 10px;
}

.cibox_color .color_box {
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	*zoom: 1;
}

.cibox_color .color_box:after {
	display: block;
	clear: both;
	content: "";
}

.cibox_color .color_box dl {
	width: 20%;
	height: 218px;
	border: 1px solid #999999;
	float: left;
	margin-left: -1px;
}

.cibox_color .color_box dt {
	width: 100%;
	height: 50%;
	padding: 19px 0 0 19px;
	font-size: 0.875rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 18px;
}

.cibox_color .color_box dd {
	width: 100%;
	height: 50%;
	padding: 19px 0 0 19px;
	font-size: 0.875rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 18px;
	border-top: 1px solid #999999;
}

.cibox_color .color_box dd.blue {
	position: relative;
	color: #fff;
	background: #0079c0;
	border-color: #0079c0;
}

.cibox_color .color_box dd.gray {
	position: relative;
	color: #fff;
	background: #58595B;
	border-color: #999999;
}

.cibox_color .color_box dd span {
	display: inline-block;
	width: 22px;
}

.cibox_color .color_box+.color_box {
	margin-top: 20px;
}

/****************************************************
*    GWP
******************************************************/
.gwp_intro {
	width: 100%;
	height: 286px;
	background-color: #f4f5f5;
	padding: 70px 0 70px 75px;
	margin-bottom: 40px;
	position: relative;
}

.gwp_intro:after {
	background: url(../images/img_gwp_intro.png);
	width: 302px;
	height: 286px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: "";
}

.gwp_intro P {
	font-weight: 300;
}

.gwp_intro P.slogan {
	color: #0071bd;
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin-bottom: 30px;
}

.gwp_intro P.txt {
	color: #666;
	font-size: 1rem;
	line-height: 1.625rem;
}

.gwp_lst ul {
	*zoom: 1;
}

.gwp_lst ul:after {
	display: block;
	clear: both;
	content: "";
}

.gwp_lst ul li {
	float: left;
	width: 340px;
	margin-bottom: 10px;
}

.gwp_lst ul li+li {
	margin-left: 40px;
}

.gwp_lst ul li.open .gwp_item {
	height: 360px;
	overflow: hidden;
	border: 1px solid #0071bd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gwp_lst ul li.open .gwp_item .info {
	position: relative;
}

.gwp_lst ul li.open .gwp_item .info .btn_wrap {
	opacity: 1;
}

.gwp_lst ul+ul {
	margin-top: 20px;
}

.gwp_m_lst {
	display: none;
}

.gwp_item {
	border: 1px solid #dcdcdc;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 306px;
	overflow: hidden;
}

.gwp_item .info {
	padding: 20px;
}

.gwp_item .info dl {
	width: 100%;
}

.gwp_item .info dl dt {
	font-size: 0.875rem;
	color: #0071bd;
	font-weight: 300;
	margin-bottom: 15px;
	*zoom: 1;
}

.gwp_item .info dl dt:after {
	display: block;
	clear: both;
	content: "";
}

.gwp_item .info dl dt span {
	float: right;
	padding-left: 12px;
	position: relative;
	color: #999;
}

.gwp_item .info dl dt span:before {
	width: 1px;
	height: 11px;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #b8b8b8;
	display: block;
	content: "";
}

.gwp_item .info dl dt span time {
	color: #999;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

.gwp_item .info dl dd {
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: #333;
}

.gwp_item .btn_wrap {
	opacity: 0;
	margin-top: 20px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gwp_item .btn_wrap .btn.more {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	background-color: #0071bd;
	color: #fff;
	font-size: 0.8125rem;
}

.gwp_photo {
	margin-top: 50px;
}

.gwp_photo>div {
	position: relative;
}

.gwp_photo_caption {
	text-align: center;
	margin-top: 25px;
}

.gwp_photo_caption p {
	font-size: 1.125rem;
	font-weight: 300;
}

.gwp_photo_caption ul li {
	display: none;
}

.gwp_photo_caption ul li.show {
	display: block;
}

.gwp_photo .swiper-container {
	width: 900px;
	height: 460px;
	background-color: #f4f4f4;
	position: relative;
}

.gwp_photo .swiper-container:before {
	position: absolute;
	color: #999;
	font-size: 2rem;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: -30px;
	top: 50%;
	content: "Loading :)";
}

.gwp_photo .swiper-button-prev {
	background: url(../images/spr_sub_icon.png) no-repeat;
	background-position: -17px -14px;
	width: 58px;
	height: 58px;
	margin-top: -58px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	outline: none !important;
}

.gwp_photo .swiper-button-prev:focus {
	outline: none !important;
}

.gwp_photo .swiper-button-prev:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gwp_photo .swiper-button-next {
	background: url(../images/spr_sub_icon.png) no-repeat;
	background-position: -93px -14px;
	width: 58px;
	height: 58px;
	margin-top: -58px;
	position: absolute;
	right: 0;
	border-radius: 50%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	outline: none !important;
}

.gwp_photo .swiper-button-next:focus {
	outline: none !important;
}

.gwp_photo .swiper-button-next:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/****************************************************
*    게시판
******************************************************/
.notice .search_head {
	text-align: right;
	margin-bottom: 12px;
}

.notice .search_head .searchbox {
	vertical-align: middle;
	display: inline-block;
	width: 360px;
}

.notice .search_head .searchbox input[type=text] {
	display: inline-block;
	float: left;
	font-size: 0.875rem;
	text-indent: 5px;
	color: #666;
	width: calc(100% - 95px);
	height: 40px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}

.notice .search_head .searchbox .btn_search {
	display: inline-block;
	float: left;
	width: 88px;
	height: 40px;
	margin-left: 6px;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	background-color: #0071bd;
}

.notice .search_head .searchbox .btn_search:hover {
	background-color: #0078bf;
}

.notice .search_head .searchbox .btn_search span {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #fff;
	font-size: 0.875rem;
}

.notice .search_head .searchbox .btn_search span:before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	content: '';
}

.notice .search_head .searchbox .btn_search span:after {
	position: absolute;
	top: 23px;
	left: 12px;
	width: 2px;
	height: 5px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
}

.notice .board_table {
	width: 100%;
	border-top: 2px solid #666;
	border-bottom: 1px solid #dcdcdc;
}

.notice .board_table table {
	width: 100%;
}

.notice .board_table table tr:first-child th {
	border-top: 0;
}

.notice .board_table table tr:first-child td {
	border-top: 0;
}

.notice .board_table table th {
	height: 54px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1rem;
	font-weight: 500;
	color: #666;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
}

.notice .board_table table td {
	height: 54px;
	padding: 5px 10px;
	border-top: 1px solid #dcdcdc;
	font-size: 1rem;
	font-weight: 300;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

.notice .board_table table td a {
	color: #333;
	font-weight: 300;
}

.notice .board_table table td a:hover {
	color: #0071bd;
}

.notice .board_table table td.title {
	text-align: left;
}

.notice .board_table table td.title.ico a {
	position: relative;
	padding-left: 30px;
}

.notice .board_table table td.title.ico a:before {
	background: url(../images/spr_sub_icon.png) no-repeat;
	background-position: -196px -14px;
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	display: block;
	content: "";
}

.notice .board_table table td.date {
	color: #333;
}

.notice .board_table table td .noti {
	display: inline-block;
	width: 60px;
	height: 24px;
	background: #0071bd;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 24px;
	border-radius: 2px;
}

.notice .board_table table td .arti {
	display: inline-block;
	width: 60px;
	height: 24px;
	background: #58aa47;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 24px;
	border-radius: 2px;
}

.notice .board_table table td .new {
	display: inline-block;
	width: 50px;
	height: 24px;
	background: #ff8a20;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 24px;
	border-radius: 2px;
}

.notice .pagination_wrap {
	width: 100%;
	text-align: center;
}

.notice .pagination_wrap .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 30px 0 20px 0;
	*zoom: 1;
}

.notice .pagination_wrap .pagination:after {
	display: block;
	clear: both;
	content: "";
}

.notice .pagination_wrap .pagination li {
	float: left;
	position: relative;
	z-index: 0;
	background: #fff;
}

.notice .pagination_wrap .pagination li+li {
	border-left: 0;
}

.notice .pagination_wrap .pagination li>a, .notice .pagination_wrap .pagination li>span
	{
	color: #666;
	position: relative;
	float: left;
	font-family: 'Roboto', sans-serif;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	margin-left: -1px;
	border: 1px solid #d9d9d9;
	font-weight: 400;
	background: #fff;
}

.notice .pagination_wrap .pagination li>a:hover, .notice .pagination_wrap .pagination li>span:hover
	{
	color: #fff;
	border: 1px solid #0071bd;
	background-color: #0071bd;
}

.notice .pagination_wrap .pagination li.active>a, .notice .pagination_wrap .pagination li.active>span
	{
	z-index: 2;
	color: #fff;
	cursor: default;
	border: 1px solid #0071bd;
	background-color: #0071bd;
}

.notice .pagination_wrap .pagination li.ico+.ico {
	margin-left: 0;
}

.notice .pagination_wrap .pagination li.ico a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}

.notice .pagination_wrap .pagination li.ico a:hover {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.notice .pagination_wrap .pagination li.ico a:before {
	background: url(../images/spr_global_icon.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: 0 auto;
	display: block;
	content: "";
}

.notice .pagination_wrap .pagination li.ico.prev {
	margin-right: 5px;
}

.notice .pagination_wrap .pagination li.ico.prev a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.notice .pagination_wrap .pagination li.ico.prev a:before {
	background-position: -46px -116px;
	width: 9px;
	height: 15px;
}

.notice .pagination_wrap .pagination li.ico.prev a:hover:before {
	background-position: -79px -116px;
}

.notice .pagination_wrap .pagination li.ico.next {
	margin-left: 5px;
}

.notice .pagination_wrap .pagination li.ico.next a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.notice .pagination_wrap .pagination li.ico.next a:before {
	background-position: -63px -116px;
	width: 9px;
	height: 15px;
}

.notice .pagination_wrap .pagination li.ico.next a:hover:before {
	background-position: -96px -116px;
}

.notice .pagination_wrap .pagination li.ico.first a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.notice .pagination_wrap .pagination li.ico.first a:before {
	background-position: -113px -117px;
	width: 15px;
	height: 15px;
}

.notice .pagination_wrap .pagination li.ico.first a:hover:before {
	background-position: -154px -117px;
}

.notice .pagination_wrap .pagination li.ico.last a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.notice .pagination_wrap .pagination li.ico.last a:before {
	background-position: -134px -117px;
	width: 15px;
	height: 15px;
}

.notice .pagination_wrap .pagination li.ico.last a:hover:before {
	background-position: -175px -117px;
}

.notice_view h4 {
	padding: 17px 20px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #d9d9d9;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}

.notice_view .btn_area {
	padding-top: 14px;
	text-align: right;
}

.notice_view .btn_area .btn_list {
	border: 1px solid #dcdcdc;
	display: inline-block;
	width: 90px;
	height: 40px;
	background: #fafafa;
	border-radius: 3px;
	color: #666;
	font-weight: 300;
	font-size: 1rem;
	text-align: center;
	line-height: 38px;
}

.notice_view .btn_area .btn_list:hover {
	color: #fff;
	background-color: #0071bd;
	border: 1px solid #0071bd;
}

.notice_info {
	padding: 18px 0;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}

.notice_info dl {
	display: inline-block;
}

.notice_info dl:last-child {
	float: right;
}

.notice_info dl dt {
	display: inline;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	margin-right: 40px;
}

.notice_info dl dd {
	display: inline;
	font-size: 1rem;
	font-weight: 300;
	color: #666;
}

.notice_info dl dd a {
	font-size: 1rem;
	font-weight: 300;
	color: #666;
}

.notice_content {
	padding: 45px 40px 50px;
	border-bottom: 1px solid #d9d9d9;
}

.notice_content .view_cont {
	line-height: 22px;
	text-align: left;
}

.notice_content .view_cont * {
	font-family: "Noto Sans Kr", sans-serif !important;
	font-weight: 300;
}

.notice_content .view_cont a {
	display: inline-block;
	word-break: break-all;
}

.notice_content .view_cont p {
	font-size: 1rem;
	color: #666;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: 300;
}

.notice_list {
	margin-top: 44px;
	width: 100%;
}

.notice_list ul {
	border-top: 1px solid #dcdcdc;
}

.notice_list ul li {
	height: 54px;
	border-bottom: 1px solid #dcdcdc;
}

.notice_list ul li dl {
	*zoom: 1;
	height: 100%;
}

.notice_list ul li dl:after {
	display: block;
	clear: both;
	content: "";
}

.notice_list ul li dl dt {
	float: left;
	width: 90px;
	font-size: 1rem;
	line-height: 54px;
}

.notice_list ul li dl dd {
	float: left;
	font-size: 1rem;
	line-height: 54px;
	color: #666;
	font-weight: 300;
}

.notice_list ul li dl dd a {
	color: #666;
	font-weight: 300;
}

/****************************************************
*    인재채용
******************************************************/
.step_lst_arrow ul {
	*zoom: 1;
}

.step_lst_arrow ul:after {
	display: block;
	clear: both;
	content: "";
}

.step_lst_arrow ul li {
	float: left;
	position: relative;
	width: 175px;
}

.step_lst_arrow ul li+li {
	margin-left: 55px;
}

.step_lst_arrow ul li+li:before {
	background: url(../images/spr_sub_icon.png) no-repeat;
	background-position: -169px -17px;
	width: 14px;
	height: 27px;
	position: absolute;
	left: -30px;
	top: 105px;
	display: block;
	content: "";
}

.step_lst_arrow ul li:after {
	background: url(../images/spr_sub_icon.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	margin: 25px auto;
	display: block;
	content: "";
}

.step_lst_arrow ul li:first-child:after {
	background-position: -20px -92px;
	width: 60px;
	height: 79px;
}

.step_lst_arrow ul li:nth-child(2):after {
	background-position: -98px -92px;
	width: 74px;
	height: 79px;
}

.step_lst_arrow ul li:nth-child(3):after {
	background-position: -184px -92px;
	width: 73px;
	height: 75px;
}

.step_lst_arrow ul li:nth-child(4):after {
	background-position: -277px -92px;
	width: 79px;
	height: 78px;
}

.step_lst_arrow ul li:last-child:after {
	background-position: -383px -92px;
	width: 63px;
	height: 84px;
	margin: 20px auto;
}

.step_lst_arrow ul li .info_num {
	padding-bottom: 145px;
	padding-left: 20px;
	position: relative;
}

.step_lst_arrow ul li .info_num:before {
	width: 128px;
	height: 128px;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	margin: 0 auto;
	display: block;
	content: "";
}

.step_lst_bullet ul {
	*zoom: 1;
}

.step_lst_bullet ul:after {
	display: block;
	clear: both;
	content: "";
}

.step_lst_bullet ul+ul {
	margin-top: 70px;
}

.step_lst_bullet ul li {
	float: left;
	width: 33.333333%;
	padding-top: 155px;
	position: relative;
}

.step_lst_bullet ul li+li {
	margin-left: 40px;
	width: calc(33.333333% - 40px);
}

.step_lst_bullet ul li .info_bullet:before {
	width: 128px;
	height: 128px;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 0;
	display: block;
	content: "";
}

.step_lst_bullet ul li .info_bullet:after {
	background: url(../images/spr_sub_icon.png) no-repeat;
	position: absolute;
	display: block;
	content: "";
}

.step_lst_bullet ul li .info_bullet dl dt {
	position: relative;
}

.step_lst_bullet ul li .info_bullet dl dt h5 {
	font-size: 1.0625rem;
	color: #333;
	line-height: 1.5rem;
	font-weight: 500;
}

.step_lst_bullet ul li .info_bullet dl dt:before {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -10px;
	background-color: #333;
	display: block;
	content: "";
}

.step_lst_bullet ul li .info_bullet dl dd {
	font-weight: 300;
	font-size: 1rem;
	color: #666;
	line-height: 1.5rem;
}

.step_lst_bullet ul:first-child li:first-child .info_bullet:after {
	left: 45px;
	top: 20px;
	background-position: -17px -207px;
	width: 76px;
	height: 87px;
}

.step_lst_bullet ul:first-child li:nth-child(2) .info_bullet:after {
	left: 47px;
	top: 28px;
	background-position: -110px -207px;
	width: 75px;
	height: 70px;
}

.step_lst_bullet ul:first-child li:last-child .info_bullet:after {
	left: 55px;
	top: 25px;
	background-position: -210px -207px;
	width: 65px;
	height: 75px;
}

.step_lst_bullet ul:last-child li:first-child .info_bullet:after {
	left: 50px;
	top: 20px;
	background-position: -294px -207px;
	width: 73px;
	height: 85px;
}

.step_lst_bullet ul:last-child li:nth-child(2) .info_bullet:after {
	left: 47px;
	top: 20px;
	background-position: -383px -208px;
	width: 86px;
	height: 78px;
}

.step_lst_bullet ul:last-child li:last-child .info_bullet:after {
	left: 45px;
	top: 25px;
	background-position: -485px -210px;
	width: 78px;
	height: 72px;
}

.step_lst_process>ul {
	*zoom: 1;
}

.step_lst_process>ul:after {
	display: block;
	clear: both;
	content: "";
}

.step_lst_process>ul>li {
	float: left;
	width: 20%;
	position: relative;
}

.step_lst_process>ul>li .info_lst {
	height: 90px;
}

.step_lst_process>ul>li .info_lst ul {
	padding: 10px 0 10px 45px;
	position: relative;
	z-index: 2;
}

.step_lst_process>ul>li .info_lst:before {
	width: 240px;
	height: 90px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: url("../images/bg_step_process01.png");
	display: block;
	content: "";
}

.step_lst_process>ul>li:nth-child(even) .info_lst:before {
	background: url("../images/bg_step_process02.png");
	display: block;
	content: "";
}

.step_lst_process>ul>li:first-child .info_lst ul {
	padding: 20px 0 10px 60px;
}

.step_lst_process>ul>li .info_num {
	padding-bottom: 30px;
}

.info_num p {
	color: #666;
	font-size: 1rem;
	font-weight: 300;
}

.info_num p strong {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
}

.info_num p+p {
	margin-top: 5px;
}

.info_lst ul li {
	font-size: 0.875rem;
	color: #666;
	font-weight: 300;
	line-height: 1.5rem;
}

.info_lst ul li:before {
	display: inline-block;
	margin-right: 5px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #666;
	line-height: 1.5rem;
	vertical-align: middle;
	content: "";
}

/****************************************************
*    infographic
******************************************************/
.infographic .hire {
	*zoom: 1;
	padding-top: 10px;
}

.infographic .hire:after {
	display: block;
	clear: both;
	content: "";
}

.infographic .hire .info_box {
	width: 400px;
	height: 365px;
	position: relative;
}

.infographic .hire .info_box:before {
	background: url("../images/info_hire_bg.png") no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 86px;
	height: 49px;
	display: block;
	content: "";
}

.infographic .hire .info_box.arrow {
	float: left;
}

.infographic .hire .info_box.arrow li:before {
	display: block;
	content: "";
	position: absolute;
}

.infographic .hire .info_box.arrow li:first-child:before {
	background: url("../images/info_hire_arrow.png") no-repeat;
	top: -13px;
	left: -13px;
	width: 253px;
	height: 97px;
}

.infographic .hire .info_box.arrow li:nth-child(2):before {
	background: url("../images/info_hire_arrow02.png") no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 97px;
	height: 216px;
	top: -13px;
	right: -13px;
}

.infographic .hire .info_box.arrow li:nth-child(3):before {
	background: url("../images/info_hire_arrow02.png") no-repeat;
	width: 97px;
	height: 216px;
	bottom: -13px;
	left: -13px;
}

.infographic .hire .info_box.arrow li:last-child:before {
	background: url("../images/info_hire_arrow.png") no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -13px;
	right: -13px;
	width: 253px;
	height: 97px;
}

.infographic .hire .info_box.circle {
	float: right;
}

.infographic .hire .info_box.circle:after {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 290px;
	height: 290px;
	border-radius: 50%;
	border: 1px dashed #dcdcdc;
	display: block;
	content: "";
}

.infographic .hire .info_box ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.infographic .hire .info_box ul li {
	z-index: 2;
	position: absolute;
	width: 150px;
	text-align: center;
	padding-top: 65px;
	height: 150px;
	font-size: 1.125rem;
	font-weight: 300;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	border-radius: 50%;
}

.infographic .hire .info_box ul li:first-child {
	top: 0;
	left: 0;
}

.infographic .hire .info_box ul li:nth-child(2) {
	top: 0;
	right: 0;
}

.infographic .hire .info_box ul li:nth-child(3) {
	bottom: 0;
	left: 0;
}

.infographic .hire .info_box ul li:last-child {
	bottom: 0;
	right: 0;
}

.infographic .business .si_box img {
	margin: 50px auto;
	display: block;
}

.infographic .business .info_box:before {
	background: url("../images/info_hire_bg.png") no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 86px;
	height: 49px;
	display: block;
	content: "";
}

.infographic .business .info_box.circle {
	width: 550px;
	height: 290px;
	margin: 50px auto;
	position: relative;
}

.infographic .business .info_box.circle:after {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 290px;
	height: 290px;
	border-radius: 50%;
	border: 1px dashed #dcdcdc;
	display: block;
	content: "";
}

.infographic .business .info_box.circle ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.infographic .business .info_box.circle ul li {
	z-index: 2;
	position: absolute;
	width: 200px;
	text-align: center;
	padding-top: 90px;
	height: 200px;
	font-size: 1.125rem;
	font-weight: 300;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	border-radius: 50%;
}

.infographic .business .info_box.circle ul li:first-child {
	top: 45px;
	left: 0;
}

.infographic .business .info_box.circle ul li:last-child {
	top: 45px;
	right: 0;
}

/****************************************************
*    way come
******************************************************/
.route_info {
	border-top: 2px solid #333;
}

.route_info_map {
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.route_info_lst ul {
	width: 100%;
	padding: 20px 0;
}

.route_info_lst ul li {
	line-height: 2.5rem;
	*zoom: 1;
}

.route_info_lst ul li:after {
	display: block;
	clear: both;
	content: "";
}

.route_info_lst ul li .tit {
	color: #333;
	width: 100px;
	float: left;
	font-size: 1.125rem;
	line-height: 2.5rem;
	font-weight: 500;
	position: relative;
}

.route_info_lst ul li .tit:after {
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	display: block;
	content: '\003A';
}

.route_info_lst ul li .txt {
	color: #666;
	float: left;
	width: calc(100% - 100px);
	padding-left: 50px;
	font-weight: 300;
	font-size: 1rem;
	line-height: 2.5rem;
}

.route_info_lst ul li .txt dl {
	*zoom: 1;
}

.route_info_lst ul li .txt dl:after {
	display: block;
	clear: both;
	content: "";
}

.route_info_lst ul li .txt dl dt {
	float: left;
	width: 90px;
	float: left;
	color: #333;
	font-size: 1.125rem;
	line-height: 2.5rem;
	font-weight: 500;
	position: relative;
}

.route_info_lst ul li .txt dl dd {
	float: left;
	width: calc(100% - 90px);
}

.route_info_lst ul li .txt dl dd p {
	line-height: 1.875rem;
}

.route_info_lst ul li .txt dl dd p.dec {
	font-size: 0.875rem;
}

.route_info_lst ul li .txt dl dd p+p {
	margin-top: 0;
}

.route_info_lst ul li .txt dl:first-child {
	margin-bottom: 8px;
}

.route_info_lst ul li .txt dl:first-child dt {
	line-height: 1.875rem;
}

.route_info_lst ul li .txt dl:last-child {
	margin-top: 8px;
}

.route_info_lst ul li .txt dl:last-child dt {
	line-height: 1.875rem;
}

.route_info_lst+.route_info_lst {
	border-top: 1px solid #dcdcdc;
}

/****************************************************
*    주가정보
******************************************************/
.stock_wrap {
	*zoom: 1;
}

.stock_wrap:after {
	display: block;
	clear: both;
	content: "";
}

.stock_wrap .stock_column {
	border: 1px solid #dcdcdc;
	float: left;
	width: calc(50% - 2px);
}

.stock_wrap .stock_column+.stock_column {
	margin-left: 4px;
}

.stock_wrap .stock_column ul {
	padding: 40px 160px 41px;
}

.stock_wrap .stock_column ul li+li {
	margin-top: 15px;
}

.stock_wrap .stock_column dl {
	width: 100%;
	*zoom: 1;
}

.stock_wrap .stock_column dl:after {
	display: block;
	clear: both;
	content: "";
}

.stock_wrap .stock_column dl+dl {
	border-top: 1px solid #dcdcdc;
}

.stock_wrap .stock_column dl dt {
	height: 50px;
	border-right: 1px solid #dcdcdc;
	background-color: #f4f4f4;
	display: block;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	padding: 17px 20px 17px;
}

.stock_wrap .stock_column dl dd {
	padding: 17px 20px 17px;
	text-align: right;
	font-size: 1rem;
	font-weight: 300;
	color: #666;
}

.stock_wrap .stock_column_tit {
	font-size: 1.5rem;
	font-weight: 300;
	color: #333;
}

.stock_wrap .stock_column_tit .column_info {
	font-size: 1.5rem;
	font-weight: 300;
}

.stock_wrap .stock_column_tit .CurJuka {
	font-size: 0.875rem;
	border-radius: 2px;
	background-color: #ff8a20;
	color: #fff;
	text-align: center;
	line-height: 26px;
	padding: 3px 10px;
	vertical-align: middle;
}

.stock_wrap .stock_column_tit .CurJuka_num {
	vertical-align: middle;
	font-family: 'Roboto', san-serif;
	font-size: 2rem;
	font-weight: 500;
	margin-left: 10px;
}

.up {
	color: #ff4848;
}

.down {
	color: #0071bd;
}

/****************************************************
*    business
******************************************************/
.box_col {
	*zoom: 1;
}

.box_col:after {
	display: block;
	clear: both;
	content: "";
}

.box_col h5 {
	font-size: 1.125rem;
	color: #333;
	margin-bottom: 20px;
	font-weight: 500;
}

.box_col.col02 .column {
	width: calc(50% - 5px);
}

.box_col.col02+.box_col {
	margin-top: 30px;
}

.box_col .col03 .column {
	width: calc(33.333333% - 10px);
	margin-bottom: 10px;
}

.box_col .col03 .column:nth-child(1) .bullet {
	padding: 30px 80px;
}

.box_col .col03 .column:nth-child(1):before {
	background-position: -17px -207px;
	width: 76px;
	height: 87px;
}

.box_col .col03 .column:nth-child(2) .bullet {
	padding: 20px 80px;
}

.box_col .col03 .column:nth-child(2):before {
	top: 42px;
	background-position: -6px -320px;
	width: 100px;
	height: 64px;
}

.box_col .col03 .column:nth-child(3) .bullet {
	padding: 30px 80px;
}

.box_col .col03 .column:nth-child(3):before {
	background-position: -127px -430px;
	width: 98px;
	height: 83px;
}

.box_col .col03 .column:nth-child(4) .bullet {
	padding: 40px 45px;
}

.box_col .col03 .column:nth-child(4):before {
	top: 40px;
	background-position: -250px -440px;
	width: 94px;
	height: 64px;
}

.box_col .col03 .column:nth-child(5) .bullet {
	padding: 30px 45px;
}

.box_col .col03 .column:nth-child(5):before {
	top: 20px;
	background-position: -496px -301px;
	width: 91px;
	height: 99px;
}

.box_col .col03 .column:nth-child(6) .bullet {
	padding: 40px 50px;
}

.box_col .col03 .column:nth-child(6):before {
	top: 22px;
	background-position: -243px -320px;
	width: 88px;
	height: 97px;
}

.box_col .col03 .bullet {
	height: 130px;
}

.box_col .col03+.box_col {
	margin-top: 10px;
}

.box_col .column {
	float: left;
	border: 1px solid #dcdcdc;
	padding-top: 145px;
	position: relative;
	margin-right: 10px;
}

.box_col .column:nth-child(3n) {
	margin-right: 0;
}

.box_col .column:before {
	background: url(../images/spr_sub_icon.png) no-repeat;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: 0 auto;
	display: block;
	content: "";
}

.box_col .column .tit {
	color: #0071bd;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #f5f5f5;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.box_col .column .bullet ul li {
	line-height: 1.5rem;
}

.box_col .column .bullet ul li:before {
	top: 10px;
}

.box_col.maintain .column.left:before {
	background-position: -17px -207px;
	width: 76px;
	height: 87px;
}

.box_col.maintain .column.left .bullet {
	padding: 50px 20px;
}

.box_col.maintain .column.right:before {
	top: 42px;
	background-position: -6px -320px;
	width: 100px;
	height: 64px;
}

.box_col.maintain .column.right .bullet {
	padding: 50px 60px;
}

.box_col.infosystem .column.left:before {
	background-position: -127px -320px;
	width: 81px;
	height: 84px;
}

.box_col.infosystem .column.left .bullet {
	padding: 10px 20px;
}

.box_col.infosystem .column.left .bullet ul li+li {
	margin-top: 10px;
}

.box_col.infosystem .column.right:before {
	top: 22px;
	background-position: -243px -320px;
	width: 88px;
	height: 97px;
}

.box_col.infosystem .column.right .bullet {
	padding: 10px 10px;
}

.box_col.infosystem .column.right .bullet ul li+li {
	margin-top: 10px;
}

.box_col.netseparation .column.left:before {
	background-position: -350px -320px;
	width: 127px;
	height: 84px;
}

.box_col.netseparation .column.left .bullet {
	padding: 30px 40px;
}

.box_col.netseparation .column.right:before {
	background-position: -9px -430px;
	width: 102px;
	height: 89px;
}

.box_col.netseparation .column.right .bullet {
	padding: 42px 50px;
}

.color_box_lst {
	margin-top: 25px;
}

.color_box_lst ul {
	*zoom: 1;
}

.color_box_lst ul:after {
	display: block;
	clear: both;
	content: "";
}

.color_box_lst ul+ul {
	margin-top: 10px;
}

.color_box_lst ul li {
	float: left;
	height: 100%;
	width: 33.333333%;
	text-align: center;
}

.color_box_lst ul li p {
	font-size: 1.25rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
}

.color_box_lst ul li p+p {
	margin-left: 30px;
}

.color_box_lst ul li p.ico {
	width: 100%;
	padding-top: 121px;
	position: relative;
	text-transform: uppercase;
}

.color_box_lst ul li p.ico:before {
	background: url(../images/spr_sub_icon.png) no-repeat;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: 0 auto;
	display: block;
	content: "";
}

.color_box_lst ul li .roboto {
	font-size: 0.9375rem;
	font-weight: 300;
	border: 1px solid #333;
	border-left: 0;
	padding: 2px 3px;
	min-width: 45px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}

.color_box_lst ul li .roboto+.roboto {
	margin-left: 10px;
}

.color_box_lst ul li+li {
	border-left: 1px dashed #fff;
}

.color_box_lst ul li.half {
	width: calc(33.333333%/ 2);
}

.color_box_lst ul.protocols {
	height: 85px;
}

.color_box_lst ul.protocols li {
	background-color: #e7eae9;
}

.color_box_lst ul.data {
	height: 170px;
	color: #fff;
}

.color_box_lst ul.data p {
	padding-top: 80px;
}

.color_box_lst ul.data li {
	background-color: #eb5d2a;
}

.color_box_lst ul.data li:nth-child(2) .ico:before {
	background-position: -233px -11px;
	width: 63px;
	height: 64px;
}

.color_box_lst ul.data li:nth-child(3) .ico:before {
	background-position: -314px -13px;
	width: 95px;
	height: 64px;
}

.color_box_lst ul.data li:nth-child(4) .ico:before {
	top: 30px;
	background-position: -436px -6px;
	width: 64px;
	height: 77px;
}

.color_box_lst ul.data li:nth-child(5) .ico:before {
	top: 30px;
	background-position: -521px -5px;
	width: 62px;
	height: 76px;
}

.color_box_lst ul.core {
	height: 170px;
	color: #fff;
}

.color_box_lst ul.core p {
	padding-top: 80px;
}

.color_box_lst ul.core li {
	background-color: #2d2d2d;
}

.color_box_lst ul.core li:nth-child(2) .ico:before {
	background-position: -391px -439px;
	width: 90px;
	height: 60px;
}

.color_box_lst ul.core li:nth-child(3) .ico:before {
	top: 36px;
	background-position: -501px -436px;
	width: 67px;
	height: 68px;
}

.color_box_lst ul.core li:nth-child(4) .ico:before {
	top: 25px;
	background-position: -346px -510px;
	width: 139px;
	height: 81px;
}

.color_box_lst ul.core li:nth-child(5) .ico:before {
	top: 30px;
	background-position: -503px -515px;
	width: 94px;
	height: 73px;
}

/****************************************************
*    P r o d u c t C o m m o n
******************************************************/
.product_box {
	*zoom: 1;
	margin-bottom: 80px;
}

.product_box:after {
	display: block;
	clear: both;
	content: "";
}

.product_box .visual {
	width: 550px;
	height: 510px;
	padding-top: 195px;
	float: left;
}

.product_box .visual .product_logo {
	text-align: center;
}

.product_box .visual .shortcut {
	width: 150px;
	display: block;
	margin: 15px auto 0;
	position: relative;
	line-height: 18px;
	padding-right: 15px;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
}

.product_box .visual .shortcut:after {
	background: url(../images/PCR/spr_global_icon.png) no-repeat;
	background-position: 67.629% 48.148%;
	width: 15px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	display: block;
	content: "";
}

.product_box .visual .shortcut:hover {
	text-decoration: underline;
}

.product_box .info {
	position: relative;
	width: calc(100% - 550px);
	padding: 40px 0 40px 50px;
	height: 510px;
	float: right;
	border: 1px solid #dfdfdf;
}

.product_box .info h3 {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #242424;
	font-size: 2.25rem;
	font-weight: 700;
}

.product_box .info p {
	line-height: 1.625rem;
	color: #242424;
	font-size: 1.063rem;
	font-weight: 400;
	word-break: keep-all;
}

.product_box .info p+p {
	margin-top: 35px;
}

.product_box .icon_wrap {
	position: absolute;
	left: 55px;
	bottom: 130px;
}

.product_box .icon_wrap ul {
	font-size: 0;
}

.product_box .icon_wrap ul li {
	min-width: 75px;
	text-align: center;
	display: inline-block;
	vertical-align: text-top;
}

.product_box .icon_wrap ul li+li {
	margin-left: 30px;
}

.product_box .icon_wrap ul li span {
	padding-top: 13px;
	display: block;
	line-height: 1.125rem;
	color: #7e8084;
	font-size: 0.9375rem;
	font-weight: 300;
}

.product_box .icon_wrap ul li i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	background: #006cb4;
	position: relative;
	background: -o-linear-gradient(106deg, #006cb4 0%, #fc5948 100%);
	background: linear-gradient(-16deg, #006cb4 0%, #fc5948 100%);
}

.product_box .icon_wrap ul li i:before {
	background: url(../images/PCR/spr_product_box.png) no-repeat;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	position: absolute;
	display: block;
	content: "";
}

.product_box .icon_wrap ul li i.cc:before {
	background-position: 21.304% 1.285%;
	width: 40px;
	height: 33px;
}

.product_box .icon_wrap ul li i.gs:before {
	background-position: 11.522% 1.285%;
	width: 40px;
	height: 33px;
}

.product_box .icon_wrap ul li i.software:before {
	background-position: 1.728% 1.304%;
	width: 37px;
	height: 40px;
}

.product_box .icon_wrap ul li i.patent:before {
	background-position: 11.89% 30.736%;
	width: 29px;
	height: 38px;
}

.product_box .icon_wrap ul li i.fido:before {
	background-position: 31.087% 1.285%;
	width: 40px;
	height: 33px;
}

.product_box .icon_wrap ul li i.merged_log:before {
	background-position: 41.342% 1.304%;
	width: 38px;
	height: 40px;
}

.product_box .icon_wrap ul li i.user_route:before {
	background-position: 52.902% 1.339%;
	width: 52px;
	height: 52px;
}

.product_box .icon_wrap ul li i.reenact:before {
	background-position: 65.044% 1.559%;
	width: 48px;
	height: 51px;
}

.product_box .icon_wrap ul li i.realtime_log:before {
	background-position: 74.946% 1.316%;
	width: 33px;
	height: 44px;
}

.product_box .icon_wrap ul li i.mgmt_policy:before {
	background-position: 85.185% 1.307%;
	width: 41px;
	height: 41px;
}

.product_box .icon_wrap ul li i.mgmt_log:before {
	background-position: 94.181% 1.304%;
	width: 36px;
	height: 40px;
}

.product_box .icon_wrap ul li i.report_route:before {
	background-position: 1.728% 11.373%;
	width: 37px;
	height: 34px;
}

.product_box .icon_wrap ul li i.merge_report:before {
	background-position: 10.846% 11.472%;
	width: 39px;
	height: 38px;
}

.product_box .icon_wrap ul li i.visual_3d:before {
	background-position: 20.614% 11.472%;
	width: 44px;
	height: 38px;
}

.product_box .icon_wrap ul li i.visual_user:before {
	background-position: 31.36% 11.135%;
	width: 44px;
	height: 42px;
}

.product_box .icon_wrap ul li i.visual_route:before {
	background-position: 41.739% 11.447%;
	width: 40px;
	height: 37px;
}

.product_box .icon_wrap ul li i.visual_log:before {
	background-position: 50.749% 14.254%;
	width: 33px;
	height: 44px;
}

.product_box .icon_wrap ul li i.vaegis_cwpp:before {
	background-position: 61.111% 14.223%;
	width: 50px;
	height: 43px;
}

.product_box .icon_wrap ul li i.vaegis_mgmt:before {
	background-position: 71.895% 13.377%;
	width: 41px;
	height: 44px;
}

.product_box .icon_wrap ul li i.vaegis_cloud:before {
	background-position: 82.637% 13.053%;
	width: 45px;
	height: 48px;
}

.product_box .icon_wrap ul li i.vaegis_seq:before {
	background-position: 94.053% 12.691%;
	width: 46px;
	height: 43px;
}

.product_box .icon_wrap ul li i.mypc_monitor:before {
	background-position: 1.515% 20.215%;
	width: 38px;
	height: 35px;
}

.product_box .icon_wrap ul li i.agent_mgmt:before {
	background-position: 10.87% 21.133%;
	width: 40px;
	height: 41px;
}

.product_box .icon_wrap ul li i.compact_pc:before {
	background-position: 20.479% 21.007%;
	width: 41px;
	height: 43px;
}

.product_box .icon_wrap ul li i.bigdata:before {
	background-position: 30.973% 21.46%;
	width: 48px;
	height: 48px;
}

.product_box .icon_wrap ul li i.virus:before {
	background-position: 42.605% 23.414%;
	width: 47px;
	height: 43px;
}

.product_box .icon_wrap ul li i.cloud:before {
	background-position: 53.744% 24.947%;
	width: 46px;
	height: 27px;
}

.product_box .icon_wrap ul li i.machine_learning:before {
	background-position: 65.198% 25.109%;
	width: 46px;
	height: 42px;
}

.product_box .icon_wrap ul li i.profiling:before {
	background-position: 75.108% 24.838%;
	width: 38px;
	height: 37px;
}

.product_box .icon_wrap ul li i.unity:before {
	background-position: 85.185% 24.573%;
	width: 41px;
	height: 32px;
}

.product_box .icon_wrap ul li i.next_G:before {
	background-position: 96.689% 24.561%;
	width: 47px;
	height: 44px;
}

.product_box .icon_wrap ul li i.apt:before {
	background-position: 0.442% 30.088%;
	width: 48px;
	height: 48px;
}

.product_box .btn_wrap {
	margin-top: 0;
	position: relative;
	left: 55px;
	bottom: -30px;
	text-align: center;
}

.product_box .btn_wrap .contact {
	color: #242424;
	font-size: 0.9375rem;
	font-weight: 400;
	margin-bottom: 13px;
	display: block;
}

.product_box .btn_wrap .btn {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 48px;
	font-size: 1rem;
	font-weight: 400;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.product_box .btn_wrap .btn+.btn {
	margin-left: 7px;
	margin-top: 11px;
}

.product_box .btn_wrap .btn.light {
	color: #000;
	border: 1px solid #9d9d9d;
	-webkit-transition: border .4s;
	-o-transition: border .4s;
	transition: border .4s;
	left: -89px;
	height: 55px;
	line-height: 25px;
}

.product_box .btn_wrap .btn.light:hover {
	border: 1px solid #222;
}

.product_box .btn_wrap .btn.light:hover span:before {
	background: #222;
	width: 100px;
}

.product_box .btn_wrap .btn.dark {
	color: #fff;
	border: 1px solid #444;
	background-color: #444;
	font-weight: 300;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
	left: -240px;
}

.product_box .btn_wrap .btn.dark:hover {
	background-color: #222;
}

.product_box .btn_wrap .btn.dark:hover span:before {
	background: #fff;
}

.product_box .btn_wrap .btn span {
	position: relative;
	padding: 0 3px;
}

.product_box .btn_wrap .btn span.brochure {
	line-height: 1.625rem;
	color: #000;;
	font-size: 1.063rem;
	font-weight: 400;
}

.product_box .btn_wrap .btn span:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: transparent;
	height: 1px;
	-webkit-transition-property: left, right;
	-o-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.product_box .btn_wrap .btn:hover span:before {
	left: 0;
	right: 0;
}

.product_cont+.product_cont {
	margin-top: 80px;
}

.product_cont.bgimg {
	padding-top: 80px;
}

.product_cont.bgimg .inner_title h3 {
	color: #fff;
}

.product_cont.bgimg .inner_title h3:after {
	background-color: #fff;
}

.product_tbl+.product_tbl {
	margin-top: 30px;
}

.product_tbl_title {
	padding-bottom: 15px;
	*zoom: 1;
}

.product_tbl_title:after {
	display: block;
	clear: both;
	content: "";
}

.product_tbl_title h4 {
	color: #333333;
	font-size: 1.375rem;
	font-weight: 500;
}

.product_tbl_title .product_tbl_caption {
	padding-top: 0;
}

.product_tbl table {
	width: 100%;
	border-bottom: 1px solid #e3e5e5;
	border-top: 1px solid #555555;
}

.product_tbl thead {
	border-bottom: 1px solid #e3e5e5;
}

.product_tbl thead tr+tr {
	border-top: 1px solid #e3e5e5;
}

.product_tbl thead th {
	padding: 11px 5px;
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	background-color: #f9fafb;
	border-left: 1px solid #e3e5e5;
	border-right: 1px solid #e3e5e5;
}

.product_tbl thead th:first-child {
	border-left: 0;
}

.product_tbl thead th:last-child {
	border-right: 0;
}

.product_tbl thead th.hei70 {
	padding: 26px 5px;
}

.product_tbl tbody tr+tr {
	border-top: 1px solid #e3e5e5;
}

.product_tbl tbody th {
	background-color: #f9fafb;
	color: #333;
	font-size: 0.9375rem;
	font-weight: 400;
	padding: 11px 18px;
	text-align: left;
	line-height: 1.125rem;
	border-right: 1px solid #e3e5e5;
}

.product_tbl tbody th+td {
	border-left: 1px solid #e3e5e5;
}

.product_tbl tbody th+th {
	border-left: 1px solid #e3e5e5;
}

.product_tbl tbody td {
	padding: 11px 18px;
	color: #666;
	font-size: 0.9375rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.125rem;
}

.product_tbl tbody td+td {
	border-left: 1px solid #e3e5e5;
}

.product_tbl tbody td .ico_support {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fd7065;
	margin: auto;
}

.product_tbl tbody td .ico_notsupport {
	margin: auto;
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
}

.product_tbl tbody td .ico_notsupport:before {
	position: absolute;
	top: 0;
	left: 7px;
	width: 1px;
	height: 16px;
	background-color: #fd7065;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	content: "";
}

.product_tbl tbody td .ico_notsupport:after {
	position: absolute;
	top: 0;
	right: 8px;
	width: 1px;
	height: 16px;
	background-color: #fd7065;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	content: "";
}

.product_tbl tbody td .bullet ul li {
	line-height: 26px;
	font-size: 0.9375rem;
	font-weight: 300;
}

.product_tbl tbody td .bullet ul li:before {
	width: 4px;
	height: 4px;
	top: 12px;
}

.product_tbl tbody td .bullet ul li+li {
	margin-top: 0;
}

.product_tbl_caption {
	text-align: right;
	padding-top: 15px;
	line-height: 1.125rem;
	color: #666;
	font-size: 0.875rem;
	font-weight: 300;
}

.icon_lst>ul li {
	*zoom: 1;
}

.icon_lst>ul li:after {
	display: block;
	clear: both;
	content: "";
}

.icon_lst>ul li+li {
	margin-top: 45px;
}

.icon_lst dl {
	width: 545px;
	min-height: 100px;
	padding-left: 125px;
	position: relative;
}

.icon_lst dl:nth-child(odd) {
	float: left;
}

.icon_lst dl:nth-child(even) {
	float: right;
}

.icon_lst dl.full {
	width: 100%;
}

.icon_lst dl span {
	z-index: 1;
	position: absolute;
	left: 12px;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #36a4ef;
}

.icon_lst dl span:after {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: block;
	content: "";
}

.icon_lst dl dt {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5rem;
	letter-spacing: -0.04em;
	color: #242424;
	font-size: 1.25rem;
	font-weight: 500;
}

.icon_lst dl dd {
	line-height: 22px;
	letter-spacing: -0.04em;
	color: #666;
	font-size: 0.9375rem;
	font-weight: 400;
}

.icon_lst dl dd .bullet ul li {
	line-height: 24px;
	padding-left: 10px;
	color: #666;
	font-size: 0.9375rem;
	font-weight: 400;
}

.icon_lst dl dd .bullet ul li:before {
	top: 12px;
	width: 2px;
	height: 2px;
	background-color: #333;
}

.icon_lst dl dd .bullet ul li+li {
	margin-top: 0;
}

.icon_lst dl dd .bullet .no_bullet li {
	padding-left: 0;
}

.opacity_box_lst>ul {
	*zoom: 1;
}

.opacity_box_lst>ul:after {
	display: block;
	clear: both;
	content: "";
}

.opacity_box_lst>ul+ul {
	margin-top: 30px;
}

.opacity_box_lst>ul>li {
	position: relative;
	padding: 40px 30px 30px 40px;
	width: calc(50% - 15px);
	float: left;
	height: 270px;
	letter-spacing: -0.04em;
	background-color: rgba(250, 250, 250, 0.9);
}

.opacity_box_lst>ul>li+li {
	margin-left: 30px;
}

.opacity_box_lst>ul>li:after {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	content: "";
}

.opacity_box_lst>ul.full>li {
	width: 100%;
}

.opacity_box_lst dl dt {
	color: #242424;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 26px;
}

.opacity_box_lst dl dd {
	color: #242424;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding-left: 10px;
	position: relative;
}

.opacity_box_lst dl dd:before {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #242424;
	display: block;
	content: "";
}

.opacity_box_lst dl dd>ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

.opacity_box_lst dl dd>ul>li {
	color: #666666;
}

/****************************************************
*    company introduce
******************************************************/
.sga_intro {
	width: 100%;
	height: 340px;
	background: url(../images/img_sga_intro.png);
	background-position: center;
}

.sga_intro .headline {
	font-size: 4rem;
	font-weight: 700;
	color: #0071bd;
	letter-spacing: -2.5px;
	text-align: center;
	padding-top: 110px;
	text-shadow: 0 2px 0 #333;
	line-height: 3.125rem;
}

.sga_intro .txt {
	margin-top: 42px;
	text-align: center;
	font-size: 1.25rem;
	color: #666;
	line-height: 2.125rem;
}

.sga_intro .txt em {
	font-style: inherit;
}

.sga_intro .txt strong {
	font-weight: 500;
	display: block;
	letter-spacing: -0.5px;
	font-size: 1.75rem;
	margin-bottom: 5px;
	color: #333;
}

.sga_slogan {
	padding-top: 30px;
}

.sga_slogan p {
	line-height: 1.75rem;
}

.sga_slogan .main_txt {
	font-size: 1.25rem;
	color: #0071bd;
	font-weight: 500;
}

.sga_slogan .sub_txt {
	font-size: 1.125rem;
	letter-spacing: -0.25px;
	color: #666;
	font-weight: 300;
}



.sub_cont_tab .inner .tab_lst {
	width: 620px;
	font-size: 0;
	text-align: center;
	position: relative;
	margin: auto;
	*zoom: 1; }
  .sub_cont_tab .inner .tab_lst:after {
    display: block;
    clear: both;
    content: ""; }
  .sub_cont_tab .inner .tab_lst.col2 li {
    width: 50%; }
  .sub_cont_tab .inner .tab_lst.col3 li {
    width: 200px; }
  .sub_cont_tab .inner .tab_lst.col4 li {
    width: 180px; }
  .sub_cont_tab .inner .tab_lst.col5 li {
    width: 20%; }
  .sub_cont_tab .inner .tab_lst.col6 li {
    width: 16.666666%; }
  .sub_cont_tab .inner .tab_lst.col7 li {
    width: 130px; }
  .sub_cont_tab .inner .tab_lst li {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 50px;
    background-color: #f5f5f5;
    border-radius: 25px; 
    width: 230px;}
    .sub_cont_tab .inner .tab_lst li + li {
      margin-left: 10px; }
    .sub_cont_tab .inner .tab_lst li a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      color: #333333;
      font-size: 1.063rem;
      font-weight: 300; }
    .sub_cont_tab .inner .tab_lst li.on {
	  border: 1px solid #fff;
	  border-bottom: 0;
      background-color: #0071bd; }
      .sub_cont_tab .inner .tab_lst li.on a {
        color: #fff;
        font-weight: 500; }

.tab_container {
  margin-top: 80px; }

.m_tab_lst .nice-select {
  float: none;
  font-family: "Noto Sans KR", sans-serif;
  width: 100%;
  height: 45px;
  font-size: 1rem;
  line-height: 45px;
  font-weight: 400;
  border-radius: 0;
  position: relative; }
  .m_tab_lst .nice-select span {
    font-weight: 400;
    color: #333333;
    font-size: 1rem; }
  .m_tab_lst .nice-select:after {
    background: url(../images/spr_global_icon03.png) no-repeat;
    background-position: 21.633% 2.84%;
    position: absolute;
    width: 10px;
    height: 7px;
    border-style: none;
    top: 50%;
    margin-top: -3.5px;
    right: 15px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    display: block;
    content: ""; 
    transform: rotate(0deg);}
  .m_tab_lst .nice-select:hover, .m_tab_lst .nice-select:focus {
    border: 1px solid #6e9ce0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .m_tab_lst .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
            transform-origin: center; }
  .m_tab_lst .nice-select .list {
    width: 100%;
    border-radius: 0;
    max-height: 150px;
    overflow: auto; }
  .m_tab_lst .nice-select .option {
    min-height: 38px;
    line-height: 38px;
    color: #333333;
    font-weight: 400; }
    .m_tab_lst .nice-select .option.selected {
      background-color: #f5f5f5; }
      .m_tab_lst .nice-select .option.selected.focus {
        background-color: #f5f5f5; }
        .m_tab_lst .nice-select .option.selected.focus:focus {
          background-color: #f5f5f5; }
    .m_tab_lst .nice-select .option:hover {
      color: #333333;
      background-color: #f5f5f5; }

  .txt {
    margin-top: 0;
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 1.125rem; 
    word-break: keep-all; }

.step_gradiant {
  background-color: #f4f5f6;
  padding: 35px 60px 30px; }
  .step_gradiant ul {
    font-size: 0;
    text-align: center; }
    .step_gradiant ul li {
      width: 140px;
      text-align: center;
      display: inline-block;
      padding-top: 160px;
      position: relative; }
      .step_gradiant ul li span {
        color: #333333;
        font-size: 1.125rem;
        font-weight: 500; }
      .step_gradiant ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: block;
        content: ""; }
      .step_gradiant ul li:after {
        background: url(../images/spr_global_icon03.png) no-repeat;
        position: absolute;
        top: -38px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        content: ""; }

.recruit_box {
  *zoom: 1;
  height: 480px;
  border: 1px solid #dadfe3; }
  .recruit_box:after {
    display: block;
    clear: both;
    content: ""; }
  .recruit_box + .recruit_box {
    margin-top: 50px; }
  .recruit_box.box01 .info dl:first-child:before {
    background-position: 55.3% 22.595%;
    width: 66px;
    height: 53px;
    margin-top: -26px; }
  .recruit_box.box01 .info dl:last-child:before {
    background-position: 71.202% 22.748%;
    width: 59px;
    height: 56px;
    margin-top: -28px; }
  .recruit_box.box02 .info dl:first-child:before {
    background-position: 88.222% 21.412%;
    width: 67px;
    height: 61px;
    margin-top: -30px; }
  .recruit_box.box02 .info dl:last-child:before {
    background-position: 1.345% 32.667%;
    width: 54px;
    height: 50px;
    margin-top: -25px; }
  .recruit_box.box03 {
    height: 400px; }
    .recruit_box.box03 .info dl dd ul li {
      display: block;
      margin-bottom: 25px;
      margin-right: 0; }
    .recruit_box.box03 .info dl:before {
      background-position: 99.782% 21.016%;
      width: 42px;
      height: 67px;
      top: 70px; }
  .recruit_box .img {
    float: left;
    width: 420px;
    height: 100%;
    overflow: hidden; }
  .recruit_box .info {
  	border-left: 1px solid #dadfe3;
    width: calc(100% - 420px);
    height: 100%;
    float: left; }
    .recruit_box .info + .img {
      border-left: 1px solid #dadfe3; }
    .recruit_box .info dl {
      padding-left: 170px;
      padding-top: 70px;
      height: 50%;
      position: relative; }
      .recruit_box .info dl:before {
        background: url(../images/spr_global_icon03.png) no-repeat;
        position: absolute;
        left: 60px;
        top: 50%;
        display: block;
        content: ""; }
      .recruit_box .info dl + dl {
        border-top: 1px solid #dadfe3; }
      .recruit_box .info dl dt {
        color: #333333;
        font-size: 1.25rem;
        font-weight: 700;
        padding-bottom: 30px; }
      .recruit_box .info dl dd ul {
        display: inline-block;
        font-size: 0; }
        .recruit_box .info dl dd ul li {
          color: #333333;
          font-size: 1rem;
          font-weight: 400;
          display: inline-block;
          margin-right: 30px;
          margin-bottom: 15px; }
          .recruit_box .info dl dd ul li:last-child {
            margin-right: 0; }

.recruit_step {
  padding: 35px 60px 30px; }
  .recruit_step ul li + li {
    margin-left: 45px; }
  .recruit_step ul li:before {
    border: 10px solid #c6e3fb; }
  .recruit_step ul li:first-child:before {
    background-color: #58b3e6; }
  .recruit_step ul li:first-child:after {
    background-position: 17.802% 32.955%;
    width: 45px;
    height: 60px; }
  .recruit_step ul li:nth-child(2):before {
    background-color: #2a9fe1; }
  .recruit_step ul li:nth-child(2):after {
    background-position: 30.206% 33.184%;
    width: 63px;
    height: 54px; }
  .recruit_step ul li:nth-child(3):before {
    background-color: #1893e1; }
  .recruit_step ul li:nth-child(3):after {
    background-position: 47.178% 36.842%;
    width: 57px;
    height: 63px; }
  .recruit_step ul li:nth-child(4):before {
    background-color: #0b7ecc; }
  .recruit_step ul li:nth-child(4):after {
    background-position: 63.014% 37.698%;
    width: 62px;
    height: 57px; }
  .recruit_step ul li:last-child:before {
    background-color: #0164b7; }
  .recruit_step ul li:last-child:after {
    background-position: 77.729% 37.471%;
    width: 42px;
    height: 65px; }

.recruit_step_detail {
  margin-top: 85px; }
  .recruit_step_detail dl {
    font-size: 0; }
    .recruit_step_detail dl + dl {
      margin-top: 70px; }
    .recruit_step_detail dl dt {
      width: 115px;
      padding-left: 15px;
      display: inline-block;
      vertical-align: middle;
      color: #0071bd;
      font-size: 1.25rem;
      font-weight: 700; }
    .recruit_step_detail dl dd {
      width: calc(100% - 115px);
      padding-left: 80px;
      display: inline-block;
      vertical-align: middle;
      color: #333333;
      font-size: 1.125rem;
      font-weight: 400; }

.gwp_info p {
  text-align: left;
  padding-bottom: 80px;
  line-height: 30px;
  color: #242424;
  font-size: 1.1875rem;
  font-weight: 400; }
  
.gwp_info_box .img img {
	width: 100%;
   	height: auto;
}

.gwp_info_box .info {
  background-color: #f0f5f9;
  padding: 95px 0 65px;
  font-size: 0;
  position: relative;
  text-align: center; 
  border: 1px solid #dedfe3;
  border-top: none;}
  .gwp_info_box .info .title {
    width: 475px;
    background-color: #0164b7;
    border-radius: 50px;
    position: absolute;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin: 0 auto;
    top: -30px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700; }
    .gwp_info_box .info .title .thin {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 500; }
  .gwp_info_box .info ul {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-left: 100px; }
    .gwp_info_box .info ul li {
      color: #333333;
      font-size: 1.125rem;
      font-weight: 400; }
      .gwp_info_box .info ul li + li {
        margin-top: 28px; }

.vip_info_box .img img {
	width: 100%;
	height: auto;
}
.vip_info_box .info {
  background-color: #0164b7;
  padding: 30px 40px; }
  .vip_info_box .info dl dt {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700; }
    .vip_info_box .info dl dt .thin {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400; }
  .vip_info_box .info dl dd {
    margin-top: 20px;
    color: #cce3f2;
    font-size: 1.125rem;
    font-weight: 300; }

/****************************************************
*    고객센터
******************************************************/
.box_cont {
	border: 1px solid #dcdcdc;
	padding: 20px;
}

.box_cont .column+.column {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}

.box_cont .column_wrap {
	*zoom: 1;
}

.box_cont .column_wrap:after {
	display: block;
	clear: both;
	content: "";
}

.box_cont .column_wrap .left {
	float: left;
	width: 185px;
	min-height: 135px;
	padding-left: 15px;
	margin-right: 30px;
	border-right: 1px solid #dcdcdc;
}

.box_cont .column_wrap .left h5 {
	font-size: 1.125rem;
	font-weight: 300;
	padding-top: 20px;
}

.box_cont .column_wrap .right {
	float: left;
	padding-top: 20px;
	width: calc(100% - 215px);
}

.box_cont .column_wrap .right ul li {
	font-size: 1rem;
	color: #666;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 20px;
}

.box_cont .column_wrap .right ul li a {
	font-size: 1rem;
	color: #0071bd;
	text-decoration: underline;
}

.box_cont .column_wrap .right ul li+li {
	font-size: 1rem;
	margin-top: 15px;
	margin-bottom: 0;
}

.box_cont .column_wrap .right ul li.ico {
	padding-left: 30px;
	position: relative;
}

.box_cont .column_wrap .right ul li.ico:before {
	background: url("../images/spr_global_icon02.png") no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	content: "";
}

.box_cont .column_wrap .right ul li.ico.tel:before {
	background-position: -101px -12px;
	width: 19px;
	height: 19px;
}

.box_cont .column_wrap .right ul li.ico.mail:before {
	background-position: -136px -12px;
	top: 3px;
	width: 18px;
	height: 13px;
}

.box_cont .column_wrap .right ul li.ico.who:before {
	background-position: -165px -12px;
	width: 16px;
	left: 1px;
	height: 17px;
}

/****************************************************
*    privacy
******************************************************/
.privacy {
	font-size: 0.875rem;z
	font-weight: 300;
}

.privacy * {
	font-size: 0.875rem;
	letter-spacing: -0.03em;
	line-height: 1.375rem;
}

.privacy.cont_title {
	padding: 80px 0 40px;
}

.privacy_slogan {
	border: 1px solid #888;
	padding: 30px 40px;
	font-size: 1rem;
	line-height: 1.75rem;
	margin-bottom: 40px;
}

.privacy_wrap {
	border: 1px solid #d9d9d9;
	padding: 40px 40px;
}

.privacy_wrap h4 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 30px;
}

.privacy_box {
	margin-bottom: 50px;
}

.privacy_box>p {
	margin-bottom: 30px;
}

.privacy_box>dl+dl {
	margin-top: 30px;
}

.privacy_box>ul>li {
	font-size: 0.875rem;
	line-height: 1.375rem;
}

.privacy_box>ul>li+li {
	margin-top: 30px;
}

.privacy_box>ul>li>dl {
	margin-top: 20px;
}

.privacy_box>ul>li>dl dd>ul {
	padding-left: 15px;
}

.privacy_box .contact+.contact {
	margin-top: 30px;
}

.privacy_box .contact>p {
	margin-top: 30px;
}

/****************************************************
*   	MOTOTRBO
******************************************************/
.container .icon_lst.moto dl span:after {
	background: url(../images/PCR/spr_product04.png) no-repeat;
}

.container .icon_lst.moto dl span.ico_moto_01:after {
	background-position: 14.936% 13.167%;
	width: 51px;
	height: 38px;
}

.container .icon_lst.moto dl span.ico_moto_02:after {
	background-position: 28.488% 13.678%;
	width: 84px;
	height: 59px;
}

.container .icon_lst.moto dl span.ico_moto_03:after {
	background-position: 47.115% 14.313%;
	width: 80px;
	height: 83px;
}

.container .icon_lst.moto dl span.ico_moto_04:after {
	background-position: 60.536% 15.084%;
	width: 40px;
	height: 63px;
}

.container .icon_lst.moto dl span.ico_moto_05:after {
	background-position: 70.304% 15.14%;
	width: 41px;
	height: 65px;
}

.container .icon_lst.moto dl span.ico_moto_06:after {
	background-position: 82.657% 15.425%;
	width: 58px;
	height: 23px;
}

.container .icon_lst.moto dl span.ico_moto_07:after {
	background-position: 95.238% 15.493%;
	width: 54px;
	height: 32px;
}

.container .icon_lst.moto dl span.ico_moto_08:after {
	background-position: 1.894% 28.131%;
	width: 72px;
	height: 81px;
}

.container #purestorage .product_box .visual {
	background: url("../images/bg_productbox_purestorage.png") no-repeat;
	border: 1px solid #dfdfdf;
    border-right: none;
    background-size: contain;
}

.container #DMR .product_box .visual {
	background: url("../images/PCR/bg_productbox_motorola.png") no-repeat;
	background-size: contain;
}

/****************************************************
*   	Tanium Solution
******************************************************/
.container .icon_lst.tanium dl span:after {
	background: url(../images/tanium_icon.png) no-repeat;
}

.container .icon_lst.tanium dl span.ico_tanium01:after {
    background-position: 4.217% 4.186%;
	width: 53px;
	height: 56px; }

.container .icon_lst.tanium dl span.ico_tanium02:after {
    background-position: 20.661% 3.756%;
	width: 67px;
	height: 59px; }

.container .icon_lst.tanium dl span.ico_tanium03:after {
    background-position: 37.681% 6.278%;
	width: 68px;
	height: 49px; }
    
.container .icon_lst.tanium dl span.ico_tanium04:after {
    background-position: 56.768% 2.871%;
	width: 56px;
	height: 63px; }

.container .icon_lst.tanium dl span.ico_tanium05:after {
    background-position: 74.642% 3.333%;
	width: 62px;
	height: 62px; }
	
.gray_box_lst {
	*zoom: 1;
}

.gray_box_lst>ul:after {
	display: block;
	clear: both;
	content: "";
}

.gray_box_lst>ul+ul {
	margin-top: 30px;
}

.gray_box_lst>ul>li {
	position: relative;
	padding: 40px 30px 30px 40px;
	width: calc(50% - 15px);
	float: left;
	height: 270px;
	letter-spacing: -0.04em;
	background-color: rgba(250, 250, 250, 0.9);
}

.gray_box_lst>ul>li+li {
	margin-left: 30px;
}

.gray_box_lst>ul>li:after {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	content: "";
}

.gray_box_lst dl dt {
	color: #242424;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 26px;
}

.gray_box_lst dl dd {
	color: #242424;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding-left: 10px;
	position: relative;
}

.gray_box_lst dl dd:before {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #242424;
	display: block;
	content: "";
}

.gray_box_lst dl dd>ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gray_box_lst dl dd>ul>li {
	color: #666666;
}

.container .gray_box_lst>ul>li:after {
	background: url(../images/tanium_icon.png) no-repeat;
}

.container .gray_box_lst>ul>li.ico_tanium01 {
	height: 250px;
}
.container .gray_box_lst>ul>li.ico_tanium01:after {
	background-position: 1.767% 38.14%;
	width: 71px;
	height: 57px; }   
.container .gray_box_lst>ul>li.ico_tanium02 {
	height: 250px;
}
.container .gray_box_lst>ul>li.ico_tanium02:after {
     background-position: 19.381% 38.532%;
	width: 66px;
	height: 54px; }
.container .gray_box_lst>ul>li.ico_tanium03 {
	height: 250px;
}
.container .gray_box_lst>ul>li.ico_tanium03:after {
     background-position: 36.458% 38.667%;
     width: 71px;
     height: 47px; }
.container .gray_box_lst>ul>li.ico_tanium04 {
	height: 250px;
}
.container .gray_box_lst>ul>li.ico_tanium04:after {
     background-position: 52.305% 38.028%;
     width: 52px;
     height: 59px; }

.img_box.tanium figure figcaption {
	margin-top: 55px;
	margin-bottom: 40px;
	color: #333333;
	font-size: 1.275rem;
	font-weight: 400;
	line-height: 32px;
}

@media all and (max-width: 1920px) {
	.container {
		width: 100%;
	}
}

@media all and (max-width: 1350px) {
	.main_rolling .rolling_item {
		padding-top: 200px;
		width: 100%;
		left: 5%;
		height: 100%;
	}
	.main_rolling .rolling_item:after {
		right: 8%;
	}
	.main_rolling .swiper-component {
		width: 100%;
		left: 5%;
		bottom: 350px;
	}
	.main_rolling .swiper-slide.bg01 .rolling_item:after {
		top: auto;
		bottom: 10%;
		right: 8%;
		width: 459.2px;
		height: 453.6px;
		background-size: 100% 100%;
	}
	.main_rolling .swiper-slide.bg02 .rolling_item:after {
		top: auto;
		bottom: 10%;
		right: 8%;
		width: 670.4px;
		height: 430.4px;
		background-size: 100% 100%;
	}
	.main_rolling .swiper-slide.bg03 .rolling_item:after {
		top: auto;
		bottom: 10%;
		right: 8%;
		width: 662.4px;
		height: 361.6px;
		background-size: 100% 100%;
	}
}

@media all and (max-width: 1245px) {
	.owl-carousel-wrap .owl-carousel {
		width: 100%;
		padding: 0 51px;
	}
}

@media all and (max-width: 1200px) {
	html {
		font-size: 14px;
	}
	.inner {
		width: 100% !important;
	}
	.print_lst_info .m_tbl_caption {
		margin-bottom: 0;
	}
	.inner {
		width: 100%;
	}
	header {
		padding: 0 20px;
	}
	header .nav_wrap {
		position: absolute;
		right: 70px;
		margin-left: 0;
	}
	header .logo {
		left: 0;
	}
	header .quick_link {
		position: absolute;
		right: 0;
	}
	#footer .footer_wrap .footer_logo {
		float: none;
		position: absolute;
		bottom: 30px;
		left: 0;
		top: auto;
		right: 0;
		margin: 0 auto;
	}
	#footer .footer_wrap .footer_cont {
		padding: 35px 20px 90px;
		position: relative;
		opacity: 1;
	}
	#footer .footer_wrap .footer_info {
		float: none;
		text-align: center;
	}
	#footer .footer_wrap .footer_info .privacy_link {
		width: 120px;
		position: relative;
		margin: 10px auto 0;
	}
	#footer .footer_wrap .footer_info .ethics_link {
		width: 140px;
		position: relative;
		margin: 10px auto 0;
		right: 0px;
	}
	.container .sub_top .location {
		left: 20px;
		top: 12px;
	}
	.container .sub_cont {
		padding: 0 20px;
	}
	.step_lst_process>ul>li {
		margin: 0 auto;
		width: 100%;
		float: none;
		padding-bottom: 80px;
		position: relative;
	}
	.step_lst_process>ul>li .info_num {
		text-align: center;
		padding-bottom: 15px;
	}
	.step_lst_process>ul>li .info_num p {
		vertical-align: middle;
		display: inline-block;
		color: #333;
		font-weight: 500;
	}
	.step_lst_process>ul>li .info_num p+p {
		margin-top: 0;
	}
	.step_lst_process>ul>li:nth-child(even) .info_lst:before {
		display: none;
	}
	.step_lst_process>ul>li:nth-child(even) .info_lst:after {
		background: url(../images/spr_sub_icon.png) no-repeat;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 20px;
		margin: 0 auto;
		background: url(../images/m_bg_step_process02.png) no-repeat;
		width: 263px;
		height: 60px;
		display: block;
		content: "";
	}
	.step_lst_process>ul>li:last-child .info_lst:after {
		display: none;
	}
	.step_lst_process>ul>li .info_lst {
		height: auto;
	}
	.step_lst_process>ul>li .info_lst:before {
		display: none;
	}
	.step_lst_process>ul>li .info_lst:after {
		background: url(../images/spr_sub_icon.png) no-repeat;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 20px;
		margin: 0 auto;
		background: url(../images/m_bg_step_process01.png) no-repeat;
		width: 263px;
		height: 60px;
		display: block;
		content: "";
	}
	.step_lst_process>ul>li .info_lst ul {
		padding: 0 !important;
		text-align: center;
	}
	.gwp_lst ul li {
		width: calc(33.333333% - 10px);
	}
	.gwp_lst ul li+li {
		margin-left: 10px;
	}
	.gwp_item .thumbnail img {
		width: 100%;
	}
	.box_col .col03 .column .bullet {
		padding: 20px 20px !important;
	}
	.main_cont .main_board .board_list {
		width: 100%;
		margin: 0;
		padding: 50px 30px 0;
	}
	.main_cont .main_board .board_list>li {
		width: calc(100% - 655px);
	}
	.main_cont .main_board .board_list>li:last-child {
		width: 655px;
		padding-left: 65px;
		margin-left: 0;
	}
	.main_cont .main_board .board_list>li .notice_wrap .notice_list li a .title
		{
		white-space: nowrap;
	}
	.main_cont .main_board .board_list>li .event_wrap .event_banner .event_list li .event_box .event_text li ul li
		{
		font-size: 0.875rem;
	}
	.solid_box dl dd .inbl_cont.wfix {
		width: 100%;
	}
	.solid_box dl dd figure {
		text-align: center;
		position: relative;
		padding-bottom: 40px;
	}
	.solid_box dl dd>img+.inbl_cont {
		display: inline-block;
		vertical-align: middle;
		margin-left: 0;
	}
	.solid_box dl dd .inbl_cont {
		margin-left: 0;
		width: 100%;
	}
	.solid_box dl dd .inbl_cont+.inbl_cont {
		margin-left: 0;
		margin-top: 40px;
	}
	.product_box .visual {
		width: 100%;
		height: 510px;
		padding-top: 195px;
		float: left;
		background-position: center !important;
	}
	.product_box .info {
		position: relative;
		width: calc(100% - 550px);
		padding: 40px 50px 40px 50px;
		height: auto;
		border: none;
		display: inline-block;
		width: 100%;
	}
	.product_box .info h3 {
		margin-top: 20px;
		margin-bottom: 30px;
		color: #242424;
		font-size: 2.25rem;
		font-weight: 700;
		text-align: center;
	}
	.product_box .info p {
		line-height: 1.625rem;
		color: #242424;
		font-size: 1.063rem;
		font-weight: 400;
		text-align: center;
		word-break: keep-all;
	}
	.product_box .info p+p {
		margin-top: 35px;
		text-align: center;
	}
	.product_box .btn_wrap {
		margin-top: 0;
		position: relative;
		left: 90px;
		bottom: -30px;
		text-align: center;
	}
	.product_box .btn_wrap .contact {
		color: #242424;
		font-size: 0.9375rem;
		font-weight: 400;
		margin-bottom: 13px;
		display: block;
	}
	.product_box .btn_wrap .btn {
		display: inline-block;
		width: 140px;
		height: 50px;
		line-height: 48px;
		font-size: 1rem;
		font-weight: 400;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		overflow: hidden;
	}
	.product_box .btn_wrap .btn+.btn {
		margin-left: 7px;
		margin-top: 11px;
	}
	.product_box .btn_wrap .btn.light {
		color: #000;
		border: 1px solid #9d9d9d;
		-webkit-transition: border .4s;
		-o-transition: border .4s;
		transition: border .4s;
		left: -89px;
		height: 55px;
	}
	.product_box .btn_wrap .btn.light:hover {
		border: 1px solid #222;
	}
	.product_box .btn_wrap .btn.light:hover span:before {
		background: #222;
		width: 90px;
	}
	.product_box .btn_wrap .btn.dark {
		color: #fff;
		border: 1px solid #444;
		background-color: #444;
		font-weight: 300;
		-webkit-transition: background-color .4s;
		-o-transition: background-color .4s;
		transition: background-color .4s;
		left: -90px;
	}
	.product_box .btn_wrap .btn.dark:hover {
		background-color: #222;
	}
	.product_box .btn_wrap .btn.dark:hover span:before {
		background: #fff;
	}
	.product_box .btn_wrap .btn span {
		position: relative;
		padding: 0 3px;
	}
	.product_box .btn_wrap .btn span:before {
		content: "";
		display: inline-block;
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: transparent;
		height: 1px;
		-webkit-transition-property: left, right;
		-o-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.product_box .btn_wrap .btn:hover span:before {
		left: 0;
		right: 0;
	}
	.icon_lst dl {
		float: none !important;
		width: 100%;
		min-height: auto;
		padding-left: 65px;
	}
	.icon_lst dl span {
		top: 0;
		margin-top: 0;
		width: 50px;
		height: 50px;
	}
	.container .icon_lst.moto dl span:after {
		background: url(../images/PCR/spr_product04.png) no-repeat;
		background-size: 300px 300px;
		-webkit-background-size: 300px 300px;
	}
	.container .icon_lst.moto dl span.ico_moto_01:after {
		width: 26px;
		height: 19px;
	}
	.container .icon_lst.moto dl span.ico_moto_02:after {
		width: 42px;
		height: 30px;
	}
	.container .icon_lst.moto dl span.ico_moto_03:after {
		width: 40px;
		height: 42px;
	}
	.container .icon_lst.moto dl span.ico_moto_04:after {
		width: 20px;
		height: 32px;
	}
	.container .icon_lst.moto dl span.ico_moto_05:after {
		width: 21px;
		height: 33px;
	}
	.container .icon_lst.moto dl span.ico_moto_06:after {
		width: 29px;
		height: 12px;
	}
	.container .icon_lst.moto dl span.ico_moto_07:after {
		width: 27px;
		height: 16px;
	}
	.container .icon_lst.moto dl span.ico_moto_08:after {
		width: 36px;
		height: 41px;
	}
	.icon_lst dl {
		float: none !important;
		width: 100%;
		min-height: auto;
		padding-left: 65px;
	}
	.icon_lst dl span {
		top: 0;
		margin-top: 0;
		width: 50px;
		height: 50px;
	}
	.icon_lst dl+dl {
		margin-top: 20px;
	}
	.icon_lst dl dt {
		padding-top: 5px;
		margin-bottom: 0;
		padding-left: 20px;
	}
	.icon_lst ul li+li {
		margin-top: 20px;
	}
	.icon_lst dl dd {
		line-height: 22px;
		letter-spacing: -0.04em;
		color: #666;
		font-size: 0.9375rem;
		font-weight: 400;
		padding-left: 20px;
	}
	.motorola_slogan {
		background: none;
		height: auto;
	}
	.motorola_slogan .txt {
		padding-top: 0;
		width: 100%;
		font-size: 1.75rem;
		line-height: 35px;
	}
	.motorola_slogan .txt em.blue {
		font-size: 1.75rem;
	}
	.motorola_slogan .txt p {
		color: #333333;
		font-size: 1.25rem;
		line-height: 25px;
		word-break: keep-all;
	}
	.container #purestorage .product_box .visual {
    	border: none;
	}
	/* tanium mobile */
	.container .icon_lst.tanium dl span:after {
		background: url(../images/tanium_icon.png) no-repeat;
		background-size: 330px 163px;
		-webkit-background-size: 330px 163px;
	}
	.container .icon_lst.tanium dl span.ico_tanium01:after {
	    background-position: 3.217% 4.186%;
		width: 34px;
		height: 35px; 
	}
	.container .icon_lst.tanium dl span.ico_tanium02:after {
	    background-position: 19.661% 3.756%;
		width: 44px;
		height: 38px; 
	}
	.container .icon_lst.tanium dl span.ico_tanium03:after {
	    background-position: 37.981% 6.278%;
		width: 44px;
		height: 32px; 
	} 
	.container .icon_lst.tanium dl span.ico_tanium04:after {
	    background-position: 56.768% 2.871%;
		width: 36px;
		height: 41px; 
	}
	.container .icon_lst.tanium dl span.ico_tanium05:after {
	    background-position: 74.842% 2.733%;
		width: 40px;
		height: 40px; 
	}
	.bullet ul li br {
		display: none;
	}
	.container .gray_box_lst {
		padding-bottom: 30px;
	}
	.container .gray_box_lst dl dt {
		margin-bottom: 10px;
		word-break: keep-all;
	}
	.container .gray_box_lst>ul>li {
		width: 100%;
		float: none;
		height: auto !important;
		padding: 25px 20px 25px 20px;
	}
	.container .gray_box_lst>ul>li+li {
		margin-left: 0;
		margin-top: 20px;
	}
	.container .gray_box_lst>ul>li:after {
		bottom: 20px;
		right: 20px;
		display: none;
	}
	.container .gray_box_lst>ul+ul {
		margin-top: 20px;
	}
}

@media all and (max-width: 1160px) {
	header .header_wrap {
		width: 100%;
	}
	header .gnb {
		width: 700px;
	}
	header .gnb li>a {
		font-size: 1.125rem;
	}
	.step_lst_arrow ul {
		width: 875px;
		margin: 0 auto;
	}
	.step_lst_arrow ul li+li {
		margin-left: 0;
	}
	.step_lst_arrow ul li+li:before {
		left: -5px;
	}
	.step_lst_bullet ul {
		width: 80%;
		margin: 0 auto;
	}
	.step_lst_bullet ul li .info_bullet:before {
		top: 0;
		right: 0;
		left: 0;
		bottom: auto;
		margin: 0 auto;
	}
	.step_lst_bullet ul li .info_bullet:after {
		right: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		margin: 0 auto;
	}
	.step_lst_bullet ul li .info_bullet dl {
		text-align: center;
	}
	.step_lst_bullet ul li .info_bullet dl dt:before {
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		vertical-align: middle;
		margin-right: 10px;
	}
	.step_lst_bullet ul li .info_bullet dl dt h5 {
		display: inline-block;
		vertical-align: middle;
	}
	.infographic .hire {
		width: 850px;
		margin: 0 auto;
	}
	.infographic .hire .info_box.circle {
		float: left;
		margin-left: 50px;
	}
}

@media all and (max-width: 1024px) {
	header {
		position: fixed;
		height: 50px;
		top: 0;
		left: 0;
	}
	header.on:before {
		display: none;
	}
	header .header_wrap {
		width: 100%;
		height: 100%;
	}
	header .header_wrap.open:before {
		display: block;
		position: fixed;
		z-index: 998;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: '';
	}
	header .header_wrap.open .nav_wrap {
		left: 0;
		-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
		background-color: #0071bd;
	}
	header .logo {
		position: relative;
		margin: 0 auto;
		width: 136px;
		height: 23px;
		top: 15px;
	}
	header .logo a {
		background-size: 136px 23px;
		background-position: center center;
	}
	header .quick_link {
		float: none;
		position: absolute;
		right: 0;
		top: 15px;
		bottom: 0;
		border-right: 0;
		height: auto;
	}
	header .quick_link_open {
		padding: 0;
	}
	header .quick_link_open span {
		position: absolute;
		font-size: 0;
		text-indent: -9999px;
		padding-right: 0;
	}
	header .quick_link_open span:after {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		top: 0;
		background-position: 56.439% 19.318%;
		width: 18px;
		height: 18px;
	}
	header .quick_link_wrap {
		position: fixed;
		display: block;
		width: 240px;
		right: -240px;
		left: auto;
		top: 0;
		height: 100%;
		padding-top: 60px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	header .quick_link_wrap.open {
		right: 0;
	}
	header .quick_link_lst {
		width: 100%;
	}
	header .quick_link_lst ul {
		width: 100%;
	}
	header .quick_link_lst ul:before {
		top: -60px;
		width: 100%;
		padding: 18px 20px;
		font-size: 1.0625rem;
		border-bottom: 1px solid #606060;
	}
	header .quick_link_lst ul li {
		float: none;
		margin: 0 auto;
		width: 200px;
		height: 65px;
	}
	header .quick_link_lst ul li a {
		font-size: 1rem;
		padding: 22px 20px;
	}
	header .quick_link_lst ul li+li {
		margin-left: 0;
		margin: 10px auto;
	}
	header .quick_link_lst ul li:hover a span span {
		border: 0;
		padding-right: 0;
	}
	header .quick_link_lst ul li:hover a span span:before {
		display: none;
	}
	header .quick_link_lst ul li:hover:active a span {
		padding-right: 15px;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	header .quick_link_lst ul li:hover:active a span:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-position: -129px -12px;
		position: absolute;
		right: 0;
		top: 4px;
		width: 8px;
		height: 13px;
		display: block;
		content: "";
	}
	header .quick_link_lst ul li:hover:first-child a {
		background: url(../images/m_quicklink_sol_img.png) no-repeat;
		background-size: 100%;
	}
	header .quick_link_lst ul li:hover:nth-child(2) a {
		background: url(../images/m_quicklink_emb_img.png) no-repeat;
		background-size: 100%;
	}
	header .quick_link_lst ul li:hover:nth-child(3) a {
		background: url(../images/m_quicklink_blo_img.png) no-repeat;
		background-size: 100%;
	}
	header .quick_link_lst ul li:hover:nth-child(4) a {
		background: url(../images/m_quicklink_net_img.png) no-repeat;
		background-size: 100%;
	}
	header .quick_link_lst ul li:hover:last-child a {
		background: url(../images/m_quicklink_voi_img.png) no-repeat;
		background-size: 100%;
	}
	header .quick_link_lst_close {
		top: -45px;
		right: 20px;
		bottom: auto;
	}
	header .quick_link_lst_close:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 76.136% 20.076%;
		width: 18px;
		height: 18px;
	}
	header .quick_link_close {
		right: 20px;
		top: -43px;
	}
	header .mobile_btn_area {
		display: block;
		position: absolute;
		top: 17px;
		left: 0;
	}
	header .mobile_btn_area .mobile_menu_open {
		display: block;
		width: 21px;
		height: 15px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		font-size: 0;
		text-indent: -9999px;
		position: relative;
	}
	header .mobile_btn_area .mobile_menu_open:after {
		position: absolute;
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 56.977% 4.444%;
		width: 21px;
		height: 15px;
		display: block;
		content: "";
	}
	header .nav_wrap {
		display: block;
		position: fixed;
		z-index: 999;
		top: 0;
		left: -250px;
		bottom: 0;
		margin-left: 0;
		width: 250px;
		height: 100%;
		padding-top: 51px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: url(../images/bg_m_logo.png) no-repeat 10px 17px;
		background-size: 145px 20px;
	}
	header .nav_wrap>nav {
		width: 100%;
		height: 100%;
		background: #fff;
		border-top: 1px solid #dcdcdc;
	}
	header .nav_wrap>nav .gnb {
		width: 100%;
		height: 100%;
	}
	header .nav_wrap>nav .gnb li {
		position: relative;
		width: 100%;
	}
	header .nav_wrap>nav .gnb li.has_children:before {
		position: absolute;
		top: 18px;
		right: 22px;
		width: 8px;
		height: 8px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		content: '';
	}
	header .nav_wrap>nav .gnb li+li {
		border-top: 1px solid #dcdcdc;
	}
	header .nav_wrap>nav .gnb li:last-child {
		border-bottom: 1px solid #dcdcdc;
	}
	header .nav_wrap>nav .gnb li a {
		display: block;
		width: 100%;
		padding-left: 22px;
		color: #333;
		font-weight: 500;
		font-size: 1.125rem;
		line-height: 49px;
		text-align: left;
	}
	header .nav_wrap>nav .gnb li.active {
		background: #f9f9f9;
	}
	header .nav_wrap>nav .gnb li.active:before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 23px;
	}
	header .nav_wrap>nav .gnb li.active>a {
		border-bottom: 1px solid #dcdcdc;
		background: #fff;
		color: #0071bd !important;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 {
		position: relative;
		top: auto;
		left: auto;
		display: none;
		width: 100%;
		height: auto;
		max-width: 100%;
		min-width: 100%;
		padding: 0 !important;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2:before {
		display: none;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2:after {
		display: none;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li {
		position: relative;
		display: block;
		float: none;
		width: 100%;
		height: auto;
		border-bottom: 0;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li:last-child {
		border-bottom: 0;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li a {
		position: relative;
		display: block;
		font-size: 1rem;
		color: #333;
		font-weight: 400;
		line-height: 42px;
		padding: 0 30px;
		background: #fff;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li a:before {
		left: 22px;
		font-size: 1.25rem;
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li.has_children:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .nav_wrap>nav .gnb li .gnb_dep2 li.has_children a {
		border-bottom: 1px solid #e7e7e7;
	}
	header .nav_wrap>nav .gnb li:nth-child(2) .gnb_dep2 li {
		margin-top: 0;
	}
	header .nav_wrap .mobile_menu_close {
		z-index: 999;
		display: block;
		position: absolute;
		top: 15px;
		right: 20px;
		width: 18px;
		height: 18px;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	header .nav_wrap .mobile_menu_close span {
		display: block;
		text-indent: -9999em;
	}
	header .nav_wrap .mobile_menu_close:before {
		position: absolute;
		background: #fff;
		transform: rotate(-45deg);
		width: 3px;
		height: 23px;
		left: 10px;
		display: block;
		content: "";
		display: block;
	}
	header .nav_wrap .mobile_menu_close:after {
		position: absolute;
		background: #fff;
		transform: rotate(45deg);
		width: 3px;
		height: 23px;
		top: 0px;
		left: 10px;
		display: block;
		content: "";
		display: block;
	}
	header .sns {
		float: none;
		position: absolute;
		top: 13px;
		left: 15px;
		border: 0;
		height: auto;
	}
	header .sns ul {
		margin: 0;
	}
	header .sns ul li.facebook a:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 2.909% 35.178%;
		width: 13px;
		height: 24px;
	}
	header .sns ul li.facebook a:hover:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 2.909% 35.178%;
		width: 13px;
		height: 24px;
	}
	header .sns ul li.youtube {
		margin-left: 10px;
	}
	header .sns ul li.youtube a:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 4.4% 58.8%;
		width: 25px;
		height: 25px;
		top: 0;
	}
	header .sns ul li.youtube a:hover:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 4.4% 58.8%;
		width: 25px;
		height: 25px;
	}
	header .sns ul li.blog {
		margin-left: 10px;
	}
	header .sns ul li.blog a:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		top: 0;
		background-position: 4.348% 83.004%;
		width: 24px;
		height: 24px;
	}
	header .sns ul li.blog a:hover:before {
		background: url(../images/spr_global_icon.png) no-repeat;
		background-size: 150px 150px;
		-webkit-background-size: 150px 150px;
		background-position: 4.348% 83.004%;
		width: 24px;
		height: 24px;
	}
	.container #subMenu {
		display: none;
	}
	.container #subMenu .submenu_wrap {
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	.container .sub_top {
		margin-top: 50px;
		height: auto;
	}
	.owl-theme .owl-nav {
		display: block;
	}
	.owl-carousel .owl-nav button.owl-prev {
		position: absolute;
		top: 0;
		left: 0;
		width: 51px;
		height: 58px;
		border-right: 1px solid #ddd;
	}
	.owl-carousel .owl-nav button.owl-prev>span {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	.owl-carousel .owl-nav button.owl-prev>span:after {
		position: absolute;
		display: block;
		top: 21px;
		left: 20px;
		width: 13px;
		height: 13px;
		border-top: 2px solid #818182;
		border-left: 2px solid #818182;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		content: '';
	}
	.owl-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 0;
		right: 0;
		width: 51px;
		height: 58px;
		border-left: 1px solid #ddd;
	}
	.owl-carousel .owl-nav button.owl-next>span {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	.owl-carousel .owl-nav button.owl-next>span:after {
		position: absolute;
		display: block;
		top: 21px;
		left: 20px;
		width: 13px;
		height: 13px;
		border-top: 2px solid #818182;
		border-right: 2px solid #818182;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		content: '';
	}
	.owl-carousel .owl-nav button.disabled {
		opacity: 0.5;
		cursor: default;
	}
	.footer-wrap .top-btn-wrap {
		right: 10px;
		bottom: 10px;
	}
	.footer-wrap .btn-private-policy {
		top: 60px;
		right: 150px;
	}
	.footer-wrap .logo-wa {
		right: 65px;
	}
	.app-info-wrap {
		top: 100px;
	}
	.main_cont .main_board .board_list li {
		width: 100%;
		float: unset;
	}
	.main_cont .main_board .board_list li:last-child {
		width: 100%;
		padding-left: 0;
	}
	.main_cont .main_board .board_list li .notice_wrap {
		margin-bottom: 25px;
	}
	.main_cont .main_board .board_list li .event_wrap {
		padding-left: 0;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner {
		height: 250px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box
		{
		height: 250px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li
		{
		float: left;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child
		{
		padding: 35px 25px 30px 35px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p.team
		{
		margin-bottom: 15px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li
		{
		font-size: 1rem;
	}
	.gwp_info_box .info .title{
		width: 80%;
   		font-size: 1.75rem;
	}
}

@media all and (max-width: 1023px) {
	html {
		font-size: 14px;
	}
	br {
		display: none;
	}
	.history_box h4 {
		float: none;
		display: none;
	}
	.history_box ul {
		float: none;
		width: 100%;
		border-top: 2px solid #0071bd;
	}
	.history_box ul li {
		padding: 0;
	}
	.history_box ul li.this_year:before {
		display: none;
	}
	.history_box ul li dl {
		padding-left: 0;
	}
	.history_box ul li dl dt {
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 1.375rem;
		line-height: 50px;
		height: 50px;
		margin-top: 0;
		border-bottom: 1px solid #ececec;
	}
	.history_box ul li dl dd {
		padding: 14px 0;
		line-height: 1.5rem;
	}
	.history_box ul li dl dd+dd {
		padding-top: 0;
	}
	.history_box ul li dl dd.sub {
		padding-top: 0;
		padding-bottom: 0;
	}
	.history_box ul li dl dd.sub+dd {
		padding-top: 10px;
		padding-bottom: 14px;
	}
	.history_box ul li dl dd.sub+dd.sub {
		padding-top: 0;
		padding-bottom: 0;
	}
	.gwp_lst {
		margin-top: 25px;
	}
	.gwp_lst ul+ul {
		margin-top: 0;
	}
	.gwp_lst ul li {
		width: calc(33.333333% - 10px);
	}
	.gwp_item {
		height: auto;
	}
	.gwp_item .info {
		padding: 20px 10px;
	}
	.gwp_item .info dl dt {
		font-size: 0.9375rem;
	}
	.gwp_item .info dl dt span {
		padding-left: 9px;
	}
	.gwp_item .info .btn_wrap {
		opacity: 1;
	}
	.gwp_photo {
		margin-top: 15px;
	}
	.gwp_photo .swiper-container {
		width: 100%;
		height: auto;
	}
	.gwp_photo .swiper-button-next {
		right: -20px;
		margin-top: -28px;
	}
	.gwp_photo .swiper-button-prev {
		margin-top: -28px;
		left: -20px;
	}
	.gwp_photo_caption {
		display: none;
	}
	.color_box_lst ul {
		height: auto !important;
	}
	.color_box_lst ul li {
		height: 70px;
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.color_box_lst ul li.title p {
		padding-top: 25px;
	}
	.color_box_lst ul li p {
		padding-top: 22px;
	}
	.color_box_lst ul li p+p {
		margin-left: 0;
	}
	.color_box_lst ul li p.ico {
		padding-top: 115px;
	}
	.color_box_lst ul li p.ico:before {
		top: 30px;
	}
	.color_box_lst ul li+li {
		border-left: 0;
		border-top: 1px dashed #fff;
	}
	.color_box_lst ul li.half {
		float: left;
		width: 50%;
		border-right: 1px dashed #fff;
	}
	.color_box_lst ul li.half:nth-child(3n) {
		border-right: 0;
	}
	.color_box_lst ul li.half:last-child {
		border-right: 0;
	}
	.color_box_lst ul.protocols li.half+.half {
		border-left: 1px dashed #fff;
	}
	.color_box_lst ul.data li {
		height: 155px;
	}
	.color_box_lst ul.data li.title {
		height: 70px;
	}
	.color_box_lst ul.data li:nth-child(4) .ico:before {
		top: 20px;
	}
	.color_box_lst ul.data li:nth-child(5) .ico:before {
		top: 20px;
	}
	.color_box_lst ul.core li {
		height: 155px;
	}
	.color_box_lst ul.core li.title {
		height: 70px;
	}
	.color_box_lst ul.core li:nth-child(3) .ico:before {
		top: 26px;
	}
	.color_box_lst ul.core li:nth-child(4) .ico:before {
		top: 20px;
	}
	.color_box_lst ul.core li:nth-child(5) .ico:before {
		top: 20px;
	}
	.img_box .img {
		width: 320px;
		height: 235px;
		background-size: 100% !important;
	}
	.stock_wrap .stock_column ul {
		height: 153px;
		padding: 40px 0;
		text-align: center;
	}
	#footer .footer_wrap .btn_top_wrap {
		bottom: 40px;
		right: 30px;
		width: 50px;
		height: 50px;
	}
	#footer .footer_wrap .btn_top_wrap>.top_btn {
		width: 50px;
		height: 50px;
	}
	#footer .footer_wrap .btn_top_wrap>.top_btn:before {
		top: 13px;
	}
	.route_info_map {
		height: 250px !important;
	}
	.product_box .btn_wrap .btn span.brochure br {
		display: block;
	}
	
	/* ==1023 채용 */
	.recruit_box {
	    *zoom: 1;
	    height: 50%;
	    height: 5;
	    border: 1px solid #dadfe3;
	    border-bottom: none;
	    border-left: none;
    }
	.recruit_box .img {
		display: none;
	}
	.recruit_box .info {
	    width: 100%;
	    height: 50%;
	    float: left;
	}
	.recruit_box .info dl {
	    padding-left: 170px;
	    padding-top: 25px;
	    height: 50%;
	    position: relative;
	}
	.recruit_box.box01 .info dl:first-child:before {
	    background-position: 55.3% 22.595%;
	    width: 66px;
	    height: 53px;
	    margin-top: -25px;
	}
	.recruit_box.box03 {
    	height: 50%; 
    	border-bottom: 1px solid #dadfe3;
    } 
    .recruit_box.box03 .info dl dd ul li {
	    display: block;
	    margin-bottom: 15px;
	    margin-right: 30px;
	    display: inline-block;
    }
    .recruit_box.box03 .info dl:before {
	     background-position: 99.782% 21.016%;
	     width: 42px;
	     height: 67px;
	     margin-top: -35px; 
	     top: 50%;
	     left: 65px;
	    }
	.recruit_box + .recruit_box {
	    margin-top: 0;
	}
  	.recruit_step ul li + li {
  		margin-left: 0;
    	margin-top: 30px; 
    }
	.step_gradiant ul li {
	    text-align: center;
	    padding-top: 160px;
	    position: relative;
	    width: auto;
	    display: block;
     }	
     
.recruit_step_detail {
  margin-top: 85px; }
  .recruit_step_detail dl {
    font-size: 0; }
    .recruit_step_detail dl + dl {
      	margin-top: 50px;
      }
    .recruit_step_detail dl dt {
	      width: 115px;
	      padding-left: 15px;
	      display: inline-block;
	      vertical-align: middle;
	      color: #0071bd;
	      font-size: 1.25rem;
	      font-weight: 700;
	}
    .recruit_step_detail dl dd {
	      width: 100%;
	    float: none;
	    padding-left: 10px;
	    padding-top: 10px;
	    line-height: 22px;
      }
      .recruit_step_detail dl dd span{
      	display: block;
      }
}

@media all and (max-width: 915px) {
	.step_lst_arrow ul {
		width: 100%;
	}
	.step_lst_arrow ul li {
		float: none;
		margin: 0 auto;
	}
	.step_lst_arrow ul li+li {
		margin: 0 auto;
		margin-top: 25px;
	}
	.step_lst_arrow ul li+li:before {
		display: none;
	}
	.step_lst_arrow ul li .info_num {
		text-align: center;
		padding-left: 0;
	}
	.step_lst_arrow ul li .info_num p {
		display: inline-block;
	}
	.step_lst_bullet ul {
		width: 100%;
	}
	.step_lst_bullet ul+ul {
		margin-top: 25px;
	}
	.step_lst_bullet ul li {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.step_lst_bullet ul li+li {
		width: 100%;
		margin: 0 auto;
		margin-top: 25px;
	}
	.step_lst_bullet ul li .info_bullet dl {
		text-align: center;
	}
	.step_lst_bullet ul li .info_bullet dl dt:before {
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		vertical-align: middle;
		margin-right: 5px;
	}
	.step_lst_bullet ul li .info_bullet dl dt h5 {
		display: inline-block;
		vertical-align: middle;
	}
	.infographic .hire {
		width: 100%;
	}
	.infographic .hire .info_box.arrow {
		float: none;
		margin: 0 auto;
	}
	.infographic .hire .info_box.circle {
		float: none;
		margin: 0 auto;
		margin-top: 60px;
	}
	.gwp_intro {
		overflow: hidden;
		height: 225px;
		padding: 50px 0 50px 35px;
	}
	.gwp_intro:after {
		width: 150px;
		background-size: 100%;
		height: 140px;
		right: -10px;
	}
	.box_col .col03 .column {
		width: calc(50% - 10px);
	}
	.box_col .col03 .column:nth-child(3n) {
		margin-right: 10px;
	}
	.box_col .col03 .column:nth-child(2n) {
		margin-right: 0;
	}
	.box_col .col03 .column .bullet {
		padding: 20px 20px !important;
	}
	.tbl.basic tbody td {
		padding: 10px 20px;
	}
	.img_box.moto figure {
		display: inline-block;
		margin: 0;
	}
}

@media all and (max-width: 850px) {
	.main_rolling .rolling_item {
		padding-top: 100px;
		left: 0;
		text-align: center;
	}
	.main_rolling .swiper-component {
		width: 140px;
		right: 0;
		top: auto;
		left: 0;
		bottom: 30px;
		margin: 0 auto;
	}
	.main_rolling .swiper-slide .rolling_item h2 {
		font-size: 3.125rem;
		margin-bottom: 20px;
	}
	.main_rolling .swiper-slide .rolling_item P {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	.main_rolling .swiper-slide .rolling_item P em {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	.main_rolling .swiper-slide .rolling_item:after {
		top: auto !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
	}
	.main_rolling .swiper-slide.bg01 .rolling_item:after {
		bottom: 70px;
	}
	.main_rolling .swiper-slide.bg02 .rolling_item:after {
		bottom: 70px;
	}
	.main_rolling .swiper-slide.bg03 .rolling_item:after {
		bottom: 70px;
	}
	.gwp_info_box .info ul {
	    width: 100%;
	    text-align: left;
	    padding-left: 10%;
	}
	.gwp_info_box .info ul + ul{
		padding-top: 25px;}
}

@media all and (max-width: 767px) {
	.privacy_wrap {
		padding: 30px 20px;
	}
	.privacy_wrap h4 {
		margin-bottom: 20px;
	}
	.privacy_slogan {
		padding: 30px 20px;
	}
	.privacy_box>p {
		margin-bottom: 20px;
	}
	.privacy_box>dl+dl {
		margin-top: 20px;
	}
	.privacy_box>ul>li+li {
		margin-top: 20px;
	}
	.privacy_box .contact+.contact {
		margin-top: 20px;
	}
	.main_rolling .swiper-control {
		display: block;
		float: right;
		margin-left: 10px;
	}
	.main_rolling .swiper-control .btn.show {
		display: block;
	}
	.main_rolling .swiper-control .btn.stop:before {
		top: 0;
		height: 12px;
	}
	.main_rolling .swiper-control .btn.start:before {
		top: 0;
		border-width: 6px 0 6px 8px;
	}
	.main_rolling .swiper-pagination {
		display: block;
		float: left;
	}
	.main_rolling .swiper-pagination span.swiper-pagination-bullet {
		font-size: 1rem;
		opacity: .4;
	}
	.main_rolling .swiper-pagination span.swiper-pagination-bullet+.swiper-pagination-bullet
		{
		margin-left: 20px;
	}
	.main_rolling .swiper-pagination span.swiper-pagination-bullet-active {
		opacity: 1;
	}
	.main_rolling .swiper-component {
		width: 110px;
		bottom: 60px;
		*zoom: 1;
	}
	.main_rolling .swiper-component:after {
		display: block;
		clear: both;
		content: "";
	}
	.main_rolling .swiper-slide .rolling_item {
		padding-top: 50px;
	}
	.main_rolling .swiper-slide .rolling_item h2 {
		margin-top: 65px;
		font-size: 2.5rem;
	}
	.main_rolling .swiper-slide .rolling_item p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.main_rolling .swiper-slide .rolling_item p em {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.main_rolling .swiper-slide.bg01 {
		background: url(../images/bg_main_rolling_01.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		height: auto;
	}
	.main_rolling .swiper-slide.bg01 .rolling_item:after {
		/* background: url(../images/m_bg_main_info_01.png) no-repeat; */
		width: 426px;
		height: 314px;
		bottom: 130px;
		background-size: 100%;
	}
	.main_rolling .swiper-slide.bg02 {
		background: url(../images/m_bg_main_rolling_02.jpg) no-repeat;
		background-size: cover;
		height: auto;
	}
	.main_rolling .swiper-slide.bg02 .rolling_item:after {
		background: url(../images/m_bg_main_info_02.png) no-repeat;
		width: 426px;
		height: 314px;
		bottom: 130px;
		background-size: 100%;
	}
	.main_rolling .swiper-slide.bg03 {
		background: url(../images/m_bg_main_rolling_03.jpg) no-repeat;
		background-size: cover;
		height: auto;
	}
	.main_rolling .swiper-slide.bg03 .rolling_item:after {
		background: url(../images/m_bg_main_info_03.png) no-repeat;
		width: 426px;
		height: 314px;
		bottom: 130px;
		background-size: 100%;
	}
	.main_cont .main_board .board_list {
		width: 100%;
		margin: 0;
	}
	.main_cont .main_board .board_list li .notice_wrap {
		margin-bottom: 15px;
	}
	.main_cont .main_board .board_list li .event_wrap h2 {
		width: 100%;
		padding-bottom: 25px;
		font-size: 1.5rem;
		font-weight: 400;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li
		{
		height: auto;
	}
	.cont_title {
		padding: 40px 0;
	}
	.cont_title h3 {
		font-size: 1.5625rem;
		font-weight: 500;
	}
	.cont_title .tit_inner .desc {
		font-size: 0.875rem;
		line-height: 1.25rem;
		word-break: keep-all;
	}
	.box_title {
		margin-bottom: 15px;
	}
	.container .sub_cont .cont_box+.cont_box {
		margin-top: 25px;
	}
	.cont_slogan .main_txt {
		margin-bottom: 15px;
	}
	.cibox_full ul li {
		width: 100%;
		height: 50%;
	}
	.cibox_full ul li:nth-child(1) img {
		width: 150px;
		height: 60px;
	}
	.cibox_full ul li:nth-child(2) img {
		width: 235px;
		height: 30.5px;
	}
	.cibox_col .col02 {
		width: 100%;
		float: none;
	}
	.cibox_col .col02+.col02 {
		margin-top: 10px;
		margin-left: 0;
	}
	.cibox_col .col02:first-child .kor img {
		width: 230px;
		height: 35px;
	}
	.cibox_col .col02:first-child .eng img {
		width: 230px;
		height: 35px;
	}
	.cibox_col .col02:last-child .kor img {
		width: 150px;
		height: 70px;
	}
	.cibox_col .col02:last-child .eng img {
		width: 160px;
		height: 60px;
	}
	.cibox.kor .img {
		height: 200px;
	}
	.cibox.eng .img {
		height: 100px;
	}
	.cibox .tit {
		height: 40px;
	}
	.cibox .tit h5 {
		padding-top: 13px;
	}
	.cibox_color .color_box>dl {
		width: 100%;
		height: 108px;
		margin: -1px auto 0 auto;
		float: none;
	}
	.cibox_color .color_box>dl>dt {
		width: 50%;
		height: 100%;
		float: left;
	}
	.cibox_color .color_box>dl>dd {
		width: 50%;
		height: 100%;
		float: left;
		border-top: 0;
		border-left: 1px solid #999999;
	}
	.cibox .img .top2 img {
		position: absolute;
		bottom: 90px;
	}
	.cibox .img .bottom2 img {
		position: absolute;
		top: 90px;
	}
	.infographic .hire .info_box {
		width: 280px;
		height: 255px;
	}
	.infographic .hire .info_box:before {
		width: 60px;
		height: 34.5px;
		background-size: 100%;
	}
	.infographic .hire .info_box ul li {
		width: 105px;
		height: 105px;
		padding-top: 45px;
	}
	.infographic .hire .info_box.arrow ul li:first-child:before {
		top: -9px;
		left: -9px;
		width: 177.5px;
		height: 67.5px;
		background-size: 100%;
	}
	.infographic .hire .info_box.arrow ul li:nth-child(2):before {
		top: -9px;
		right: -9px;
		width: 68px;
		height: 151px;
		background-size: 100%;
	}
	.infographic .hire .info_box.arrow ul li:nth-child(3):before {
		bottom: -9px;
		left: -9px;
		width: 68px;
		height: 151px;
		background-size: 100%;
	}
	.infographic .hire .info_box.arrow ul li:last-child:before {
		bottom: -9px;
		right: -9px;
		width: 177.5px;
		height: 67.5px;
		background-size: 100%;
	}
	.infographic .hire .info_box.circle:after {
		width: 202px;
		height: 202px;
	}
	.infographic .business .info_box.circle {
		width: 307px;
		height: 253px;
	}
	.infographic .business .info_box.circle:before {
		width: 87px;
		height: 51px;
		top: 60px;
		bottom: auto;
	}
	.infographic .business .info_box.circle:after {
		width: 200px;
		height: 200px;
		bottom: auto;
	}
	.infographic .business .info_box.circle ul li {
		padding-top: 61px;
		width: 140px;
		height: 140px;
	}
	.infographic .business .info_box.circle ul li:first-child {
		bottom: 0;
		top: auto;
	}
	.infographic .business .info_box.circle ul li:last-child {
		bottom: 0;
		top: auto;
	}
	.tbl.finance thead th {
		height: 40px;
		font-size: 0.875rem;
	}
	.tbl.finance tbody th {
		font-size: 0.75rem;
		line-height: 1rem;
		padding: 0 5px;
		height: auto;
		word-break: break-word;
	}
	.tbl.finance tbody td {
		height: auto;
		font-size: 0.75rem;
		line-height: 1rem;
		padding: 10px 5px;
	}
	.tab_container .tbl.finance table {
		border: 0;
	}
	.tab_container .tbl.finance colgroup, .tab_container .tbl.finance thead
		{
		display: none;
	}
	.tab_container .tbl.finance td, .tab_container .tbl.finance tr {
		display: block;
	}
	.tab_container .tbl.finance td {
		position: relative;
		height: 35px;
		padding: 10px 15px;
		font-size: 1rem;
		font-weight: 300;
		text-align: right;
	}
	.tab_container .tbl.finance td:before {
		position: absolute;
		width: 50%;
		height: 100%;
		background-color: #f5f5f5;
		top: 0;
		left: 0;
		display: block;
		font-size: 1rem;
		font-weight: 500;
		color: #333;
		line-height: 35px;
		text-align: left;
		padding-left: 15px;
		border-right: 1px solid #dcdcdc;
	}
	
	.tab_container .tbl.finance td+td {
		border-top: 1px solid #dcdcdc;
		border-left: 0;
	}
	.tab_container .tbl.finance tr {
		border: 1px solid #dcdcdc;
		margin-bottom: 10px;
	}
	.tab_container .tbl.finance #Hoga tr td:first-child:before {
		content: "매도잔량";
	}
	.tab_container .tbl.finance #Hoga tr td:nth-child(2):before {
		content: "호가";
	}
	.tab_container .tbl.finance #Hoga tr td:last-child:before {
		content: "매수잔량";
	}
	.tab_container .tbl.finance #tradedPrice_time tr td:first-child:before {
		content: "시간";
	}
	.tab_container .tbl.finance #tradedPrice_time tr td:nth-child(2):before
		{
		content: "체결가";
	}
	.tab_container .tbl.finance #tradedPrice_time tr td:nth-child(3):before
		{
		content: "전일대비";
	}
	.tab_container .tbl.finance #tradedPrice_time tr td:nth-child(4):before
		{
		content: "매도호가";
	}
	.tab_container .tbl.finance #tradedPrice_time tr td:nth-child(5):before
		{
		content: "매수호가";
	}
	.tab_container .tbl.finance #tradedPrice_time tr td:last-child:before {
		content: "매수잔량";
	}
	.tab_container .tbl.finance #member_trade tr td:first-child:before {
		content: "매도상위(증권사)";
	}
	.tab_container .tbl.finance #member_trade tr td:nth-child(2):before {
		content: "매도상위(거래량)";
	}
	.tab_container .tbl.finance #member_trade tr td:nth-child(3):before {
		content: "매수상위(증권사)";
	}
	.tab_container .tbl.finance #member_trade tr td:last-child:before {
		content: "매수상위(거래량)";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:first-child:before {
		content: "일자";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:nth-child(2):before {
		content: "종가";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:nth-child(3):before {
		content: "전일대비";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:nth-child(4):before {
		content: "시가";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:nth-child(5):before {
		content: "고가";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:nth-child(6):before {
		content: "저가";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:nth-child(7):before {
		content: "거래량";
	}
	.tab_container .tbl.finance #tradedPrice_day tr td:last-child:before {
		content: "거래대금";
	}
	.box_col .column {
		float: none;
		width: 100% !important;
	}
	.box_col .column+.column {
		margin-left: 0;
		margin-top: 10px;
	}
	.box_col .column .bullet {
		padding: 20px 10px !important;
		height: auto !important;
	}
	.stock_wrap .stock_column {
		float: none !important;
		width: 100%;
	}
	.stock_wrap .stock_column ul {
		height: auto;
		padding: 30px 0;
	}
	.stock_wrap .stock_column dl dt {
		height: auto;
		padding: 15px 15px;
	}
	.stock_wrap .stock_column dl dd {
		height: auto;
		padding: 15px 15px;
	}
	.stock_wrap .stock_column+.stock_column {
		margin-left: 0;
		margin-top: 10px;
	}
	.caption {
		margin: 10px 0;
	}
	.notice.news .search_head .selbox {
		float: left;
		width: 80px;
		margin-right: 4px;
	}
	.notice.news .search_head .selbox .nice-select {
		width: 80px;
		height: 40px;
		line-height: 38px;
	}
	.notice.news .search_head .selbox .nice-select.open:after {
		right: 13px;
	}
	.notice.news .search_head .selbox .nice-select:after {
		top: 18px;
	}
	.notice.news .search_head .searchbox {
		width: calc(100% - 84px);
	}
	.notice.news .board_table table tbody td.title {
		padding-left: 50px;
	}
	.notice .search_head {
		width: 100%;
		text-align: left;
		*zoom: 1;
	}
	.notice .search_head:after {
		display: block;
		clear: both;
		content: "";
	}
	.notice .search_head .selbox {
		float: left;
		width: 80px;
		margin-right: 4px;
	}
	.notice .search_head .selbox .nice-select {
		width: 80px;
		height: 40px;
		line-height: 38px;
	}
	.notice .search_head .selbox .nice-select.open:after {
		right: 13px;
	}
	.notice .search_head .selbox .nice-select:after {
		top: 18px;
	}
	.notice .search_head .searchbox {
		width: calc(100% - 84px);
		float: left;
	}
	.notice .search_head .searchbox>input[type=text] {
		width: calc(100% - 74px);
		height: 40px;
		min-width: auto;
		line-height: 38px;
	}
	.notice .search_head .searchbox>.btn_search {
		height: 40px;
		margin-left: 4px;
		width: 70px;
		line-height: 40px;
	}
	.notice .search_head .searchbox>.btn_search span:before {
		top: 12px;
	}
	.notice .search_head .searchbox>.btn_search span:after {
		top: 23px;
	}
	.notice .board_table {
		border-top: 1px solid #d9d9d9;
	}
	.notice .board_table table colgroup {
		display: none;
	}
	.notice .board_table table thead {
		display: none;
	}
	.notice .board_table table tr {
		position: relative;
		display: block;
	}
	.notice .board_table table tr+tr {
		border-top: 1px solid #d9d9d9;
	}
	.notice .board_table table tr td {
		display: block;
		border: 0;
		height: auto;
	}
	.notice .board_table table tr td:first-child {
		display: none;
	}
	.notice .board_table table tbody td.cate {
		position: absolute;
		top: 11px;
		left: 5px;
		width: 40px;
		height: 20px;
		padding: 0;
	}
	.notice .board_table table tbody td.title {
		padding-left: 10px;
		line-height: 20px;
		padding-bottom: 5px;
		padding-top: 10px;
	}
	.notice .board_table table tbody td.title.ico a {
		padding-left: 20px;
	}
	.notice .board_table table tbody td.title.ico a:before {
		top: 2px;
	}
	.notice .board_table table tbody td.date {
		padding-top: 0;
		text-align: right;
		color: #888;
		font-size: 0.786em;
	}
	.notice .board_table table tbody td.company {
		padding-top: 0;
		text-align: right;
		color: #888;
		font-size: 0.786em;
	}
	.notice .board_table table tbody td .noti, .notice .board_table table tbody td .arti
		{
		width: 30px;
		height: 18px;
		line-height: 18px;
		font-size: 0.857em;
	}
	.notice .pagination_wrap .pagination>li {
		width: auto;
		margin: 0;
	}
	.notice .pagination_wrap .pagination>li>a {
		width: auto;
		border: 0;
		padding: 0 10px;
		font-size: 1em;
		font-weight: 500;
		line-height: 36px;
	}
	.notice .pagination_wrap .pagination>li>span {
		width: auto;
		border: 0;
		padding: 0 4px;
		font-size: 1em;
		font-weight: 500;
		line-height: 36px;
	}
	.notice .pagination_wrap .pagination>li.active>a, .notice .pagination_wrap .pagination>li.active>span
		{
		color: #0071bd;
		font-weight: 700;
		border: 0;
		background-color: transparent;
	}
	.notice .pagination_wrap .pagination>li.active>a:hover, .notice .pagination_wrap .pagination>li.active>span:hover
		{
		border: 0 !important;
		background: transparent !important;
		color: #0071bd !important;
	}
	.notice .pagination_wrap .pagination a:hover, .notice .pagination_wrap .pagination span:hover
		{
		background: transparent !important;
		color: #0071bd !important;
		border: 0 !important;
	}
	.notice .pagination_wrap .pagination li.pre a {
		width: 34px;
		height: 34px;
		margin-right: 0;
		padding: 0;
		border: 0;
	}
	.notice .pagination_wrap .pagination li.next a {
		width: 34px;
		height: 34px;
		margin-left: 0;
		padding: 0;
		border: 0;
	}
	.notice_view h2 {
		margin-bottom: 0;
		padding: 15px 0;
	}
	.notice_view .notice_info {
		padding: 15px 0;
	}
	.notice_view .notice_info dl {
		width: 100%;
	}
	.notice_view .notice_info dl dt {
		width: 70px;
		display: inline-block;
		margin-right: 0;
		vertical-align: top;
	}
	.notice_view .notice_info dl dd {
		width: calc(100% - 75px);
		display: inline-block;
		vertical-align: middle;
	}
	.notice_view .notice_info dl+dl {
		float: left;
		padding-top: 15px;
	}
	.notice_view .notice_info dl+dl dt {
		margin-right: 0;
	}
	.notice_view .notice_content {
		padding: 15px;
	}
	.notice_view .btn_area {
		text-align: center;
	}
	.notice_view .btn_area .btn_list {
		height: 40px;
		line-height: 38px;
	}
	.step_lst_process>ul>li .info_lst:after {
		background-size: 132px 30px;
		width: 132px;
		height: 30px;
		bottom: 30px;
	}
	.step_lst_process>ul>li:nth-child(even) .info_lst:after {
		background-size: 132px 30px;
		width: 132px;
		height: 30px;
		bottom: 30px;
	}
	.sga_slogan p.main_txt {
		font-size: 1rem;
		letter-spacing: inherit;
		word-break: keep-all;
	}
	.sga_slogan p.sub_txt {
		font-size: 1rem;
		letter-spacing: inherit;
		word-break: keep-all;
	}
	.sga_intro .headline {
		font-size: 2.5rem;
		letter-spacing: inherit;
	}
	.sga_intro .txt {
		margin-top: 25px;
		font-size: 1.0625rem;
		line-height: 1.375rem;
	}
	.sga_intro .txt strong {
		font-size: 1.375rem;
		margin-bottom: 10px;
	}
	.sga_intro .txt em {
		display: block;
	}
	.tbl.line table {
		border-top: 0;
		display: block;
	}
	.tbl.line colgroup {
		display: none;
	}
	.tbl.line thead {
		display: none;
	}
	.tbl.line tbody {
		display: block;
		width: 100%;
	}
	.tbl.line tbody tr {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.tbl.line tbody th {
		display: block;
		padding: 15px 0;
		background-color: #f4f4f4;
		border: 1px solid #d9d9d9;
		width: 100%;
		text-align: center;
	}
	.tbl.line tbody td {
		padding: 20px 25px;
		width: 100%;
		border: 1px solid #d9d9d9;
		border-top: 0;
		text-align: left;
		display: block;
	}
	.tbl.basic table {
		display: block;
		border: 0;
	}
	.tbl.basic colgroup {
		display: none;
	}
	.tbl.basic thead {
		display: none;
	}
	.tbl.basic tbody {
		display: block;
		width: 100%;
	}
	.tbl.basic tbody tr, .tbl.basic tbody th, .tbl.basic tbody td {
		display: block;
		width: 100%;
	}
	.tbl.basic tbody th {
		background-color: #fff;
		height: 45px;
		font-size: 1.1875rem;
		color: #666;
		line-height: 45px;
		font-weight: 500;
		border-left: 1px solid #c6c6c6 !important;
		border-right: 1px solid #c6c6c6 !important;
		border-bottom: 1px solid #c6c6c6 !important;
	}
	.tbl.basic tbody td.noline-right {
		border-right: 1px solid  #d9d9d9;
	}
	.tbl.basic tbody th+td {
		border-left: 0;
	}
	.tbl.basic tbody tr {
		border-top: 1px solid #c6c6c6 !important;
	}
	.tbl.basic tbody tr+tr {
		margin-top: 10px;
	}
	.tbl.basic tbody tr td {
		text-align: center;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		padding: 15px 0;
	}
	.tbl.basic tbody tr.rs td:nth-child(1):before, .tbl.basic tbody tr td:nth-child(2):before, .tbl.basic tbody tr td:nth-child(3):before,
		.tbl.basic tbody tr td:nth-child(4):before {
		position: absolute;
		width: 100%;
		height: 45px;
		top: 0;
		display: block;
		font-size: 1rem;
		color: #333;
		font-weight: 500;
		background-color: #f4f4f4;
		border-bottom: 1px solid #dcdcdc;
		line-height: 45px;
	}
	.tbl.basic tbody tr.rs td:nth-child(1) {
		padding-top: 60px;
		position: relative;
	}
	.tbl.basic tbody tr.rs td:nth-child(1):before {
		content: '제품';
	}
	.tbl.basic tbody tr td:nth-child(2) {
		padding-top: 60px;
		position: relative;
	}
	.tbl.basic tbody tr td:nth-child(2):before {
		content: '제품';
	}
	.tbl.basic tbody tr.rs td:nth-child(2):before {
		content: '용량';
	}
	.tbl.basic tbody tr td:nth-child(3) {
		padding-top: 60px;
		position: relative;
	}
	.tbl.basic tbody tr td:nth-child(3):before {
		content: '용량';
	}
	.tbl.basic tbody tr.rs td:nth-child(3):before {
		content: '물리적 규격';
	}
	.tbl.basic tbody tr td:nth-child(4) {
		padding-top: 60px;
		position: relative;
	}
	.tbl.basic tbody tr td:nth-child(4):before {
		content: '물리적 규격';
	}
	.gwp_intro {
		overflow: inherit;
		height: auto;
		padding: 0;
		background-color: #fff;
	}
	.gwp_intro:after {
		display: none;
	}
	.gwp_item {
		display: none;
	}
	.gwp_item.show {
		display: block;
	}
	.gwp_item .info .btn_wrap {
		display: none;
	}
	.gwp_lst ul li {
		width: 100%;
		margin-bottom: 0;
	}
	.gwp_lst ul li+li {
		margin-left: 0;
	}
	.gwp_m_lst {
		display: block;
		width: 100%;
	}
	.gwp_m_lst>a {
		width: 100%;
		display: block;
		height: 45px;
		line-height: 45px;
		font-size: 1rem;
		color: #333;
		font-weight: 300;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		position: relative;
	}
	.gwp_m_lst>a:after {
		background: url(../images/spr_sub_icon.png) no-repeat;
		background-size: 300px 300px;
		-webkit-background-size: 300px 300px;
		background-position: 28.947% 9.932%;
		width: 15px;
		height: 8px;
		position: absolute;
		right: 0;
		top: 20px;
		display: block;
		content: "";
	}
	.gwp_m_lst ul {
		border: 1px solid #dcdcdc;
		border-top: 0;
		display: none;
	}
	.gwp_m_lst ul.open {
		display: block;
	}
	.gwp_m_lst ul li {
		height: 45px;
		line-height: 45px;
	}
	.gwp_m_lst ul li+li {
		border-top: 1px solid #dcdcdc;
	}
	.gwp_m_lst ul li a {
		font-weight: 300;
		height: 100%;
		width: 100%;
		display: block;
		line-height: 45px;
		font-size: 1rem;
		color: #666;
		padding: 0 15px;
	}
	.gwp_m_lst ul li a:active {
		color: #0071bd;
		background-color: #f4f4f4;
	}
	.route_info_lst ul li .tit {
		float: none;
		width: 100%;
	}
	.route_info_lst ul li .tit:after {
		display: none;
	}
	.route_info_lst ul li .txt {
		float: none;
		width: 100%;
		padding-left: 0;
		line-height: 1.875rem;
	}
	.route_info_lst+.route_info_lst ul li .tit {
		margin-bottom: 10px;
	}
	.route_info_lst+.route_info_lst ul li .txt dl dt {
		float: none;
		width: 100%;
	}
	.route_info_lst+.route_info_lst ul li .txt dl dd {
		float: none;
		width: 100%;
		line-height: 1.875rem;
	}
	.route_info_lst+.route_info_lst ul li .txt dl dd p+p {
		margin-top: 0;
	}
	.img_box .img {
		float: none;
		margin-right: 0;
		margin: 0 auto;
	}
	.img_box .txt {
		padding-top: 30px;
	}
	.container .sub_top {
		height: 155px;
	}
	.container .sub_top.sub01 {
		background: url(../images/m_bg_sub_top_01.jpg) no-repeat;
	}
	.container .sub_top.sub02 {
		background: url(../images/m_bg_sub_top_02.jpg) no-repeat;
		background-position: bottom;
	}
	.container .sub_top.sub03 {
		background: url(../images/m_bg_sub_top_03.jpg) no-repeat;
		background-position: bottom;
	}
	.container .sub_top.sub04 {
		background: url(../images/m_bg_sub_top_04.jpg) no-repeat;
		background-position: center;
		height: 155px;
	}
	.container .sub_top.sub05 {
		background: url(../images/m_bg_sub_top_05.png) no-repeat;
		background-position: center;
		height: 155px;
	}
	.container .sub_top .location ul li+li {
		padding-left: 20px;
	}
	.container .sub_top .location ul li+li:before {
		left: 8px;
	}
	.container .sub_cont_tab .tab_lst {
        display: block;
        width: auto;
        left: 5%;
	}
    .sub_cont_tab .inner .tab_lst.col3 li {
   		width: 30%;
	}
	.container .sub_cont_tab .m_tab_lst {
        display: none; 
        width: 90%;
        margin: auto;}
	.top_title {
		padding: 62px 0;
	}
	.top_title h2 {
		font-size: 2.25rem;
	}
	.m_hide {
		display: none;
	}
	.product_box .info p:first-child {
		display: none;
	}
	.product_box .info h3 {
		display: none;
	}
	.box_cont .column_wrap .left {
		float: unset;
		width: 100%;
		min-height: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
		border-right: 0;
	}
	.box_cont .column_wrap .left h5 {
		padding-top: 0;
	}
	.box_cont .column_wrap .right {
		float: unset;
		padding-top: 15px;
		width: 100%;
	}
	.description {
		height: auto;
	}
	.solid_box dl dd.bg_visual {
		background-size: cover;
		background-position: right;
		height: auto;
	}
	.solid_box dl dd.bg_visual .txt {
		padding: 40px 0;
		line-height: 30px;
		word-break: keep-all;
		font-size: 1.25rem;
	}
	.solid_box dl dd.bg_visual .txt em {
		font-size: 1.375rem;
		font-weight: 700;
	}
	.motorola_slogan .txt {
		font-size: 1.25rem;
		line-height: 25px;
		margin-bottom: 20px;
		word-break: keep-all;
	}
	.motorola_slogan .txt em.blue {
		font-size: 1.25rem;
	}
	.txt {
		word-break: keep-all;
	}
	.img_box.moto figure figcaption {
		word-break: keep-all;
		font-size: 1.125rem;
		line-height: 28px;
	}
	.img_box.moto figure figcaption em.blue {
		font-size: 1.125rem;
	}
	.img_box.tanium figure figcaption {
		word-break: keep-all;
		font-size: 1.125rem;
		line-height: 28px;
	}
	.solid_box dl.solid_blue_box dt h4 {
		font-size: 1.375rem;
	}
	.solid_box dl.solid_white_box dt h5 {
		font-size: 1.25rem;
	}
	.solid_box dl dd {
		padding: 20px 25px;
		text-align: center;
		word-break: keep-all;
	}
	.solid_box dl dd br {
		display: none;
	}
	.solid_box dl dd .txt {
		font-size: 1rem;
	}
	.solid_box dl dd figure figcaption {
		font-weight: 400;
		color: #666;
	}
	.solid_box dl dd .certi_mark_box .certi_txt {
		margin-top: 20px;
		display: block;
		text-align: center;
		margin-left: 0;
	}
	.solid_box dl dd .certi_mark_box .certi_txt em {
		line-height: 24px;
	}
	.solid_box dl dd .img_col figure {
		display: block;
		width: 100% !important;
		right: 40px;
	}
	.solid_box dl dd .inbl_cont .bullet {
		margin-top: 25px;
	}
	.solid_box dl dd .inbl_cont .bullet ul li {
		font-size: 0.9375rem;
		line-height: 24px;
		text-align: left;
	}
	.solid_box dl dd .inbl_cont .bullet ul li+li {
		margin-top: 0;
	}
	
	/* 767 */
	.tbl.basic tbody td ul li.circle {
		list-style-type: none;
	}
	.tbl.basic tbody tr.cnt {
		display: none;
	}
	.tbl.basic tbody tr.cnt_m {
		display: block
	}
	
}



@media all and (max-width: 750px) {
	#footer .footer_wrap .footer_cont {
		padding: 35px 20px 80px;
	}
	#footer .footer_wrap .footer_info dl+dl dt {
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .footer_wrap .footer_info dl dd+dt {
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .footer_wrap .footer_info .privacy_link {
		bottom: 0px;
	}
	#footer .footer_wrap .footer_info .ethics_link {
		bottom: 0px;
	}
}

@media all and (max-width: 670px) {
	.main_rolling {
		height: 616px;
	}
	.main_rolling .swiper-slide.bg01 .rolling_item:after {
		width: 305px;
		height: 215px;
	}
	.main_rolling .swiper-slide.bg02 .rolling_item:after {
		width: 305px;
		height: 215px;
	}
	.main_rolling .swiper-slide.bg03 .rolling_item:after {
		width: 305px;
		height: 215px;
	}
	.main_cont .main_board .board_list {
		width: 100%;
		margin: 0;
	}
	.main_cont .main_board .board_list li {
		width: 100%;
		float: none;
	}
	.main_cont .main_board .board_list li:last-child {
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap {
		position: relative;
		padding-left: 0;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap h2 {
		width: 100%;
		padding-bottom: 25px;
		font-size: 1.5rem;
		font-weight: 400;
	}
	.main .main_board .board_list>li .event_wrap .swiper-button-prev {
		background: url(../images/spr_sub_icon.png) no-repeat;
		background-position: -17px -14px;
		width: 58px;
		height: 58px;
		position: absolute;
		left: -30px;
		top: 297px;
		border-radius: 50%;
		outline: none !important;
		-webkit-box-shadow: 0 0 8px rgb(0 0 0/ 20%);
		box-shadow: 0 0 8px rgb(0 0 0/ 20%);
	}
	.main .main_board .board_list>li .event_wrap .swiper-button-next {
		background: url(../images/spr_sub_icon.png) no-repeat;
		background-position: -93px -14px;
		width: 58px;
		height: 58px;
		position: absolute;
		right: -30px;
		top: 297px;
		border-radius: 50%;
		outline: none !important;
		-webkit-box-shadow: 0 0 8px rgb(0 0 0/ 20%);
		box-shadow: 0 0 8px rgb(0 0 0/ 20%);
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner {
		width: 100%;
		height: 500px;
		margin-top: 7px;
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .bx-wrapper,
		.main_cont .main_board .board_list li .event_wrap .event_banner .bx-viewport
		{
		height: 100% !important;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list
		{
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li
		{
		height: 100%;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box
		{
		height: 500px;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text
		{
		height: 100%;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li
		{
		width: 100%;
		height: 250px;
		float: left;
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		border-right: 0;
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li.no_event
		{
		width: 100%;
		height: 50%;
		float: left;
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li+li:before
		{
		top: 0;
		left: 50%;
		margin-left: 0;
		margin-top: -33px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child
		{
		border-radius: 0 0 8px 8px;
		border: 1px solid #d9d9d9;
		padding: 35px 25px 30px 35px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li+li
		{
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li+li:after
		{
		display: none;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li img
		{
		width: 100%;
		height: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li h3
		{
		text-align: center;
		font-weight: 300;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p
		{
		font-size: 1rem;
		line-height: 24px;
		color: #666666;
		text-align: center;
		font-weight: 200;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p.team
		{
		font-weight: 500;
		font-size: 0.875rem;
		line-height: normal;
		margin-bottom: 15px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li
		{
		width: 100%;
		overflow: hidden;
		border-radius: 0;
		border-right: 0;
		position: relative;
		line-height: 24px;
		font-size: 1rem;
		padding-left: 14px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:after
		{
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		position: absolute;
		background-color: #999999;
		border: 0;
		top: 11px;
		left: 0;
		margin-top: 0;
		border-radius: 50%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:last-child
		{
		border-radius: 0;
		border: 0;
		border-left: 0;
		padding: 0 0 0 14px;
	}
	#footer .footer_wrap .footer_logo {
		width: 145px;
		background-size: 100%;
		height: 25px;
	}
	#footer .footer_wrap .footer_info dl {
		width: 100%;
		display: block;
	}
	#footer .footer_wrap .footer_info dl+dl dt:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	#footer .footer_wrap .footer_info dl+dl dt:first-child:before {
		display: none;
	}
	.product_box .visual {
		width: 100%;
		height: 300px;
		padding-top: 195px;
		float: left;
		background-position: center !important;
	}
	.product_box .info {
		position: relative;
		width: calc(100% - 550px);
		padding: 50px 50px 50px 50px;
		height: auto;
		border: none;
		display: inline-block;
		width: 100%;
	}
	.product_box .info h3 {
		margin-top: 20px;
		margin-bottom: 30px;
		color: #242424;
		font-size: 2.25rem;
		font-weight: 700;
		text-align: center;
	}
	.product_box .info p {
		line-height: 1.625rem;
		color: #242424;
		font-size: 1.063rem;
		font-weight: 400;
		text-align: center;
		word-break: keep-all;
	}
	.product_box .info p+p {
		margin-top: 35px;
		text-align: center;
		word-break: keep-all;
	}
	.product_box .btn_wrap {
		margin-top: 0;
		position: relative;
		left: 90px;
		bottom: -30px;
		text-align: center;
	}
	.product_box .btn_wrap .contact {
		color: #242424;
		font-size: 0.9375rem;
		font-weight: 400;
		margin-bottom: 13px;
		display: block;
	}
	.product_box .btn_wrap .btn {
		display: inline-block;
		width: 140px;
		height: 50px;
		line-height: 48px;
		font-size: 1rem;
		font-weight: 400;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		overflow: hidden;
	}
	.product_box .btn_wrap .btn+.btn {
		margin-left: 0px;
		margin-top: 5px;
	}
	.product_box .btn_wrap .btn.light {
		color: #000;
		border: 1px solid #9d9d9d;
		-webkit-transition: border .4s;
		-o-transition: border .4s;
		transition: border .4s;
		left: -90px;
		height: 55px;
		top: 5px;
	}
	.product_box .btn_wrap .btn.light:hover {
		border: 1px solid #222;
	}
	.product_box .btn_wrap .btn.light:hover span:before {
		background: #222;
	}
	.product_box .btn_wrap .btn.dark {
		color: #fff;
		border: 1px solid #444;
		background-color: #444;
		font-weight: 300;
		-webkit-transition: background-color .4s;
		-o-transition: background-color .4s;
		transition: background-color .4s;
		left: -90px;
	}
	.product_box .btn_wrap .btn.dark:hover {
		background-color: #222;
		border: 1px solid #222;
	}
	.product_box .btn_wrap .btn.dark:hover span:before {
		background: #fff;
	}
	.product_box .btn_wrap .btn span {
		position: relative;
		padding: 0 3px;
	}
	.product_box .btn_wrap .btn span:before {
		content: "";
		display: inline-block;
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: transparent;
		height: 1px;
		-webkit-transition-property: left, right;
		-o-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.product_box .btn_wrap .btn:hover span:before {
		left: 0;
		right: 0;
	}
	.vip_info_box .info .thin {
		display: none;
	}
}

@media all and (max-width: 500px) {
	.recruit_box.box01 .info dl:first-child:before {
    width: 33px;
    height: 27px; }
  .recruit_box.box01 .info dl:last-child:before {
    width: 30px;
    height: 28px; }
  .recruit_box.box02 .info dl:first-child:before {
    width: 34px;
    height: 31px; }
  .recruit_box.box02 .info dl:last-child:before {
    width: 27px;
    height: 25px; }
  .recruit_box.box03 .info dl:before {
  	left: 30px;
    width: 21px;
    height: 34px; }
  .recruit_box .info dl {
    padding-left: 85px;
    padding-top: 25px;
    padding-bottom: 20px; }
    .recruit_box .info dl:before {
      left: 25px;
      top: 25px !important;
      margin-top: 0 !important;
      background: url(../images/spr_global_icon03.png) no-repeat;
      background-size: 250px 250px;
      -webkit-background-size: 250px 250px; }
    .recruit_box .info dl dd ul li {
      display: block !important;
      margin-right: 0; }
      
     .gwp_info_box .info .title .thin {
     	font-size: 1.125rem;
     }
     
}

@media all and (max-width: 430px) {
	.tab_lst li  a {
		padding: 15px 0;
	}
	.tab_lst li a {
		padding: 15px 0;
		font-size: 1rem;
		line-height: 1.125rem;
		display: block;
	}
	.tab_lst li a span {
		display: block;
	}
	.infographic .business .si_box {
		margin: 40px auto 40px;
		background: url(../images/m_info_si_bg.png);
		height: 942px;
		width: 175px;
		background-size: 100%;
	}
	.infographic .business .si_box img {
		display: none;
	}
	.container .sub_cont_tab .tab_lst {
        left: 2%;
	}
}

@media all and (max-width: 360px) {
	.tab_lst li a {
		padding: 15px 0;
		font-size: 1rem;
		line-height: 1.125rem;
		display: block;
	}
	.tab_lst li a span {
		display: block;
	}
	.container .sub_top.sub01 {
		height: 150px;
		background-size: 100% 100%;
		background-position: center;
	}
	.container .sub_top.sub02 {
		height: 150px;
		background-size: 100% 100%;
		background-position: center;
	}
	.container .sub_top.sub03 {
		height: 150px;
		background-size: 100% 100%;
		background-position: center;
	}
	.container .sub_top.sub04 {
		height: 150px;
		background-size: 100% 100%;
		background-position: center;
	}
	.container .sub_top.sub05 {
		height: 150px;
		background-size: 100% 100%;
		background-position: center;
	}
	.main_rolling .swiper-slide.bg01 {
		background: url(../images/bg_main_rolling_01.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.main_rolling .swiper-slide.bg01 .rolling_item:after {
		width: 296px;
		height: 209px;
	}
	.main_rolling .swiper-slide.bg02 {
		background: url(../images/m_bg_main_rolling_02.jpg) no-repeat;
		background-size: cover;
	}
	.main_rolling .swiper-slide.bg02 .rolling_item:after {
		width: 296px;
		height: 209px;
	}
	.main_rolling .swiper-slide.bg03 {
		background: url(../images/m_bg_main_rolling_03.jpg) no-repeat;
		background-size: cover;
	}
	.main_rolling .swiper-slide.bg03 .rolling_item:after {
		width: 296px;
		height: 209px;
	}
	.top_title {
		padding: 62px 0;
	}
	.top_title h2 {
		font-size: 1.8125rem;
	}
	.txt p {
		line-height: 1.375rem;
	}
	.bullet ul li {
		line-height: 1.375rem;
	}
	.bullet ul li:before {
		top: 10px;
	}
	.bullet ul li+li {
		margin-top: 5px;
	}
	.gwp_lst ul li {
		width: 100%;
	}
	.gwp_photo .swiper-container:before {
		font-size: 1.5rem;
	}
	
}

@media all and (max-width: 420px) {
	.main_cont .main_board .board_list {
		width: 100%;
		margin: 0;
	}
	.main_cont .main_board .board_list li {
		width: 100%;
		float: none;
	}
	.main_cont .main_board .board_list li:last-child {
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap {
		position: relative;
		padding-left: 0;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap h2 {
		width: 100%;
		padding-bottom: 25px;
		font-size: 1.5rem;
		font-weight: 400;
	}
	.main .main_board .board_list>li .event_wrap .swiper-button-prev {
		background: url(../images/spr_sub_icon.png) no-repeat;
		background-position: -17px -14px;
		width: 58px;
		height: 58px;
		position: absolute;
		left: -30px;
		top: 252px;
		border-radius: 50%;
		outline: none !important;
		-webkit-box-shadow: 0 0 8px rgb(0 0 0/ 20%);
		box-shadow: 0 0 8px rgb(0 0 0/ 20%);
	}
	.main .main_board .board_list>li .event_wrap .swiper-button-next {
		background: url(../images/spr_sub_icon.png) no-repeat;
		background-position: -93px -14px;
		width: 58px;
		height: 58px;
		position: absolute;
		right: -30px;
		top: 252px;
		border-radius: 50%;
		outline: none !important;
		-webkit-box-shadow: 0 0 8px rgb(0 0 0/ 20%);
		box-shadow: 0 0 8px rgb(0 0 0/ 20%);
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner {
		width: 100%;
		height: 410px;
		margin-top: 7px;
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list
		{
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li
		{
		height: 100%;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text
		{
		height: 410px;
		width: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li
		{
		width: 100%;
		height: 180px;
		float: left;
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		border-right: 0;
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child
		{
		border-radius: 0 0 8px 8px;
		border: 1px solid #d9d9d9;
		padding: 30px 15px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li+li
		{
		position: relative;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li+li:after
		{
		display: none;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li img
		{
		width: 100%;
		height: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li .celebrate
		{
		width: 195px;
		height: 135px;
		background-size: 100%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li h3
		{
		text-align: center;
		font-weight: 300;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p
		{
		font-size: 1rem;
		line-height: 24px;
		color: #666666;
		text-align: center;
		font-weight: 200;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p.team
		{
		font-weight: 500;
		font-size: 0.875rem;
		line-height: normal;
		margin-bottom: 15px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li
		{
		width: 100%;
		overflow: hidden;
		border-radius: 0;
		border-right: 0;
		position: relative;
		line-height: 24px;
		font-size: 1rem;
		padding-left: 14px;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:after
		{
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		position: absolute;
		background-color: #999999;
		border: 0;
		top: 11px;
		left: 0;
		margin-top: 0;
		border-radius: 50%;
	}
	.main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:last-child
		{
		border-radius: 0;
		border: 0;
		border-left: 0;
		padding: 0 0 0 14px;
	}
	.gwp_info_box .info .title .thin {
		display: none;
	}
}

@media all and (max-width: 325px) {
	.infographic .business .info_box.circle {
		width: 280px;
		margin: 40px auto;
	}
	.infographic .business .info_box.circle:after {
		width: 190px;
		height: 190px;
		bottom: auto;
	}
	.infographic .business .info_box.circle ul li {
		padding-top: 51px;
		width: 120px;
		height: 120px;
	}
}

@media all and (max-width: 320px) {
	.sga_intro {
		width: 100%;
		height: 240px;
		background: url(../images/m_img_sga_intro.png);
		background-size: 100%;
	}
	.sga_intro .headline {
		padding-top: 70px;
		font-size: 2.125rem;
	}
	.sga_intro .txt {
		margin-top: 15px;
	}
	.tbl.line tbody td {
		padding: 20px 15px;
	}
}

/* 125% */