@charset "UTF-8";

/* --------------------------------------------  
	 font
--------------------------------------------  */
.font-xs {
	font-size: 13px;
}
.font-sm {
	font-size: 14px;
}

.font-md {
	font-size: 16px;
}
.font-md-w {
	font-size: 16px;
	line-height: 1.8;
}

.font-lg {
	font-size: 18px;
}
.font-lg-w {
	font-size: 18px;
	line-height: 1.8;
}

.font-xl {
	font-size: 22px;
}
.font-xl-w {
	font-size: 22px;
	line-height: 1.8;
}

.font-ex {
	font-size: 28px;
	font-weight: bold
}

/* --------------------------------------------  
	 Link
--------------------------------------------  */

.hover-alpha:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}

a.zoom {
	position: relative;
	display: inline-block;
}
a.zoom:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(/cmn/images/icon/btn_zoom.png) no-repeat top center #000;
	background-size: contain;								
	position: absolute;
	right: 0;
	bottom: 0;							
}

/* --------------------------------------------  
	 color
--------------------------------------------  */

.color-primary {	color: #008cd6;}
.color-blue {	color: #0952b6;}
.color-lightblue {	color: #00aad9;}
.color-ocher {	color: #d9be3f;}
.color-darkgreen {	color: #31a85c;}
.color-orange {	color: #e6983c;}
.color-lightgreen {	color: #7fb34c;}
.color-pink {	color: #e68abc;}
.color-purple {	color: #c26dde;}

.color-lightgreen {	color: #7fb34c;}
.color-red {	color: #e1464e;}
.color-darkpurple {	color: #796caf;}
.color-skyblue{	color: #00b0ec;}
.color-darkocher {	color: #bf8e01;}

.bg-primary { background-color: #008cd6; color: #fff;}
.bg-blue {	background-color: #0952b6; color: #fff;}

.bg-lightblue {	background-color: #00aad9; color: #fff;}
.bg-ocher {	background-color: #d9be3f; color: #fff;}
.bg-darkgreen {	background-color: #31a85c; color: #fff;}
.bg-orange {	background-color: #e6983c; color: #fff;}
.bg-lightgreen {	background-color: #7fb34c; color: #fff;}
.bg-pink {	background-color: #e68abc; color: #fff;}
.bg-purple {	background-color: #c26dde; color: #fff;}

.bg-lightgreen {	background-color: #3bb149; color: #fff;}
.bg-red {	background-color: #e1464e; color: #fff;}
.bg-darkpurple {	background-color: #796caf; color: #fff;}
.bg-skyblue{	background-color: #00b0ec; color: #fff;}
.bg-darkocher {	background-color: #bf8e01; color: #fff;}


/* --------------------------------------------  
	 text
--------------------------------------------  */

.text-left { text-align: left!important; }
.text-center { text-align: center!important; }
.text-right { text-align: right!important; }
.text-top { vertical-align: top!important; }
.text-bottom { vertical-align: bottom!important; }
.notes {
	color: #777;
}



/* --------------------------------------------  
	 icon
--------------------------------------------  */
.icon {
	padding-left: 1.5em;
	position: relative;
}

.icon:before {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.circle_white:before {
	background: url(../../cmn/images/icon/icon_circle_white.png) no-repeat 2px 0;
	background-size: contain;
}

.circle_red:before {
	background: url(../../cmn/images/icon/icon_circle_red.png) no-repeat 2px 0;
	background-size: contain;
}

i.circle_primary {
	display: inline;
}

i.circle_primary:before {
	margin: auto;
}

.circle_primary {
	display: inline-block;
}

.circle_primary:before {
	margin: 0.4em 0 0 0.2em;
	background: url(../../cmn/images/icon/icon_circle_primary.png) no-repeat 2px 0;
	background-size: contain;
}

.circle_black:before {
	background: url(../../cmn/images/icon/icon_circle_black.png) no-repeat 2px 0;
	background-size: contain;
}
.circle_bottom_black:before {
	background: url(../../cmn/images/icon/icon_circle_bottom_black.png) no-repeat;
	background-size: contain;
	left: 1px;
}
.arrow_white:before {
	background: url(../../cmn/images/icon/icon_arrow_white.png) no-repeat 2px 0;
	background-size: contain;
}

.arrow_primary:before {
	background: url(../../cmn/images/icon/icon_arrow_primary.png) no-repeat 2px 0;
	background-size: contain;
}

.arrow_primary:before {
	background: url(../../cmn/images/icon/icon_arrow_primary.png) no-repeat 2px 0;
	background-size: contain;
}

.arrow_bottom_primary:before {
	width: 14px;
	background: url(../../cmn/images/icon/icon_arrow_bottom_primary.png) no-repeat;
	background-size: contain;
}

.arrow_primary_left:before {
	background: url(../../cmn/images/icon/icon_arrow_left_primary.png) no-repeat 2px 0;
	background-size: contain;
}


.blank_primary:before {
	width: 14px;
	background: url(../../cmn/images/icon/icon_blank_primary.png) no-repeat;
	background-size: contain;
}

.blank_black:before {
	width: 14px;
	background: url(../../cmn/images/icon/icon_blank_black.png) no-repeat;
	background-size: contain;
}
.blank_white:before {
	width: 14px;
	background: url(../../cmn/images/icon/icon_blank_white.png) no-repeat;
	background-size: contain;
}

.text_link_blank {
  display: inline-block;
}

.blank_primary.text_link_blank:before,
.blank_black.text_link_blank:before,
.blank_white.text_link_blank:before {
  bottom: inherit;
  top: calc(0.8em - 6px);
}

.pdf:before {
	width: 16px;
	height: 16px;
	background: url(../../cmn/images/icon/icon_pdf.png) no-repeat;
	background-size: contain;
	bottom: inherit; 
	margin-left: 5px; 
}

.word:before {
	width: 16px;
	height: 18px;
	background: url(../../cmn/images/icon/icon_word.png) no-repeat;
	background-size: contain;
	bottom: inherit; 
}

.excel:before {
	width: 16px;
	height: 16px;
	background: url(../../cmn/images/icon/icon_excel.png) no-repeat;
	background-size: contain;
	bottom: inherit; 
}

.search:before {
	background: url(../../cmn/images/icon/icon_search.png) no-repeat;
	background-size: contain;
	bottom: inherit; 
}

.icon-global {
	display: inline-block;
	font-size: 12px;
	margin: 0 5px;
	padding: 3px 6px 2px;
	height: 14px;
	vertical-align: middle;
	line-height: 14px;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
	background-color: #01709A;
	border-radius: 2px;
}

/* --------------------------------------------  
	 anchor
--------------------------------------------  */
.anchor {
	display: block;
	padding: 8px 17px 7px;
	margin-bottom: 18px;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #fff;
	color: #333;
	text-decoration: none;
}

.anchor.icon:before {
	left: auto;
	right: 18px;
}

.anchor:hover {
	color: #00b8e6;
	background-color: #f0f4f5;
	color: #333;
}

/* --------------------------------------------  
	 btn
--------------------------------------------  */
.btn,
.btn-block {
	padding: 8px 17px 7px;
	font-weight: bold;
	border-radius: 4px;
	color: #333;
	position: relative;
	text-decoration: none;
}
.btn {	
	display: inline-block;
}
.btn-block {
	display: block;
	text-align: center;
}
.btn-usual {
	background-color: #fff;
	border: 1px solid #cccccc;
}
.btn-usual:hover {
	background-color: #f0f4f5;
	color: #333;
}
.btn-yellow {
	background-color: #ffe400;
}
.btn-yellow:hover {
	background-color: #eed500;
	color: #333;
}
.btn-blue {
	background-color: #008cd6;
	color: #fff;
}
.btn-blue:hover {
	background-color: #00a7e3;
	color: #fff;
}
/*
.btn:before {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;	
}
.btn-block:before {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;	
}
.btn_circle_primary:before {
	background: url(../../cmn/images/icon/icon_circle_white.png) no-repeat 2px 0;
	background-size: contain;
}*/


/* --------------------------------------------  
	 heading
--------------------------------------------  */
.heading-tape {
	padding: 0.3em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #0952b6;
}

/* --------------------------------------------  
	 list
--------------------------------------------  */
.list-default > li,
.list-ghost > li {
	padding-left: 1.4em;
	margin-bottom: 10px;
	position: relative;
}

.list_icon {
	padding-left: 1.4em;
	margin-bottom: 10px;
	position: relative;
}

.list-default > li:before,
.list-ghost > li:before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin: 0 2px;
	position: absolute;
	top: 8px;
	left: 0;
}

.list-default > li:before {
	background: #0952b6;
}

.list-default.blue > li:before {
	background: #0952b6;
}

.list-ghost > li:before {
	border: 1px solid #6fc9df;
	box-sizing: border-box;
}

.list-beforeblock {
	position: relative;
}

.list-beforeblock:after {
	content: "";
	display: block;
	clear: both;
}

.list-beforeblock dt {
	width: 145px;
	margin-top: 20px;
	position: absolute;
	left: 0;
}

.list-beforeblock dd {
	padding-top: 18px;
	padding-left: 180px;
	margin-left: 0;
}

.list-beforeblock .heading_square {
	padding-left: 1.4em;
}

.list-table {
	width: 100%;
}
.list-table>tbody>tr>th,
.list-table>tbody>tr>td {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: left;
	background: url(../../cmn/images/pattern/border_dot.png) repeat-x;
	background-position: left bottom;
	vertical-align: top;
}
.list-table .heading_square {
	padding-left: 1.4em;
}



/* --------------------------------------------  
	 border_bot
--------------------------------------------  */
.border_bot,
ul.list_dot > li {
	display: block;
	padding-bottom: 25px;
	margin-bottom: 10px;
	background: url(../../cmn/images/pattern/border_dot.png) repeat-x;
	background-position: left bottom;
}

.border_bot:after {
	content: "";
	display: block;
	clear: both;
}


/* --------------------------------------------  
	 qa
--------------------------------------------  */
.qa:after {
	content: "";
	display: block;
	clear: both;
}

.qa > dt,
.qa dd {
	margin-top: 15px;
	position: relative;
}

.qa > dt {
	padding-left: 2.2em;
	font-size: 16px;
	font-weight: bold;
}

.qa dd {
	padding-left: 2.6em;
	margin: 15px 0;
}

.qa > dt:before,
.qa dd:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
}

.qa > dt:before {
	background: url(../../cmn/images/icon/icon_q.png) no-repeat;
	background-size: contain;
}

.qa dd:before {
	background: url(../../cmn/images/icon/icon_a.png);
	background-size: contain;
}

/* --------------------------------------------  
	 tab
--------------------------------------------  */

.tab_wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: solid 3px #0952b6;
}

.tab_item {
	box-sizing: border-box;
	display: table-cell;
	padding: 0 7px;
	text-align: center;
}

.tab_item:first-child {
	padding: 0 7px 0 14px;
}

.tab_item:last-child {
	padding: 0 14px 0 7px;
}

.tab_item>a,
.tab_item>span {
	padding: 18px 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #eeeeee;
}

.tab_item>a:hover {
	color: #00b8e6;
}

.tab_item>a.is-active,
.tab_item>span.is-active {
	color: #fff;
	background: #0952b6;
}


/* --------------------------------------------  
	 block
--------------------------------------------  */
.contents-block {
	margin: 0 15px;
}

.block-border {
	padding: 20px 20px 17px;
	border: 1px solid #dddddd;
}

.block-section {
	border: 4px solid #ebf0f2;
}

.block-section {
	border: 4px solid #ebf0f2;
}

.section_contents {
	padding: 0 24px;
}


/* --------------------------------------------  
	 bg_color
--------------------------------------------  */
.bg_inner {
	margin: 0 auto;
}
	
.bg_gray {
	margin: 0 -9999px;
	background: #f5f5f5;
}
	
.bg_inner {
	width: 1008px;
	padding: 50px 0;
	margin: 0 auto;
}	

/* --------------------------------------------  
	 table
--------------------------------------------  */

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: separate;
}

td, th {
	padding: 0;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: center;
}

th {
	text-align: center;
}

.table {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-style: solid;
	border-color: #7fa0ce;
	border-width: 0 1px 1px 0;
}

.table th,
.table td {
	padding: 12px;
	border-style: solid;
	border-color: #7fa0ce;
	border-width: 1px 0 0 1px;
}

.table th {
	background-color: #e4ebf5;
}

.table th.th-light {
	background-color: #f0f4fa;
}

/* ------------------------------
	hanging
------------------------------ */
table.hanging {
	border-collapse: collapse;
}

table.hanging>tbody>tr>td {
	padding: 0;
	vertical-align: top;
	border: none;
}

table.hanging .hanging_icon {
	white-space: nowrap;
}


/* ------------------------------
	figure
------------------------------ */
.figure-left {
	display: table;
	margin: 0 auto 0 0;
}

.figure-right {
	display: table;
	margin: 0 0 0 auto;
}

.figure-center {
	display: table;
	margin: 0 auto;
}

/* --------------------------------------------  
	 col
--------------------------------------------  */
.col_wrap {
	overflow: hidden;
	list-style: none;
}

.col_row {
	list-style: none;
	padding: 0;
	list-style: none;
}

.col_row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col_wrap.main_area .col-1,
.col_wrap.main_area .col-2,
.col_wrap.main_area .col-3,
.col_wrap.main_area .col-4,
.col_wrap.main_area .col-5,
.col_wrap.main_area .col-6,
.col_wrap.main_area .col-7,
.col_wrap.main_area .col-8,
.col_wrap.main_area .col-9,
.col_wrap.main_area .col-10,
.col_wrap.main_area .col-11,
.col_wrap.main_area .col-12 {
	padding-right: 8px;
	padding-left: 8px;
}

.col_wrap.main_area .section_contents .col-1,
.col_wrap.main_area .section_contents .col-2,
.col_wrap.main_area .section_contents .col-3,
.col_wrap.main_area .section_contents .col-4,
.col_wrap.main_area .section_contents .col-5,
.col_wrap.main_area .section_contents .col-6,
.col_wrap.main_area .section_contents .col-7,
.col_wrap.main_area .section_contents .col-8,
.col_wrap.main_area .section_contents .col-9,
.col_wrap.main_area .section_contents .col-10,
.col_wrap.main_area .section_contents .col-11,
.col_wrap.main_area .section_contents .col-12 {
	padding-right: 3px;
	padding-left: 3px;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}
	
.col-offset-12 {
	margin-left: 100%;
}

.col-offset-11 {
	margin-left: 91.66666667%;
}

.col-offset-10 {
	margin-left: 83.33333333%;
}

.col-offset-9 {
	margin-left: 75%;
}

.col-offset-8 {
	margin-left: 66.66666667%;
}

.col-offset-7 {
	margin-left: 58.33333333%;
}

.col-offset-6 {
	margin-left: 50%;
}

.col-offset-5 {
	margin-left: 41.66666667%;
}

.col-offset-4 {
	margin-left: 33.33333333%;
}

.col-offset-3 {
	margin-left: 25%;
}

.col-offset-2 {
	margin-left: 16.66666667%;
}

.col-offset-1 {
	margin-left: 8.33333333%;
}

.col-offset-0 {
	margin-left: 0;
}

.col-pull-12 {
	right: 100%;
}

.col-pull-11 {
	right: 91.66666667%;
}

.col-pull-10 {
	right: 83.33333333%;
}

.col-pull-9 {
	right: 75%;
}

.col-pull-8 {
	right: 66.66666667%;
}

.col-pull-7 {
	right: 58.33333333%;
}

.col-pull-6 {
	right: 50%;
}

.col-pull-5 {
	right: 41.66666667%;
}

.col-pull-4 {
	right: 33.33333333%;
}

.col-pull-3 {
	right: 25%;
}

.col-pull-2 {
	right: 16.66666667%;
}

.col-pull-1 {
	right: 8.33333333%;
}

.col-pull-0 {
	right: auto;
}

.col-push-12 {
	left: 100%;
}

.col-push-11 {
	left: 91.66666667%;
}

.col-push-10 {
	left: 83.33333333%;
}

.col-push-9 {
	left: 75%;
}

.col-push-8 {
	left: 66.66666667%;
}

.col-push-7 {
	left: 58.33333333%;
}

.col-push-6 {
	left: 50%;
}

.col-push-5 {
	left: 41.66666667%;
}

.col-push-4 {
	left: 33.33333333%;
}

.col-push-3 {
	left: 25%;
}

.col-push-2 {
	left: 16.66666667%;
}

.col-push-1 {
	left: 8.33333333%;
}

.col-push-0 {
	left: auto;
}


/* --------------------------------------------  
	 padding margin
--------------------------------------------  */
.mgl-none {	 margin-left: 0 !important;}
.mgr-none {	 margin-right: 0 !important;}
.mgt-none {	 margin-top: 0 !important;}
.mgb-none {	margin-bottom: 0 !important;}

.pdl-none {	padding-left: 0 !important;}
.pdr-none {	padding-right: 0 !important;}
.pdt-none {	padding-left: 0 !important;}
.pdt-none {	padding-right: 0 !important;}

.pdl-xs {	padding-left: 5px !important;}
.pdl-sm {	padding-left: 10px !important;}
.pdl-md {	padding-left: 20px !important;}
.pdl-lg {	padding-left: 30px !important;}
.pdl-xl {	padding-left: 40px !important;}
.pdl-ex {	padding-left: 50px !important;}

.pdr-xs {	padding-right: 5px !important;}
.pdr-sm {	padding-right: 10px !important;}
.pdr-md {	padding-right: 20px !important;}
.pdr-lg {	padding-right: 30px !important;}
.pdr-xl {	padding-right: 40px !important;}
.pdr-ex {	padding-right: 50px !important;}

.pdt-xxs {	padding-top: 3px !important;}
.pdt-xs {	padding-top: 5px !important;}
.pdt-sm {	padding-top: 10px !important;}
.pdt-md {	padding-top: 15px !important;}
.pdt-lg {	padding-top: 30px !important;}
.pdt-ex {	padding-top: 40px !important;}	

.pdb-xxs {	padding-bottom: 3px !important;}	
.pdb-xs {	padding-bottom: 5px !important;}		
.pdb-sm {	padding-bottom: 10px !important;}	
.pdb-md {	padding-bottom: 15px !important;}
.pdb-lg {	padding-bottom: 30px !important;}
.pdb-xl {	padding-bottom: 40px !important;}
.pdb-ex {	padding-bottom: 50px !important;}

.mgl-xs {	margin-left: 5px !important;}
.mgl-sm {	margin-left: 10px !important;}
.mgl-md {	margin-left: 20px !important;}
.mgl-lg {	margin-left: 30px !important;}
.mgl-xl {	margin-left: 40px !important;}
.mgl-ex {	margin-left: 50px !important;}

.mgr-xs {	margin-right: 5px !important;}
.mgr-sm {	margin-right: 10px !important;}
.mgr-md {	margin-right: 20px !important;}
.mgr-lg {	margin-right: 30px !important;}
.mgr-xl {	margin-right: 40px !important;}
.mgr-ex {	margin-right: 50px !important;}

.mgt-xxs {	margin-top: 3px !important;}
.mgt-xs { margin-top: 5px !important;}
.mgt-sm {	margin-top: 10px !important;}
.mgt-md {	margin-top: 15px !important;}
.mgt-lg {	margin-top: 30px !important; }
.mgt-xl { margin-top: 40px !important; }
.mgt-ex { 	margin-top: 50px !important; }

.mgb-xxs {	margin-bottom: 3px !important;}	
.mgb-xs {	margin-bottom: 5px !important;}	
.mgb-sm { margin-bottom: 10px !important; }
.mgb-md { margin-bottom: 20px !important; }
.mgb-lg { margin-bottom: 30px !important;}
.mgb-xl { margin-bottom: 40px !important;}
.mgb-ex { margin-bottom: 50px !important; }

.lh-md {
	line-height: 1.7;
}

/* --------------------------------------------  
	 get Acrobat
--------------------------------------------  */
.getacrobat {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 60px;
	border: solid 4px #ebf0f2;
}

.getacrobat_bnn {
	display: table-cell;
	width: 160px;
	padding-right: 20px;
	vertical-align: middle;
}

.getacrobat_bnn img {
	display: block;
	max-width: 100%;
	height: auto;
}

.getacrobat_txt {
	display: table-cell;
	vertical-align: middle;
}

.getacrobat_txt > p{
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* --------------------------------------------  
	 Slider
--------------------------------------------  */

#slider_contents_wrap {
	padding-top: 52px;
	padding-bottom: 28px;
}

#slider_contents_wrap #slider-contents {
	display: block;
	/*width: 880px;*/
 width:990px;
	margin: 0 auto;
	line-height: 0;
}

#slider_contents_wrap #slider-contents .slick-track{
 margin: 0 auto;
}

#slider_contents_wrap #slider-contents li {
	float: left;
	display: block;
	text-align: center !important;
 width: 318px;
 margin: 0 6px;
}

#slider_contents_wrap #slider-contents li img {
	display: block;
 width: 100%;
 height: auto;
 padding:0;
 /*
	padding-left: 10px;
	padding-right: 10px;
 */
}

#slider_contents_wrap #slider-contents:after {
	content: "";
	display: block;
	clear: both;
}

.slick-slider .slick-prev:before,
.slick-slider [dir='rtl'] .slick-prev:before,
.slick-slider .slick-next:before,
.slick-slider [dir='rtl'] .slick-next:before {
	content: "";
}

.slick-slider .slick-next,
.slick-slider .slick-next:hover {
	content: "";
	display: block;
	background: url(/cmn/images/icon/icon_arrow_primary_big.png) no-repeat;
	background-size: contain;
}

.slick-slider .slick-prev,
.slick-slider .slick-prev:hover {
	content: "";
	display: block;
	background: url(/cmn/images/icon/icon_arrow_left_primary_big.png) no-repeat;
	background-size: contain;
}

.slick-arrow {
	display: block;
	width: 34px;
	height: 34px;
	z-index: 10;
}
	
.slick-next:hover,
.slick-prev:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}	

#slider-contents .slick-next,
#slider-contents .slick-next:hover {		
	/*right: -54px;*/
 right: -40px;
}

#slider-contents .slick-prev,
#slider-contents .slick-prev:hover {	
	/*left: -55px;*/
 left: -40px;
}


/* --------------------------------------------  
	 banner
--------------------------------------------  */

#banner_contents_wrap {
  padding-top: 52px;
  padding-bottom: 28px;
	padding-right: 15px;
	padding-left: 15px;
 }
#banner_contents_wrap ul.banner-contents {
   /*
  display: block;
  width: 1024px;
  margin: 0 auto;
  line-height: 0;
   */
 }
  
 #banner_contents_wrap ul.banner-contents{
  width: 978px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   
 }
 #banner_contents_wrap ul.banner-contents li{
  margin:0 0 0 12px;
  width: 318px;
 }
 #banner_contents_wrap ul.banner-contents li:first-of-type{
   margin-left: 0;
 }
 #banner_contents_wrap ul.banner-contents li img{
  width: 100%;
  height: auto;
  padding: 0;
   display: block;
 }
  