/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: normal;
  src: local('Century Gothic'), local('CenturyGothic'), url(../fonts/GOTHIC.woff2) format('woff2'), url(../fonts/GOTHIC.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: bold;
  src: local('Century Gothic Bold'), local('CenturyGothic Bold'), url(../fonts/GOTHICB.woff2) format('woff2'), url(../fonts/GOTHICB.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: normal;
  src: local('Nanum Gothic'), local('NanumGothic'), url(../fonts/NanumGothic-Regular.woff2) format('woff2'), url(../fonts/NanumGothic-Regular.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: bold;
  src: local('Nanum Gothic Bold'), local('NanumGothic Bold'), url(../fonts/NanumGothic-Bold.woff2) format('woff2'), url(../fonts/NanumGothic-Bold.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Meiryo';
  font-style: normal;
  font-weight: normal;
  src: local('Meiryo'), url(../fonts/Meiryo.woff2) format('woff2'), url(../fonts/Meiryo.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Meiryo';
  font-style: normal;
  font-weight: bold;
  src: local('Meiryo Bold'), url(../fonts/Meiryo-Bold.woff2) format('woff2'), url(../fonts/Meiryo-Bold.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

body{
	margin: 0;
	font-family: Century Gothic, Meiryo, Nanum Gothic
}
.contents_wrapper {
	width: 100%;
	background: #f5f5f5;
}
.mobile-menu-trigger:hover {
    cursor: pointer;
}
.mobile-menu-trigger {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #A166AB 0%, #5073B8 100%);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.3);
    position: fixed;
    z-index: 13;
    bottom: 15px;
    right: 15px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.5rem;
    font-family: "nunito_sans",serif;
    line-height: 1.66;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;  
}
.mobile-menu-trigger span {
    width: 25px;
    height: 2px;
    display: block;
    background: white;
}
.mobile-menu-trigger span+span {
    margin-top: 4px;
}
.menu-is-active .mobile-menu-trigger span {
    background: #1A1F21;
}
.screen {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    background: rgba(26,31,33,0.96);
}
.site-navigation_m {
    position: fixed;
    bottom: 40px;
    right: 3%;
    transform: scale(1);
    z-index: 12;
    display: none;
}
.menu-is-active .site-navigation_m li:first-child {
    transition-delay: 0.08s;
}
.menu-is-active .site-navigation_m li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.site-navigation_m li {
    opacity: 0;
    display: block;
    transform: translate3d(4px, 0px, 0);
    transition: all .3s ease;
    text-align: left;
}
.site-navigation_m a {
	display: inline-block;    
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 4px 8px;    
}
.site-navigation_d {
    position: fixed;
    bottom: 40px;
    right: 3%;
    transform: scale(1);
    z-index: 12;
    display: none;
}
.menu-is-active .site-navigation_d li:first-child {
    transition-delay: 0.08s;
}
.menu-is-active .site-navigation_d li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.site-navigation_d li {
    opacity: 0;
    display: block;
    transform: translate3d(4px, 0px, 0);
    transition: all .3s ease;
    text-align: left;
}
.site-navigation_d a {
	display: inline-block;    
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 4px 8px;    
}
a, .a {
    color: inherit;
    text-decoration: none;
    transition: all .4s ease-out;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.slider {
}
.solution_wrap {
	max-width: 320px;
	margin: 0 auto;
}
.slider_back {
	width: 320px;
	height: 290px;	
	background: url('images/img_moniter_320.png') center center no-repeat;
}
.slider_wrapper {
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
}
.slider_img {
	margin: 0 auto;
	height: 183px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -14px;
	width: 100%;
}
.solution_text {
	line-height: 26px;
}
.solution_title {
	font-weight: bold;
	font-size: 33.5px;
	margin-left: 1px;
	margin-bottom: 40px;	
}
.solution_sub {
	color: #093356;
	font-weight: bold;
	font-size: 19px;
	margin-left: 1px;
	margin-bottom: 5px;	
}
.solution_contents {
	font-size: 17.5px;
	margin-left: 6px;
	margin-bottom: 9px;
}
@media (min-width: 500px) {
	.solution_wrap {
		max-width: 500px;
		margin: 0 auto;
	}
	.slider_back {
		width: 500px;
		height: 453px;
		background: url('images/img_moniter_500.png') center center no-repeat;
	}
	.slider_wrapper {
		padding-top: 24px;
		padding-left: 21px;
		padding-right: 21px;
	}
	.slider_img {
		margin: 0 auto;
		height: 286px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: -19px;
		width: 100%;
	}
	.solution_title {		
		margin-left: 3px;
		margin-bottom: 40px;
	}
	.solution_sub {		
		margin-left: 3px;
		margin-bottom: 3px;
	}
	.solution_contents {
		margin-left: 8px;
		margin-bottom: 6px;
	}
}
@media (min-width: 768px) {
	.solution_wrap {
		max-width: 768px;
		margin: 0 auto;
	}
	.slider_back {
		width: 656px;
		height: 595px;
		background: url('images/img_moniter_big.png') center center no-repeat;
		margin: 0 auto;
	}
	.solution_text {
		margin: 0 auto;
	}
	.slider_wrapper {
		padding-top: 31px;
		padding-left: 28px;
		padding-right: 28px;
	}
	.slider_img {
		margin: 0 auto;
		height: 375px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: -22px;
		width: 100%;
	}
	.solution_title {		
		margin-left: 5px;
		margin-bottom: 40px;
	}
	.solution_sub {		
		margin-left: 5px;
		margin-bottom: 3px;
	}
	.solution_contents {
		margin-left: 10px;
		margin-bottom: 6px;
	}
}
@media (min-width: 1100px) {
	.solution_wrap {
		max-width: 1200px;
		margin: 0 auto;
	}
	.slider_back {
		width: 656px;
		height: 595px;
		background: url('images/img_moniter_big.png') center center no-repeat;
		display: inline-block;
		position: relative;
	}
	.solution_text {
		width: 504px;		
		display: inline-block;
		position: relative;
		vertical-align: top;
	}
	.solution_title {		
		margin-left: 30px;
		margin-bottom: 40px;
	}
	.solution_sub {		
		margin-left: 30px;
		margin-bottom: 3px;
	}
	.solution_contents {
		margin-left: 35px;
		margin-bottom: 6px;
	}
}
.bx-wrapper {
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
