
/*--------------------------------------------------------------
# Module
--------------------------------------------------------------*/
.main-section#business .flex_box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: stretch;
  margin-top: 20px;
  padding-bottom: 20px;
}
.main-section .flex_box .main-img-box-item{
  width: calc(100% / 2 - 2%);
  height:130px;
  margin: 1%;
}
.main-section .flex_box .main-img-box-item a{
  display: block;
  height: 100%;
  padding: 20px;
  color:#fff;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-section .flex_box .main-img-box-item a:hover{
  background-image: url("../../images/thumb/main/sec_thum_hover.png");
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-section .flex_box .main-img-box-item a:hover h3:after{
  position: absolute;
  bottom: 0;
  left:0;
  content:'';
  width: 20px;
  height: 2px;
  background: #fff;
}
.main-section .flex_box .main-img-box-item a h3{
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom:15px;
}
.main-section .flex_box .main-img-box-item a p{
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: normal;
}
.main-img-box-item:nth-child(1) > a {
  background-image: url("../../images/thumb/main/sec_m_thum01.png");
}
.main-img-box-item:nth-child(2) > a {
  background-image: url("../../images/thumb/main/sec_m_thum02.png");
}
.main-img-box-item:nth-child(3) > a {
  background-image: url("../../images/thumb/main/sec_m_thum03.png");
}
.main-img-box-item:nth-child(4) > a {
  background-image: url("../../images/thumb/main/sec_m_thum04.png");
}
.main-img-box-item:nth-child(5) > a {
  background-image: url("../../images/thumb/main/sec_m_thum05.png");
}
.main-img-box-item:nth-child(6) > a {
  background-image: url("../../images/thumb/main/sec_m_thum06.png");
}
.main-img-box-item:nth-child(7) > a {
  background-image: url("../../images/thumb/main/sec_m_thum07.png");
}
.main-img-box-item:nth-child(8) > a {
  background-image: url("../../images/thumb/main/sec_m_thum08.png");
}
.main-img-box-item span{
  display: none;
}

/*--------------------------------------------------------------
# Module
	## main-img-box-list
--------------------------------------------------------------*/
.main-img-box-list {
  margin-top: 29px;
  margin-bottom: 80px;
}

.main-img-box-list:before, .main-img-box-list:after {
  content: "";
  display: table;
}

.main-img-box-list:after {
  clear: both;
}


@media only screen and (min-width: 1440px) {
  .main-img-box-list {
    margin-top: 60px;
	  margin-bottom:100px;
  }
}

.main-img-box-list-item {
  float: left;
  width: calc(100% / 2 - 7px);
}

.main-img-box-list-item > a {
  position: relative;
  display: block;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-img-box-list-item > a .title {
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.main-img-box-list-item > a .desc {
  display: none;
}

.main-img-box-list-item > a:after {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: #000;
  opacity: 0;
  content: '';
}

.main-img-box-list-item > a:hover:after {
  opacity: 0.4;
}

.main-img-box-list-item:nth-child(1) > a {
  background-image: url("../../images/thumb/main/sec_thum01.png");
}

.main-img-box-list-item:nth-child(2) {
  float: right;
}

.main-img-box-list-item:nth-child(2) > a {
  background-image: url("../../images/thumb/main/sec_thum02.png");
}

.main-img-box-list-item:nth-child(3) {
  width: 100%;
  margin: 15px 0;
}

.main-img-box-list-item:nth-child(3) > a {
  background-image: url("../../images/thumb/main/sec_thum03.png");
}

.main-img-box-list-item:nth-child(4) > a {
  background-image: url("../../images/thumb/main/sec_thum04.png");
}

.main-img-box-list-item:nth-child(5) {
  float: right;
}

.main-img-box-list-item:nth-child(5) > a {
  background-image: url("../../images/thumb/main/sec_thum05.png");
}
@media only screen and (max-width: 1024px) {
  .main-section .flex_box .main-img-box-item:nth-child(3n+1){
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .main-section#business .main-img-box-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
  }
  .main-img-box-list-item {
    /* float: left; */
    width: 20.83%;
  }
  .main-img-box-list-item > a {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .main-img-box-list-item > a .title {
    top: 20px;
    left: 22px;
    font-size: 20px;
    line-height: 25px;
  }
  .main-img-box-list-item > a .desc {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: 28px;
    right: 24px;
    bottom: 30px;
    left: 24px;
    z-index: 2;
    display: block;
    padding: 59px 10px 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    line-height: 15px;
    opacity: 0;
  }
  .main-img-box-list-item > a .desc:before, .main-img-box-list-item > a .desc:after {
    position: absolute;
    display: block;
    background: #fff;
    content: '';
  }
  .main-img-box-list-item > a .desc:before {
    top: 30px;
    bottom: 0;
    left: 0;
    width: 1px;
  }
  .main-img-box-list-item > a .desc:after {
    top: 0;
    right: 0;
    height: 1px;
  }
  .main-img-box-list-item > a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .main-img-box-list-item > a:hover .desc {
    opacity: 0.85;
  }
  .main-img-box-list-item > a:hover:after {
    opacity: 0.6;
  }
  .main-img-box-list-item + .main-img-box-list-item {
    margin-left: 2.396%;
  }
  .main-img-box-list-item:nth-child(1) > a {
    height: 300px;
    background-image: url("../../images/thumb/main/sec_thum01.png");
  }
  .main-img-box-list-item:nth-child(1) > a .desc:after {
    width: 6px;
  }
  .main-img-box-list-item:nth-child(2) {
    float: left;
  }
  .main-img-box-list-item:nth-child(2) > a {
    height: 300px;
    background-image: url("../../images/thumb/main/sec_thum02.png");
  }
  .main-img-box-list-item:nth-child(2) > a .desc:after {
    width: 42px;
  }
  .main-img-box-list-item:nth-child(3) {
    width: 23.25%;
    margin: 0 0 0 2.326%;
  }
  .main-img-box-list-item:nth-child(3) > a {
    height: 300px;
    background-image: url("../../images/thumb/main/sec_thum03.png");
  }
  .main-img-box-list-item:nth-child(3) > a .desc:after {
    width: 67px;
  }
  .main-img-box-list-item:nth-child(4) {
    /* float: right; */
    margin-left: 0;
  }
  .main-img-box-list-item:nth-child(4) > a {
    height: 141px;
    background-image: url("../../images/thumb/main/sec_thum04.png");
  }
  .main-img-box-list-item:nth-child(4) > a .desc {
    padding-top: 19px;
  }
  .main-img-box-list-item:nth-child(4) > a .desc:after {
    width: 27px;
  }
  .main-img-box-list-item:nth-child(5) {
    float: right;
    margin-top: 19px;
    margin-left: 0; 
  }
  .main-img-box-list-item:nth-child(5) > a {
    height: 141px;
    background-image: url("../../images/thumb/main/sec_thum05.png");
  }
  .main-img-box-list-item:nth-child(5) > a .desc {
    padding-top: 19px;
  }
  .main-img-box-list-item:nth-child(5) > a .desc:after {
    width: 30px;
  }
  .main-img-box-item:nth-child(1) > a {
    background-image: url("../../images/thumb/main/sec_thum01.png");
  }
  .main-img-box-item:nth-child(2) > a {
    background-image: url("../../images/thumb/main/sec_thum02.png");
  }
  .main-img-box-item:nth-child(3) > a {
    background-image: url("../../images/thumb/main/sec_thum03.png");
  }
  .main-img-box-item:nth-child(4) > a {
    background-image: url("../../images/thumb/main/sec_thum04.png");
  }
  .main-img-box-item:nth-child(5) > a {
    background-image: url("../../images/thumb/main/sec_thum05.png");
  }
  .main-img-box-item:nth-child(6) > a {
    background-image: url("../../images/thumb/main/sec_thum06.png");
  }
  .main-img-box-item:nth-child(7) > a {
    background-image: url("../../images/thumb/main/sec_thum07.png");
  }
  .main-img-box-item:nth-child(8) > a {
    background-image: url("../../images/thumb/main/sec_thum08.png");
  }
}

@media only screen and (min-width: 1440px) {
  .main-img-box-list-item {
    width: 20.83%;
  }
  .main-img-box-list-item > a .title {
    top: 26px;
    left: 30px;
    font-size: 28px;
    line-height: 34px;
  }
  .main-img-box-list-item > a .desc {
    top: 39px;
    right: 26px;
    bottom: 40px;
    left: 26px;
    padding: 89px 15px 0 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-img-box-list-item + .main-img-box-list-item {
    margin-left: 2.349%;
  }
  .main-img-box-list-item:nth-child(1) > a {
    height: 331px;
  }
  .main-img-box-list-item:nth-child(1) > a .desc:after {
    width: 12px;
  }
  .main-img-box-list-item:nth-child(2) {
    float: left;
  }
  .main-img-box-list-item:nth-child(2) > a {
    height: 331px;
  }
  .main-img-box-list-item:nth-child(2) > a .desc:after {
    width: 62px;
  }
  .main-img-box-list-item:nth-child(3) {
    margin: 0 0 0 2.326%;
  }
  .main-img-box-list-item:nth-child(3) > a {
    height: 331px;
  }
  .main-img-box-list-item:nth-child(3) > a .desc:after {
    width: 97px;
  }
  .main-img-box-list-item:nth-child(4) {
    /* float: right; */
    margin-left: 0;
  }
  .main-img-box-list-item:nth-child(4) > a {
    height: 151px;
  }
  .main-img-box-list-item:nth-child(4) > a .desc {
    padding-top: 24px;
  }
  .main-img-box-list-item:nth-child(4) > a .desc:after {
    width: 37px;
  }
  .main-img-box-list-item:nth-child(5) {
    /* float: right; */
    /* margin-top: 29px; */
    margin-left: 0;
  }
  .main-img-box-list-item:nth-child(5) > a {
    height: 151px;
  }
  .main-img-box-list-item:nth-child(5) > a .desc {
    padding-top: 24px;
  }
  .main-img-box-list-item:nth-child(5) > a .desc:after {
    width: 100px;
  }
  .main-img-box-item span{
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 40px;
    letter-spacing: 0.5;
    
  }
  .main-img-box-item span:after{
    display: inline-block;
    content:'';
    width: 5px;
    height: 7px;
    margin-left: 5px;
    background-image:  url("../../images/ico/main_thum_arrow.png");
  }
}

@media only screen and (min-width: 1920px) {
  .main-img-box-list-item > a .title {
    top: 36px;
    left: 37px;
    font-size: 32px;
    line-height: 46px;
  }
  .main-img-box-list-item > a .desc {
    top: 42px;
    right: 37px;
    bottom: 54px;
    left: 37px;
    padding: 60px 35px 0 35px;
    font-size: 18px;
    line-height: 27px;
  }
  .main-img-box-list-item > a .desc:before {
    top: 60px;
  }
  .main-img-box-list-item:nth-child(1) > a {
  }
  .main-img-box-list-item:nth-child(1) > a .desc:after {
    width: 16px;
  }
  .main-img-box-list-item:nth-child(2) > a {
  }
  .main-img-box-list-item:nth-child(2) > a .desc:after {
    width: 82px;
  }
  .main-img-box-list-item:nth-child(3) > a {
  }
  .main-img-box-list-item:nth-child(3) > a .desc:after {
    width: 127px;
  }
  .main-img-box-list-item:nth-child(4) > a {
  }
  .main-img-box-list-item:nth-child(4) > a .desc {
    padding-top: 45px;
    font-size: 16px;
    line-height: 23px;
  }
  .main-img-box-list-item:nth-child(4) > a .desc:before {
    top: 50px;
  }
  .main-img-box-list-item:nth-child(4) > a .desc:after {
    width: 47px;
  }
  .main-img-box-list-item:nth-child(5) {
    /* margin-top: 38px; */
  }
  .main-img-box-list-item:nth-child(5) > a {
  }
  .main-img-box-list-item:nth-child(5) > a .desc {
    padding-top: 45px;
    font-size: 16px;
    line-height: 23px;
  }
  .main-img-box-list-item:nth-child(5) > a .desc:before {
    top: 50px;
  }
  .main-img-box-list-item:nth-child(5) > a .desc:after {
    width: 120px;
  }
}

/*--------------------------------------------------------------
# Module
	## main-product-list
--------------------------------------------------------------*/
.main-product-list {
  margin-top: 26px;
}

.main-product-list-item {
  position: relative;
  display: block;
  padding: 22px 100px 16px 21px;
  background: #f2f2f2;
}

.main-product-list-item + .main-product-list-item {
  margin-top: 10px;
}

.main-product-list-item .title {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.025em;
}

.main-product-list-item .desc {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.main-product-list-item .thum {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
  width: 110px;
}

.main-product-list-item .detail {
  display: inline-block;
  margin-top: 14px;
  padding-right: 22px;
  background: url("../img/arr-right-orange.png") no-repeat right 7px;
  background-size: 17px 5px;
  color: #c25825;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

@media only screen and (min-width: 1024px) {
  .main-product-list {
    margin-top: 83px;
  }
  .main-product-list:before, .main-product-list:after {
    content: "";
    display: table;
  }
  .main-product-list:after {
    clear: both;
  }
  .main-product-list-item {
    float: left;
    width: 33.3%;
    height: 350px;
    padding: 0 32px;
    background: none;
  }
  .main-product-list-item .title {
    font-size: 32px;
    line-height: 34px;
  }
  .main-product-list-item .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .main-product-list-item .thum {
    right: 6px;
    bottom: -5px;
    width: 188px;
  }
  .main-product-list-item .detail {
    position: absolute;
    bottom: 10px;
    left: 32px;
    padding-right: 50px;
    background-position: right 4px;
    background-size: 42px 11px;
    font-size: 14px;
    line-height: 18px;
  }
  .main-product-list-item:after {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 13px;
    display: block;
    width: 1px;
    background: #ddd;
    content: '';
  }
  .main-product-list-item:nth-child(1) {
    padding-left: 0;
  }
  .main-product-list-item:nth-child(1) .detail {
    left: 0;
  }
  .main-product-list-item:nth-child(2) {
    width: 33.4%;
  }
  .main-product-list-item:nth-child(3) {
    padding-right: 0;
  }
  .main-product-list-item:nth-child(3) .thum {
    right: -22px;
  }
  .main-product-list-item:nth-child(3):after {
    display: none;
  }
  .main-product-list-item + .main-product-list-item {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .main-product-list-item {
    height: 390px;
    padding: 0 40px;
  }
  .main-product-list-item .title {
    font-size: 36px;
    line-height: 50px;
  }
  .main-product-list-item .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .main-product-list-item .thum {
    right: 11px;
    bottom: -7px;
    width: 250px;
  }
  .main-product-list-item .detail {
    position: static;
    margin-top: 33px;
    padding-right: 52px;
    font-size: 16px;
    line-height: 20px;
  }
  .main-product-list-item:after {
    top: 14px;
    bottom: 14px;
  }
  .main-product-list-item:nth-child(1) {
    width: 35%;
    padding-left: 0;
  }
  .main-product-list-item:nth-child(1) .detail {
    left: 0;
  }
  .main-product-list-item:nth-child(2) {
    width: 34%;
  }
  .main-product-list-item:nth-child(3) {
    width: 31%;
    padding-right: 0;
  }
  .main-product-list-item:nth-child(3) .thum {
    right: -35px;
  }
  .main-product-list-item:nth-child(3):after {
    display: none;
  }
  .main-product-list-item + .main-product-list-item {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .main-product-list {
    margin-top: 104px;
  }
  .main-product-list-item {
    height: 480px;
    padding: 0 60px;
  }
  .main-product-list-item .title {
    font-size: 42px;
  }
  .main-product-list-item .desc {
    font-size: 20px;
    line-height: 30px;
  }
  .main-product-list-item .thum {
    right: 16px;
    width: 313px;
  }
  .main-product-list-item .detail {
    margin-top: 20px;
    padding-right: 50px;
    font-size: 20px;
    line-height: 24px;
  }
  .main-product-list-item:after {
    top: 14px;
    bottom: 14px;
  }
  .main-product-list-item:nth-child(1) {
    width: 35%;
    padding-left: 0;
  }
  .main-product-list-item:nth-child(1) .detail {
    left: 0;
  }
  .main-product-list-item:nth-child(2) {
    width: 34%;
  }
  .main-product-list-item:nth-child(3) {
    width: 31%;
    padding-right: 0;
  }
  .main-product-list-item:nth-child(3) .thum {
    right: -35px;
  }
  .main-product-list-item:nth-child(3):after {
    display: none;
  }
  .main-product-list-item + .main-product-list-item {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Module
	## main-notice-list
--------------------------------------------------------------*/
.main-notice-list {
  margin-top: 28px;
  border-top: 1px solid #ececec;
}

.main-notice-list-item {
  padding-top: 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.main-notice-list-item .thum,
.main-notice-list-item .more {
  display: none;
}

.main-notice-list-item .head:before, .main-notice-list-item .head:after {
  content: "";
  display: table;
}

.main-notice-list-item .head:after {
  clear: both;
}

.main-notice-list-item .head .category {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41px;
  height: 20px;
  background: #0068b7;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.main-notice-list-item .head .title {
  margin-left: 50px;
  color: #202020;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.main-notice-list-item .desc {
  max-height: 34px;
  margin-top: 12px;
  color: #535353;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .main-notice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 58px;
    border-top: none;
  }
  .main-notice-list-item {
    position: relative;
    /*min-width: calc((100% - 40px) / 3);*/
    max-width: calc((100% - 40px) / 3);
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .main-notice-list-item + .main-notice-list-item {
    margin-left: 20px;
  }
  .main-notice-list-item .thum {
    display: block;
    height: 112px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #aba8a8;
  }
  .main-notice-list-item .head {
    margin-top: 30px;
  }
  .main-notice-list-item .head .category {
    width: 56px;
    height: 30px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #0068b7;
    border-radius: 15px;
    color: #0068b7;
    font-size: 18px;
    line-height: 28px;
  }
  .main-notice-list-item .head .title {
    clear: both;
    margin-left: 0;
    font-size: 28px;
    line-height: 30px;
  }
  .main-notice-list-item .desc {
    max-height: 48px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .main-notice-list-item .more {
    position: absolute;
    top: 142px;
    right: 0;
    display: block;
    width: 29px;
    height: 19px;
    background: url("../img/arr-right-gray.png") no-repeat 0 0;
    background-size: 29px auto;
  }
}

@media only screen and (min-width: 1440px) {
  .main-notice-list {
    margin-top: 97px;
  }
  .main-notice-list-item + .main-notice-list-item {
    margin-left: 29px;
  }
  .main-notice-list-item .thum {
    height: 154px;
  }
  .main-notice-list-item .head {
    margin-top: 31px;
  }
  .main-notice-list-item .head .category {
    width: 70px;
    height: 32px;
    margin-bottom: 25px;
    border-radius: 16px;
    font-size: 18px;
    line-height: 30px;
  }
  .main-notice-list-item .head .title {
    font-size: 32px;
    line-height: 40px;
  }
  .main-notice-list-item .desc {
    max-height: 46px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 23px;
  }
  .main-notice-list-item .more {
    top: 189px;
    width: 39px;
    height: 26px;
    background-size: 39px auto;
  }
}

@media only screen and (min-width: 1920px) {
  .main-notice-list {
    margin-top: 108px;
  }
  .main-notice-list-item + .main-notice-list-item {
    margin-left: 39px;
  }
  .main-notice-list-item .thum {
    height: 200px;
  }
  .main-notice-list-item .head {
    margin-top: 39px;
  }
  .main-notice-list-item .head .category {
    width: 90px;
    height: 40px;
    margin-bottom: 37px;
    border-radius: 20px;
    font-size: 24px;
    line-height: 38px;
  }
  .main-notice-list-item .head .title {
    font-size: 42px;
    line-height: 50px;
  }
  .main-notice-list-item .desc {
    max-height: 60px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .main-notice-list-item .more {
    top: 243px;
    width: 51px;
    height: 34px;
    background-size: 51px auto;
  }
}

/*--------------------------------------------------------------
# Page
	## Home
--------------------------------------------------------------*/
.main-pagination {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .main-pagination {
    position: fixed;
    top: 228px;
    top: calc(228px + constant(safe-area-inset-top));
    top: calc(228px + env(safe-area-inset-top));
    right: 32px;
    right: calc(32px + constant(safe-area-inset-right));
    right: calc(32px + env(safe-area-inset-right));
    z-index: 3;
    display: block;
    width: 30px;
    height: 65px;
    background: #fff;
    border-radius:25px
  }
  .main-pagination a {
    -webkit-transition: background 0.2s, opacity 0.2s;
    -o-transition: background 0.2s, opacity 0.2s;
    transition: background 0.2s, opacity 0.2s;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #127ab7;
    border-radius: 5px;
    margin: 10px auto;
  }
  .main-pagination a + a {
    margin-top: 16px;
  }
  .main-pagination a.on {
    background:url(../../images/ico/bul_on.png);
    opacity: 1;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .main-pagination {
    top: 210px;
    top: calc(210px + constant(safe-area-inset-top));
    top: calc(210px + env(safe-area-inset-top));
    right: 60px;
    right: calc(60px + constant(safe-area-inset-right));
    right: calc(60px + env(safe-area-inset-right));
  }
  .main-pagination a {
    width: 10px;
    height: 10px;
    border-radius: 6px;
  }
  .main-pagination a + a {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1920px) {
  .main-pagination {
    top: 180px;
    top: calc(180px + constant(safe-area-inset-top));
    top: calc(180px + env(safe-area-inset-top));
    right: 100px;
    right: calc(100px + constant(safe-area-inset-right));
    right: calc(100px + env(safe-area-inset-right));
    
  }
}

.main-section {
  padding-top: 40px;
}

.main-section:last-child {
  padding-bottom: 50px;
}

.main-section#intro {
  position: relative;
  height: 335px;
  background-color: #000;
  overflow: hidden;
}

.main-section#intro .main-big-title {
  position: absolute;
  top: 20%;
  right: 20px;
  right: calc(20px + constant(safe-area-inset-right));
  right: calc(20px + env(safe-area-inset-right));
  left: 20px;
  left: calc(20px + constant(safe-area-inset-left));
  left: calc(20px + env(safe-area-inset-left));
  z-index: 2;
  font-family: 'Gmarket Sans';
}

.main-section#intro .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 3s, -webkit-transform 7s;
  transition: opacity 3s, -webkit-transform 7s;
  -o-transition: opacity 3s, transform 7s;
  transition: opacity 3s, transform 7s;
  transition: opacity 3s, transform 7s, -webkit-transform 7s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}

.main-section#intro .intro-bg-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-section#intro .bg-1,
.main-section#intro .bg-2 {
  background-image: none;
}

.main-section#intro .bg-3 {
  background-image: url("../../images/bg/img-main-intro-3-mobile.jpg");
}

.main-section#intro .active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.main-section#business {
  background-image: url("../../images/bg/business_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {

  .main-section:last-child {
    padding-bottom: 131px;
  }
  .main-section#intro {
    height: 640px;
  }
  .main-section#intro .main-big-title {
    right: 32px;
    right: calc(32px + constant(safe-area-inset-right));
    right: calc(32px + env(safe-area-inset-right));
    left: 32px;
    left: calc(32px + constant(safe-area-inset-left));
    left: calc(32px + env(safe-area-inset-left));
  }
  .main-section#intro .bg-3 {
    background-image: url("../../images/bg/img-main-intro-3-desktop.jpg");
  }
}

@media only screen and (min-width: 1440px) {
  .main-section {
    padding-top: 180px;
  }
  .main-section:last-child {
    padding-bottom: 100px;
  }
  .main-section#intro {
    height: 100vh;
  }
  .main-section#intro .main-big-title {
    right: 60px;
    right: calc(60px + constant(safe-area-inset-right));
    right: calc(60px + env(safe-area-inset-right));
    left: 60px;
    left: calc(60px + constant(safe-area-inset-left));
    left: calc(60px + env(safe-area-inset-left));
  }
}

@media only screen and (min-width: 1920px) {
  .main-section:last-child {
    padding-bottom: 143px;
  }
  .main-section#intro .main-big-title {
    right: 100px;
    right: calc(100px + constant(safe-area-inset-right));
    right: calc(100px + env(safe-area-inset-right));
    left: 100px;
    left: calc(100px + constant(safe-area-inset-left));
    left: calc(100px + env(safe-area-inset-left));
  }
}

.main-big-title .title {
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.main-big-title:before {
  position: absolute;
  bottom: -14px;
  left: 0;
  display: block;
  width: 19px;
  height: 2px;
  background: #fff;
  content: '';
}

.main-big-title .desc {
  max-width: 318px;
  margin-top: 9px;
  color: #fff;
  font-weight: 300;
}

@media only screen and (min-width: 1024px) {
  .main-big-title .title {
    font-size: 48px;
    line-height: 52px;
  }
  .main-big-title:before {
    bottom: -19px;
    width: 32px;
    height: 3px;
  }
  .main-big-title .desc {
    max-width: 501px;
    margin-bottom: 12px;
    font-size: 43px;
  }
  
}

@media only screen and (min-width: 1440px) {
  .main-big-title .title {
    font-size: 55px;
    line-height: 62px;
  }
  .main-big-title:before {
    bottom: -28px;
    width: 60px;
  }
  .main-big-title .desc {
    max-width: 725px;
    margin-bottom: 24px;
    font-size: 50px;
  }
}

.main-section-title {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
}

.main-section-title:after {
  position: absolute;
  top: 1px;
  right: -23px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/ico-plus-black.png") no-repeat center center;
  background-size: 15px 15px;
  content: '';
}

@media only screen and (min-width: 1024px) {

  .main-section-title:after {
    top: -3px;
    right: -36px;
    display: block;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
}

@media only screen and (min-width: 1440px) {
  .main-section-title {
    font-size: 72px;
    line-height: 70px;
  }
  .main-section-title:after {
    top: 0;
    right: -42px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

@media only screen and (min-width: 1920px) {
  .main-section-title {
    font-size: 62px;
	font-weight: 400;
  }
  .main-section-title:after {
    top: -3px;
    right: -55px;
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
  }
}

.main-section-desc {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-align: center;
}
.main-section-desc strong{
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .main-section#business {
    height:100vh;
  }
  .main-section-desc {
    font-size: 28px;
  }
  .main-section .flex_box .main-img-box-item{
    width: calc(100% / 4 - 2%);
    height:240px;
    margin: 1%;
  }
  .main-section .flex_box .main-img-box-item a{
    padding: 40px;
  }
  .main-section .flex_box .main-img-box-item a h3{
    font-size: 20px;
  }
  .main-section .flex_box .main-img-box-item a p{
    font-size: 16px;
  }
  .main-section .flex_box .main-img-box-item a:hover p{
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 1440px) {
  .main-section-desc {
    font-size: 40px;
  }
  .main-section .flex_box .main-img-box-item a h3{
    font-size: 26px;
  }
  .main-section .flex_box .main-img-box-item a p{
    font-size: 16px;
  }
}
