@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.3;
  font-family: SKPGo, sans-serif;
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input {
  box-sizing: border-box;
}

.wordWrap {
	word-break:keep-all !important;
	word-wrap:break-word;
	overflow-wrap:break-word;
	white-space:normal;
}

@media screen and (max-width: 768px) {
  button {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

@font-face {
  font-family: neosans;
  font-style: normal;
  font-weight: 300;
  src: url(/eng/html/fonts/neosansL.eot);
  src: local("☺"), url(/eng/html/fonts/neosansL.eot?#iefix) format("embedded-opentype"), url(/eng/html/fonts/neosansL.woff) format("woff"), url(/eng/html/fonts/neosansL.ttf) format("truetype");
}

@font-face {
  font-family: neosans;
  font-style: normal;
  font-weight: 400;
  src: url(/eng/html/fonts/neosansR.eot);
  src: local("☺"), url(/eng/html/fonts/neosansR.eot?#iefix) format("embedded-opentype"), url(/eng/html/fonts/neosansR.woff) format("woff"), url(/eng/html/fonts/neosansR.ttf) format("truetype");
}

@font-face {
  font-family: neosans;
  font-style: normal;
  font-weight: 600;
  src: url(/eng/html/fonts/neosansM.eot);
  src: local("☺"), url(/eng/html/fonts/neosansM.eot?#iefix) format("embedded-opentype"), url(/eng/html/fonts/neosansM.woff) format("woff"), url(/eng/html/fonts/neosansM.ttf) format("truetype");
}

@font-face {
  font-family: SKPGo;
  font-style: normal;
  font-weight: 300;
  src: url(/eng/html/fonts/SKPGoL.eot);
  src: local("☺"), url(/eng/html/fonts/SKPGoL.eot?#iefix) format("embedded-opentype"), url(/eng/html/fonts/SKPGoL.woff) format("woff"), url(/eng/html/fonts/SKPGoL.ttf) format("truetype");
}

@font-face {
  font-family: SKPGo;
  font-style: normal;
  font-weight: 400;
  src: url(/eng/html/fonts/SKPGoM.eot);
  src: local("☺"), url(/eng/html/fonts/SKPGoM.eot?#iefix) format("embedded-opentype"), url(/eng/html/fonts/SKPGoM.woff) format("woff"), url(/eng/html/fonts/SKPGoM.ttf) format("truetype");
}

@font-face {
  font-family: SKPGo;
  font-style: normal;
  font-weight: 600;
  src: url(/eng/html/fonts/SKPGoB.eot);
  src: local("☺"), url(/eng/html/fonts/SKPGoB.eot?#iefix) format("embedded-opentype"), url(/eng/html/fonts/SKPGoB.woff) format("woff"), url(/eng/html/fonts/SKPGoB.ttf) format("truetype");
}

.header {
  width: 100%;
  height: 61px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 20;
  overflow: hidden;
  transition: top .2s ease-out;
}

.header:after {
  content: "";
  display: block;
  clear: both;
}

.header.open {
  height: 281px;
  box-shadow: 0 -20px 60px 8px #000;
}

.header.hide-gnb {
  top: -61px;
}

.header-logo {
  position: absolute;
  top: 10px;
  left: 40px;
}

.header-logo-link {
  display: block;
}

.header-logo-image {
  display: block;
  width: 85px;
}

.header-util {
  position: absolute;
  top: 0;
  right: 0;
}

.header-util-item {
  width: 90px;
  height: 60px;
  border-left: 1px solid #ccc;
  float: left;
  text-align: center;
  line-height: 64px;
}

.header-util-item:first-child {
  border-left: 0;
}

.header-util-item.icon {
	width:60px;
}

.header-util-item.dropDown a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:100%;
	height:100%;
	background-color:#fff;
}

.header-util-item.dropDown > a {
	position:relative;
	z-index:10;
}

.header-util-item a img {
	vertical-align:middle;
}

.header-util-item.dropDown > div {
	position:fixed;
	top:-120px;
	right:0;
	width:60px;
	z-index:1;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
}

.header-util-item.dropDown:hover > div,
.header-util-item.dropDown:focus > div {
	top:0;
}

.header-util-item.dropDown > div a {
	display:block;
	width:100%;
	height:60px;
	float:left;
	border-width:0 0 0 1px;
	border-color:#ccc;
	border-style:solid;
}

.header-util-item.dropDown > div a:after {
	display:block;
	clear:both;
	content:'';
}

.header-util-item.dropDown > div a:nth-child(2) {
	border-width:1px 0 1px 1px;
}

.header-util-item:nth-child(3) span {
  	display: none;
}
.header-util-item:nth-child(3) img {
  	display: inline-block;
  	*display:inline;
  	*zoom:1;
}

.header-util-link {
  font-size: 13px;
}

.header-util-link.underline {
  color: #999;
  padding: 0 3px 3px;
  margin: 0 5px;
}

.header-util-link.underline.on, .header-util-link.underline:hover {
  color: #333;
  border-bottom: 1px solid #333;
}

.gnb {
  width: 901px;
  padding-top: 24px;
  margin: 0 auto;
}

.gnb:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 60px;
  left: 0;
}

.gnb-depth1:after {
  content: "";
  display: block;
  clear: both;
}

.gnb-depth1-item {
  width: 225px;
  float: left;
  text-align: center;
}

.gnb-depth1-item:last-child .gnb-depth2 {
  border-right: 1px solid #ccc;
}

.gnb-depth1-link {
  display: inline-block;
  padding-bottom: 17px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.gnb-depth1-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gnb-depth1-link:hover, .gnb-depth1-link.on {
  color: #e51837;
}

.gnb-depth1-link:hover:after, .gnb-depth1-link.on:after {
  background-color: #e51837;
}

.gnb-depth2 {
  width: 225px;
  height: 220px;
  padding-top: 31px;
  border-left: 1px solid #ccc;
}

.gnb-depth2-item {
  margin-bottom: 20px;
  text-align: center;
}

.gnb-depth2-link {
  font-size: 16px;
}

.gnb-depth2-link:hover, .gnb-depth2-link.on {
  color: #e51837;
}

@media screen and (max-width: 1599px) {
	.gnb {
		width:820px;
	}
	.gnb-depth1-item,
	.gnb-depth2 {
		width:205px;
	}
	.gnb-depth2-link {
	    word-break: keep-all;
	    word-wrap: break-word;
	    overflow-wrap: break-word;
	    white-space: normal;
	}
}

@media screen and (max-width: 1280px) {
  html.gnb-open {
    height: 100%;
  }
  body.gnb-open {
    height: 100%;
    overflow: hidden;
  }
  body.gnb-open:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }
  .header {
    min-width: auto;
    height: 40px;
    border-bottom: 1px solid #ccc;
    position: fixed;
  }
  .header.open {
    height: 80%;
  }
  .header.hide-gnb {
    top: -40px;
  }
  .header-logo {
    height: 40px;
    padding: 7px 0;
    position: static;
    text-align: center;
  }
  .header-logo-link {
    display: inline-block;
  }
  .header-logo-image {
    width: 54px;
  }
  .header-util {
    padding: 112px 0 110px;
    position: relative;
  }
  .header-util-item {
    border-left: 0;
    float: none;
  }
  .header-util-item:nth-child(1) {
    width: auto;
    height: auto;
    text-align: center;
    line-height: normal;
  }
  .header-util-item:nth-child(1) .header-util-link {
    display: inline-block;
    font-size: 11px;
    font-family: neosans, SKPGo, sans-serif;
  }
  .header-util-item:nth-child(2), .header-util-item:nth-child(3) {
    width: 100px;
    height: 30px;
    position: absolute;
  }
  .header-util-item:nth-child(2) .header-util-link, .header-util-item:nth-child(3) .header-util-link {
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 10px;
    font-weight: 300;
    color: #999;
    line-height: 32px;
  }
  .header-util-item:nth-child(2) {
    top: 20px;
    left: 50%;
    margin-left: -105px;
  }
  .header-util-item:nth-child(3) {
    top: 20px;
    left: 50%;
    margin-left: 5px;
  }
  .header-util-item:nth-child(3) span {
  	display:inline-block;
  	*display:inline;
  	*zoom:1;
  }
  .header-util-item:nth-child(3) img {
  	display:none;
  }
  .header-util-item.icon a {
 	line-height:35px;
 	vertical-align:top;
  }
  .header-util-item.dropDown {
  	position: absolute;
  	height:35px;
  	width:140px;
  	top:65px;
  	left:50%;
  	margin-left:-60px;
  }
  .header-util-item.dropDown > a {
  	display:none;
  }
  .header-util-item.dropDown > div {
  	position:static;
  	width:100%;
  	height:100%:
  }
  .header-util-item.dropDown > div a {
  	position:relative;
  	width:60px;
  	height:100%;
  	border-width:0;
  }
  
  .header-util-item.dropDown > div a img {
  	height:26px;
  }
  
  .header-util-item.dropDown > div a + a:before {
  	display:inline-block;
  	*display:inline;
  	*zoom:1;
  	position:absolute;
  	top:10px;
  	left:0;
  	width:1px;
  	height:16px;
  	background-color:#cccccc;
  	content:'';
  }
  
  .header-util-item.dropDown > div a:nth-child(2) {
  	width:80px;
  	border-width:0;
  }
  .gnb {
    padding: 10px 15px 0;
    width: auto;
    margin: auto;
  }
  .gnb:before {
    display: none;
  }
  .gnb-depth1-item {
    width: auto;
    float: none;
    text-align: left;
  }
  .gnb-depth1-link {
    display: block;
    padding: 17px 15px 13px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
  }
  .gnb-depth1-link:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -2px;
    background: url(/eng/html/images/spr_btn_mobile_depth1.png) no-repeat 0 -12px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 15px;
  }
  .gnb-depth1-link:hover {
    background-color: transparent;
    color: #333;
  }
  .gnb-depth1-link:hover:after {
    background-color: transparent;
  }
  .gnb-depth1-link.open:after {
    background-position: 0 0;
  }
  .gnb-depth1-link.on:after {
    background-color: transparent;
    background-position: 0 -36px;
  }
  .gnb-depth1-link.on:hover {
    color: #e51837;
  }
  .gnb-depth1-link.on.open {
    border-color: #e51837;
  }
  .gnb-depth1-link.on.open:after {
    background-position: 0 -24px;
  }
  .gnb-depth2 {
    display: none;
    width: auto;
    height: auto;
    border: 0;
    padding: 20px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
  }
  .gnb-depth2.open {
    display: block;
  }
  .gnb-depth2-item {
    margin-bottom: 13px;
    text-align: left;
  }
  .gnb-depth2-item:last-child {
    margin-bottom: 0;
  }
  .gnb-depth2-link {
    font-size: 13px;
    font-weight: 300;
    color: #666;
  }
  .btn-mobile-gnb {
    display: block;
    width: 15px;
    height: 20px;
    border: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
  }
  .btn-mobile-gnb span {
    display: block;
    text-indent: -99999em;
  }
  .btn-mobile-gnb:before, .btn-mobile-gnb:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .2s ease-out;
    transform-origin: 50%;
  }
  .btn-mobile-gnb:after {
    top: auto;
    bottom: 5px;
  }
  .btn-mobile-gnb.open:before {
    top: 8px;
    transform: rotate(45deg);
  }
  .btn-mobile-gnb.open:after {
    top: 8px;
    transform: rotate(-45deg);
  }
}

body {
  border-top: 1px solid transparent;
  margin-top: -1px;
}

.location {
  padding: 15px 0 10px;
  margin: 61px 0 50px;
  border-bottom: 1px solid #ccc;
  top: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  transition: top .2s ease-out;
}

.location:after {
  content: "";
  display: block;
  clear: both;
}

.location.hide-gnb {
  top: -61px;
}

.location-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.location-item {
  float: left;
  color: #999;
}

.location-item.current {
  color: #000;
}

.location-item:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 6px;
  background: url(/eng/html/images/location_arrow.png) no-repeat 0 0;
  position: relative;
  top: -2px;
  margin: 0 25px;
}

.location-item:first-child:before {
  display: none;
}

.tnb {
  display: none;
}

.contents-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.btn-top {
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  background: url(/eng/html/images/btn_top.png) no-repeat;
  position: fixed;
  bottom: 4%;
  right: 3%;
  text-indent: -99999em;
  opacity: 0;
  transition: opacity .5s ease-out;
}

.btn-top.show {
  opacity: 1;
}
.bg_dark {
  display:none;
  width:100%;
  height:100%;
  position:fixed; 
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.8);
  z-index:990;
}
.personal_pop {
  display:none;
  width:800px;
  height:700px;
  overflow:hidden;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background-color:#fff; 
  z-index:999; 
}
.personal_pop .info_title {
  width:100%;
  padding-left:30px; 
  height:50px;
  line-height:50px;
  color:#fff;
  background-color:#e51937; 
}
.personal_pop .info_area {
  padding:30px;
  height:650px;
  overflow-y:scroll;
}
.personal_pop .btn_close {
  position:absolute;
  right:20px;
  top:20px;
  width:13px;
  height:13px;
  background:url('/eng/html/images/btn_close_pop.png') 0 0 no-repeat;
  cursor:pointer;
}
dd .txt_bottom {
  text-decoration:underline;
  color:#274fe8;
}
.hiddenTxt {
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	padding:0;
	margin-left:-1px;
	border:none;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 1280px) {
  .location {
    padding: 15px 15px 10px;
    margin-top: 40px;
  }
  .location.hide-gnb {
    top: -40px;
  }
}

@media screen and (max-width: 1200px) {
  .contents-wrap {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 800px) {
  .personal_pop {
    width:100%;
    height:100%;
    font-size:12px;
  }
  .personal_pop .info_title {
    padding-left:15px;
  }  
  .personal_pop .info_area {
    padding:15px;
    height:100%;
    overflow-y:scroll;
  } 
  .bg_dark {
    display:none !important;
  }
  ::-webkit-scrollbar{
    display:none;
  }  
}

@media screen and (max-width: 768px) {
  .location {
    display: none;
  }
  .tnb {
    display: block;
    width: 100%;
    position: fixed;
    top: 40px;
    background: #fff;
    z-index: 15;
    transition: top .2s ease-out;
  }
  .tnb.hide-gnb {
    top: 0;
  }
  .tnb-current {
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
  }
  .tnb-current:active {
    background: transparent;
  }
  .tnb-current:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 10px;
    background: url(/eng/html/images/spr_board_view_arrow.png) no-repeat 0 -32px;
    background-size: cover;
    position: relative;
    top: -2px;
  }
  .tnb-current.open {
    border-color: #e51837;
  }
  .tnb-current.open:after {
    background-position: 0 0;
  }
  .tnb-list {
    display: none;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
  }
  .tnb-list.open {
    display: block;
  }
  .tnb-item {
    margin-bottom: 14px;
  }
  .tnb-link {
    display: block;
    font-size: 11px;
    color: #666;
    text-align: center;
  }
  .tnb-link.on {
    color: #e51837;
  }
  .sub-history-wrap .contents-wrap {
    margin-top: 0;
  }
  .contents-wrap {
    margin-top: 107px;
  }
  .btn-top {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
}

.main-visual {
  height: 1000px;
  margin-top: 60px;
  background: url(/eng/html/images/bg_main_visual.jpg) no-repeat top center;
  position: relative;
}

.main-visual-slogan {
  width: 100%;
  position: absolute;
  top: 165px;
  font-family: neosans, SKPGo, sans-serif;
  font-size: 100px;
  color: #fff;
  text-align: center;
}

.main-visual-slogan-corp {
  padding-right: 80px;
  position: absolute;
  top: 0;
  right: 50%;
  font-weight: 400;
}

.main-visual-slogan-corp:after {
  content: "";
  display: block;
  width: 47px;
  height: 49px;
  background: url(/eng/html/images/icon_main_slogan_x.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
}

.main-visual-slogan > span {
  margin-left: 29px;
  position: absolute;
  top: 4px;
  left: 50%;
  font-weight: 300;
}

.main-visual-slogan-text {
  width: 100%;
  position: absolute;
  top: 305px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.main-visual:after {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url(/eng/html/images/bg_main_visual_masking.png) no-repeat bottom left;
  background-size: contain;
  position: absolute;
  bottom: -70px;
}

.main-section-01 {
  margin-top: -50px;
  position: relative;
}

.main-section-01-inner {
  max-width: 1560px;
  margin: 0 auto;
}

.main-section-02 {
  height: 737px;
}

.main-section-03 {
  height: 790px;
  margin-top: -177px;
  background: url(/eng/html/images/bg_main_section.png) no-repeat;
  position: relative;
}

.main-section-04 {
  height: 615px;
  margin-top: -280px;
  background: url(/eng/html/images/bg_main_section_02.png) no-repeat;
  position: relative;
}

.main-section-05 {
  padding: 80px 0;
  background: #000;
  position: relative;
}

.main-section-05 .float-left {
  width: 20%;
}

.main-section-inner {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}

.main-section-inner:after {
  content: "";
  display: block;
  clear: both;
}

.main-section-inner.ict {
  padding-top: 150px;
}

.main-section-inner.ict .main-section-contents {
  float: right;
}

.main-section-inner.ict .main-section-contents .main-section-inner-top:after {
  content: attr(data-after);
  display: block;
  width: 910px;
  height: 570px;
  background: url(/eng/html/images/img_main_section_01.png) no-repeat;
  position: absolute;
  top: 75px;
  left: -250px;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.main-section-inner.marketing {
  padding-top: 165px;
}

.main-section-inner.marketing .main-section-contents .main-section-inner-top:after {
  content: "";
  display: block;
  width: 654px;
  height: 533px;
  background: url(/eng/html/images/img_main_section_02.png) no-repeat;
  position: absolute;
  top: 119px;
  right: 0;
  transition: all 0.5s ease-out;
}

.main-section-inner.data {
  padding-top: 190px;
}

.main-section-inner.data .main-section-contents {
  float: right;
}

.main-section-inner.data .main-section-contents .main-section-inner-top:after {
  content: "";
  display: block;
  width: 894px;
  height: 684px;
  background: url(/eng/html/images/img_main_section_03.png) no-repeat;
  position: absolute;
  top: 40px;
  left: -50px;
  transition: all 0.5s ease-out;
}

.main-section-title-type-01 {
  margin: 0 0 11px;
  font-family: neosans, SKPGo, sans-serif;
  font-size: 62px;
  font-weight: 600;
}

.main-section-title-type-02 {
  margin: 0 0 0;
  font-family: neosans, SKPGo, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.main-section-title-type-02.white {
  color: #fff;
}

.main-section-paragraph-type-01 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

.main-section-paragraph-type-01.white {
  color: #fff;
  opacity: 0.8;
}

.main-section-paragraph-type-02 {
  font-size: 18px;
  font-weight: 300;
  color: #666;
}

.main-section-list {
  width: 600px;
}

.main-section-list:after {
  content: "";
  display: block;
  clear: both;
}

.main-section-item {
  width: 315px;
  float: left;
}

.main-section-item:nth-child(1) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.main-section-item:nth-child(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.main-section-item:nth-child(3) {
  padding-top: 20px;
}

.main-section-item:nth-child(4) {
  padding-top: 20px;
}

.main-section-item:nth-child(2n) {
  width: 285px;
  margin-right: 0;
}

.main-section-def {
  padding: 22px 0 19px 125px;
  position: relative;
}

.main-section-def:after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url(/eng/html/images/spr_icon_main_section.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.main-section-def.ai:after {
  background-position: 0 0;
}

.main-section-def.iot:after {
  background-position: 0 -474px;
}

.main-section-def.media:after {
  background-position: 0 -116px;
}

.main-section-def.mno:after {
  background-position: 0 -590px;
}

.main-section-def.cashback:after {
  background-position: 0 -241px;
}

.main-section-def.syrup:after {
  background-position: 0 -715px;
}

.main-section-def.dmp:after {
  background-position: 0 -359px;
}

.main-section-def.recopick:after {
  background-position: 0 -833px;
}
.main-section-def.dxp:after {
  background-position: 0 -951px;
}
.main-section-def.AR-adv:after {
  background-position: 0 -1069px;
}
.main-section-def-title {
  margin-bottom: 5px;
  font-family: neosans, SKPGo, sans-serif;
  font-weight: 600;
}

.main-section-def-text {
  color: #666;
}

.main-section-more-wrap {
  margin: 18px 0 40px;
}

.main-section-link-area {
  display: block;
  height: 120px;
  padding: 20px 35px;
  background: #ccc;
}

.main-section-link-area:after {
  content: "";
  display: block;
  clear: both;
}

.main-section-link-item {
  width: 33.333%;
  float: left;
}

.main-section-link-item:nth-child(1) .main-section-link-anchor:before {
  width: 47px;
  height: 42px;
  background: url(/eng/html/images/spr_icon_main_link.png) no-repeat 0 0;
}

.main-section-link-item:nth-child(2) .main-section-link-anchor:before {
  width: 50px;
  height: 41px;
  background: url(/eng/html/images/spr_icon_main_link.png) no-repeat -94px 0;
}

.main-section-link-item:nth-child(3) .main-section-link-anchor:after {
  display: none;
}

.main-section-link-item:nth-child(3) .main-section-link-anchor:before {
  width: 41px;
  height: 42px;
  background: url(/eng/html/images/spr_icon_main_link.png) no-repeat -193px 0;
}

.main-section-link-anchor {
  display: block;
  height: 80px;
  padding: 17px 0 0 118px;
  position: relative;
}

.main-section-link-anchor:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 38px;
}

.main-section-link-anchor:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.main-section-link-title {
  display: block;
  font-size: 24px;
}

.main-section-link-text {
  display: block;
}

.main-board-wrap-01 {
  width: 80%;
  float: right;
}

.main-board-wrap-01:after {
  content: "";
  display: block;
  clear: both;
}

.main-board-item-01 {
  display: block;
  width: 370px;
  margin-right: 10px;
  float: left;
  box-sizing: border-box;
}

.main-board-item-01:nth-child(3n) {
  margin-right: 0;
}

.main-board-item-01-top {
  position: relative;
}

.main-board-item-01-image {
  display: block;
  width: 100%;
  height: 250px;
}

.main-board-item-01-cover {
  display: none;
}

.main-board-item-01-heading {
  font-size: 17px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-board-item-01-date {
  margin-top: 5px;
  color: #999;
  opacity: 0.8;
}

.main-board-item-01-bottom {
  padding: 25px 0 19px;
}

@media screen and (max-width: 1560px) {
  .main-section-01-inner {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1420px) {
  .main-section-03 {
    background-position: top right;
  }
  .main-section-inner {
    padding: 0 15px;
  }
  .main-section-inner.ict .main-section-contents .main-section-inner-top:after {
    top: 130px;
  }
  .main-section-inner.marketing .main-section-contents .main-section-inner-top:after {
    top: 63px;
  }
  .main-section-inner.data .main-section-contents .main-section-inner-top:after {
    width: 660px;
    background-size: contain;
    top: 170px;
  }
  .main-board-item-01 {
    width: calc(33.333% - 9px);
  }
  .main-board-item-01:nth-child(1) {
    margin-right: 6px;
  }
  .main-board-item-01:nth-child(2) {
    margin: 0 3px;
  }
  .main-board-item-01:nth-child(3) {
    margin-left: 6px;
  }
  .main-board-item-01-image {
    height: 230px;
  }
}

@media screen and (max-width: 1280px) {
  .main-visual {
    min-width: auto;
    margin-top: 40px;
  }
  .main-visual-slogan {
    font-size: 50px;
  }
  .main-visual:after {
    bottom: -35px;
  }
  .main-section-paragraph-type-01 {
    font-size: 13px;
  }
  .main-section-paragraph-type-02 {
    margin: 10px 0 15px;
    font-size: 13px;
  }
  .main-board-item-01-heading {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
  .main-board-item-01-bottom {
    font-size: 12px;
    padding: 15px 0 19px;
  }
  .main-board-item-01-image {
    height: 215px;
  }
}

@media screen and (max-width: 1024px) {
  .main-visual:after {
    bottom: -20px;
  }
  .main-section-inner {
    width: 100%;
  }
  .main-section-inner-top {
    margin: 0 auto;
  }
  .main-section-inner.ict {
    padding-top: 50px;
  }
  .main-section-inner.ict .main-section-contents {
    float: none;
  }
  .main-section-inner.ict .main-section-contents .main-section-inner-top:after {
    content: "";
    display: block;
    width: 290px;
    height: 200px;
    background: url(/eng/html/images/img_main_section_01.png) no-repeat top center;
    background-size: cover;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .main-section-inner.marketing {
    padding-top: 100px;
  }
  .main-section-inner.marketing .main-section-contents .main-section-inner-top:after {
    content: "";
    display: block;
    width: 290px;
    height: 200px;
    background: url(/eng/html/images/img_main_section_02.png) no-repeat;
    background-size: cover;
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .main-section-inner.data {
    padding-top: 50px;
  }
  .main-section-inner.data .main-section-contents {
    float: none;
  }
  .main-section-inner.data .main-section-contents .main-section-inner-top:after {
    content: "";
    display: block;
    width: 290px;
    height: 200px;
    background: url(/eng/html/images/img_main_section_03.png) no-repeat;
    background-size: cover;
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .main-section-list {
    width: auto;
    font-size: 13px;
    margin: 20px auto 0;
    position: relative;
  }
  .main-section-item {
    width: 50% !important;
  }
  .main-section-def {
    padding: 0 0 0 53px;
  }
  .main-section-def:after {
    width: 48px;
    height: 49px;
    background-size: cover;
  }
  .main-section-def.ai:after {
    background-position: 0 0;
  }
  .main-section-def.iot:after {
    background-position: 0 -216px;
  }
  .main-section-def.media:after {
    background-position: 0px -53px;
  }
  .main-section-def.mno:after {
    background-position: 0 -269px;
  }
  .main-section-def.cashback:after {
    background-position: 0 -110px;
  }
  .main-section-def.syrup:after {
    background-position: 0 -326px;
  }
  .main-section-def.dmp:after {
    background-position: 0 -163px;
  }
  .main-section-def.recopick:after {
    background-position: 0 -381px;
  }
  .main-section-def.dxp:after {
	  background-position: 0 -434px;
  }
  .main-section-def.AR-adv:after {
  	background-position: 0 -488px;
  }
  .main-section-01 {
    height: auto;
    background-position: bottom left;
  }
  .main-section-01-inner {
    width: 100%;
    padding: 0 15px;
  }
  .main-section-03 {
    margin-top: -140px;
    background-position: top left;
  }
  .main-section-03 .main-section-item:nth-child(1), .main-section-03 .main-section-item:nth-child(2) {
    border-bottom: 0;
  }
  .main-section-04 {
    padding-top: 80px;
    margin-top: -150px;
    background-position: top right;
  }
  .main-section-04 .main-section-item:nth-child(1), .main-section-04 .main-section-item:nth-child(2) {
    border-bottom: 0;
  }
  .main-section-05 {
    padding: 40px 0;
  }
  .main-section-05 .float-left {
    width: 100%;
    float: none;
  }
  .main-section-05 .float-left .main-section-paragraph-type-01.white br {
    display: none;
  }
  .main-section-more-wrap {
    margin: 20px 0;
  }
  .main-section-link-area {
    height: auto;
    padding: 20px 0 0 0;
    background: none;
  }
  .main-section-link-item {
    width: 33.333%;
    height: 80px;
    float: left;
    text-align: center;
  }
  .main-section-link-item:nth-child(1) .main-section-link-anchor:before {
    width: 22px;
    height: 20px;
    background-size: cover;
  }
  .main-section-link-item:nth-child(1) .main-section-link-anchor:after {
    display: none;
  }
  .main-section-link-item:nth-child(2) .main-section-link-anchor:before {
    width: 24px;
    height: 20px;
    background-position: -42px 0;
    background-size: cover;
  }
  .main-section-link-item:nth-child(2) .main-section-link-anchor:after {
    display: none;
  }
  .main-section-link-item:nth-child(3) .main-section-link-anchor:before {
    width: 20px;
    height: 20px;
    background-position: -87px 0;
    background-size: cover;
  }
  .main-section-link-anchor {
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 17px 0 0 0;
    border-radius: 40px;
    background: #ccc;
    text-align: center;
    position: relative;
  }
  .main-section-link-anchor:before {
    position: static;
    margin: 0 auto;
  }
  .main-section-link-title {
    display: block;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
  }
  .main-section-link-text {
    display: none;
  }
  .main-board-wrap-01 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 795px) {
  .main-visual:after {
    bottom: 0;
  }
  .main-board-item-01 {
    width: calc(50% - 5px);
  }
  .main-board-item-01:nth-child(1) {
    margin-right: 5px;
  }
  .main-board-item-01:nth-child(2) {
    margin: 0 0 0 5px;
  }
  .main-board-item-01:nth-child(3) {
    display: none;
  }
  .main-board-item-01-image {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual {
    height: 400px;
    margin-top: 40px;
    background: url(/eng/html/images/bg_main_visual_mobile.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .main-visual-slogan {
    top: 42px;
    font-size: 42px;
  }
  .main-visual-slogan-corp {
    width: 100%;
    position: relative;
    right: 0;
    padding-right: 0;
  }
  .main-visual-slogan-corp:after {
    width: 24px;
    height: 25px;
    position: static;
    top: auto;
    right: auto;
    margin: 0 auto;
    background-size: 24px 25px;
  }
  .main-visual-slogan > span {
    margin-left: 0;
    position: static;
    top: auto;
    left: auto;
  }
  .main-visual-slogan-text {
    padding: 0 15px;
    top: 215px;
    font-size: 15px;
  }
  .main-section-title-type-01 {
    font-size: 30px;
  }
  .main-board-item-01-image {
    height: 240px;
  }
}

@media screen and (max-width: 705px) {
  .main-board-item-01-image {
    height: 190px;
  }
}

@media screen and (max-width: 640px) {
  .main-visual {
    height: 400px;
    margin-top: 40px;
    background: url(/eng/html/images/bg_main_visual_mobile.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .main-visual:after {
    display: none;
  }
  .main-visual-slogan {
    top: 42px;
    font-size: 42px;
  }
  .main-visual-slogan-corp {
    width: 100%;
    position: relative;
    right: 0;
    padding-right: 0;
  }
  .main-visual-slogan-corp:after {
    width: 24px;
    height: 25px;
    position: static;
    top: auto;
    right: auto;
    margin: 0 auto;
    background-size: 24px 25px;
  }
  .main-visual-slogan > span {
    margin-left: 0;
    position: static;
    top: auto;
    left: auto;
  }
  .main-visual-slogan-text {
    padding: 0 15px;
    top: 215px;
  }
  .main-section-inner-top {
    width: auto;
  }
  .main-section-inner.ict {
    padding-top: 20px;
  }
  .main-section-inner.marketing {
    padding-top: 60px;
  }
  .main-section-title-type-01 {
    font-size: 28px;
  }
  .main-section-title-type-02 {
    font-size: 27px;
  }
  .main-section-paragraph-type-02 {
    margin: 10px 0 15px;
  }
  .main-section-paragraph-type-01 {
    margin: 10px 0 15px;
  }
  .main-section-item {
    height: 80px;
    padding-bottom: 10px;
  }
  .main-section-def-title {
    font-size: 12px;
  }
  .main-section-def-text {
    font-size: 11px;
  }
  .main-section-more-wrap {
    margin: 0 0 20px;
  }
  .main-section-01 {
    margin-top: 40px;
    background: #fff;
  }
  .main-section-02 {
    height: 650px;
  }
  .main-section-03 {
    margin-top: -100px;
    background-size: cover;
    height: 620px;
  }
  .main-section-04 {
    height: 515px;
    padding-top: 0;
    margin-top: -30px;
  }
  .main-board-item-01-image {
    height: 158px;
  }
}

@media screen and (max-width: 480px) {
  .main-visual-slogan-text br {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .main-visual-slogan-text br {
    display: none;
  }
  .main-section-04 {
    height: 515px;
    padding-top: 0;
    margin-top: -30px;
  }
  .main-section-def-text br {
    display: none;
  }
  .main-board-item-01-image {
    height: 110px;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from, to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}

@keyframes wobble {
  from, to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.heading-wrap-01 {
  margin-bottom: 43px;
}

.heading-wrap-01.no-visual {
  margin-bottom: 74px;
}

.heading-01 {
  font-size: 48px;
  color: #333;
  font-family: neosans, SKPGo, sans-serif;
}

.heading-desc-01 {
  font-size: 16px;
  color: #333;
  margin-top: 4px;
  line-height: 1.5;
}

.heading-desc-01 br {
  display: none;
}

.heading-desc-01 em {
  font-weight: bold;
}

.heading-desc-01-font-color-red {
  color: #e51937;
}

.heading-desc-icon-01 {
  font-size: 10px;
  position: relative;
  top: -2px;
  color: #666;
}

.heading-bg-wrap {
  margin: 50px 0 80px;
}

.text-content {
  margin-bottom: 100px;
}

.text-content:after {
  clear: both;
  display: block;
  content: "";
}

.text-content-heading {
  float: left;
  font-size: 36px;
  font-weight: 600;
}

.text-content-heading.has-icon:after {
  content: "";
  display: block;
  margin-top: 20px;
}

.text-content-heading.has-icon.type-01:after {
  width: 108px;
  height: 92px;
  background: url(/eng/html/images/communication-service.png) no-repeat;
}

.text-content-heading.has-icon.type-02:after {
  width: 117px;
  height: 92px;
  background: url(/eng/html/images/t-coloring.png) no-repeat;
}

.text-content-heading.has-icon.type-03:after {
  width: 106px;
  height: 93px;
  background: url(/eng/html/images/klink.png) no-repeat;
}

.text-content-heading.has-icon.type-04:after {
  width: 103px;
  height: 92px;
  background: url(/eng/html/images/t-id.png) no-repeat;
}

.text-content-heading.has-icon.type-05:after {
  width: 109px;
  height: 100px;
  background: url(/eng/html/images/biz-chat.png) no-repeat;
}

.text-content-heading-image {
  margin-top: 30px;
  display: block;
}

.text-content-heading strong {
  font-weight: 600;
}

.text-content-desc-wrap {
  padding-top: 16px;
  border-top: 1px solid #666;
  float: right;
  width: 842px;
}

.text-content-desc-wrap.wide {
  width:100%;
}

.text-content-desc-wrap.none {
  border:none;
  padding:0;
}

.text-content-desc-wrap strong {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.text-content-desc-wrap > img {
  margin-top: 30px;
}

.text-content-desc-title {
  margin-bottom: 23px;
  font-size: 20px;
  color: #f48024;
  font-weight: bold;
}

.text-content-desc-paragraph {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  word-break: break-all;
  text-align: justify;
}

.text-content-desc-paragraph em {
  color: #000;
}

.text-content-desc-paragraph br {
  display: none;
}

.text-content-desc-paragraph.word-wrap p {
  word-break:keep-all;
  word-wrap:break-word;
  overflow-wrap:break-word;
  white-space:normal;
}

.text-content-02-heading {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
}

.text-content-02-desc-wrap {
  padding-top: 16px;
  border-top: 1px solid #666;
}

.text-content-02-desc-list {
  margin-bottom: 30px;
}

.text-content-02-desc-title {
  margin-bottom: 23px;
  font-size: 20px;
  color: #f48024;
  font-weight: 600;
}

.text-content-02-desc-title.list-type {
  color: #333;
  font-size: 18px;
}

.text-content-02-desc-diagram {
  margin: 36px 0;
}

.text-content-02-desc-paragraph {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.text-content-02-desc-paragraph em {
  color: #000;
}

.text-content-object {
  margin-top: 25px;
  float: left;
}

.text-content-object dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.text-content-object dd {
  float: left;
  margin-right: 26px;
  font-size: 16px;
  color: #f48024;
  padding-left: 80px;
  position: relative;
  height: 61px;
  padding-top: 12px;
}

.text-content-object dd:before {
  margin-right: 17px;
  vertical-align: middle;
  display: inline-block;
  content: '';
  width: 61px;
  height: 61px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-content-student-jobseeker:before {
  background: url("/eng/html/images/student-jobseeker.png") no-repeat;
}

.text-content-business-partner:before {
  background: url("/eng/html/images/business-partner.png") no-repeat;
}

.text-content-ordinary-person:before {
  background: url("/eng/html/images/ordinary-person.png") no-repeat;
}

.text-content-high-school:before {
  background: url("/eng/html/images/high-school.png") no-repeat;
}

.text-content-elementary-school {
  background: url("/eng/html/images/elementary-school.png") no-repeat;
}

.paragraph-strong {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
}

.paragraph-strong br {
  display: none;
}

.paragraph-common {
  margin-top: 24px;
  font-weight: 300;
  color: #666;
  line-height: 1.625;
}

.paragraph-common strong {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.content-link {
  display: inline-block;
  width: 255px;
  font-size: 16px;
  color: #979797;
  padding: 15px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #979797;
  text-align: left;
  position: relative;
}

.content-link.type-red {
  border: 0;
  background: #e51837;
  color: #fff;
}

.content-link.download:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 13px;
  background: url("/eng/html/images/ci-manual-download.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}

.content-link.more:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  margin-left: 50px;
  background: url("/eng/html/images/bg_btn_link.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}

.content-link.main-section {
  width: 125px;
  height: 35px;
  padding: 11px;
  margin-top: 0;
  font-size: 12px;
}

.arrow {
  margin-top: 68px;
}

.arrow:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: url("/eng/html/images/right-arrow.png") no-repeat;
  position: absolute;
  top: 50%;
  margin: -4px 0 2px;
  right: 15px;
}

.sub-visual {
  margin-bottom: 76px;
  position: relative;
}

.sub-visual.business {
  background: url(/eng/html/images/bg_business_visual.jpg) no-repeat;
}

.sub-visual-image {
  display: block;
}

.sub-visual-slogan-wrap {
  width: 470px;
  height: 380px;
  padding: 90px 0 90px 52px;
  background: #f58026;
  position: absolute;
  top: -30px;
  right: 40px;
}

.sub-visual-slogan-narrow {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}

.sub-visual-slogan-bold {
  margin-top: 42px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.sub-visual-tab {
  max-width: 1200px;
  height: 450px;
}

.sub-visual-tab-item {
  width: 25%;
  height: 450px;
  position: relative;
  float: left;
  opacity: 0.9;
  overflow: hidden;
}

.sub-visual-tab-item:last-child .sub-visual-tab-button {
  border-right: 0;
}

.sub-visual-tab-button {
  width: 100%;
  height: 57px;
  border-right: 1px solid #5f5e61;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: neosans, SKPGo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 61px;
  opacity: 0.8;
}

.sub-visual-tab-button:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-left: 15px;
  background: url(/eng/html/images/icon_up_arrow_dark.png) no-repeat;
  position: relative;
  top: -5px;
}

.sub-visual-tab-link {
  height: 450px;
  padding-top: 150px;
  background: #cc1631;
  position: absolute;
  width: 100%;
  bottom: -100%;
  color: #fff;
}

.sub-visual-tab-link-title {
  display: block;
  font-family: neosans, SKPGo, sans-serif;
  font-size: 28px;
  text-align: center;
}

.sub-visual-tab-link-title:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  margin: 15px auto 22px;
  background: #fff;
}

.sub-visual-tab-link-text {
  display: block;
  text-align: center;
  line-height: 1.6;
}

.sub-visual-text {
  width: 500px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px 40px;
}

.sub-visual-text-title {
  font-size: 28px;
}

.sub-visual-text-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 16px 0;
}

.sub-visual-text-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
}

.sub-visual-text-para {
  word-break: break-all;
  line-height: 1.5;
}

.benefits-package {
  /* margin-top: 50px; */
}

.benefits-package:after {
  content: "";
  display: block;
  clear: both;
}

.benefits-package-list {
  float: left;
  text-align: center;
  padding: 35px 10px;
  width: 276px;
  height: 370px;
  border: 1px solid #ccc;
}

.benefits-package-list + .benefits-package-list {
  margin-left:32px;
}

.benefits-package-list:nth-child(4n+1) {
  margin-left:0;
}

.benefits-package-list:nth-of-type(4) ~ .benefits-package-list {
  margin-top:32px;
}

.benefits-package-list .sub-history-list-text {
  width: auto;
  float: none;
  word-break:keep-all;
  word-wrap:break-word;
  overflow-wrap:break-word;
  white-space:normal;
}

.benefits-package-definition-list-term {
  font-size: 16px;
  color: #333;
}

.benefits-package-definition-list-term p {
  margin: 22px 0 14px;
}

.benefits-package-definition-list-term.icon.type-01:before {
  content: "";
  display: block;
  width: 96px;
  height: 84px;
  margin: 0 auto;
  background: url(/eng/html/images/nursery-facilities.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-02:before {
  content: "";
  display: block;
  width: 100px;
  height: 86px;
  margin: 0 auto;
  background: url(/eng/html/images/loan-program.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-03:before {
  content: "";
  display: block;
  width: 108px;
  height: 88px;
  margin: 0 auto;
  background: url(/eng/html/images/refresh-vacation.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-04:before {
  content: "";
  display: block;
  width: 104px;
  height: 86px;
  margin: 0 auto;
  background: url(/eng/html/images/light-money.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-05:before {
  content: "";
  display: block;
  width: 102px;
  height: 88px;
  margin: 0 auto;
  background: url(/eng/html/images/physical-training-facilities.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-06:before {
  content: "";
  display: block;
  width: 112px;
  height: 92px;
  margin: 0 auto;
  background: url(/eng/html/images/cafeteria-atrium.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-07:before {
  content: "";
  display: block;
  width: 98px;
  height: 82px;
  margin: 0 auto;
  background: url(/eng/html/images/self-service.png) no-repeat;
}

/*20210907 추가항목*/
.benefits-package-definition-list-term.icon.type-08:before {
  content: "";
  display: block;
  width: 97px;
  height: 85px;
  margin: 0 auto;
  background: url(/eng/html/images/happy-friday.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-09:before {
  content: "";
  display: block;
  width: 95px;
  height: 86px;
  margin: 0 auto;
  background: url(/eng/html/images/selective-benefit-system.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-10:before {
  content: "";
  display: block;
  width: 102px;
  height: 86px;
  margin: 0 auto;
  background: url(/eng/html/images/medical-expenses.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-11:before {
  content: "";
  display: block;
  width: 96px;
  height: 86px;
  margin: 0 auto;
  background: url(/eng/html/images/childrens-student-funds.png) no-repeat;
}

.benefits-package-definition-list-term.icon.type-12:before {
  content: "";
  display: block;
  width: 98px;
  height: 86px;
  margin: 0 auto;
  background: url(/eng/html/images/recreational-facilities.png) no-repeat;
}

.error-logo {
  text-align: center;
  margin: 70px 0 58px;
}

.error-content-wrap {
  text-align: center;
  margin-bottom: 70px;
}

.error-content-wrap .content-link {
  float: left;
}

.error-content-wrap .content-link:nth-child(2) {
  margin-left: 10px;
}

.error-content-paragraph {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.error-content-paragraph strong {
  display: block;
  margin: 40px 0 30px;
  font-size: 28px;
  font-weight: bold;
  color: #f58026;
}

.error-icon:before {
  margin: 0 auto;
  display: block;
  content: "";
  width: 160px;
  height: 160px;
  background: url("/eng/html/images/error-icon.png") no-repeat;
}

.error-line {
  width: 842px;
}

.btn-wrap-01 {
  display: inline-block;
}

.btn-wrap-01:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .sub-visual-image {
    width: 100%;
  }
  .benefits-package-list {
  	width:22%;
  	padding-left:10px;
  	padding-right:10px;
  }
  .benefits-package-list + .benefits-package-list {
  	margin-left:4%;
  }
  .benefits-package-list:nth-of-type(4n+1) {
  	margin-left:0;
  }
  .benefits-package-list .sub-history-list-text br {
  	display:none;
  }
}

@media screen and (max-width: 1160px) {
  .sub-visual-text {
    width: 100%;
    padding: 20px;
  }
  .sub-visual-text-title {
    font-size: 14px;
  }
  .sub-visual-text-desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 1104px) {
	.benefits-package-list {
		width:32%;
		height:325px;
	}
	.benefits-package-list + .benefits-package-list,
	.benefits-package-list:nth-of-type(4n+1) {
		margin-left:2%;
	}
	.benefits-package-list:nth-of-type(3n+1) {
		margin-left:0;
	}
	.benefits-package-list:nth-of-type(3) ~ .benefits-package-list {
		margin-top:32px;
	}
}

@media screen and (max-width: 1024px) {
  .heading-desc-01 {
    font-size: 14px;
  }
  .sub-visual {
    margin-bottom: 30px;
  }
  .sub-visual.tall .sub-visual-inner > img {
    height: 375px;
  }
  .sub-visual-slogan-wrap {
    width: 350px;
    height: 250px;
    padding: 50px 0 50px 30px;
    right: 30px;
  }
  .sub-visual-slogan-narrow {
    font-size: 22px;
  }
  .sub-visual-slogan-bold {
    font-size: 22px;
  }
  .text-content {
    margin-bottom: 50px;
  }
  .text-content:after {
    clear: both;
    display: block;
    content: "";
  }
  .text-content-heading {
    margin-bottom: 5px;
    float: none;
    font-size: 19px;
  }
  .text-content-heading.has-icon:after {
    display: none;
  }
  .text-content-heading-image {
    margin: 10px 0 !important;
    display: block;
    width: 70px !important;
  }
  .text-content-heading-image.type-02 {
    width: auto !important;
    height: 35px !important;
  }
  .text-content-heading-image.type-02 > img {
    width: auto;
    height: 100%;
  }
  .text-content-heading-image > img {
    width: 100%;
  }
  .text-content-heading br {
    display: none;
  }
  .text-content-desc-wrap {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #666;
    float: right;
  }
  .text-content-desc-wrap strong {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .text-content-desc-wrap > img {
    width: 100%;
  }
  .text-content-desc-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #f48024;
  }
  .text-content-desc-title.has-icon:after {
    content: "";
    display: block;
    margin-top: 30px;
  }
  .text-content-desc-title.has-icon.type-01:after {
    width: 70px;
    height: 59px;
    background: url(/eng/html/images/communication-service.png) no-repeat;
    background-size: cover;
  }
  .text-content-desc-title.has-icon.type-02:after {
    width: 70px;
    height: 55px;
    background: url(/eng/html/images/t-coloring.png) no-repeat;
    background-size: cover;
  }
  .text-content-desc-title.has-icon.type-03:after {
    width: 70px;
    height: 61px;
    background: url(/eng/html/images/klink.png) no-repeat;
    background-size: cover;
  }
  .text-content-desc-title.has-icon.type-04:after {
    width: 70px;
    height: 62px;
    background: url(/eng/html/images/t-id.png) no-repeat;
    background-size: cover;
  }
  .text-content-desc-title.has-icon.type-05:after {
    width: 70px;
    height: 65px;
    background: url(/eng/html/images/biz-chat.png) no-repeat;
    background-size: cover;
  }
  .text-content-desc-paragraph {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
  }
  .text-content-desc-paragraph em {
    color: #000;
  }
  .text-content-02-heading {
    font-size: 19px;
  }
  .text-content-02-desc-title {
    font-size: 14px;
  }
  .text-content-02-desc-paragraph {
    font-size: 13px;
  }
  .paragraph-strong br {
    display: block;
  }
  .benefits-package-list {
  	height:305px;
  }
  /*
  .benefits-package {
    margin-top: 25px;
  }
  .benefits-package-list {
    width: calc(33.333% - 20px);
  }
  .benefits-package-list:nth-child(3n+1) {
    margin-right: 15px;
  }
  .benefits-package-list:nth-child(3n+2) {
    margin: 0 15px;
  }
  .benefits-package-list:nth-child(3n) {
    margin-left: 15px;
  }
  */
  .benefits-package-list .sub-history-list-text {
    width: auto;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .heading-wrap-01 {
    margin-bottom: 24px;
  }
  .heading-01 {
    font-size: 24px;
  }
  .sub-visual.business {
    background-size: cover;
    background-position: center;
  }
  .sub-visual-slogan-wrap {
    width: 320px;
    height: 250px;
    padding: 50px 0 50px 30px;
    right: 10px;
  }
  .sub-visual-slogan-narrow {
    font-size: 20px;
  }
  .sub-visual-slogan-bold {
    font-size: 20px;
  }
  .sub-visual-tab {
    height: auto;
  }
  .sub-visual-tab:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub-visual-tab-item {
    height: 170px;
    position: static;
  }
  .sub-visual-tab-button {
    display: block;
    height: 28px;
    margin-top: 142px;
    position: relative;
    font-size: 12px;
    line-height: 30px;
    border-right: 1px solid #6c6868;
  }
  .sub-visual-tab-button:after {
    top: -2px;
    margin-left: 10px;
  }
  .sub-visual-tab-button.current {
    border: 0;
    background: #e51937;
    color: #fff;
    opacity: 1;
  }
  .sub-visual-tab-button.current:after {
    display: none;
  }
  .sub-visual-tab-link {
    display: none;
    width: 100%;
    height: 142px;
    background: transparent;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
  }
  .sub-visual-tab-link.current {
    display: block;
  }
  .sub-visual-tab-link-title {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .sub-visual-tab-link-title:after {
    display: none;
  }
  .sub-visual-tab-link-text {
    font-size: 13px;
    padding: 0 10px;
  }
  .sub-visual-tab-link-text br {
    display: none;
  }
  .text-content-desc-wrap strong {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .text-content-object {
    float: none;
  }
  .text-content-object dt {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }
  .text-content-object dd {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    color: #f48024;
    padding-top: 3px;
    padding-left: 40px;
  }
  .text-content-object dd:before {
    margin-right: 17px;
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
  }
  .text-content-student-jobseeker:before {
    background-size: 30px 30px;
  }
  .text-content-business-partner:before {
    background-size: 30px 30px;
  }
  .text-content-ordinary-person:before {
    background-size: 30px 30px;
  }
  .text-content-high-school:before {
    background-size: 30px 30px;
  }
  .text-content-elementary-school {
    background-size: 30px 30px;
  }
  .paragraph-strong {
    font-size: 14px;
  }
  .paragraph-common {
    margin-top: 24px;
    font-size: 13px;
    font-weight: 300;
  }
  .paragraph-common strong {
    font-size: 14px;
  }
  .content-link {
    display: block;
    width: 200px;
    font-size: 11px;
    padding: 12px 15px;
    margin-top: 20px;
    height: 35px;
  }
  .benefits-package-list {
    width: 100%;
    height: auto;
    margin: 0 0 20px !important;
    padding: 30px 25px;
    position: relative;
  }
  .benefits-package-list .text-content-desc-list {
    position: relative;
    padding-left: 150px;
  }
  .benefits-package-list .sub-history-list-text {
    text-align: left;
  }
  .benefits-package-definition-list-term {
    font-size: 12px;
    margin: 0;
    text-align: left;
  }
  .benefits-package-definition-list-term p {
    margin-top: 0;
  }
  .benefits-package-definition-list-term.icon:before {
    position: absolute;
    top: 50%;
    left: 0;
  }
  .benefits-package-definition-list-term.icon.type-01:before {
    margin-top: -42px;
  }
  .benefits-package-definition-list-term.icon.type-02:before {
    margin-top: -43px;
  }
  .benefits-package-definition-list-term.icon.type-03:before {
    margin-top: -44px;
  }
  .benefits-package-definition-list-term.icon.type-04:before {
    margin-top: -43px;
  }
  .benefits-package-definition-list-term.icon.type-05:before {
    margin-top: -44px;
  }
  .benefits-package-definition-list-term.icon.type-06:before {
    margin-top: -46px;
  }
  .benefits-package-definition-list-term.icon.type-07:before {
    margin-top: -41px;
  }
  .benefits-package-definition-list-term.icon.type-08:before,
  .benefits-package-definition-list-term.icon.type-09:before,
  .benefits-package-definition-list-term.icon.type-10:before,
  .benefits-package-definition-list-term.icon.type-11:before,
  .benefits-package-definition-list-term.icon.type-12:before {
    margin-top: -41px;
  }
  .error-content-paragraph {
    font-size: 12px;
  }
  .error-content-paragraph strong {
    font-size: 20px;
  }
  .board-view-file .file-title {
    margin-right: 26px !important;
  }
}

@media screen and (max-width: 640px) {
  .sub-visual-inner {
    height: 170px;
    overflow: hidden;
  }
  .sub-visual.tall .sub-visual-inner {
    height: auto;
  }
  .sub-visual-image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .sub-visual-slogan-wrap {
    width: 200px;
    height: auto;
    padding: 25px 10px 25px 10px;
    top: -10px;
    right: 10px;
  }
  .sub-visual-slogan-narrow {
    font-size: 12px;
  }
  .sub-visual-slogan-bold {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .sub-visual-slogan-wrap {
    width: 140px;
  }
  .sub-visual-image {
    width: auto;
    height: 170px;
  }
  .sub-visual-text .content-link {
    margin-top: 0;
  }
  .sub-visual.tall .sub-visual-inner > img {
    height: 505px;
  }
  .error-content-wrap .content-link {
    width: calc(50% - 5px);
    padding: 12px 10px;
  }
  .error-content-wrap .content-link:nth-child(2) {
    margin-left: 5px;
  }
  .error-content-paragraph {
    font-size: 12px;
  }
  .error-content-paragraph strong {
    font-size: 14px;
  }
  .btn-wrap-01 {
    width: 100%;
  }
  .text-content-desc-wrap .content-link {
    float: none;
    margin: 20px auto 0;
  }
  .benefits-package-list .text-content-desc-list {
    padding-left: 100px;
  }
  .benefits-package-list .sub-history-list-text br {
    display: none;
  }
  .benefits-package-definition-list-term.icon:before {
    width: 70px !important;
    background-size: cover !important;
  }
  .benefits-package-definition-list-term.icon.type-01:before {
    height: 61px;
    margin-top: -31px;
  }
  .benefits-package-definition-list-term.icon.type-02:before {
    height: 61px;
    margin-top: -30px;
  }
  .benefits-package-definition-list-term.icon.type-03:before {
    height: 57px;
    margin-top: -29px;
  }
  .benefits-package-definition-list-term.icon.type-04:before {
    height: 58px;
    margin-top: -29px;
  }
  .benefits-package-definition-list-term.icon.type-05:before {
    height: 60px;
    margin-top: -30px;
  }
  .benefits-package-definition-list-term.icon.type-06:before {
    height: 57px;
    margin-top: -29px;
  }
  .benefits-package-definition-list-term.icon.type-07:before {
    height: 59px;
    margin-top: -29px;
  }
  .benefits-package-definition-list-term.icon.type-08:before {
    height: 62px;
    margin-top: -31px;
  }
  .benefits-package-definition-list-term.icon.type-09:before {
    height: 64px;
    margin-top: -32px;
  }
  .benefits-package-definition-list-term.icon.type-10:before {
    height: 60px;
    margin-top: -30px;
  }
  .benefits-package-definition-list-term.icon.type-11:before {
    height: 65px;
    margin-top: -33px;
  }
  .benefits-package-definition-list-term.icon.type-12:before {
    height: 63px;
    margin-top: -32px;
  }
}

.logo-mark-wrap {
  margin: 30px 0;
}

.logo-mark-wrap:after {
  display: block;
  clear: both;
  content: '';
}

.logo-mark-left-content {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.logo-mark-right-content {
  width: 50%;
  padding-left: 10px;
  float: right;
}

.logo-mark-logo-image {
  float: left;
}

.logo-mark-color {
  float: left;
  font-size: 14px;
  padding: 14px 0 0 24px;
  width: calc(100% - 160px);
  height: 80px;
  background-color: #f0f0f0;
}

.logo-mark-color dt {
  line-height: 14px;
}

.logo-mark-color-red {
  color: #ea002c;
}

.logo-mark-color-orange {
  color: #f58026;
}

.logo-mark-color dd {
  line-height: 1.8;
  color: #666;
}

.auto-graph {
  display: inline-block;
  font-size: 12px;
}

.auto-graph-wrap {
  margin-top: 40px;
  text-align: center;
}

.auto-graph:after {
  content: "";
  display: inline-block;
  width: 126px;
  height: 63px;
  background: url(/kor/html/images/ceo_auto_graph_ko.png) no-repeat;
  position: relative;
  top:20px;
  margin-left: 15px;
}

.ict-diagram {
  margin-top: 80px;
}

.ict-diagram-image {
  padding-bottom: 142px;
  background: url(/eng/html/images/bg_ict_diagram.png) no-repeat center 440px;
}

.ict-diagram-image:after {
  content: "";
  display: block;
  clear: both;
}

.ict-diagram-item {
  width: 33.3333%;
  position: relative;
  float: left;
  text-align: center;
}

.ict-diagram-item:before {
  content: "";
  display: inline-block;
  width: 280px;
  height: 280px;
  background: url(/eng/html/images/spr_ict_diagram.png) no-repeat 0 0;
}

.ict-diagram-item:nth-child(1) {
  color: #f58026;
}

.ict-diagram-item:nth-child(1) .ict-diagram-item-title:after {
  background: #f58026;
}

.ict-diagram-item:nth-child(1):before {
  background-position: 0 0;
}

.ict-diagram-item:nth-child(2) {
  color: #e51837;
}

.ict-diagram-item:nth-child(2) .ict-diagram-item-title:after {
  background: #e51837;
}

.ict-diagram-item:nth-child(2):before {
  background-position: -372px 0;
}

.ict-diagram-item:nth-child(3) {
  color: #f2b62f;
}

.ict-diagram-item:nth-child(3) .ict-diagram-item-title:after {
  background: #f2b62f;
}

.ict-diagram-item:nth-child(3):before {
  background-position: -744px 0;
}

.ict-diagram-item-title {
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  font-size: 28px;
  font-family: neosans, SKPGo, sans-serif;
}

.ict-diagram-item-title:after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin: 15px auto 0;
}

.ict-diagram-item-desc {
  color: #000;
  line-height: 1.8;
}

/*
.ict-diagram-text {
  width: 980px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #ccc;
  font-size: 20px;
  text-align: center;
  line-height: 63px;
  border-radius: 30px;
}
*/
.ict-diagram-text {
  display: inline-block;
  width: 32.3%;
  height: 60px;
  border: 2px solid #ccc;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  border-radius: 30px;
  margin-left:1%; 
}
.ict-diagram-text.mlZero {
   margin-left: 0;  
}
.diagram-01 {
  width: 1200px;
  height: 171px;
  background: url(/eng/html/images/diagram_01_eng.png) no-repeat center;
  text-indent: -99999em;
}

.diagram-02 {
  width: 628px;
  height: 130px;
  background: url(/eng/html/images/diagram_02_eng.png) no-repeat center;
  text-indent: -99999em;
  margin: 0 auto 30px;
}

.diagram-03 {
  width: 792px;
  height: 130px;
  background: url(/eng/html/images/diagram_03_eng.png) no-repeat center;
  text-indent: -99999em;
  margin: 0 auto 30px;
}

.diagram-04 {
  width: 845px;
  height: 377px;
  background: url(/eng/html/images/diagram_04_eng.png) no-repeat center;
  text-indent: -99999em;
  margin: 30px auto 0;
}

.diagram-05 {
  width: 845px;
  height: 507px;
  background: url(/eng/html/images/diagram_05_eng.png) no-repeat center;
  text-indent: -99999em;
  margin: 30px auto 0;
}

.sub-history-wrap {
  margin-top: 100px;
  padding: 80px 0 100px;
  background-color: #f8f8f8;
}

.sub-history-list {
  color: #333;
  float: right;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 842px;
}

.sub-history-list-item {
  padding: 35px 19px 32px;
  border-top: 1px solid #ccc;
}

.sub-history-list-item:first-child {
  border-top: none;
}

.sub-history-list-item:after {
  display: block;
  content: '';
  clear: both;
}

.sub-history-list-year {
  float: left;
  font-weight: bold;
  font-size: 18px;
}

.sub-history-list-depth {
  float: left;
  margin-left: 40px;
}

.sub-history-list-depth-item {
  margin-top: 14px;
}

.sub-history-list-depth-item:after {
  content: "";
  display: block;
  clear: both;
}

.sub-history-list-depth-item:first-child {
  margin-top: 0;
}

.sub-history-list-month {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: right;
  margin-right: 20px;
  float: left;
}

.sub-history-list-text {
  width: 640px;
  font-size: 14px;
  color: #666;
  float: left;
}

.faq-list {
  width: 842px;
  border-top: 1px solid #666;
  float: right;
}

.faq-list-item {
  border-bottom: 1px solid #ccc;
}

.faq-list-item-question {
  display: block;
  width: 100%;
  height: 84px;
  padding: 0 50px 0 42px;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #666;
  text-align: left;
  position: relative;
}

.faq-list-item-question:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 35px;
  margin-right: 20px;
  background: url(/eng/html/images/spr_faq.png) no-repeat 0 0;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
}

.faq-list-item-question:after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background: url(/eng/html/images/spr_faq_arrow.png) no-repeat 0 -33px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 26px;
}

.faq-list-item-question.open:after {
  background-position: 0 0;
}

.faq-list-item-answer {
  display: none;
  padding: 33px 85px;
  background: #fff;
  position: relative;
  color: #666;
  line-height: 1.8;
}

.faq-list-item-answer.open {
  display: block;
}

.faq-list-item-answer:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-right: 20px;
  background: url(/eng/html/images/spr_faq.png) no-repeat 0 -45px;
  position: absolute;
  top: 23px;
  left: 42px;
}

.site-map-content-wrap:after {
  display: block;
  content: '';
  clear: both;
}

.site-map-content-list {
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 30px;
  width: 240px;
  height: 232px;
  font-size: 16px;
}

.site-map-content-list > a {
  font-weight: bold;
  color: #e51837;
}

.site-map-content-list:first-child {
  border-left: none;
}

.site-map-content-2depth {
  margin-top: 52px;
}

.site-map-content-2depth-list {
  line-height: 40px;
}

.site-map-content-2depth-list :hover {
  color: #e51837;
}

.page-tab {
  width: 440px;
  height: 48px;
  margin-bottom: 55px;
}

.page-tab:after {
  content: "";
  display: block;
  clear: both;
}

.page-tab-item {
  width: 50%;
  float: left;
}

.page-tab-item .page-tab-link {
  background: #333;
}

.page-tab-item .page-tab-link.on {
  background: #e51837;
}

.page-tab-item:nth-child(1) .page-tab-link {
  border-radius: 5px 0 0 5px;
}

.page-tab-item:nth-child(2) .page-tab-link {
  border-radius: 0 5px 5px 0;
}
.page-tab-item.alone .page-tab-link {
    border-radius: 5px;
}
.page-tab-link {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-weight: 300;
}

.page-tab.customed {
	height: 58px;
}
.page-tab.customed .page-tab-link {
	line-height: 20px;
    height: 58px;
    padding-top: 9px;
}

.location-terms-of-use-wrap {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.location-terms-of-use-title {
  font-weight: bold;
}

.location-terms-of-use-content {
  margin: 27px 0;
}

.location-terms-of-use-ordered-2depth {
  margin-bottom: 32px;
}

.location-terms-of-use-service-type {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
}

.pangyo-office-wrap {
  font-size: 14px;
  color: #666;
}

.pangyo-office-info-list-2depth {
  float: left;
}

.pangyo-office-info-list span {
  float: left;
}

@media screen and (max-width: 1280px) {
  .diagram-01, .diagram-02, .diagram-03, .diagram-04, .diagram-05 {
    width: 100%;
    background-size: contain;
  }
  .site-map-content-list {
    float: left;
    padding-left: 30px;
    width: 20%;
    height: 232px;
  }
}

@media screen and (max-width: 1024px) {
  .sub-history-wrap {
    margin-top: 30px;
    padding: 40px 0 50px;
  }
  .sub-history-list {
    width: auto;
    float: none;
  }
  .sub-history-list-item {
    padding: 10px 0;
  }
  .sub-history-list-year {
    width: 30px;
    font-size: 12px;
    position: relative;
  }
  .sub-history-list-month {
    width: 25px;
    float: left;
    font-size: 11px;
    margin-right: 15px;
  }
  .sub-history-list-text {
    display: block;
    width: calc(100% - 40px);
    float: left;
    font-size: 11px;
    word-break: break-all;
    text-align: justify;
  }
  .sub-history-list-depth {
    width: calc(100% - 45px);
    margin-left: 10px;
  }
  .sub-history-list-depth-item {
    margin-top: 6px;
  }
  .sub-history-list-depth-item:after {
    content: "";
    display: block;
    clear: both;
  }
  .ict-diagram-image {
    padding-bottom: 50px;
    margin-bottom: 10px;
    background: url(/eng/html/images/bg_ict_diagram_02.png) no-repeat center bottom;
    background-size: 1px auto;
  }
  .ict-diagram-item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .ict-diagram-text {
    width: 100%;
    height: auto;
    padding: 12px 0 9px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    border-radius: 30px;
  }
  .ict-diagram-text-bar {
    display: block;
    text-indent: -99999em;
  }
  .faq-list {
    width: 100%;
    float: none;
  }
  .faq-list-item-question {
    height: 50px;
    padding: 0 50px 0 22px;
    font-size: 11px;
  }
  .faq-list-item-question:before {
    width: 12px;
    height: 18px;
    margin-right: 10px;
    background-position: 0 0px;
    background-size: cover;
    margin-top: -9px;
  }
  .faq-list-item-question:after {
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background-position: 0 -16px;
    background-size: cover;
  }
  .faq-list-item-answer {
    padding: 10px 10px 10px 40px;
    font-size: 11px;
    line-height: 1.6;
  }
  .faq-list-item-answer:before {
    width: 12px;
    height: 14px;
    background-position: 0 -23px;
    background-size: cover;
    top: 12px;
    left: 18px;
  }
  .site-map-content-list {
    float: left;
    padding-left: 30px;
    width: 100%;
    height: auto;
    padding: 20px;
    border-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .site-map-content-list > a {
    display: block;
    width: 100px;
    float: left;
    line-height: 40px;
  }
  .site-map-content-2depth {
    margin-top: 0;
    margin-left: 50px;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .ict-diagram {
    margin-top: 15px;
  }
  .ict-diagram-item:before {
    width: 140px;
    height: 140px;
    background-size: cover;
  }
  .ict-diagram-item:nth-child(2):before {
    background-position: -186px 0;
  }
  .ict-diagram-item:nth-child(3):before {
    background-position: -372px 0;
  }
  .ict-diagram-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    font-family: neosans, SKPGo, sans-serif;
  }
  .ict-diagram-item-title:after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    margin: 15px auto 0;
  }
  .ict-diagram-item-desc {
    font-size: 12px;
    color: #000;
    line-height: 1.8;
  }
  .ict-diagram-text {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .diagram-01 {
    width: 324px;
    height: 283px;
    margin: 0 auto 15px;
    background: url(/eng/html/images/diagram_01_mobile_eng.png) no-repeat;
    background-size:100% auto;
  }
  .diagram-02 {
    width: 218px;
    height: 218px;
    margin: 0 auto 15px;
    background: url(/eng/html/images/diagram_02_mobile_eng.png) no-repeat;
    background-size: 100% auto;
  }
  .diagram-03 {
    width: 218px;
    height: 347px;
    margin: 0 auto 15px;
    background: url(/eng/html/images/diagram_03_mobile_eng.png) no-repeat;
    background-size: 218px 347px;
  }
  .diagram-04 {
    width: 204px;
    height: 520px;
    margin: 15px auto 0;
    background: url(/eng/html/images/diagram_04_mobile_eng.png) no-repeat;
    background-size: 100% auto;
  }
  .diagram-05 {
    width: 290px;
    height: 418px;
    margin: 15px auto 0;
    background: url(/eng/html/images/diagram_05_mobile_eng.png) no-repeat;
    background-size: 100% auto;
  }
  .location-terms-of-use-title {
    font-size: 11px;
  }
  .location-terms-of-use-content {
    font-size: 10px;
  }
  .location-terms-of-use-service-type {
    font-size: 14px;
  }
  .page-tab {
    width: 100%;
  }
  .page-tab-link,
  .page-tab.customed .page-tab-link {
    height: 33px;
    font-size: 11px;
    line-height: 36px;
    padding:0;
  }
  .logo-mark-wrap {
    margin-top: 20px;
  }
  .logo-mark-left-content {
    margin-bottom: 20px;
  }
  .logo-mark-left-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .logo-mark-right-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .logo-mark-logo-image {
    width: 140px;
    height: 70px;
    float: left;
  }
  .logo-mark-color {
    width: calc(100% - 140px);
    height: 70px;
    padding: 10px;
    font-size: 11px;
  }
  .logo-mark-color dt {
    line-height: 1.2;
  }
  .logo-mark-color-red {
    color: #ea002c;
  }
  .logo-mark-color-orange {
    color: #f58026;
  }
  .logo-mark-color dd {
    line-height: 1.2;
    color: #666;
  }
}

@media screen and (max-width: 640px) {
  .page-tab.customed .page-tab-link {
	padding: 5px 10px;
	height: 42px;
	line-height: 35px;
	word-break: keep-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	border-radius: 0 !important;
  }	
  .site-map-content-wrap {
    padding-left: 35px;
  }
  .site-map-content-list {
    float: left;
    padding: 0;
    width: 50%;
    height: 200px;
    border: 0;
  }
  .site-map-content-list:last-child {
    height: auto;
  }
  .site-map-content-list > a {
    display: block;
    width: 100px;
    float: none;
    font-size: 12px;
    line-height: 40px;
  }
  .site-map-content-2depth {
    margin-left: 0;
    float: none;
    font-size: 11px;
  }
  .pangyo-office-wrap {
    font-size: 11px;
  }
  .logo-mark-wrap {
    margin-top: 20px;
  }
  .logo-mark-left-content {
    padding-right: 5px;
    margin-bottom: 0;
  }
  .logo-mark-left-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .logo-mark-right-content {
    padding-left: 5px;
  }
  .logo-mark-right-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .logo-mark-logo-image {
    width: 120px;
    height: 60px;
    float: left;
  }
  .logo-mark-color {
    width: calc(100% - 120px);
    height: 60px;
    padding: 10px;
    font-size: 11px;
  }
  .logo-mark-color dt {
    line-height: 1.2;
  }
  .logo-mark-color-red {
    color: #ea002c;
  }
  .logo-mark-color-orange {
    color: #f58026;
  }
  .logo-mark-color dd {
    line-height: 1.2;
    color: #666;
  }
}

@media screen and (max-width: 560px) {
  .logo-mark-logo-image {
    width: 100px;
    height: 60px;
    float: left;
  }
  .logo-mark-color {
    width: calc(100% - 100px);
    height: 60px;
    padding: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 520px) {
  .logo-mark-left-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .logo-mark-right-content {
    width: 100%;
    padding-left: 0;
  }
  .logo-mark-logo-image {
    width: 120px;
    height: 60px;
  }
  .logo-mark-color {
    width: calc(100% - 120px);
    height: 60px;
  }
  .page-tab.customed {
	height: 50px;
  }
  .page-tab.customed .page-tab-link {
  	line-height: 17px;
    height: 50px;
    padding-top: 8px;
  }
}
/*
.board-file-attach {
  display: inline-block;
  width: 18px;
  height: 17px;
  text-indent: -99999em;
  background: url(/eng/html/images/file_attach.png) no-repeat;
}
*/
.board-file-attach {
  display: inline-block;
  width: 18px;
  height: 17px;
  text-indent: -99999em;
  background: url(/eng/html/images/file_attach.png) no-repeat;
}
/*
.icon-new {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-right: 1px;
  background: #e51837;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: #fff;
  font-family: neosans, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border-radius: 20px;
  overflow: hidden;
}
*/
.icon-new {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding-right: 1px;
  background: #e51837;
  color: #fff;
  font-family: neosans, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: middle;
}

.icon-new span {
  display: inline-block;
  text-indent: -99999em;
}

.table-vt {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.table-vt caption {
  text-indent: -99999em;
}

.table-vt th {
  padding: 15px 0 11px;
  background: #f2f2f2;
  vertical-align: middle;
}

.table-vt td {
  max-width: 0;
  padding: 16px 0 11px;
  border-top: 1px solid #ccc;
  color: #999;
}
.table-vt td strong {
  color: #000;
}

.table-vt td.notice-list-title {
  padding-left: 30px;
  position: relative;
}
/*
.notice-list-title-wrap {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/
.notice-list-title-wrap {
  display: inline-block;
  max-width: 770px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}


.notice-list-title-wrap.new {
  padding-right: 20px;
}

.input-01 {
  width: 170px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
}

.button-01 {
  width: 70px;
  height: 40px;
  border: 0;
  background: #333;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .input-01 {
    width: 125px;
    height: 32px;
  }
  .button-01 {
    width: 65px;
    height: 32px;
    font-size: 12px;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* adding selectic */
.selectric-select-01 .selectric {
  width: 120px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
}

.selectric-select-01 .selectric .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 43px;
  text-align: left;
}

.selectric-select-01 .selectric .button {
  background: #fff;
}

.selectric-select-01 .selectric-items li {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .selectric-select-01 .selectric {
    width: 90px;
    height: 32px;
  }
  .selectric-select-01 .selectric .label {
    font-size: 12px;
    line-height: 32px;
    text-align: left;
  }
  .selectric-select-01 .selectric .button {
    height: 32px;
    line-height: 30px;
    background: #fff;
  }
  .selectric-select-01 .selectric-items li {
    text-align: left;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-button {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.dp-val-inblock {
  display: inline-block;
}

.dp-val-inline {
  display: inline;
}

.ml10 {
  margin-left: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr0 {
  margin-right: 0;
}

.mix-font {
  font-family: neosans, SKPGo, sans-serif;
}

.font-black {
  color: #000;
}

.font-red {
  color: #e51837;
}

.font-gray9 {
  color: #999;
}

.font-italic {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .align-button {
    text-align: center;
  }
}

.board-wrap-01:after {
  content: "";
  display: block;
  clear: both;
}

.board-top {
  text-align: right;
  margin-bottom: 14px;
}

.board-item-01 {
  display: block;
  width: 370px;
  margin: 0 45px 45px 0;
  border: 1px solid #ccc;
  float: left;
  box-sizing: border-box;
}

.board-item-01:nth-child(3n) {
  margin-right: 0;
}

.board-item-01-top {
  position: relative;
}

.board-item-01-image {
  display: block;
  width: 100%;
  height: 250px;
}

.board-item-01-cover {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.board-item-01-cover.on {
  display: block;
}

.board-item-01-cover-text {
  display: block;
  width: 110px;
  height: 40px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -55px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 3px;
  box-sizing: border-box;
}

.board-item-01-heading {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-item-01-date {
  margin-top: 5px;
  color: #999;
}

.board-item-01-bottom {
  padding: 25px 15px 19px;
}

.board-no-result {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  background: #f5f5f5;
}

.board-view-heading {
  float: left;
  font-size: 24px;
}

.board-view-date {
  position: relative;
  top: 3px;
  float: right;
  font-size: 16px;
  color: #999;
}

.board-view-content {
  padding-top: 30px;
  margin-top: 7px;
  border-top: 1px solid #000;
}
.board-view-text {
  margin: 30px auto 72px;
  line-height: 1.8;
}
.board-view-text img {
    max-width: 1200px;  
}

.board-view-file {
  padding: 15px;
  border-top: 1px solid #000;
}

.board-view-file:after {
  content: "";
  display: block;
  clear: both;
}

.board-view-file .file-title {
  display: block;
  width: 105px;
  float: left;
  margin-right: 24px;
  font-size: 16px;
}

.board-view-file .file-title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 19px;
  background: url(/eng/html/images/file_attach.png) no-repeat;
  position: relative;
  top: -2px;
  vertical-align: top;
}

.board-view-file .file-list {
  float: left;
}

.board-view-file .file-list-item {
  margin-bottom: 5px;
}

.board-view-file .file-list-item:last-child {
  margin-bottom: -5px;
}

.board-view-file .file-list-link {
  display: block;
  color: #999;
}

.board-view-others {
  margin-bottom: 25px;
}

.board-view-others .others-item {
  height: 45px;
  padding: 0 15px;
  line-height: 48px;
}

.board-view-others .others-item:after {
  content: "";
  display: block;
  clear: both;
}

.board-view-others .others-item:first-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
}

.board-view-others .others-item:last-child {
  border-bottom: 1px solid #000;
}

.board-view-others .others-item:last-child .others-item-arrow:before {
  background-position: 0 -46px;
}

.board-view-others .others-item-arrow {
  width: 105px;
  height: 43px;
  display: block;
  float: left;
  margin-right: 24px;
}

.board-view-others .others-item-arrow:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-right: 20px;
  background: url(/eng/html/images/spr_board_view_arrow.png) no-repeat;
  position: relative;
  top: -3px;
}

.board-view-others .others-item-arrow-link {
  font-size: 16px;
}

.board-view-others .others-item-arrow.next:before {
  background-position: 0 -46px;
}

.board-view-others .others-item-title {
  display: block;
  width: calc(100% - 220px);
  height: 43px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-view-others .others-item-title-link {
  color: #666;
}

.board-view-others .others-item-title-link.disabled {
  color: #999;
}

.board-view-others .others-item-date {
  display: block;
  width: 80px;
  height: 43px;
  float: right;
  color: #999;
}

.paging-wrap {
  margin-top: 50px;
  text-align: center;
}

.paging-arrow {
  display: inline-block;
  height: 13px;
  background: url(/eng/html/images/spr_paging_arrow.png) no-repeat 0 0;
  text-indent: -99999em;
}

.paging-first {
  width: 15px;
  margin-right: 10px;
}

.paging-prev {
  width: 7px;
  margin-right: 3px;
  background-position: 0 0;
}

.paging-num {
  margin: 0 7px;
  vertical-align: middle;
}

.paging-num:last-child {
  margin-right: 0;
}

.paging-num:hover, .paging-num.on {
  color: #e51837;
}

.paging-next {
  width: 7px;
  margin-left: 3px;
  background-position: -76px 0;
}

.paging-last {
  width: 15px;
  margin-left: 10px;
  background-position: -68px 0;
}

@media screen and (max-width: 1280px) {
  .board-item-01 {
    width: calc(33.333% - 6px);
  }
  .board-item-01:nth-child(3n+1) {
    margin-right: 6px;
  }
  .board-item-01:nth-child(3n+2) {
    margin: 0 3px;
  }
  .board-item-01:nth-child(3n) {
    margin-left: 6px;
  }
  .board-view-image > img {
    width: 100%;
  }
  .paging-wrap {
    margin-top: 30px;
  }
  .paging-num {
    font-size: 13px;
  }
  .paging-first {
    margin-right: 6px;
  }
  .paging-prev {
    margin-right: 6px;
  }
  .paging-next {
    margin-left: 6px;
  }
  .paging-next {
    margin-left: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .board-item-01-image {
    height: 210px;
  }
}

@media screen and (max-width: 768px) {
  .board-item-01-heading {
    font-size: 11px;
  }
  .board-item-01-date {
    font-size: 10px;
  }
  .board-item-01-image {
    height: 165px;
  }
  .board-view-heading {
    font-size: 13px;
  }
  .board-view-date {
    font-size: 11px;
  }
  .board-view-text {
    font-size: 10px;
    margin: 20px 0 30px;
  }
  .board-view-others .others-item {
    padding: 0 5px;
    line-height: 43px;
  }
  .board-view-others .others-item-title {
    width: calc(100% - 136px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .board-view-others .others-item-arrow {
    margin-right: 10px;
    width: 63px;
  }
  .board-view-others .others-item-arrow:before {
    top: -1px;
    margin-right: 7px;
  }
  .board-view-others .others-item-arrow-link {
    font-size: 10px;
  }
  .board-view-others .others-item-title-link {
    font-size: 10px;
  }
  .board-view-others .others-item-date {
    width: 55px;
    font-size: 10px;
  }
  .board-view-file {
    padding: 15px 10px;
  }
  .board-view-file .file-title {
    font-size: 10px;
    margin-right: 11px;
  }
  .board-view-file .file-title:before {
    margin-right: 7px;
    width: 13px;
    height: 12px;
    background-size: cover;
  }
  .board-view-file .file-list-link {
    font-size: 10px;
  }
  .paging-num {
    margin: 0 4px;
  }
}

@media screen and (max-width: 640px) {
  .board-top {
    text-align: left;
  }
  .board-item-01 {
    width: 100%;
    margin: 0 0 10px 0 !important;
    position: relative;
  }
  .board-item-01-top {
    width: 50%;
    float: left;
  }
  .board-item-01-bottom {
    width: 50%;
    float: left;
  }
  .board-item-01-heading {
    font-size: 11px;
  }
  .board-item-01-date {
    font-size: 10px;
    position: absolute;
    bottom: 15px;
  }
  .board-item-01-image {
    height: 210px;
  }
  .board-view-content img {
    max-width: 100%;
  }
  .board-view-text img {
   max-width: 100%;  
  }
}

@media screen and (max-width: 640px) {
  .table-vt caption {
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -99999em;
  }
  .table-vt col:nth-child(2) {
    display: none;
  }
  .table-vt th:nth-child(2) {
    display: none;
  }
  .table-vt td:nth-child(2) {
    display: none;
  }
  .table-vt th {
    font-size: 11px;
  }
  .table-vt td {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 10px;
  }
  .table-vt td.mobileMode {
    width: 18%;
  }
  .table-vt td.mobileNote {
    width: 16%;
  }
  .table-vt td.notice-list-title {
    padding-left: 0;
  }
  .notice-list-title-wrap {
    max-width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .board-item-01-image {
    height: 150px;
  }
}

@media screen and (max-width: 400px) {
  .board-item-01-image {
    height: 100px;
  }
}
@media screen and (max-width: 360px) {
  .table-vt td.mobileNote {
    width: 15%;
  }
  .page-tab.customed {
  	height: 43px;
  }
  .page-tab.customed .page-tab-link {
 	display: -webkit-box;
 	height: 43px;
  	line-height: 17px;
    padding: 6px;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
} 

.attach-footer + .footer {
  margin-top: 0;
}

.footer {
  height: 155px;
  padding-top: 43px;
  margin-top: 100px;
  border-top: 1px solid #ccc;
  position: relative;
}

.footer-logo {
  position: absolute;
  top: 50px;
  left: 100px;
}

.footer-logo-image {
  width: 129px;
}

.footer-center {
  text-align: center;
}

.footer-center .corp-term {
  text-align: center;
}

.footer-center .corp-term-item {
  display: inline-block;
  padding-right: 21px;
  margin-right: 20px;
  position: relative;
}

.footer-center .corp-term-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #999;
  position: absolute;
  right: 0;
  top: 2px;
}

.footer-center .corp-term-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer-center .corp-term-item:last-child:after {
  display: none;
}

.footer-center .corp-term-link {
  display: block;
  color: #000;
}

.footer-center .corp-info {
  margin-top: 21px;
  font-size: 13px;
  color: #999;
}

.footer-center .corp-info-item {
  display: inline-block;
  margin-right: 10px;
}

.footer-center .corp-info-item:last-child {
  margin-right: 0;
}

.footer-center .corp-copyright {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}

.footer-family {
  position: absolute;
  top: 60px;
  right: 100px;
}

.footer-family:after {
  content: "";
  display: block;
  clear: both;
}

.footer-family-link {
  display: block;
  float: left;
  margin-left: 50px;
}

@media screen and (max-width: 1280px) {
  .footer-logo {
    left: 15px;
  }
  .footer-family {
    right: 15px;
  }
  .footer-family-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-logo-image {
    width: 90px;
  }
  .footer-center .corp-term {
    font-size: 12px;
  }
  .footer-center .corp-info {
    font-size: 12px;
  }
  .footer-family {
    top: 25px;
  }
  .footer-family-link {
    margin-left: 0;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    height: auto;
    padding: 80px 15px 40px;
    margin-top: 50px;
  }
  .footer-logo {
    position: relative;
    top: 0;
    left: 0;
  }
  .footer-logo-image {
    width: 90px;
  }
  .footer-center {
    text-align: left;
  }
  .footer-center .corp-term {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
  }
  .footer-center .corp-term-item {
    width: 50%;
    height: 30px;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    float: left;
    line-height: 32px;
  }
  .footer-center .corp-term-item:nth-child(odd){
	border-right: 1px solid #ccc;
  }
  .footer-center .corp-term-item:after {
    content:none;
    display:none;
  }
  .footer-center .corp-term-link {
    font-size: 11px;
  }
  .footer-center .corp-info {
    font-size: 11px;
    margin-top: 10px;
  }
  .footer-center .corp-info-item:nth-child(1) {
    display: block;
  }
  .footer-center .corp-copyright {
    font-size: 11px;
  }
  .footer-family {
    margin-top: 5px;
    position: relative;
    top: 0;
    left: 0;
  }
  .footer-family-link {
    margin: auto 20px auto 0;
    float: left;
  }
  .footer-family-link img {
    width: 50px;
  }
}
.underline {
  border-bottom:1px solid #000;
  margin-bottom: 30px;
}

/**20190325 ceoMessage**/

/*slogan_banner*/
#ceoMessage .sub-visual-inner {
	position:relative;
	background-color:#f9faf9;
	text-align:left;
	padding-top:25px;
	height:auto;
	margin-bottom:80px;
}
#ceoMessage .sub-visual-inner img {
	vertical-align:bottom;
	}
.ceo-visual-slogan-wrap {
	width:495px;
	height:auto;
	position:absolute;
	background:transparent;
	z-index:11;
	top:95px;
	right:115px;
}
.ceo-visual-slogan-wrap:before,
.ceo-visual-slogan-wrap:after {
	position:absolute;
	display:inline-block;
	width:66px;
	height:56px;
	content:'';
	z-index:10;
	animation-duration:0.8s;
	-webkit-animation-duration:0.8s;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;	
}
.ceo-visual-slogan-wrap:before {	
	background:url('/kor/html/images/bg_dot_left.png') 0 0 no-repeat;
	top:-40px;
	left:-55px;
	animation-name:fade_Down;
	-webkit-animation-name:fade_Down;		
}	
.ceo-visual-slogan-wrap:after {	
	background:url('/kor/html/images/bg_dot_right.png') 0 0 no-repeat;
	top:145px;
	right:3px;
	animation-name:fade_Up;
	-webkit-animation-name:fade_Up;
}
/*text*/
.ceo-slogan-txt-normal {
	color:#000;
}
#ceoMessage .f_sm {
	font-size:14px;
}
#ceoMessage .f_md {
	font-size:18px;
}
#ceoMessage .f_lg {
	font-size:26px;
}
#ceoMessage .f_xlg {
	font-size:28px;
}
#ceoMessage .org {
	color:#f58026;
}
#ceoMessage .mrb {
	margin-bottom:50px;
}
#ceoMessage .paragraph-common {
	text-align:center;
	margin:2rem auto 0;
	word-break:keep-all;
	word-wrap:break-word;
	overflow-wrap:break-word;
	white-space:normal;
}
#ceoMessage .paragraph-common strong {
	color:#000;
}
#ceoMessage .paragraph-common.first {
	margin-top:0;
}

@media only screen and (max-width:1130px){
	#ceoMessage .sub-visual {
		margin-bottom:0;
	}
	#ceoMessage .sub-visual-inner {
		text-align:center;
	}
	.ceo-visual-slogan-wrap {
		position:relative;
		top:auto;
		right:50%;	
		margin:100px -280px 80px auto;
	}
	.ceo-visual-slogan-wrap > p:last-child {
		margin-left:-80px;
		text-align:center;
	}
}

@media only screen and (max-width:580px){
	#ceoMessage .sub-visual-inner img {
		width:90%;
	}
	.ceo-visual-slogan-wrap {
		width:350px;
		margin:80px -175px 60px auto;
	}
	.ceo-visual-slogan-wrap:after {	
		top:100px;
		right:-50px;
	}
	.ceo-visual-slogan-wrap > p:last-child {
		margin-left:0;
	}
	#ceoMessage .f_sm {
		font-size:13px;
	}
	#ceoMessage .f_md {
		font-size:15px;
	}
	#ceoMessage .f_lg {
		font-size:24px;
	}
	#ceoMessage .f_xlg {
		font-size:26px;
	}
	#ceoMessage .mr {
		margin:25px 0;
	}	
}

@media only screen and (max-width:475px) {
	.ceo-visual-slogan-wrap {
		width:280px;
		margin:70px -140px 50px auto;
	}	
	.ceo-visual-slogan-wrap:before,
	.ceo-visual-slogan-wrap:after {
		width:48px;
		height:41px;
		background-size:100%;
	}
	.ceo-visual-slogan-wrap:before {	
		top:-30px;
		left:-30px;
	}
	.ceo-visual-slogan-wrap:after {	
		top:80px;
		right:-30px;
	}
	.auto-graph-wrap {
		margin-top:20px;
	}
	#ceoMessage .f_sm {
		font-size:11px;
	}
	#ceoMessage .f_md {
		font-size:13px;
	}
	#ceoMessage .f_lg {
		font-size:18px;
	}
	#ceoMessage .f_xlg {
		font-size:20px;
	}	
}

/**애니메이션**/
.ani_up {	
	animation-name:fade_Up;
	-webkit-animation-name:fade_Up;
}
.ani_fade {
	animation-name:fade_In;
	-webkit-animation-name:fade_In;	
}
.ani_stop {
	animation-name:none !important;
	-webkit-animation-name:none !important;	
}
.ani_starts {
	animation-duration:0.8s;
	-webkit-animation-duration:0.8s;
	animation-delay:0s;
	-webkit-animation-delay:0s;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
	animation-direction:alternate;
	-webkit-animation-direction:alternate;
	opacity:0;
}
.ani-delay00 {
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
.ani-delay01 {
	animation-delay:.1s;
	-webkit-animation-delay:.1s;
}
.ani-delay02 {
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.ani-delay03 {
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.ani-delay04 {
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.ani-delay05 {
	animation-delay:.5s;
	-webkit-animation-delay:.6s;
}
.ani-delay06 {
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.ani-delay07 {
	animation-delay:.7s;
	-webkit-animation-delay:.7s;
}
.ani-delay08 {
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.ani-delay09 {
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.ani-delay10 {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.ani-delay11 {
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
}
@keyframes fade_In {
	0% {
		opacity:0;
	} 
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fade_In {
	0% {
		opacity:0;
	} 
	100% {
		opacity:1;
	}
}

@keyframes fade_Down {
	0% {
		opacity:0;
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
	} 
	100% {
		opacity:1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}
@-webkit-keyframes fade_Down {
	0% {
		opacity:0;
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
	} 
	100% {
		opacity:1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

@keyframes fade_Up {
	0% {
		opacity:0;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
	}
	100% {
		opacity:1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}
@-webkit-keyframes fade_Up {
	0% {
		opacity:0;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
	}
	100% {
		opacity:1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}		