﻿.container {
    width: 1220px
}

.container:after {
    display: block;
    content: "";
    clear: both
}

.headerWrap .header {
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.headerWrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 120px;
    min-height: 160px;
    z-index: 100;
    background: #fff;
    transition: all 0.2s ease 0s
}

.headerWrap:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    width: 100%;
    background: #000;
    border-bottom: solid 2px #c00913
}

.fp-viewing-1 .headerWrap,.fp-viewing-2 .headerWrap,.fp-viewing-3 .headerWrap,.fp-viewing-4 .headerWrap,.fp-viewing-5 .headerWrap,.fp-viewing-6 .headerWrap,.fp-viewing-7 .headerWrap,.fp-viewing-8 .headerWrap,.fixed .headerWrap {
    top: -105px
}

.fp-viewing-1 .headerWrap:before,.fp-viewing-2 .headerWrap:before,.fp-viewing-3 .headerWrap:before,.fp-viewing-4 .headerWrap:before,.fp-viewing-5 .headerWrap:before,.fp-viewing-6 .headerWrap:before,.fp-viewing-7 .headerWrap:before,.fp-viewing-8 .headerWrap:before,.fixed .headerWrap:before {
    top: -2px
}

.fp-viewing-1 .headerWrap h1.logo_fixed,.fp-viewing-2 .headerWrap h1.logo_fixed,.fp-viewing-3 .headerWrap h1.logo_fixed,.fp-viewing-4 .headerWrap h1.logo_fixed,.fp-viewing-5 .headerWrap h1.logo_fixed,.fp-viewing-6 .headerWrap h1.logo_fixed,.fp-viewing-7 .headerWrap h1.logo_fixed,.fp-viewing-8 .headerWrap h1.logo_fixed,.fixed .headerWrap h1.logo_fixed {
    opacity: 1;
    top: 118px
}

.fp-viewing-1 .headerWrap h1.logo,.fp-viewing-2 .headerWrap h1.logo,.fp-viewing-3 .headerWrap h1.logo,.fp-viewing-4 .headerWrap h1.logo,.fp-viewing-5 .headerWrap h1.logo,.fp-viewing-6 .headerWrap h1.logo,.fp-viewing-7 .headerWrap h1.logo,.fp-viewing-8 .headerWrap h1.logo,.fixed .headerWrap h1.logo {
    opacity: 0
}

.fp-viewing-1 .headerWrap .nav,.fp-viewing-2 .headerWrap .nav,.fp-viewing-3 .headerWrap .nav,.fp-viewing-4 .headerWrap .nav,.fp-viewing-5 .headerWrap .nav,.fp-viewing-6 .headerWrap .nav,.fp-viewing-7 .headerWrap .nav,.fp-viewing-8 .headerWrap .nav,.fixed .headerWrap .nav {
    width: 65%
}
.fp-viewing-1 .headerWrap .header > .etc-menu,
.fp-viewing-2 .headerWrap .header > .etc-menu,
.fp-viewing-3 .headerWrap .header > .etc-menu,
.fp-viewing-4 .headerWrap .header > .etc-menu,
.fp-viewing-5 .headerWrap .header > .etc-menu,
.fp-viewing-6 .headerWrap .header > .etc-menu,
.fp-viewing-7 .headerWrap .header > .etc-menu,
.fp-viewing-8 .headerWrap .header > .etc-menu,
.fixed .headerWrap .header > .etc-menu {
  top: 118px;
  right: 90px;
}
.fp-viewing-1 .headerWrap .header > .etc-menu a,
.fp-viewing-2 .headerWrap .header > .etc-menu a,
.fp-viewing-3 .headerWrap .header > .etc-menu a,
.fp-viewing-4 .headerWrap .header > .etc-menu a,
.fp-viewing-5 .headerWrap .header > .etc-menu a,
.fp-viewing-6 .headerWrap .header > .etc-menu a,
.fp-viewing-7 .headerWrap .header > .etc-menu a,
.fp-viewing-8 .headerWrap .header > .etc-menu a,
.fixed .headerWrap .header > .etc-menu a {
  display: none;
}
.fp-viewing-0 .headerWrap .header > .etc-menu .select-box {
  display: none;
}

.fp-viewing-1 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-2 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-3 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-4 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-5 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-6 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-7 .headerWrap .header > .etc-menu .select-box,
.fp-viewing-8 .headerWrap .header > .etc-menu .select-box,
.fixed .headerWrap .header > .etc-menu .select-box {
  display: flex;
}

.header {
  padding-top: 105px;
}
.header > .etc-menu {
  position: absolute;
  right: 74px;
  top: 40px;
  transition: all 0.2s ease 0s;
}
.header > .etc-menu .select-box {
  border: solid 1px #666;
  height: 30px;
  background: #000;
  display: none;
  flex-flow: row nowrap;
  align-items: center;
}
.header > .etc-menu .select-box select {
  margin: 0;
  height: 30px;
  font-size: 13px;
  border: 0 none;
  color: #fff;
  background: #000;
  padding: 5px;
}
.header > .etc-menu .select-box button {
  border: 0 none;
  background: none transparent;
  color: #fff;
  float: right;
  width: 24px;
}

.header > .etc-menu a span {
  display: inline-block;
  padding: 8px;
  color: #bebebe;
  font-size: 14px;
  font-weight: 500;
}
.header > .etc-menu a span:hover {
  color: white;
}
.header > .etc-menu a::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 11px;
  margin: 0 10px;
  background: #626262;
}
.header > .etc-menu a:first-of-type::before {
  display: none;
}

@media (max-width: 827px) {
  .header > .etc-menu .select-box button {
    width: auto;
  }
}

h1.logo {
    width: 88px;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 35px;
    margin-left: -44px
}

h1.logo a {
    display: block;
    height: 43px;
    background: url(/img/images.png) no-repeat 0 -43px;
    font-size: 0
}

h1.logo_fixed {
    width: 62px;
    font-size: 0;
    position: absolute;
    left: calc( 50% - 610px);
    top: -50px;
    opacity: 0;
    transition: all 0.2s ease 0s
}

h1.logo_fixed a {
    display: block;
    height: 30px;
    background: url(/img/images.png) no-repeat 0 0;
    background-size: 350px auto;
    font-size: 0
}

.headerSearch {
    float: left;
    position: absolute;
    left: 90px;
    top: 40px;
    width: 210px;
    z-index: 10
}

.headerSearch input,.headerSearch a {
    vertical-align: middle
}

.headerSearch input {
    color: #fff;
    padding: 0;
    font-size: 16px;
    margin: 0;
    background: none transparent;
    border: 0 none;
    width: 210px;
    border-bottom: solid 1px #aaa;
    outline: 0 none;
    transition: border 0.15s ease 0s
}

.headerSearch input:hover,.headerSearch input:focus {
    border-bottom-color: #fff
}

.headerSearch a {
    display: inline-block;
    width: 19px;
    height: 19px;
    font-size: 0;
    background: url(/img/images.png) no-repeat -282px -54px;
    position: absolute;
    right: 2px;
    top: 5px
}

.nav {
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease 0s
}

.nav ul:after {
    display: block;
    content: "";
    clear: both
}

.nav a {
    display: block;
    text-align: center;
    color: #333;
    transition: color 0.15s ease 0s;
    font-weight: 700
}

.nav a:hover,.nav a:focus {
    color: #000
}

.nav>ul>li {
    width: 16.66%;
    float: left
}

.nav>ul>li.viewM {
    display: none
}

.nav>ul>li>a {
    color: #333;
    transition: color 0.15s ease 0s;
    font-weight: 700;
    padding: 20px 0 0 0
}

.nav>ul>li>a>span {
    display: inline-block;
    word-break: keep-all
}

.nav>ul>li>a>span:after {
    display: block;
    content: "";
    margin: 18px auto 0 auto;
    width: 0;
    height: 3px;
    transition: width 0.15s ease 0s;
    background-color: #c00913
}

.nav>ul>li>a:hover span:after,.nav>ul>li>a:focus span:after {
    width: 100%
}

.nav>ul>li:first-child ul {
    border-left: solid 1px #dedede
}

.nav>ul>li ul {
    border-right: solid 1px #dedede;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: height 0.15s ease 0s, opacity 0.15s ease 0s
}

.nav>ul>li ul a {
    font-weight: 500;
    color: #666;
    padding: 8px 0;
    font-size: 14px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.15s ease 0s
}

.nav>ul>li ul a:hover,.nav>ul>li ul a:focus {
    background-color: rgba(0,0,0,0.05)
}

.nav>ul>li ul li:first-child {
    padding-top: 12px
}

.nav>ul>li.on>a span:after {
    width: 100%
}

.nav .allNav.off {
    display: none
}

.a00 .a00_product>a,.b00 .b00_technology>a,.c00 .c00_store>a,.d00 .d00_competition>a,.e00 .e00_catalog>a,.f00 .f00_news>a {
    color: #000
}

.a00 .a00_product>a span:after,.b00 .b00_technology>a span:after,.c00 .c00_store>a span:after,.d00 .d00_competition>a span:after,.e00 .e00_catalog>a span:after,.f00 .f00_news>a span:after {
    width: 100%
}

.f00_news ul li:nth-child(3) {
    display: none
}

.allNav {
    display: none
}

.navbg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 159px;
    height: 0;
    background: #f9f9f9;
    border-top: solid 1px #dedede;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    transition: height 0.15s ease 0s
}

.headerWrap.on .nav ul ul {
    height: 120px;
    opacity: 1
}

.headerWrap.on .navbg {
    height: 120px;
    border-bottom: solid 1px #dedede
}

.headerWrap.on.nav2 .nav ul ul,.headerWrap.on.nav2 .navbg {
    height: 90px
}

.headerWrap.on.nav4 .nav ul ul,.headerWrap.on.nav4 .navbg {
    height: 148px
}

.headerWrap.on.nav6 .nav ul ul,.headerWrap.on.nav6 .navbg {
    height: 210px
}

.sectionWrap,body.a11 div.sectionWrap,body.a21 div.sectionWrap,body.a31 div.sectionWrap {
    padding-top: 160px
}

.main .btn,.main a.btn {
    padding: 5px 20px 1px 20px;
    box-sizing: border-box;
    border-width: 2px;
    font-weight: 700
}

.mainPopup {
    position: absolute;
    z-index: 999;
    font-size: 0;
    left: 20px;
    top: 178px
}

.mainPopup div {
    font-size: 0
}

.mainPopup div img {
    max-width: 350px
}

.mainPopup footer {
    background: #666;
    color: #fff;
    text-align: right;
    font-size: 15px
}

.mainPopup footer label {
    color: #fff;
    padding: 0 16px
}

.mainPopup footer a {
    display: inline-block;
    padding: 16px;
    background: #333;
    color: #fff
}

.mainPopup+.mainPopup {
    left: 390px
}

.mainPopup+.mainPopup+.mainPopup {
    left: 780px
}

#mainSlide {
    height: 100%;
    position: relative
}

#mainSlide>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff no-repeat center center;
    background-size: 140% auto;
    opacity: 0;
    transition: background-size 12.5s linear 0s, opacity 1s linear 0s
}

#mainSlide.slide1 .mainCarousel1 {
    background-size: 120% auto;
    z-index: 2;
    opacity: 1
}

#mainSlide.slide1 .mainCarousel2 {
    background-size: 135% auto;
    z-index: 1;
    opacity: 0
}

#mainSlide.slide1 .mainCarousel3 {
    display: none
}

#mainSlide.slide1 .mainCarousel4 {
    display: none
}
#mainSlide.slide1 .mainCarousel5 {
    display: none
}

#mainSlide.slide2 .mainCarousel2 {
    background-size: 120% auto;
    z-index: 2;
    opacity: 1
}

#mainSlide.slide2 .mainCarousel3 {
    background-size: 135% auto;
    z-index: 1;
    opacity: 0
}

#mainSlide.slide2 .mainCarousel4 {
    display: none
}
#mainSlide.slide2 .mainCarousel5 {
    display: none
}

#mainSlide.slide2 .mainCarousel1 {
    display: none
}

#mainSlide.slide3 .mainCarousel3 {
    background-size: 120% auto;
    z-index: 2;
    opacity: 1
}

#mainSlide.slide3 .mainCarousel4 {
    background-size: 135% auto;
    z-index: 2;
    opacity: 0
}
#mainSlide.slide3 .mainCarousel5 {
    display: none
}

#mainSlide.slide3 .mainCarousel1 {
    display: none
}

#mainSlide.slide3 .mainCarousel2 {
    display: none
}

#mainSlide.slide4 .mainCarousel4 {
    background-size: 120% auto;
    z-index: 1;
    opacity: 1
}
#mainSlide.slide4 .mainCarousel5 {
    background-size: 135% auto;
    z-index: 2;
    opacity: 0
}
#mainSlide.slide4 .mainCarousel1 {
    display: none
}
#mainSlide.slide4 .mainCarousel2 {
    display: none
}
#mainSlide.slide4 .mainCarousel3 {
    display: none
}
#mainSlide.slide5 .mainCarousel5 {
    background-size: 120% auto;
    z-index: 1;
    opacity: 1
}
#mainSlide.slide5 .mainCarousel1 {
    background-size: 135% auto;
    z-index: 2;
    opacity: 0
}
#mainSlide.slide5 .mainCarousel2 {
    display: none
}
#mainSlide.slide5 .mainCarousel3 {
    display: none
}
#mainSlide.slide5 .mainCarousel4 {
    display: none
}

#mainSlide .container {
    height: 100%
}

#mainSlide .mc1_Slogan1,#mainSlide .mc1_Slogan2 {
    /*position: absolute;*/
    left: 0;
    /*top: 50%;*/
    color: #fff;
    line-height: 1.4em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    width: 100%;
}

#mainSlide .mc1_Slogan1 {
    /*margin-top: -45px;*/
    font-size: 60px;
    /*width: 0;*/
    overflow: hidden
}

#mainSlide .mc1_Slogan1 span {
    display: block;
    /*width: 1220px*/
}

#mainSlide .mc1_Slogan2 {
    /*margin-top: 90px;*/
    font-size: 28px;
    opacity: 0;
    padding-top: 10px;
}

#mainSlide.slide1 .mainCarousel1 .mc1_Slogan1,#mainSlide.slide2 .mainCarousel2 .mc1_Slogan1,#mainSlide.slide3 .mainCarousel3 .mc1_Slogan1,#mainSlide.slide4 .mainCarousel4 .mc1_Slogan1 {
    /*width: 1220px;*/
    /*transition: width 2.5s ease-out 0.5s*/
    padding-bottom: 5px;
}

#mainSlide.slide1 .mainCarousel1 .mc1_Slogan2,
#mainSlide.slide2 .mainCarousel2 .mc1_Slogan2,
#mainSlide.slide3 .mainCarousel3 .mc1_Slogan2,
#mainSlide.slide4 .mainCarousel4 .mc1_Slogan2,
#mainSlide.slide5 .mainCarousel5 .mc1_Slogan2 {
    opacity: 1;
    /*margin-top: 45px;*/
    transition: margin-top 1s ease-out 1.5s, opacity 1s ease-in 1.5s
}


.shopCarousel {
    height: 100%
}

.shopCarousel h2 {
    font-size: 60px;
    padding: 120px 0 60px 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    z-index: 100;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.shopCarousel .owl-carousel,.shopCarousel .owl-stage-outer,.shopCarousel .owl-stage {
    height: 100%
}

.shopCarousel .owl-item {
    background: #000;
    z-index: 30;
    height: 100%
}

.shopCarousel .owl-item>div {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-size: cover
}

.shopCarousel .owl-item>div div {
    height: 50%;
    background: no-repeat center center;
    background-size: cover
}

.shopCarousel .owl-prev,.shopCarousel .owl-next {
    height: 100%;
    background: none transparent;
    position: absolute;
    top: 0
}

.shopCarousel .owl-prev {
    left: 0;
    padding-left: 120px
}

.shopCarousel .owl-next {
    right: 0;
    padding-right: 120px
}

.shopCarousel .owl-prev span,.shopCarousel .owl-next span {
    font-size: 0;
    display: block;
    width: 218px;
    height: 15px;
    background: url(/img/images.png) no-repeat 0 -137px;
    transition: all 0.15s ease 0s;
    opacity: 0.6
}

.shopCarousel .owl-next span {
    background-position-y: -108px
}

.shopCarousel .owl-prev:hover span {
    margin: 0 60px 0 -60px;
    opacity: 1
}

.shopCarousel .owl-next:hover span {
    margin: 0 -60px 0 60px;
    opacity: 1
}

.findShop2 {
    text-align: center;
    position: absolute;
    bottom: 68px;
    left: 34%;
    width: 33.33%;
    z-index: 60
}

.findShop2.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.findShop2 h2 {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    padding: 80px 0 240px 0;
    text-align: center
}

.findShop2 a {
    display: inline-block;
    width: 58%;
    height: 53px;
    margin: 0 0.5%;
    padding: 12px 4%;
    background: #c00913;
    color: #eee;
    text-align: center;
    position: relative;
    opacity: 0.9;
    transition: color 0.15s ease 0s, opacity 0.15s ease 0s
}

/*.findShop2 a.blue {
    background: #000;
}*/
.findShop2.flex a {
    width: 40%;
    margin: 0;
}
@media (max-width: 768px) {
    .findShop2.flex {
        flex-direction: column;
    }
    .findShop2.flex a {
        width: 100%;
    }
    .findShop2.flex a + a {
        margin-top: 1em;
    }
}


.findShop2 a:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/img/images.png) no-repeat -229px -49px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.6;
    transition: all 0.15s ease 0s
}

.findShop2 a strong {
    font-size: 21px;
    font-weight: 700;
    padding: 6px 0 10px 0;
    display: block
}

.findShop2 a:hover,.findShop2 a:focus {
    color: #fff;
    opacity: 1
}

.findShop2 a:hover:before,.findShop2 a:focus:before {
    right: 15px;
    top: 15px;
    opacity: 1
}

.findShop {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 980px
}

.findShop h2 {
    color: #000;
    font-size: 31px;
    font-weight: 700;
    padding: 0 0 56px 100px;
    text-align: left
}

.findShop a {
    display: inline-block;
    width: 162px;
    height: 144px;
    margin: 0 40px;
    padding: 16px 40px;
    border-radius: 12px;
    background: #2c2c2c;
    color: #eee;
    text-align: left;
    position: relative;
    opacity: 0.9;
    transition: color 0.15s ease 0s, opacity 0.15s ease 0s
}

.findShop a:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/img/images.png) no-repeat -229px -49px;
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.6;
    transition: all 0.15s ease 0s
}

.findShop a strong {
    font-size: 21px;
    font-weight: 700;
    padding: 70px 0 18px 0;
    display: block
}

.findShop a:hover,.findShop a:focus {
    color: #fff;
    opacity: 1
}

.findShop a:hover:before,.findShop a:focus:before {
    right: 20px;
    top: 20px;
    opacity: 1
}

.findShop a:nth-child(2) {
    background-color: #c00913
}

.findShop a:nth-child(3) {
    background-color: #3e4750
}

.mainContent4 .container,.mainContent5 .container,.mainContent6 .container {
    text-align: left
}

.mainContent4 h2,.mainContent4 .enTitle,.mainContent4 .ko,.mainContent4 .btn,.mainContent4 .imgP1,.mainContent4 .imgP1Shdow,.mainContent5 h2,.mainContent5 .enTitle,.mainContent5 .ko,.mainContent5 .btn,.mainContent5 .imgP1,.mainContent5 .imgP1Shdow,.mainContent6 h2,.mainContent6 .enTitle,.mainContent6 .ko,.mainContent6 .btn,.mainContent6 .imgP1,.mainContent6 .imgP1Shdow {
    position: absolute;
    left: 0;
    top: 90px;
    opacity: 0;
    line-height: 1.4em
}

.mainContent4 h2,.mainContent5 h2,.mainContent6 h2 {
    font-size: 21px;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    transition: all 1.5s ease 0.2s
}

.mainContent4 .enTitle,.mainContent5 .enTitle,.mainContent6 .enTitle {
    font-size: 60px;
    color: #000;
    font-weight: 500;
    line-height: 1.15em;
    letter-spacing: -0.04em;
    top: 140px;
    transition: all 0.5s ease 0.1s
}

.mainContent4 .ko,.mainContent5 .ko,.mainContent6 .ko {
    font-size: 17px;
    top: 180px;
    transition: all 0.5s ease 0.1s
}

.mainContent4 .btn,.mainContent5 .btn,.mainContent6 .btn {
    top: 160px;
    top: 185px;
    opacity: 0;
    transition: opacity 0.5s ease 0s, background-color 0.2s ease 0s , top 2s ease 1.4s
}

.mainContent4 .imgP1,.mainContent5 .imgP1,.mainContent6 .imgP1 {
    right: -350px;
    left: inherit;
    top: calc( 50% - 260px);
    transition: all 0.5s ease 0.6s;
    height: 690px
}

.mainContent4 .imgP1Shdow,.mainContent5 .imgP1Shdow,.mainContent6 .imgP1Shdow {
    right: -330px;
    left: inherit;
    top: calc( 50% - 230px);
    transition: all 0.5s ease 0.6s;
    height: 690px
}

.mainContent4 h2,.mainContent4 .enTitle {
    color: #fff
}

body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-2 .mainContent4 .enTitle,body.fp-viewing-2 .mainContent4 .ko,body.fp-viewing-4 .mainContent5 h2,body.fp-viewing-4 .mainContent5 .enTitle,body.fp-viewing-4 .mainContent5 .ko,body.fp-viewing-5 .mainContent6 h2,body.fp-viewing-5 .mainContent6 .enTitle,body.fp-viewing-5 .mainContent6 .ko {
    text-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-2 .mainContent4 .enTitle,body.fp-viewing-2 .mainContent4 .ko,body.fp-viewing-2 .mainContent4 .btn,body.fp-viewing-2 .mainContent4 .imgP1,body.fp-viewing-2 .mainContent4 .imgP1Shdow,body.fp-viewing-4 .mainContent5 h2,body.fp-viewing-4 .mainContent5 .enTitle,body.fp-viewing-4 .mainContent5 .ko,body.fp-viewing-4 .mainContent5 .btn,body.fp-viewing-4 .mainContent5 .imgP1,body.fp-viewing-4 .mainContent5 .imgP1Shdow,body.fp-viewing-5 .mainContent6 h2,body.fp-viewing-5 .mainContent6 .enTitle,body.fp-viewing-5 .mainContent6 .ko,body.fp-viewing-5 .mainContent6 .btn,body.fp-viewing-5 .mainContent6 .imgP1,body.fp-viewing-5 .mainContent6 .imgP1Shdow {
    opacity: 1
}

body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-4 .mainContent5 h2,body.fp-viewing-5 .mainContent6 h2 {
    top: -20px;
    transition: all 2s ease 0.3s
}

body.fp-viewing-2 .mainContent4 .enTitle,body.fp-viewing-4 .mainContent5 .enTitle,body.fp-viewing-5 .mainContent6 .enTitle {
    top: 22px;
    transition: all 2s ease 0.4s
}

body.fp-viewing-2 .mainContent4 .ko,body.fp-viewing-4 .mainContent5 .ko,body.fp-viewing-5 .mainContent6 .ko {
    top: 95px;
    transition: all 2s ease 0.7s
}

body.fp-viewing-2 .mainContent4 .btn,body.fp-viewing-4 .mainContent5 .btn,body.fp-viewing-5 .mainContent6 .btn {
    transition: opacity 2s ease 1.4s, background-color 0.2s ease 0s, top 2s ease 1.4s
}

body.fp-viewing-2 .mainContent4 .imgP1,body.fp-viewing-4 .mainContent5 .imgP1,body.fp-viewing-5 .mainContent6 .imgP1 {
    right: 0px;
    transition: all 2s ease 0.7s
}

body.fp-viewing-2 .mainContent4 .imgP1_w,body.fp-viewing-4 .mainContent5 .imgP1_w,body.fp-viewing-5 .mainContent6 .imgP1_w {
    right: 0px;
    transition: all 2s ease 0.7s
}

body.fp-viewing-2 .mainContent4 .imgP1Shdow,body.fp-viewing-4 .mainContent5 .imgP1Shdow,body.fp-viewing-5 .mainContent6 .imgP1Shdow {
    right: -10px;
    transition: all 2s ease 0.7s;
    opacity: 0.6
}

body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-2 .mainContent4 p {
    color: #fff
}

body.fp-viewing-2 .mainContent4 .btn.pri {
    background-color: #c00913;
    color: #fff
}

#section2 .fp-tableCell {
    background: url(/img/viewing3.jpg) no-repeat 50% -600px;
    background-size: cover;
    transition: background-position 0.7s ease 0s
}

body.fp-viewing-2 #section2 .fp-tableCell {
    background-position: 50% 0
}

body.fp-viewing-4 #section2 .fp-tableCell {
    background-position: 50% 300px
}

#section4 .fp-tableCell {
    background: url(/img/viewing4.jpg) no-repeat 50% -200px;
    background-size: 120% auto;
    transition: background-position 0.7s ease 0s, background-size 5s ease-in-out 0.2s
}

#section4 .fp-tableCell:hover {
    background-size: 140% auto
}

#section4 .fp-tableCell h2,#section4 .fp-tableCell .enTitle,#section4 .fp-tableCell .ko {
    color: #fff
}

#section4 .fp-tableCell .enTitle {
    text-indent: -3px
}

body.fp-viewing-4 #section4 .fp-tableCell {
    background-position: 50% 0
}

body.fp-viewing-5 #section4 .fp-tableCell {
    background-position: 50% 300px
}

#section5 .fp-tableCell {
    background: url(/img/viewing5.jpg) no-repeat 50% -200px;
    background-size: 120% auto;
    transition: background-position 0.7s ease 0s, background-size 5s ease-in-out 0.2s
}

#section5 .fp-tableCell:hover {
    background-size: 140% auto
}

#section5 .fp-tableCell h2,#section5 .fp-tableCell .enTitle,#section5 .fp-tableCell .ko {
    color: #fff
}

body.fp-viewing-5 #section5 .fp-tableCell {
    background-position: 50% 0
}

body.fp-viewing-6 #section5 .fp-tableCell {
    background-position: 50% 300px
}

.noticeWrap {
    padding: 100px 0 0 0;
    background: #e6e8eb
}

.noticeWrap h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    color: #000
}

.noticeWrap ul {
    padding: 100px 0;
    width: 1220px;
    margin: 0 auto
}

.noticeWrap ul:after {
    display: block;
    content: "";
    clear: both
}

.noticeWrap li {
    width: 30%;
    padding: 24px 0 10px 0;
    margin: 20px 2.5%;
    float: left;
    border-bottom: solid 3px #000;
    position: relative;
    text-align: left
}

.noticeWrap li:nth-child(3n+1) {
    margin-left: 0
}

.noticeWrap li:nth-child(3n) {
    margin-right: 0
}

.noticeWrap li span,.noticeWrap li a,.noticeWrap li strong {
    display: block;
    font-weight: 500;
    color: #000;
    padding: 2px 0
}

.noticeWrap li strong {
    padding: 1px 6px;
    background: #000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0
}

.noticeWrap li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden
}

.daiwaSpecialWrap {
    background: #fff;
    padding: 60px 0 0 0
}

.daiwaSpecialWrap h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    color: #000
}

.daiwaSpecialWrap ul {
    text-align: center;
    width: 1200px;
    padding: 70px 0 60px 0;
    margin: 0 auto
}

.daiwaSpecialWrap ul:after {
    display: block;
    content: "";
    clear: both
}

.daiwaSpecialWrap li {
    display: inline-block;
    width: 50%;
    float: left
}

.daiwaSpecialWrap li a {
    display: block;
    padding: 34px 32px 0 32px;
    margin: 14px;
    height: 146px;
    color: #fff;
    opacity: 0.9;
    background: #444 no-repeat center center;
    background-size: 586px auto;
    transition: opacity 0.3s ease 0s, background-size 0.5s ease 0s;
    text-align: left;
    line-height: 1.3em;
    position: relative
}

.daiwaSpecialWrap li a:before,.daiwaSpecialWrap li a:after {
    display: block;
    width: 23px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    right: 29px;
    top: 27px
}

.daiwaSpecialWrap li a:after {
    transform: rotate(90deg)
}

.daiwaSpecialWrap li a strong {
    display: block;
    font-size: 35px;
    padding: 20px 0
}

.daiwaSpecialWrap li a strong:before {
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 27px;
    top: 27px
}

.daiwaSpecialWrap li a:hover,.daiwaSpecialWrap li a:focus {
    opacity: 1;
    background-size: 720px auto
}

.daiwaSpecialWrap li:first-child a,.daiwaSpecialWrap li:last-child a {
    background-color: #222
}

.daiwaSpecialWrap li:nth-child(odd) a {
    margin-left: 0
}

.daiwaSpecialWrap li:nth-child(even) a {
    margin-right: 0
}

/*.daiwaSpecialWrap li.daiwaSpecial1 a {
    background-image: url(/img/daiwaSpecial1.jpg)
}

.daiwaSpecialWrap li.daiwaSpecial2 a {
    background-image: url(/img/daiwaSpecial2.jpg)
}

.daiwaSpecialWrap li.daiwaSpecial3 a {
    background-image: url(/img/daiwaSpecial3.jpg)
}

.daiwaSpecialWrap li.daiwaSpecial4 a {
    background-image: url(/img/daiwaSpecial4.jpg)
}*/

.daiwaSpecialWrap a {
    display: block;
    padding: 50px 32px 0 32px;
    margin: 24px 0;
    height: 146px;
    color: #fff;
    opacity: 0.9;
    background: #444 no-repeat center center;
    background-size: 600px auto;
    transition: opacity 0.3s ease 0s, background-size 0.5s ease 0s;
    text-align: left;
    line-height: 1.3em;
    position: relative
}

.daiwaSpecialWrap a:before,.daiwaSpecialWrap a:after {
    display: block;
    width: 23px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    right: 29px;
    top: 32px
}

.daiwaSpecialWrap a:after {
    transform: rotate(90deg)
}

.daiwaSpecialWrap a strong {
    display: block;
    font-size: 35px;
    padding: 20px 0
}

.daiwaSpecialWrap a strong:before {
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 33px;
    top: 32px
}

.daiwaSpecialWrap a:hover,.daiwaSpecialWrap a:focus {
    opacity: 1;
    background-size: 720px auto
}

/*.daiwaSpecialWrap a.daiwaSpecial1 {
    background-image: url(/img/daiwaSpecial1.jpg)
}

.daiwaSpecialWrap a.daiwaSpecial2 {
    background-image: url(/img/daiwaSpecial2.jpg)
}

.daiwaSpecialWrap a.daiwaSpecial3 {
    background-image: url(/img/daiwaSpecial3.jpg)
}

.daiwaSpecialWrap a.daiwaSpecial4 {
    background-image: url(/img/daiwaSpecial4.jpg)
}*/

.daiwaSpecialWrap #daiwaSpecial {
    padding: 40px 0 40px 0
}

.daiwaSpecialWrap .btnMore {
    border: solid 2px #7c7c7c;
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: calc( 50% - 25px);
    position: relative;
    transition: opacity 0.15s ease 0s;
    opacity: 0.6
}

.daiwaSpecialWrap .btnMore:hover,.daiwaSpecialWrap .btnMore:focus {
    opacity: 1
}

.daiwaSpecialWrap .btnMore:before,.daiwaSpecialWrap .btnMore:after {
    display: block;
    content: "";
    position: absolute;
    background: #7c7c7c
}

.daiwaSpecialWrap .btnMore:before {
    width: 2px;
    height: 28px;
    left: 24px;
    top: 10px
}

.daiwaSpecialWrap .btnMore:after {
    width: 28px;
    height: 2px;
    left: 12px;
    top: 24px
}

.daiwaSpecialWrap .owl-theme .owl-dots .owl-dot {
    font-size: 0;
    padding: 10px 0;
    background: transparent
}

.daiwaSpecialWrap .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 0;
    height: 6px;
    width: 60px;
    background: #efefef;
    outline: solid 1px #ddd;
    transition: background 0.2s ease 0s, outline 0.2s ease 0s
}

.daiwaSpecialWrap .owl-theme .owl-dots .owl-dot.active span,.daiwaSpecialWrap .owl-theme .owl-dots .owl-dot:hover span,.daiwaSpecialWrap .owl-theme .owl-dots .owl-dot:focus span {
    background: #333;
    outline: solid 1px #333
}

.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-] {
    background: none transparent;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px
}

.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-] span {
    display: none
}

.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:before,.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:after {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    top: 71px;
    left: 16px;
    opacity: 0.5;
    transition: opacity 0.15s ease 0s, left 0.15s ease 0s
}

.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:after {
    transform: rotate(-45deg);
    top: 29px
}

.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:hover:before,.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:hover:after,.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:focus:before,.daiwaSpecialWrap .owl-theme .owl-nav [class*=owl-]:focus:after {
    left: 0;
    opacity: 1
}

.daiwaSpecialWrap .owl-theme .owl-nav .owl-prev {
    left: -100px
}

.daiwaSpecialWrap .owl-theme .owl-nav .owl-next {
    right: -100px;
    transform: rotate(180deg);
    top: 38%
}

#section7 .fp-tableCell {
    opacity: 0.4;
    transition: opacity 0.3s ease 0s
}

body.fp-viewing-7 #section7 .fp-tableCell {
    opacity: 1
}

.btnTop {
    background: #2d2d2d;
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 22px;
    right: 22px;
    opacity: 0.7;
    transition: opacity 0.15s ease 0s;
    z-index: 60
}

.btnTop:before {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    margin: 15px auto 0 auto;
    display: block;
    background: url(/img/images.png) no-repeat -237px -78px
}

.btnTop:hover,.btnTop:focus {
    opacity: 1
}

div#fp-nav ul li a span {
    transition: all 0.5s ease-in-out 0s
}

body.fp-viewing-3 #fp-nav ul li a span,body.fp-viewing-4 #fp-nav ul li a span,body.fp-viewing-5 #fp-nav ul li a span,body.fp-viewing-7 #fp-nav ul li a span,body.fp-viewing-8 #fp-nav ul li a span {
    background: #fff
}

.social {
    background: #000;
    padding-top: 40px
}

.social h3,.social h4 {
    color: #fff;
    text-align: center
}

.social h3 {
    font-size: 24px;
    padding: 8px 0
}

.social h4 {
    font-size: 60px;
    padding: 16px 0 34px 0
}

.social .snsLink {
    text-align: center;
    padding: 0 0 100px 0;
    position: relative
}

.social .snsLink a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 10px;
    font-size: 0;
    background: url(/img/snsIcons.png);
    opacity: 0.7;
    transition: opacity 0.15s ease 0s
}

.social .snsLink a:hover,.social .snsLink a:focus {
    opacity: 1
}

.social .snsLink .iconCH {
    background-position-x: -60px
}

.social .snsLink .iconIN {
    background-position-x: -120px
}

.social .snsLink .iconFA {
    background-position-x: -180px
}

.social .snsLink .iconBL {
    background-position-x: -240px
}

.social .snsLink:before,.social .snsLink:after {
    display: block;
    content: "";
    background: #fff;
    opacity: 0.5;
    width: 15%;
    height: 1px;
    position: absolute;
    top: 40px
}

.social .snsLink:before {
    left: 20%
}

.social .snsLink:after {
    right: 20%
}

.social .snsThum {
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 1220px
}

.social .snsThum ul {
    display: flex
}

.social .snsThum li {
    width: 100%
}

.social .snsThum li img {
    max-width: 100%
}

.contentHeader {
    position: relative;
    border-bottom: solid 1px #ededed
}

#section {
    padding-bottom: 80px
}

#h2 {
    font-size: 30px;
    text-align: center;
    padding: 55px 0 80px 0;
    padding: 40px 0;
    font-weight: 500
}

.pageLoc {
    position: absolute;
    left: 0;
    top: 94px;
    width: 100%;
    text-align: center;
    font-size: 0;
    display: none
}

.pageLoc>li {
    position: relative;
    display: inline-block;
    padding-right: 16px
}

.pageLoc>li:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 9px;
    margin-right: 8px;
    background: url(/img/images.png) no-repeat -83px -38px;
    background-size: 250px;
    opacity: 0.5
}

.pageLoc>li:first-child:before {
    background: url(/img/images.png) no-repeat -135px -39px;
    background-size: 250px;
    margin-right: 6px;
    width: 12px;
    height: 12px
}

.pageLoc>li:first-child a {
    font-size: 14px;
    padding: 0
}

.pageLoc li>span {
    display: inline-block;
    padding: 12px 20px 12px 6px;
    font-size: 15px;
    color: #777
}

.pageLoc a {
    display: inline-block;
    padding: 12px 20px 12px 6px;
    font-size: 15px;
    color: #777
}

.pageLoc a:hover,.pageLoc a:focus {
    color: #555
}

.pageLoc ul {
    display: none;
    position: absolute;
    width: 95%;
    left: 5%;
    border: solid 1px #ddd;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.15s ease 0s
}

.pageLoc ul a {
    padding: 0 8px;
    text-align: center;
    transition: padding 0.15s ease 0s
}

.pageLoc li.on ul {
    opacity: 1
}

.pageLoc li.on ul a {
    padding: 8px
}

.pageLoc li.on .btnMore {
    display: none
}

.pageLoc li.on .btnClose {
    display: block
}

.pageLoc .btnMore,.pageLoc .btnClose {
    position: absolute;
    right: 6px;
    top: 12px;
    width: 22px;
    height: 22px;
    vertical-align: baseline;
    font-size: 0;
    background: url(/img/images.png) no-repeat -130px -52px;
    background-size: 250px
}

.pageLoc .btnClose {
    display: none;
    transform: rotate(180deg);
    top: 6px
}

.infiniteslide1 li {
    width: 315px;
    height: 100%;
    background: no-repeat center center;
    background-size: cover
}

.productWrap {
    border-top: solid 3px #333
}

.productWrap:after {
    display: block;
    content: "";
    clear: both
}

.productWrap h4 {
    padding: 32px 0
}

.productLink a {
    display: block;
    width: 19.5%;
    height: 50px;
    padding: 270px 2% 0px 2%;
    margin: 12px 1.7% 12px 0;
    border: solid 1px #333;
    border-radius: 8px;
    float: left;
    background: no-repeat center 40%
}

.productLink a:nth-child(4n) {
    margin-right: 0
}

body.a00 {
    background: #000
}

body.a00 .infiniteslide1 {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%
}

body.a00 .infiniteslide1:after {
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 490px;
    background: rgba(0,0,0,0.8) url(/img/a00BgPattern.png) repeat-x center 0;
    position: absolute
}

.headerBox {
    background: url(/img/technology/field_staff.jpg) center -160px;
    background-size: 118% auto;
    padding: 160px 0 0 0;
    margin-bottom: 40px;
    height: 320px;
    position: relative
}

.headerBox #h2 {
    width: 0;
    overflow: hidden
}

.headerBox #h2 span {
    display: block;
    width: 500px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.2em
}

.headerBox #h2 .en {
    font-size: 56px;
    letter-spacing: 0.1em;
    font-weight: 700
}

.headerBox #h2 .ko {
    font-size: 25px;
    font-weight: 500;
    margin-top: 12px;
    letter-spacing: 0;
    opacity: 0;
    margin-top: 40px
}

.boxLine1,.boxLine2,.boxLine3 {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    background: #fff;
    opacity: 0.4
}

.boxLine1 {
    left: 32px;
    bottom: 0
}

.boxLine2 {
    left: 32px;
    top: 32px
}

.boxLine3 {
    right: 32px;
    top: 32px
}

body.a10 .sectionWrap article {
    width: 1070px;
    min-height: 470px;
    padding-top: 140px;
    position: relative
}

body.a10 .sectionWrap article:after {
    display: block;
    content: "";
    clear: both
}

body.a10 .sectionWrap article h3 {
    font-size: 62px;
    color: #fff;
    font-size: 16px;
    background: rgba(255,255,255,0.12);
    width: 220px;
    padding: 44px 44px 22px 44px;
    position: absolute;
    left: 0;
    top: 140px
}

body.a10 .sectionWrap article h3:before {
    display: block;
    content: "";
    background-color: #c00913;
    width: 10px;
    height: 2px;
    margin: 0 0 6px 4px
}

body.a10 .sectionWrap article h3 .en {
    display: block;
    font-size: 62px;
    line-height: 1em;
    font-weight: 700
}

body.a10 .sectionWrap .bg {
    height: 570px;
    background: url(/img/product/bgA10.jpg) no-repeat 24% 10px;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%
}

body.a20 .headerBox {
    background: url(/img/product/brand/bgA20a.jpg) center center;
    background-size: 118%
}

body.a30 .headerBox {
    background: url(/img/product/genre/bgA30a.jpg) center center;
    background-size: 118%
}

div.onLoad .boxLine1 {
    height: calc( 100% - 32px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.5s
}

div.onLoad .boxLine2 {
    width: calc( 100% - 64px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 1s
}

div.onLoad .boxLine3 {
    height: calc( 100% - 32px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 1.5s
}

div.onLoad #h2 {
    width: 1220px;
    transition: width 2s ease 2s
}

div.onLoad.headerBox {
    background-size: 110% auto;
    transition: background-size 10s ease 0s
}

div.onLoad.headerBox #h2 .ko {
    opacity: 1;
    margin-top: 12px;
    transition: all 1s ease 2.5s
}

#a10_rod .bg {
    background-position-y: -585px
}

#a10_wear .bg {
    background-position-y: -1134px
}

#a10_lure .bg {
    background-position-y: -1770px
}

#a10_other .bg {
    background-position-y: -2249px
}

.categoryLink {
    float: right;
    background: rgba(255,255,255,0.12);
    padding: 20px;
    width: 214px;
    position: relative;
    z-index: 20
}

.categoryLink button {
    font-size: 20px;
    height: 40px;
    background: none;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.15s ease 0s;
    position: relative;
    width: 100%;
    text-align: left
}

.categoryLink button:hover,.categoryLink button:focus {
    opacity: 1
}

.categoryLink button:before,.categoryLink button:after {
    display: block;
    content: "";
    background-color: #c00913;
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 18px;
    transform: rotate(-45deg);
    transition: transform 0.15s ease 0s
}

.categoryLink button:after {
    transform: rotate(45deg);
    right: 10px
}

.categoryLink li a {
    display: block;
    color: #fff;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    transition: all 0.15s ease 0s;
    height: 0;
    overflow: hidden
}

.categoryLink li a:before {
    display: inline-block;
    content: "";
    background: #fff;
    width: 8px;
    height: 2px;
    vertical-align: middle;
    margin: 0 10px 0 4px
}

.categoryLink li a:hover,.categoryLink li a:focus {
    opacity: 1
}

.categoryLink.on button:before {
    transform: rotate(45deg)
}

.categoryLink.on button:after {
    transform: rotate(-45deg)
}

.categoryLink.on li a {
    padding: 6px 0;
    height: 18px;
    opacity: 0.8
}

.categoryLink.on li a:hover,.categoryLink.on li a:focus {
    opacity: 1
}

.stickySectionNav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    background: rgba(0,0,0,0.8);
    border-radius: 16px 0 0 16px;
    z-index: 25
}

.stickySectionNav .en {
    letter-spacing: 0;
    font-weight: 300
}

.stickySectionNav p {
    color: #fff;
    opacity: 0.45;
    font-size: 20px;
    padding: 20px 20px 30px 20px
}

.stickySectionNav a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.15s ease 0s;
    font-size: 13px
}

.stickySectionNav a:hover,.stickySectionNav a:focus {
    opacity: 1
}

.stickySectionNav a .en {
    display: block;
    font-size: 32px;
    padding: 4px 0
}

.a11 .sectionWrap,.a21 .sectionWrap,.a31 .sectionWrap {
    background: #fff
}

.a11 .sectionWrap section.container,.a21 .sectionWrap section.container,.a31 .sectionWrap section.container {
    padding: 40px 0
}

.a11 .sectionWrap .producList h3,.a21 .sectionWrap .producList h3,.a31 .sectionWrap .producList h3 {
    font-size: 20px;
    padding: 50px 0 16px 0
}

.a11 .sectionWrap .producList ul,.a21 .sectionWrap .producList ul,.a31 .sectionWrap .producList ul {
    border-top: solid 3px #000;
    padding: 20px 0
}

.a11 .sectionWrap .producList ul:after,.a21 .sectionWrap .producList ul:after,.a31 .sectionWrap .producList ul:after {
    display: block;
    content: "";
    clear: both
}

.a11 .sectionWrap .producList li,.a21 .sectionWrap .producList li,.a31 .sectionWrap .producList li {
    width: 23.5%;
    width: calc( 25% - 18px);
    float: left;
    border: solid 1px #333;
    border-radius: 2px;
    margin: 10px;
    position: relative
}

.a11 .sectionWrap .producList li a,.a21 .sectionWrap .producList li a,.a31 .sectionWrap .producList li a {
    display: block;
    padding: 30px 30px 0 30px;
    height: 255px
}

.a11 .sectionWrap .producList li a img,.a21 .sectionWrap .producList li a img,.a31 .sectionWrap .producList li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 170px;
}

.a11 .sectionWrap .producList li a span,.a21 .sectionWrap .producList li a span,.a31 .sectionWrap .producList li a span {
    display: block;
    padding: 24px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.3em;
    height: 2.6em
}

.a11 .sectionWrap .producList li:nth-child(4n+1),.a21 .sectionWrap .producList li:nth-child(4n+1),.a31 .sectionWrap .producList li:nth-child(4n+1) {
    margin-left: 0
}

.a11 .sectionWrap .producList li:nth-child(4n),.a21 .sectionWrap .producList li:nth-child(4n),.a31 .sectionWrap .producList li:nth-child(4n) {
    margin-right: 0
}

.headerBox2 {
    height: 400px;
    padding: 76px 0 0 0;
    background: url(/img/product/bgA11a.jpg) no-repeat center center;
    text-align: center
}

.headerBox2 #h2 {
    color: #fff
}

.headerBox2 #h2 span {
    display: block
}

.headerBox2 #h2 .en {
    font-size: 68px;
    font-size: 56px;
    letter-spacing: 0.2em
}

.headerBox2 #h2 .kr {
    font-size: 30px;
    padding: 24px 0 0 0
}

.headerBox2 select {
    width: 350px;
    margin: 30px 20px;
    height: 80px;
    font-size: 32px;
    padding-left: 20px;
    color: #fff;
    background: none transparent;
    border: solid 2px #fff
}

.headerBox2 select option {
    color: #333;
    font-size: 20px
}

.selectWrap {
    text-align: center
}

.selectWrap .selectList {
    margin: 0 20px;
    display: inline-block;
    font-size: 36px;
    vertical-align: top;
    position: relative;
    z-index: 5
}

.selectWrap .selectList.on ul {
    height: auto
}

.selectWrap .selectList.on ul button {
    padding: 6px 20px;
    opacity: 1;
    height: auto
}

.selectWrap .selectList.on .btnOnOff:before {
    transform: rotate(-45deg)
}

.selectWrap .selectList.on .btnOnOff:after {
    transform: rotate(45deg)
}

.selectWrap h3,.selectWrap button {
    background: none transparent
}

.selectWrap button {
    width: 100%;
    min-width: 220px
}

.selectWrap h3 {
    font-size: 24px;
    padding: 14px 46px 0 20px;
    color: #fff;
    height: 38px;
    text-align: left;
    border: solid 2px #fff
}

.selectWrap .btnOnOff {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    font-size: 0;
    padding: 0
}

.selectWrap .btnOnOff:before,.selectWrap .btnOnOff:after {
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 27px;
    top: 27px;
    transform: rotate(45deg);
    opacity: 0.7;
    transition: all 0.15s ease 0s
}

.selectWrap .btnOnOff:after {
    transform: rotate(-45deg);
    right: 18px
}

.selectWrap .btnOnOff:hover:before,.selectWrap .btnOnOff:hover:after,.selectWrap .btnOnOff:focus:before,.selectWrap .btnOnOff:focus:after {
    opacity: 1
}

.selectWrap ul {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    height: 0;
    overflow: hidden
}

.selectWrap ul button {
    color: #666;
    padding: 0 20px;
    width: 100%;
    transition: all 0.2s ease 0s;
    font-size: 20px;
    opacity: 0;
    text-align: left
}

.selectWrap ul button:hover,.selectWrap ul button:focus {
    color: #000
}

.prodctContent {
    border-top: solid 1px #ccc;
    position: relative
}

.prodctContent .product__slider-main {
    padding: 0 50px
}

.prodctContent .product__slider-thmb {
    width: 60%;
    margin: 0 auto
}

.prodctContent .product__slider-thmb .slick-list {
    overflow: visible
}

.prodctContent:after {
    display: block;
    content: "";
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%
}

.slick-slide {
    background: no-repeat center center;
    background-size: contain
}

.product__slider-main {
    margin-bottom: 15px;
    text-align: center
}

.product__slider-main .slick-slide {
    min-height: 300px
}

.product__slider-thmb .slick-slide {
    opacity: 0.5;
    transition: all .3s ease;
    height: 50px;
    border: #ccc solid 1px;
    margin: 0 3px
}

.product__slider-thmb .slick-slide.slick-active,.product__slider-thmb .slick-slide:hover {
    opacity: 1
}

.product__slider-main,.product__slider-thmb {
    display: none
}

.slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    top: 136px;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    opacity: 0.5;
    transition: opacity 0.15s ease 0s
}

.slick-arrow:hover,.slick-arrow:focus {
    opacity: 0.8
}

.slick-arrow:before,.slick-arrow:after {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 15px;
    left: 12px
}

.slick-arrow:before {
    transform: rotate(-45deg)
}

.slick-arrow:after {
    transform: rotate(45deg);
    top: 24px
}

.black .slick-arrow {
    background-color: rgba(255,255,255,0.3)
}

.slick-prev {
    left: -46px
}

.slick-next {
    right: -46px;
    transform: rotate(180deg)
}

.board {
    padding: 16px 0;
    clear: both
}

.board header {
    border-bottom: solid 1px #ccc;
    padding: 16px 0;
    margin: 16px 0
}

.board header h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.3em
}

.board img {
    max-width: 100%
}

.board .imgR,.board .imgL,.board .imgC {
    line-height: 1.4em;
    padding: 8px 0
}

.board .imgR:after,.board .imgL:after,.board .imgC:after {
    display: block;
    content: "";
    clear: both
}

.board .imgR h5,.board .imgL h5,.board .imgC h5 {
    font-weight: 500;
    padding-bottom: 10px
}

.board .imgR p,.board .imgL p,.board .imgC p {
    line-height: 1.4em
}

.board .imgR img {
    float: right;
    margin: 0 0 10px 16px
}

.board .imgL img {
    float: left;
    margin: 0 16px 16px 0
}

.board .imgC {
    text-align: center
}

.board .liEa2:after {
    display: block;
    content: "";
    clear: both
}

.board .liEa2 ul {
    font-size: 0;
    text-align: center
}

.board .liEa2 li {
    margin: 8px 0;
    display: inline-block;
    line-height: 1.5em;
    height: 450px;
    width: 420px;
    vertical-align: top
}

.board .liEa2 li img {
    margin: 8px 0
}

.board .liEa2 li:nth-child(odd) {
    margin-right: 2%
}

.board .liEa2 li:nth-child(even) {
    margin-left: 2%
}

.board .liEa2 li p {
    line-height: 1.5em;
    text-align: left
}

.youtube {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
    margin: 24px 0
}

.youtube iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.overFlowTable {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.overFlowTable td,.overFlowTable th {
    word-break: keep-all
}

.brandList {
    padding-bottom: 50px
}

.brandList:after {
    display: block;
    content: "";
    clear: both
}

.brandList li {
    width: 30.7%;
    width: calc( 33.3% - 31px);
    margin: 23px;
    float: left
}

.brandList li a {
    display: block;
    height: 226px;
    background: #fff no-repeat center center;
    opacity: 1;
    transition: opacity 0.15s ease 0s
}

.brandList li a:hover,.brandList li a:focus {
    opacity: 0.75
}

.brandList li:nth-child(3n) {
    margin-right: 0
}

.brandList li:nth-child(3n+1) {
    margin-left: 0
}

body.a21 .selectList span {
    display: none;
    width: 250px;
    height: 40px;
    margin: 0 20px 0 36px;
    float: right;
    background: #fff center center no-repeat;
    background-size: contain
}

body.a21 .producList h3 span.logoImg {
    display: inline-block;
    width: 200px;
    height: 40px;
    margin-top: -8px;
    float: right;
    background: #fff right top no-repeat;
    background-size: contain
}

body.a31 .selectList ul button {
    letter-spacing: -0.06em
}

.a30Content {
    position: relative;
    height: 1760px
}

.a30Content a {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 30px;
    width: 49.5%;
    background: no-repeat center center;
    line-height: 1.2em;
    opacity: 1;
    transition: all 0.1s ease 0s
}

.a30Content a:hover,.a30Content a:focus {
    opacity: 0.8
}

.a30Content a>span {
    position: absolute;
    bottom: 24px;
    left: 25px
}

.a30Content a .en {
    font-weight: 300
}

.a30Content .a30_01 {
    left: 0;
    top: 0;
    width: 49.5%;
    width: calc( 50% - 7px);
    height: 546px
}

.a30Content .a30_02 {
    right: 0;
    top: 0;
    width: 49.5%;
    width: calc( 50% - 7px);
    height: 266px
}

.a30Content .a30_03 {
    left: 50.6%;
    top: 280px;
    width: 24.1%;
    height: 266px
}

.a30Content .a30_04 {
    right: 0;
    top: 280px;
    width: 24.1%;
    height: 266px
}

.a30Content .a30_05 {
    left: 0;
    top: 562px;
    width: 49.5%;
    width: calc( 50% - 7px);
    height: 266px
}

.a30Content .a30_06 {
    right: 0;
    top: 562px;
    width: 49.5%;
    width: calc( 50% - 7px);
    height: 266px
}

.a30Content .a30_07 {
    left: 0;
    top: 844px;
    width: 23.4%;
    height: 286px
}

.a30Content .a30_08 {
    left: 24.7%;
    top: 844px;
    width: 20%;
    height: 286px
}

.a30Content .a30_09 {
    left: 0;
    top: 1145px;
    width: 44.7%;
    height: 288px
}

.a30Content .a30_10 {
    right: 0;
    top: 844px;
    width: 54%;
    height: 589px
}

.a30Content .a30_10 .en {
    display: block
}

.a30Content .a30_11 {
    left: 0;
    top: 1448px;
    width: 24%;
    height: 286px
}

.a30Content .a30_12 {
    left: 38.5%;
    top: 1448px;
    width: 25.4%;
    height: 286px
}

.a30Content .a30_13 {
    right: 25.2%;
    top: 1448px;
    width: 24%;
    height: 286px;
    background-size: cover;
    background-position-x: right
}

.a30Content .a30_14 {
    left: 25.4%;
    top: 1448px;
    width: 24%;
    height: 286px
}

.a30Content .a30_15 {
    left: 49.5%;
    top: 1748px;
    width: 24.7%;
    height: 286px
}

.a30Content .a30_16 {
    right: 0;
    top: 1448px;
    width: 24%;
    height: 286px;
    background-size: cover
}

.a30Content .a30_17 {
    right: 0;
    top: 1600px;
    width: 54%;
    height: 589px
}

.a30Content .a30_02 span,.a30Content .a30_03 span {
    left: auto;
    right: 32px
}

.genre {
    background: #2c2c2c
}

.headerBox3 {
    padding: 136px 0 0 0;
    height: 344px;
    background: #000 no-repeat calc( 50% + 380px) center
}

.headerBox3 #h2 {
    color: #fff;
    text-align: left;
    border: solid 3px #fff;
    width: 47%;
    padding: 70px 0 80px 80px;
    line-height: 1.2em;
    font-size: 30px;
    display: inline-block;
    width: auto;
    min-width: 40.5%;
    padding-right: 80px
}

.headerBox3 #h2 .en {
    font-size: 56px;
    display: block;
    padding: 12px 0;
    line-height: 1
}

.genreContent {
    padding-top: 20px
}

.genreContent:after {
    display: block;
    content: "";
    clear: both
}

.genreContent li {
    width: 23.6%;
    float: left;
    margin: 14px 0.9%;
    text-align: center;
    color: #ccc
}

.genreContent li .genreThmImg {
    background: #000 no-repeat center center;
    background-size: contain;
    height: 175px;
    display: block;
    margin-bottom: 8px
}

.genreContent li:nth-child(1),.genreContent li:nth-child(2) {
    width: 49%;
    margin-left: 0;
    margin-right: 1.7%
}

.genreContent li:nth-child(1) .genreThmImg,.genreContent li:nth-child(2) .genreThmImg {
    height: 285px;
    background-size: cover
}

.genreContent li:nth-child(2) {
    margin-right: 0
}

.genreContent li:nth-child(4n+3) {
    margin-left: 0
}

.genreContent li:nth-child(4n+2) {
    margin-right: 0
}

.tech1 {
    text-align: center;
    background: #000;
    margin-top: 40px
}

.tech1 a {
    display: inline-block;
    padding: 20px 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.tech1 a.on {
    color: #c00913
}

.tech2 {
    text-align: center;
    padding: 40px 0
}

.tech2 a {
    display: inline-block;
    padding: 16px 0;
    margin: 0 32px;
    font-size: 18px;
    font-weight: 300
}

.tech2 a.on {
    color: #c00913;
    font-weight: 600;
    border-bottom: solid 2px #c00913
}

.tech2 a.on:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c00913;
    vertical-align: top;
    margin: -8px 0 0 10px
}

.techContent {
    padding: 80px 0
}

.techContent:after {
    display: block;
    content: "";
    clear: both
}

.techContent article {
    width: 27%;
    padding: 30px 2% 0 3%;
    float: left;
    min-height: 194px;
    margin: 12px 2% 0 0;
    border-radius: 8px;
    background: #666 url(/img/bgB10_typeA1.jpg) no-repeat center center;
    background-size: cover;
    position: relative
}

.techContent article:nth-child(1) {
    height: 390px
}

.techContent article:nth-child(2) {
    height: 390px;
    background-image: url(/img/bgB10_typeA2.jpg)
}

.techContent article:nth-child(3) {
    height: 390px;
    background-image: url(/img/bgB10_typeA3.jpg)
}

.techContent article:nth-child(4) {
    height: 224px;
    background-image: url(/img/bgB10_typeA4.jpg)
}

.techContent article:nth-child(5) {
    height: 224px;
    background-image: url(/img/bgB10_typeA5.jpg)
}

.techContent article:nth-child(6) {
    height: 224px;
    background-image: url(/img/bgB10_typeA6.jpg)
}

.techContent article:nth-child(3n) {
    margin-right: 0
}

.techContent article h4,.techContent article p {
    color: #fff;
    line-height: 1.3
}

.techContent article h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.15em
}

.techContent article h4.en {
    height: 70px
}

.techContent article:nth-child(1) h4.en,.techContent article:nth-child(2) h4.en,.techContent article:nth-child(3) h4.en {
    height: 106px
}

.techContent article h4.ko {
    font-size: 17px;
    font-weight: 500;
    padding: 8px 0 10px 0
}

.techContent article p {
    font-size: 13px
}

.techContent article a {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #c00913;
    font-size: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all 0.15s ease 0s
}

.techContent article a:before,.techContent article a:after {
    display: block;
    content: "";
    background: #fff;
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 9px;
    transition: all 0.15s ease 0s
}

.techContent article a:after {
    transform: rotate(-45deg);
    top: 15px
}

.techContent article a:hover:before,.techContent article a:hover:after,.techContent article a:focus:before,.techContent article a:focus:after {
    left: 12px
}

.jqContent {
    display: none
}

.jqContent.on {
    display: block
}

.prodctContent.sample {
    text-align: center
}

.h2Tech {
    font-size: 46px;
    color: #fff;
    padding: 100px 0 50px 0
}

.h3Dash {
    font-size: 46px;
    color: #fff;
    padding: 100px 0 80px 0
}

.h3Dash span {
    font-size: 32px
}

.h3Dash:before {
    display: inline-block;
    content: "";
    width: 194px;
    height: 2px;
    background: #fff;
    margin: 0 15px 0 -142px;
    vertical-align: middle
}

.b40 {
    background: #191919
}

.b40 .headerBox {
    background-position-y: -300px;
    margin: 0
}
.b40 .headerBox.headerTech{
	background: url(/img/technology/technology.jpg) center;
	background-size: cover;
}
.b40 .headerBox.headerTech:before{
	content:'';
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #fff;
	opacity: 0.4;
}
.b40 .headerBox.headerTech #h2 span{
	color: #191919;
}

.techMain>article {
    padding: 130px 0 0 0
}

.pickupTech div {
    position: relative;
    padding: 10px 0;
    background: #191919
}

.pickupTech div:after {
    display: block;
    content: "";
    clear: both
}

.pickupTech div a {
    display: block;
    font-size: 0;
    float: left;
    height: 348px;
    width: 58.5%;
    margin: 10px 0;
    background: no-repeat center center;
    background-size: 100% auto;
    opacity: .8;
    transition: background-size 0.4s ease 0s, opacity 0.4s ease 0s
}

.pickupTech div a:hover,.pickupTech div a:focus {
    background-size: 105% auto;
    opacity: 1
}

.pickupTech div a.pickupTechAD {
    width: 100%;
}

.pickupTech div a.pickupTechMQ {
    float: none;
    float: right;
    width: 40%;
    height: 716px
}

.pickupTech div a.pickupTechAG {
    width: 40%
}

.pickupTech div a.pickupTechMA {
    width: 58.5%;
    float: none;
    float: right
}

.reelTech div {
    padding: 70px 0 0 0
}

.reelTech div a {
    display: block;
    font-style: italic;
    color: #fff;
    font-size: 45px;
    padding: 86px 0 0 7%;
    height: 164px;
    margin: 12px 0;
    font-weight: 500;
    line-height: 0.9em;
    position: relative
}

.reelTech div a strong {
    position: relative;
    z-index: 1;
    display: block
}

.reelTech div a span.bg {
    display: block;
    width: 731px;
    height: 249px;
    background: url(/img/technology/reel/reelTechSP.jpg) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    left: 29%;
    top: 0;
    z-index: 0;
    opacity: .8;
    transition: background-size 0.4s ease 0s,opacity 0.4s ease 0s
}

.reelTech div a:hover span.more,.reelTech div a:focus span.more {
    opacity: 1;
    margin-left: 30px
}

.reelTech div a:hover span.bg,.reelTech div a:focus span.bg {
    background-size: auto 105%;
    opacity: 1
}

.reelTech div .reelTechBA {
    padding-left: 12.5%
}

.reelTech div .reelTechBA span.bg {
    left: 40%;
    background-image: url(/img/technology/reel/reelTechBA.jpg)
}

.reelTech div .reelTechDE {
    padding-left: 18%
}

.reelTech div .reelTechDE span.bg {
    left: 50%;
    background-image: url(/img/technology/reel/reelTechDE.jpg)
}

span.more {
    display: inline-block;
    color: #fff;
    width: 240px;
    font-size: 16px;
    font-style: normal;
    text-indent: 6px;
    font-weight: 300;
    background: url(/img/btnMoreArrow.png) no-repeat 6px bottom;
    padding: 14px 0 6px 0;
    margin: 0;
    line-height: 1.2em;
    opacity: .6;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s;
    position: relative;
    z-index: 1
}

.rodTech {
    position: relative;
    height: 530px
}

.rodTech h3 {
    padding-top: 120px;
    position: relative;
    z-index: 1
}

.rodTech a {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/technology/rod/roTech.jpg) no-repeat 95% 140px;
    height: 450px;
    padding: 200px 0 0 0
}

.rodTech a:hover span.more,.rodTech a:focus span.more {
    opacity: 1;
    margin-left: 180px;
    opacity: 1
}

.rodTech span.more {
    margin: 145px 0 0 158px
}

.othersTech:after {
    display: block;
    content: "";
    clear: both
}

.othersTech h3 {
    padding: 88px 0 40px 0
}

.othersTech a {
    display: block;
    height: 245px;
    float: left;
    width: 38%;
    margin: 7px 14px 7px 0;
    font-size: 0;
    background: url(/img/technology/others/othersTech12.jpg) no-repeat center center;
    background-size: 103% auto;
    opacity: 0.8;
    transition: background-size 0.4s ease 0s, opacity 0.4s ease 0s
}

.othersTech a:hover,.othersTech a:focus {
    opacity: 1;
    background-size: 106% auto
}

.othersTech a:nth-child(even) {
    margin-right: 0
}

.othersTech .othersTech12,.othersTech .othersTechUV {
    width: calc( 62% - 14px)
}

.othersTech .othersTechNA {
    background-image: url(/img/technology/others/othersTechNA.jpg)
}

.othersTech .othersTechSA {
    background-image: url(/img/technology/others/othersTechSA.jpg)
}

.othersTech .othersTechUV {
    background-image: url(/img/technology/others/othersTechUV.jpg)
}

.othersTech>div {
    margin: 0 5%
}

.reelTechMainBG {
    background: #000 url(/img/technology/reel/b40_reelTech.jpg) no-repeat center 0
}

.reelTechMain {
    width: 1060px;
    padding: 60px 0
}

.reelTechMain .h3Dash {
    padding: 40px 0
}

.reelTechMain .h3Dash:before {
    margin-left: -204px
}

.reelTechMain h4 {
    color: #fff;
    font-style: italic;
    font-size: 55px;
    padding: 175px 0 170px 74px;
    font-weight: 300
}

.reelTechMain article {
    width: 44%;
    padding-bottom: 140px;
    position: relative
}

.reelTechMain article h5,.reelTechMain article p,.reelTechMain article a,.reelTechMain article div {
    color: #fff
}

.reelTechMain article h5 {
    line-height: 1.6em;
    padding: 24px 0 12px 0
}

.reelTechMain article h5 .en {
    font-size: 22px;
    display: block;
    font-weight: 100
}

.reelTechMain article h5 .kr {
    font-size: 19px
}

.reelTechMain article div.titleImg {
    border: solid 1px rgba(255,255,255,0.5);
    background: no-repeat center center;
    background-size: cover
}

.reelTechMain article div.titleImg img {
    width: 100%;
    height: auto
}

.reelTechMain article p {
    font-size: 13px;
    line-height: 1.4em;
    word-break: keep-all
}

.reelTechMain article .btnMoreWrrow {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 208px;
    transition: all 0.3s ease 0s
}

.reelTechMain article .btnMoreWrrow:hover,.reelTechMain article .btnMoreWrrow:focus {
    right: -30px;
    padding-left: 30px;
    background-position-x: 38px
}
.reelTechMain article:nth-child(odd) {
    float: left;
    /*margin-bottom: 40px*/
}
.reelTechMain article:nth-child(even) {
    float: right;
    margin-bottom: 40px;
}

.reelTechMain article:nth-child(5) {
    float: right;
}
.reelTechMain article:nth-child(6) {
    float: left;
}
.reelTechMain article:nth-child(7) {
    float: right;
}

/*
.reelTechMain article:nth-child(odd) .btnMoreWrrow {
    right: -70px
}

.reelTechMain article:nth-child(odd) .btnMoreWrrow:hover,.reelTechMain article:nth-child(odd) .btnMoreWrrow:focus {
    right: -100px
}

.reelTechMain article:nth-child(even) {
    float: right
}
*/

.reelTechMA .descImg {
    height: 258px;
    background: url(/img/technology/reel/magsealed/reelTechMA_1.jpg) no-repeat center center;
    background-size: cover
}

.reelTechRoller .descImg {
    width: 180px;
    height: 135px;
    float: right;
    margin: 28px 0 12px 10px;
    background: url(/img/technology/reel/reelTechRoller_1.jpg) no-repeat 0 center;
    background-size: cover
}

body.b20 .sectionWrap {
    background: #000 url(/img/technology/rod/b20_typeb.jpg) no-repeat center 0;
    background-position: calc( 50% + 36px) 0
}

.rodTechMain .h3Dash {
    padding-bottom: 440px
}

.rodTechMain h4 {
    color: #fff;
    font-style: italic;
    font-size: 55px;
    padding: 175px 0 170px 74px;
    font-weight: 300
}

.rodTechMain article {
    width: 44%;
    padding-bottom: 140px;
    position: relative
}

.rodTechMain article h5,.rodTechMain article p,.rodTechMain article a,.rodTechMain article div {
    color: #fff
}

.rodTechMain article h5 {
    line-height: 1.6em;
    padding: 24px 0 12px 0
}

.rodTechMain article h5 .en {
    font-size: 22px;
    display: block;
    font-weight: 100
}

.rodTechMain article h5 .kr {
    font-size: 19px
}

.rodTechMain article div.titleImg {
    border: solid 1px rgba(255,255,255,0.5);
    background: no-repeat center center;
    background-size: cover
}

.rodTechMain article div.titleImg img {
    width: 100%
}

.rodTechMain article p {
    font-size: 13px;
    line-height: 1.4em;
    padding: 10px 0
}

.rodTechMain article .btnMoreWrrow {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 208px;
    transition: all 0.3s ease 0s
}

.rodTechMain article .btnMoreWrrow:hover,.rodTechMain article .btnMoreWrrow:focus {
    right: -30px;
    padding-left: 30px;
    background-position-x: 38px
}

.rodTechMain article.noLink {
    padding-bottom: 60px
}

.rodTechMain article:nth-child(odd) {
    float: left;
    margin-bottom: 40px
}

.rodTechMain article:nth-child(even) {
    float: right
}

.rodTechMain .rodTechSM div.titleImg {
    height: 263px
}

.imgList1:after {
    display: block;
    content: "";
    clear: both
}

.imgList1 li {
    float: left;
    width: 19%;
    margin-left: 1.25%;
    vertical-align: top;
    color: #fff;
    line-height: 1.3em;
    font-size: 14px
}

.imgList1 li .img {
    height: 110px;
    display: block;
    background: no-repeat center center;
    background-size: cover
}

.imgList1 li strong {
    display: block;
    padding: 16px 0 10px 0;
    font-size: 17px
}

.imgList1 li:first-child {
    margin-left: 0
}

.imgList2 {
    padding: 60px 0
}

.imgList2:after {
    display: block;
    content: "";
    clear: both
}

.imgList2 li {
    float: left;
    width: 46%;
    padding-right: 4%;
    vertical-align: top;
    color: #fff;
    line-height: 1.3em;
    font-size: 14px;
    padding-bottom: 20px;
    word-break: keep-all
}

.imgList2 li:after {
    display: block;
    content: "";
    clear: both
}

.imgList2 li .img {
    height: 135px;
    width: 268px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    float: left;
    margin: -8px 32px 8px 0
}

.imgList2 li strong {
    display: block;
    padding: 16px 0 10px 0;
    font-size: 17px;
    font-weight: 600
}

.imgList2 li:first-child {
    margin-left: 0
}

.airSensor {
    padding: 80px 0;
    color: #fff
}

.airSensor:after {
    display: block;
    content: "";
    clear: both
}

.airSensor span.en {
    display: block;
    font-weight: 100;
    font-size: 22px;
    padding: 60px 0 6px 0
}

.airSensor span.kr {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 0 20px 0
}

.airSensor p {
    color: #fff;
    line-height: 1.5
}

.airSensor .img {
    display: block;
    width: 350px;
    height: 220px;
    border: solid 1px rgba(255,255,255,0.4);
    background: url(/img/technology/rod/airsensor/logo_airsensor.jpg) no-repeat center center;
    background-size: 220px auto;
    float: left;
    margin: 0 40px 0 0
}

.carbonTech {
    padding: 80px 0;
    color: #fff
}

.carbonTech:after {
    display: block;
    content: "";
    clear: both
}

.carbonTech span.en {
    display: block;
    font-weight: 100;
    font-size: 22px;
    padding: 60px 0 6px 0
}

.carbonTech span.kr {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 0 20px 0
}

.carbonTech p {
    color: #fff;
    line-height: 1.5
}

.carbonTech .img {
    display: block;
    width: 445px;
    height: 220px;
    border: solid 1px rgba(255,255,255,0.4);
    background: url(/img/technology/rod/carbon/carbonTech.jpg) no-repeat center center;
    background-size: cover;
    float: left;
    margin: 0 40px 0 0
}

.baitcastingMain {
    width: 1060px;
    padding: 60px 0
}

.baitcastingMain h4 {
    background: url(/img/technology/reel/ba/reelTechBA_h4.png) no-repeat 0 120px;
    font-size: 0;
    padding: 175px 0 226px 74px
}

.baitcastingMain .h3Dash {
    padding: 40px 0
}

.baitcastingMain .h3Dash:before {
    margin-left: -204px
}

.baitcastingMain .techWrap article {
    width: 44%;
    padding-bottom: 140px;
    position: relative
}

.baitcastingMain .techWrap article h5,.baitcastingMain .techWrap article p,.baitcastingMain .techWrap article a,.baitcastingMain .techWrap article div {
    color: #fff
}

.baitcastingMain .techWrap article h5 {
    line-height: 1.6em;
    padding: 24px 0 12px 0
}

.baitcastingMain .techWrap article h5 .en {
    font-size: 22px;
    display: block;
    font-weight: 100
}

.baitcastingMain .techWrap article h5 .kr {
    font-size: 19px
}

.baitcastingMain .techWrap article div.titleImg {
    border: solid 1px rgba(255,255,255,0.5);
    background: no-repeat center center;
    background-size: cover
}

.baitcastingMain .techWrap article div.titleImg img {
    width: 100%;
    height: auto
}

.baitcastingMain .techWrap article p {
    font-size: 13px;
    line-height: 1.4em
}

.baitcastingMain .techWrap article .btnMoreWrrow {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 208px;
    transition: all 0.3s ease 0s
}

.baitcastingMain .techWrap article .btnMoreWrrow:hover,.baitcastingMain .techWrap article .btnMoreWrrow:focus {
    right: -30px;
    padding-left: 30px;
    background-position-x: 38px
}

.baitcastingMain .techWrap article.noLink {
    padding-bottom: 60px
}

.baitcastingMain .techWrap .reelTechBA_hy,.baitcastingMain .techWrap .reelTechBA_tws,.baitcastingMain .techWrap .reelTechBA_ct_concept {
    float: left
}

.baitcastingMain .techWrap .reelTechBA_sv,.baitcastingMain .techWrap .reelTechBA_sv_concept,.baitcastingMain .techWrap .reelTechBA_mag_ball {
    float: right
}

.reelTechDEMain h4 {
    background: url(/img/technology/reel/de/title_bg.png) no-repeat -140px 68px;
    padding: 175px 0 226px 74px;
    color: #fff;
    font-style: italic;
    font-size: 55px;
    font-weight: 300
}

.reelTechDEMain .h3Dash {
    padding: 40px 0
}

.reelTechDEMain .h3Dash:before {
    margin-left: -204px
}

.reelTechDEMain .techWrap article {
    width: 44%;
    padding-bottom: 140px;
    position: relative
}

.reelTechDEMain .techWrap article h5,.reelTechDEMain .techWrap article p,.reelTechDEMain .techWrap article a,.reelTechDEMain .techWrap article div {
    color: #fff
}

.reelTechDEMain .techWrap article h5 {
    line-height: 1.6em;
    padding: 24px 0 12px 0
}

.reelTechDEMain .techWrap article h5 .en {
    font-size: 22px;
    display: block;
    font-weight: 100
}

.reelTechDEMain .techWrap article h5 .kr {
    font-size: 19px
}

.reelTechDEMain .techWrap article div.titleImg {
    border: solid 1px rgba(255,255,255,0.5);
    background: no-repeat center center;
    background-size: cover
}

.reelTechDEMain .techWrap article div.titleImg img {
    width: 100%;
    height: auto
}

.reelTechDEMain .techWrap article p {
    font-size: 13px;
    line-height: 1.4em
}

.reelTechDEMain .techWrap article .btnMoreWrrow {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 208px;
    transition: all 0.3s ease 0s
}

.reelTechDEMain .techWrap article .btnMoreWrrow:hover,.reelTechDEMain .techWrap article .btnMoreWrrow:focus {
    right: -30px;
    padding-left: 30px;
    background-position-x: 38px
}

.reelTechDEMain .techWrap article.noLink {
    padding-bottom: 60px
}

.reelTechDEMain .techWrap article:nth-child(odd) {
    float: right
}

.reelTechDEMain .techWrap article:nth-child(even) {
    float: left
}

.reelTechDEMain .techWrap article:first-child {
    float: left
}

.reelTechDEMain .techWrap article:nth-child(2) {
    float: right
}

.reelTechDEMain .techWrap .reelTechBA_hy1 .titleImg {
    height: 200px
}

.reelTechDEMain .jogSub:after {
    display: block;
    content: "";
    clear: both
}

.reelTechDEMain .jogSub>div {
    width: 48%;
    float: left;
    margin: 0 1%;
    padding: 40px 0 20px 0
}

.reelTechDEMain .jogSub .subImg {
    border: solid 1px rgba(255,255,255,0.4);
    background: no-repeat center center;
    background-size: cover
}

.reelTechDEMain .jogSub .subImg img {
    width: 100%
}

.reelTechDEMain .jogSub p {
    padding: 8px 0
}

div.reelTechBA_hy1 {
    padding-top: 40px
}

.linkWrap {
    clear: both;
    padding: 100px 0
}

.linkWrap:after {
    display: block;
    content: "";
    clear: both
}

.linkWrap article,.linkWrap a {
    float: left;
    display: block;
    width: 50%;
    color: #fff;
    height: 440px;
    position: relative
}

.linkWrap article .imgBg,.linkWrap a .imgBg {
    height: 210px;
    border: solid 1px rgba(255,255,255,0.6);
    background: no-repeat center center;
    background-size: cover;
    position: relative
}

.linkWrap article:nth-child(odd),.linkWrap article:nth-child(even),.linkWrap a:nth-child(odd),.linkWrap a:nth-child(even) {
    float: none;
    float: left;
    padding: 0
}

.linkWrap a .imgBg:before {
    display: block;
    text-align: center;
    padding-top: 100px;
    font-size: 20px;
    content: "MORE";
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease 0s;
    font-family: 'DINNextLTPro','Noto Sans', 'Malgun Gothic', sans-serif
}

.linkWrap a:before {
    display: block;
    content: "";
    width: 60px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 235px;
    opacity: 0.6;
    background: url(/img/btnMoreArrow.png) no-repeat right center;
    background-size: auto 100%;
    transition: all 0.15s ease 0s
}

.linkWrap a:hover:before,.linkWrap a:focus:before {
    right: 0;
    opacity: 1
}

.linkWrap a:hover .imgBg:before,.linkWrap a:focus .imgBg:before {
    opacity: 0.8
}

.linkWrap.ea3 a,.linkWrap.ea3 article {
    width: 32%;
    margin: 0 2% 0 0
}

.linkWrap.ea3 a:nth-child(3n),.linkWrap.ea3 article:nth-child(3n) {
    margin-right: 0
}

.linkWrap h6 {
    line-height: 1.5em;
    padding-top: 24px
}

.linkWrap h6 span {
    display: block;
    color: #fff
}

.linkWrap h6 .en {
    font-weight: 200;
    font-size: 21px
}

.linkWrap h6 .kr {
    font-size: 20px
}

.linkWrap p {
    color: #fff;
    padding: 14px 0 0 0;
    line-height: 1.4em;
    font-size: 13px
}

.linkWrap .img_reelTechQD .imgBg,.linkWrap .img_reelTechAT .imgBg,.linkWrap .img_reelTechTW .imgBg,.linkWrap .img_reelTechAR .imgBg {
    background-position: 0 0
}

.linkWrap .img_reelTechAB .imgBg {
    background-position: 0 bottom
}

.btnMoreWrrow {
    display: inline-block;
    color: #fff;
    width: 240px;
    font-size: 16px;
    font-style: normal;
    text-indent: 6px;
    font-weight: 300;
    background: url(/img/btnMoreArrow.png) no-repeat 6px bottom;
    padding: 14px 0 6px 0;
    margin: 0;
    line-height: 1.2em;
    opacity: .6;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s
}

.btnMoreWrrow:hover,.btnMoreWrrow:focus {
    margin-left: 40px;
    opacity: 1
}

.b00Header {
    padding: 100px 0 64px 0;
    background: #000
}

.b00Header .catch {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 0;
    display: block;
    line-height: 2.3em
}

.b00Header strong {
    display: block;
    line-height: 1em;
    font-size: 23px;
    font-weight: 500
}

.b00Header .columnNo {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2em
}

.b00Header .columnNo strong {
    font-size: 50px;
    display: block
}

.b40_content03 {
    padding: 50px 0;
    height: 440px;
    background: #fff url(/img/b40_03.jpg) no-repeat center 0
}

.b40_content03 .container {
    width: 1000px
}

.b40_content03 h4 {
    font-size: 30px;
    color: #000;
    padding: 100px 0 24px 0
}

.b40_content03 p {
    font-size: 21px;
    color: #333;
    line-height: 1.5em
}

.b40_content05 {
    text-align: center;
    padding: 34px 0;
    height: 620px;
    background: #000 url(/img/b40_05.jpg) no-repeat center 225px
}

.b40_content05 h4 {
    font-size: 30px;
    color: #fff;
    padding: 100px 0 24px 0
}

.b40_content05 p {
    font-size: 21px;
    color: #fff;
    line-height: 1.5em
}

.MQcolumn {
    padding: 20px 0;
    background: #333
}

.MQcolumn .container {
    width: 1000px
}

.MQcolumn h4 {
    font-size: 38px;
    color: #fff;
    padding: 100px 0 30px 0;
    margin: 0 5%;
    text-align: center
}

.MQcolumn p {
    font-size: 21px;
    color: #fff;
    line-height: 1.5em
}

.MQcolumn a {
    display: block;
    margin: 30px auto;
    height: 296px;
    position: relative;
    background: #000 url(/img/technology/pickup/mq/b40_MQ01.jpg) no-repeat center center;
    background-size: auto 100%;
    opacity: .8;
    transition: background-size 0.4s ease 0s, opacity 0.4s ease 0s
}

.MQcolumn a:hover,.MQcolumn a:focus {
    opacity: 1;
    background-size: auto 103%
}

.MQcolumn a .columnNo {
    position: absolute;
    left: 50px;
    top: 92px;
    left: 5%;
    font-size: 32px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 300
}

.MQcolumn a .columnNo strong {
    display: block
}

.MQcolumn a .dec {
    position: absolute;
    top: 74px;
    left: 65%;
    font-size: 28px;
    color: #fff;
    line-height: 1.2em
}

.MQcolumn .b40_typed_MQ02 {
    background-image: url(/img/technology/pickup/mq/b40_MQ02.jpg)
}

.MQcolumn .b40_typed_MQ03 {
    background-image: url(/img/technology/pickup/mq/b40_MQ03.jpg)
}

.MQcolumn .b40_typed_MQ04 {
    background-image: url(/img/technology/pickup/mq/b40_MQ04.jpg)
}

.bMQ1 .b40_typed_MQ01,.bMQ2 .b40_typed_MQ02,.bMQ3 .b40_typed_MQ03,.bMQ4 .b40_typed_MQ04 {
    display: none
}

.bMQ1 .MQcolumn,.bMQ2 .MQcolumn,.bMQ3 .MQcolumn,.bMQ4 .MQcolumn {
    background: #333
}

.bMQ1 .MQcolumn h4,.bMQ2 .MQcolumn h4,.bMQ3 .MQcolumn h4,.bMQ4 .MQcolumn h4 {
    font-size: 0;
    height: 0;
    padding: 0
}

.storyWrap {
    background: #000 no-repeat center 100px
}

.storyWrap * {
    color: #fff;
    word-break: keep-all
}

.storyHeader {
    padding: 200px 0 80px 0
}

.storyHeader .storyHeader_p {
    line-height: 1.6em;
    font-size: 16px
}

.storyH2 {
    font-size: 24px;
    line-height: 1.2em
}

.storyH2 img {
    padding: 26px 0
}

.storyH2_catchphrase {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 500;
    padding: 40px 0
}

.storyH2_catchphrase strong {
    font-weight: 700
}

.storyH2_catchphrase2 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 500;
    padding: 40px 0;
    font-weight: 600
}

.storyH2_catchphrase2 strong {
    font-weight: 700
}

.storyH3 {
    font-size: 21px;
    line-height: 1.7em;
    font-weight: 300;
    padding: 16px 0
}

.storyH3 strong {
    font-weight: 700;
    font-size: 30px;
    padding: 16px 0 24px 0;
    display: block
}

.storyH3 strong+br {
    display: none
}

.storyArticle {
    padding: 20px 0
}

.storyArticle h4 {
    text-align: center;
    line-height: 1.2em;
    padding: 20px 0;
    font-size: 28px
}

.storyArticle h4.en {
    font-size: 42px
}

.storyArticle h4 .smallUp {
    font-size: 16px;
    display: block;
    padding-bottom: 8px
}

.storyArticle p {
    line-height: 1.5em;
    font-size: 18px
}

.storyProduct {
    text-align: center;
    padding: 10px 0 30px 0
}

.storyProduct li {
    display: inline-block;
    width: 450px;
    padding: 10px 30px 20px 30px;
    text-align: left;
    vertical-align: top;
    word-break: keep-all
}

.storyProduct .img {
    border: solid 1px rgba(255,255,255,0.4);
    margin: 10px 0;
    height: 264px;
    background: no-repeat center center;
    background-size: cover
}

.storyProduct h5 {
    padding: 20px 0;
    line-height: 1.2em
}

.storyProduct h5 span {
    display: block;
    padding: 2px 0
}

.storyProduct h5 .en {
    font-size: 17px;
    font-weight: 300
}

.storyProduct h5 .kr {
    font-size: 20px
}

.storyProduct p {
    line-height: 1.5em;
    font-weight: 100;
    font-size: 15px
}

.storyProduct2 {
    padding: 10px 0 30px 0
}

.storyProduct2 li {
    padding: 10px 0;
    word-break: keep-all;
    font-size: 17px;
    line-height: 1.45em
}

.storyProduct2 h5 {
    padding: 16px 0 10px 0;
    line-height: 1.2em
}

.storyProduct2 h5 span {
    display: block;
    padding: 2px 0
}

.storyProduct2 h5 .en {
    font-size: 17px;
    font-weight: 300
}

.storyProduct2 h5 .kr {
    font-size: 20px
}

.storyProduct3 {
    padding: 10px 0 30px 0
}

.storyProduct3 li {
    padding: 10px 0;
    word-break: keep-all;
    font-size: 15px;
    line-height: 1.5em
}

.storyProduct3 h5 {
    padding: 16px 0 10px 0;
    line-height: 1.2em
}

.storyProduct3 h5 span {
    display: block;
    padding: 2px 0
}

.storyProduct3 h5 .en {
    font-size: 17px;
    font-weight: 300
}

.storyProduct3 h5 .kr {
    font-size: 18px;
    font-weight: 500
}

.storyProduct4 {
    padding: 50px 0 80px 0
}

.storyProduct4 li {
    display: inline-block;
    width: 240px;
    margin: 0 10px;
    text-align: left;
    vertical-align: top;
    word-break: keep-all
}

.storyProduct4 .img {
    margin: 10px 0;
    height: 130px;
    width: 200px;
    background: no-repeat center center
}

.storyProduct4 p {
    line-height: 1.5em;
    font-weight: 100;
    font-size: 14px
}

.storyTell {
    padding: 40px 0;
    line-height: 1.5em
}

.storyTell p {
    padding: 8px 0;
    line-height: 1.5em;
    font-size: 16px
}

.storyH4 {
    text-align: center;
    color: #fff;
    padding: 40px 0 20px 0;
    font-size: 26.5px;
    font-weight: 500;
    line-height: 1.3em
}

.li {
    padding: 16px 0 8px 0
}

.li li {
    padding: 5px 0;
    line-height: 1.4em
}

body.bHY .storyWrap {
    background-position: 70% 20px
}

body.bHY .storyH2_catchphrase {
    font-size: 52px
}

body.bMQ0 .storyWrap {
    background-position: 100% 0
}

body.bMQ0 .storyH2 {
    font-size: 35px
}

body.bMQ0 .storyH2 img {
    width: 402px;
    margin: 16px 0 0 4px
}

body.bMQ0 .storyHeader_p {
    background: url(/img/technology/pickup/mq/b40_MQ_bg2.jpg) no-repeat 80% 0;
    padding-top: 800px;
    margin-top: -100px
}

body.bMQ0 .storyH2_catchphrase {
    font-size: 40px;
    float: right;
    padding: 100px 40px 0 0
}

body.bMQ0 .storyH3 {
    padding: 130px 0 0 0
}

.storyArticle.mq1 {
    padding: 100px 0;
    background: #fff url(/img/technology/pickup/mq/b40_MQ_bg3.jpg) no-repeat center center;
    background-size: contain
}

.storyArticle.mq1 h4 {
    color: #000;
    text-align: left;
    padding-left: 70px
}

.storyArticle.mq1 p {
    padding: 8px 0 8px 70px;
    line-height: 1.5em;
    font-size: 18px;
    color: #333
}

.storyArticle.mq2 {
    padding: 100px 0;
    height: 550px;
    background: url(/img/technology/pickup/mq/b40_MQ_bg4.jpg) no-repeat center center;
    text-align: center
}

body.bMQ1 .storyWrap {
    background: #fff no-repeat center 0
}

body.bMQ1 .storyWrap * {
    color: #000
}

body.bMQ1 .storyH2_catchphrase {
    padding: 60px 0 40px 100px
}

body.bMQ1 .storyH2_catchphrase2 {
    text-align: right;
    padding: 260px 0 0 0
}

body.bMQ1 .storyH3 {
    padding-top: 0;
    margin-top: -30px
}

body.bMQ1 .storyProduct {
    width: 740px;
    margin: 0 auto
}

body.bMQ1 .storyProduct li {
    width: auto;
    height: auto
}

body.bMQ1 .storyProduct .img {
    height: 360px;
    border-color: rgba(0,0,0,0.15)
}

body.bMQ2 .storyHeader {
    padding-bottom: 0
}

body.bMQ2 .storyWrap {
    background: no-repeat center 0;
    background-color: #000
}

body.bMQ2 .storyH2_catchphrase {
    padding: 80px 0 40px
}

body.bMQ2 .storyH2_catchphrase2 {
    text-align: right;
    padding-top: 0
}

body.bMQ2 .storyH3 {
    padding: 90px 0 0 0
}

body.bMQ2 .storyProduct {
    width: 1150px;
    margin: 0 auto;
    font-size: 0
}

body.bMQ2 .storyProduct li {
    width: calc( 50% - 60px);
    height: auto
}

body.bMQ2 .storyProduct .img {
    border-color: rgba(0,0,0,0.15);
    height: auto
}

body.bMQ2 .storyProduct .img img {
    width: 100%;
    height: auto
}

body.bMQ2 .storyProduct li:first-child,body.bMQ2 .storyProduct li:nth-child(2) {
    width: auto
}

body.bMQ2 .storyProduct li:first-child .img,body.bMQ2 .storyProduct li:nth-child(2) .img {
    width: 100%;
    height: auto
}

body.bMQ3 .storyWrap {
    background: #000 no-repeat center 0;
    margin-top: -180px
}

body.bMQ3 .storyH2_catchphrase {
    padding: 150px 0 40px 180px
}

body.bMQ3 .storyH2_catchphrase2 {
    text-align: right;
    padding: 90px 0
}

body.bMQ3 .storyH3 {
    padding: 90px 0
}

body.bMQ3 .storyProduct {
    width: auto;
    margin: 0 auto;
    font-size: 0
}

body.bMQ3 .storyProduct li {
    width: 100%;
    padding: 10px 0 30px 0;
    height: auto
}

body.bMQ3 .storyProduct .img {
    height: 360px;
    border-color: rgba(0,0,0,0.15);
    background-size: contain
}

body.bMQ3 .storyProduct li:first-child .img {
    height: 420px
}

body.bMQ3 .storyProduct li:nth-child(2) .img {
    height: 584px
}

body.bMQ3 .storyProduct li:nth-child(3) .img {
    height: 750px
}

body.bMQ4 .storyWrap {
    background: #000 no-repeat center 0
}

body.bMQ4 .storyH2_catchphrase {
    padding: 0 0 40px 86px
}

body.bMQ4 .storyH2_catchphrase2 {
    text-align: right;
    padding: 90px 70px 20px 0
}

body.bMQ4 .storyH3 {
    padding: 90px 0
}

body.bMQ4 .storyH4 br {
    display: none
}

body.bMQ4 .storyProduct li {
    width: 500px
}

body.bMQ4 .storyProduct li .img {
    height: 326px
}

body.bAG0 .storyWrap {
    background: #000 no-repeat 75% 0
}

body.bAG0 .storyH2_catchphrase {
    font-size: 28px;
    line-height: 1.7em
}

body.bAG0 .storyHeader {
    padding-bottom: 0
}

.AGSLogo {
    padding: 38px 0 40px 0
}

.AGSLogo .logoAG {
    position: static
}

.contentAGS10 {
    padding: 100px 0 0 25%;
    box-sizing: border-box;
    background: url(/img/technology/pickup/ag/b40_AG2.jpg) no-repeat 5% 0;
    background-size: auto 70%
}

.contentAGS10 .contentAGS11 {
    font-size: 22px;
    line-height: 1.7em
}

.contentAGS10 .contentAGS11 img {
    width: 440px;
    margin: 40px 0 66px 0;
    display: block
}

.contentAGS10 .contentAGS12:after {
    display: block;
    content: "";
    clear: both
}

.contentAGS10 .contentAGS12>p {
    width: 50%;
    float: left;
    font-size: 14px
}

.contentAGS10 .contentAGS12>p img {
    display: block;
    height: 160px
}

.contentAGS20 {
    padding: 50px 0 0 25%;
    box-sizing: border-box;
    background: url(/img/technology/pickup/ag/b40_AG3.jpg) no-repeat 8% bottom;
    background-size: auto 90%
}

.contentAGS20 a {
    border: solid 1px #fff;
    display: block;
    padding: 16px 40px;
    width: 66%;
    margin: 16px 0;
    line-height: 2em;
    position: relative;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.15s ease 0s
}

.contentAGS20 a span {
    display: block;
    font-weight: 600
}

.contentAGS20 a:before,.contentAGS20 a:after {
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    right: 8%;
    top: 38px;
    background: #fff;
    transform: rotate(45deg);
    transition: right 0.2s ease 0s
}

.contentAGS20 a:after {
    top: 51px;
    transform: rotate(-45deg)
}

.contentAGS20 a:hover,.contentAGS20 a:focus {
    opacity: 1
}

.contentAGS20 a:hover:before,.contentAGS20 a:hover:after,.contentAGS20 a:focus:before,.contentAGS20 a:focus:after {
    right: 6%
}

.contentAGS21 {
    padding: 20px 0
}

.contentAGS22 {
    padding: 40px 0 20px 0
}

.contentAGS22:after {
    display: block;
    content: "";
    clear: both
}

.contentAGS22>p {
    width: 50%;
    float: left;
    font-size: 14px
}

.contentAGS22>p strong {
    font-weight: 600;
    display: block;
    font-size: 15px
}

.contentAGS22 img {
    height: 120px;
    margin: 20px 0 0 -50px;
    display: block
}

.logoAG {
    position: absolute;
    left: 0;
    top: 18px
}

.AGcolumn {
    padding: 20px 0;
    background: #333
}

.AGcolumn .container {
    width: 1000px
}

.AGcolumn h4 {
    font-size: 38px;
    color: #fff;
    padding: 100px 0 25px 0;
    margin: 0 5%;
    text-align: center
}

.AGcolumn p {
    font-size: 21px;
    color: #fff;
    line-height: 1.5em
}

.AGcolumn a {
    display: block;
    margin: 30px auto;
    height: 299px;
    position: relative;
    background: #000 url(/img/technology/pickup/ag/b40_AG01.jpg) no-repeat 0 center;
    background-size: 100% auto;
    opacity: .8;
    transition: background-size 0.4s ease 0s, opacity 0.4s ease 0s
}

.AGcolumn a:hover,.AGcolumn a:focus {
    opacity: 1;
    background-size: 103% auto
}

.AGcolumn a .columnNo {
    position: absolute;
    right: 50px;
    top: 30px;
    right: 4.5%;
    font-size: 22px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 300
}

.AGcolumn a .columnNo strong {
    display: block;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 600;
    text-align: right
}

.AGcolumn a .dec {
    position: absolute;
    top: 135px;
    left: 54%;
    font-size: 24px;
    color: #fff;
    line-height: 1.2em
}

.AGcolumn .b40_typed_AG02 {
    background-image: url(/img/technology/pickup/ag/b40_AG02.jpg)
}

.AGcolumn .b40_typed_AG02 .columnNo {
    color: #666
}

.AGcolumn .b40_typed_AG02 .dec {
    color: #333
}

.AGcolumn .b40_typed_AG03 {
    background-image: url(/img/technology/pickup/ag/b40_AG03.jpg)
}

.bAG1 .b40_typed_AG01,.bAG2 .b40_typed_AG02,.bAG3 .b40_typed_AG03 {
    display: none
}

.bAG1 .AGcolumn,.bAG2 .AGcolumn,.bAG3 .AGcolumn {
    background: #333
}

.bAG1 .AGcolumn h4,.bAG2 .AGcolumn h4,.bAG3 .AGcolumn h4 {
    font-size: 0;
    height: 0;
    padding: 0
}

.bAG2 .b00Header,.bAG3 .b00Header {
    height: 100px
}

.bAG2 .b00Header {
    background: #333
}

body.bAG1 .storyArticle {
    padding-top: 0
}

body.bAG1 .logoAG {
    left: 35%
}

body.bAG1 .storyHeader {
    padding-top: 110px;
    background: url(/img/technology/pickup/ag/b40_typed_AG1_01.jpg) no-repeat calc( 50% + 280px) -30px
}

body.bAG1 .storyH2_catchphrase {
    font-size: 30px;
    line-height: 1.6em
}

body.bAG1 .storyH2_catchphrase strong {
    font-weight: 700;
    font-size: 40px;
    display: block
}

body.bAG1 .storyProduct2 {
    background: url(/img/technology/pickup/ag/b40_typed_AG1_02.jpg) no-repeat center 0;
    padding: 500px 0 80px 0
}

body.bAG1 .storyProduct2 li {
    position: relative;
    padding-left: 20px
}

body.bAG1 .storyProduct2 li:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 32px
}

body.bAG1 .storyProduct3 {
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    background: #000;
    overflow: hidden;
    padding: 0
}

body.bAG1 .storyProduct3 li {
    float: left;
    width: calc( 74% - 52px);
    padding: 20px 0;
    border-left: solid 1px rgba(255,255,255,0.5)
}

body.bAG1 .storyProduct3 li:first-child {
    float: left;
    width: 26%;
    padding-right: 20px;
    border: 0 none
}

body.bAG1 .storyProduct3 li:nth-child(2),body.bAG1 .storyProduct3 li:nth-child(3) {
    padding-left: 20px
}

body.bAG1 .storyProduct3 li:nth-child(2) img,body.bAG1 .storyProduct3 li:nth-child(3) img {
    float: right;
    height: 115px;
    margin: -45px 0 0 20px
}

body.bAG1 .storyProduct3 li:nth-child(3) {
    border-top: solid 1px rgba(255,255,255,0.5)
}

body.bAG2 .storyWrap {
    background: #fff
}

body.bAG2 .storyWrap * {
    color: #000
}

body.bAG2 .storyHeader {
    padding-top: 110px;
    background: url(/img/technology/pickup/ag/b40_typed_AG2_01.jpg) no-repeat center 50px
}

body.bAG2 .storyH2_catchphrase {
    font-weight: 600
}

body.bAG2 .storyH2_catchphrase2 {
    padding: 140px 0 80px 64%;
    font-size: 20px;
    line-height: 1.8em
}

body.bAG2 .storyProduct {
    padding: 0;
    margin: 40px 0;
    background: url(/img/technology/pickup/ag/b40_typed_AG2_02.jpg) no-repeat center center;
    background-size: contain
}

body.bAG2 .storyProduct:after {
    display: block;
    content: "";
    clear: both
}

body.bAG2 .storyProduct li {
    float: left;
    width: 300px;
    padding: 0
}

body.bAG2 .storyProduct li:nth-child(odd) {
    padding-right: calc( 50% - 300px)
}

body.bAG2 .storyProduct li:nth-child(even) {
    padding-left: calc( 50% - 300px)
}

body.bAG2 .storyProduct .img {
    height: 200px;
    border: solid 1px rgba(0,0,0,0.3)
}

body.bAG2 .storyProduct li:nth-child(3) .img {
    height: 280px;
    width: 240px
}

body.bAG3 .storyHeader {
    background: url(/img/technology/pickup/ag/b40_AG3.jpg) no-repeat center 0;
    background-size: 265px auto
}

body.bAG3 .storyArticle {
    padding-top: 0
}

body.bAG3 .storyH2_catchphrase {
    padding-top: 72px;
    padding-bottom: 0
}

body.bAG3 .storyH2_catchphrase2 {
    text-align: right;
    padding: 0
}

body.bAG3 .storyTell .h4 {
    line-height: 1.7;
    text-align: left
}

body.bAG3 .storyProduct .img {
    height: 200px
}

body.bAG3 .storyProduct li:nth-child(3),body.bAG3 .storyProduct li:nth-child(4) {
    width: 965px;
    height: auto
}

body.bAG3 .storyProduct li:nth-child(3) .img,body.bAG3 .storyProduct li:nth-child(4) .img {
    background-size: contain
}

body.bAG3 .storyProduct li:nth-child(3),body.bAG3 .storyProduct li:nth-child(4) {
    width: auto;
    padding-left: 0;
    padding-right: 0
}

body.bSV .storyHeader {
    background: url(/img/technology/pickup/sv/bg40_sv1.jpg) no-repeat calc( 50% + 360px) 90px;
    padding-top: 200px
}

body.bSV .storyH2 {
    padding-top: 66px
}

body.bSV .storyH2 .en {
    font-size: 63px;
    font-weight: 600
}

body.bSV .storyH2_catchphrase {
    font-weight: 700;
    padding: 150px 0 80px 0;
    font-size: 37px
}

body.bSV .storyHeader.SV5 {
    background: url(/img/technology/pickup/sv/bg40_sv5.jpg) no-repeat calc( 50% + 100px) 0;
    padding-top: 0;
    margin-top: 80px
}

body.bSV .storyHeader.SV5>.container {
    padding-top: 200px;
    border-top: solid 1px #fff
}

body.bSV .storyHeader.SV5 .storyH2 .kr {
    display: block;
    font-weight: 300;
    padding: 10px 0
}

body.bSV .storyHeader.SV5 .storyH2_catchphrase {
    padding: 90px 0 40px 0
}

body.bAR .storyHeader {
    background: url(/img/technology/reel/airrotor/bg40_AR.jpg) no-repeat calc( 50% + 360px) 90px;
    padding-top: 200px
}

body.bAR .storyH2 {
    padding-top: 66px
}

body.bAR .storyH2 .en {
    font-size: 63px;
    font-weight: 600
}

body.bAR .storyH2_catchphrase {
    font-weight: 700;
    padding: 150px 0 80px 0;
    font-size: 37px
}

body.bAR .storyHeader.SV5 {
    background: url(/img/bg40_sv5.jpg) no-repeat calc( 50% + 100px) 0;
    padding-top: 0;
    margin-top: 80px
}

body.bAR .storyHeader.SV5>.container {
    padding-top: 200px;
    border-top: solid 1px #fff
}

body.bAR .storyHeader.SV5 .storyH2 .kr {
    display: block;
    font-weight: 300;
    padding: 10px 0
}

body.bAR .storyHeader.SV5 .storyH2_catchphrase {
    padding: 90px 0 40px 0
}

body.bAR .airRotorContent {
    padding: 20px 0
}

body.bAR .airRotorContent h4 {
    text-align: left;
    padding: 80px 0 26px 0;
    margin-bottom: 26px;
    border-bottom: solid 1px #fff
}

body.bAR .airRotorContent p {
    font-size: 16px
}

body.bAR .imgCenterWrap {
    text-align: center;
    font-size: 0
}

body.bAR .imgCenterWrap div.img {
    background: #1a1a1a no-repeat center center;
    height: 370px;
    width: 450px;
    display: inline-block
}

body.bAR .imgCenterWrap div.img:first-child {
    margin-left: 0
}

body.bAR .airRotorContent1 .imgCenterWrap {
    padding: 60px 0 24px 0
}

body.bAR .airRotorContent1 div.img {
    margin-left: 1%
}

body.bAR .airRotorContent2 .imgCenterWrap {
    padding: 60px 0 24px 0
}

body.bAR .airRotorContent2 div.img {
    width: 34%;
    margin-left: 1%
}

body.bAR .airRotorContent2 div.img:first-child {
    width: 30%
}

body.bAR .airRotorContent3 {
    padding-top: 50px
}

body.bAR .airRotorContent3 img {
    float: right;
    margin-left: 50px
}

body.reelTechAT {
    background: #000
}

body.reelTechAT h2 {
    padding: 78px 0 40px 0;
    text-align: center;
    font-size: 25px;
    line-height: 3.6em
}

body.reelTechAT h2 img {
    width: 440px
}

body.reelTechAT .storyArticle h4 {
    font-size: 17px;
    text-align: left
}

body.reelTechAT .storyArticle p {
    font-size: 15px;
    padding: 5px 0;
    line-height: 1.6em
}

body.reelTechAT h3 {
    font-size: 18px
}

body.reelTechAT h3 img {
    width: 164px;
    margin-right: 10px
}

body.reelTechAT .storyArticle.AT2 figure figcaption {
    background: #444;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px
}

body.reelTechAT .storyArticle.AT2 figure strong {
    display: block
}

body.reelTechAT .storyArticle.AT2 figure span {
    display: block;
    font-size: 14px
}

body.reelTechAT .reelTechAT12 {
    height: 232px;
    vertical-align: top
}

body.reelTechAT .alignC {
    text-align: center;
    padding: 16px 0 50px 0
}

body.reelTechAT .alignC img {
    border: solid 1px rgba(255,255,255,0.5)
}

body.reelTechAT .alignC2 {
    text-align: center;
    padding: 50px 0
}

body.reelTechBI .storyHeader {
    background: url(/img/technology/reel/biturbo/bg40_reelTechBI.jpg) no-repeat calc( 50% + 360px) 90px;
    padding-top: 200px
}

body.reelTechBI .storyH2 {
    padding-top: 40px
}

body.reelTechBI .storyH2 .en {
    font-size: 63px;
    font-weight: 600;
    line-height: 1.1em
}

body.reelTechBI .storyH2_catchphrase {
    font-weight: 700;
    padding: 50px 0 80px 0;
    font-size: 22px
}

body.reelTechBI .biturboContent1 h3 {
    font-size: 48px;
    font-weight: 500;
    margin: 20px 0
}

body.reelTechBI .biturboContent1 h3,body.reelTechBI .biturboContent1>article {
    padding-left: 40%
}

body.reelTechBI .biturboContent1>article {
    padding: 20px 0 20px 40%;
    position: relative
}

body.reelTechBI .biturboContent1>article img {
    float: right;
    margin-left: 20px;
    max-width: 100%
}

body.reelTechBI .biturboContent1 h4 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    text-align: left
}

body.reelTechBI .biturboContent1 h4 .h4note {
    font-size: 15px;
    font-weight: 300
}

body.reelTechBI .biturboContentQnA h3 {
    background: #1d1e1f;
    text-align: center;
    padding: 40px;
    color: #fff;
    font-size: 40px
}

body.reelTechBI .biturboContentQnA>article {
    padding: 32px 0 8px 0
}

body.reelTechBI .biturboContentQnA>article h4 {
    border: solid 1px rgba(255,255,255,0.3);
    font-size: 17px;
    padding: 20px 40px
}

body.reelTechBI .biturboContentQnA>article p {
    padding: 16px 0;
    line-height: 1.6;
    font-size: 16px;
    padding: 20px 40px
}

body.reelTechBI .biturboContentQnA>article strong {
    font-size: 22px
}

body.reelTechBI .biturboContentQnA .alignC2 {
    text-align: center;
    line-height: 1.2em;
    font-size: 20px;
    padding: 40px 0
}

body.reelTechBI .biturboContentQnA .alignC2 img {
    margin-top: 16px;
    max-width: 100%
}

body.reelTechBI .biturboContent2 {
    padding: 40px 0 0 0
}

body.reelTechBI .biturboContent2 article {
    padding: 20px 0
}

body.reelTechBI .biturboContent2 article:after {
    display: block;
    content: "";
    clear: both
}

body.reelTechBI .biturboContent2 article h4 {
    font-size: 24px;
    padding: 20px 0;
    text-align: left;
    line-height: 1.5em
}

body.reelTechBI .biturboContent2 article h4 .en {
    font-size: 20px;
    display: block
}

body.reelTechBI .biturboContent2 article p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 8px 0
}

body.reelTechBI .biturboContent2 article img {
    float: left;
    margin-right: 50px;
    width: 400px;
    max-width: 100%
}

body.reelTechBI .biturboContent2 article img.floatR {
    float: none;
    float: right;
    margin: 0 0 0 50px
}

.boostSystemContent {
    padding: 20px 0;
    margin: 0 auto
}

.boostSystemContent h5 {
    background: #3d3d3d;
    padding: 20px 13% 8px 13%
}

.boostSystemContent h5:after {
    display: block;
    content: "";
    clear: both
}

.boostSystemContent h5 span {
    display: block;
    line-height: 1.4em
}

.boostSystemContent h5 .no {
    font-size: 64px;
    font-weight: 200;
    float: left;
    margin: -19px 10px 0 0
}

.boostSystemContent h5 .kr {
    font-size: 18px;
    font-weight: 500
}

.boostSystemContent h5 .en {
    font-size: 28px;
    font-weight: 500
}

.boostSystemContent p {
    position: relative;
    padding: 0 0 20px 280px;
    width: 440px;
    margin: 80px auto 30px auto;
    font-size: 15px;
    line-height: 1.6em
}

.boostSystemContent p .imgL {
    position: absolute;
    left: 0;
    top: 20px
}

.boostSystemContent .imgSV {
    text-align: center
}

p.sv5_p {
    padding: 20px 0 28px 0;
    font-size: 15px
}

p.sv5_p:after {
    display: block;
    content: "";
    clear: both
}

p.sv5_p img {
    float: left;
    margin-right: 24px
}

h4.h4Bar {
    position: relative;
    padding: 100px 0 40px 0
}

h4.h4Bar:before {
    display: block;
    content: "";
    background: #fff;
    height: 3px;
    width: 100%;
    text-align: center
}

h4.h4Bar .box {
    display: inline-block;
    background: #000;
    padding: 0 50px;
    margin-top: -32px
}

h4.h4Bar .en {
    display: block;
    font-weight: 100;
    font-size: 24px
}

.arrowNext {
    display: block;
    height: 100px;
    font-size: 0;
    background: url(/img/nextArrow.gif) no-repeat center center
}

.arrowEnd {
    display: block;
    height: 100px;
    font-size: 0;
    background: url(/img/nextArrow.gif) no-repeat center center
}

body.reelTechDE .sectionWrap {
    background: #000 url(/img/technology/reel/de/b40_typed_reelTechDE.jpg) no-repeat center 64px
}

body.reelTechBA .sectionWrap {
    background: #000 url(/img/technology/reel/ba/b40_reelTechBA.jpg) no-repeat center 0
}

body.reelTechBA_tws .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechBA_tws .storyHeader .container {
    background: url(/img/technology/reel/tws/b10_reelTechBA_tws.jpg) no-repeat right 0px
}

body.reelTechBA_tws .storyH2 {
    background: url(/img/technology/reel/tws/TWSlogo.jpg) no-repeat 0 100px
}

body.reelTechBA_tws .otherStory img+p {
    padding: 0
}

body.reelTechBA_tws .otherStory img.alignC {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%
}

body.reelTechBA_tws .imgFigure.alignC {
    max-width: 100%
}

body.reelTechBA_tws .imgFigure.alignC>div {
    max-width: 100%
}

body.reelTechBA_utd .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechBA_utd .storyHeader .container {
    background: url(/img/technology/reel/utd/b10_reelTechBA_utd.jpg) no-repeat right 0px
}

body.reelTechBA_utd .storyH2 {
    background: url(/img/technology/reel/utd/UTDlogo.jpg) no-repeat 0 100px
}

body.rodTech3DX .storyHeader {
    padding: 68px 0 24px 0
}

body.rodTech3DX .storyHeader .container {
    background: url(/img/technology/rod/3dx/b20_rodTech3DX.jpg) no-repeat right 0px
}

body.rodTech3DX .storyH2 {
    background: url(/img/technology/rod/3dx/3DXlogo.jpg) no-repeat 0 100px
}

body.reelTechDE_ff .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechDE_ff .storyHeader .container {
    background: url(/img/technology/reel/ffhousing/b40_reelTechDE_ff.jpg) no-repeat right 0px
}

body.reelTechDE_ff .storyH2 {
    background: url(/img/technology/reel/ffhousing/logoFF.jpg) no-repeat 0 100px
}

body.reelTechDE_jog .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechDE_jog .storyHeader .container {
    background: url(/img/technology/reel/jog/b40_reelTechDE_jog.jpg) no-repeat right 0px
}

body.reelTechDE_jog .storyH2 {
    background: url(/img/technology/reel/jog/logoJog.jpg) no-repeat 0 100px
}

body.reelTechDE_jog .otherStory img {
    margin-bottom: 16px
}

body.reelTechDE_jog .otherStory img+p {
    padding-left: 0
}

body.reelTechDE_magmax .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechDE_magmax .storyHeader .container {
    background: url(/img/technology/reel/magmax/reelTechDE_magmax0.jpg) no-repeat right 0px
}

body.reelTechDE_magmax .storyH2 {
    background: url(/img/technology/reel/magmax/logoMagmax.jpg) no-repeat 0 100px
}

body.rodTechMGT .storyHeader {
    padding: 68px 0 24px 0
}

body.rodTechMGT .storyHeader .container {
    background: url(/img/technology/rod/megatop/rodTechMGT.jpg) no-repeat right 0px
}

body.rodTechMGT .storyH2 {
    background: url(/img/technology/rod/megatop/logoMGT.jpg) no-repeat 0 100px
}

body.rodTechSMT .storyHeader {
    padding: 68px 0 24px 0
}

body.rodTechSMT .storyHeader .container {
    background: url(/img/technology/rod/smt/rodTechSMT.jpg) no-repeat right 0px
}

body.rodTechSMT .storyH2 {
    background: url(/img/technology/rod/smt/logoSMT.jpg) no-repeat 0 100px
}

body.rodTechSMT .otherStory img {
    margin: 4px 30px 16px 0;
    max-width: 100%
}

body.rodTechSMT .otherStory img+p {
    padding-left: 0
}

body.reelTechDE_megatwin .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechDE_megatwin .storyHeader .container {
    background: url(/img/technology/reel/megatwin/reelTechDE_megatwin0.jpg) no-repeat right 0px
}

body.reelTechDE_megatwin .storyH2 {
    background: url(/img/technology/reel/megatwin/logoMegatwin.jpg) no-repeat 0 100px
}

body.rodTechLIN .storyHeader {
    padding: 68px 0 24px 0
}

body.rodTechLIN .storyHeader .container {
    background: url(/img/technology/rod/interline/rodTechLIN.jpg) no-repeat right 0px
}

body.rodTechLIN .storyH2 {
    background: url(/img/technology/rod/interline/logoLIN.jpg) no-repeat 0 100px
}

body.rodTechJUI .storyHeader {
    padding: 68px 0 24px 0
}

body.rodTechJUI .storyHeader .container {
    background: url(/img/technology/rod/jui/rodTechJUI0.jpg) no-repeat right 0px
}

body.rodTechJUI .storyH2 {
    background: url(/img/technology/rod/jui/logoJUI.jpg) no-repeat 0 100px
}

body.rodTechJUI .otherStory .clear {
    padding: 50px 0
}

body.rodTechJUI .otherStory img.alignC {
    display: block;
    float: none;
    margin: 50px auto;
    max-width: 100%
}

body.rodTechJUI .otherStory img.alignC+p {
    padding-left: 0
}

body.rodTechSPR .storyHeader {
    padding: 68px 0 24px 0
}

body.rodTechSPR .storyHeader .container {
    background: url(/img/technology/rod/superring/rodTechSPR0.jpg) no-repeat right 0px
}

body.rodTechSPR .storyH2 {
    background: url(/img/technology/rod/superring/logoSPR.jpg) no-repeat 0 100px
}

body.reelTechAB .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechAB .storyHeader .container {
    background: url(/img/technology/reel/airbail/reelTechAB0.jpg) no-repeat right 0px
}

body.reelTechAB .storyH2 {
    background: url(/img/technology/reel/airbail/logoAB.jpg) no-repeat 0 100px
}

body.reelTechTW2 .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechTW2 .storyHeader .container {
    background: url(/img/technology/reel/twistbuster/reelTechTW2.jpg) no-repeat right 0px
}

body.reelTechTW2 .storyH2 {
    background: url(/img/technology/reel/twistbuster/logoTW2.jpg) no-repeat 0 100px
}

body.reelTechZA .storyHeader {
    padding: 68px 0 24px 0
}

body.reelTechZA .storyHeader .container {
    background: url(/img/technology/reel/zaion/reelTechZA.jpg) no-repeat right 0px
}

body.reelTechZA .storyH2 {
    background: url(/img/technology/reel/zaion/logoZA.jpg) no-repeat 0 100px
}

body.reelTechZA .imgCenterWrap {
    text-align: center;
    padding: 20px 0
}

body.reelTechZA .imgCenterWrap li {
    display: inline-block
}

body.reelTechZA .imgCenterWrap img {
    float: none;
    margin: 0;
    vertical-align: top;
    max-width: 100%
}

body.reelTechZA .imgCenterWrap img+p {
    padding: 0
}

body.reelTechZA .otherStory img+p {
    padding: 0
}

body.reelTechMA .storyWrap {
    background: #fff
}

body.reelTechMA .storyWrap * {
    color: #000
}

body.reelTechMA .storyHeader {
    padding: 0 0 24px 0
}

body.reelTechMA .storyHeader:before {
    display: block;
    content: "";
    height: 180px;
    background: #000 url(/img/technology/reel/magsealed/logoMA.jpg) no-repeat calc( 50% - 470px) 80%
}

body.reelTechMA h2.storyH2 {
    padding: 50px 0 16px 0;
    font-size: 32px
}

body.reelTechMA .otherStory h3 {
    border-color: rgba(0,0,0,0.3)
}

body.reelTechMA .imgCenterWrap {
    text-align: center;
    padding: 20px 0
}

body.reelTechMA .imgCenterWrap li {
    display: inline-block
}

body.reelTechMA .imgCenterWrap img {
    float: none;
    margin: 0;
    vertical-align: top
}

body.reelTechMA .imgCenterWrap img+p {
    padding: 0
}

body.reelTechMA .imgCenterWrap li {
    vertical-align: top;
    padding: 8px
}

body.reelTechMA .imgCenterWrap.ea4 li {
    width: 200px;
    max-width: calc( 25% - 20px);
    font-size: 0
}

body.reelTechMA .imgCenterWrap.ea4 li p {
    line-height: 1.2em;
    font-size: 13px
}

body.reelTechMA .imgCenterWrap.ea4 li img {
    padding: 16px 0;
    height: 180px
}

body.reelTechMBB .storyHeader {
    background: url(/img/technology/reel/ballbearing/reelTechMBB.jpg) no-repeat center 0;
    padding-top: 40px
}

body.reelTechMBB .storyHeader h2 span {
    display: block;
    line-height: 1.1em
}

body.reelTechMBB .storyHeader h2 .en {
    font-size: 52px
}

body.reelTechMBB .storyHeader h2 .kr {
    font-size: 22px;
    font-weight: 300
}

body.reelTechMBB .otherStory h3 {
    color: #e50112;
    font-size: 21px;
    border: 0 none;
    padding: 24px 0 8px 0
}

body.reelTechMBB .otherStory p {
    padding-bottom: 10px
}

body.reelTechMBB .otherStory strong.h3 {
    color: #e50112;
    font-size: 21px;
    display: block;
    padding-bottom: 8px
}

body.reelTechMBB .otherStoryMBB {
    padding-left: 400px;
    position: relative
}

body.reelTechMBB .otherStoryMBB img {
    position: absolute;
    left: 0;
    top: 60px
}

body.reelTechMBB .otherStoryMBB img+p {
    padding-left: 0
}

body.reelTechMBB .alignC {
    padding: 50px 0 0 0
}

body.reelTechMBB .alignC img {
    max-width: 100%
}

.alignC {
    text-align: center
}

.clear {
    clear: both
}

.sectionImg {
    text-align: center
}

body.others .storyH2 {
    line-height: 1.3em;
    padding-top: 268px
}

body.othersTech12 .storyHeader {
    padding: 68px 0 24px 0
}

body.othersTech12 .storyHeader .container {
    background: url(/img/technology/others/12braid/b40_othersT12.jpg) no-repeat right 0px
}

body.othersTechNA .storyHeader {
    padding: 68px 0 24px 0
}

body.othersTechNA .storyHeader .container {
    background: url(/img/technology/others/nanodis/b40_othersNA.jpg) no-repeat right 0px
}

body.othersTechSA .sectionImg img {
    max-width: 100%
}

body.othersTechSA .storyHeader {
    padding: 16px 0 24px 0
}

body.othersTechSA .storyHeader .storyH2 {
    padding-top: 0
}

body.othersTechSA img {
    max-width: 100%
}

body.othersTechUV .storyHeader {
    padding: 68px 0 24px 0
}

body.othersTechUV .storyHeader .storyH2 {
    padding-top: 0
}

body.othersTechUV img {
    max-width: 100%
}

body.othersTechUV .otherStory img+p {
    padding: 0
}

.otherStory {
    padding: 20px 0
}

.otherStory:after {
    display: block;
    content: "";
    clear: both
}

.otherStory h3 {
    padding: 12px 28px;
    border: solid 1px rgba(255,255,255,0.35);
    font-size: 17px;
    margin: 16px 0 24px 0;
    line-height: 1.2em
}

.otherStory h4 {
    font-size: 17px;
    padding: 16px 0 10px 0
}

.otherStory img {
    float: left;
    margin: 4px 32px 0 0
}

.otherStory p {
    line-height: 1.5em
}

.otherStory img+p {
    padding-left: 330px
}

.otherStory img.floatR {
    float: none;
    float: right;
    margin: 4px 0 24px 32px
}

.otherStory img.floatR+p {
    padding-left: 0
}

.imgFigure1 {
    clear: both;
    padding: 20px 0
}

.imgFigure1 figcaption {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700
}

.imgFigure2 {
    clear: both;
    margin: 24px 0 16px 0;
    text-align: center
}

.imgFigure2 figcaption {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700;
    text-align: left
}

.imgFigure2 p {
    flex: 14px;
    font-weight: 300;
    color: #ddd;
    text-align: left;
    padding-bottom: 16px
}

.imgFigure2 img {
    float: none;
    padding: 8px 0;
    margin: 16px 0
}

.imgFigure.alignC {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.imgFigure.alignC>div {
    width: 320px;
    padding: 10px
}

.imgFigure.alignC img {
    float: none
}

.imgFigure.alignC figcaption {
    font-size: 16px;
    padding: 16px 10px 0;
    font-weight: 700
}

.imgFigure3 {
    padding: 20px 0;
    text-align: center
}

.imgFigure3>div {
    display: inline-block;
    width: 320px;
    padding: 10px
}

.imgFigure3 img {
    float: none;
    margin: 10px 0
}

.imgFigure3 figcaption {
    font-size: 16px;
    padding: 16px 10px 0;
    font-weight: 700
}

.imgFigure4 {
    text-align: center
}

.imgFigure4 img {
    float: none;
    margin: 10px 0;
    width: 400px;
    max-width: 100%
}

.imgWrap {
    background: #fff
}

#menu {
    position: relative;
    padding: 16px 0
}

.calendarNote {
    text-align: right;
    padding-bottom: 16px
}

#under16 {
    display: none
}

.classAge label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    letter-spacing: -0.04em
}

.classAge label input[type="radio"] {
    position: absolute;
    left: -2px;
    top: 2px;
    width: 10px;
    height: 10px
}

.classAge label input:before {
    display: block;
    width: 14px;
    height: 14px;
    background: #f6f6f6;
    border: solid 2px #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -4px;
    top: -2px
}

.classAge label input:checked:before {
    background-color: #c00913;
    border-color: #c00913
}

.header2 {
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
    text-align: right
}

.header2 h1 {
    padding: 12px 0 0 0;
    font-weight: 500;
    color: #999;
    font-size: 16px
}

.header2 h1 a:after {
    display: inline-block;
    content: "";
    width: 21px;
    height: 21px;
    margin-top: -3px;
    background: #000 url(/img/images.png) no-repeat -143px -35px;
    background-size: 250px auto;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle
}

.header2:after {
    display: block;
    content: "";
    width: 90px;
    height: 43px;
    margin: -16px auto 0 auto;
    background: url(/img/images.png) no-repeat 0 0;
    vertical-align: middle
}

.d00 .container {
    width: 960px
}

.d00 .sectionWrap {
    padding-top: 24px;
    min-height: calc( 100% - 282px)
}

.d00 .contentHeader {
    position: fixed;
    left: -9999px
}

.contentHeader+.tabNav1 {
    margin-top: -1px
}

.tabNav1 {
    display: flex;
    text-align: center
}

.tabNav1 a {
    display: block;
    width: 100%;
    height: 34px;
    padding-top: 16px;
    color: #777;
    background: #f9f9f9;
    border: solid 1px #ededed;
    border-bottom: solid 2px #000;
    font-size: 17px
}

.tabNav1 a.on {
    background: #000;
    color: #fff;
    border-color: #000
}

.tabNav1+.table {
    border-top: 0 none
}

.tabNav2 {
    text-align: center;
    padding: 40px 0 20px 0
}

.tabNav2 a {
    display: inline-block;
    padding: 10px 5%;
    color: #777;
    border-bottom: solid 2px #fff;
    font-size: 16px;
    font-weight: 500
}

.tabNav2 a.on {
    border-color: #000;
    color: #000;
    font-weight: 500
}

.thumList:after {
    display: block;
    content: "";
    clear: both
}

.thumList a {
    display: block;
    width: 32%;
    width: calc( 32.5% - 2px);
    height: 460px;
    margin: 0 .5% 16px .5%;
    float: left;
    border: solid 1px #ddd;
    border-radius: 3px
}

.thumList a .bannerImg {
    display: block;
    height: 300px;
    background: #ededed no-repeat center center;
    background-size: cover
}

.thumList a:first-child,.thumList a:nth-child(3n+1) {
    margin-left: 0
}

.thumList a:nth-child(3n) {
    margin-right: 0
}

.thumList dl {
    padding: 8px 16px
}

.thumList dl:after {
    display: block;
    content: "";
    clear: both
}

.thumList dl dt,.thumList dl dd {
    float: left;
    padding: 2px 0;
    line-height: 1.3em
}

.thumList dl dt {
    width: 80px;
    font-weight: 500;
    color: #888
}

.thumList dl dd {
    width: calc( 100% - 80px);
    color: #777
}

.thumList dl dt.cpTitle {
    font-size: 0
}

.thumList dl dd.cpTitle {
    font-size: 16px;
    width: 100%;
    color: #333
}

.thumList1>div {
    position: relative;
    padding: 24px 0 16px 420px;
    margin: 16px 0;
    min-height: 200px;
    border-top: dotted 1px #ccc
}

.thumList1>div:after {
    display: block;
    content: "";
    clear: both
}

.thumList1 .bannerImg {
    display: block;
    height: 210px;
    width: 380px;
    background: #ededed no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 24px
}

.thumList1 h3 {
    font-size: 22px;
    padding-bottom: 14px;
    color: #333
}

.thumList1 dl {
    padding: 16px 0;
    border-top: solid 1px #ddd
}

.thumList1 dl:after {
    display: block;
    content: "";
    clear: both
}

.thumList1 dl dt,.thumList1 dl dd {
    float: left;
    padding: 2px 0;
    line-height: 1.3em
}

.thumList1 dl dt {
    width: 80px;
    font-weight: 500;
    color: #888
}

.thumList1 dl dd {
    width: calc( 100% - 80px);
    color: #777
}

.thumList1 dl dt.cpTitle {
    font-size: 0
}

.thumList1 dl dd.cpTitle {
    font-size: 16px;
    width: 100%;
    color: #333
}

.thumList1 a {
    float: right
}

.table td.title {
    padding-left: 20px
}

.kakaoLink {
    position: fixed;
    z-index: 100;
    right: 2%;
    bottom: 32px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 0;
    text-align: right;
    border: solid 1px rgba(0,0,0,0);
    transition: all 0.15s ease 0s;
    background: #fff;
    z-index: 500
}

.kakaoLink button {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/img/iconKAKAO.png) no-repeat center center;
    background-size: 70px auto;
    font-size: 0;
    border-radius: 50%
}

.kakaoLink a {
    display: none;
    width: 130px;
    height: 48px;
    padding: 12px 40px 0 70px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.3;
    text-align: left
}

.kakaoLink a:before,.kakaoLink a:after {
    display: block;
    content: "";
    background: #000;
    width: 12px;
    height: 1px;
    position: absolute;
    right: 26px;
    top: 26px;
    opacity: .5;
    transition: right 0.15s ease 0s, opacity 0.15s ease 0s
}

.kakaoLink a:before {
    transform: rotate(45deg)
}

.kakaoLink a:after {
    transform: rotate(-45deg);
    top: 35px
}

.kakaoLink a:hover,.kakaoLink a:focus {
    color: #333
}

.kakaoLink a:hover:before,.kakaoLink a:hover:after,.kakaoLink a:focus:before,.kakaoLink a:focus:after {
    right: 16px;
    opacity: 1
}

.kakaoLink.on {
    border: solid 1px rgba(0,0,0,0.12);
    padding: 0 180px 0 0
}

.kakaoLink.on a {
    display: block
}

.otherFooter {
    text-align: center;
    border-top: solid 1px #ccc;
    background: #222;
    color: #fff;
    padding: 24px 0
}

.otherFooter nav {
    padding-bottom: 14px
}

.otherFooter nav a {
    display: inline-block;
    padding: 16px;
    color: #fff;
    transition: opacity 0.15s ease 0s
}

.otherFooter nav a:hover,.otherFooter nav a:focus {
    opacity: 1
}

.otherFooter ul li {
    color: #aaa;
    position: relative;
    display: inline-block;
    padding-left: 12px
}

.otherFooter ul li span,.otherFooter ul li strong {
    display: inline-block;
    padding: 5px
}

.otherFooter ul li strong {
    font-weight: 500
}

.otherFooter ul li:before {
    display: block;
    content: "";
    background: rgba(255,255,255,0.3);
    position: absolute;
    left: 6px;
    top: 5px;
    width: 1px;
    height: 14px
}

.otherFooter ul li:first-child:before {
    display: none
}

.otherFooter address {
    font-style: normal;
    color: #777;
    padding: 16px 0
}

.competition_detail {
    position: relative;
    padding: 20px 0 20px 600px;
    min-height: 400px
}

.competition_detail:after {
    display: block;
    content: "";
    clear: both
}

.competition_detail .owl-carousel {
    width: 560px;
    position: absolute;
    left: 0;
    top: 26px
}

.competition_detail .owl-carousel .owl-item>div {
    height: 360px;
    background: #f6f6f6 no-repeat center center;
    background-size: cover
}

.competition_detail h3 {
    font-size: 21px;
    line-height: 1.3em;
    padding-bottom: 10px
}

.competition_detail dl {
    padding: 16px 0 16px 0;
    margin-bottom: 16px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ddd
}

.competition_detail dl:after {
    display: block;
    content: "";
    clear: both
}

.competition_detail dl dt,.competition_detail dl dd {
    float: left;
    padding: 3px 0;
    line-height: 1.3em
}

.competition_detail dl dt {
    width: 80px;
    font-weight: 500;
    color: #666
}

.competition_detail dl dd {
    width: calc( 100% - 80px);
    color: #777
}

.competition_detail .owl-dots-wrap {
    position: absolute;
    bottom: -24px;
    width: 100%;
    text-align: center
}

.competition_detail .owl-dots {
    display: inline-block
}

.competition_detail .owl-dot {
    width: 10px;
    height: 10px;
    margin: 1px 2px;
    border-radius: 7px;
    background: #000;
    opacity: 0.5;
    transition: width 0.15s ease 0s, opacity 0.15s ease 0s
}

.competition_detail .owl-dot.active {
    width: 26px;
    opacity: 1
}

.competition_detail .stop,.competition_detail .play {
    font-size: 0;
    width: 15px;
    height: 15px;
    font-size: 0;
    margin-right: 12px;
    background: none transparent;
    background: url(/img/images.png) no-repeat -59px -47px;
    background-size: 330px
}

.competition_detail .stop {
    background-position-x: -79px
}

.competition_detail .owl-carousel .owl-nav .owl-prev,.competition_detail .owl-carousel .owl-nav .owl-next {
    background: 0 none;
    position: absolute;
    top: 0;
    width: 50px;
    height: 360px
}

.competition_detail .owl-carousel .owl-nav .owl-prev:after,.competition_detail .owl-carousel .owl-nav .owl-prev:before,.competition_detail .owl-carousel .owl-nav .owl-next:after,.competition_detail .owl-carousel .owl-nav .owl-next:before {
    display: block;
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: calc( 50% + 8px);
    left: 24px;
    position: absolute;
    transition: left 0.15s ease 0s
}

.competition_detail .owl-carousel .owl-nav .owl-prev:before,.competition_detail .owl-carousel .owl-nav .owl-next:before {
    transform: rotate(-45deg);
    top: calc( 50% - 8px)
}

.competition_detail .owl-carousel .owl-nav .owl-prev span,.competition_detail .owl-carousel .owl-nav .owl-next span {
    display: none
}

.competition_detail .owl-carousel .owl-nav .owl-prev:hover:after,.competition_detail .owl-carousel .owl-nav .owl-prev:hover:before,.competition_detail .owl-carousel .owl-nav .owl-prev:focus:after,.competition_detail .owl-carousel .owl-nav .owl-prev:focus:before,.competition_detail .owl-carousel .owl-nav .owl-next:hover:after,.competition_detail .owl-carousel .owl-nav .owl-next:hover:before,.competition_detail .owl-carousel .owl-nav .owl-next:focus:after,.competition_detail .owl-carousel .owl-nav .owl-next:focus:before {
    left: 8px
}

.competition_detail .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.competition_detail .owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg)
}

.competition_detail .applyBtnArea {
    display: flex
}

.competition_detail .applyBtnArea span,.competition_detail .applyBtnArea a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.competitionDetail>div {
    padding: 16px 0
}

.competitionDetail h5 {
    padding: 16px 0;
    font-size: 18px
}

.competitionDetail h6 {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0 8px 0
}

.competitionDetail dl {
    padding: 8px 0 16px 0
}

.competitionDetail dl:after {
    display: block;
    content: "";
    clear: both
}

.competitionDetail dl dt,.competitionDetail dl dd {
    float: left;
    width: 120px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.3em
}

.competitionDetail dl dt {
    font-weight: 600;
    color: #888
}

.competitionDetail dl dt:before {
    display: inline-block;
    width: 3px;
    height: 3px;
    content: "";
    margin: 0 8px 0 4px;
    background: #999;
    vertical-align: middle
}

.competitionDetail dl dd {
    width: calc( 100% - 140px);
    color: #777
}

.competitionDetail p {
    line-height: 1.3em;
    padding: 8px 0
}

.competitionDetail ul {
    padding: 8px 0 16px 0
}

.competitionDetail ul li {
    padding: 6px 0px;
    color: #777;
    line-height: 1.4em
}

.mapWrap img {
    width: 100%;
    height: auto
}

body.d10 .jsScrollTabContent {
    padding: 20px 0 20px 0
}

body.d10.tabfixed .jsScrollTabContent {
    padding: 80px 0 20px 0
}

.applyWrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px
}

.jsTab2 {
    width: 600px;
    margin: 0 auto;
    padding: 20px
}

.jsTab2Link {
    padding: 20px 0 8px 0
}

.jsTab2Link a {
    color: #666;
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500
}

.jsTab2Link a:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 50%;
    border: solid 1px #ccc;
    border-color: #ccc;
    background-color: #f6f6f6;
    vertical-align: top;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s
}

.jsTab2Link a:hover,.jsTab2Link a:focus {
    color: #000
}

.jsTab2Link a:hover:before,.jsTab2Link a:focus:before {
    border-color: #c00913
}

.jsTab2Link a.on {
    color: #000
}

.jsTab2Link a.on:before {
    border-color: #c00913;
    background-color: #c00913
}

.jsTab2Target {
    display: none
}

.jsTab2Target.on {
    display: block
}

#termsAgreeText {
    border: solid 1px #ccc;
    background: #f9f9f9;
    padding: 24px;
    height: 200px;
    margin-bottom: 8px;
    overflow: hidden;
    overflow-y: auto
}

.btn.btnApply {
    width: 24%;
    padding: 20px 0
}

.competition.apply table input[type="text"],.competition.apply table input[type="password"],.competition.apply table select,.d30 table input[type="text"],.d30 table input[type="password"],.d30 table select {
    width: 99%
}

.competition.apply table .inputWrap,.d30 table .inputWrap {
    display: block;
    display: flex;
    align-items: center;
    word-break: keep-all
}

.competition.apply table input.zipCode,.d30 table input.zipCode {
    width: 160px
}

.h3Center {
    text-align: center;
    font-size: 20px;
    padding: 56px 0;
    line-height: 3em
}

.h3Center span {
    border-bottom: solid 2px #000
}

.inputNote {
    padding: 8px 0 0 0;
    color: #777;
    line-height: 1.4em
}

.inputNote strong {
    color: #f84c00
}

.KAKAO_ceti , .PHONE_ceti{
    background: #ddd;
    color: #999;
    height: 36px;
    width: 100%
}

.KAKAO_ceti.on , .PHONE_ceti.on {
    background: #fae100;
    color: #3b1e1e
}

#confirmStatusHelp .jsDivContent {
    max-width: 360px;
    width: 93%
}

#confirmStatusHelp .confirmStatusDl {
    background: #f9f9f9;
    border-bottom: solid 1px #ccc
}

#confirmStatusHelp .confirmStatusDl:after {
    display: block;
    content: "";
    clear: both
}

#confirmStatusHelp .confirmStatusDl dt,#confirmStatusHelp .confirmStatusDl dd {
    display: block;
    float: left;
    width: 96px;
    min-height: 24px;
    line-height: 1.2em;
    padding: 10px 4px 10px 4px;
    border-top: solid 1px #ddd
}

#confirmStatusHelp .confirmStatusDl dd {
    width: calc( 100% - 112px);
    background: #fff
}

#confirmStatusHelp .confirmStatusDl dt {
    font-weight: 600;
    text-indent: 4px
}

.btnConfirmStatusHelp {
    font-size: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #777;
    margin-right: -20px;
    position: absolute;
    margin: 4px 0 0 8px;
    opacity: 0.8;
    transition: opacity 0.15s ease 0s
}

.btnConfirmStatusHelp:before {
    content: "i";
    font-size: 16px;
    color: #fff;
    display: block;
    width: 28px;
    height: 30px;
    text-align: center;
    line-height: 1.8em
}

.btnConfirmStatusHelp:hover,.btnConfirmStatusHelp:focus {
    opacity: 1
}

#clubName {
    width: 100%
}

.col2ea col.colTh {
    width: 180px
}

.caption {
    padding: 20px 0 8px 0;
    text-align: left;
    font-weight: 500;
    color: #333;
    font-size: 17px
}

label.caption {
    display: block;
    margin-top: 20px
}

.table+.table {
    margin-top: 20px
}

.completeMsg1 {
    text-align: center;
    padding: 60px 0;
    margin-top: 16px
}

.completeMsg1 p {
    font-size: 26px;
    padding: 4px 0
}

.completeMsg1 .completeMsg1_2 {
    font-size: 18px;
    padding-top: 16px
}

.d10.competition.complete .completeMsg1:before {
    display: block;
    content: "";
    margin: 0 auto 40px auto;
    width: 102px;
    height: 90px;
    background: url(/img/images.png) no-repeat -224px -150px;
    opacity: 0.5
}

.completeMsg2 {
    text-align: center;
    padding: 0 0 16px 0
}

.completeMsg2 p {
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.4em
}

.completeMsg3 {
    text-align: center;
    padding: 0 0 16px 0
}

.completeMsg3 p {
    font-size: 18px;
    padding: 5px 0
}

.agreeBtnArea {
    text-align: right;
    padding: 20px 0 10px 0
}

.formTable {
    margin: 20px auto 0 auto
}

.formTable th,.formTable td {
    padding: 8px 0;
    vertical-align: top
}

.formTable td {
    color: #777
}

.caption span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 10px;
    border-radius: 16px
}

.d00 .formTable {
    width: 600px
}

.d00 .formTable th {
    padding-top: 22px
}

.d00 .formTable th,.d00 .formTable td {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 8px;
    vertical-align: middle;
    word-break: keep-all
}

.d00 .formTable th span.tdAlign,.d00 .formTable td span.tdAlign {
    padding: 0
}

.d00 .formTable th {
    background: #f3f3f3
}

span.tdAlign {
    display: inline-block;
    padding: 12px 0 0 0
}

.selectMonth {
    font-size: 42px;
    text-align: center;
    padding: 32px 0 16px 0
}

.selectMonth button {
    font-size: 0;
    position: relative;
    width: 40px;
    height: 40px;
    background: none transparent;
    vertical-align: middle;
    margin: 0 20px 8px 20px
}

.selectMonth button:before,.selectMonth button:after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #000;
    left: 12px;
    top: 25px;
    opacity: .6;
    transform: rotate(45deg);
    transition: all 0.15s ease 0s
}

.selectMonth button:after {
    transform: rotate(-45deg);
    top: 14px
}

.selectMonth button:hover:before,.selectMonth button:hover:after {
    left: 8px
}

.selectMonth button.btnNext {
    transform: rotate(180deg)
}

.calendarWrap table caption {
    text-align: right;
    padding-bottom: 8px;
    color: #777
}

.calendarWrap table td,.calendarWrap table th {
    padding-left: 0;
    padding-right: 0;
    border-left: 0 none;
    border-right: 0 none
}

.calendarWrap table td {
    vertical-align: top;
    height: 60px
}

.calendarWrap table a {
    display: block;
    background: #e6892e;
    padding: 2px 10px;
    color: #fff;
    font-size: 0;
    margin: 4px 0
}

.calendarWrap table a.startDate {
    font-size: 14px;
    border-radius: 12px 0 0 12px;
    text-indent: 10px;
    font-weight: 300
}

.calendarWrap table a.endDate {
    border-radius: 0 12px 12px 0;
    margin-right: 20%
}

.calendarWrap table a.monthLink2 {
    background: #5b94db
}

.calendarWrap table a.monthLink3 {
    background: #78b98a
}

.calendarWrap table a.monthLink4 {
    background: #a179be
}

.calendarWrap table a.monthLink5 {
    background: #0ba4d0
}

.calendarWrap table tr th:first-child,.calendarWrap table tr td:first-child {
    color: #f74e4e
}

.calendarWrap table tr th:first-child.lastMonthDate,.calendarWrap table tr th:first-child.nextMonthDate,.calendarWrap table tr td:first-child.lastMonthDate,.calendarWrap table tr td:first-child.nextMonthDate {
    color: #ddd
}

.calendarWrap table .lastMonthDate,.calendarWrap table .nextMonthDate {
    color: #ddd
}

.d30.confirm .formTable {
    margin-top: 60px;
    margin-bottom: 60px
}

body.d40 .sectionWrap,body.d42 .sectionWrap {
    background: url(/img/bgD40Privacy.jpg) no-repeat center 10px
}

body.d40 .contentHeader,body.d42 .contentHeader {
    height: 340px;
    position: static;
    border: 0 none
}

body.d40 .contentHeader #h2,body.d42 .contentHeader #h2 {
    color: #fff;
    text-align: right;
    padding-top: 130px
}

body.catalog .formTable th,body.catalog .formTable td {
    line-height: 1.3em
}

body.catalog col.th {
    width: 180px
}

.termsWrap {
    border: solid 1px #ddd;
    padding: 16px 24px;
    margin-bottom: 8px
}

.termsWrap p {
    line-height: 1.4em;
    padding: 8px 0
}

.termsWrap ul {
    padding: 8px 0;
    color: #777;
    line-height: 1.4em
}

.termsWrap ul li {
    font-weight: 300
}

.termsWrap ul ul {
    padding: 10px 0 16px 16px
}

.termsWrap ul li li {
    color: #888;
    padding: 3px 0
}

.termsWrap ul p {
    padding: 6px 0 6px 16px
}

.list li {
    padding: 2px 0 2px 14px;
    position: relative
}

.list li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 7px
}

.e10 .formTable td,.e10 .formTable th {
    padding: 16px 0
}

.recieveInfoForm {
    font-size: 0;
    clear: both
}

.recieveInfoForm:after {
    display: block;
    content: "";
    clear: both
}

.recieveInfoForm dt,.recieveInfoForm dd {
    float: left;
    width: 200px;
    padding: 4px 0
}

.recieveInfoForm dd {
    width: calc( 100% - 200px)
}

.recieveInfoForm input[type="text"] {
    width: calc( 33% - 8px)
}

.recieveInfoForm input[type="text"].width100 {
    width: 98%
}

.recieveInfoForm .btnZipSearch {
    margin-left: 6px;
    background: #333;
    color: #fff;
    border-color: #333
}

.catalogApply {
    padding: 24px 0
}

.catalogApply>article {
    position: relative;
    margin: 24px 0;
    padding-left: 160px
}

.catalogApply h4 {
    position: absolute;
    left: 0;
    top: 0
}

.completeMsg4 {
    font-size: 18px;
    padding: 100px 0 80px 0;
    text-align: center
}

.catalogSummary {
    margin: 60px 0;
    position: relative
}

.catalogSummary h3 {
    font-size: 17px
}

.catalogSummary ul {
    position: absolute;
    left: 140px;
    top: 0px
}

.catalogIndex {
    position: relative;
    padding-left: 250px;
    min-height: 300px;
    margin-bottom: 60px
}

.catalogIndex h3 {
    font-size: 17px
}

.catalogIndex .catalogImg,.catalogIndex .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px
}

.catalogIndex .catalogImg {
    height: 288px;
    background: url(/upload/brochure_thum.jpg) no-repeat center center
}

.catalogIndex .btn {
    top: 300px;
    box-sizing: border-box;
    text-align: center;
    height: 46px;
    padding-top: 15px;
    background: #222;
    color: #fff;
    border: solid 1px #222
}

.catalogIndex .btn:hover,.catalogIndex .btn:focus {
    background: #000;
    border: solid 1px #000;
    color: #fff
}

.catalogIndex ul {
    padding: 24px 0
}

.catalogIndex ul:after {
    display: block;
    content: "";
    clear: both
}

.catalogIndex ul li {
    width: 20%;
    float: left
}

.catalogIndex ul a {
    display: block;
    padding: 8px 0 8px 0;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.catalogIndex ul a:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px 0 4px;
    content: "";
    background: #999;
    vertical-align: middle
}

.catalogIndex ul a:hover,.catalogIndex ul a:focus {
    color: #000
}

.storeSearch {
    text-align: center;
    padding: 20px;
    border: solid 1px #000;
    border-radius: 3px;
    background: #f9f9f9
}

.storeSearch h3 {
    font-size: 21px;
    font-weight: 500;
    padding: 20px 0
}

.storeSearch .storeSearchInput {
    max-width: 300px;
    width: 100%;
    margin: 20px auto;
    position: relative
}

.storeSearch .storeSearchInput input[type="text"] {
    outline: 0 none;
    border: 0 none;
    border-bottom: solid 2px #666;
    width: 100%;
    background: none transparent;
    padding-left: 0;
    padding-right: 0
}

.storeSearch .storeSearchInput input[type="text"]:hover,.storeSearch .storeSearchInput input[type="text"]:focus {
    border-bottom: solid 2px #000
}

.storeSearch .storeSearchInput button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0 none;
    background: none transparent
}

.storeSearch .storeSearchInput button:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/img/images.png) no-repeat -260px -50px;
    float: right
}

.storeArea h3 {
    font-size: 21px;
    font-weight: 500;
    padding: 50px 0 20px 0
}

.storeArea>div {
    font-size: 0
}

.storeArea>div a {
    display: inline-block;
    width: 5.55%;
    font-size: 15px;
    padding: 20px 0 0 0;
    height: 40px;
    letter-spacing: -0.04em;
    border: 0 none;
    color: #666;
    text-align: center;
    box-sizing: border-box
}

.storeArea>div a:hover,.storeArea>div a:focus {
    border-bottom: solid 2px #ccc
}

.storeArea>div a.on {
    color: #000;
    border-bottom: solid 2px #000
}

.storeArea>div input[type="button"].on {
    color: #000;
    border-bottom: solid 2px #000
}

body.store table {
    margin-top: 30px
}

body.store table caption.h3 {
    text-align: left;
    padding: 20px 0 15px 270px
}

body.store table caption.h3 strong {
    color: #c00913
}

.store-search {
    top: 40px;
    position: relative;
}

.btn-search {
    background-color: #000;
    height: 30px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 10px
}

.search-select {
    font-size: 12px;
    height: 30px;
    width: 100px;
    padding: 0 10px 0 10px;
    color: black;
    font-family: 'Noto Sans', 'Malgun Gothic', sans-serif;
    font-weight: 200;
    -webkit-appearance: listbox !important;
}

body.store table td {
    word-break: keep-all
}

.stIconEx {
    text-align: right;
    margin: 0px 0 0 0
}

.stIconEx span {
    position: relative
}

.stIconEx div {
    position: absolute;
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
    width: 200px;
    left: -25%;
    opacity: 0;
    top: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    line-height: 1.25em;
    transition: top 0.15s ease 0s, opacity 0.15s ease 0s
}

.stIconEx div:before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border: 5px solid none;
    border-bottom: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 100px
}

.stIconEx .stIcon1,.stIconEx .stIcon2,.stIconEx .stIcon3 {
    margin-left: 10px;
    background: none transparent
}

.stIconEx .stIcon1:before,.stIconEx .stIcon2:before,.stIconEx .stIcon3:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 4px;
    background: url(/img/images.png) no-repeat -119px -154px;
    vertical-align: middle
}

.stIconEx .stIcon1:hover+div,.stIconEx .stIcon1:focus+div,.stIconEx .stIcon2:hover+div,.stIconEx .stIcon2:focus+div,.stIconEx .stIcon3:hover+div,.stIconEx .stIcon3:focus+div {
    display: inline-block;
    opacity: 1;
    top: 30px;
    z-index: 3
}

.stIconEx .stIcon2:before {
    background-position-x: -154px
}

.stIconEx .stIcon3:before {
    background-position-x: -189px
}

.stIconEx .stIcon3+div {
    left: inherit;
    right: 0
}

.stIconEx .stIcon3+div:before {
    left: inherit;
    right: 15px
}

.stIconEx+.table {
    margin-top: -36px
}

colgroup .stLocal1 {
    width: 50px
}

colgroup .stLocal2 {
    width: 100px
}

colgroup .stCall {
    width: 116px
}

colgroup .stDiv {
    width: 114px
}

td.stDiv span {
    position: relative
}

td.stDiv .stIcon1,td.stDiv .stIcon2,td.stDiv .stIcon3 {
    font-size: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/img/images.png) no-repeat -119px -154px;
    vertical-align: middle
}

td.stDiv .stIcon1:hover:before,td.stDiv .stIcon1:focus:before {
    content: "다이와의 릴, 로드, 채비, 박스 등의 태클을 취급합니다."
}

td.stDiv .stIcon2 {
    background-position-x: -154px
}

td.stDiv .stIcon2:hover:before,td.stDiv .stIcon2:focus:before {
    content: "다이와의 낚시 의류, 장갑, 모자 등을 취급합니다."
}

td.stDiv .stIcon3 {
    background-position-x: -189px
}

td.stDiv .stIcon3:hover:before,td.stDiv .stIcon3:focus:before {
    content: "일반 매장과 같이 의류가 진열되어 있으며, 피팅룸이 준비되어 있습니다."
}

col.no {
    width: 64px
}

col.regDate {
    width: 114px
}

strong.important {
    display: inline-block;
    padding: 3px 8px;
    background: #c00913;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    vertical-align: text-bottom
}

.boardArticle {
    position: relative
}

.boardArticle h3 {
    font-size: 20px;
    font-weight: 350;
    padding: 32px 80px 30px 0;
    margin-top: -1px;
    border-top: solid 2px #333;
    border-bottom: solid 1px #333
}

.boardArticle h3+dl {
    text-align: right;
    position: absolute;
    right: 0;
    top: 40px;
    opacity: 0.7
}

.boardArticle h3+dl dt,.boardArticle h3+dl dd {
    display: inline-block;
    padding-left: 8px
}

.boardArticle h3+dl dt {
    font-size: 0;
    padding-left: 16px;
    position: fixed;
    left: -9999px
}

.boardArticle dt.during,.boardArticle dd.during {
    font-size: 15px
}

.boardContent {
    padding: 32px 0
}

.boardContent p {
    padding: 4px 0;
    line-height: 1.3em
}

.boardContent img {
    max-width: 100%
}

.noEvent {
    font-size: 17px;
    text-align: center;
    padding: 100px 0;
    line-height: 1.5em;
    color: #999;
    clear: both
}

.detailList:after {
    display: block;
    content: "";
    clear: both
}

.detailList>a,.detailList>div {
    display: block;
    width: 32%;
    margin: 16px 1.7% 16px 0;
    margin-right: calc( 2% - 3px);
    border: solid 1px #ccc;
    float: left
}

.detailList>a:nth-child(3n),.detailList>div:nth-child(3n) {
    margin-right: 0
}

.detailList .detailListImg {
    display: block;
    height: 250px;
    background: center center;
    background-size: cover
}

.detailList dl {
    font-size: 0;
    padding: 16px
}

.detailList dl dt,.detailList dl dd {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    padding: 4px 0;
    color: #777
}

.detailList dl dd {
    width: calc( 100% - 80px)
}

.detailList dl dt.title {
    font-size: 0;
    width: 0
}

.detailList dl dd.title {
    width: 100%;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body.g10 #h2 {
    color: #fff;
    line-height: 1.6;
    /*letter-spacing: -0.1em;*/
    position: absolute;
    right: 0;
    top: 150px;
    text-align: left
}

body.g10 .contentHeader {
    border: 0 none;
    padding-top: 370px
}

body.g10 .line {
    border-bottom: solid 1px #ccc;
    padding-bottom: 50px;
}

body.g10 .sectionWrap {
    background: url(/img/bgFieldStaff.jpg) repeat-x center 160px
}

.outlineBtn {
    margin: 80px 0 40px 0
}

.outlineBtn>div {
    display: flex;
    justify-content: space-evenly
}

.outlineBtn a {
    flex-grow: 1;
    margin: 4px;
    text-align: center;
    color: #fff;
    padding: 2px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.outlineBtn a span {
    display: block;
    padding: 16px 0;
    border: solid 2px #fff;
    border-radius: 8px;
    position: relative;
    background: #333
}

.outlineBtn a:before {
    display: block;
    content: "";
    background: #c00913;
    width: 400px;
    height: 300px;
    position: absolute;
    transform: rotate(30deg);
    left: -450px;
    top: -130px
}

.outlineBtn a.on {
    border-color: #c00913
}

.outlineBtn a.on:before {
    left: 0;
    transition: left 2s ease-out 0.1s
}

.outlineBtn a.on span,.outlineBtn a:hover span,.outlineBtn a:focus span {
    background: #000
}

.tech2+.outlineBtn {
    margin-top: 0px
}

.depth5 {
    text-align: right
}

.depth5 a {
    display: inline-block;
    padding: 20px 10px;
    color: #777
}

.depth5 a.on {
    color: #000;
    font-weight: 600
}

.fieldstaffContent h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.6em;
    display: none
}

.fieldstaffContent h4 {
    font-size: 24px;
    padding: 30px 0 10px 0;
    font-weight: 100;
    border-bottom: solid 1px #ccc
}

.fieldstaffContent article {
    position: relative;
    padding-left: 300px;
    margin: 16px 0;
    min-height: 246px
}

.fieldstaffContent .staffBefore {
    padding-left: 0;
    /*border-top: solid 1px #ccc;*/
    margin: 40px 0;
    /*padding: 40px 0*/
}

.fieldstaffContent .staffImg {
    width: 212px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ededed no-repeat top center;
    background-size: cover
}

.fieldstaffContent>div {
    display: none
}

.fieldstaffContent>div.on {
    display: block
}

.fieldstaffContent dl {
    padding: 0
}

.fieldstaffContent dl dt,.fieldstaffContent dl dd {
    display: inline-block;

    padding: 12px 0 12px 0;
    vertical-align: top
}

.fieldstaffContent dl dt:before {
    display: inline-block;
    content: "";
    background: #c00913;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px
}

.fieldstaffContent dl dd {
    width: calc( 100% - 55px);
    line-height: 20px;
    margin: -3px 0 0 0;
}

.fieldstaffContent dl dt {
    font-weight: 600;
}

.staffBefore h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    border: 0 none
}

.staffBefore ul {
    padding: 20px 0
}

.staffBefore li {
    padding: 8px 0
}

body.search .sectionWrap {
    background: url(/img/bgSearch.jpg) repeat-x center 160px
}

body.search .contentHeader {
    text-align: center;
    padding: 170px 0;
    border-bottom: 0 none
}

body.search .searchWrap input[type="text"],body.search .searchWrap button {
    border-radius: 4px;
    vertical-align: middle
}

body.search .searchWrap input[type="text"] {
    width: 340px;
    height: 40px;
    border: 0 none
}

body.search .searchWrap button {
    background-color: #333;
    border: solid 1px #333;
    color: #fff;
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
    transition: background-color 0.15s ease 0s
}

body.search .searchWrap button:hover,body.search .searchWrap button:focus {
    background-color: #000
}

.searchResultContent h3 {
    padding: 16px 0;
    margin-bottom: 16px;
    font-size: 18px;
    border-bottom: solid 2px #000;
    font-weight: 500
}

.searchResultContent a {
    display: block;
    position: relative;
    padding: 12px 0 12px 220px;
    height: 108px
}

.searchResultContent a h4 {
    padding: 20px 0 12px 0;
    font-size: 16px
}

.searchResultContent a ol {
    padding: 8px 0
}

.searchResultContent a ol li {
    display: inline-block;
    padding: 0 8px 0 14px;
    position: relative
}

.searchResultContent a ol li:before,.searchResultContent a ol li:after {
    display: block;
    content: "";
    background: #000;
    width: 6px;
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0.5
}

.searchResultContent a ol li:after {
    transform: rotate(-45deg);
    top: 9px
}

.searchResultContent a ol li:first-child {
    padding-left: 0
}

.searchResultContent a ol li:first-child:before,.searchResultContent a ol li:first-child:after {
    display: none
}

.searchResultContent a .searchThum {
    width: 182px;
    height: 108px;
    position: absolute;
    left: 0;
    top: 4;
    background: #ddd center center;
    background-size: cover;
    border-radius: 8px;
    transition: left 0.2s ease 0s
}

.searchResultContent a:hover,.searchResultContent a:focus {
    background: #f6f6f6
}

.searchResultContent a:hover .searchThum,.searchResultContent a:focus .searchThum {
    left: 16px
}

.searchResultContent a:hover h4,.searchResultContent a:hover li,.searchResultContent a:focus h4,.searchResultContent a:focus li {
    color: #000
}

.noSearchResult {
    text-align: center;
    padding: 60px 0
}

.noSearchResult:before {
    display: block;
    content: "";
    margin: 24px auto;
    width: 44px;
    height: 44px;
    background: url(/img/images.png) no-repeat -120px -195px;
    font-size: 20px
}

#i_a_mv_img {
    text-align: center
}

#i_a_mv_img img {
    max-width: 100%
}

#co_body {
    margin: 0 auto 0 auto;
    max-width: 950px
}

#co_contents {
    padding-top: 20px;
    line-height: 2
}

#co_menu {
    display: none
}

#co_main p {
    margin-top: 1em
}

#co_footer {
    clear: both;
    padding-bottom: 30px;
    font-size: 87.5%
}

#co_header {
    font-size: 87.5%
}

#co_top1 {
    display: none
}

#co_contents {
    word-wrap: break-word;
    line-height: 2
}

#co_contents * {
    box-sizing: initial;
    -webkit-text-size-adjust: initial;
    table-layout: initial
}

#co_contents table {
    font-size: 1em
}

.h00 .sectionWrap {
    padding-top: 140px
}

.h00 .prodctContent {
    width: 950px;
    max-width: 100%;
    margin: 0 auto
}

.h00 .product__slider-main {
    background-color: #fff
}

.h00 .product__slider-thmb .slick-slide {
    background-color: #fff
}

.slidePopup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    transition: opacity 0.15s ease 0s
}

.slidePopup.on {
    opacity: 1;
    display:block;
}

.slidePopup img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto
}

.slidePopup .btnSlickZoomOff {
    position: fixed;
    z-index: 1001;
    border: solid 1px #ddd;
    font-size: 0;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    border-radius: 4px;
    opacity: 0.6;
    transition: opacity 0.15s ease 0s
}

.slidePopup .btnSlickZoomOff:hover,.slidePopup .btnSlickZoomOff:focus {
    opacity: 1;
}

.slidePopup .btnSlickZoomOff:before,.slidePopup .btnSlickZoomOff:after {
    display: block;
    content: "";
    background: #000;
    height: 23px;
    width: 1px;
    transform: rotate(45deg);
    left: 19px;
    top: 7px;
    position: absolute
}

.slidePopup .btnSlickZoomOff:after {
    transform: rotate(135deg)
}

#sync1 .item {
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px
}

#sync1 .itemImg {
    background: #fff no-repeat center center;
    background-size: contain;
    height: 400px;
    text-align: center;
    margin: 0 5%
}

.btnSlickZoom {
    display: block;
    width: 40px;
    height: 20px;
    padding-top: 36px;
    margin: 0 auto;
    background: url(/img/special/karehoushi/zoombb.png) no-repeat center 0;
    color: #777
}

.sr_only {
    font-size: 0
}

#sync2 .item {
    border: solid 1px rgba(255,255,255,0.3);
    background: #fff no-repeat center center;
    background-size: contain;
    height: 50px;
    color: #FFF;
    text-align: center;
    cursor: pointer
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .current .item {
    background: #fff no-repeat center center;
    background-size: contain
}

#sync2 .owl-item {
    border: solid 1px #ddd;
    padding: 4px;
    background: #fff;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    opacity: 0.5;
    transition: opacity 0.15s ease 0s
}

#sync2 .owl-item.current {
    opacity: 1
}

#sync2 .owl-stage {
    text-align: center;
    min-width: 100%
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6
}

#sync1.owl-theme {
    position: relative;
    padding: 80px 0 0 0
}

#sync1.owl-theme .owl-stage-outer {
    background: #fff;
    border: solid 1px rgba(0,0,0,0.15)
}

#sync1.owl-theme .owl-next,#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 57%;
    background-color: #fff
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

#sync1.owl-theme,#sync2.owl-theme {
    width: 950px;
    max-width: 100%;
    margin: 0 auto
}

#sync2.owl-theme {
    width: 400px;
    padding: 20px 0 60px 0
}

.h30 #sync2.owl-theme {
    width: 950px
}

.introSectionWrap {
    padding-top: 160px
}

.i00_header {
    position: relative
}

.i00_header:before {
    display: block;
    content: "";
    background: #a19898;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 357px
}

.i00_header .h2Deco,.i00_header #h2 {
    position: relative;
    z-index: 2;
    color: #fff
}

.i00_header .h2Deco {
    display: block;
    padding-bottom: 20px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px
}

.i00_header #h2 {
    font-size: 35px;
    text-align: left;
    display: inline-block;
    border-top: solid 1px #333;
    padding: 16px 0 0 0
}

.i00_header .i00HeaderBg {
    position: absolute;
    right: 0;
    bottom: 0
}

.i00Title,.i00Nav nav,.pageLoc2 {
    width: 1220px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

.i00Title {
    height: 180px;
    padding-top: 177px;
    background-size: 0 0
}

.i00Nav {
    background: #968d8d
}

.i00Nav nav {
    display: flex
}

.i00Nav a {
    display: block;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.2);
    border-left: rgba(0,0,0,0.23) solid 1px;
    position: relative;
    transition: background-color 0.15s ease 0s
}

.i00Nav a:hover,.i00Nav a:focus {
    background: rgba(0,0,0,0.3)
}

.i00Nav a:first-child {
    border: 0 none
}

.i10_company .i00Nav a:first-child,.i20_greeting .i00Nav a:nth-child(2),.i30_history .i00Nav a:nth-child(3),.i40_CI .i00Nav a:nth-child(4),.i50_location .i00Nav a:nth-child(5) {
    background: rgba(0,0,0,0.3)
}

.i10_company .i00Nav a:first-child:before,.i20_greeting .i00Nav a:nth-child(2):before,.i30_history .i00Nav a:nth-child(3):before,.i40_CI .i00Nav a:nth-child(4):before,.i50_location .i00Nav a:nth-child(5):before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #f60;
    position: absolute;
    right: 8px;
    top: 8px
}

.pageLoc2 {
    padding: 40px 0 20px 0
}

.pageLoc2 li {
    display: inline-block
}

.pageLoc2 li:before {
    display: inline-block;
    content: "";
    background: url(/img/images.png) no-repeat -94px -42px;
    background-size: 300px auto;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    opacity: 0.5
}

.pageLoc2 li:first-child {
    font-size: 0;
    padding-left: 0
}

.pageLoc2 li:first-child:before {
    background-position: -163px -47px
}

.pageLoc2 li:nth-child(2):before {
    display: none
}

.i10CompanyH3 h3 {
    font-weight : bold;
    text-align: center;
    font-size: 29px;
    line-height: 1.6em;
    padding: 70px 0 100px 0;
    /*font-weight: 300;*/
    color: #000
}

.i10_company .introSectionWrap {
    /*background: url(/img/company/i10CompanyBg2.png) no-repeat calc( 50% + 550px) 1298px*/
}

.i10Company10 {
    position: relative;
    padding: 40px 0
}

@media (min-width: 768px){ /* 230109 추가 */
	.i10Company10 {
	  min-height: 576px;
	}
}

.i10Company10 p {
    padding: 14px 0;
    line-height: 1.6em;
    font-size: 20px
}

.i10Company10 img {
    position: absolute;
    margin-top: 10px
}

.i10Company10 .i10Img10 {
    right: 0;
    bottom: 40px
}

.i10Company10 .i10Img20 {
    right: 235px;
    bottom: 0
}

.i00Nav2 {
    padding: 100px 0 40px 0
}

@media (max-width: 768px){ /* 230109 추가 */
	.i00Nav2 {
	  padding-top: 40px;
	}
}

.i00Nav2 nav:after {
    display: block;
    content: "";
    clear: both
}

.i00Nav2 a img{
    width: auto;
    height: 30px;
    display: block;
    padding: 0 0 10px 40px;
}

.img.company{
    width: 35px;
}

/*
.i00Nav2 a .greeting{
    width: 35px;
}

.i00Nav2 a .location{
    height:35px;
}
*/

/*.i00Nav2 a {
    display : flex;
    align-items: center;
    width: 48%;
    height: 190px;
    padding: 35px 0;
    margin: 10px 1%;
    float: left;
    outline: rgba(0,0,0,0.3) solid 1px;
    background-repeat: no-repeat;
}*/


.i00Nav2 > nav{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.i00Nav2 nav a {
    flex : auto;
    width: 30%;
    height: 190px;
    padding: 35px 0;
    margin: 10px 1%;
    outline: rgba(0,0,0,0.3) solid 1px;
		box-sizing: border-box;
}

.i00Nav2 p{
    font-size: 26px;
    font-weight: 600;
    text-indent: 40px;
    float: left;
}

.i00Nav2 a.i20 {
    background: url(/img/company/i00Nav2_20.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

.i00Nav2 a.i30 {
    background: #ccc url(/img/company/i00Nav2_30.png);
    background-repeat: no-repeat;
    background-position: right 13% bottom;
    background-size: auto 90%;
}

.i00Nav2 a.i40 {
    background: url(/img/company/i00Nav2_40.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

.i00Nav2 a.i50 {
    background: url(/img/company/i00Nav2_50.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

@media (max-width: 1400px){
	.i00Nav2 nav a {
		height: 15vw;
	}
}
@media (max-width: 1220px){
	.i00Nav2 nav a {
		height: 150px;
	}
}
@media (max-width: 768px){
	.i00Nav2 nav a {
		height: 130px;
	}
}
@media (max-width: 480px){
	.i00Nav2 nav a {
		height: 110px;
	}
	.i00Nav2 p {
		font-weight: 400;
	}
}


.i00Nav2 a:first-child,.i00Nav2 a:nth-child(4) {
    background-color: #e3e2e2
}

.i10Company30 {
    background: #000 url(/img/company/i10Company30Bg.jpg) no-repeat right 0
}

.i10Company30 article {
    height: 530px;
    text-align: center
}

.i10Company30 article h4 {
    font-size: 36px;
    padding: 90px 0 20px 0;
    color: #fff;
    font-weight: 500
}

.i10Company30 article p {
    padding: 20px 0;
    line-height: 1.8em;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

.i10Company30 .globeLink {
    padding: 20px 0
}

.i10Company30 .globeLink a {
    display: block;
    width: 24%;
    padding-top: 80px;
    height: 96px;
    margin: 0 0.5%;
    float: left;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: rgba(255,255,255,0.15)
}

.i10Company30 .globeLink a.globeLink10 {
    background: #fff url(/img/company/i61Globeride.png) no-repeat center center;
    background-size: 90% auto;
    font-size: 0
}

.kakaoChLink {
    background: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: 20px
}

.kakaoChLink span:before {
    display: inline-block;
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffe300 url(/img/iconKAKAO2.png) no-repeat center center;
    vertical-align: middle;
    margin-right: 8px
}

.kakaoChLink a {
    background: #ffe300;
    color: #000;
    display: inline-block;
    padding: 5px 50px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 500
}

.i20GreetingH3 {
    background: #74706F;
    padding: 50px;
    margin: 20px 0 40px 0
}

.i20GreetingH3 h3 {
    border: solid 1px #fff;
    color: #fff;
    padding: 40px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
    background: url(/img/company/i20Greeting10.png) no-repeat 94% bottom
}

.i20Greeting20 {
    font-size: 19px;
    line-height: 1.4em
}

.i20Greeting20 p {
    padding: 10px 0;
    line-height: 1.4em;
    font-size: 16px
}

.i20Sign {
    float: right;
    padding: 20px 0
}
.i20Greeting20new{
	margin-top: 50px;
}
.i20Greeting20new:after{
	content:'';
	display: block;
	clear:both;
}
.i20Greeting20new > div {
	display: inline-block;
}
.i20Greeting20new .i20Greeting20-article{
	width: 56.55%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.i20Greeting20new .i20Greeting20-pic{
	width: 39.344%;
	float: right;
	text-align: right
}
.i20Greeting20new .i20Greeting20-article h3{
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 60px;
}
.i20Greeting20new .i20Greeting20-article h3:before{
	content:'';
	display: block;
	width: 100px;
	height: 4px;
	margin-bottom: 20px;
	margin-left: 4px;
	background: #a0999a;
}
.i20Greeting20new .i20Greeting20-article p{
	font-size: 16px;
	line-height: 1.5;
}
.i20Greeting20new .i20Greeting20-pic .daiwa-pic{
	max-width: 100%;
	margin-top: 24px;
}
.i20Greeting20new .i20Greeting20-pic .i20Sign-new{
	max-width: 78%;
	margin-top: 90px;
}
@media (max-width: 960px){
	.i20Greeting20new .i20Greeting20-article,.i20Greeting20new .i20Greeting20-pic{
		display: block;
		width: 100%;
		float: none;
	}
}
@media (max-width: 720px){
	.i20Greeting20new{
		margin-top: 14px;
	}
	.i20Greeting20new .i20Greeting20-article h3{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.i20Greeting20new .i20Greeting20-article p{
		font-size: 14px;
	}
	.i20Greeting20new .i20Greeting20-article h3:before{
			width: 60px;
			height: 2px;
		  margin-left: 2px;
		}
	.i20Greeting20new .i20Greeting20-pic .i20Sign-new{
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

.historyWrap {
    padding: 40px 0
}

.historyWrap article {
    position: relative;
    padding-left: 420px
}

.historyWrap article:before {
    display: block;
    content: "";
    width: 1px;
    position: absolute;
    left: 140px;
    top: 0;
    bottom: 0;
    background: #000
}

.historyWrap article h3 {
    font-size: 28px;
    font-weight: 300;
    color: #7d7d7e;
    position: absolute;
    left: 284px;
    top: 0
}

.historyWrap article h3:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border: solid 3px #000;
    border-radius: 50%;
    position: absolute;
    left: -150px;
    top: 8px
}

.historyWrap article ol {
    padding: 2px 0 16px 0
}

.historyWrap article li {
    position: relative;
    padding: 4px 0 6px 60px;
    font-size: 16px
}

.historyWrap article li strong {
    position: absolute;
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: 500;
    font-size: 16px
}

.historyWrap article:last-child ol {
    padding-bottom: 0
}

.CIWrap h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 40px 0 16px 0
}

.CIWrap p {
    padding: 8px 0;
    line-height: 1.4em
}

.CIImg {
    text-align: center
}

.CIImg img {
    display: block;
    margin: 50px auto
}

.CIImg a {
    display: inline-block;
    margin: 0 25px;
    padding: 12px 70px;
    border: solid 1px #666
}

.CIIntro10 ul {
    padding: 50px 0
}

.CIIntro10 li {
    padding: 3px 0;
    line-height: 1.3em
}

.locationWrap {
    text-align: right
}

.locationWrap .root_daum_roughmap_landing {
    margin-bottom: 40px
}

.locationWrap h3 {
    text-align: center;
    display: inline-block;
    margin-right: 80px;
    font-size: 18px;
    vertical-align: middle;
}

.locationWrap h3:before {
    display: block;
    content: "";
    width: 132px;
    height: 70px;
    margin-right: -20px;
    margin-bottom: 5px;
    background: url(/img/company/company_logo.png) no-repeat 0 0
}

.locationWrap dl {
    display: inline-block;
    text-align: left;
    padding-left: 80px;
    border-left: 1px #333 solid;
    vertical-align: middle
}

.locationWrap dl .en {
    font-weight: 300;
    font-size: 17px
}

.locationWrap dl dt {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 1.2em
}

.locationWrap dl dd {
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.2em
}

.locationWrap dl dd:last-child {
    padding-bottom: 0
}

.i60_header {
    position: relative
}

.i60_header:before {
    display: block;
    content: "";
    background: #a9b1ab;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 357px
}

.i60_header .h2Deco {
    color: #fff;
    display: block;
    padding-bottom: 20px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px
}

.i60_header #h2 {
    font-size: 35px;
    text-align: left;
    color: #fff;
    display: inline-block;
    border-top: solid 1px #333;
    padding: 16px 0 0 0
}

.i60_header .i60HeaderBg {
    position: absolute;
    right: 0;
    bottom: 0
}

.i60Title,.i60Nav nav {
    width: 1220px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

.i60Title {
    height: 180px;
    padding-top: 177px;
    background-size: 0 0
}

.i60Nav {
    background: #99a59c
}

.i60Nav nav {
    display: flex
}

.i60Nav a {
    display: block;
    flex-grow: 1;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.2);
    border-left: rgba(0,0,0,0.23) solid 1px;
    position: relative;
    transition: background-color 0.15s ease 0s
}

.i60Nav a:hover,.i60Nav a:focus {
    background: rgba(0,0,0,0.3)
}

.i60Nav a:first-child {
    border: 0 none
}

.i60_globeride a.globeLink10,.i70_greeting a.globeLink20,.i80_history a.globeLink30,.i90_global a.globeLink40 {
    background: rgba(0,0,0,0.3)
}

.i60_globeride a.globeLink10:before,.i70_greeting a.globeLink20:before,.i80_history a.globeLink30:before,.i90_global a.globeLink40:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #f60;
    position: absolute;
    right: 8px;
    top: 8px
}

.i60 article h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 40px 0 16px 0
}

.i60 article h3.en {
    font-size: 23px
}

.i60 article p {
    padding: 8px 0 16px 0;
    line-height: 1.4em;
    word-break: keep-all
}

.i60 article .titH4 {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0
}

.i60 article .img {
    text-align: center;
    padding: 16px 0;
    margin: 16px 0;
    max-width: 100%
}

.i60 article .img img {
    max-width: 100%
}

.i60 .historyWrap article h3 {
    font-size: 28px;
    font-weight: 300;
    padding: 0
}

.globerideOverview {
    background: #f6f4f3;
    border-bottom: solid 1px #ccc
}

.globerideOverview:after {
    display: block;
    content: "";
    clear: both
}

.globerideOverview dt,.globerideOverview dd {
    float: left;
    width: calc( 20% - 32px);
    padding: 16px;
    border-top: solid 1px #ccc
}

.globerideOverview dd {
    width: calc( 80% - 32px);
    background: #fff
}

.i60_Globeride {
    padding-left: 33%;
    margin: 40px 0;
    font-size: 17px;
    color: #000;
    line-height: 1.5em;
    position: relative;
    word-break: keep-all
}

.i60_Globeride img {
    position: absolute;
    left: 0;
    top: 8px;
    width: 26%
}

.glTabContent nav {
    display: flex;
    margin: 16px 0
}

.glTabContent nav a {
    display: block;
    text-align: center;
    flex-grow: 1;
    padding: 16px 0;
    background: #ededed;
    border: solid 1px #ddd;
    border-left: 0 none;
    transition: all 0.15s ease 0s;
    font-size: 17px
}

.glTabContent nav a:first-child {
    border-left: solid 1px #ddd
}

.glTabContent nav a.en {
    font-size: 19px;
    line-height: 1;
    padding: 16px 0 10px 0;
    font-weight: 300
}

.glTabContent nav a:hover,.glTabContent nav a:focus,.glTabContent nav a.on {
    background: #000;
    color: #fff;
    border-color: #000
}

.glTabContent h4 {
    font-size: 24px;
    padding: 16px 0;
    margin-bottom: 28px;
    border-bottom: solid 1px #ccc
}

.glTabContent h4.en {
    font-size: 30px
}

.glTabContent h5 {
    font-size: 17px;
    padding: 24px 0 8px 0
}

.glTabContent .imgL {
    float: left;
    margin: 0 32px 24px 0
}

.glTabContent .glTabImg {
    padding-bottom: 22px
}

.glTabContent .glTabConHeader {
    line-height: 1.5em;
    padding: 10px 0
}

.glTabContent .glTabConHeader:after {
    display: block;
    content: "";
    clear: both
}

.glTabContent>article {
    display: none
}

.glTabContent>article.on {
    display: block
}

.i70GreetingH3 {
    background: #395f4a;
    padding: 50px;
    margin: 20px 0 40px 0
}

.i70GreetingH3 h3 {
    border: solid 1px #fff;
    color: #fff;
    padding: 40px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300
}

.i70GreetingH4 {
    position: relative;
    color: #000;
    padding: 32px 0
}

.i70GreetingH4 h4 {
    font-size: 23px;
    line-height: 1.4em;
    font-weight: 300;
    color: #000
}

.i70GreetingH4 img {
    float: right;
    margin: 4px 0 4px 20px
}

.i70Greeting {
    font-size: 19px;
    line-height: 1.4em
}

.i70Greeting p {
    padding: 8px 0;
    line-height: 1.5em
}

.gl_global {
    width: 768px;
    margin: 0 auto;
    padding: 80px 0
}

.gl_global .mapimg {
    background: url(/img/company/globeride_global.jpg) no-repeat 0 0;
    height: 467px;
    position: relative
}

.gl_global .mapimg .icoList li div {
    position: absolute;
    display: none;
    left: 321px;
    top: 198px;
    margin-left: 30px;
    margin-bottom: 30px;
    z-index: 888
}

.gl_global .mapimg .icoList li a {
    position: absolute
}

.gl_global .mapimg .icoList li.ico01 a {
    left: 617px;
    top: 212px
}

.gl_global .mapimg .icoList li.ico02 a {
    left: 55px;
    top: 157px
}

.gl_global .mapimg .icoList li.ico03 a {
    left: 63px;
    top: 172px
}

.gl_global .mapimg .icoList li.ico04 a {
    left: 77px;
    top: 159px
}

.gl_global .mapimg .icoList li.ico05 a {
    left: 361px;
    top: 345px
}

.gl_global .mapimg .icoList li.ico06 a {
    left: 296px;
    top: 239px
}

.gl_global .mapimg .icoList li.ico07 a {
    left: 266px;
    top: 269px
}

.gl_global .mapimg .icoList li.ico08 a {
    left: 321px;
    top: 198px
}

.gl_global .mapimg .icoList li.ico09 a {
    left: 310px;
    top: 233px
}

.gl_global .mapimg .icoList li.ico10 a {
    left: 271px;
    top: 291px
}

.gl_global .mapimg .icoList li.ico11 a {
    left: 59px;
    top: 198px
}

.gl_global .mapimg .icoList li.ico12 a {
    left: 282px;
    top: 269px
}

.gl_global .mapimg .icoList li.ico13 a {
    left: 279px;
    top: 254px
}

.gl_global .mapimg .icoList li.ico14 a {
    left: 274px;
    top: 214px
}

.gl_global .mapimg .icoList li.ico15 a {
    left: 288px;
    top: 214px
}

.gl_global .mapimg .icoList li.ico16 a {
    left: 280px;
    top: 253px
}

.gl_global .mapimg .icoList li a {
    width: 12px;
    height: 14px;
    display: block;
    text-indent: -9999em;
    opacity: .6
}

.gl_global .mapimg .icoList li a.on {
    opacity: 1
}

.gl_global .mapimg .icoList li a.blue {
    background: url(/img/company/ico_map_blue.png) no-repeat 0 0
}

.gl_global .mapimg .icoList li a.brown {
    background: url(/img/company/ico_map_brown.png) no-repeat 0 0
}

.gl_global .mapimg .icoList li a.red {
    background: url(/img/company/ico_map_red.png) no-repeat 0 0
}

.gl_global .mapimg .icoList li .mapDetail {
    width: 214px;
    height: 74px;
    background: url(/img/company/mapdetail_box.png) no-repeat 0 0;
    position: absolute
}

.gl_global .mapimg .icoList li .mapDetail dl {
    overflow: hidden
}

.gl_global .mapimg .icoList li .mapDetail dl dt {
    color: #231f20;
    padding: 10px 15px
}

.gl_global .mapimg .icoList li .mapDetail dl dd {
    color: #231f20;
    padding: 0 10px 0 15px
}

.gl_global .devide_con {
    overflow: hidden;
    margin-top: 35px
}

.gl_global .devide_con .left_sec {
    float: left;
    width: 50%
}

.gl_global .devide_con .right_sec {
    float: left;
    width: 50%
}

.gl_global .devide_con h4 {
    padding-left: 27px;
    font-size: 18px;
    color: #231f20;
    margin-bottom: 15px
}

.gl_global .devide_con h4.blue {
    background: url(/img/company/bl_blue.gif) no-repeat 0 0
}

.gl_global .devide_con h4.brown {
    background: url(/img/company/bl_brown.gif) no-repeat 0 0
}

.gl_global .devide_con ul {
    overflow: hidden
}

.gl_global .devide_con ul li {
    margin-bottom: 5px
}

.gl_global .devide_con ul li a {
    color: #666
}

.gl_global .devide_con ul li a.on {
    color: #231f20
}

.d00 .footerWrap {
    padding-top: 0
}

.footerWrap {
    background: #000
}

.footerWrap nav {
    padding: 30px 0 20px 0;
    border-bottom: solid 1px rgba(255,255,255,0.33)
}

.footerWrap nav a {
    color: #ddd;
    display: inline-block;
    padding: 4px 6px 4px 10px;
    transition: color 0.15s ease 0s
}

.footerWrap nav a:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 14px;
    margin-right: 12px;
    background: #777;
    vertical-align: bottom
}

.footerWrap nav a:first-child {
    padding-left: 0
}

.footerWrap nav a:first-child:before {
    display: none
}

.footerWrap nav a:hover,.footerWrap nav a:focus {
    color: #fff
}

.footerWrap nav a strong {
    color: #fac80f
}

.footerWrap .otherFooter ul {
    padding: 20px 0 0 0
}

.footerWrap .footM {
    display: none
}

.footerWrap .footInfWrap {
    padding: 40px 0;
    background: #000;
   display: flex;
    flex-flow: row nowrap;
}

/*.footerWrap .footInfWrap:after {
    display: block;
    content: "";
    clear: both
}*/

.footerWrap .footInfRight {
    /*float: right;
    width: 39%;
    padding-left: 6%;
    border-left: solid 1px #666;
    position: relative
    */
    width: 44%;
    padding-left: 6%;
    margin-left: 6%;
    border-left: solid 1px #666;
    position: relative;
    order: 2;
}

.footerWrap .footInfLeft {
    /*float: left;
    width: 46%;*/
    position: relative;
    width: 50%;
    order: 0;
}

.footerWrap .footInfLeft dt,.footerWrap .footInfLeft dd {
    color: #fff;
    display: inline-block;
    padding: 0 5px 15px 0;
    font-size: 13px;
    font-weight: 200;
    color: #ddd
}

.footerWrap .footInfLeft dd {
    padding-right: 10px
}

.footerWrap .footInfLeft img {
    position: absolute;
    right: 0;
    top: 6px
}

.footerWrap .footLink .footCatalogue {
    display: block;
    height: 30px;
    margin-top: 3px;
    width: 180px;
    border: solid 1px #666;
    text-align: center;
}

.footerWrap .footLink a {
    font-size: 13px;
    vertical-align: -webkit-baseline-middle;
    color: #fff
}

.footerWrap .footeLinkSelect {
    border: solid 1px #666;
    width: 180px;
    height: 30px
}

.footerWrap .footeLinkSelect select {
    margin: 0;
    height: 30px;
    font-size: 13px;
    background: none transparent;
    border: 0 none;
    width: 140px;
    color: #fff;
    text-indent: 10px
}

.footerWrap .footeLinkSelect button {
    border: 0 none;
    background: none transparent;
    color: #fff;
    float: right;
    height: 30px;
    width: 36px
}

.footerWrap .footSNSLink {
    position: absolute;
    right: 0;
    top: 10px;
    background: #000
}

.footerWrap .footSNSLink a {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0 3px;
    font-size: 0;
    background: rgba(255,255,255,0.5);
    opacity: 0.4;
    border-radius: 50%;
    transition: opacity 0.15s ease 0s
}

.footerWrap .footSNSLink a:hover,.footerWrap .footSNSLink a:focus {
    opacity: 0.6
}

.footerWrap .footSNSLink a:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    margin: 7px;
    background: url(/img/snsIcons.png) no-repeat 0 0;
    background-size: auto 24px
}

.footerWrap .footSNSLink .iconCH:before {
    background-position-x: -23px
}

.footerWrap .footSNSLink .iconIN:before {
    background-position-x: -47px
}

.footerWrap .footSNSLink .iconFA:before {
    background-position-x: -72px
}

.footerWrap .footSNSLink .iconYU:before {
    background-position-x: 1px
}

.footerWrap .footSNSLink .iconNA:before {
    background-position-x: -119px
}

body.j00 .sectionWrap {
    background: url(/img/bgPrivacy.jpg) repeat-x center 154px
}

body.j00 #h2,body.d40 #h2,body.d42 #h2 {
    color: #fff;
    height: 115px;
    padding-top: 170px;
    padding: 126px 0 40px 0
}

body.j00 .contentHeader,body.d40 .contentHeader,body.d42 .contentHeader {
    border: 0 none
}

body.j00 .sectionWrap article,body.d40 .sectionWrap article,body.d42 .sectionWrap article {
    padding: 12px 0;
    line-height: 1.4em
}

body.j00 .sectionWrap h4,body.d40 .sectionWrap h4,body.d42 .sectionWrap h4 {
    padding: 40px 0 8px 0;
    font-size: 20px
}

body.j00 .sectionWrap h5,body.d40 .sectionWrap h5,body.d42 .sectionWrap h5 {
    padding: 8px 0
}

body.j00 .sectionWrap p,body.d40 .sectionWrap p,body.d42 .sectionWrap p {
    padding: 4px 0;
    line-height: 1.3em
}

body.j00 .sectionWrap ul,body.d40 .sectionWrap ul,body.d42 .sectionWrap ul {
    padding-left: 1em
}

body.j00 .sectionWrap li,body.d40 .sectionWrap li,body.d42 .sectionWrap li {
    padding: 4px 0;
    color: #777;
    line-height: 1.3em
}

body.j00 .sectionWrap .privacyHeader,body.d40 .sectionWrap .privacyHeader,body.d42 .sectionWrap .privacyHeader {
    padding: 40px 0 12px 0;
    line-height: 1.4em
}

#termsAgreeText article {
    padding: 12px 0;
    line-height: 1.4em
}

#termsAgreeText h4 {
    padding: 16px 0 8px 0;
    font-size: 17px
}

#termsAgreeText h5 {
    padding: 8px 0
}

#termsAgreeText p {
    padding: 4px 0;
    line-height: 1.3em
}

#termsAgreeText ul {
    padding-left: 1em
}

#termsAgreeText li {
    padding: 2px 0;
    color: #777;
    line-height: 1.2em;
    font-size: 14px
}

#termsAgreeText .privacyHeader {
    line-height: 1.4em
}

.emailpolicyText {
    text-align: center;
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    padding: 100px 0
}

.emailpolicyText:before {
    display: block;
    content: "";
    width: 96px;
    height: 96px;
    background: url(/img/images.png) no-repeat 0 -156px;
    margin: 0 auto 50px auto
}

.btnArea {
    border-top: solid 1px #ddd;
    padding: 24px 0
}

.jsTab {
    position: relative;
    padding: 0
}

.jsTab>article:nth-child(2) .jsTabLink {
    left: 20%;
    position: absolute;
    top: 0
}

.jsTab>article:nth-child(3) .jsTabLink {
    left: 40%;
    position: absolute;
    top: 0
}

.jsTab>article:nth-child(4) .jsTabLink {
    left: 60%;
    position: absolute;
    top: 0
}

.jsTab>article:nth-child(5) .jsTabLink {
    left: 80%;
    position: absolute;
    top: 0
}

.jsTabLink {
    width: 20%
}

.jsTabLink a {
    display: block;
    text-align: center;
    border: solid 1px #ccc;
    color: #666;
    padding: 12px 0;
    font-weight: 500;
    background: #f9f9f9;
    border-radius: 3px 3px 0 0;
    border-bottom: 0 none
}

.jsTabLink a:hover,.jsTabLink a:focus {
    background-color: #eee
}

body.d00.tabfixed:before {
    content: "";
    display: block;
    width: 960px;
    height: 50px;
    border-bottom: solid 1px #000;
    background: #fff;
    position: fixed;
    top: 0;
    left: calc( 50% - 480px);
    z-index: 1
}

body.d00.tabfixed .competitionTab nav {
    width: 960px;
    left: calc( 50% - 480px);
    position: fixed;
    top: 0;
    padding-top: 10px;
    background: #fff;
    z-index: 2
}

body.d00.tabfixed .competitionTab>article {
    padding-top: 30px
}

.competitionTab>article {
    display: none
}

.competitionTab>article.on {
    display: block
}

.competitionTab nav {
    display: flex
}

.competitionTab nav a {
    background: #f9f9f9;
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
    border: solid 1px #ccc;
    border-bottom-color: #000
}

.competitionTab nav a.on {
    background-color: #000;
    color: #fff;
    border-color: #000
}

body.d00.tabfixed:before {
    content: "";
    display: block;
    width: 960px;
    height: 50px;
    border-bottom: solid 1px #000;
    background: #fff;
    position: fixed;
    top: 0;
    left: calc( 50% - 480px);
    z-index: 1
}

body.d00.tabfixed .jsScrollTab nav {
    width: 960px;
    left: calc( 50% - 480px);
    position: fixed;
    top: 0;
    padding-top: 10px;
    background: #fff;
    z-index: 2
}

.jsScrollTab nav {
    display: flex
}

.jsScrollTab nav a {
    background: #f9f9f9;
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
    border: solid 1px #ccc;
    border-bottom-color: #000
}

.jsScrollTab nav a.on {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.mob {
    display: none
}

.btn.en {
    letter-spacing: 1px
}

.btn.pri {
    border-color: #c00913;
    color: #c00913;
    background: none transparent
}

.btn.pri:hover,.btn.pri:focus {
    background-color: #c00913;
    color: #fff
}

.btn.wht {
    border-color: #fff;
    color: #fff;
    background: none transparent
}

.btn.wht:hover,.btn.wht:focus {
    background-color: #fff;
    color: #000
}

.btn2,a.btn2 {
    display: inline-block;
    padding: 16px 61px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-weight: 500
}

.btn2.pri {
    border-color: #c00913;
    color: #c00913;
    background: none transparent
}

.btn2.pri:hover,.btn2.pri:focus {
    background-color: #c00913;
    color: #fff
}

span.btn2 {
    background-color: #f3f3f3;
    color: #888
}

.indicatorContainer {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(0,0,0,0.3)
}

#indicator {
    height: 4px;
    background: #c00913;
    width: 0%;
    transition: width 0.2s ease 0s
}

table .noti td,table .noti th {
    background: #fff9d5
}

input[type="text"],input[type="password"],select {
    font-size: 16px;
    height: 36px
}

input[type="text"][disabled],input[type="text"][readonly],input[type="password"][disabled],input[type="password"][readonly],select[disabled],select[readonly] {
    background: #f6f6f6;
    color: #777;
    cursor: default;
    outline: 0 none;
    opacity: 1;
    -webkit-text-fill-color: inherit
}

input[type="text"][disabled]:hover,input[type="text"][disabled]:focus,input[type="text"][readonly]:hover,input[type="text"][readonly]:focus,input[type="password"][disabled]:hover,input[type="password"][disabled]:focus,input[type="password"][readonly]:hover,input[type="password"][readonly]:focus,select[disabled]:hover,select[disabled]:focus,select[readonly]:hover,select[readonly]:focus {
    border: solid 1px #bcbcbc
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle
}

label+label {
    margin-left: 10px
}

.mustIconEx {
    text-align: right;
    margin-bottom: -24px
}

.mustIconEx span.mustIcon {
    font-size: 15px;
    color: #333;
    text-align: right
}

.mustIconEx span.mustIcon:before {
    margin: 0px 4px 0 0
}

span.mustIcon {
    font-weight: 300;
    color: #999;
    font-size: 0
}

span.mustIcon:before {
    display: inline-block;
    content: "*";
    color: #c00913;
    vertical-align: top;
    margin: 0 2px 0 4px;
    font-size: 18px
}

strong.must {
    color: #c00913
}

.notiWrn {
    padding: 16px 0;
    color: #c00913;
    line-height: 1.5em;
    text-align: center;
    padding: 20px 0;
    border: solid 1px #ededed;
    margin: 20px 0;
    background: #f9f9f9;
    word-break: keep-all
}

.table.tableBK {
    background: none transparent
}

.table.tableBK .caption {
    font-size: 16px
}

.table.tableBK thead th,.table.tableBK thead td,.table.tableBK tbody th,.table.tableBK tbody td,.table.tableBK caption {
    background: none transparent;
    color: #fff
}

.table.tableBK td,.table.tableBK th {
    border: solid 1px rgba(255,255,255,0.2)
}

div.jsDiv {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
    z-index: 600
}

div.jsDiv.on {
    opacity: 1
}

.jsDivContent {
    background: #fff;
    padding: 10px;
    width: 50%;
    max-width: 96%;
    max-height: 96%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    overflow: auto;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3)
}

.jsDivContent h4.title,.jsDivContent h5.title {
    border-bottom: solid 1px #aaa;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin-bottom: 12px;
    color: #333
}

.jsDivContent .divContent {
    padding: 10px 0
}

.jsDivContent .btnArea {
    padding: 12px 0;
    margin-top: 14px;
    border-top: solid 1px #ddd
}

.jsDivContent .btnClose {
    display: block;
    font-size: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 9px;
    top: 10px;
    z-index: 601;
    opacity: 0.6;
    background: none transparent;
    transition: opacity 0.15s ease 0s
}

.jsDivContent .btnClose:before,.jsDivContent .btnClose:after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
    left: 2px;
    top: 11px
}

.jsDivContent .btnClose:after {
    transform: rotate(-45deg)
}

.jsDivContent .btnClose:hover,.jsDivContent .btnClose:focus {
    background-color: none transparent;
    opacity: 1
}

#mainSlide {
    height: 100%;
    position: relative
}

#mainSlide>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff no-repeat center center;
    background-size: 140% auto;
    opacity: 0;
    transition: background-size 12.5s linear 0s, opacity 1s linear 0s
}

#mainSlide.slide1 .mainCarousel1 {
    background-size: 120% auto;
    z-index: 2;
    opacity: 1
}

#mainSlide.slide1 .mainCarousel2 {
    background-size: 135% auto;
    z-index: 1;
    opacity: 0
}

#mainSlide.slide1 .mainCarousel3 {
    display: none
}

#mainSlide.slide2 .mainCarousel2 {
    background-size: 120% auto;
    z-index: 2;
    opacity: 1
}

#mainSlide.slide2 .mainCarousel3 {
    background-size: 135% auto;
    z-index: 1;
    opacity: 0
}

#mainSlide.slide2 .mainCarousel1 {
    display: none
}

#mainSlide.slide3 .mainCarousel3 {
    background-size: 120% auto;
    z-index: 2;
    opacity: 1
}

#mainSlide.slide3 .mainCarousel1 {
    background-size: 135% auto;
    z-index: 1;
    opacity: 0
}

#mainSlide.slide3 .mainCarousel2 {
    display: none
}

#mainSlide .container {
    height: 100%
}

/*#mainSlide .mc1_Slogan1,#mainSlide .mc1_Slogan2 {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    line-height: 1.4em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    width: 100%;
}

#mainSlide .mc1_Slogan1 {
    margin-top: -45px;
    font-size: 60px;
    *//*width: 0;*//*
    overflow: hidden
}

#mainSlide .mc1_Slogan1 span {
    display: block;
    *//*width: 1220px*//*
}*/

@media (max-width: 1400px) {
    div.onLoad #h2 {
        width:100%
    }

    .headerWrap .header {
        width: 100%
    }

    .nav>ul>li:first-child ul {
        border-left-width: 0
    }

    .nav>ul>li:first-child ul {
        border-left-width: 0
    }

    .nav>ul>li:last-child ul {
        border-right: 0 none
    }

    .container,.noticeWrap ul {
        width: 90%
    }

    .headerSearch {
        left: 6%
    }

    h1.logo_fixed {
        left: 4.5%
    }

 .fp-viewing-1 .headerWrap .header > .etc-menu,
  .fp-viewing-2 .headerWrap .header > .etc-menu,
  .fp-viewing-3 .headerWrap .header > .etc-menu,
  .fp-viewing-4 .headerWrap .header > .etc-menu,
  .fp-viewing-5 .headerWrap .header > .etc-menu,
  .fp-viewing-6 .headerWrap .header > .etc-menu,
  .fp-viewing-7 .headerWrap .header > .etc-menu,
  .fp-viewing-8 .headerWrap .header > .etc-menu,
  .fixed .headerWrap .header > .etc-menu {
    right: 4.3%;
  }

 .fp-viewing-1 .headerWrap .header > .etc-menu a,
  .fp-viewing-2 .headerWrap .header > .etc-menu a,
  .fp-viewing-3 .headerWrap .header > .etc-menu a,
  .fp-viewing-4 .headerWrap .header > .etc-menu a,
  .fp-viewing-5 .headerWrap .header > .etc-menu a,
  .fp-viewing-6 .headerWrap .header > .etc-menu a,
  .fp-viewing-7 .headerWrap .header > .etc-menu a,
  .fp-viewing-8 .headerWrap .header > .etc-menu a,
  .fixed .headerWrap .header > .etc-menu a {
    width: 80px;
    text-align: inherit;
  }

  .fp-viewing-1 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-2 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-3 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-4 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-5 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-6 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-7 .headerWrap .header > .etc-menu a:before,
  .fp-viewing-8 .headerWrap .header > .etc-menu a:before,
  .fixed .headerWrap .header > .etc-menu a:before {
    margin: 0 3px;
    background-position: -17px -19px;
    background-size: 60px auto;
    width: 23px;
  }

  .fp-viewing-1 .headerWrap .nav,
  .fp-viewing-2 .headerWrap .nav,
  .fp-viewing-3 .headerWrap .nav,
  .fp-viewing-4 .headerWrap .nav,
  .fp-viewing-5 .headerWrap .nav,
  .fp-viewing-6 .headerWrap .nav,
  .fp-viewing-7 .headerWrap .nav,
  .fp-viewing-8 .headerWrap .nav,
  .fixed .headerWrap .nav {
    width: 75%;
  }


    body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-2 .mainContent5 h2,body.fp-viewing-2 .mainContent6 h2,body.fp-viewing-4 .mainContent4 h2,body.fp-viewing-4 .mainContent5 h2,body.fp-viewing-4 .mainContent6 h2,body.fp-viewing-5 .mainContent4 h2,body.fp-viewing-5 .mainContent5 h2,body.fp-viewing-5 .mainContent6 h2 {
        top: -26px
    }

    body.fp-viewing-2 .mainContent6 .enTitle,body.fp-viewing-4 .mainContent6 .enTitle,body.fp-viewing-5 .mainContent6 .enTitle {
        top: 16px
    }

    .owl-theme .owl-nav {
        display: none
    }

    .social .snsLink:before,.social .snsLink:after {
        width: 13%
    }

    .social .snsLink:before {
        left: 17%
    }

    .social .snsLink:after {
        right: 17%
    }

    .reelTech div a span.bg {
        left: inherit;
        right: 12%
    }

    .reelTech div .reelTechBA span.bg {
        right: 4%;
        left: inherit
    }

    .reelTech div .reelTechDE span.bg {
        right: -5%;
        left: inherit
    }

    .a30Content a {
        font-size: 27px
    }

    .b40 .headerBox {
        background-position-y: -154px
    }

    .pickupTech div a {
        height: 310px
    }

    .pickupTech div a.pickupTechMQ {
        height: 640px
    }

    .othersTech a {
        height: 225px
    }

    .pageLoc2 {
        width: 90%
    }
}

@media (max-height: 1220px) {
    h1.logo_fixed {
        left:3%
    }

  .fp-viewing-1 .headerWrap .header > .etc-menu,
  .fp-viewing-2 .headerWrap .header > .etc-menu,
  .fp-viewing-3 .headerWrap .header > .etc-menu,
  .fp-viewing-4 .headerWrap .header > .etc-menu,
  .fp-viewing-5 .headerWrap .header > .etc-menu,
  .fp-viewing-6 .headerWrap .header > .etc-menu,
  .fp-viewing-7 .headerWrap .header > .etc-menu,
  .fp-viewing-8 .headerWrap .header > .etc-menu,
  .fixed .headerWrap .header > .etc-menu {
    right: 3%;
  }

/*    #mainSlide .container {
        margin: 0 0 0 6%
    }*/

    /*#mainSlide .mc1_Slogan1 span {
        width: 1000px
    }

    #mainSlide.slide1 .mainCarousel1 .mc1_Slogan1,#mainSlide.slide2 .mainCarousel2 .mc1_Slogan1,#mainSlide.slide3 .mainCarousel3 .mc1_Slogan1 {
        width: 1000px
    }*/

    /*#mainSlide.slide1 .mainCarousel1 .mc1_Slogan2,#mainSlide.slide2 .mainCarousel2 .mc1_Slogan2,#mainSlide.slide3 .mainCarousel3 .mc1_Slogan2{
        margin-top: 45px
    }*/
}

@media (max-width: 1220px) {
    .header>span {
        right:55px
    }

    body.a10 .sectionWrap article {
        width: 100%
    }

    body.a10 .sectionWrap article h3 .en {
        font-size: 42px
    }

    .categoryLink {
        padding: 12px 40px 12px 20px;
        margin-right: 30px
    }

    .categoryLink button {
        font-size: 18px
    }

    .a30Content {
        height: 1700px
    }

    .a30Content a {
        font-size: 24px
    }

    .stickySectionNav {
        width: 110px
    }

    .stickySectionNav p {
        font-size: 17px;
        padding-right: 0
    }

    .stickySectionNav a {
        padding-right: 0
    }

    .stickySectionNav a .en {
        font-size: 25px
    }

    .brandList li a {
        height: 180px;
        background-size: 80% auto
    }

    .a11 .sectionWrap .producList li a,.a21 .sectionWrap .producList li a,.a31 .sectionWrap .producList li a {
        padding: 20px 0 0 0;
        height: 240px
    }

    .a11 .sectionWrap .producList li a span,.a21 .sectionWrap .producList li a span,.a31 .sectionWrap .producList li a span {
        padding: 16px 20px 0 20px
    }

    .a30Content {
        height: 1530px
    }

    .a30Content a {
        background-size: cover
    }

    .a30Content .a30_01 {
        height: 484px
    }

    .a30Content .a30_02 {
        height: 230px
    }

    .a30Content .a30_03,.a30Content .a30_04 {
        top: 244px;
        height: 240px
    }

    .a30Content .a30_05,.a30Content .a30_06 {
        top: 498px;
        height: 240px
    }

    .a30Content .a30_07,.a30Content .a30_08,.a30Content .a30_10 {
        top: 752px;
        height: 250px
    }

    .a30Content .a30_10 {
        height: 508px
    }

    .a30Content .a30_09 {
        height: 242px;
        top: 1018px
    }

    .a30Content .a30_11,.a30Content .a30_13,.a30Content .a30_14,.a30Content .a30_16 {
        top: 1274px;
        height: 240px
    }

    .headerBox2 {
        background-position-x: 20%
    }

    body.a31 .headerBox2 {
        background-position-x: calc( 100% + 60px)
    }

    .headerBox3 {
        padding-top: 100px;
        height: 280px;
        background-position: calc( 50% + 380px) center;
        background-size: auto 400px
    }

    .headerBox3 #h2 {
        padding: 60px;
        font-size: 27px;
        border-width: 2px
    }

    .headerBox3 #h2 .en {
        font-size: 48px;
        padding: 2px 0
    }

    .headerBox {
        height: 250px;
        padding-top: 150px
    }

    .techMain>article {
        padding-top: 80px
    }

    .rodTech a {
        background-position-x: calc( 50% + 250px)
    }

    .pickupTech div {
        padding: 0;
        margin-top: -20px
    }

    .pickupTech div a {
        height: 260px
    }

    .pickupTech div a.pickupTechMQ {
        height: 540px
    }

    .reelTech div {
        padding: 0
    }

    .reelTech div a {
        padding-top: 65px;
        height: 146px;
        font-size: 34px
    }

    .reelTech div a span.bg {
        width: 500px;
        height: 210px
    }

    .othersTech a {
        height: 195px
    }

    .storyHeader,body.bSV .storyHeader {
        padding-top: 100px
    }

    .storyH2 {
        font-size: 22px
    }

    .storyH2_catchphrase,body.bMQ0 .storyH2_catchphrase,body.bSV .storyH2_catchphrase {
        font-size: 30px
    }

    .storyH3 {
        font-size: 17px;
        line-height: 1.45em
    }

    .storyH3 strong {
        line-height: 1.25em
    }

    .storyArticle h4.en {
        font-size: 37px
    }

    .contentAGS10 .contentAGS11,.storyArticle.mq1 p {
        font-size: 17px
    }

    .storyProduct li {
        width: calc( 50% - 32px)
    }

    .storyProduct li:nth-child(odd) {
        padding-left: 0
    }

    .storyProduct li:nth-child(even) {
        padding-right: 0
    }

    body.bHY .storyWrap {
        background-size: 900px auto;
        background-position-x: calc( 100% + 60px)
    }

    body.bHY .storyH2_catchphrase {
        font-size: 46px
    }

    body.bMQ0 .storyH2 {
        font-size: 30px
    }

    body.bMQ0 .storyH2 img {
        width: 342px
    }

    body.bMQ0 .storyH2_catchphrase {
        font-size: 35px
    }

    body.bMQ0 .storyWrap {
        background-position: calc( 100% + 100px) 0;
        background-size: 1200px auto
    }

    .MQcolumn a {
        height: 260px
    }

    .MQcolumn a .dec {
        font-size: 25px;
        top: 85px;
        left: 68%
    }

    .MQcolumn .container {
        width: 90%
    }

    body.bSV .storyH2 {
        padding-top: 140px
    }

    body.bSV .storyH2_catchphrase {
        padding-top: 50px
    }

    body.bSV .storyHeader {
        background-position: calc( 100% + 100px) 0;
        background-size: 850px auto
    }

    body.bSV .storyHeader.SV5 {
        background-size: 1000px auto
    }

    body.bAG0 .logoAG {
        width: 354px
    }

    body.bAG0 .storyWrap {
        background-size: 1000px auto
    }

    body.bAG0 .storyH2_catchphrase {
        font-size: 24px;
        line-height: 1.5em
    }

    .contentAGS10 {
        background-position: 0 50px;
        background-size: 20% auto;
        padding-top: 50px
    }

    .contentAGS10 .contentAGS12>p {
        font-size: 13px;
        padding-right: 26px;
        width: calc( 50% - 13px)
    }

    .contentAGS10 .contentAGS12>p+p {
        padding: 0
    }

    .contentAGS10 .contentAGS12>p img {
        height: 130px
    }

    .contentAGS20 {
        background-position: 0 80px;
        background-size: 20% auto
    }

    .AGcolumn .container {
        width: 90%
    }

    .AGcolumn a {
        height: 250px
    }

    body.bAG1 .storyH2_catchphrase {
        font-size: 21px
    }

    body.bAG2 .storyH2_catchphrase2 {
        padding-left: 56%
    }

    body.bAG2 .storyProduct {
        background-position: center 0;
        background-size: 380px auto
    }

    body.bAG3 .storyHeader {
        background-size: 240px;
        background-position: 60% 0
    }

    body.bAG3 .storyH2_catchphrase2 {
        font-size: 21px
    }

    body.bAG3 .sectionWrap img {
        max-width: 100%
    }

    body.bMQ1 .storyH2_catchphrase {
        padding: 140px 0 40px 0
    }

    body.bMQ1 .storyProduct li:nth-child(odd),body.bMQ1 .storyProduct li:nth-child(even) {
        padding-left: 0;
        padding-right: 0
    }

    body.bMQ2 .storyProduct {
        width: auto;
        margin: 0 3%
    }

    body.bMQ2 .b00Header {
        padding-bottom: 0
    }

    body.bMQ2 .storyWrap {
        background-size: 1600px auto
    }

    body.bMQ2 .storyH2_catchphrase {
        padding-top: 120px
    }

    body.bMQ2 .storyH2_catchphrase2 {
        font-size: 21px
    }

    body.bMQ3 .storyH2_catchphrase {
        padding-left: 0
    }

    body.bMQ3 .storyWrap {
        background-size: 1200px auto
    }

    body.bMQ4 .b00Header {
        padding-bottom: 0
    }

    body.bMQ4 .storyHeader {
        padding-bottom: 0
    }

    body.bMQ4 .storyH2_catchphrase {
        padding: 120px 0 0 0
    }

    body.bMQ4 .storyH2_catchphrase2 {
        padding: 20px 0 160px 0
    }

    body.bMQ4 .storyProduct li {
        width: calc( 50% - 32px);
        height: auto
    }

    body.bMQ1 .storyH2_catchphrase2,body.bMQ2 .storyH2_catchphrase2,body.bMQ3 .storyH2_catchphrase2,body.bMQ4 .storyH2_catchphrase2 {
        font-size: 21px
    }

    body.othersTechUV .storyHeader {
        padding-top: 40px
    }

    body.others .storyH2 {
        padding-top: 300px
    }

    body.reelTechBI .storyHeader {
        background-position: right 0;
        padding: 160px 0 0 0
    }

    body.reelTechBI .storyH2 .en {
        font-size: 50px
    }

    body.reelTechBI .biturboContent1 h3 {
        font-size: 34px
    }

    body.reelTechBI .biturboContent1 h4 {
        font-size: 22px
    }

    body.reelTechBI .biturboContent1 h4 .h4note {
        display: block;
        opacity: 0.5
    }

    body.reelTechBI .storyArticle p {
        font-size: 15px
    }

    body.reelTechAB .storyHeader {
        padding-top: 0
    }

    body.reelTechMA .storyHeader:before {
        background-position-x: 5%
    }

    body.reelTechTW2 .storyHeader {
        padding-top: 0
    }

    body.bAR .storyHeader {
        padding-top: 70px;
        background-position: right 70px;
        background-size: 600px auto
    }

    body.bAR .storyH2_catchphrase {
        font-size: 25px
    }

    body.bAR .airRotorContent2 div.img {
        height: 260px;
        background-size: auto 200px
    }

    .linkWrap {
        padding: 0
    }

    .linkWrap article,.linkWrap a {
        height: 400px
    }

    .linkWrap article .imgBg,.linkWrap a .imgBg {
        height: 180px
    }

    .linkWrap a:before {
        top: 206px
    }

    .linkWrap a .imgBg:before {
        padding-top: 86px
    }

    .carbonTech span.en {
        padding-top: 4px
    }

    .imgList2 li .img {
        margin-top: 0
    }

    .imgList2 li strong {
        padding-top: 0
    }

    .baitcastingMain .techWrap article {
        width: 48%
    }

    .baitcastingMain .techWrap article.noLink {
        padding-bottom: 48px
    }

    body.reelTechDE .sectionWrap {
        background: #000 url(/img/technology/reel/de/b40_typed_reelTechDE.jpg) no-repeat center 64px;
        background-size: 1100px auto
    }

    .reelTechDEMain .techWrap article {
        width: 48%
    }

    body.b20 .sectionWrap {
        background-size: 1255px auto;
        background-position: calc( 50% - 17px) 0
    }

    .rodTechMainContent article {
        width: calc( 50% - 16px);
        margin-right: 10px
    }

    .rodTechMainContent article img {
        max-width: 100%
    }

    .rodTechMainContent article:nth-child(even) {
        margin-right: 0
    }

    .touchBk .nav {
        position: relative
    }

    .touchBk .allNav.m.off {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: url(/img/navOff.png) no-repeat center center;
        background-size: 12px 12px;
        font-size: 0;
        opacity: 0.5
    }

    .fixed .touchBk .allNav.m.off {
        right: -30px
    }

    .footerWrap .footInfRight {
        border: 0 none
    }

    .footerWrap .footeLinkSelect,.footerWrap .footLink .footCatalogue {
        width: 48.5%;
        width: calc( 49.25% - 2px);
        display: inline-block;
        vertical-align: middle
    }

    .footerWrap .footLink .footCatalogue {
        margin: 0 0 0 0.5%
    }

    .footerWrap .footeLinkSelect select {
        width: calc( 100% - 35px);
        padding: inherit
    }

    .footerWrap .footeLinkSelect button {
        font-size: 13px;
        width: 35px
    }

    .footerWrap .footInfRight {
        width: 40%;
        padding-left: 4%
    }

    .footerWrap .footInfLeft {
        width: 50%
    }

    .footerWrap .footSNSLink {
        top: 50px
    }

    #mainSlide .mc1_Slogan2 {
        font-size: 22px
    }

    body.fp-viewing-4 #section2 .fp-tableCell {
        background-position: 50% center
    }

    #section4 .fp-tableCell,#section5 .fp-tableCell {
        background-position: center center;
        background-size: cover
    }

    .mainContent4 .imgP1,.mainContent4 .imgP1Shdow {
        height: 560px
    }

    body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-4 .mainContent5 h2,body.fp-viewing-5 .mainContent6 h2 {
        top: -70px
    }

    body.fp-viewing-2 .mainContent4 .enTitle,body.fp-viewing-4 .mainContent5 .enTitle,body.fp-viewing-5 .mainContent6 .enTitle {
        top: -28px
    }

    body.fp-viewing-2 .mainContent4 .ko,body.fp-viewing-4 .mainContent5 .ko,body.fp-viewing-5 .mainContent6 .ko {
        top: 55px
    }

    body.fp-viewing-2 .mainContent4 .btn,body.fp-viewing-4 .mainContent5 .btn,body.fp-viewing-5 .mainContent6 .btn {
        top: 135px
    }

    .detailList .detailListImg {
        height: 200px
    }

    .i10CompanyH3 h3 {
        padding: 50px 0
    }

    .i10_company .introSectionWrap {
        /*background: url(/img/company/i10CompanyBg2.png) no-repeat center 1340px;
        background-size: 90% auto*/
    }

    .historyWrap article {
        padding-left: 240px
    }

    .historyWrap article:before {
        left: 46px
    }

    .historyWrap article h3 {
        left: 130px
    }

    .historyWrap article h3:before {
        left: -90px
    }
}

@media (max-width: 1024px) {
    #fp-nav.right {
        margin-right:-7px
    }

    .headerSearch {
        left: 5.5%
    }

      .header > .etc-menu {
        right: 4%;
      }

    .mainContent4 .imgP1,.mainContent4 .imgP1Shdow {
        height: 550px;
        margin-right: -10px
    }
    .footerWrap .footInfWrap {
        flex-flow: row wrap;
    }
    .footerWrap .footInfRight {
        order:0;
    }
    .footerWrap .footInfLeft {
        order:2;
    }
    .footerWrap .footInfRight,.footerWrap .footInfLeft {
        width: 100%;
        float: none;
        padding: 0
    }

    .footerWrap .footInfRight:after,.footerWrap .footInfLeft:after {
        display: block;
        content: "";
        clear: both
    }

    .footerWrap .footSNSLink {
        top: 0
    }

    .footerWrap .footeLinkSelect,.footerWrap .footLink .footCatalogue {
        display: inline-block;
        width: 140px
    }

    .footerWrap .footInfLeft {
        margin: 40px 0 0 0
    }

    .findShop2 {
        width: 250px;
        left: calc( 50% - 125px)
    }

    .findShop2 a {
        display: block;
        width: auto
    }

    .findShop2 a:before {
        right: 9px;
        top: 9px
    }

    .findShop2 a strong {
        font-size: 18px
    }

    .findShop2 a span {
        font-size: 14px
    }

    .social .snsLink:before {
        left: 10%
    }

    .social .snsLink:after {
        right: 10%
    }

    .catalogIndex ul li {
        width: 25%
    }

    .table thead th {
        padding: 10px 4px
    }

    .table tbody th,.table tbody td {
        padding: 8px 4px
    }

    col.no {
        width: 50px
    }

    col.regDate {
        width: 96px
    }

    .a30Content {
        height: 1154px
    }

    .a30Content a {
        font-size: 20px
    }

    .a30Content .a30_01,.a30Content .a30_02,.a30Content .a30_05,.a30Content .a30_06 {
        width: calc( 50% - 4px)
    }
    .a30Content .a30_03,.a30Content .a30_04 {
        width: calc( 25% - 6px)
    }

    .a30Content .a30_07,.a30Content .a30_08 {
        width: calc( 23% - 8px)
    }

    .a30Content .a30_09 {
        width: calc( 45.5% - 4px)
    }

    .a30Content .a30_11,.a30Content .a30_14 {
        width: calc( 25% - 8px)
    }

    .a30Content .a30_03 {
        left: calc( 50% + 4px)
    }

    .a30Content .a30_16 {
        left: auto;
        right: 0
    }

    .a30Content .a30_08 {
        left: calc( 22.5% + 4px)
    }

    .a30Content .a30_14 {
        left: calc( 25% + 2px)
    }

    .a30Content .a30_01 {
        height: 385px
    }

    .a30Content .a30_02 {
        height: 188px
    }

    .a30Content .a30_03,.a30Content .a30_04 {
        top: 197px;
        height: 188px
    }

    .a30Content .a30_05,.a30Content .a30_06 {
        top: 394px;
        height: 188px
    }

    .a30Content .a30_07,.a30Content .a30_08,.a30Content .a30_10 {
        top: 591px;
        height: 188px
    }

    .a30Content .a30_10 {
        height: 385px
    }

    .a30Content .a30_09 {
        height: 188px;
        top: 788px
    }

    .a30Content .a30_11,.a30Content .a30_13,.a30Content .a30_14,.a30Content .a30_16 {
        top: 985px;
        height: 190px
    }

    .headerBox3 {
        padding-top: 90px;
        height: 230px;
        background-position: calc( 50% + 380px) center;
        background-size: auto 115%
    }


    .headerBox3 #h2 {
        padding: 36px 50px;
        font-size: 22px;
        border-width: 2px
    }

    .headerBox3 #h2 .en {
        font-size: 42px;
        padding: 0
    }

    .genreContent li {
        width: calc( 25% - 8px);
        margin: 14px 10px 0 0;
        min-height: 180px;
        line-height: 1.2em
    }

    .genreContent li:nth-child(4n+2) {
        margin-right: 0
    }

    .genreContent li:nth-child(1),.genreContent li:nth-child(2) {
        margin-right: 10px;
        width: calc( 50% - 5px)
    }

    .genreContent li:nth-child(2) {
        margin-right: 0
    }

    .genreContent li:nth-child(1) .genreThmImg,.genreContent li:nth-child(2) .genreThmImg {
        height: 215px
    }

    .genreContent li .genreThmImg {
        height: 140px
    }

    .reelTechMainBG {
        background-size: 160% auto;
        background-position: center 30px
    }

    .reelTechMain h4 {
        padding-bottom: 100px
    }

    .reelTechMain article {
        width: 47%
    }

    .reelTechMain article .reelTechMA .descImg {
        height: 210px
    }

    .reelTechMain article:nth-child(odd) .btnMoreWrrow {
        right: 0
    }

    .reelTechMain article:nth-child(odd) .btnMoreWrrow:hover,.reelTechMain article:nth-child(odd) .btnMoreWrrow:focus {
        right: -30px
    }

    .linkWrap article,.linkWrap a {
        height: 420px
    }

    .linkWrap article .imgBg,.linkWrap a .imgBg {
        height: 160px
    }

    .linkWrap a:before {
        top: 136px;
        z-index: 2;
        background-color: #000;
        border: solid 5px #000;
        border-radius: 4px;
        margin-right: 1px
    }

    .linkWrap a .imgBg:before {
        padding-top: 76px
    }

    body.reelTechBI .biturboContent1>article {
        padding: 20px 0 20px 200px
    }

    body.reelTechBI .biturboContent1>article:after {
        display: block;
        content: "";
        clear: both
    }

    body.reelTechBI .biturboContent2 article h4 {
        padding: 0 0 10px 0;
        margin-top: -8px
    }

    body.reelTechBI .biturboContent2 article img {
        margin-right: 24px
    }

    body.reelTechBI .biturboContent2 article img.floatR {
        margin-left: 24px
    }

    .pickupTech div a {
        height: 246px;
        margin: 6px 0
    }

    .pickupTech div a.pickupTechMQ {
        height: 504px
    }

    .rodTech a {
        background-position-x: right
    }

    .othersTech a {
        height: 176px
    }

    .AGcolumn .columnNo {
        position: relative
    }

    .AGcolumn a {
        background-size: cover;
        text-align: right;
        padding: 40px;
        box-sizing: border-box;
        position: static
    }

    .AGcolumn a:hover,.AGcolumn a:focus {
        background-size: cover
    }

    .AGcolumn a .columnNo {
        position: static;
        padding: 8px 0
    }

    .AGcolumn a .dec {
        position: static;
        padding: 8px 0;
        display: block
    }

    body.bAG2 .storyProduct {
        background-size: auto 80%;
        background-position: center center
    }

    body.bAG2 .storyProduct li {
        height: auto;
        width: 250px;
        padding-bottom: 20px
    }

    body.bAG2 .storyProduct li:nth-child(3) .img {
        height: 266px;
        width: 205px
    }

    body.bAG2 .storyProduct li:nth-child(odd) {
        padding-right: calc( 50% - 250px)
    }

    body.bAG2 .storyProduct li:nth-child(even) {
        padding-left: calc( 50% - 250px)
    }

    body.bAG2 .storyProduct h5 {
        padding: 10px 0 10px 0
    }

    body.bAG2 .storyProduct h5 .kr {
        font-size: 18px
    }

    body.bAG2 .storyProduct p {
        line-height: 1.3
    }

    body.bAG2 .storyProduct .img {
        height: 160px
    }

    body.bAR .airRotorContent2 div.img,body.bAR .imgCenterWrap div.img {
        background-size: 80% auto
    }

    body.bAR .airRotorContent2 div.img,body.bAR .airRotorContent2 div.img:first-child,body.bAR .imgCenterWrap div.img,body.bAR .imgCenterWrap div.img:first-child {
        background-size: auto 90%;
        width: 100%;
        margin: 4px 0;
        height: 360px
    }

    body.g10 #h2 {
        top: 104px;
        font-size: 27px
    }

    body.g10 .contentHeader {
        padding-top: 288px
    }

    body.g10 .sectionWrap {
        background-size: auto 400px
    }

    .outlineBtn a {
        margin: 0px
    }

    .detailList .detailListImg {
        height: 164px
    }

    .detailList dl dt {
        width: 72px
    }

    .detailList dl dd {
        width: calc( 100% - 72px)
    }

    .i10_company .introSectionWrap {
        background: none
    }

    .i10CompanyH3 h3 {
        font-size: 25px;
        line-height: 1.4em;
        padding: 40px 0
    }

    .i10Company10 {
/*        padding-bottom: 200px;
        background: url(/img/company/i10CompanyBg2.png) no-repeat center bottom;
        background-size: 100% auto*/
    }

    .i10Company10:after {
        display: block;
        content: "";
        clear: both
    }

    .i10Company10 .i10Img10 {
        bottom: inherit;
        top: 30px;
        width: 40%
    }

    .i10Company10 .i10Img20 {
        bottom: 20px;
        width: 240px;
        bottom: 38px
    }

    .i10Company10 .i10CompanyText {
        width: 54%;
        float: left
    }

    .i10Company10 p {
        font-size: 16px;
        line-height: 1.4em;
        padding: 8px 0
    }

    .i00Nav2 a {
        height: 120px;
        /*font-size: 21px;
        text-indent: 30px*/
    }

    .i00Nav2 p {
        font-size: 21px;
        text-indent: 20px
    }

    .i00Nav2 a img{
        width: 25px;
        height: 25px;
        display: block;
        padding: 0 0 10px 20px;
    }

    .img.company{
        width: 25px;
    }

    .i00Nav2 a .greeting{
        width: 30px;
    }

    .i00Nav2 a .location{
        height:30px;
    }

}

@media (max-width: 960px) {
    .mainPopup+.mainPopup {
        left:auto;
        right: 20px
    }

    .mainPopup+.mainPopup+.mainPopup {
        left:auto;
        right: 20px
    }

    .slide1 .competSlide1 .mc1_Slogan1 {
        width: 95%;
        transition: width 2s ease-out 0.5s;
        text-shadow: 1px 3px 5px rgba(0,0,0,0.7)
    }

    .slide1 .competSlide1 .mc1_Slogan2 {
        opacity: 1;
        margin-top: 60px;
        transition: margin-top 1s ease-out 1s, opacity 1s ease-in 1s;
        text-shadow: 1px 3px 5px rgba(0,0,0,0.7)
    }

    #mainSlide>div {
        background-size: auto 100%
    }

    #mainSlide.slide1 .mainCarousel1 {
        background-size: auto 100%
    }

    #mainSlide.slide1 .mainCarousel2 {
        background-size: auto 125%
    }

    #mainSlide.slide2 .mainCarousel2 {
        background-size: auto 100%
    }

    #mainSlide.slide2 .mainCarousel3 {
        background-size: auto 125%
    }

    #mainSlide.slide3 .mainCarousel3 {
        background-size: auto 100%
    }

    #mainSlide.slide3 .mainCarousel4 {
        background-size: auto 125%
    }

    #mainSlide.slide4 .mainCarousel4 {
        background-size: auto 100%
    }

    #mainSlide.slide4 .mainCarousel5 {
        background-size: auto 125%
    }

    #mainSlide.slide5 .mainCarousel5 {
        background-size: auto 100%
    }

    #mainSlide.slide5 .mainCarousel1 {
        background-size: auto 125%
    }

    #mainSlide .mc1_Slogan1 {
        font-size: 35px
    }

    #mainSlide .mc1_Slogan1 span {
        /*width: 720px;*/
        line-height: 1.2em;
        font-size: 50px
    }

    #mainSlide .mc1_Slogan2 {
        font-size: 21px
    }

    body.a20 .headerBox {
        background-size: auto 115%
    }

    body.a20 div.onLoad.headerBox {
        background-size: auto 100%
    }

    .prodctContent {
        border-top: 0 none;
        margin-top: -24px
    }

    .product__slider-main .slick-slide {
        height: 230px
    }

    .prodctContent .product__slider-main {
        padding: 0 60px
    }

    .prodctContent .product__slider-thmb {
        width: auto
    }

    .product__slider-thmb .slick-slide {
        height: 30px
    }

    .prodctContent:after {
        top: 218px
    }

    .slick-next {
        right: 0;
        top: 90px
    }

    .slick-prev {
        left: 0;
        top: 90px
    }

    .b40 .headerBox {
        background-position: center center
    }

    .headerBox {
        padding-top: 145px
    }

    .headerBox #h2 {
        text-indent: 7%
    }

    .headerBox #h2 .en {
        font-size: 44px
    }

    .techMain>article {
        padding-top: 40px
    }

    .rodTech span.more {
        margin-left: 8%
    }

    .rodTech a {
        background-position-x: calc( 50% + 140px)
    }

    .pickupTech div a {
        height: 194px;
        margin: 6px 0
    }

    .pickupTech div a.pickupTechMQ {
        height: 400px
    }

    body.bMQ2 .storyH2_catchphrase2 {
        margin: -300px 0 320px 0
    }

    .MQcolumn a .dec {
        font-size: 30px
    }

    .MQcolumn a .dec {
        font-size: 19px;
        top: 94px;
        left: 63%
    }

    body.rodTechLIN .storyProduct4 {
        font-size: 0
    }

    body.rodTechLIN .storyProduct4 li {
        width: 30.3%;
        margin: 0 1.5%
    }

    body.rodTechLIN .storyProduct4+.img {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    body.reelTechBA .reelTechBA_sv {
        margin-bottom: 100px
    }

    body.reelTechBA .reelTechBA_sv_concept {
        margin-top: -140px
    }

    body.bAG1 .storyProduct3 li:nth-child(3) img {
        margin-top: 10px
    }

    body.rodTechBody .imgList1 li {
        width: auto;
        padding: 0;
        width: 48%;
        float: left;
        margin: 10px 1% 20px 1%
    }

    .storyArticle.mq1 {
        background-size: 1080px auto;
        background-position: calc( 100% + 130px) calc( 100% + 50px)
    }

    .storyArticle.mq1 h4,.storyArticle.mq1 p {
        padding-left: 0
    }

    body.bMQ1 .storyWrap {
        background-size: auto 660px
    }

    body.bMQ1 .storyH2_catchphrase2 {
        padding: 110px 0 50px 0
    }

    body.d00.tabfixed:before {
        width: 92%;
        left: 4%;
        height: 50px
    }

    body.d00.tabfixed .jsTab>article:nth-child(1) .jsTabLink,body.d00.tabfixed .jsTab>article:nth-child(2) .jsTabLink {
        width: 46%;
        left: auto;
        right: 4%
    }

    body.d00.tabfixed .jsTab>article:nth-child(1) .jsTabLink {
        left: 4%;
        right: auto
    }

    body.d00.tabfixed .jsTab>article:nth-child(1) .jsTabContent {
        padding-top: 65px
    }

    body.d00.tabfixed .competitionTab nav {
        width: 95%;
        left: 2.5%
    }

    #competition .header2 {
        width: 95%;
        left: 2.5%;
        margin-left: 0
    }

    #competition .tabNav1 {
        left: 0;
        margin-left: 0;
        width: 95%
    }

    body.d00 .container {
        width: 95%;
        padding: 0 2.5%
    }

    .competition_detail {
        padding-left: 60%
    }

    .competition_detail .owl-carousel {
        width: 58%
    }

    body.d00.tabfixed .jsScrollTab nav {
        width: 100%;
        left: 0
    }

    .nav>ul>li ul a {
        font-size: 13px
    }

    .headerWrap.on.nav4 .nav ul ul,.headerWrap.on.nav4 .navbg {
        height: 178px
    }

    .competitionSlide>div {
        background-size: auto 120%
    }

    .competitionSlide.slide1 .competSlide1 {
        background-size: auto 100%
    }

    .competitionSlide.slide1 .competSlide2 {
        background-size: auto 110%
    }

    .competitionSlide.slide2 .competSlide2 {
        background-size: auto 100%
    }

    .competitionSlide.slide2 .competSlide1 {
        background-size: auto 110%
    }

    .competitionSlide .mc1_Slogan1,.competitionSlide .mc1_Slogan2,.competitionSlide .mc1_Slogan3,.competitionSlide .mc1_Slogan4 {
        position: absolute;
        left: 2.5%;
        top: 50%;
        color: #fff;
        line-height: 1.4em;
        font-size: 24px;
        opacity: 0
    }

    .competitionSlide .mc1_Slogan1 {
        margin-top: -45px;
        font-size: 48px;
        width: 0;
        overflow: hidden;
        opacity: 1
    }

    .competitionSlide .mc1_Slogan1 span {
        display: block;
        width: 640px;
        line-height: 1.5em
    }

    .competitionSlide .mc1_Slogan2 {
        margin-top: 90px
    }

    .competitionSlide .mc1_Slogan3 {
        margin-top: 150px
    }

    .competitionSlide .mc1_Slogan4 {
        margin-top: 210px
    }

    .competitionSlide.slide1 .competSlide1 .mc1_Slogan1 {
        width: 95%;
        transition: width 2s ease-out 0.5s;
        text-shadow: 1px 3px 5px rgba(0,0,0,0.7)
    }

    .competitionSlide.slide1 .competSlide1 .mc1_Slogan2 {
        opacity: 1;
        margin-top: 60px;
        transition: margin-top 1s ease-out 1s, opacity 1s ease-in 1s;
        text-shadow: 1px 3px 5px rgba(0,0,0,0.7)
    }

    .competitionSlide .competSlide2 .mc1_Slogan2 {
        margin-top: 0px;
        color: #000
    }

    .competitionSlide .competSlide2 .mc1_Slogan3 {
        margin-top: 90px;
        color: #000
    }

    .competitionSlide .competSlide2 .mc1_Slogan4 {
        margin-top: 180px;
        color: #000
    }

    .competitionSlide.slide2 .competSlide2 .mc1_Slogan2 {
        margin-top: -40px;
        opacity: 1;
        transition: margin-top 0.75s ease-out 0.5s, opacity 0.75s ease-in 0.5s
    }

    .competitionSlide.slide2 .competSlide2 .mc1_Slogan3 {
        margin-top: 50px;
        opacity: 1;
        transition: margin-top 0.75s ease-out 1s, opacity 0.75s ease-in 1s
    }

    .competitionSlide.slide2 .competSlide2 .mc1_Slogan4 {
        margin-top: 140px;
        opacity: 1;
        transition: margin-top 0.75s ease-out 1.5s, opacity 0.75s ease-in 1.5s
    }

    .catalogIndex ul li {
        width: 50%
    }

    .fieldstaffContent .staffImg {
        background-size: cover
    }

    .fieldstaffContent dl {
        padding: 0
    }

    .fieldstaffContent article {
        padding-left: 250px
    }

    .i00Nav nav,.i60Nav nav {
        max-width: 100%
    }

    .i00_header:before,.i60_header:before {
        display: none
    }

    .i00_header .i00HeaderBg,.i60_header .i60HeaderBg {
        display: none
    }

    body .i00Title,body .i60Title {
        background: no-repeat center center;
        background-size: cover
    }

    .i00Title,.i60Title {
        padding-top: 120px;
        padding-left: 5%;
        max-width: 95%;
        width: 95%
    }

    .CIImg img {
        max-width: 100%;
        display: block;
        margin: 20px 0
    }

    .CIImg div {
        display: flex
    }

    .CIImg div a {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 12px 0;
        font-size: 15px
    }

    .CIImg div a+a {
        margin-left: 10px
    }

    .locationWrap h3 {
        margin-right: 55px
    }

    .locationWrap dl {
        padding-left: 45px
    }

    .i60_Globeride {
        font-size: 15px;
        line-height: 1.4em
    }

    .i60_Globeride img {
        width: 28%;
        top: 6px
    }
}

@media (max-width: 768px) {
    .mainPopup+.mainPopup {
        left:auto;
        right: 20px
    }

    .container,.noticeWrap ul {
        width: 94%
    }

    .fp-viewing-1 .headerWrap .nav,.fp-viewing-2 .headerWrap .nav,.fp-viewing-3 .headerWrap .nav,.fp-viewing-4 .headerWrap .nav,.fp-viewing-5 .headerWrap .nav,.fp-viewing-6 .headerWrap .nav,.fp-viewing-7 .headerWrap .nav,.fp-viewing-8 .headerWrap .nav,.fixed .headerWrap .nav {
        margin: 0 15% 0 10%
    }

    .fp-viewing-1 .headerWrap.touchBk .allNav.m.off,.fp-viewing-2 .headerWrap.touchBk .allNav.m.off,.fp-viewing-3 .headerWrap.touchBk .allNav.m.off,.fp-viewing-4 .headerWrap.touchBk .allNav.m.off,.fp-viewing-5 .headerWrap.touchBk .allNav.m.off,.fp-viewing-6 .headerWrap.touchBk .allNav.m.off,.fp-viewing-7 .headerWrap.touchBk .allNav.m.off,.fp-viewing-8 .headerWrap.touchBk .allNav.m.off,.fixed .headerWrap.touchBk .allNav.m.off {
        top: 220px;
        right: 2%
    }

    body.fp-viewing-2 #fp-nav ul li a span {
        background-color: #fff
    }

    .daiwaSpecialWrap a {
        background-size: cover
    }

    .headerWrap.on.nav4 .nav ul ul,.headerWrap.on.nav4 .navbg {
        height: 210px
    }

    .touchBk .allNav.m.off {
        top: 325px;
        right: 1%;
        position: fixed;
        bottom: auto
    }

    .mainContent4 h2,.mainContent5 h2,.mainContent6 h2 {
        font-size: 20px;
        top: -75px
    }

    .mainContent4 .enTitle,.mainContent5 .enTitle,.mainContent6 .enTitle {
        font-size: 40px;
        line-height: 1;
        top: -33px
    }

    .mainContent4 .ko,.mainContent5 .ko,.mainContent6 .ko {
        font-size: 14px
    }

    .tabNav1 a {
        height: 26px;
        padding-top: 12px;
        font-size: 15px
    }

    .tabNav2 {
        padding-top: 20px
    }

/*    #mainSlide .mainCarousel1 .mc1_Slogan1 {
        margin-top: -130px
    }

    #mainSlide .mainCarousel1 .mc1_Slogan2 {
        margin-top: 55px
    }

    #mainSlide .mainCarousel2 .mc1_Slogan1 {
        margin-top: -100px
    }

    #mainSlide .mainCarousel4 .mc1_Slogan1 {
        margin-top: -100px
    }

    #mainSlide .mc1_Slogan1 {
        margin-top: -100px
    }*/

    .daiwaSpecialWrap .owl-theme .owl-dots {
        display: flex
    }

    .daiwaSpecialWrap .owl-theme .owl-dots .owl-dot {
        width: 100%
    }

    .daiwaSpecialWrap .owl-theme .owl-dots .owl-dot span {
        width: auto
    }

    #competition #section0:before {
        height: 123px
    }

    #competition .header2 {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
        left: auto;
        margin: 0 auto;
        background: #fff
    }

    #competition .tabNav1 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        left: auto;
        margin: 0 auto;
        top: 84px
    }

    #competition .tabNav1 a {
        border: 0 none;
        border-bottom: solid 2px #000
    }

    .mainContent4 .container {
        margin-top: -18%
    }

    .mainContent4 .imgP1,.mainContent4 .imgP1Shdow {
        height: 490px;
        margin-right: -10px;
        top: auto
    }

    .noticeWrap li,.noticeWrap li:nth-child(3n+1),.noticeWrap li:nth-child(3n) {
        width: 48%;
        margin: 20px 1%
    }

    .headerBox #h2 .ko {
        font-size: 26px
    }

    body.a10 .sectionWrap {
        overflow: hidden
    }

    .stickySectionNav a .en {
        font-size: 22px
    }

    .categoryLink {
        width: 190px
    }

    .categoryLink button {
        width: 80%
    }

    .a11 .sectionWrap .producList li,.a11 .sectionWrap .producList li:nth-child(4n),.a21 .sectionWrap .producList li,.a21 .sectionWrap .producList li:nth-child(4n),.a31 .sectionWrap .producList li,.a31 .sectionWrap .producList li:nth-child(4n) {
        width: calc( 33.3% - 9px);
        margin: 5px
    }

    .a11 .sectionWrap .producList li:nth-child(3n),.a21 .sectionWrap .producList li:nth-child(3n),.a31 .sectionWrap .producList li:nth-child(3n) {
        margin-right: 0
    }

    .a11 .sectionWrap .producList li:nth-child(3n+1),.a21 .sectionWrap .producList li:nth-child(3n+1),.a31 .sectionWrap .producList li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: 5px
    }

    .a11 .sectionWrap .producList li:nth-child(4n+1),.a21 .sectionWrap .producList li:nth-child(4n+1),.a31 .sectionWrap .producList li:nth-child(4n+1) {
        margin-left: 5px
    }

    .a11 .sectionWrap .producList li:first-child,.a21 .sectionWrap .producList li:first-child,.a31 .sectionWrap .producList li:first-child {
        margin-left: 0
    }

    body.a20 .headerBox,body.a30 .headerBox {
        background-size: auto 125%
    }

    body.a20 div.onLoad.headerBox,body.a30 div.onLoad.headerBox {
        background-size: auto 107%
    }

    .a30Content {
        height: 950px
    }

    .a30Content a {
        font-size: 18px
    }

    .a30Content .a30_01 {
        height: 329px
    }

    .a30Content .a30_02 {
        height: 160px
    }

    .a30Content .a30_03,.a30Content .a30_04 {
        top: 169px;
        height: 160px
    }

    .a30Content .a30_05,.a30Content .a30_06 {
        top: 338px;
        height: 160px
    }

    .a30Content .a30_07,.a30Content .a30_08,.a30Content .a30_10 {
        top: 508px;
        height: 160px
    }

    .a30Content .a30_10 {
        height: 330px
    }

    .a30Content .a30_09 {
        height: 160px;
        top: 678px
    }

    .a30Content .a30_11,.a30Content .a30_13,.a30Content .a30_14,.a30Content .a30_16 {
        top: 847px;
        height: 160px
    }

    .genreContent li {
        min-height: 164px
    }

    .genreContent li .genreThmImg {
        height: 120px
    }

    .genreContent li:nth-child(1) .genreThmImg,.genreContent li:nth-child(2) .genreThmImg {
        height: 190px
    }

    .reelTechMain h4 {
        font-size: 40px;
        padding-top: 50px
    }

    body.reelTechBI .biturboContent1>article {
        padding-left: 170px
    }

    body.reelTechBI .biturboContentQnA h3 {
        font-size: 25px;
        padding: 20px
    }

    body.reelTechBI .biturboContent1 h4 {
        font-size: 19px
    }

    body.reelTechBI .biturboContent2 article h4 {
        padding-top: 0;
        margin-top: -10px
    }

    body.reelTechBA_tws .otherStory img.floatR {
        float: none;
        display: block;
        margin: 20px auto
    }

    body.b20 .sectionWrap {
        background-size: 825px auto;
        background-position: calc( 50% - 7px) 165px
    }

    body.b20 .b20 .h3Dash {
        padding-top: 5px
    }

    .linkWrap h6 .kr {
        font-size: 18px
    }

    .linkWrap article .imgBg,.linkWrap a .imgBg {
        height: 150px
    }

    .linkWrap a:before {
        top: 226px
    }

    .linkWrap a .imgBg:before {
        padding-top: 97px
    }

    .linkWrap .imgList1 li {
        width: auto;
        margin: 12px 0;
        padding-left: 240px;
        position: relative;
        min-height: 100px
    }

    .linkWrap .imgList1 li .img {
        width: 200px;
        position: absolute;
        left: 0
    }

    .linkWrap .imgList1 li strong {
        padding-top: 0
    }

    .imgList2 li {
        width: 48.5%;
        margin: 10px 0;
        padding: 0;
        min-height: 250px
    }

    .imgList2 li:nth-child(odd) {
        margin-right: 3%
    }

    .imgList2 li strong {
        padding-bottom: 6px
    }

    .imgList2 li .img {
        float: none;
        margin: 0 0 16px 0;
        width: 100%;
        height: 160px
    }

    .carbonTech .img {
        width: 48.5%;
        margin: 0 3% 16px 0;
        height: 135px
    }

    .reelTechMBB .otherStory h3+img {
        width: 40%
    }

    body.reelTechMBB .otherStoryMBB {
        padding-left: 45%
    }

    body.reelTechTW2 .storyHeader {
        background: url(/img/technology/reel/twistbuster/reelTechTW2.jpg) no-repeat calc( 100% + 200px) 0px
    }

    body.reelTechTW2 .storyHeader .container {
        background: none
    }

    body.bMQ1 .storyProduct {
        width: auto;
        margin: 0 3%
    }

    body.bMQ1 .storyProduct .img {
        background-size: contain;
        background-color: #e8ecef
    }

    body.rodTechBody .h3Dash.en {
        padding: 20px 0 332px 0
    }

    body.rodTechBody .imgList1 li .img {
        width: auto;
        height: 150px
    }

    body.rodTechBody .imgList1 li {
        width: auto;
        float: none;
        margin: 10px 0 20px 0
    }

    body.b40 .sectionWrap {
        overflow: hidden
    }

    .h3Dash {
        padding: 80px 0 40px 0;
        font-size: 36px
    }

    .h3Dash span {
        font-size: 24px
    }

    .pickupTech div a {
        height: 290px;
        margin: 5px 0;
        height: 190px
    }

    .pickupTech div a.pickupTechMQ {
        height: 420px;
        height: 390px
    }

    .reelTech div a {
        font-size: 27px
    }

    body.rodTechSMT .otherStory img {
        display: block;
        margin: 0 auto 20px auto;
        float: none
    }

    body.rodTechSPR .storyHeader .container {
        background-position: calc( 100% + 130px) 0
    }

    article.reelTechRoller .descImg {
        width: auto;
        height: auto;
        float: none;
        margin: 12px 0 0 0;
        text-align: center;
        height: 160px;
        background-size: contain;
        background-position: center center;
        background-color: #fff
    }

    body.bAG2 .storyH3 strong {
        font-size: 26px
    }

    body.bAG2 .storyH2_catchphrase2 {
        line-height: 1.4
    }

    body.bAG2 .storyProduct {
        background-size: 300px auto;
        background-position: 0 0;
        padding: 0 0 0 350px
    }

    body.bAG2 .storyProduct li:nth-child(3) .img {
        height: 266px;
        width: 205px
    }

    body.bAG2 .storyProduct li:nth-child(odd),body.bAG2 .storyProduct li:nth-child(even) {
        padding: 0 0 24px 0;
        width: auto
    }

    body.bAG2 .storyProduct h5 {
        padding: 16px 0 10px 0
    }

    body.bAG2 .storyProduct .img {
        height: 160px;
        margin: 0
    }

    .othersTech a {
        height: 150px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .linkWrap.ea3 {
        padding: 32px 0
    }

    .linkWrap.ea3 a,.linkWrap.ea3 article {
        width: 48%;
        margin: 0 1%;
        height: 440px
    }

    .linkWrap.ea3 a:nth-child(3n),.linkWrap.ea3 article:nth-child(3n) {
        margin: 0 1%
    }

    .linkWrap.ea3 a .imgBg,.linkWrap.ea3 article .imgBg {
        background-size: contain;
        height: 200px
    }

    .linkWrap.ea3 .reelTechBA_hlc .imgBg {
        background-position: right center
    }

    .linkWrap.ea3 .reelTechBA_air_concept .imgBg {
        background-position: 0 center
    }

    .linkWrap.ea3 .reelTechBA_atd_b .imgBg,.linkWrap.ea3 .reelTechBA_zaion_b .imgBg,.linkWrap.ea3 .reelTechBA_zero .imgBg {
        background-position: right center
    }

    .boostSystemContent p {
        width: auto;
        box-sizing: border-box;
        padding-left: 230px
    }

    .boostSystemContent img {
        max-width: 100%
    }

    .d00 .tabNav1 {
        margin: 0 -4%
    }

    .d00 .tabNav1 a {
        border: 0 none;
        border-bottom: solid 2px #000
    }

    .competitionSlide .slide1 .competSlide1 {
        background: auto 100%
    }

    .competitionSlide .slide2 .competSlide1 {
        background: auto 100%
    }

    .competitionSlide .mc1_Slogan1,.competitionSlide .mc1_Slogan2,.competitionSlide .mc1_Slogan3,.competitionSlide .mc1_Slogan4 {
        left: 8%
    }

    .competitionSlide>div {
        background-size: auto 120%
    }

    .competitionSlide.slide1 .competSlide1 {
        background-size: auto 100%
    }

    .competitionSlide.slide1 .competSlide2 {
        background-size: auto 120%
    }

    .competitionSlide.slide2 .competSlide2 {
        background-size: auto 100%
    }

    .competitionSlide.slide2 .competSlide1 {
        background-size: auto 120%
    }

    .header2 {
        width: auto
    }

    .d00 .container {
        width: auto
    }

    .d00 .formTable {
        width: 100%
    }

    .d00 .sectionWrap {
        padding-top: 14px
    }

    .thumList a {
        width: 100%;
        margin: 8px auto 16px auto;
        padding-bottom: 8px;
        float: none;
        height: auto
    }

    .thumList a .bannerImg {
        height: 215px
    }

    .kakaoLink {
        position: fixed;
        bottom: 16px;
        right: 12px;
        top: inherit
    }

    .header2 {
        padding-left: 4%;
        padding-right: 4%
    }

    .header2:after {
        float: left;
        background-size: 350px;
        margin-top: -24px;
        width: 64px;
        height: 32px
    }

    .competition_detail {
        padding: 0
    }

    .competition_detail .owl-carousel {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 16px
    }

    .competition_detail .owl-carousel .owl-item>div {
        height: 200px
    }

    .competition_detail .owl-nav {
        display: none
    }

    .competition_detail h3 {
        padding-top: 32px
    }

    .applyBtnArea {
        padding-bottom: 24px
    }

    .applyBtnArea a,.applyBtnArea span {
        width: 100%;
        text-align: center;
        margin-bottom: 2px
    }

    body.competition .jsTab>article:nth-child(2) .jsTabLink {
        left: 50%
    }

    body.competition .jsTabLink {
        width: 50%
    }

    body.competition .jsTab2 {
        width: auto;
        padding: 0
    }

    body.competition.apply col.colTh,body.d30.confirm col.colTh {
        width: 100px
    }

    body.competition.apply .btnAreaC,body.d30.confirm .btnAreaC {
        padding-bottom: 30px;
        display: flex
    }

    body.competition.apply .btnAreaC .btn,body.d30.confirm .btnAreaC .btn {
        margin: 2px;
        height: 14px;
        flex-grow: 1
    }

    .competition.apply table input.zipCode,.d30 table input.zipCode {
        width: calc( 100% - 112px)
    }

    .otherFooter ul li {
        display: block;
        padding-left: 0
    }

    .otherFooter ul li:before {
        display: none
    }

    .otherFooter ul li strong,.otherFooter ul li span {
        padding-top: 2px
    }

    #applyStatus {
        width: calc( 100% - 40px)
    }

    body.d40 .sectionWrap,body.d42 .sectionWrap {
        background-size: auto 120px
    }

    body.d40 .sectionWrap h4,body.d42 .sectionWrap h4 {
        font-size: 17px
    }

    body.d40 .contentHeader,body.d42 .contentHeader {
        height: 100px
    }

    body.d40 .contentHeader #h2,body.d42 .contentHeader #h2 {
        font-size: 19px;
        padding-top: 46px;
        height: 0;
        text-align: center;
        text-shadow: 0 1px 4px rgba(0,0,0,0.7)
    }

    .overView {
        padding: 20px 0 0 0;
        background-size: 100% auto;
        background-position: 0 30px
    }

    .overView .overViewHeader {
        font-size: 21px;
        padding-left: 45%
    }

    .overView p {
        font-size: 14px;
        padding-left: 45%
    }

    .overView img {
        width: 120%;
        max-width: none;
        margin-left: -20%
    }

    .thumList1>div {
        padding-left: 52%
    }

    .thumList1 .bannerImg {
        width: 49%
    }

    #menu {
        position: static;
        text-align: center
    }

    #menu .calendarNote {
        position: static
    }

    body.d00.tabfixed .competitionTab nav {
        width: 94%;
        left: 2.4%
    }

    .recieveInfoForm:after {
        display: block;
        content: "";
        clear: both
    }

    .recieveInfoForm dt,.recieveInfoForm dd {
        float: left;
        width: 100px
    }

    .recieveInfoForm dd {
        width: calc( 100% - 100px)
    }

    .catalogApply>article {
        padding-left: 120px
    }

    .detailList .detailListImg {
        height: 140px
    }

    .detailList dl {
        padding: 8px
    }

    .detailList dl dd.title {
        font-size: 15px
    }

    .sectionWrap,body.a11 div.sectionWrap,body.a21 div.sectionWrap,body.a31 div.sectionWrap {
        padding-top: 152px
    }

    body.j00 #h2,body.d40 #h2,body.d42 #h2 {
        height: 90px;
        padding: 100px 0 40px 0
    }

    body.g10 #h2 {
        top: 43px;
        font-size: 25px
    }

    body.g10 .contentHeader {
        padding-top: 144px
    }

    body.g10 .sectionWrap {
        background-size: auto 260px;
        background-position-y: 150px
    }

    .fieldstaffContent article {
        padding-left: 200px
    }

    .fieldstaffContent .staffImg {
        width: 185px
    }

    body.j00 .sectionWrap {
        background-position: center 150px;
        background-size: auto 234px
    }

    .headerWrap {
        min-height: 151px
    }

    h1.logo_fixed a {
        background-size: 276px auto;
        height: 27px
    }

    .fp-viewing-1 .headerWrap h1.logo_fixed,.fp-viewing-2 .headerWrap h1.logo_fixed,.fp-viewing-3 .headerWrap h1.logo_fixed,.fp-viewing-4 .headerWrap h1.logo_fixed,.fp-viewing-5 .headerWrap h1.logo_fixed,.fp-viewing-6 .headerWrap h1.logo_fixed,.fp-viewing-7 .headerWrap h1.logo_fixed,.fp-viewing-8 .headerWrap h1.logo_fixed,.fixed .headerWrap h1.logo_fixed {
        top: 116px;
        width: 52px
    }

  .fp-viewing-1 .headerWrap .header > .etc-menu,
  .fp-viewing-2 .headerWrap .header > .etc-menu,
  .fp-viewing-3 .headerWrap .header > .etc-menu,
  .fp-viewing-4 .headerWrap .header > .etc-menu,
  .fp-viewing-5 .headerWrap .header > .etc-menu,
  .fp-viewing-6 .headerWrap .header > .etc-menu,
  .fp-viewing-7 .headerWrap .header > .etc-menu,
  .fp-viewing-8 .headerWrap .header > .etc-menu,
  .fixed .headerWrap .header > .etc-menu {
    top: 113px;
  }

    .nav>ul>li>a {
        padding-top: 16px;
        background: #fff
    }

    .nav>ul>li>a>span:after {
        margin-top: 12px
    }

    .navbg {
        top: 151px
    }

    .headerSearch {
        width: 20%;
        top: 30px
    }

    .headerSearch input {
        width: 100%
    }

    h1.logo {
        top: 28px
    }

    .daiwaSpecialWrap h2,.shopCarousel h2,.noticeWrap h2,.social h4 {
        font-size: 50px
    }

    .mainContent4 .enTitle,.mainContent5 .enTitle,.mainContent6 .enTitle {
        font-size: 50px
    }

    .social h3 {
        font-size: 20px
    }

    .social .snsLink {
        padding-bottom: 60px
    }

    .social .snsLink:before,.social .snsLink:after {
        top: 25px
    }

    .social .snsLink a {
        width: 40px;
        height: 40px;
        background-size: auto 40px;
        background-position-x: 0;
        margin: 4px
    }

    .social .snsLink .iconCH {
        background-position-x: -39px
    }

    .social .snsLink .iconIN {
        background-position-x: -79px
    }

    .social .snsLink .iconFA {
        background-position-x: -121px
    }

    .social .snsLink .iconBL {
        background-position-x: -161px
    }

    #h2 {
        padding: 40px 0 40px 0
    }

    .i00 .introSectionWrap,.i60 .introSectionWrap {
        padding-top: 140px
    }

    .i00Title,.pageLoc2,.i60Title,.pageLoc2 {
        width: 95%;
        max-width: inherit
    }

    .i10Company10 {
        padding-bottom: 80px
    }

    .i10Company10 .i10Img10,.i10Company10 .i10Img20 {
        width: 40%;
        position: static;
        float: right
    }

    .i00Nav2 a {
        height: 60px;
        margin: 5px 1%;
/*        font-size: 17px;
        text-indent: 16px;*/
        padding: 16px 0
    }

    .i00Nav2 p {
        font-size: 17px;
        text-indent: 16px;
    }

    .i00Nav2 a img{
        width: 20px;
        height: 20px;
        display: block;
        padding: 0 0 10px 20px;
    }
    .img.company{
        width: 20px;
    }
    .i00Nav2 a .greeting{
        width: 25px;
    }

    .i00Nav2 a .location{
        height:25px;
    }


    .i10Company30 {
        background-size: contain
    }

    .i10Company30 article {
        height: auto;
        padding-bottom: 86px
    }

    .i10Company30 article h4 {
        font-size: 28px
    }

    .i10Company30 article p {
        font-size: 17px;
        line-height: 1.3;
        padding: 8px 0 24px 0
    }

    .i10Company30 .globeLink a {
        height: 52px;
        font-size: 18px;
        padding-top: 36px;
        line-height: 1.2em
    }

    .i10Company30 .globeLink a.globeLink10 {
        background-size: contain
    }

    .i20GreetingH3,.i70GreetingH3 {
        padding: 20px
    }

    .historyWrap article {
        padding-left: 126px
    }

    .historyWrap article:before {
        left: 20px
    }

    .historyWrap article h3 {
        left: 45px
    }

    .historyWrap article h3:before {
        left: -30px
    }

    .historyWrap article li {
        font-size: 15px;
        padding: 2px 0 4px 50px;
        word-break: keep-all;
        line-height: 1.3
    }

    .historyWrap article li strong {
        top: 1px
    }

    .i70Greeting {
        line-height: 1.4em;
        word-break: keep-all
    }

    .i70Greeting h4 {
        font-size: 18px
    }

    .i70Greeting h4 img {
        width: 35%
    }

    .i70Greeting br {
        display: none
    }
}

@media (max-width: 720px) {
    body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,caption,th,td,form,fieldset,legend,hr,label,button,figure {
        font-size:14px
    }

 .header > .etc-menu {
    display: none;
  }

    #fp-nav {
        display: none
    }

    h1.logo_fixed {
        width: 70px
    }

    h1.logo_fixed a {
        background-position: 0 -37px;
        height: 40px;
        background-size: 432px auto
    }

    .fp-viewing-1 .headerWrap h1.logo_fixed,.fp-viewing-2 .headerWrap h1.logo_fixed,.fp-viewing-3 .headerWrap h1.logo_fixed,.fp-viewing-4 .headerWrap h1.logo_fixed,.fp-viewing-5 .headerWrap h1.logo_fixed,.fp-viewing-6 .headerWrap h1.logo_fixed,.fp-viewing-7 .headerWrap h1.logo_fixed,.fp-viewing-8 .headerWrap h1.logo_fixed {
        top: 126px;
        width: 78px
    }

    .fp-viewing-1 h1.logo_fixed a,.fp-viewing-6 h1.logo_fixed a {
        background-position: 0 3px
    }

    .fp-viewing-1 .allNav,.fp-viewing-6 .allNav {
        background-image: url(/img/navB.gif)
    }

    .headerWrap {
        min-height: inherit;
        height: auto
    }

    body.store table caption.h3 {
        text-align: left;
        padding: 20px 0 10px 0;
    }

    .store-search {
        top: 0px;
        padding: 10px 0 10px 10px;
        text-align: right;
    }

    .search-select {
        width : 123px;
    }

    body.fixed .headerWrap {
        top: -70px
    }

    body.fixed .headerWrap .allNav,body.fixed .headerWrap h1.logo_fixed {
        top: -70px
    }

    .touchBk .allNav.m.off {
        display: none
    }

    .allNav {
        display: block;
        border: solid 1px #888;
        position: fixed;
        right: 3%;
        top: 24px;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        font-size: 0;
        background: url(/img/nav.gif) no-repeat center center;
        background-size: 50% auto
    }

    .allNav.m.off {
        display: none
    }

    .fp-viewing-1 .allNav {
        background-image: url(/img/navB.gif)
    }

    .headerWrap {
        z-index: 300;
        background: none
    }

    .headerWrap.on .nav ul ul,.headerWrap.on.nav4 .nav ul ul {
        height: auto
    }

    #nav.nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        width: auto;
        background: rgba(0,0,0,0);
        z-index: 20;
        transition: background 0.15s ease 0s
    }

    #nav.nav.on {
        background: rgba(0,0,0,0.7)
    }

    #nav.nav.on>ul {
        right: 0
    }

    #nav.nav.on .allNav.s.off {
        display: block;
        z-index: 301;
        background-image: url(/img/navOff.png);
        border: 0 none;
        opacity: 0.7;
        top: 10px
    }

    #nav.nav.on .allNav.s.off:hover,#nav.nav.on .allNav.s.off:focus {
        background-color: #f6f6f6;
        opacity: 1
    }

    #nav.nav a {
        text-align: left
    }

    #nav.nav>ul {
        position: fixed;
        top: 0;
        right: -90%;
        bottom: 0;
        width: calc( 100% - 104px);
        background: #fff;
        padding-top: 30px;
        transition: right 0.15s ease 0s
    }

    #nav.nav>ul>li {
        width: auto;
        float: none;
        padding-left: 100px;
        padding-bottom: 10px;
        position: relative;
        border-top: solid 1px #ddd
    }

    #nav.nav>ul>li.viewM {
        display: block;
        padding-left: 8px
    }

    #nav.nav>ul>li.viewM a {
        font-weight: 700;
        color: #333
    }

    #nav.nav>ul>li:first-child {
        border-top: 0 none
    }

    #nav.nav>ul>li>a {
        position: absolute;
        left: 16px;
        top: 3px
    }

    #nav.nav>ul>li>a>span:after {
        margin-top: 14px
    }

    #nav.nav>ul>li ul {
        height: auto;
        opacity: 1;
        width: 75%;
        border: 0 none
    }

    #nav.nav>ul>li ul li:first-child {
        padding-top: 10px
    }

    #nav.nav>ul>li ul a {
        padding: 8px 0 8px 10px;
        font-size: 14px
    }

    .navbg {
        display: none
    }

    .sectionWrap,body.a11 div.sectionWrap,body.a21 div.sectionWrap,body.a31 div.sectionWrap {
        padding-top: 130px;
        padding-top: 104px
    }

    .headerBox {
        height: 150px;
        padding-top: 110px
    }

    .headerBox #h2 .en {
        font-size: 36px
    }

    .h3Dash {
        font-size: 30px
    }

    .h3Dash span {
        font-size: 19px
    }

    span.more {
        font-size: 13px
    }

    .reelTech div .reelTechDE span.bg {
        right: -3%
    }

    .reelTech div a {
        padding-left: 0;
        height: 95px;
        font-size: 25px
    }

    .reelTech div .reelTechBA {
        padding-left: 6%
    }

    .reelTech div .reelTechDE {
        padding-left: 12%
    }

    .reelTech div a span.bg {
        height: 160px;
        width: 450px
    }

    .pickupTech div a {
        height: 170px
    }

    .pickupTech div a.pickupTechMQ {
        height: 350px
    }

    .rodTech {
        height: 400px
    }

    .rodTech a {
        height: 340px;
        background-position: calc( 50% + 110px) 30px
    }

    .rodTech span.more {
        margin: 55px 0 0 11%
    }

    .othersTech a {
        height: 124px
    }

    body.reelTechMA .imgCenterWrap.ea4 li {
        width: calc( 50% - 20px);
        max-width: inherit
    }

    body.reelTechMA img.img {
        max-width: 100%
    }

    body.rodTech3DX .otherStory img {
        width: auto;
        max-width: 100%
    }

    body.rodTech3DX .otherStory img.floatR+p {
        padding-right: inherit
    }

    body.rodTechLIN .img {
        max-width: 100%
    }

    body.b20 .sectionWrap {
        background-position-y: 94px
    }

    .AGcolumn a {
        height: 200px
    }

    .AGcolumn a .dec {
        font-size: 18px
    }

    body.bAG1 .b00Header {
        padding: 80px 0 0 0
    }

    body.bAG1 .logoAG {
        width: 260px;
        left: 0
    }

    body.bAG1 .columnNo {
        font-size: 32px
    }

    body.bAG1 .columnNo strong {
        font-size: 42px
    }

    body.bAG1 .storyHeader {
        background-size: 1000px auto;
        background-position: calc( 50% + 80px) 0
    }

    body.bAG1 .storyH2_catchphrase {
        font-size: 18px
    }

    body.bAG1 .storyH2_catchphrase strong {
        font-size: 27px;
        width: 200px;
        line-height: 1.3em
    }

    body.bAG1 .storyH2_catchphrase2 {
        font-size: 19px
    }

    body.bAG1 .storyProduct2 {
        background-size: 130% auto;
        padding-top: 360px
    }

    body.bAG1 .storyProduct3 {
        border-top: 0 none
    }

    body.bAG1 .storyProduct3 li:first-child,body.bAG1 .storyProduct3 li:nth-child(2),body.bAG1 .storyProduct3 li:nth-child(3) {
        width: auto;
        border-left: 0;
        padding: 20px
    }

    body.bAG1 .storyProduct3 li:first-child {
        border: solid 1px rgba(255,255,255,0.5);
        padding: 20px
    }

    body.bAG2 .b00Header {
        padding: 80px 0 0 0
    }

    body.bAG2 .b00Header .columnNo {
        font-size: 32px
    }

    body.bAG2 .b00Header .columnNo strong {
        font-size: 42px
    }

    body.bAG2 .logoAG {
        width: 260px
    }

    body.bAG2 .storyHeader {
        background-size: auto 512px;
        background-position: 40% 0;
        padding: 80px 0 30px 0
    }

    body.bAG2 .storyH2_catchphrase {
        font-size: 26px;
        width: 270px;
        padding-top: 0
    }

    body.bAG2 .storyH2_catchphrase2 {
        font-size: 17px;
        line-height: 1.3em;
        padding-top: 40px
    }

    body.bAG2 .storyProduct {
        padding-left: 40%;
        background-size: 35% auto
    }

    body.bAG2 .storyProduct li:nth-child(odd),body.bAG2 .storyProduct li:nth-child(even) {
        padding: 0 0 24px 0;
        width: auto
    }

    body.bAG2 .storyProduct li:nth-child(odd) .img,body.bAG2 .storyProduct li:nth-child(even) .img {
        height: 160px
    }

    body.bAG3 .b00Header {
        padding: 80px 0 0 0
    }

    body.bAG3 .b00Header .columnNo {
        font-size: 32px
    }

    body.bAG3 .b00Header .columnNo strong {
        font-size: 42px
    }

    body.bAG3 .logoAG {
        width: 260px
    }

    body.bAG3 .storyHeader {
        background-size: 190px auto;
        padding-bottom: 30px
    }

    body.bAG3 .storyH2_catchphrase {
        font-size: 26px;
        width: 270px;
        padding-top: 0
    }

    body.bAG3 .storyH2_catchphrase2 {
        font-size: 19px
    }

    body.bMQ1 .storyWrap {
        background-size: auto 560px
    }

    body.bMQ1 .storyWrap .storyH2_catchphrase {
        padding-top: 60px
    }

    body.bMQ4 .storyH4 br {
        display: block
    }

    body.reelTechZA .imgCenterWrap.ea4 li {
        width: 49.5%
    }

    body.reelTechZA .imgCenterWrap.ea4 li img {
        width: 100%
    }

    .linkWrap a:before {
        top: 190px
    }

    .linkWrap a .imgBg:before {
        padding-top: 77px
    }

    .linkWrap.ea3 {
        padding: 32px 0
    }

    .linkWrap.ea3 a .imgBg,.linkWrap.ea3 article .imgBg {
        height: 160px;
        background-size: cover
    }

    .linkWrap.ea3 .reelTechBA_atd_b .imgBg,.linkWrap.ea3 .reelTechBA_zaion_b .imgBg {
        background-position: 0 center
    }

    .storeArea>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .storeArea>div a {
        flex-grow: 1;
        width: 11.1%;
        border: solid 1px #ddd;
        background: #f9f9f9;
        margin: 0 -1px -1px 0;
        font-size: 14px
    }

    .storeArea>div a.on {
        background-color: #000;
        color: #fff;
        border: 0 none
    }

    .stIconEx {
        margin: 0 0 30px 0
    }

    .stIconEx div {
        font-size: 13px
    }

    colgroup .stLocal1,colgroup .stLocal2,colgroup .stName,colgroup .stAddr,colgroup .stCall,colgroup .stDiv {
        width: auto
    }

    .table.storeList thead {
        position: fixed;
        left: -9999px
    }

    .table.storeList tr {
        display: block;
        border-bottom: solid 1px #ccc;
        position: relative;
        padding: 10px 0
    }

    .table.storeList td {
        display: block;
        text-align: left;
        border: 0 none;
        padding: 0 0;
        font-size: 13px;
        color: #666
    }

    .table.storeList tbody .stLocal1,.table.storeList tbody .stLocal2,.table.storeList tbody .stName {
        display: inline-block;
        vertical-align: baseline
    }

    .table.storeList tbody .stLocal1 {
        width: 30px
    }

    .table.storeList tbody .stLocal2 {
        width: 80px
    }

    .table.storeList tbody .stName {
        display: inline-block;
        font-weight: 500;
        color: #000;
        font-size: 14px;
        padding-bottom: 12px
    }

    .table.storeList tbody td.stDiv {
        position: absolute;
        right: 0;
        top: 5px
    }

    .storeSearch h3 {
        padding: 8px 0
    }

    .storeSearch .storeSearchInput {
        margin: 10px auto
    }

    .catalog col.th {
        width: 120px
    }

    .catalogSummary h3,.catalogIndex h3 {
        font-size: 15px
    }

    .catalogSummary ul {
        left: 110px;
        top: -3px
    }

    .catalogIndex {
        padding-left: 35%;
        margin: 0
    }

    .catalogIndex .catalogImg,.catalogIndex .btn {
        width: 30%
    }

    .catalogIndex .catalogImg {
        background-size: cover;
        height: 240px
    }

    .catalogIndex .btn {
        top: 245px
    }

    body.g10 #h2 {
        top: 43px;
        font-size: 25px
    }

    body.g10 .contentHeader {
        padding-top: 144px
    }

    body.g10 .sectionWrap {
        background-size: auto 250px;
        background-position-y: 106px
    }

    .boardArticle h3 {
        padding-top: 22px;
        padding-bottom: 18px;
        font-size: 17px
    }

    .boardArticle h3+dl {
        top: 30px
    }

    strong.important {
        font-size: 13px;
        padding: 2px 6px
    }

    #h2 {
        padding: 32px 0 30px 0;
        font-size: 26px
    }

    .technology {

    }

    body.j00 .sectionWrap {
        background-position-y: 107px
    }

    body.search .sectionWrap {
        background-size: auto 150px;
        background-position: right 105px
    }

    body.search .sectionWrap input[type="text"] {
        width: calc( 100% - 160px)
    }

    body.search .contentHeader {
        padding: 60px 0
    }

    body.search .searchResultContent a {
        padding: 0 0 0 180px
    }

    body.search .searchResultContent a h4 {
        padding: 0 0 8px 0
    }

    body.search .searchResultContent a ol li {
        padding: 2px 4px 2px 10px
    }

    body.search .searchResultContent a ol li:first-child {
        padding-left: 0
    }

    body.search .searchResultContent a ol li:before {
        top: 7px
    }

    body.search .searchResultContent a ol li:after {
        top: 11px
    }

    body.search .searchResultContent a .searchThum {
        width: 160px;
        height: 90px
    }

    .h00 .sectionWrap {
        padding-top: 106px
    }

    .i00 .introSectionWrap,.i60 .introSectionWrap {
        padding-top: 106px
    }

    .i10CompanyText p br {
        display: none
    }

    .locationWrap h3 {
        display: none
    }

    .locationWrap dl {
        padding-left: 0;
        border: 0 none;
        display: block
    }

    .locationWrap dl dt {
        font-size: 14px;
        padding-bottom: 3px
    }

    .locationWrap dl dd {
        font-size: 14px
    }

    .i60 article .titH4 {
        font-size: 16px;
        line-height: 1.3em;
        word-break: keep-all
    }

    .gl_global {
        width: 384px;
        padding: 24px 0;
        max-width: 100%;
        overflow: hidden
    }

    .gl_global .mapimg {
        background-size: 384px auto;
        height: 230px;
        position: relative
    }

    .gl_global .mapimg .icoList li div {
        position: absolute;
        display: none;
        left: 321px;
        top: 198px;
        margin-left: 30px;
        margin-bottom: 30px;
        z-index: 888
    }

    .gl_global .mapimg .icoList li a {
        position: absolute
    }

    .gl_global .mapimg .icoList li a.blue,.gl_global .mapimg .icoList li a.red,.gl_global .mapimg .icoList li a.brown {
        background-size: 8px auto
    }

    .gl_global .mapimg .icoList li a.blue.on,.gl_global .mapimg .icoList li a.red.on,.gl_global .mapimg .icoList li a.brown.on {
        background-size: 12px auto;
        margin: -2px 0 0 -2px
    }

    .gl_global .mapimg .icoList li.ico01 a {
        left: 308.5px;
        top: 106px
    }

    .gl_global .mapimg .icoList li.ico01 .mapDetail {
        margin-left: -124px;
        margin-top: -65px
    }

    .gl_global .mapimg .icoList li.ico02 a {
        left: 27.5px;
        top: 78.5px
    }

    .gl_global .mapimg .icoList li.ico03 a {
        left: 31.5px;
        top: 86px
    }

    .gl_global .mapimg .icoList li.ico04 a {
        left: 38.5px;
        top: 79.5px
    }

    .gl_global .mapimg .icoList li.ico05 a {
        left: 180.5px;
        top: 172.5px
    }

    .gl_global .mapimg .icoList li.ico06 a {
        left: 148px;
        top: 119.5px
    }

    .gl_global .mapimg .icoList li.ico07 a {
        left: 133px;
        top: 134.5px
    }

    .gl_global .mapimg .icoList li.ico08 a {
        left: 160.5px;
        top: 99px
    }

    .gl_global .mapimg .icoList li.ico09 a {
        left: 155px;
        top: 116.5px
    }

    .gl_global .mapimg .icoList li.ico10 a {
        left: 135.5px;
        top: 145.5px
    }

    .gl_global .mapimg .icoList li.ico11 a {
        left: 29.5px;
        top: 99px
    }

    .gl_global .mapimg .icoList li.ico12 a {
        left: 141px;
        top: 134.5px
    }

    .gl_global .mapimg .icoList li.ico13 a {
        left: 139.5px;
        top: 127px
    }

    .gl_global .mapimg .icoList li.ico14 a {
        left: 137px;
        top: 107px
    }

    .gl_global .mapimg .icoList li.ico15 a {
        left: 144px;
        top: 107px
    }

    .gl_global .mapimg .icoList li.ico16 a {
        left: 140px;
        top: 126.5px
    }

    .gl_global .mapimg .icoList li .mapDetail {
        width: 160px;
        height: 60px;
        margin: 20px 0 0 -20px;
        background: url(/img/company/mapdetail_box.png) no-repeat right 0;
        background-size: 100% 100%;
        font-size: 13px
    }

    .gl_global .mapimg .icoList li .mapDetail dl dt {
        font-size: 15px;
        padding: 10px 15px 4px 15px
    }

    .gl_global .mapimg .icoList li .mapDetail dl dd {
        font-size: 12px;
        padding: 0 10px 0 15px
    }

    .gl_global .devide_con h4 {
        font-size: 16px
    }

    .gl_global .devide_con h4.brown,.gl_global .devide_con h4.blue,.gl_global .devide_con h4.red {
        background-size: 14px auto;
        background-position: 0 1px;
        padding-bottom: 5px
    }

    .gl_global .devide_con ul li a {
        font-size: 12px;
        letter-spacing: -1px;
        word-break: keep-all
    }

    .gl_global #thison {
        margin-left: -50%;
        margin-top: -50%
    }
}

@media (max-width: 640px) {
    .mainPopup,.mainPopup+.mainPopup {
        left:auto;
        right: auto;
        top: 120px;
        margin: 16px;
        text-align: center
    }

    .mainPopup div {
        display: inline-block
    }

    .mainPopup div img {
        max-width: 100%
    }

    .stickySectionNav {
        display: none
    }

    .footerWrap nav {
        display: flex;
        justify-content: center
    }

    .footerWrap nav a {
        font-size: 14px;
        padding: 2px 4px 2px 8px
    }

    .footerWrap .footInfRight {
        text-align: center
    }

    .footerWrap .footSNSLink {
        position: static;
        padding-top: 16px
    }

    .footerWrap .footInfLeft img {
        top: 0;
        width: 55px
    }

    .social .snsLink:before,.social .snsLink:after {
        display: none
    }

    .catalogApply>article {
        padding: 12px 0
    }

    .catalogApply h4 {
        position: static;
        padding: 0 0 12px 0;
        font-size: 16px
    }

    .recieveInfoForm {
        padding-top: 16px
    }

    .termsWrap {
        padding: 12px 16px
    }

    .catalogSummary h3,.catalogIndex h3 {
        font-size: 16px
    }

    .catalogSummary {
        padding: 24px 0 16px 0;
        margin: 10px 0
    }

    .catalogSummary ul {
        position: static;
        padding: 16px 0 0 0
    }

    .catalogIndex {
        padding: 16px 0 310px 0;
        min-height: inherit
    }

    .catalogIndex ul {
        padding: 8px 0
    }

    .catalogIndex .catalogImg,.catalogIndex .btn {
        width: 232px;
        bottom: 0;
        top: inherit;
        left: 50%;
        margin-left: -116px
    }

    .catalogIndex .catalogImg {
        bottom: 54px
    }

    .categoryLink {
        float: none;
        margin: 0;
        margin-top: 140px;
        width: 224px;
        padding-left: 44px
    }

    .categoryLink button {
        width: 100%
    }

    .categoryLink li a {
        font-size: 16px
    }

    .a30Content a {
        font-size: 16px
    }

    .selectWrap .btnOnOff:before,.selectWrap .btnOnOff:after {
        width: 13px;
        height: 2px;
        top: 24px
    }

    .selectWrap .selectList {
        margin: 0 2px
    }

    .selectWrap h3 {
        font-size: 18px;
        height: 32px;
        border-width: 1px;
        font-weight: 600
    }

    .selectWrap ul button {
        font-size: 16px
    }

    .headerBox2 {
        height: 260px;
        background-size: cover
    }

    .headerBox2 #h2 .en {
        font-size: 49px
    }

    .headerBox2 #h2 .kr {
        font-size: 22px;
        padding: 16px 0
    }

    .a11 .sectionWrap .producList h3,.a21 .sectionWrap .producList h3,.a31 .sectionWrap .producList h3 {
        padding: 16px 0;
        font-size: 17px;
        font-weight: 500
    }

    .a11 .sectionWrap .producList ul,.a21 .sectionWrap .producList ul,.a31 .sectionWrap .producList ul {
        border-width: 1px;
        padding: 8px 0
    }

    .a11 .sectionWrap .producList li,.a11 .sectionWrap .producList li:nth-child(4n),.a21 .sectionWrap .producList li,.a21 .sectionWrap .producList li:nth-child(4n),.a31 .sectionWrap .producList li,.a31 .sectionWrap .producList li:nth-child(4n) {
        width: 48%;
        width: calc( 50% - 7px)
    }

    .a11 .sectionWrap .producList li:nth-child(3n),.a21 .sectionWrap .producList li:nth-child(3n),.a31 .sectionWrap .producList li:nth-child(3n) {
        margin-right: 5px
    }

    .a11 .sectionWrap .producList li:nth-child(3n+1),.a21 .sectionWrap .producList li:nth-child(3n+1),.a31 .sectionWrap .producList li:nth-child(3n+1) {
        margin-left: 5px
    }

    .a11 .sectionWrap .producList li:nth-child(2n),.a21 .sectionWrap .producList li:nth-child(2n),.a31 .sectionWrap .producList li:nth-child(2n) {
        margin-right: 0
    }

    .a11 .sectionWrap .producList li:nth-child(2n+1),.a21 .sectionWrap .producList li:nth-child(2n+1),.a31 .sectionWrap .producList li:nth-child(2n+1) {
        margin-left: 0
    }

    .brandList li {
        margin: 4px;
        width: 32.2%;
        width: calc( 33.3% - 6px)
    }

    .brandList li a {
        height: 130px
    }

    .board .imgR img,.board .imgL img,.board .imgC img {
        display: block;
        margin: 16px auto;
        float: none
    }

    .boxLine1 {
        left: 16px
    }

    .boxLine2 {
        right: 16px;
        left: 16px;
        top: 16px
    }

    .boxLine3 {
        right: 16px;
        top: 16px
    }

    div.onLoad .boxLine1 {
        height: calc( 100% - 16px)
    }

    div.onLoad .boxLine2 {
        width: calc( 100% - 32px)
    }

    div.onLoad .boxLine3 {
        height: calc( 100% - 16px)
    }

    .headerBox {
        padding-top: 70px;
        height: 110px
    }

    .headerBox #h2 .en {
        font-size: 29px;
        text-indent: 5%
    }

    .pickupTech div a {
        height: 130px
    }

    .pickupTech div a.pickupTechMQ {
        height: 270px
    }

    .reelTech div a {
        padding-top: 40px;
        height: 80px;
        font-size: 19px
    }

    .reelTech div a span.bg {
        height: 120px;
        width: 260px
    }

    .reelTech div span.more {
        background-size: 50%
    }

    .reelTech div .reelTechBA {
        padding-left: 8%
    }

    .reelTech div .reelTechDE {
        padding-left: 15%
    }

    .rodTech {
        height: 230px
    }

    .rodTech h3 {
        padding-top: 70px
    }

    .rodTech a {
        background-size: 100%;
        height: 200px;
        padding-top: 146px;
        background-position: calc( 50% + 100px) 30px
    }

    .rodTech span.more {
        background-size: 50%;
        margin-left: 15%;
        margin-top: 0
    }

    .othersTech>div {
        margin: 0
    }

    .othersTech a {
        height: 102px
    }

    .othersTech .othersTech12,.othersTech .othersTechSA {
        margin-right: 7px
    }

    .othersTech .othersTech12,.othersTech .othersTechUV {
        width: calc( 62% - 7px)
    }

    .reelTechMain .h3Dash {
        padding: 30px 0 50px 0
    }

    .reelTechMain .h3Dash:before {
        margin-left: 0
    }

    .reelTechMain h4 {
        font-size: 30px;
        padding: 100px 0 50px 0
    }

    .linkWrap h6 .en {
        font-size: 20px
    }

    .linkWrap h6 .kr {
        font-size: 16px
    }

    .linkWrap article .imgBg,.linkWrap a .imgBg {
        height: 120px
    }

    .linkWrap a:before {
        top: 130px
    }

    body.reelTechBI .biturboContent2 article img,body.reelTechBI .biturboContent2 article img.floatR {
        display: block;
        margin: 0 0 20px 0;
        float: none
    }

    body.reelTechBA .sectionWrap {
        background-position: center 0;
        background-size: 150% auto
    }

    body.reelTechBA .baitcastingMain h4 {
        padding-bottom: 54px
    }

    body.reelTechBA .baitcastingMain .techWrap article:nth-child(odd),body.reelTechBA .baitcastingMain .techWrap article:nth-child(even) {
        width: 100%;
        margin: 0
    }

    body.reelTechBA .baitcastingMain .techWrap article:nth-child(odd) .btnMoreWrrow,body.reelTechBA .baitcastingMain .techWrap article:nth-child(even) .btnMoreWrrow {
        right: 30px
    }

    body.reelTechBA .baitcastingMain .techWrap article:nth-child(odd) .btnMoreWrrow:hover,body.reelTechBA .baitcastingMain .techWrap article:nth-child(odd) .btnMoreWrrow:focus,body.reelTechBA .baitcastingMain .techWrap article:nth-child(even) .btnMoreWrrow:hover,body.reelTechBA .baitcastingMain .techWrap article:nth-child(even) .btnMoreWrrow:focus {
        right: 0
    }

    body.reelTechBA .baitcastingMain .techWrap article h5 .kr {
        font-size: 16px
    }

    body.reelTechBA h4 {
        background-size: 100%
    }

    body.reelTechBA .h2Tech {
        font-size: 29px
    }

    body.reelTechBA .h3Dash {
        padding: 30px 0 50px 0
    }

    body.reelTechBA .h3Dash:before {
        margin-left: 0
    }

    div.reelTechContent article:nth-child(odd),div.reelTechContent article:nth-child(even) {
        width: 100%;
        margin: 0
    }

    div.reelTechContent article:nth-child(odd) .btnMoreWrrow,div.reelTechContent article:nth-child(even) .btnMoreWrrow {
        right: 30px
    }

    div.reelTechContent article:nth-child(odd) .btnMoreWrrow:hover,div.reelTechContent article:nth-child(odd) .btnMoreWrrow:focus,div.reelTechContent article:nth-child(even) .btnMoreWrrow:hover,div.reelTechContent article:nth-child(even) .btnMoreWrrow:focus {
        right: 0
    }

    div.techWrap article:nth-child(odd),div.techWrap article:nth-child(even) {
        width: 100%;
        margin: 0
    }

    div.techWrap article:nth-child(odd) .btnMoreWrrow,div.techWrap article:nth-child(even) .btnMoreWrrow {
        right: 30px
    }

    div.techWrap article:nth-child(odd) .btnMoreWrrow:hover,div.techWrap article:nth-child(odd) .btnMoreWrrow:focus,div.techWrap article:nth-child(even) .btnMoreWrrow:hover,div.techWrap article:nth-child(even) .btnMoreWrrow:focus {
        right: 0
    }

    .storyArticle.mq1 {
        background-size: 800px auto;
        background-position: calc( 100% + 112px) bottom
    }

    .storyArticle.mq1 h4,.storyArticle.mq1 p {
        padding-left: 0
    }

    body.rodTechBody .en.h2Tech {
        font-size: 42px
    }

    body.rodTechBody .h3Dash {
        padding-top: 30px
    }

    body.rodTechBody .rodTechMain article:nth-child(odd),body.rodTechBody .rodTechMain article:nth-child(even) {
        width: 100%;
        margin: 0
    }

    body.rodTechBody .rodTechMain article:nth-child(odd) .btnMoreWrrow,body.rodTechBody .rodTechMain article:nth-child(even) .btnMoreWrrow {
        right: 30px
    }

    body.rodTechBody .rodTechMain article:nth-child(odd) .btnMoreWrrow:hover,body.rodTechBody .rodTechMain article:nth-child(odd) .btnMoreWrrow:focus,body.rodTechBody .rodTechMain article:nth-child(even) .btnMoreWrrow:hover,body.rodTechBody .rodTechMain article:nth-child(even) .btnMoreWrrow:focus {
        right: 0
    }

    body.rodTechBody .rodTechMain article h5 .kr {
        font-size: 16px
    }

    body.rodTechBody .rodTechMainContent article img {
        width: 100%
    }

    body.rodTechBody .airSensor .en {
        padding-top: 20px
    }

    body.rodTechBody .airSensor .img {
        margin: 0;
        float: none;
        width: 100%
    }

    body.bMQ2 .storyProduct li {
        width: auto;
        margin: 0 3%
    }

    body.bMQ4 .storyWrap {
        margin-top: -30px
    }

    body.bMQ4 .storyH2_catchphrase {
        font-size: 27px;
        padding-top: 40px
    }

    body.bMQ4 .storyH2_catchphrase2 {
        padding: 180px 0 0 0
    }

    body.bMQ4 .storyProduct li:nth-child(odd),body.bMQ4 .storyProduct li:nth-child(even) {
        width: 100%;
        margin: 0;
        padding: 10px 0 24px 0;
        height: auto
    }

    body.reelTechDE_jog .otherStory img {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto 24px auto
    }

    body.reelTechDE_jog .otherStory img+p {
        padding-left: 0
    }

    .storyProduct {
        padding: 0
    }

    .storyProduct li:nth-child(odd),.storyProduct li:nth-child(even) {
        width: 100%;
        margin: 0;
        padding: 10px 0 24px 0;
        height: auto
    }

    .storyProduct .img {
        height: 200px
    }

    .storyProduct h5 {
        padding: 8px 0 20px 0
    }

    .fieldstaffContent .outlineBtn {
        margin-bottom: 40px
    }

    .fieldstaffContent article {
        padding-left: 160px;
        min-height: 180px
    }

    .fieldstaffContent .staffImg {
        width: 140px;
        height: 180px
    }

    .fieldstaffContent dl dt,.fieldstaffContent dl dd {
        padding: 6px 0
    }

    .detailList>a,.detailList>div {
        width: 48.5%;
        width: calc( 49% - 2px);
        margin-right: 2%
    }

    .detailList>a:nth-child(3n),.detailList>div:nth-child(3n) {
        margin-right: 2%
    }

    .detailList>a:nth-child(even),.detailList>div:nth-child(even) {
        margin-right: 0
    }

    .i10CompanyH3 h3 {
        font-size: 18px;
        line-height: 1.3em;
        padding: 24px 0 0 0
    }

    .i10Company10 {
        padding: 20px 0 50px 0
    }

    .i10Company10 p {
        font-size: 15px
    }

    .i10Company30 .globeLink a {
        font-size: 16px
    }

    .i20GreetingH3 h3 {
        padding: 20px;
        background-size: contain;
        background-position: right bottom;
        font-size: 19px
    }

    .i70GreetingH3 h3 {
        padding: 20px;
        font-size: 19px
    }

    .glTabContent h4.en {
        font-size: 24px
    }

    .glTabContent nav a.en {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .mainPopup {
        top: 80px;
    }

    h1.logo {
        top:15px;
        width: 60px;
        margin-left: -30px
    }

    h1.logo a {
        height: 34px;
        background-position: 0 -28px;
        background-size: auto 340px
    }

    .fp-viewing-1 .headerWrap,.fp-viewing-2 .headerWrap,.fp-viewing-3 .headerWrap,.fp-viewing-4 .headerWrap,.fp-viewing-5 .headerWrap,.fp-viewing-6 .headerWrap,.fp-viewing-7 .headerWrap,.fp-viewing-8 .headerWrap,.fixed .headerWrap {
        min-height: auto
    }

    .fp-viewing-1 .headerWrap h1.logo_fixed,.fp-viewing-2 .headerWrap h1.logo_fixed,.fp-viewing-3 .headerWrap h1.logo_fixed,.fp-viewing-4 .headerWrap h1.logo_fixed,.fp-viewing-5 .headerWrap h1.logo_fixed,.fp-viewing-6 .headerWrap h1.logo_fixed,.fp-viewing-7 .headerWrap h1.logo_fixed,.fp-viewing-8 .headerWrap h1.logo_fixed,.fixed .headerWrap h1.logo_fixed {
        width: 54px;
        top: 122px
    }

    .fp-viewing-1 .headerWrap h1.logo_fixed a,.fp-viewing-2 .headerWrap h1.logo_fixed a,.fp-viewing-3 .headerWrap h1.logo_fixed a,.fp-viewing-4 .headerWrap h1.logo_fixed a,.fp-viewing-5 .headerWrap h1.logo_fixed a,.fp-viewing-6 .headerWrap h1.logo_fixed a,.fp-viewing-7 .headerWrap h1.logo_fixed a,.fp-viewing-8 .headerWrap h1.logo_fixed a,.fixed .headerWrap h1.logo_fixed a {
        height: 26px;
        background-position: 0 -26px;
        background-size: 300px auto
    }

    .fp-viewing-1 .headerWrap h1.logo_fixed a,.fp-viewing-6 .headerWrap h1.logo_fixed a {
        background-position: 0 0
    }

    .mainContent4 .ko,.mainContent5 .ko,.mainContent6 .ko {
        top: 125px
    }

    #nav.nav>ul {
        width: calc( 100% - 50px)
    }

    .header {
        padding-top: inherit
    }

    .allNav {
        border: 0 none;
        right: 10px;
        top: 10px
    }

    .headerWrap:before {
        height: 60px
    }

    .headerSearch {
        width: 21px;
        top: 14px;
        left: 5%;
        border-bottom: solid 1px #000;
        transition: border-bottom 0.15s ease 0s, width 0.15s ease 0s
    }

    .headerSearch input {
        border: 0 none;
        position: relative;
        z-index: 50;
        height: 32px;
        transition: width 0.15s ease 0s
    }

    .headerSearch a {
        position: absolute;
        right: 0;
        z-index: 49;
        height: 30px;
        background-position-y: -46px;
        top: 0
    }

    .headerSearch.on {
        width: 110px;
        border-bottom: solid 1px #fff
    }

    .headerSearch.on input {
        width: 86px
    }

    #mainSlide .mc1_Slogan1 {
        font-size: 35px
    }

    #mainSlide .mc1_Slogan1 span {
        font-size: 42px;
        /*width: 320px;*/
    }

    #mainSlide .mc1_Slogan2 {
        font-size: 17px
    }

    .thumList1>div {
        padding-left: 0;
        position: static;
        border: 0 none
    }

    .thumList1 .bannerImg {
        width: 100%;
        position: static
    }

    .thumList1 h3 {
        padding-top: 18px
    }

    .overView {
        background-position: 0 123px
    }

    .overView .overViewHeader {
        padding-left: 0;
        height: 70px;
        font-size: 20px
    }

    .mainContent4 .btn,.mainContent5 .btn,.mainContent6 .btn {
        top: 135px
    }

    .competitionSlide .competitionSlide.slide1 .competSlide1 .mc1_Slogan1 {
        width: 90%
    }

    .competitionSlide .competSlide1 {
        background-image: url(/img/overview_img3_s.jpg)
    }

    .competitionSlide .competSlide2 {
        background-image: url(/img/overview_img4_s.jpg)
    }

    .competitionSlide .mc1_Slogan1,.competitionSlide .mc1_Slogan2,.competitionSlide .mc1_Slogan3,.competitionSlide .mc1_Slogan4 {
        font-size: 14px
    }

    .competitionSlide .mc1_Slogan1 span {
        font-size: 22px
    }

    .competitionSlide.slide2 .competSlide2 .mc1_Slogan3 {
        margin-top: 14px
    }

    .competitionSlide.slide2 .competSlide2 .mc1_Slogan4 {
        margin-top: 70px
    }

    .mainContent4 .imgP1,.mainContent4 .imgP1Shdow {
        height: 326px
    }

    body.fp-viewing-2 .mainContent4 h2,body.fp-viewing-4 .mainContent5 h2,body.fp-viewing-5 .mainContent6 h2 {
        top: -120px
    }

    body.fp-viewing-2 .mainContent4 .enTitle,body.fp-viewing-4 .mainContent5 .enTitle,body.fp-viewing-5 .mainContent6 .enTitle {
        top: -78px
    }

    body.a10 .sectionWrap #section {
        width: 97%;
        margin: 0 3%
    }

    body.a10 .sectionWrap .bg {
        height: 370px;
        background-size: 133% auto;
        background-position-x: center
    }

    body.a10 .sectionWrap #a10_reel .bg {
        background-size: 130% auto;
        background-position: 101% -20px
    }

    body.a10 .sectionWrap #a10_rod .bg {
        background-position-y: -400px
    }

    body.a10 .sectionWrap #a10_wear .bg {
        background-position-y: -750px
    }

    body.a10 .sectionWrap #a10_lure .bg {
        background-position-y: -1098px
    }

    body.a10 .sectionWrap #a10_other .bg {
        background-position-y: -1436px
    }

    body.a10 .sectionWrap article {
        min-height: 230px
    }

    body.a10 .sectionWrap article h3 {
        top: 143px;
        padding: 25px 44px 22px 20px;
        width: 180px
    }

    body.a10 .sectionWrap article h3 .en {
        font-size: 32px
    }

    body.a10 .sectionWrap .categoryLink {
        margin-top: 110px;
        padding: 2px 10px 2px 20px;
        width: 214px
    }

    body.a10 .sectionWrap .categoryLink button {
        font-size: 16px
    }

    body.a10 .sectionWrap .categoryLink button:before {
        width: 12px
    }

    body.a10 .sectionWrap .categoryLink button:after {
        width: 12px;
        right: 7px
    }

    body.a10 .sectionWrap .categoryLink li a {
        font-size: 14px
    }

    .headerBox {
        background-position: center center
    }

    .headerBox2 {
        background-position-x: 20%
    }

    .headerBox2 #h2 {
        padding: 16px 0 16px 0
    }

    .headerBox2 #h2 .en {
        font-size: 40px
    }

    .headerBox2 #h2 .kr {
        font-size: 20px;
        padding: 8px 0
    }

    .headerBox2 .selectWrap .btnOnOff {
        height: 40px
    }

    .headerBox2 .selectWrap .btnOnOff:before,.headerBox2 .selectWrap .btnOnOff:after {
        width: 10px;
        top: 21px
    }

    .headerBox2 .selectWrap .btnOnOff:before {
        right: 20px
    }

    .headerBox2 .selectWrap .btnOnOff:after {
        right: 14px
    }

    .headerBox2 .selectWrap h3 {
        font-size: 16px;
        height: 28px;
        padding-top: 12px
    }

    .headerBox2 .selectWrap button {
        min-width: 40%
    }

    .headerBox2 .selectWrap ul button {
        font-size: 15px
    }

    .product__slider-main {
        margin: 0
    }

    .prodctContent .product__slider-main {
        padding: 0
    }

    .slick-arrow {
        position: fixed;
        left: -9999px
    }

    .slick-slider .slick-track {
        text-align: center
    }

    .product__slider-thmb .slick-slide {
        display: inline-block;
        max-height: 10px;
        max-width: 10px;
        border-radius: 50%;
        background: #fff;
        float: none;
        position: relative;
        overflow: hidden;
        border: solid 2px #666
    }

    .product__slider-thmb .slick-slide:before {
        display: block;
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 10px
    }

    .product__slider-thmb .slick-slide.slick-active:before {
        background: #666
    }

    .brandList {
        padding-bottom: 0
    }

    .brandList li {
        width: 48.5%;
        width: calc( 50% - 4px)
    }

    .brandList li:nth-child(3n),.brandList li:nth-child(3n+1) {
        margin: 4px
    }

    .brandList li:nth-child(2n) {
        margin-right: 0
    }

    .brandList li:nth-child(2n+1) {
        margin-left: 0
    }

    .brandList li a {
        height: 80px
    }

    .board .liEa2 li {
        max-width: 100%;
        margin-right: 0;
        height: auto
    }

    #section .a30Content {
        height: auto
    }

    #section .a30Content a {
        font-size: 15px;
        width: calc( 50% - 8px);
        height: 210px;
        margin: 4px;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        float: left
    }

    #section .a30Content a.a30_01,#section .a30Content a.a30_02,#section .a30Content a.a30_05,#section .a30Content .a30_06,#section .a30Content .a30_09,#section .a30Content .a30_10 {
        width: 100%
    }

    #section .a30Content a>span {
        bottom: 12px;
        left: 10px
    }

    .headerBox3 {
        padding-top: 50px;
        height: 158px;
        background-position: calc( 50% + 200px) center;
        background-size: auto 100%
    }

    .headerBox3 #h2 {
        padding: 24px 40px;
        font-size: 17px;
        border-width: 2px
    }

    .headerBox3 #h2 .en {
        font-size: 33px;
        padding: 0 0 4px 0
    }

    .genreContent li {
        min-height: 156px;
        margin-right: 10px;
        width: calc( 50% - 5px)
    }

    .genreContent li:nth-child(2n) {
        margin-right: 0
    }

    .genreContent li .genreThmImg {
        height: 120px
    }

    .genreContent li:nth-child(1),.genreContent li:nth-child(2) {
        width: 100%
    }

    #section {
        padding: 8px 0
    }

    body.d00.tabfixed .jsScrollTab nav {
        width: 92%;
        left: 4%
    }

    body.d00 .tabNav1 {
        margin: 0 auto
    }

    .ongoing #section {
        padding-bottom: 20px
    }

    #calendar {
        height: 500px
    }

    .social {
        padding-top: 60px
    }

    .social h3 {
        font-size: 18px;
        padding: 40px 0 0 0
    }

    .social h4 {
        font-size: 48px
    }

    .social .snsLink {
        padding-bottom: 36px
    }

    .social .snsThum {
        padding-bottom: 0
    }

    .footerWrap nav a {
        font-size: 12px;
        padding: 4px
    }

    .footerWrap nav a:before {
        display: none
    }

    .footerWrap .footInfLeft .footM {
        display: block
    }

    .footerWrap .footInfLeft dt,.footerWrap .footInfLeft dd {
        padding: 0 0 10px 0
    }

    .footerWrap .footInfLeft dt {
        width: 90px
    }

    .footerWrap .footInfLeft dd {
        width: calc( 100% - 110px)
    }

    .footerWrap .footInfLeft img {
        width: auto
    }

    .footerWrap .footInfLeft dd,.footerWrap .footInfLeft dt {
        display: inline-block;
        width: auto
    }

    .footerWrap .footInfLeft dd:after {
        display: block;
        content: "";
        clear: both
    }

    .sectionWrap,body.a11 div.sectionWrap,body.a21 div.sectionWrap,body.a31 div.sectionWrap {
        padding-top: 60px
    }

    .storeSearch {
        padding: 16px
    }

    .storeArea h3 {
        font-size: 17px;
        padding: 34px 0 8px 0
    }

    .table thead th {
        padding: 8px 2px
    }

    .table tbody th,.table tbody td {
        padding: 6px 2px
    }

    .table td.title {
        padding-left: 8px
    }

    strong.important {
        font-size: 12px;
        padding: 1px 6px;
        vertical-align: top
    }

    #h2 {
        padding: 20px 0 24px 0;
        font-size: 24px
    }

    .headerBox #h2 {
        padding-top: 5px
    }

    .headerBox #h2 .en {
        font-size: 25px
    }

    .headerBox #h2 .ko {
        font-size: 15px;
        text-indent: 5%;
        margin-top: 20px
    }

    div.onLoad.headerBox #h2 .ko {
        margin-top: 0
    }

    .h3Dash {
        font-size: 25px
    }

    .h3Dash:before {
        margin-left: -5%;
        width: 8%
    }

    .h3Dash span {
        font-size: 16px;
        letter-spacing: 0.025em
    }

    .pickupTech div a {
        height: 90px;
        margin-top: 3px;
        margin-bottom: 3px
    }

    .pickupTech div a.pickupTechMQ {
        height: 186px
    }

    .rodTech {
        height: 170px
    }

    .rodTech span.more {
        margin-left: 6%
    }

    .rodTech a {
        height: 190px;
        background-position: calc( 50% + 80px) 0
    }

    .techMain>article {
        padding-top: 20px
    }

    .techMain>article.rodTech {
        padding-bottom: 40px
    }

    .othersTech h3 {
        padding-bottom: 30px
    }

    .othersTech a {
        height: 78px;
        margin-top: 3px;
        margin-bottom: 3px
    }

    body.rodTechBody .sectionWrap {
        background-size: 110% auto;
        background-position-y: 140px
    }

    body.rodTechBody .en.h2Tech {
        font-size: 34px;
        padding: 60px 0 0 0
    }

    .h2Tech {
        font-size: 29px
    }

    .reelTechMainBG {
        background-position: center 112px
    }

    .linkWrap {
        padding-bottom: 20px
    }

    .linkWrap article,.linkWrap a {
        height: auto;
        padding-bottom: 30px
    }

    .linkWrap article .imgBg,.linkWrap a .imgBg {
        height: 200px
    }

    .linkWrap article:nth-child(odd),.linkWrap article:nth-child(even),.linkWrap a:nth-child(odd),.linkWrap a:nth-child(even) {
        padding-bottom: 32px
    }

    .linkWrap.ea3 a {
        width: 100%;
        margin: 0
    }

    .linkWrap a:before {
        top: 236px
    }

    .linkWrap a .imgBg:before {
        padding-top: 99px
    }

    .linkWrap.ea3 {
        padding: 32px 0
    }

    .linkWrap.ea3 a,.linkWrap.ea3 article {
        width: 100%;
        height: auto
    }

    .linkWrap.ea3 a .imgBg,.linkWrap.ea3 article .imgBg {
        height: 210px;
        background-size: cover
    }

    .linkWrap.ea3 .reelTechBA_atd_b .imgBg,.linkWrap.ea3 .reelTechBA_zaion_b .imgBg {
        background-position: 0 center
    }

    body.reelTechDE .sectionWrap {
        background-position: calc( 100% + 20px) 0;
        background-size: 160% auto
    }

    body.reelTechDE .reelTechDEMain h4 {
        padding: 100px 0 50px 0;
        font-size: 36px;
        background-size: 150% auto;
        background-position: center 30px
    }

    body.reelTechDE .reelTechDEMain article:nth-child(odd),body.reelTechDE .reelTechDEMain article:nth-child(even) {
        width: 100%;
        margin: 0
    }

    body.reelTechDE .reelTechDEMain article:nth-child(odd) .btnMoreWrrow,body.reelTechDE .reelTechDEMain article:nth-child(even) .btnMoreWrrow {
        right: 30px
    }

    body.reelTechDE .reelTechDEMain article:nth-child(odd) .btnMoreWrrow:hover,body.reelTechDE .reelTechDEMain article:nth-child(odd) .btnMoreWrrow:focus,body.reelTechDE .reelTechDEMain article:nth-child(even) .btnMoreWrrow:hover,body.reelTechDE .reelTechDEMain article:nth-child(even) .btnMoreWrrow:focus {
        right: 0
    }

    body.reelTechDE .reelTechDEMain article h5 .kr {
        font-size: 16px
    }

    body.reelTechDE h4 {
        background-size: 100%
    }

    body.reelTechDE .h2Tech {
        font-size: 29px
    }

    body.reelTechDE .h3Dash {
        padding: 30px 0 82px 0
    }

    body.reelTechDE .h3Dash:before {
        margin-left: 0
    }

    body.reelTechMBB {
        background-color: #000
    }

    body.reelTechMBB .storyHeader h2 .en {
        font-size: 32px;
        line-height: 1em
    }

    body.reelTechMBB .storyHeader h2 .kr {
        font-size: 18px;
        padding-top: 5px
    }

    body.reelTechMBB .otherStory h3 {
        display: none
    }

    body.reelTechMBB .otherStory h3+img {
        width: 100%;
        margin: 0;
        float: none;
        position: static
    }

    body.reelTechMBB .otherStory img.floatR+p {
        padding: 0
    }

    body.reelTechMBB .otherStoryMBB {
        padding: 0
    }

    body.reelTechMBB .otherStoryMBB h3 {
        display: block
    }

    body.reelTechMBB .sectionWrap {
        background-position: calc( 100% + 20px) 0;
        background-size: 160% auto
    }

    body.reelTechMBB .reelTechDEMain h4 {
        padding: 100px 0 50px 0;
        font-size: 36px;
        background-size: 150% auto;
        background-position: center 30px
    }

    body.reelTechMBB .reelTechDEMain article div.titleImg,body.reelTechMBB .reelTechDEMain article .imgBg {
        height: 200px
    }

    body.reelTechMBB .reelTechDEMain article:nth-child(odd),body.reelTechMBB .reelTechDEMain article:nth-child(even) {
        width: 100%;
        margin: 0
    }

    body.reelTechMBB .reelTechDEMain article:nth-child(odd) .btnMoreWrrow,body.reelTechMBB .reelTechDEMain article:nth-child(even) .btnMoreWrrow {
        right: 30px
    }

    body.reelTechMBB .reelTechDEMain article:nth-child(odd) .btnMoreWrrow:hover,body.reelTechMBB .reelTechDEMain article:nth-child(odd) .btnMoreWrrow:focus,body.reelTechMBB .reelTechDEMain article:nth-child(even) .btnMoreWrrow:hover,body.reelTechMBB .reelTechDEMain article:nth-child(even) .btnMoreWrrow:focus {
        right: 0
    }

    body.reelTechMBB .reelTechDEMain article h5 .kr {
        font-size: 16px
    }

    body.reelTechMBB h4 {
        background-size: 100%
    }

    body.reelTechMBB .h2Tech {
        font-size: 29px
    }

    body.reelTechMBB .h3Dash {
        padding: 30px 0 82px 0
    }

    body.reelTechMBB .h3Dash:before {
        margin-left: 0
    }

    body.reelTechZA .otherStory img,body.reelTechAB .otherStory img,body.bAR .otherStory img {
        max-width: 100%;
        width: 100%;
        margin: 0
    }

    body.reelTechZA .imgCenterWrap .img,body.reelTechAB .imgCenterWrap .img,body.bAR .imgCenterWrap .img {
        max-width: 100%;
        width: 100%;
        margin: 0
    }

    .imgList1 li {
        padding-left: 190px
    }

    .imgList1 li .img {
        width: 170px;
        margin-top: 6px
    }

    .imgList2 {
        padding: 0
    }

    .imgList2 li {
        width: 100%
    }

    .carbonTech .img {
        width: 100%;
        float: none;
        height: 200px
    }

    body.bAR .storyHeader {
        background-size: 100% auto;
        background-position-y: 0;
        padding-bottom: 0
    }

    body.bAR h2.storyH2 {
        padding-top: 240px
    }

    body.bAR h2.storyH2 .en {
        font-size: 42px
    }

    body.bAR .storyH3 {
        padding-left: 3%
    }

    body.bAR .storyH2_catchphrase {
        font-size: 21px;
        padding-left: 3%;
        padding: 16px 0 24px 3%
    }

    body.bAR .airRotorContent {
        padding-top: 0
    }

    body.bAR .airRotorContent h4 {
        font-size: 25px
    }

    body.bAR .airRotorContent .imgCenterWrap {
        padding: 20px 0 10px 0
    }

    body.bAR .airRotorContent div.img,body.bAR .airRotorContent img {
        margin: 4px 0;
        background-size: contain;
        height: 300px
    }

    body.bAR .airRotorContent2 h4 {
        font-size: 23px
    }

    body.bAR .airRotorContent2 .imgCenterWrap {
        padding: 20px 0 10px 0
    }

    body.bAR .airRotorContent2 div.img:first-child,body.bAR .airRotorContent2 div.img:nth-child(2),body.bAR .airRotorContent2 div.img:nth-child(3) {
        margin: 4px 0;
        width: 100%;
        height: 240px
    }

    body.bAR .airRotorContent2 div.img {
        margin: 4px 0;
        width: 100%;
        background-size: contain;
        height: 260px;
        background-size: auto 200px
    }

    body.bAR .airRotorContent3 img {
        width: 97%;
        height: auto;
        margin-bottom: 40px
    }

    body.reelTechBA_utd .storyHeader .storyH2 {
        padding: 260px 0 0 3%;
        background-size: 220px auto;
        background-position: 3% 165px
    }

    body.reelTechAT .storyHeader .storyH2 {
        padding: 280px 0 0 3%;
        background-size: 220px auto;
        background-position: 3% 190px
    }

    body.reelTechAT h2 {
        line-height: 1.2em;
        font-size: 21px
    }

    body.reelTechAT h2 img {
        margin-top: 20px;
        width: 66%
    }

    body.reelTechAT h3 img {
        width: 100px;
        display: block;
        margin-bottom: 6px
    }

    body.reelTechAT img {
        max-width: 100%
    }

    body.reelTechDE_megatwin .storyHeader .storyH2 {
        background-position: 10px 164px;
        background-size: 200px auto;
        padding-top: 220px
    }

    body.reelTechDE_magmax .storyHeader .storyH2 {
        background-position: 10px 170px;
        background-size: 200px auto;
        padding-top: 220px
    }

    body.reelTechDE_jog .storyHeader .storyH2 {
        background-position: 10px 196px;
        background-size: 170px auto;
        padding-top: 280px
    }

    body.rodTechSMT .storyHeader .storyH2 {
        background-position: 10px 170px;
        background-size: 170px auto;
        padding-top: 280px
    }

    body.rodTech3DX .storyHeader .storyH2 {
        background-position: 10px 220px;
        background-size: 160px auto;
        padding-top: 310px
    }

    body.rodTech3DX .imgFigure.alignC {
        display: block
    }

    body.rodTech3DX .imgFigure.alignC img {
        margin: 4px 0
    }

    body.rodTechLIN .storyHeader .storyH2 {
        background-position: 10px 216px;
        background-size: 200px auto;
        padding-top: 280px
    }

    body.rodTechLIN .storyProduct4 li {
        width: auto;
        margin: 5px 0;
        text-align: center
    }

    body.rodTechLIN .storyProduct4 li p {
        line-height: 1.2em
    }

    body.rodTechLIN .storyProduct4 .img {
        width: auto
    }

    body.rodTechJUI .storyHeader .storyH2 {
        background-position: 10px 39px;
        background-size: 119px auto;
        padding-top: 179px
    }

    body.rodTechSPR .storyHeader .storyH2 {
        background-position: 10px 170px;
        background-size: 170px auto;
        padding-top: 280px
    }

    body.reelTechAB .storyHeader .storyH2 {
        background-position: 10px 170px;
        background-size: 170px auto;
        padding-top: 200px
    }

    body.reelTechTW2 .storyHeader {
        background-size: auto 200px;
        background-position: calc( 100% + 100px) 0px
    }

    body.reelTechTW2 .storyHeader .storyH2 {
        background-position: 10px 210px;
        background-size: 170px auto;
        padding-top: 300px
    }

    body.reelTechZA .storyHeader .storyH2 {
        background-position: 10px 210px;
        background-size: 170px auto;
        padding-top: 255px
    }

    body.reelTechDE_ff .storyHeader .storyH2 {
        background-position: 10px 176px;
        background-size: 170px auto;
        padding-top: 232px
    }

    body.reelTechBA_tws .storyHeader .storyH2 {
        background-position: 10px 150px;
        background-size: 120px auto;
        padding-top: 220px
    }

    body.reelTechBA_tws .otherStory img {
        max-width: 100%;
        margin: 0 0 16px 0;
        width: auto
    }

    body.reelTechBA_tws img.floatR {
        margin: 0 0 16px 16px
    }

    body.reelTechBA_tws .imgCenterWrap .img {
        max-width: 100%;
        margin: 0
    }

    body.reelTechBI .storyHeader {
        background-size: 100% auto
    }

    body.reelTechBI h2.storyH2 {
        padding-top: 260px
    }

    body.reelTechBI h2.storyH2 .en {
        font-size: 42px;
        line-height: 1.1em
    }

    body.reelTechBI .storyH2_catchphrase {
        padding-left: 3%
    }

    body.reelTechBI .storyH3 {
        padding-left: 3%
    }

    body.reelTechBI .biturboContent1 h3 {
        padding-left: 0;
        font-size: 32px;
        margin: 16px 0 0 0
    }

    body.reelTechBI .biturboContent1 h4 {
        position: static
    }

    body.reelTechBI .biturboContent1 h4 br {
        display: none
    }

    body.reelTechBI .biturboContent1>article {
        padding-left: 0
    }

    body.reelTechBI .biturboContent1>article img {
        float: none;
        display: block;
        margin: 8px auto
    }

    body.reelTechBI .storyH2_catchphrase {
        padding: 20px 0 20px 3%
    }

    body.reelTechBI .biturboContentQnA>article h4 {
        padding: 16px 24px;
        line-height: 1.2em
    }

    body.reelTechBI .biturboContentQnA>article p {
        padding: 16px 24px;
        line-height: 1.5em;
        font-size: 15px
    }

    body.othersTech12 #section,body.othersTechNA #section,body.othersTechSA #section,body.othersTechUV #section,body.reelTechMBB #section,body.reelTechZA #section,body.reelTechAB #section,body.bAR #section,body.reelTechDE_ff #section,body.reelTechBA_utd #section,body.reelTechAT #section,body.reelTechDE_megatwin #section,body.reelTechDE_magmax #section,body.reelTechDE_jog #section,body.rodTechSMT #section,body.rodTech3DX #section,body.rodTechLIN #section,body.rodTechJUI #section,body.rodTechSPR #section,body.reelTechAB #section,body.reelTechBA_tws #section,body.reelTechBI #section,body.reelTechTW2 #section {
        padding: 0
    }

    body.othersTech12 .storyHeader,body.othersTechNA .storyHeader,body.othersTechSA .storyHeader,body.othersTechUV .storyHeader,body.reelTechMBB .storyHeader,body.reelTechZA .storyHeader,body.reelTechAB .storyHeader,body.bAR .storyHeader,body.reelTechDE_ff .storyHeader,body.reelTechBA_utd .storyHeader,body.reelTechAT .storyHeader,body.reelTechDE_megatwin .storyHeader,body.reelTechDE_magmax .storyHeader,body.reelTechDE_jog .storyHeader,body.rodTechSMT .storyHeader,body.rodTech3DX .storyHeader,body.rodTechLIN .storyHeader,body.rodTechJUI .storyHeader,body.rodTechSPR .storyHeader,body.reelTechAB .storyHeader,body.reelTechBA_tws .storyHeader,body.reelTechBI .storyHeader,body.reelTechTW2 .storyHeader {
        padding-top: 0
    }

    body.othersTech12 .storyHeader .container,body.othersTechNA .storyHeader .container,body.othersTechSA .storyHeader .container,body.othersTechUV .storyHeader .container,body.reelTechMBB .storyHeader .container,body.reelTechZA .storyHeader .container,body.reelTechAB .storyHeader .container,body.bAR .storyHeader .container,body.reelTechDE_ff .storyHeader .container,body.reelTechBA_utd .storyHeader .container,body.reelTechAT .storyHeader .container,body.reelTechDE_megatwin .storyHeader .container,body.reelTechDE_magmax .storyHeader .container,body.reelTechDE_jog .storyHeader .container,body.rodTechSMT .storyHeader .container,body.rodTech3DX .storyHeader .container,body.rodTechLIN .storyHeader .container,body.rodTechJUI .storyHeader .container,body.rodTechSPR .storyHeader .container,body.reelTechAB .storyHeader .container,body.reelTechBA_tws .storyHeader .container,body.reelTechBI .storyHeader .container,body.reelTechTW2 .storyHeader .container {
        width: 100%;
        background-size: 100% auto
    }

    body.othersTech12 .storyH2,body.othersTechNA .storyH2,body.othersTechSA .storyH2,body.othersTechUV .storyH2,body.reelTechMBB .storyH2,body.reelTechZA .storyH2,body.reelTechAB .storyH2,body.bAR .storyH2,body.reelTechDE_ff .storyH2,body.reelTechBA_utd .storyH2,body.reelTechAT .storyH2,body.reelTechDE_megatwin .storyH2,body.reelTechDE_magmax .storyH2,body.reelTechDE_jog .storyH2,body.rodTechSMT .storyH2,body.rodTech3DX .storyH2,body.rodTechLIN .storyH2,body.rodTechJUI .storyH2,body.rodTechSPR .storyH2,body.reelTechAB .storyH2,body.reelTechBA_tws .storyH2,body.reelTechBI .storyH2,body.reelTechTW2 .storyH2 {
        padding: 160px 3% 0 3%
    }

    .storyH2 {
        font-size: 18px
    }

    .storyHeader,body.bSV .storyHeader {
        padding: 50px 0 30px 0
    }

    body.bHY .storyH2 {
        font-size: 19px
    }

    body.bHY .storyWrap {
        background-size: 146% auto;
        background-position: calc( 100% + 60px) 106px
    }

    body.bHY img {
        width: 60%;
        padding-top: 40px
    }

    body.bHY .storyH2_catchphrase {
        padding-top: 100px;
        font-size: 31px
    }

    .storyH3 {
        font-size: 15px;
        line-height: 1.4em
    }

    .storyH3 strong {
        font-size: 26px
    }

    .storyArticle h4.en {
        font-size: 27px
    }

    .storyTell {
        padding: 16px 0;
        border-top: dotted 1px #666
    }

    .storyTell p {
        font-size: 15px
    }

    body.bSV .storyHeader {
        background-size: 112% auto;
        background-position-y: 50px;
        padding-bottom: 0
    }

    body.bSV .storyH2 {
        padding-top: 0;
        line-height: 1
    }

    body.bSV .storyH2 .en {
        font-size: 40px
    }

    body.bSV .storyH2_catchphrase {
        padding: 150px 0 20px 0;
        font-size: 21px
    }

    body.bSV h4.h4Bar {
        font-size: 22px
    }

    body.bSV h4.h4Bar:before,body.bSV h4.h4Bar:after {
        height: 1px
    }

    body.bSV h4.h4Bar .box {
        padding: 0 20px
    }

    body.bSV h4.h4Bar .en {
        font-size: 19px
    }

    body.bSV .storyHeader.SV5 {
        background-size: 110% auto;
        background-position: calc( 100% + 40px) 0
    }

    body.bSV .storyHeader.SV5>.container {
        margin-top: 40px;
        border-color: rgba(255,255,255,0.5);
        padding-top: 156px
    }

    body.bSV .storyHeader.SV5 .storyH2_catchphrase {
        padding: 40px 0 20px 0
    }

    .boostSystemContent {
        padding: 0
    }

    .boostSystemContent h5 {
        padding: 15px 13% 2px 13%
    }

    .boostSystemContent h5 .kr {
        font-size: 15px
    }

    .boostSystemContent h5 .en {
        font-size: 24px
    }

    .boostSystemContent h5 .no {
        font-size: 52px;
        margin-top: -13px
    }

    .boostSystemContent p {
        padding: 0
    }

    .boostSystemContent p img,.boostSystemContent p .imgL {
        position: static;
        display: block;
        margin: 16px auto;
        max-width: 100%
    }

    .boostSystemContent .imgSV img {
        max-width: 100%
    }

    .sv5_p img {
        max-width: 100%;
        margin: 8px 0
    }

    body.bMQ .storyWrap {
        background-size: 125% auto;
        background-position: calc( 100% + 80px) 0
    }

    body.bMQ .storyH2 {
        font-size: 21px
    }

    body.bMQ .storyH2 img {
        width: 45%;
        padding-bottom: 0
    }

    body.bMQ .catch {
        font-size: 21px
    }

    body.bMQ .catch img {
        width: 36%;
        padding: 24px 0 0 0
    }

    body.bMQ .catch strong {
        font-size: 18px
    }

    body.bMQ .storyH2_catchphrase {
        padding: 0 0 0 0;
        font-size: 31px
    }

    body.bMQ .storyHeader_p {
        background-size: 120% auto;
        padding-top: 400px
    }

    body.bMQ .storyArticle.mq1 {
        padding: 50px 0 70px 0;
        background-position: calc( 100% + 70px) bottom;
        background-size: 160% auto
    }

    body.bMQ .storyArticle.mq1 h4 {
        font-size: 21px
    }

    body.bMQ .storyArticle.mq1 h4,body.bMQ .storyArticle.mq1 p {
        padding-left: 0
    }

    body.bMQ .storyArticle.mq1 p {
        font-size: 15px;
        padding-right: 160px
    }

    body.bMQ .storyArticle.mq2 {
        height: 390px;
        padding: 40px 0;
        background-position: center calc( 100% + 60px);
        background-size: 160% auto
    }

    body.bMQ .storyArticle.mq2 p {
        font-size: 16px;
        padding: 0 20px
    }

    body.bMQ .storyArticle.mq2 h4 {
        font-size: 24px
    }

    .MQcolumn a {
        margin: 8px auto;
        height: 130px
    }

    .MQcolumn a .columnNo {
        font-size: 20px;
        top: 44px
    }

    .MQcolumn a .columnNo strong {
        font-size: 24px
    }

    .MQcolumn a .dec {
        font-size: 15px;
        left: 62%;
        top: 43px
    }

    body.bMQ .storyWrap {
        background-size: 125% auto;
        background-position: calc( 100% + 80px) 0
    }

    body.bMQ .storyH2 {
        font-size: 21px
    }

    body.bMQ .storyH2 img {
        width: 45%;
        padding-bottom: 0
    }

    body.bMQ .storyH2_catchphrase {
        padding: 0 0 0 0;
        font-size: 31px
    }

    body.bMQ .storyHeader_p {
        background-size: 120% auto;
        padding-top: 400px
    }

    body.bMQ .storyArticle.mq1 {
        padding: 50px 0 70px 0;
        background-position: calc( 100% + 70px) bottom;
        background-size: 160% auto
    }

    body.bMQ .storyArticle.mq1 h4 {
        font-size: 21px
    }

    body.bMQ .storyArticle.mq1 h4,body.bMQ .storyArticle.mq1 p {
        padding-left: 0
    }

    body.bMQ .storyArticle.mq1 p {
        font-size: 15px;
        padding-right: 160px
    }

    body.bMQ .storyArticle.mq2 {
        height: 390px;
        padding: 40px 0;
        background-position: center calc( 100% + 60px);
        background-size: 160% auto
    }

    body.bMQ .storyArticle.mq2 p {
        font-size: 16px;
        padding: 0 20px
    }

    body.bMQ .storyArticle.mq2 h4 {
        font-size: 24px
    }

    body.bMQ1 .b00Header,body.bMQ2 .b00Header,body.bMQ3 .b00Header,body.bMQ4 .b00Header {
        padding: 50px 0 30px 0
    }

    body.bMQ1 .storyH2_catchphrase2,body.bMQ2 .storyH2_catchphrase2,body.bMQ3 .storyH2_catchphrase2,body.bMQ4 .storyH2_catchphrase2 {
        font-size: 17px
    }

    body.bMQ1 #section {
        padding-top: 50px;
        background-position: right 0
    }

    body.bMQ1 .storyWrap .storyH2_catchphrase {
        font-size: 25px;
        padding-top: 216px;
        text-align: right
    }

    body.bMQ1 .storyH2_catchphrase2 {
        padding-top: 20px;
        font-size: 17px;
        text-align: left
    }

    body.bMQ1 .storyH3 {
        margin: 0
    }

    body.bMQ1 .storyProduct {
        width: auto
    }

    body.bMQ1 .storyProduct .img {
        height: 235px
    }

    body.bMQ1 .storyProduct h5,body.bMQ1 .storyProduct p {
        margin-left: 3%;
        margin-right: 3%
    }

    body.bMQ1 .storyProduct h5 .kr {
        line-height: 1.3em
    }

    body.bMQ2 .storyH2_catchphrase {
        margin-bottom: 40px
    }

    body.bMQ2 .storyH2_catchphrase2 {
        padding: 30px 0 10px 0;
        margin: 0
    }

    body.bMQ2 .storyHeader {
        padding-bottom: 0
    }

    body.bMQ2 .storyWrap {
        background-size: 170% auto;
        background-position: calc( 100% + 195px) -20px;
        margin: -26px 0 0 0
    }

    body.bMQ2 .storyH3 {
        padding: 20px 0
    }

    body.bMQ2 .storyProduct .img {
        background-size: contain
    }

    body.bMQ2 .storyProduct li {
        width: auto
    }

    body.bMQ3 .storyH2_catchphrase {
        padding-top: 120px
    }

    body.bMQ3 .storyH2_catchphrase2 {
        padding: 0
    }

    body.bMQ3 .storyH3 {
        padding: 32px 0
    }

    body.bMQ3 .storyProduct li:first-child .img {
        height: 240px;
        background-size: 105% auto
    }

    body.bMQ3 .storyProduct li:nth-child(2) .img {
        height: 320px;
        background-size: 160% auto
    }

    body.bMQ3 .storyProduct li:nth-child(3) .img {
        height: 400px;
        background-size: 110% auto
    }

    .b00Header .columnNo {
        font-size: 32px
    }

    body.bAG0 .AGSLogo img {
        width: 60%
    }

    body.bAG0 .storyWrap {
        background-size: 120% auto;
        background-position: 75% 0
    }

    body.bAG0 .storyH2_catchphrase {
        font-size: 17px
    }

    body.bAG0 .contentAGS10 .contentAGS11,body.bAG0 .storyArticle.mq1 p {
        font-size: 15px
    }

    body.bAG0 .contentAGS10,body.bAG0 .contentAGS20 {
        padding: 0
    }

    body.bAG0 .contentAGS10 {
        background-size: auto 270px;
        background-position: 0 0
    }

    body.bAG0 .contentAGS11 {
        padding-left: 120px;
        position: relative;
        padding-bottom: 360px
    }

    body.bAG0 .contentAGS11 img {
        max-width: 100%;
        position: absolute;
        left: 0
    }

    body.bAG0 .contentAGS12 p {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    body.bAG0 .contentAGS12 img {
        max-width: 100%;
        height: auto
    }

    body.bAG0 .contentAGS20 {
        background-size: auto 270px;
        background-position: 0 0;
        padding-top: 20px;
        margin-top: 30px
    }

    body.bAG0 .contentAGS20 a {
        float: right;
        width: 50%;
        padding: 14px 40px 14px 20px;
        margin: 4px 0;
        line-height: 1.2em
    }

    body.bAG0 .contentAGS20 a:hover:before,body.bAG0 .contentAGS20 a:hover:after,body.bAG0 .contentAGS20 a:focus:before,body.bAG0 .contentAGS20 a:focus:after {
        right: 3%
    }

    body.bAG0 .contentAGS20 a:before,body.bAG0 .contentAGS20 a:after {
        width: 15px;
        top: 34px;
        right: 6%
    }

    body.bAG0 .contentAGS20 a:after {
        width: 15px;
        top: 43px
    }

    body.bAG0 .contentAGS20 a span {
        padding-bottom: 6px
    }

    body.bAG0 .contentAGS21 {
        clear: both;
        font-size: 15px
    }

    body.bAG0 .contentAGS22 {
        padding: 20px 0 0 0
    }

    body.bAG0 .contentAGS22 p {
        border: solid 1px #777;
        padding: 16px;
        width: auto;
        margin: 4px auto;
        float: none;
        text-align: center
    }

    body.bAG0 .contentAGS22 img {
        margin: 0 auto
    }

    .AGcolumn h4 {
        padding-top: 50px
    }

    .AGcolumn a {
        margin: 8px auto;
        padding: 24px;
        height: 150px
    }

    .AGcolumn a .columnNo {
        font-size: 20px;
        top: 20px
    }

    .AGcolumn a .columnNo strong {
        font-size: 24px
    }

    .AGcolumn a .dec {
        font-size: 15px;
        left: auto;
        right: 16px;
        top: 76px;
        text-align: right
    }

    body.reelTechMA .img {
        max-width: 100%;
        margin: 0
    }

    body.reelTechMA .imgCenterWrap.ea4 {
        padding: 0 0 20px 0;
        width: auto
    }

    body.reelTechMA .imgCenterWrap.ea4:after {
        display: block;
        content: "";
        clear: both
    }

    body.reelTechMA .imgCenterWrap.ea4 li {
        padding: 0;
        float: left;
        display: block;
        height: 240px;
        width: 50%
    }

    body.reelTechMA .imgCenterWrap.ea4 li img {
        max-width: 100%;
        height: 160px
    }

    body.bAG1 .logoAG {
        width: 180px
    }

    body.bAG1 .b00Header .columnNo {
        font-size: 24px
    }

    body.bAG1 .b00Header .columnNo strong {
        font-size: 32px
    }

    body.bAG1 .storyProduct2 {
        padding: 200px 0 56px 0
    }

    body.bAG1 .storyProduct2 li {
        font-size: 15px
    }

    body.bAG1 .storyProduct2 li:before {
        width: 6px;
        height: 6px
    }

    body.bAG1 .storyProduct2 li h5 .kr {
        font-size: 17px
    }

    body.bAG1 .storyH2_catchphrase {
        font-size: 16px
    }

    body.bAG1 .storyH2_catchphrase strong {
        font-size: 22px
    }

    body.bAG1 .storyHeader {
        background-size: 700px auto;
        background-position: calc( 50% + 90px) 70px
    }

    body.bAG2 .b00Header {
        padding: 40px 0 0 0
    }

    body.bAG2 .b00Header .columnNo {
        font-size: 24px
    }

    body.bAG2 .b00Header .columnNo strong {
        font-size: 32px
    }

    body.bAG2 .logoAG {
        width: 180px
    }

    body.bAG2 .storyHeader {
        background-size: 500px auto;
        padding: 0;
        background-position: calc( 100% + 120px) 0
    }

    body.bAG2 .storyH2_catchphrase {
        font-size: 22px;
        padding: 40px 0 80px 0;
        width: 210px
    }

    body.bAG2 .storyH2_catchphrase2 {
        font-size: 16px;
        text-align: left;
        padding: 60px 0 0 0
    }

    body.bAG2 .storyProduct {
        padding: 820px 0 0 0;
        background-position: center 0;
        background-size: auto 800px
    }

    body.bAG2 .storyH3 strong {
        font-size: 19px
    }

    body.bAG3 .b00Header {
        padding: 40px 0 0 0
    }

    body.bAG3 .b00Header .columnNo {
        font-size: 24px
    }

    body.bAG3 .b00Header .columnNo strong {
        font-size: 32px
    }

    body.bAG3 .logoAG {
        width: 180px
    }

    body.bAG3 .storyHeader {
        background-size: 130px auto;
        padding: 0;
        background-position: 85% 0
    }

    body.bAG3 .storyH2_catchphrase {
        font-size: 22px;
        padding-top: 40px;
        width: 210px
    }

    body.bAG3 .storyH2_catchphrase2 {
        font-size: 15px;
        text-align: left;
        padding-top: 26px
    }

    .otherStory img {
        float: none;
        width: 100%;
        margin: 0
    }

    .otherStory img+p {
        padding: 10px 0 0 0
    }

    .e10.catalog #section {
        padding-bottom: 50px
    }

    .e10.catalog .catalogApply {
        padding-bottom: 0
    }

    .e10.catalog .notiWrn {
        margin-top: 0
    }

    .fieldstaffContent article {
        padding-left: 112px;
        min-height: 150px
    }

    .fieldstaffContent .staffImg {
        width: 100px;
        height: 150px
    }

    .fieldstaffContent dl dt,.fieldstaffContent dl dd {
        padding: 6px 0
    }

    .detailList .detailListImg {
        height: 200px
    }

    .detailList>a,.detailList>div {
        width: 99%;
        width: calc( 100% - 2px);
        margin-right: 0
    }

    .boardArticle h3 {
        padding-right: 0
    }

    .boardArticle h3+dl {
        position: static;
        text-align: left;
        height: 30px;
        padding-top: 20px
    }

    .boardArticle h3+dl dt,.boardArticle h3+dl dd {
        padding: 0 8px 0 0
    }

    .boardArticle dt.during,.boardArticle .boardArticle dd.during {
        font-size: 14px
    }

    body.g10 .sectionWrap {
        background-position-y: 62px;
        background-size: auto 200px
    }

    body.g10 .sectionWrap .outlineBtn {
        margin: 20px -3% 0 -3%;
        display: block;
        overflow: hidden;
        overflow-x: scroll
    }

    body.g10 .sectionWrap .outlineBtn::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }

    body.g10 .sectionWrap .outlineBtn::-webkit-scrollbar-button:start:decrement,body.g10 .sectionWrap .outlineBtn::-webkit-scrollbar-button:end:increment {
        display: none;
        width: 4px;
        height: 4px;
        background: rgba(0,0,0,0.05)
    }

    body.g10 .sectionWrap .outlineBtn::-webkit-scrollbar-track {
        background: #fff;
        background: #ededed
    }

    body.g10 .sectionWrap .outlineBtn::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: rgba(0,0,0,0.2)
    }

    body.g10 .sectionWrap .outlineBtn:hover::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.3)
    }

    ​ body.g10 .sectionWrap .outlineBtn::-webkit-input-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn:-moz-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn::-moz-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn:-ms-input-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn::-webkit-input-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn:-moz-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn::-moz-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn:-ms-input-placeholder {
        color: #b0b0b0
    }

    body.g10 .sectionWrap .outlineBtn>div {
        display: block;
        width: 614px
    }

    body.g10 .sectionWrap .outlineBtn a {
        display: inline-block;
        width: 70px
    }

    body.g10 #h2 {
        font-size: 21px;
        top: 40px
    }

 .i00 .introSectionWrap,.i60 .introSectionWrap {
        padding-top: 54px
    }

    .i00Title,.i60Title {
        padding-top: 70px;
        height: 140px
    }

    .i00_header #h2,.i60_header #h2 {
        font-size: 29px;
        padding-top: 10px
    }

    .i00_header .h2Deco,.i60_header .h2Deco {
        padding-bottom: 16px
    }

    .i00Nav2 {
        padding: 40px 0
    }

    .i00Nav2 a {
        height: 50px;
        margin: 4px 1%;
        /*font-size: 16px;
        text-indent: 16px;*/
        padding: 16px 0
    }

    .i00Nav2 p {
        font-size: 16px;
        text-indent: 16px;
    }

    .i00Nav2 a img{
        width: 15px;
        height: 15px;
        display: block;
        padding: 0 0 5px 15px;
    }
    .img.company{
        width: 15px;
    }
    .i00Nav2 a .greeting{
        width: 20px;
    }

    .i00Nav2 a .location{
        height:20px;
    }


    .i10Company30 .globeLink a {
        font-size: 13px
    }

    .i10Company30 article h4 {
        font-size: 24px
    }

    .i10Company30 article p {
        word-break: keep-all
    }

    .i10Company30 article p br {
        display: none
    }

    .kakaoChLink {
        font-size: 17px
    }

    .kakaoChLink a {
        font-size: 16px
    }

    .i20GreetingH3 {
        padding: 8px;
        margin-bottom: 20px
    }

    .i20GreetingH3 h3 {
        padding: 8px;
        background-size: contain;
        font-size: 15px;
        line-height: 1.3em
    }

    .i20Greeting20 p {
        font-size: 14px
    }

    .i20Greeting20 p br {
        display: none
    }

    .i00 .i20Sign {
        width: 60%
    }

    .historyWrap {
        padding: 20px 0 40px 0
    }

    .historyWrap article {
        padding: 30px 0 10px 28px
    }

    .historyWrap article:before {
        left: 13px
    }

    .historyWrap article h3 {
        left: 28px;
        font-size: 22px
    }

    .historyWrap article h3:before {
        left: -19px;
        width: 5px;
        height: 5px;
        border-width: 2px
    }

    .historyWrap article li {
        font-size: 14px;
        padding: 2px 0 2px 34px
    }

    .historyWrap article li strong {
        top: 2px;
        font-size: 14px
    }

    .i60 .historyWrap article li {
        padding-left: 0
    }

    .i60_Globeride {
        font-size: 14px
    }

    .globerideOverview dt,.globerideOverview dd {
        padding: 16px 4px 16px 8px;
        font-size: 13px
    }

    .globerideOverview dt {
        width: 50px
    }

    .globerideOverview dd {
        width: calc( 100% - 74px)
    }

    .i70Greeting h4 {
        font-size: 16px
    }

    body.j00 #h2,body.d40 #h2,body.d42 #h2 {
        padding-bottom: 0
    }

    body.j00 .sectionWrap {
        background-position: center 62px;
        background-size: auto 170px
    }

    body.j00 .sectionWrap h4 {
        font-size: 16px;
        padding-top: 24px
    }

    .emailpolicyText {
        font-size: inherit
    }

    body.search .sectionWrap {
        background-size: auto 120px;
        background-position: right 60px;
        padding-bottom: 40px
    }

    body.search .sectionWrap input[type="text"] {
        width: calc( 100% - 160px)
    }

    body.search .contentHeader {
        padding: 30px 0 42px 0
    }

    body.search .searchResultContent a {
        padding: 0 0 10px 145px;
        height: auto;
        min-height: 70px
    }

    body.search .searchResultContent a h4 {
        padding: 0 0 8px 0
    }

    body.search .searchResultContent a ol li {
        padding: 2px 4px 2px 10px
    }

    body.search .searchResultContent a ol li:first-child {
        padding-left: 0
    }

    body.search .searchResultContent a ol li:before {
        top: 7px
    }

    body.search .searchResultContent a ol li:after {
        top: 11px
    }

    body.search .searchResultContent a .searchThum {
        width: 120px;
        height: 70px
    }
}

.findShop2 {
    min-width: 650px;
    left: 50%;
    transform: translateX(-50%);
}

.findShop2 a:not(.wearshop) {
    background: #3f3f3f;
}

i.new {
    content: '';
    display: inline-block;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: url(/img/n_icon.png) no-repeat center center/100% auto;
    vertical-align: bottom;
}

@media (max-width: 1024px) {
    .findShop2 {
        left: 50%;
    }
}

@media (max-width: 768px) {
    .findShop2 {
        min-width: auto;
    }
}

@media (max-width: 680px) {
  body.g10 .sectionWrap .outlineBtn {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-color: #ccc transparent;
  }
  body.g10 .sectionWrap .outlineBtn > div {
    width: 680px;
  }
}
@media (max-width: 480px) {
  body.g10 .sectionWrap .outlineBtn a {
    width: 100px;
  }
  body.g10 .sectionWrap .outlineBtn > div {
    width: 960px;
  }
}


@media screen and (max-width:720px) {
  #nav.nav>ul  {
    max-height: 100vh;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
    #nav.nav>ul ::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
    #nav.nav>ul ::-webkit-scrollbar-track {
    background-color: transparent;
    border: 0;
    border-top: 1px solid transparent;
  }
    #nav.nav>ul ::-webkit-scrollbar-thumb {
    min-height: 40px;
    border: 4px solid white;
    border-radius: 8px;
    background-color: transparent;
    background-clip: padding-box;
  }
    #nav.nav>ul ::-webkit-scrollbar-corner {
    background: transparent;
  }
}