@charset "UTF-8";
/**scss value**/
.btn-newvideo {
    margin-top: 15px;
    background: #004da8;
    font-size: 16px;
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
}
.btn-newvideo img {
    height: 24px;
    position: relative;
    top: 6px;
    margin-left: 4px;
}
a.goto_pharmacy {
    display: none;
}

/*article asset*/
h4 {
    font-size: 18px;
    line-height: 26px;
    color: #121212;
}
@media (max-width: 1024px) {
    h4 {
        font-size: 15px;
        line-height: 22px;
    }
}

p.hdtit {
    font-size: 36px;
    line-height: 52px;
    margin-top: 24px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    p.hdtit {
        font-size: 24px;
        line-height: 36px;
        margin-top: 19px;
    }
    p.hdtit br {
        display: none;
    }
}

article p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.6px;
    color: #333;
}
article p + p {
    margin-top: 30px;
}

/*sub hd common*/
.hd_wrap {
    position: relative;
    width: 1080px;
    margin: auto;
    padding: 72px 0 74px;
    padding-left: 100px;
}
@media (max-width: 1279px) {
    .hd_wrap {
        width: 800px;
        margin: 0;
        padding-left: 70px;
        word-break: keep-all;
    }
}
@media (max-width: 1024px) {
    .hd_wrap {
        width: calc(100% - 70px);
        padding: 35px;
        word-break: keep-all;
    }
}

/*sub visual common*/
.visualbx {
    position: relative;
    width: calc(100% - 165px);
    height: 380px;
    margin-left: 165px;
}
@media (max-width: 1650px) {
    .visualbx {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1279px) {
    .visualbx {
        height: 320px;
    }
}
@media (max-width: 1024px) {
    .visualbx {
        width: 100%;
        height: 240px;
    }
}
@media (max-width: 750px) {
    .visualbx {
        height: 172px;
    }
}
.visualbx .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visualbx .bg.pc {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
@media (max-width: 1279px) {
    .visualbx .bg.pc {
        background-position: center center;
    }
}
@media (max-width: 1024px) {
    .visualbx .bg.pc {
        display: none !important;
    }
}
.visualbx .bg.mo {
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1024px) {
    .visualbx .bg.mo {
        display: block !important;
    }
}
.visualbx .alignbx {
    position: absolute;
    top: 0;
    left: -165px;
    width: calc(100% + 165px);
    height: 100%;
    transition: all ease 0.3s;
}
@media (max-width: 1650px) {
    .visualbx .alignbx {
        left: 0;
        width: 100%;
    }
}
.visualbx .alignbx .inner {
    position: relative;
    width: 1180px;
    height: 100%;
    margin: auto;
}
@media (max-width: 1279px) {
    .visualbx .alignbx .inner {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .visualbx .alignbx .inner {
        width: 100%;
    }
}
.visualbx .linkbx {
    position: absolute;
    z-index: 10;
    top: -100px;
    right: 0;
    display: none;
    width: 160px;
    height: 160px;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: #004da8;
    background-repeat: no-repeat;
    background-position: 24px 82px;
    background-size: 26px 26px;
}
.visualbx .linkbx:after {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 28px;
    height: 12px;
    content: '';
    transition: all ease 0.3s;
    opacity: 0;
    background: url(../images/common/btn_goto_w.png);
    background-size: 100%;
}
.visualbx .linkbx:hover {
    top: -120px;
    transition: all ease 0.3s;
}
.visualbx .linkbx:hover:after {
    bottom: 20px;
    transition: all ease 0.3s;
    opacity: 1;
}
.visualbx .linkbx:hover p.link {
    bottom: 40px;
    transition: all ease 0.3s;
}
@media (max-width: 1279px) {
    .visualbx .linkbx {
        right: 50px;
    }
}
@media (max-width: 1024px) {
    .visualbx .linkbx {
        display: none;
    }
}
.visualbx .linkbx p.link {
    position: absolute;
    bottom: 20px;
    left: 22px;
    transition: all ease 0.3s;
    color: #f8f8f9;
}
.visualbx .linkbx p.link span.t3 {
    font-size: 10px;
    line-height: 13px;
}
.visualbx .linkbx p.link span.t1 {
    font-size: 22px;
    line-height: 25px;
    display: block;
    margin-top: 5px;
}
.visualbx .linkbx p.link span.t2 {
    font-size: 17px;
    line-height: 26px;
    display: block;
    margin-top: 0;
}
.visualbx .sharebx {
    position: absolute;
    z-index: 10;
    top: -70px;
    right: 0;
    width: 160px;
    height: 160px;
    cursor: pointer;
    background-color: #004da8;
    background-image: url(../images/sub/layout/sns_share_ico.png);
    background-repeat: no-repeat;
    background-position: 24px 82px;
    background-size: 26px 26px;
}
@media (max-width: 1024px) {
    .visualbx .sharebx {
        display: none;
    }
}
.visualbx .sharebx:after {
    position: absolute;
    top: -72px;
    right: -91px;
    width: 188px;
    height: 188px;
    content: '';
    animation-name: rollingTypeA;
    animation-duration: 35300ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: url(../images/sub/layout/circle_img.png);
    background-size: 188px;
}
.visualbx .sharebx p.share {
    font-size: 17px;
    line-height: 28px;
    position: absolute;
    bottom: 21px;
    left: 23px;
    color: #f8f8f9;
}
.visualbx .location_wrap {
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 72px;
}
.visualbx .location_wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 1180px;
    height: 100%;
    content: '';
    transition: all ease 0.3s;
    transform: translateX(-50%);
    background: #004da8;
}
@media (max-width: 1279px) {
    .visualbx .location_wrap:before {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .visualbx .location_wrap:before {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .visualbx .location_wrap {
        bottom: -25px;
        width: calc(100% - 50px);
        height: 50px;
        margin: 0 25px;
        transition: all ease 0.3s;
    }
}
.visualbx .location_wrap.active {
    position: fixed;
    top: 30px;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    transition: all ease 0.3s;
}
.visualbx .location_wrap.active:before {
    width: 100%;
    transition: all ease 0.3s;
    transition-delay: 0.1s;
}
.visualbx .location_wrap.active.bgwhite:after {
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100px;
    content: '';
    background: #fff;
}
@media (max-width: 1279px) {
    .visualbx .location_wrap.active.bgwhite:after {
        left: -30px;
        width: calc(100% + 60px);
    }
}
@media (max-width: 1024px) {
    .visualbx .location_wrap.active.bgwhite:after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .visualbx .location_wrap.active {
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        transition: all ease 0.3s;
    }
}
.visualbx .location_wrap.scr_up {
    position: fixed;
    top: 0;
    bottom: 0;
    transition: all ease 0s;
    transform: translateY(60px);
}
.visualbx .location_wrap ul.pc {
    display: table;
    margin: auto;
    padding: 16px 0 18px;
}
@media (max-width: 1024px) {
    .visualbx .location_wrap ul.pc {
        display: none;
    }
}
.visualbx .location_wrap ul.pc li {
    font-size: 18px;
    font-weight: inherit;
    line-height: 38px;
    float: left;
    transition: all ease 0.3s;
    color: #8cabcf;
}
.visualbx .location_wrap ul.pc li + li {
    margin-left: 48px;
}
.visualbx .location_wrap ul.pc li.active {
    color: #f8f8f9;
}
.visualbx .location_wrap ul.pc li.active a:before {
    width: 100%;
    transition: all ease 0.3s;
}
.visualbx .location_wrap ul.pc a {
    position: relative;
    display: block;
}
.visualbx .location_wrap ul.pc a:before {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 0;
    height: 4px;
    content: '';
    transition: all ease 0.3s;
    background: #f8f8f9;
}
.visualbx .location_wrap ul.pc a:hover,
.visualbx .location_wrap ul.pc a:focus {
    transition: all ease 0.3s;
    color: #f8f8f9;
}
.visualbx .location_wrap ul.pc a:hover:before,
.visualbx .location_wrap ul.pc a:focus:before {
    width: 100%;
    transition: all ease 0.3s;
}
.visualbx .location_wrap .location_mo {
    position: relative;
    display: none;
    width: 100%;
    height: 50px;
}
@media (max-width: 1024px) {
    .visualbx .location_wrap .location_mo {
        display: block;
    }
}
.visualbx .location_wrap .location_mo.active button.location:after {
    transition: all ease 0.3s;
    transform: rotate(180deg);
}
.visualbx .location_wrap .location_mo button.location {
    font-size: 15px;
    line-height: 19px;
    line-height: 50px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    text-align: left;
    color: #fff;
    background: transparent;
}
.visualbx .location_wrap .location_mo button.location:after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 13px;
    height: 10px;
    margin-top: -5px;
    content: '';
    transition: all ease 0.3s;
    background: url(../images/common/arrdown.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.visualbx .location_wrap .location_mo ul.mo {
    overflow: hidden;
    height: 0;
    padding: 0 0 0 0;
    border-top: 1px #185fb2 solid;
    background: #004da8;
}
.visualbx .location_wrap .location_mo ul.mo li {
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #004da8;
}
.visualbx .location_wrap .location_mo ul.mo li.active {
    background: #185fb2;
}

section {
    display: block;
    margin-top: 32px;
    padding-top: 100px;
    padding-bottom: 160px;
}
@media (max-width: 1024px) {
    section {
        display: block;
        margin-top: 25px;
        padding-top: 50px;
        padding-bottom: 100px;
    }
}
section h1 {
    font-size: 54px;
    line-height: 78px;
    text-align: center;
    letter-spacing: -1px;
    color: #121212;
}
@media (max-width: 1024px) {
    section h1 {
        font-size: 30px;
        line-height: 38px;
    }
}
section article {
    position: relative;
}
section p.grid380 {
    width: 380px;
}
section p.grid680 {
    width: 680px;
}
section .tabcon_area {
    display: table;
    width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
}
@media (max-width: 1279px) {
    section .tabcon_area {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section .tabcon_area {
        width: calc(100% - 50px);
        padding: 20px 25px 0 25px;
    }
}
section .tabcon_area .tabcon_wrap {
    display: table;
    padding: 0 100px;
}
@media (max-width: 1024px) {
    section .tabcon_area .tabcon_wrap {
        padding: 0;
    }
}
section .tabcon_area .tabcon_wrap h3.title {
    font-size: 18px;
    line-height: 23px;
    float: left;
    width: 255px;
    padding-right: 105px;
    letter-spacing: 0.06em;
    color: #000;
}
@media (max-width: 1024px) {
    section .tabcon_area .tabcon_wrap h3.title {
        font-size: 15px;
        line-height: 19px;
        position: relative;
        float: none;
        width: 100%;
        padding-right: 0;
    }
}
section .tabcon_area .tabcon_wrap p.ito_text {
    font-size: 36px;
    line-height: 52px;
    position: relative;
    top: -8px;
    float: right;
    width: 620px;
    margin-bottom: -8px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section .tabcon_area .tabcon_wrap p.ito_text {
        width: 360px;
    }
}
@media (max-width: 1024px) {
    section .tabcon_area .tabcon_wrap p.ito_text {
        font-size: 24px;
        line-height: 36px;
        position: relative;
        top: 0;
        float: none;
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }
}
section .fl_lf {
    float: left;
}
section .fl_rg {
    float: right;
}
section .artcgrp {
    margin-top: 80px;
}
@media (max-width: 1024px) {
    section .artcgrp {
        margin-top: 50px;
    }
}
section .artcgrp article.artcbxs {
    position: relative;
    display: table;
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section .artcgrp article.artcbxs {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs {
        display: block;
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section .artcgrp article.artcbxs + article.artcbxs {
    margin-top: 120px;
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs + article.artcbxs {
        margin-top: 60px;
    }
}
section .artcgrp article.artcbxs:nth-child(odd) .imgbx {
    float: left;
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs:nth-child(odd) .imgbx {
        float: none;
    }
}
section .artcgrp article.artcbxs:nth-child(odd) .artc {
    right: 20px;
    transform: translate(0, 0%);
}
@media (max-width: 1279px) {
    section .artcgrp article.artcbxs:nth-child(odd) .artc {
        right: 0;
        padding-right: 20px;
    }
}
section .artcgrp article.artcbxs:nth-child(odd) .artc.js-motion-end {
    transform: translate(0, -50%);
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs:nth-child(odd) .artc.js-motion-end {
        transform: translate(0, 0%);
    }
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs:nth-child(odd) .artc {
        right: 0;
        float: none;
        transform: translate(0, 0);
    }
}
section .artcgrp article.artcbxs:nth-child(even) .imgbx {
    float: right;
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs:nth-child(even) .imgbx {
        float: none;
    }
}
section .artcgrp article.artcbxs:nth-child(even) .artc {
    left: 40px;
    transform: translate(0, 0%);
}
@media (max-width: 1279px) {
    section .artcgrp article.artcbxs:nth-child(even) .artc {
        left: 30px;
    }
}
section .artcgrp article.artcbxs:nth-child(even) .artc.js-motion-end {
    transform: translate(0, -50%);
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs:nth-child(even) .artc.js-motion-end {
        transform: translate(0, 0%);
    }
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs:nth-child(even) .artc {
        left: 0;
        float: none;
        transform: translate(0, 0);
    }
}
section .artcgrp article.artcbxs .imgbx {
    width: 520px;
    height: 520px;
}
@media (max-width: 1279px) {
    section .artcgrp article.artcbxs .imgbx {
        width: 416px;
        height: auto;
    }
    section .artcgrp article.artcbxs .imgbx img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs .imgbx {
        width: 100%;
        height: auto;
    }
    section .artcgrp article.artcbxs .imgbx img {
        width: 100%;
    }
}
section .artcgrp article.artcbxs .artc {
    position: absolute;
    top: 50%;
    display: table-cell;
    width: 460px;
    vertical-align: middle;
}
@media (max-width: 1279px) {
    section .artcgrp article.artcbxs .artc {
        width: calc(100% - 496px);
    }
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs .artc {
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        margin-top: 40px;
    }
}
section .artcgrp article.artcbxs .artc .num {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.06em;
    color: #121212;
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs .artc .num {
        font-size: 15px;
        line-height: 14px;
    }
}
section .artcgrp article.artcbxs .artc h3 {
    font-size: 36px;
    line-height: 52px;
    margin: 20px 0 30px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs .artc h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0 20px;
    }
}
section .artcgrp article.artcbxs .artc .desc {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section .artcgrp article.artcbxs .artc .desc {
        font-size: 17px;
        line-height: 30px;
    }
}
section.intro {
    position: relative;
    z-index: 0;
    width: 100%;
}
section.intro .hds_copy {
    position: relative;
    display: table;
    width: 980px;
    margin: 0 auto 80px auto;
}
@media (max-width: 1279px) {
    section.intro .hds_copy {
        width: 924px;
    }
}
section.intro .hds_copy.law .tit {
    letter-spacing: -0.02em;
}
section.intro .hds_copy.law .descgrp {
    width: 500px;
}
@media (max-width: 1024px) {
    section.intro .hds_copy.law .descgrp {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.intro .hds_copy {
        width: calc(100% - 50px);
        margin-bottom: 60px;
        padding: 0 25px;
    }
}
section.intro .hds_copy .tit {
    font-size: 66px;
    line-height: 84px;
    position: relative;
    display: block;
    float: left;
    letter-spacing: 0.06em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro .hds_copy .tit {
        font-size: 48px;
        line-height: 58px;
        float: none;
    }
}
section.intro .hds_copy .descgrp {
    position: relative;
    float: right;
    width: 580px;
    margin-top: 60px;
}
@media (max-width: 1024px) {
    section.intro .hds_copy .descgrp {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}
section.intro .hds_copy .descgrp .desc {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.intro .hds_copy .descgrp .desc + .desc {
    margin-top: 30px;
}
section.intro.corp01 .visbox {
    position: relative;
    width: 100%;
    height: 480px;
    background-image: url(../images/sub/intro/corp01_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 100%;
}
@media (max-width: 1024px) {
    section.intro.corp01 .visbox {
        width: 100%;
        height: 364px;
        background-image: url(../images/sub/intro/corp01_bg_mo@2x.jpg);
        background-size: cover;
    }
}
@media (max-width: 750px) {
    section.intro.corp01 .visbox {
        width: 100%;
        height: 260px;
    }
}
section.intro.corp01 .artc_tit {
    margin-top: 140px;
    text-align: center;
}
@media (max-width: 1024px) {
    section.intro.corp01 .artc_tit {
        margin-top: 100px;
        margin-bottom: 50px;
        padding: 0 25px;
    }
}
section.intro.corp01 .artc_tit .tit {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.06em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.corp01 .artc_tit .tit {
        font-size: 24px;
        line-height: 24px;
    }
}
section.intro.corp01 .artc_tit .desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 22px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.corp01 .artc_tit .desc {
        font-size: 17px;
        line-height: 30px;
    }
}
section.intro.globalntw .glbbx {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx {
        max-width: none;
    }
}
section.intro.globalntw .glbbx .imgbx {
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .imgbx {
        height: 336px;
    }
}
@media (max-width: 750px) {
    section.intro.globalntw .glbbx .imgbx {
        height: 240px;
    }
}
section.intro.globalntw .glbbx .imgbx.r01 {
    background-image: url(../images/sub/intro/glbimg_01.jpg);
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .imgbx.r01 {
        background-image: url(../images/sub/intro/glbimg_01_mo@2x.jpg);
    }
}
section.intro.globalntw .glbbx .imgbx.r02 {
    background-image: url(../images/sub/intro/glbimg_02.jpg);
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .imgbx.r02 {
        background-image: url(../images/sub/intro/glbimg_02_mo@2x.jpg);
    }
}
section.intro.globalntw .glbbx .imgbx.r03 {
    background-image: url(../images/sub/intro/glbimg_03.jpg);
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .imgbx.r03 {
        background-image: url(../images/sub/intro/glbimg_03_mo@2x.jpg);
    }
}
section.intro.globalntw .glbbx + .glbbx {
    margin-top: 120px;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx + .glbbx {
        margin-top: 85px;
    }
}
section.intro.globalntw .glbbx .textbx {
    display: table;
    width: 780px;
    margin: -60px auto 0 auto;
    padding: 50px 100px;
    background: #fff;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .textbx {
        width: calc(100% - 80px);
        margin: -30px 15px 0 15px;
        padding: 50px 25px 0 25px;
    }
}
section.intro.globalntw .glbbx .textbx .num {
    font-size: 18px;
    line-height: 23px;
    position: relative;
    top: 10px;
    float: left;
    width: 100px;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .textbx .num {
        font-size: 15px;
        line-height: 14px;
        float: none;
    }
}
section.intro.globalntw .glbbx .textbx .tit {
    font-size: 36px;
    line-height: 52px;
    float: left;
    width: calc(100% - 100px);
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .textbx .tit {
        font-size: 30px;
        line-height: 40px;
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}
section.intro.globalntw .glbbx .textbx .desc {
    font-size: 18px;
    line-height: 32px;
    float: left;
    width: calc(100% - 100px);
    margin-top: 20px;
    padding-left: 100px;
    letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
    section.intro.globalntw .glbbx .textbx .desc {
        font-size: 17px;
        line-height: 30px;
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
section.intro.globalntw .wldmapbx {
    width: 100%;
    margin-top: 70px;
    padding: 80px 0 50px 0;
    text-align: center;
    background: #f8f8f9;
}
@media (max-width: 1279px) {
    section.intro.globalntw .wldmapbx {
        padding: 80px 0 650px 0;
    }
}
@media (max-width: 1024px) {
    section.intro.globalntw .wldmapbx {
        width: calc(100% - 50px);
        padding: 70px 25px;
        text-align: left;
    }
}
section.intro.globalntw .wldmapbx .tit {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.globalntw .wldmapbx .tit {
        line-height: 19px;
    }
}
section.intro.globalntw .wldmapbx .desc {
    font-size: 30px;
    line-height: 46px;
    max-width: 900px;
    margin: 30px auto 0 auto;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.globalntw .wldmapbx .desc {
        font-size: 24px;
        line-height: 35px;
    }
}
section.intro.globalntw .wldmapbx .moimg {
    width: calc(100% + 30px);
    margin-top: 50px;
    margin-left: -15px;
}
section.intro.globalntw .wldmapbx .moimg img {
    width: 100%;
}
section.intro.globalntw .wldmapbx .wrldmapbg {
    width: 1110px;
    height: 540px;
    margin: 55px auto 0 auto;
    background: url(../images/sub/worldmap.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1279px) {
    section.intro.globalntw .wldmapbx .wrldmapbg {
        position: absolute;
        width: 100%;
    }
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx {
    position: relative;
    top: 70px;
    left: -20px;
    width: 955px;
    height: 322px;
    margin: auto;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/sub/intro/map_pin.png);
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.korea {
    z-index: 1;
    top: 45px;
    left: 476px;
    width: 60px;
    height: 60px;
    background: none;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.korea .figurebxk {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    z-index: 5;
    top: -56px;
    left: 50%;
    width: 57px;
    height: 88px;
    margin-left: -28px;
    letter-spacing: -0.02em;
    opacity: 1;
    color: #004da8;
    background: url(../images/sub/worldmap_kor.png) no-repeat center;
    background-position: center top;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.korea .cco01 {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    animation-name: cco_01;
    animation-duration: 1600ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0.04;
    border-radius: 50%;
    background: #004da8;
}
@keyframes cco_01 {
    0% {
        opacity: 0.04;
    }
    50% {
        opacity: 0.14;
    }
    100% {
        opacity: 0.04;
    }
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.korea .cco02 {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    animation-name: cco_02;
    animation-duration: 1400ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0.08;
    border-radius: 50%;
    background: #004da8;
}
@keyframes cco_02 {
    0% {
        opacity: 0.08;
    }
    50% {
        opacity: 0.18;
    }
    100% {
        opacity: 0.08;
    }
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.korea .cco03 {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    animation-name: cco_03;
    animation-duration: 1200ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0.12;
    border-radius: 50%;
    background: #004da8;
}
@keyframes cco_03 {
    0% {
        opacity: 0.12;
    }
    50% {
        opacity: 0.22;
    }
    100% {
        opacity: 0.12;
    }
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.korea .cco04 {
    position: absolute;
    z-index: 3;
    top: 22px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    animation-name: cco_04;
    animation-duration: 1200ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0.16;
    border-radius: 50%;
    background: #004da8;
}
@keyframes cco_04 {
    0% {
        opacity: 0.16;
    }
    50% {
        opacity: 0.26;
    }
    100% {
        opacity: 0.16;
    }
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin:hover .figurebx {
    z-index: 2;
    transition: all ease 0.3s;
    transform: translate(-50%, 0);
    opacity: 1;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin .figurebx {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    top: -46px;
    left: 10px;
    display: inline-block;
    margin: auto;
    padding: 12px 20px;
    transition: all ease 0.3s;
    transform: translate(-50%, -30px);
    white-space: nowrap;
    opacity: 0;
    color: #fff;
    border-radius: 5px;
    background: #636569;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin .figurebx:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
    border-top: 5px solid #636569;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.uk {
    top: 0;
    left: 0;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.german {
    top: -1px;
    left: 60px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.swiss {
    top: 20px;
    left: 50px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.france {
    top: 41px;
    left: 0;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.italy {
    top: 59px;
    left: 59px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.syria {
    top: 83px;
    left: 143px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.azerbaijan {
    top: 104px;
    left: 288px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.thailand {
    top: 151px;
    left: 417px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.vietnam {
    top: 165px;
    left: 439px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.philippines {
    top: 176px;
    left: 492px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.malaysia {
    top: 235px;
    left: 432px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.japan {
    top: 76px;
    left: 537px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.usa {
    top: 62px;
    left: 800px;
}
section.intro.globalntw .wldmapbx .wrldmapbg .innerbx .pin.argentina {
    right: 0;
    bottom: 0;
}
section.intro.globalntw .tradetb {
    display: table;
    width: 1180px;
    margin: 100px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.globalntw .tradetb {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb {
        width: calc(100% - 50px);
        margin: 60px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.globalntw .tradetb .trdbx {
    display: table;
    float: left;
    width: 580px;
}
@media (max-width: 1279px) {
    section.intro.globalntw .tradetb .trdbx {
        width: calc(50% - 10px);
    }
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx {
        float: none;
        width: 100%;
    }
}
section.intro.globalntw .tradetb .trdbx + .trdbx {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx + .trdbx {
        margin-left: 0;
    }
    section.intro.globalntw .tradetb .trdbx + .trdbx table thead {
        display: none;
    }
    section.intro.globalntw .tradetb .trdbx + .trdbx table tbody {
        border-bottom: 1px solid #121212;
    }
    section.intro.globalntw .tradetb .trdbx + .trdbx table tbody tr:nth-child(1) {
        border-top: 1px solid #d3d3d3;
    }
}
section.intro.globalntw .tradetb .trdbx table {
    border: 1;
    width: 100%;
}
section.intro.globalntw .tradetb .trdbx table colgroup col:nth-child(1) {
    width: 180px;
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx table colgroup col:nth-child(1) {
        width: 31%;
    }
}
section.intro.globalntw .tradetb .trdbx table colgroup col:nth-child(2) {
    width: 260px;
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx table colgroup col:nth-child(2) {
        width: 46%;
    }
}
section.intro.globalntw .tradetb .trdbx table colgroup col:nth-child(3) {
    width: 140px;
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx table colgroup col:nth-child(3) {
        width: 23%;
    }
}
section.intro.globalntw .tradetb .trdbx table thead tr {
    border-top: 2px solid #121212;
    background: #f8f8f9;
}
section.intro.globalntw .tradetb .trdbx table thead tr td {
    font-size: 18px;
    font-weight: inherit;
    padding: 25px 0;
    text-align: center;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx table thead tr td {
        font-size: 15px;
        line-height: 20px;
        vertical-align: middle;
    }
}
section.intro.globalntw .tradetb .trdbx table thead tr td + td {
    border-left: 1px solid #d3d3d3;
}
section.intro.globalntw .tradetb .trdbx table tbody {
    border-bottom: 1px solid #121212;
}
@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx table tbody {
        border: 0;
    }
}
section.intro.globalntw .tradetb .trdbx table tbody tr {
    border-top: 1px solid #d3d3d3;
}
section.intro.globalntw .tradetb .trdbx table tbody tr:nth-child(1) {
    border-top: 1px solid #121212;
}
section.intro.globalntw .tradetb .trdbx table tbody tr td {
    font-size: 18px;
    font-weight: inherit;
    padding: 26px 0;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.02em;
    color: #121212;
}

@media (max-width: 1024px) {
    section.intro.globalntw .tradetb .trdbx table tbody tr td {
        font-size: 15px;
        line-height: 20px;
    }
}

section.intro.globalntw .tradetb .trdbx table tbody tr td {
    border-left: 1px solid #d3d3d3;
}
section.intro.globalntw .tradetb .trdbx table tbody tr td:first-child {
    border-left: none;
}
section.intro.globalntw .tradetb .trdbx table tbody tr td.not_first {
    border-left: 1px solid #d3d3d3;
}
section.intro.greetings .ceosays {
    font-size: 30px;
    line-height: 46px;
    width: 575px;
    margin: 90px auto 0 auto;
    padding-right: 94px;
    padding-left: 511px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.greetings .ceosays {
        width: calc(100% - 550px);
        padding-right: 50px;
        padding-left: 500px;
    }
    section.intro.greetings .ceosays br.pc {
        display: none;
    }
}
@media (max-width: 1024px) {
    section.intro.greetings .ceosays {
        font-size: 20px;
        line-height: 32px;
        width: calc(100% - 60px);
        margin: 80px auto 0 0;
        padding: 0 0 55px 35px;
    }
}
section.intro.greetings .ceosays span {
    position: relative;
}
section.intro.greetings .ceosays span:before {
    position: absolute;
    top: 12px;
    left: -30px;
    width: 17px;
    height: 13px;
    content: '';
    background: url(../images/sub/layout/dcm.png);
    background-size: 17px 13px;
}
@media (max-width: 1024px) {
    section.intro.greetings .ceosays span:before {
        top: -25px;
        left: 2px;
    }
}
section.intro.greetings .vis {
    position: relative;
    width: calc(100% - 300px);
    height: 660px;
    background-image: url(../images/sub/intro/ceo.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
@media (max-width: 1650px) {
    section.intro.greetings .vis {
        width: 100%;
        background-position: center center;
    }
}
@media (max-width: 1024px) {
    section.intro.greetings .vis {
        width: 100%;
        height: 330px;
        background-image: url(../images/sub/intro/ceo_mo.png);
        background-position: top center;
        background-size: cover;
    }
}
@media all and (min-width: 750px) and (max-width: 1024px) {
    section.intro.greetings .vis {
        height: 480px;
    }
}
section.intro.greetings article {
    position: relative;
    position: relative;
    width: 880px;
    margin: auto;
    padding: 116px 0 0 300px;
}
@media (max-width: 1650px) {
    section.intro.greetings article {
        width: 880px;
        padding: 90px 50px 0 300px;
    }
}
@media (max-width: 1279px) {
    section.intro.greetings article {
        width: 924px;
        padding: 116px 0 0 0;
    }
}
@media (max-width: 1024px) {
    section.intro.greetings article {
        width: calc(100% - 50px);
        padding: 100px 25px 0 25px;
    }
}
section.intro.greetings article p.name {
    font-size: 27px;
    line-height: 32px;
    margin-top: 8px;
}
section.intro.greetings article a.interviewbx {
    font-size: 24px;
    position: absolute;
    top: -75px;
    padding: 52px 112px 23px 23px;
    color: #fff;
    background: #004da8;
}
section.intro.greetings article a.interviewbx:after {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
    content: '';
    background: url(../images/sub/intro/intv_play.png);
    background-size: 38px;
}
section.intro.greetings0 .ceosays {
    font-size: 36px;
    line-height: 55px;
    margin: auto;
    color: #121212;
}
section.intro.greetings0 .ceosays + p {
    margin-top: 60px;
}
@media (max-width: 1024px) {
    section.intro.greetings0 .ceosays {
        font-size: 24px;
        line-height: 35px;
    }
    section.intro.greetings0 .ceosays + p {
        margin-top: 38px;
    }
}
section.intro.greetings0 .ceosays span {
    position: relative;
}
section.intro.greetings0 article {
    width: 980px;
    margin: auto;
    padding: 80px 0 100px;
}
@media (max-width: 1024px) {
    section.intro.greetings0 article {
        width: calc(100% - 50px);
        padding: 40px 25px 100px 25px;
    }
}
section.intro.greetings0 article p.name {
    font-size: 27px;
    line-height: 32px;
    margin-top: 8px;
}
section.intro.greetings0 .ceo_vm {
    position: relative;
    width: 100%;
    height: 576px;
    cursor: pointer;
    background-image: url(../images/sub/intro/ceovm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.intro.greetings0 .ceo_vm .mo {
    display: none;
}
@media (max-width: 1024px) {
    section.intro.greetings0 .ceo_vm {
        height: auto;
        background: #fff;
    }
    section.intro.greetings0 .ceo_vm .mo {
        display: block;
    }
    section.intro.greetings0 .ceo_vm .mo img {
        width: 100%;
    }
}
section.intro.greetings0 .ceo_name {
    position: relative;
    width: 980px;
    height: 78px;
    margin: 78px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.greetings0 .ceo_name {
        width: 100%;
        height: auto;
        margin: 50px auto 0 auto;
    }
}
section.intro.greetings0 .ceo_name p.p1 {
    font-size: 22px;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 140px;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.greetings0 .ceo_name p.p1 {
        font-size: 24px;
        line-height: 35px;
        position: relative;
        top: 0;
        right: 0;
        left: 25px;
    }
}
section.intro.greetings0 .ceo_name p.p2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 78px;
    background: url(../images/sub/intro/ceoname.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    section.intro.greetings0 .ceo_name p.p2 {
        font-size: 24px;
        line-height: 35px;
        position: relative;
        top: 0;
        right: 0;
        left: 25px;
        width: 120px;
        height: 72px;
        margin-top: 30px;
    }
}
section.intro.ci .cibx {
    width: 980px;
    margin: 50px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.ci .cibx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.ci .cibx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.ci .cibx.hstbx {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background: #f8f8f9;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx.hstbx {
        padding: 80px 0;
    }
}
section.intro.ci .cibx.hstbx .tit {
    line-height: 36px;
}
section.intro.ci .cibx.hstbx .imgbx {
    width: 1180px;
    margin: 30px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.ci .cibx.hstbx .imgbx {
        width: 924px;
    }
    section.intro.ci .cibx.hstbx .imgbx img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.intro.ci .cibx.hstbx .imgbx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.ci .cibx + .cibx {
    margin-top: 80px;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx + .cibx {
        margin-top: 60px;
    }
}
section.intro.ci .cibx .tit {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .tit {
        font-size: 22px;
        line-height: 22px;
    }
}
section.intro.ci .cibx .tit + .desc {
    margin-top: 20px;
}
section.intro.ci .cibx .imgbx {
    display: table;
    width: 980px;
    margin: 20px 0;
}
@media (max-width: 1279px) {
    section.intro.ci .cibx .imgbx {
        width: 924px;
    }
    section.intro.ci .cibx .imgbx img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .imgbx {
        width: 100%;
    }
}
section.intro.ci .cibx .imgbx + .imgbx {
    margin: 0 0 20px 0;
}
section.intro.ci .cibx .imgbx img {
    display: block;
}
section.intro.ci .cibx .imgbx img.pc {
    display: block;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .imgbx img.pc {
        display: none;
    }
}
section.intro.ci .cibx .imgbx img.mo {
    display: none;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .imgbx img.mo {
        display: block;
    }
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .imgbx img {
        width: 100%;
    }
}
section.intro.ci .cibx .imgbx .half {
    float: left;
    width: 480px;
}
@media (max-width: 1279px) {
    section.intro.ci .cibx .imgbx .half {
        width: 452px;
    }
    section.intro.ci .cibx .imgbx .half img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .imgbx .half {
        width: 100%;
    }
}
section.intro.ci .cibx .imgbx .half + .half {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .imgbx .half + .half {
        margin-top: 20px;
        margin-left: 0;
    }
}
section.intro.ci .cibx .desc {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .desc {
        font-size: 17px;
        line-height: 30px;
    }
}
section.intro.ci .cibx .desc + .imgbx {
    margin-top: 50px;
}
section.intro.ci .cibx .cidown {
    font-size: 15px;
    position: relative;
    display: block;
    display: inline-block;
    margin-top: 30px;
    padding: 18px 36px 17px 36px;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .cidown {
        display: block;
        text-align: center;
    }
}
section.intro.ci .cibx .cidown:before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    content: '';
    background: url(../images/sub/intro/cidown.png);
    background-size: 16px;
}
section.intro.ci .cibx .ci_limit {
    width: 880px;
    margin-top: 20px;
    padding: 40px 50px;
    background: #f8f8f9;
}
@media (max-width: 1279px) {
    section.intro.ci .cibx .ci_limit {
        width: 824px;
    }
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .ci_limit {
        width: calc(100%);
        margin-left: -25px;
        padding: 50px 25px;
    }
}
section.intro.ci .cibx .ci_limit > p {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 8px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.intro.ci .cibx .ci_limit > p:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    content: '';
    border-radius: 50%;
    background: #636569;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .ci_limit > p {
        font-size: 17px;
        line-height: 30px;
    }
    section.intro.ci .cibx .ci_limit > p + p {
        margin-top: 5px;
    }
    section.intro.ci .cibx .ci_limit > p:before {
        top: 14px;
    }
}
section.intro.ci .cibx .ci_guidetext {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    color: #636569;
}
@media (max-width: 1024px) {
    section.intro.ci .cibx .ci_guidetext {
        margin-top: 30px;
    }
}
section.intro.hstmsm .hstmsm_hd {
    position: relative;
    margin: 100px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd {
        margin: 133px auto 0 auto;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit {
    position: relative;
    width: 1140px;
    margin: auto;
    padding-top: 64px;
    text-align: center;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsm_hd .hdstit {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd .hdstit {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit .fig {
    font-size: 24px;
    line-height: 24px;
    z-index: 1;
    letter-spacing: 0.06em;
    color: #636569;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd .hdstit .fig {
        font-size: 20px;
        line-height: 20px;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit .tit {
    font-size: 66px;
    line-height: 66px;
    z-index: 1;
    margin-top: 22px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd .hdstit .tit {
        font-size: 40px;
        line-height: 58px;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit .desc {
    font-size: 18px;
    line-height: 32px;
    z-index: 1;
    margin-top: 50px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsm_hd .hdstit .desc br.pc {
        display: none;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd .hdstit .desc {
        text-align: left;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit .year {
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    color: #f5f5f5;
}
section.intro.hstmsm .hstmsm_hd .hdstit .year span {
    position: relative;
    top: -30px;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd .hdstit .year {
        font-size: 84px;
        line-height: 84px;
        top: -80px;
        left: 50%;
        width: 260px;
        margin-left: -130px;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit .hstmsmdw {
    font-size: 15px;
    position: relative;
    display: block;
    display: inline-block;
    margin-top: 30px;
    padding: 18px 36px 17px 36px;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_hd .hdstit .hstmsmdw {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
}
section.intro.hstmsm .hstmsm_hd .hdstit .hstmsmdw:before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    content: '';
    background: url(../images/sub/intro/cidown.png);
    background-size: 16px;
}
section.intro.hstmsm .hstmsm_video {
    position: relative;
    width: 1140px;
    margin: 50px auto 0;
}

section.intro.hstmsm .hstmsm_video .pcView {
    display: block !important;
}
section.intro.hstmsm .hstmsm_video .moView {
    display: none !important;
}

section.intro.hstmsm .hstmsm_video .ratio-16-9 {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.78%;
}

section.intro.hstmsm .hstmsm_video .ratio-inner {
    display: block;
    position: absolute;

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_video {
        width: auto;
        padding: 0 25px;
    }
    section.intro.hstmsm .hstmsm_video .pcView {
        display: none !important;
    }
    section.intro.hstmsm .hstmsm_video .moView {
        display: block !important;
    }
}

section.intro.hstmsm .hstmsm_nav {
    position: relative;
    width: 100%;
    margin: 120px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav {
        width: auto;
        margin: 50px auto 0 auto;
    }
    section.intro.hstmsm .hstmsm_nav .mCSB_container {
        margin-bottom: 0;
    }
    section.intro.hstmsm .hstmsm_nav .mCSB_draggerContainer {
        opacity: 0;
    }
    section.intro.hstmsm .hstmsm_nav .mCSB_dragger {
        opacity: 0;
    }
}
section.intro.hstmsm .hstmsm_nav .inner {
    display: block;
    width: 1176px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsm_nav .inner {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav .inner {
        width: 870px;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav .inner {
        zoom: 0.7;
    }
}
section.intro.hstmsm .hstmsm_nav .inner.fixed {
    display: none;
}
section.intro.hstmsm .hstmsm_nav .linkbx {
    float: left;
    box-sizing: border-box;
    width: 196px;
    padding-bottom: 30px;
    cursor: pointer;
    text-align: center;
    border-bottom: 4px solid #ebebeb;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsm_nav .linkbx {
        width: 154px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav .linkbx {
        width: 145px;
        padding-bottom: 14px;
        border-bottom: 2px solid #ebebeb;
    }
}
section.intro.hstmsm .hstmsm_nav .linkbx.active {
    border-bottom: 4px solid #004da8;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav .linkbx.active {
        border-bottom: 2px solid #004da8;
    }
}
section.intro.hstmsm .hstmsm_nav .linkbx.active .tit {
    font-weight: 600;
    color: #004da8;
}
section.intro.hstmsm .hstmsm_nav .linkbx.active .year {
    font-weight: 700;
    color: #004da8;
}
section.intro.hstmsm .hstmsm_nav .linkbx .tit {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #636569;
    display: none;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav .linkbx .tit {
        font-size: 15px;
        line-height: 20px;
    }
}
section.intro.hstmsm .hstmsm_nav .linkbx .year {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 14px;
    color: #636569;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsm_nav .linkbx .year {
        font-size: 12px;
        line-height: 12px;
        margin-top: 8px;
    }
}
section.intro.hstmsm .hstmsmgrp {
    position: relative;
    display: table;
    width: 100%;
    max-width: 1550px;
    margin: 120px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp {
        width: 100%;
        max-width: none;
        margin: 60px auto 0 auto;
    }
}
section.intro.hstmsm .hstmsmgrp + .hstmsmgrp {
    margin-top: 160px;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp + .hstmsmgrp {
        margin-top: 100px;
    }
}
section.intro.hstmsm .hstmsmgrp .tith {
    font-size: 54px;
    line-height: 72px;
    width: 1100px;
    margin: auto;
    padding-left: 80px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .tith {
        font-size: 42px;
        line-height: 60px;
        width: 924px;
        margin: 0;
        padding-left: 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .tith {
        font-size: 30px;
        line-height: 45px;
        width: calc(100% - 50px);
        margin-left: 0;
        padding: 0 25px;
    }
}
section.intro.hstmsm .hstmsmgrp .vis {
    width: 100%;
    height: 480px;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .vis {
        height: 317px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .vis {
        height: 200px;
        margin-top: 30px;
    }
}
section.intro.hstmsm .hstmsmgrp .vis.h01 {
    background-image: url(../images/sub/intro/hstmsm_vis01.jpg);
}
section.intro.hstmsm .hstmsmgrp .vis.h02 {
    background-image: url(../images/sub/intro/hstmsm_vis02.jpg);
}
section.intro.hstmsm .hstmsmgrp .vis.h03 {
    background-image: url(../images/sub/intro/hstmsm_vis03.jpg);
}
section.intro.hstmsm .hstmsmgrp .vis.h04 {
    background-image: url(../images/sub/intro/hstmsm_vis04.jpg);
}
section.intro.hstmsm .hstmsmgrp .vis.h05 {
    background-image: url(../images/sub/intro/hstmsm_vis05.jpg);
}
section.intro.hstmsm .hstmsmgrp .vis.h06 {
    background-image: url(../images/sub/intro/hstmsm_vis06.jpg);
}
section.intro.hstmsm .hstmsmgrp .hst_grid {
    position: relative;
    width: 1180px;
    margin: -142px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid {
        width: calc(100% - 50px);
        margin: -80px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear {
    font-size: 54px;
    line-height: 54px;
    position: relative;
    width: 314px;
    height: 178px;
    padding-top: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    border-radius: 0;
    background: #004da8;
    box-shadow: 30px 40px 50px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear {
        font-size: 48px;
        line-height: 48px;
        left: 30px;
        width: 250px;
        height: 142px;
        padding-top: 40px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear {
        font-size: 30px;
        line-height: 30px;
        left: 0;
        width: 170px;
        height: 95px;
        padding-top: 25px;
        box-shadow: 16px 22px 28px rgba(0, 0, 0, 0.25);
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear .pin {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -12px;
    content: '';
    background: url(../images/sub/intro/hstyear_ico.png);
    background-size: 25px 25px;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear .pin {
        margin-left: -60px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear .pin {
        left: 15px;
        margin-left: 0;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear .pin:after {
    position: absolute;
    z-index: -1;
    bottom: -100px;
    left: 12px;
    width: 1px;
    height: 100px;
    content: '';
    background: #d3d3d3;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear .pin:after {
        bottom: -45px;
        height: 45px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear span {
    display: block;
    padding-left: 50px;
    text-align: left;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear span {
        padding-left: 40px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear span {
        padding-left: 25px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear span + span {
    margin-top: 20px;
    padding-left: 76px;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear span + span {
        margin-top: 10px;
        padding-left: 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstyear span + span {
        margin-top: 10px;
        padding-left: 40px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap {
    display: table;
    margin-top: 100px;
    padding-left: 150px;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap {
        padding-left: 100px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap {
        margin-top: 45px;
        padding-left: 20px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx {
    position: relative;
    display: table;
    width: 100%;
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx:last-child:before {
    display: none;
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 7px;
    width: 1px;
    height: calc(100% + 50px);
    content: '';
    background: #d3d3d3;
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    border: 4px solid #004da8;
    border-radius: 50%;
    background: #fff;
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx + .hstbx {
    margin-top: 50px;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx + .hstbx {
        margin-top: 40px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .year_c {
    font-size: 18px;
    line-height: 18px;
    float: left;
    padding-left: 45px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .year_c {
        padding-left: 30px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .thumb_c {
    float: left;
    width: 280px;
    height: 180px;
    margin-left: 55px;
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .thumb_c img{
    width: 100%;
	height: 100%;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .thumb_c {
        width: 250px;
        height: auto;
    }
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .thumb_c img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .thumb_c {
        width: calc(100% - 43px);
        height: auto;
        margin-top: 20px;
        margin-left: 8px;
        padding: 0 25px 0 18px;
    }
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .thumb_c img {
        width: 100%;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c {
    float: left;
    margin-left: 60px;
    width: 540px;
    word-break: keep-all;
}
@media (max-width: 1279px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c {
        width: calc(100% - 550px);
        margin-left: 30px;
    }
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c {
        width: auto;
        margin-top: 14px;
        margin-left: 30px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c p {
    font-size: 18px;
    line-height: 38px;
    position: relative;
    top: -5px;
    padding-left: 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c p {
        font-size: 15px;
        line-height: 28px;
    }
}
section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c p:before {
    position: absolute;
    top: 17px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #636569;
}
@media (max-width: 1024px) {
    section.intro.hstmsm .hstmsmgrp .hst_grid .hstbxwrap .hstbx .cont_c p:before {
        top: 13px;
    }
}
section.intro.law {
    width: 100%;
    max-width: 1590px;
    margin: 32px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.law {
        width: 100%;
        max-width: none;
    }
}
section.intro.law .law_cont h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .law_cont h2 {
        font-size: 24px;
        line-height: 24px;
    }
}
section.intro.law .law_cont .visualimg {
    position: relative;
    width: 100%;
    height: 480px;
    margin-top: 60px;
    background-image: url(../images/sub/intro/law01.jpg);
    background-position: center;
}
@media (max-width: 1024px) {
    section.intro.law .law_cont .visualimg {
        height: 308px;
        background-image: url(../images/sub/intro/law01_mo@2x.jpg);
        background-size: cover;
    }
}
@media (max-width: 750px) {
    section.intro.law .law_cont .visualimg {
        height: 220px;
    }
}
section.intro.law .law_cont .visualimg .descbx {
    font-size: 36px;
    line-height: 52px;
    position: absolute;
    right: 205px;
    bottom: -60px;
    display: block;
    display: inline-block;
    padding: 70px 60px;
    letter-spacing: -0.02em;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1279px) {
    section.intro.law .law_cont .visualimg .descbx {
        right: 30px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .law_cont .visualimg .descbx {
        font-size: 24px;
        line-height: 35px;
        bottom: -157px;
        left: 0;
        width: calc(50% - 120px);
        margin-right: 25px;
        margin-left: 25px;
        padding: 40px 35px;
    }
}
@media (max-width: 750px) {
    section.intro.law .law_cont .visualimg .descbx {
        width: calc(100% - 120px);
    }
}
section.intro.law .law_cont .articlegrp {
    width: 1180px;
    margin: 140px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.law .law_cont .articlegrp {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .law_cont .articlegrp {
        width: calc(100% - 50px);
        margin: 220px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.law .law_cont p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.intro.law .law_cont p + p {
    margin-top: 30px;
}
section.intro.law .law_cont p + .ceo_law {
    margin-top: 50px;
}
section.intro.law .law_cont p.ceo_law {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #121212;
    display: inline-block;
    vertical-align: top;
    display: none;
}
@media (max-width: 1024px) {
    section.intro.law .law_cont p.ceo_law {
        font-size: 17px;
    }
}
section.intro.law .law_cont p.ceo_law + .name_law {
    display: inline-block;
}
@media (max-width: 1024px) {
    /*
  section.intro.law .law_cont p.ceo_law + .name_law {
    margin-top: 30px;
  }
  */
}
section.intro.law .law_cont:after {
    clear: both;
    display: block;
    content: '';
}
section.intro.law .law_cont p.name_law {
    float: right;
    font-size: 36px;
    line-height: 32px;
    width: 278px;
    height: 48px;
    letter-spacing: -0.02em;
    color: #121212;
    background: url(../images/sub/intro/law_sign@2x.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    section.intro.law .law_cont p.name_law {
        background-size: 100%;
    }
}
section.intro.law.cp_prg {
    max-width: 100%;
}
section.intro.law.cp_prg .visbox {
    position: relative;
    clear: both;
    width: 100%;
    height: 480px;
    background-image: url(../images/sub/intro/law02_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}
@media (max-width: 1024px) {
    section.intro.law.cp_prg .visbox {
        width: 100%;
        height: 308px;
        background-image: url(../images/sub/intro/law02_bg_mo@2x.jpg);
        background-size: cover;
    }
}
@media (max-width: 750px) {
    section.intro.law.cp_prg .visbox {
        height: 260px;
    }
}
section.intro.law.cp_prg h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #121212;
}
section.intro.law.rpt {
    max-width: 100%;
}
section.intro.law .cp_prg {
    display: table;
    width: 1080px;
    margin: 100px auto 100px auto;
}
@media (max-width: 1279px) {
    section.intro.law .cp_prg {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.law .cp_prg .tit {
    font-size: 24px;
    line-height: 24px;
    float: left;
    width: 300px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.law .cp_prg .tit {
        float: none;
        width: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .tit {
        font-size: 22px;
        line-height: 22px;
        float: none;
        width: 100%;
        text-align: center;
    }
}
section.intro.law .cp_prg .prglst {
    float: left;
    width: 780px;
}
@media (max-width: 1279px) {
    section.intro.law .cp_prg .prglst {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx {
    position: relative;
    display: table;
    width: calc(100% - 80px);
    padding: 40px 40px 30px 40px;
    border-top: 1px solid #d3d3d3;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx {
        padding: 40px;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx:nth-child(1) {
    border-top: 1px solid #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx:nth-child(1) {
        border-top: 2px solid #121212;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx .num {
    font-size: 15px;
    line-height: 15px;
    float: left;
    width: 20px;
    text-align: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx .num {
        float: none;
        width: 100%;
        text-align: center;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico {
    position: relative;
    top: -10px;
    float: left;
    width: 90px;
    height: 82px;
    margin-left: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px 82px;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx i.ico {
        top: 0;
        display: block;
        float: none;
        margin: 20px auto 30px auto;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp01 {
    background-image: url(../images/sub/intro/cp01@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp02 {
    background-image: url(../images/sub/intro/cp02@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp03 {
    background-image: url(../images/sub/intro/cp03@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp04 {
    background-image: url(../images/sub/intro/cp04@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp05 {
    background-image: url(../images/sub/intro/cp05@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp06 {
    background-image: url(../images/sub/intro/cp06@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx i.ico.cp07 {
    background-image: url(../images/sub/intro/cp07@2x.png);
}
section.intro.law .cp_prg .prglst .cpprgbx .cpinf {
    float: left;
    width: 458px;
    margin-left: 60px;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx .cpinf {
        top: 0;
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx .cpinf .cptit {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx .cpinf .cptit {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }
}
section.intro.law .cp_prg .prglst .cpprgbx .cpinf .cpdesc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_prg .prglst .cpprgbx .cpinf .cpdesc {
        font-size: 17px;
        line-height: 30px;
        text-align: center;
    }
}
section.intro.law .cp_mngorg {
    width: 100%;
    height: 650px;
    padding: 100px 0;
    background: #f5f5f5;
}
@media (max-width: 1279px) {
    section.intro.law .cp_mngorg {
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg {
        width: calc(100% - 50px);
        height: auto;
        padding: 80px 25px;
    }
}
section.intro.law .cp_mngorg .orgmap {
    width: 980px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1279px) {
    section.intro.law .cp_mngorg .orgmap {
        width: 825px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg .orgmap {
        width: 100%;
        padding: 40px 0 40px 0;
    }
}
section.intro.law .cp_mngorg .orgmap .imgbx {
    width: 821px;
    margin: auto;
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg .orgmap .imgbx {
        width: auto;
        padding: 0 10%;
        text-align: center;
    }
}
section.intro.law .cp_mngorg .orgmap .imgbx img {
    width: 100%;
}
@media (max-width: 1279px) {
    section.intro.law .cp_mngorg .orgmap .imgbx img {
        max-width: 740px;
        margin: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg .orgmap .imgbx img {
        width: 50%;
    }
}
@media (max-width: 750px) {
    section.intro.law .cp_mngorg .orgmap .imgbx img {
        width: 100%;
    }
}
section.intro.law .cp_mngorg .guidet {
    display: table;
    width: 980px;
    margin: 30px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.law .cp_mngorg .guidet {
        width: 825px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg .guidet {
        display: table;
        width: 100%;
    }
}
section.intro.law .cp_mngorg .guidet p.tit_q {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    float: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg .guidet p.tit_q {
        font-size: 17px;
        line-height: 17px;
        float: none;
    }
    section.intro.law .cp_mngorg .guidet p.tit_q:after {
        display: none;
    }
}
section.intro.law .cp_mngorg .guidet p.tit_q:after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    content: '';
    background: #c4c4c4;
}
section.intro.law .cp_mngorg .guidet p.desc_q {
    font-size: 15px;
    line-height: 24px;
    float: left;
    margin-left: 40px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_mngorg .guidet p.desc_q {
        float: none;
        margin-top: 10px;
        margin-left: 0;
    }
}
section.intro.law .cp_ethics {
    position: relative;
    width: 100%;
    padding-top: 100px;
    background: #fff;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics {
        padding-top: 80px;
    }
}
section.intro.law .cp_ethics .ethics_wrap {
    width: 1180px;
    margin: 60px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.law .cp_ethics .ethics_wrap {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap .ethicsbx {
        height: 70px;
    }
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx + .ethicsbx {
    margin-top: 10px;
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx.active .hds {
    padding: 38px 40px 30px 40px;
    color: #004da8;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap .ethicsbx.active .hds {
        padding: 20px 25px;
    }
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx.active .hds:after {
    background-image: url(../images/common/cm_minus_ico.png);
    background-size: 24px 2px;
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx .hds {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    width: calc(100% - 80px);
    padding: 38px 40px;
    cursor: pointer;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap .ethicsbx .hds {
        font-size: 17px;
        line-height: 30px;
        width: calc(100% - 50px);
        padding: 20px 25px;
    }
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx .hds:after {
    position: absolute;
    top: 38px;
    right: 40px;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(../images/common/cm_plus_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap .ethicsbx .hds:after {
        top: 25px;
        right: 25px;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx .cont {
    display: table;
    padding: 0 40px;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap .ethicsbx .cont {
        padding: 0 25px;
    }
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx .cont p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #121212;
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx .cont p strong {
    font-weight: 600;
}
section.intro.law .cp_ethics .ethics_wrap .ethicsbx .cont p + p {
    margin-top: 30px;
}
@media (max-width: 1024px) {
    section.intro.law .cp_ethics .ethics_wrap .ethicsbx .cont p + p {
        margin-top: 20px;
    }
}
section.intro.law .rpt_vis {
    position: relative;
    width: 100%;
    max-width: 1650px;
    height: 480px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_vis {
        max-width: 100%;
        height: auto;
    }
}
section.intro.law .rpt_vis .visbx {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1250px;
    height: 480px;
    background: url(../images/sub/intro/law03_bg.jpg);
}
@media (max-width: 1024px) {
    section.intro.law .rpt_vis .visbx {
        position: relative;
        width: 100%;
        height: 308px;
        background: url(../images/sub/intro/law03_bg_mo@2x.jpg);
        background-size: cover;
    }
}
@media (max-width: 750px) {
    section.intro.law .rpt_vis .visbx {
        height: 220px;
    }
}
section.intro.law .rpt_vis .rpthdsbx {
    position: absolute;
    z-index: 1;
    top: 90px;
    right: 0;
    width: 460px;
    padding: 60px;
    background: #004da8;
}
@media (max-width: 1279px) {
    section.intro.law .rpt_vis .rpthdsbx {
        top: 282px;
        right: 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .rpt_vis .rpthdsbx {
        position: relative;
        top: 0;
        right: 0;
        width: calc(60% - 100px);
        margin: 0 15px;
        margin-top: -60px;
        padding: 50px 35px;
    }
}
@media (max-width: 750px) {
    section.intro.law .rpt_vis .rpthdsbx {
        position: relative;
        width: calc(100% - 100px);
    }
}
section.intro.law .rpt_vis .rpthdsbx .rpt_tit {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_vis .rpthdsbx .rpt_tit {
        font-size: 30px;
        line-height: 30px;
    }
}
section.intro.law .rpt_vis .rpthdsbx .rpt_desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_vis .rpthdsbx .rpt_desc {
        font-size: 17px;
        line-height: 30px;
        margin-top: 20px;
    }
}
@media (max-width: 750px) {
    section.intro.law .rpt_vis .rpthdsbx .rpt_desc {
        line-height: 25px;
    }
}
section.intro.law .rpt_useinf {
    width: 1180px;
    margin: 120px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.law .rpt_useinf {
        width: 924px;
        margin: 160px auto 0 auto;
    }
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf {
        width: calc(100% - 50px);
        margin: 60px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.law .rpt_useinf + .mtmwrap {
    margin-top: 100px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf + .mtmwrap {
        margin-top: 60px;
    }
}
section.intro.law .rpt_useinf + form {
    margin-top: 100px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf + form {
        margin-top: 60px;
    }
}
section.intro.law .rpt_useinf .rptusebx {
    display: table;
    width: 100%;
}
section.intro.law .rpt_useinf .rptusebx.guide {
    width: calc(100% - 80px);
    padding: 30px 40px;
    background: #f5f5f5;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx.guide {
        width: calc(100%);
        margin-left: -25px;
        padding: 50px 25px;
    }
}
section.intro.law .rpt_useinf .rptusebx.guide p {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx.guide p {
        font-size: 17px;
        line-height: 30px;
    }
}
section.intro.law .rpt_useinf .rptusebx.guide p.dot {
    padding-left: 15px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx.guide p.dot {
        padding-left: 10px;
    }
}
section.intro.law .rpt_useinf .rptusebx.guide p.dot:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #121212;
}
section.intro.law .rpt_useinf .rptusebx + .rptusebx {
    margin-top: 80px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx + .rptusebx {
        margin-top: 60px;
    }
}
section.intro.law .rpt_useinf .rptusebx .tit {
    font-size: 24px;
    line-height: 35px;
    float: left;
    width: 300px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.law .rpt_useinf .rptusebx .tit {
        float: none;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .tit {
        font-size: 20px;
        line-height: 20px;
        float: none;
        width: 100%;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc {
    float: left;
    width: 880px;
}
@media (max-width: 1279px) {
    section.intro.law .rpt_useinf .rptusebx .desc {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc p {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc p {
        font-size: 17px;
        line-height: 30px;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc p.dot {
    padding-left: 15px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc p.dot {
        padding-left: 10px;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc p.dot:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #121212;
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep {
    float: left;
    box-sizing: border-box;
    width: 205px;
    height: 205px;
    text-align: center;
    border: 1px solid #ebebeb;
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 60px 60px;
}
@media (max-width: 1279px) {
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep {
        width: 215px;
        height: 215px;
    }
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep {
        width: calc(50% - 7px);
        height: auto;
        background-position: center 28px;
        background-size: 36px 36px;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep.stp01 {
    background-image: url(../images/sub/intro/rpt01@2x.png);
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep.stp02 {
    background-image: url(../images/sub/intro/rpt02@2x.png);
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep.stp03 {
    background-image: url(../images/sub/intro/rpt03@2x.png);
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep.stp04 {
    background-image: url(../images/sub/intro/rpt04@2x.png);
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep .step_tit {
    font-size: 15px;
    line-height: 15px;
    padding-top: 130px;
    color: #004da8;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep .step_tit {
        padding-top: 84px;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep .step_desc {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep .step_desc {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 30px;
    }
}
section.intro.law .rpt_useinf .rptusebx .desc .rptstep + .rptstep {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep + .rptstep {
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep:nth-child(even) {
        margin-left: 14px;
    }
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep:nth-child(3),
    section.intro.law .rpt_useinf .rptusebx .desc .rptstep:nth-child(4) {
        margin-top: 14px;
    }
}
section.intro.ctlab01 {
    padding-bottom: 0;
}
section.intro.ctlab01 .tabcon_wrap {
    padding: 0 0 0 90px;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .tabcon_wrap {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .tabcon_wrap {
        padding: 0;
    }
}
section.intro.ctlab01 .tabcon_wrap h3.title {
    float: left;
    width: auto;
    padding-right: 120px;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .tabcon_wrap h3.title {
        padding-right: 56px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .tabcon_wrap h3.title {
        float: none;
        padding-right: 0;
    }
}
section.intro.ctlab01 .tabcon_wrap p.ito_text {
    float: left;
    width: auto;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .tabcon_wrap p.ito_text {
        width: 580px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .tabcon_wrap p.ito_text {
        float: none;
        margin-top: 24px;
    }
    section.intro.ctlab01 .tabcon_wrap p.ito_text br {
        display: none;
    }
    section.intro.ctlab01 .tabcon_wrap p.ito_text {
        width: auto;
    }
}
section.intro.ctlab01 .vis {
    position: relative;
    width: calc(100% - 370px);
    height: 650px;
    margin-top: 100px;
    background-image: url(../images/sub/intro/ctlab01.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
@media (max-width: 1650px) {
    section.intro.ctlab01 .vis {
        width: 100%;
        background-position: center center;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .vis {
        height: 520px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .vis {
        width: 100%;
        height: 364px;
        margin-top: 40px;
        /* background-image: url(../images/sub/intro/ctlab01@2x.jpg); */
        background-size: cover;
    }
}
@media (max-width: 750px) {
    section.intro.ctlab01 .vis {
        height: 260px;
    }
}
section.intro.ctlab01 .artcgrp {
    width: 100%;
    padding-bottom: 160px;
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp {
        padding-bottom: 100px;
    }
}
section.intro.ctlab01 .artcgrp .corp {
    position: relative;
    width: 1180px;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.ctlab01 .artcgrp .corp .artc {
    position: absolute;
    top: 50%;
    max-width: 480px;
}
@media (max-width: 1650px) {
    section.intro.ctlab01 .artcgrp .corp .artc {
        max-width: 380px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp .artc {
        position: relative;
        top: 0;
        max-width: 100%;
        transform: translate(0, 0%);
    }
}
section.intro.ctlab01 .artcgrp .corp .artc.js-motion-end {
    transition: all ease 0.3s;
}
section.intro.ctlab01 .artcgrp .corp .artc p {
    font-size: 18px;
    font-weight: inherit;
    line-height: 32px;
    letter-spacing: -0.02em;
    letter-spacing: -0.02em;
    word-break: keep-all;
    color: #121212;
}
section.intro.ctlab01 .artcgrp .corp .artc p + p {
    margin-top: 30px;
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp .artc p + p {
        margin-top: 40px;
    }
}
section.intro.ctlab01 .artcgrp .corp .imgbx img {
    width: 100%;
}
section.intro.ctlab01 .artcgrp .corp.grd1 {
    left: 100px;
    margin: 180px auto 0 auto;
}
@media (max-width: 1650px) {
    section.intro.ctlab01 .artcgrp .corp.grd1 {
        left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd1 {
        margin: 40px auto 0 auto;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd1 .imgbx {
    float: right;
    width: 480px;
    height: 480px;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd1 .imgbx {
        width: 384px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd1 .imgbx {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd1 .artc {
    left: 100px;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd1 .artc {
        left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd1 .artc {
        position: relative;
        left: 0;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd2 {
    margin: 80px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd2 {
        margin: 40px auto 0 auto;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd2 .imgbx {
    left: -70px;
    float: left;
    width: 550px;
    height: 782px;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd2 .imgbx {
        width: 440px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd2 .imgbx {
        left: 0;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd2 .artc {
    right: 0;
    padding-top: 100px;
}
@media (max-width: 1650px) {
    section.intro.ctlab01 .artcgrp .corp.grd2 .artc {
        right: 100px;
        padding-top: 0;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd2 .artc {
        right: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd2 .artc {
        right: 0;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd3 {
    margin: 180px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 {
        width: 824px;
        margin-right: 0;
        padding-left: 100px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 {
        width: calc(100% - 50px);
        margin: 40px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd3 .imgbx {
    position: relative;
    right: -360px;
    float: right;
    width: 748px;
    height: 560px;
}
@media (max-width: 1650px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 .imgbx {
        right: -170px;
        padding-top: 0;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 .imgbx {
        right: 0;
        width: 400px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 .imgbx {
        right: 0;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
}
section.intro.ctlab01 .artcgrp .corp.grd3 .artc {
    left: 200px;
}
@media (max-width: 1650px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 .artc {
        left: 100px;
        padding-top: 0;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 .artc {
        left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab01 .artcgrp .corp.grd3 .artc {
        left: 0;
    }
}
section.intro.ctlab01 article {
    display: table;
    width: 1180px;
    margin: auto;
    padding: 00px 0 0;
    word-break: keep-all;
}
section.intro.ctlab01 article.grid1 {
    margin-top: 110px;
}
section.intro.ctlab01 article.grid2 {
    margin-top: 80px;
    margin-bottom: 120px;
}
section.intro.ctlab01 article p.ctp01 {
    float: right;
    width: 690px;
    padding-top: 10px;
    padding-bottom: 90px;
}
section.intro.ctlab01 .visbox {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../images/sub/intro/ctlab01_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
section.intro.ctlab01 .visbox:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 870px;
    height: 77px;
    content: '';
    background: #fff;
}
section.intro.ctlab02 .tabcon_wrap {
    padding: 0 0 0 90px;
}
@media (max-width: 1279px) {
    section.intro.ctlab02 .tabcon_wrap {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab02 .tabcon_wrap {
        padding: 0;
    }
}
section.intro.ctlab02 .tabcon_wrap h3.title {
    float: left;
    width: auto;
    padding-right: 120px;
}
@media (max-width: 1279px) {
    section.intro.ctlab02 .tabcon_wrap h3.title {
        padding-right: 56px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab02 .tabcon_wrap h3.title {
        float: none;
        padding-right: 0;
    }
}
section.intro.ctlab02 .tabcon_wrap p.ito_text {
    float: left;
    width: auto;
}
@media (max-width: 1024px) {
    section.intro.ctlab02 .tabcon_wrap p.ito_text {
        float: none;
        margin-top: 24px;
    }
    section.intro.ctlab02 .tabcon_wrap p.ito_text br {
        display: none;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .tabcon_wrap {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .tabcon_wrap {
        padding: 0;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .tabcon_wrap h3.title {
        padding-right: 56px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .tabcon_wrap h3.title {
        float: none;
        padding-right: 0;
    }
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .tabcon_wrap p.ito_text {
        width: 550px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .tabcon_wrap p.ito_text {
        float: none;
        width: auto;
        margin-top: 24px;
    }
    section.intro.ctlab03 .tabcon_wrap p.ito_text br {
        display: none;
    }
}
section.intro.ctlab03 .tabmain_img {
    margin: 0 auto;
    padding-top: 80px;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .tabmain_img {
        padding-top: 40px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .tabmain_img img {
        width: 100%;
    }
}
section.intro.ctlab03 .contbx {
    width: 100%;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.ctlab03 .contbx .inner {
    width: 1180px;
    margin: auto;
    padding: 100px 0;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .inner {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .inner {
        width: 100%;
        padding: 80px 0 100px 0;
    }
}
section.intro.ctlab03 .contbx.gray {
    background: #f5f5f5;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx.gray .inner {
        padding: 80px 0 80px 0;
    }
}
section.intro.ctlab03 .contbx .tit {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .tit {
        font-size: 22px;
        line-height: 22px;
    }
}
section.intro.ctlab03 .contbx .govlablstbx {
    display: table;
    width: 1180px;
    margin: 30px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .govlablstbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .govlablstbx {
        width: 100%;
    }
}
section.intro.ctlab03 .contbx .govlablstbx + .govlablstbx {
    margin-top: 60px;
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx {
    float: left;
    width: 360px;
    margin-left: 50px;
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx:nth-child(3n + 1) {
    margin-left: 0;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .govlablstbx .govlabbx {
        width: 274px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .govlablstbx .govlabbx {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    section.intro.ctlab03 .contbx .govlablstbx .govlabbx + .govlabbx {
        margin-top: 60px;
    }
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .logobx {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    border: 1px solid #ebebeb;
    background: #fff;
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .logobx img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .titg {
    font-size: 18px;
    line-height: 18px;
    margin-top: 24px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .govlablstbx .govlabbx .titg {
        font-size: 17px;
        line-height: 17px;
        margin-top: 20px;
    }
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .descg {
    margin-top: 10px;
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .descg p {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    padding-left: 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .descg p + p {
    margin-top: 5px;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .govlablstbx .govlabbx .descg p + p {
        margin-top: 5px;
    }
}
section.intro.ctlab03 .contbx .govlablstbx .govlabbx .descg p:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #121212;
}
section.intro.ctlab03 .contbx .patentlstbx {
    display: table;
    width: 100%;
    margin: 30px auto 0 auto;
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx {
    position: relative;
    float: left;
    width: 310px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 35px;
    background: #fff;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx {
        width: 224px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx {
        float: none;
        width: calc(100% - 50px);
        margin-top: 10px;
        margin-left: 0;
        padding: 25px;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(3n + 1) {
    margin-left: 0;
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(1),
section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(2),
section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(3) {
    margin-top: 0;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(1) {
        margin-top: 0;
    }
    section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(2),
    section.intro.ctlab03 .contbx .patentlstbx .patentbx:nth-child(3) {
        margin-top: 10px;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline2 {
    height: 110px;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline2 {
        height: 220px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline2 {
        height: auto;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline3 {
    height: 140px;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline3 {
        height: 220px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline3 {
        height: auto;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline4 {
    height: 170px;
}
@media (max-width: 1279px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline4 {
        height: 220px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx.maxline4 {
        height: auto;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx .desc_o {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx .desc_o {
        font-size: 17px;
        line-height: 26px;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx .patent_country {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #636569;
}
@media (max-width: 1024px) {
    section.intro.ctlab03 .contbx .patentlstbx .patentbx .patent_country {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
}
section.intro.ctlab03 .contbx .patentlstbx .patentbx .patent_country span.iso {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    margin-right: 10px;
    padding: 6px 11px;
    color: #fff;
    border-radius: 100px;
    background: #004da8;
}
section.intro.ctlab04 {
    width: 1180px;
    margin: 32px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.ctlab04 {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab04 {
        width: 100%;
        margin-top: 25px;
        padding: 50px 0 0 0;
    }
}
section.intro.ctlab04 .pipe {
    display: table;
    width: 100%;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap {
        /* padding-top: 30px; */
        border-top: 2px solid #121212;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .top_box {
    position: relative;
    z-index: 0;
    display: table;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #121212;
}
@media (max-width: 1279px) {
    section.intro.ctlab04 .pipe .pipe_wrap .top_box {
        width: 924px;
        margin: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .top_box {
        display: none;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .top_box .tbox {
    font-size: 18px;
    line-height: 100px;
    float: left;
    box-sizing: border-box;
    height: 100px;
    text-align: center;
    color: #121212;
    border-top: 2px solid #121212;
    border-right: 1px solid #d3d3d3;
    background-color: #f8f8f9;
}
section.intro.ctlab04 .pipe .pipe_wrap .top_box .tbox.type_01 {
    width: 140px;
}
section.intro.ctlab04 .pipe .pipe_wrap .top_box .tbox.type_02 {
    width: 320px;
}
section.intro.ctlab04 .pipe .pipe_wrap .top_box .tbox.type_03 {
    line-height: 50px;
    width: 720px;
    height: 50px;
    border-right: none;
}
@media (max-width: 1279px) {
    section.intro.ctlab04 .pipe .pipe_wrap .top_box .tbox.type_03 {
        width: 464px;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row {
    display: table;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1279px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row {
        width: 924px;
        margin: auto;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row {
        width: 100%;
        margin-bottom: 40px;
    }
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row:last-child {
        margin-bottom: 0;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box {
    font-size: 18px;
    line-height: 70px;
    float: left;
    box-sizing: border-box;
    height: 70px;
    text-align: center;
    color: #121212;
    border-right: 1px solid #d3d3d3;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box:last-child {
    border-right: none;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box {
        font-size: 20px;
        float: none;
        height: auto;
        color: #121212;
        border-right: none;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_01 {
    width: 140px;
    font-weight: 600;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_01 {
        font-weight: 500;
        line-height: 20px;
        width: 100%;
        height: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_02 {
    width: 320px;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_02 {
        line-height: 20px;
        width: 100%;
        height: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_03 {
    width: 720px;
}
@media (max-width: 1279px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_03 {
        width: 464px;
    }
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box.type_03 {
        width: 100%;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box {
    position: relative;
    width: 100%;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .bar_tit {
    line-height: 50px;
    position: absolute;
    top: -51px;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border-top: 1px solid #d3d3d3;
    background-color: #f5faff;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .bar_tit {
        line-height: 38px;
        position: relative;
        top: 0;
        display: block;
        box-sizing: border-box;
        height: 40px;
        border-bottom: 1px solid #d3d3d3;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .bar_tit p {
    float: left;
    box-sizing: border-box;
    width: 25%;
    color: #121212;
    border-right: 1px solid #d3d3d3;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .bar_tit p:last-child {
    border-right: none;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .bar_tit p {
        font-size: 15px;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area {
    position: relative;
    width: 100%;
    height: 70px;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area {
        height: 60px;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .emt {
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    border-right: 1px solid #d3d3d3;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .emt.bd_none {
    border-right: none;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    height: 8px;
    margin-top: -4px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar:before {
    position: absolute;
    display: block;
    width: calc(100% - 6px);
    height: 100%;
    content: '';
    background-color: #004da8;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar:after {
    position: absolute;
    top: 50%;
    right: -4px;
    display: block;
    margin-top: -4px;
    content: '';
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #004da8;
}
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar:after {
        right: -3px;
    }
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w20:before {
    width: calc(20% - 6px);
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w20:after {
    right: -10px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w30:before {
    width: calc(30% - 6px);
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w30:after {
    right: -10px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w50:before {
    width: calc(50% - 6px);
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w50:after {
    right: -10px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w60:before {
    width: calc(60% - 6px);
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w60:after {
    right: -10px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w70:before {
    width: calc(70% - 6px);
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row .row_box .bar_box .emt_area .bar.w70:after {
    right: -10px;
}
section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .row:first-child .row_box.type_03 .bar_box .bar_tit {
    display: block;
}
section.intro.factory .factory_hd {
    display: table;
    width: 1180px;
    margin: auto;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_hd {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.factory .factory_hd .tit {
    font-size: 30px;
    line-height: 45px;
    padding-left: 100px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_hd .tit {
        font-size: 24px;
        line-height: 36px;
        padding-left: 0;
    }
}
section.intro.factory .factory_hd .desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
    padding-left: 100px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_hd .desc {
        font-size: 17px;
        line-height: 30px;
        padding-left: 0;
    }
}
section.intro.factory .vismvbx {
    position: relative;
    width: 100%;
    height: 664px;
    margin-top: 60px;
    background-image: url(../images/sub/intro/factorymvbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1279px) {
    section.intro.factory .vismvbx {
        height: 530px;
        background-image: url(../images/sub/intro/factorymvbg_min.jpg);
    }
}
@media (max-width: 1024px) {
    section.intro.factory .vismvbx {
        height: 296px;
        background-image: url(../images/sub/intro/factorymvbg_mo@2x.jpg);
    }
}
@media (max-width: 750px) {
    section.intro.factory .vismvbx {
        height: 212px;
    }
}
section.intro.factory .vismvbx .playbtnc {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    margin-left: -42px;
    cursor: pointer;
    background: url(../images/sub/intro/vismvbxplay@2x.png) no-repeat center;
    background-size: 84px 84px;
}
@media (max-width: 1024px) {
    section.intro.factory .vismvbx .playbtnc {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        background-size: 50px;
    }
}
section.intro.factory .factory_cont {
    display: table;
    width: 1180px;
    margin: 120px auto 0 auto;
}
@media (max-width: 1279px) {
    section.intro.factory .factory_cont {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont {
        width: calc(100% - 50px);
        margin: 80px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.factory .factory_cont .titf {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .titf {
        font-size: 22px;
        line-height: 28px;
    }
}
section.intro.factory .factory_cont .descf {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .descf {
        font-size: 18px;
        line-height: 32px;
        margin-top: 18px;
    }
}
section.intro.factory .factory_cont .vinfbx_a {
    display: table;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 80px 0 70px 0;
    background: #f5f5f5;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_a {
        margin-left: -25px;
        padding: 60px 25px 55px 25px;
    }
}
section.intro.factory .factory_cont .vinfbx_a .diag {
    margin: auto;
    text-align: center;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_a .diag {
        padding: 0 20px;
    }
}
section.intro.factory .factory_cont .vinfbx_a .diag img {
    margin: auto;
}
@media (max-width: 1279px) {
    section.intro.factory .factory_cont .vinfbx_a .diag img {
        width: 710px;
    }
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_a .diag img {
        width: 50%;
    }
}
@media (max-width: 750px) {
    section.intro.factory .factory_cont .vinfbx_a .diag img {
        width: 100%;
    }
}
section.intro.factory .factory_cont .vinfbx_a .diagstep {
    display: table;
    margin: 100px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_a .diagstep {
        margin: 60px auto 0 auto;
    }
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx {
    float: left;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
    padding: 90px 0 0 0;
    text-align: center;
    border: 1px solid #ebebeb;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 30px;
}
@media (max-width: 1279px) {
    section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx {
        width: 130px;
        height: 130px;
        padding: 75px 0 0 0;
        background-position: center 20px;
    }
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx.d01 {
    background-image: url(../images/sub/intro/d01@2x.png);
    background-size: 41px 40px;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx.d02 {
    background-image: url(../images/sub/intro/d02@2x.png);
    background-size: 37px 40px;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx.d03 {
    background-image: url(../images/sub/intro/d03@2x.png);
    background-size: 40px 38px;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx.d04 {
    background-image: url(../images/sub/intro/d04@2x.png);
    background-size: 43px 40px;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx.d05 {
    background-image: url(../images/sub/intro/d05@2x.png);
    background-size: 35px 40px;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx.d06 {
    background-image: url(../images/sub/intro/d06@2x.png);
    background-size: 40px 40px;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx + .diagbx {
    margin-left: 10px;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx + .diagbx {
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx {
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }
    section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx:nth-child(even) {
        margin-left: 16px;
    }
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx .stp_tt {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #004da8;
}
section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx .stp_desc {
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.factory .factory_cont .vinfbx_a .diagstep .diagbx .stp_desc {
        font-size: 15px;
        margin-top: 5px;
    }
}
section.intro.factory .factory_cont .vinfbx_b {
    position: relative;
    width: 100%;
    margin: 110px auto 0 auto;
}
section.intro.factory .factory_cont .vinfbx_b:before {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 70px;
    height: 49px;
    margin-left: -35px;
    content: '';
    background: url(../images/sub/intro/fac_arr@2x.png);
    background-position: center;
    background-size: 100%;
}
section.intro.factory .factory_cont .vinfbx_b .fcbx {
    float: left;
    width: 220px;
    height: auto;
}
@media (max-width: 1279px) {
    section.intro.factory .factory_cont .vinfbx_b .fcbx {
        width: 168px;
    }
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_b .fcbx {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
section.intro.factory .factory_cont .vinfbx_b .fcbx + .fcbx {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_b .fcbx + .fcbx {
        margin-top: 60px;
        margin-left: 0;
    }
}
section.intro.factory .factory_cont .vinfbx_b .fcbx i {
    width: 220px;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_b .fcbx i {
        width: 100%;
    }
}
section.intro.factory .factory_cont .vinfbx_b .fcbx i img {
    width: 100%;
}
section.intro.factory .factory_cont .vinfbx_b .fcbx .fig {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.factory .factory_cont .vinfbx_b .fcbx .fig {
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px;
    }
}
section.intro.cmobz .cmobz_hd {
    display: table;
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_hd {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.intro.cmobz .cmobz_hd .tit {
    font-size: 30px;
    line-height: 45px;
    padding-left: 100px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_hd .tit {
        padding-left: 50px;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .tit {
        font-size: 24px;
        line-height: 36px;
        padding-left: 0;
    }
}
section.intro.cmobz .cmobz_hd .desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
    padding-left: 100px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_hd .desc {
        padding-right: 50px;
        padding-left: 50px;
    }
    section.intro.cmobz .cmobz_hd .desc br.pc {
        display: none;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .desc {
        font-size: 17px;
        line-height: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}
section.intro.cmobz .cmobz_hd .tbaq {
    width: 100%;
    margin-top: 60px;
}
section.intro.cmobz .cmobz_hd .tbaq table {
    width: 100%;
}
section.intro.cmobz .cmobz_hd .tbaq table colgroup col:nth-child(1) {
    width: 300px;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .tbaq table colgroup col:nth-child(1) {
        width: 24%;
    }
}
section.intro.cmobz .cmobz_hd .tbaq table colgroup col:nth-child(2) {
    width: 580px;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .tbaq table colgroup col:nth-child(2) {
        width: 52%;
    }
}
section.intro.cmobz .cmobz_hd .tbaq table colgroup col:nth-child(3) {
    width: 300px;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .tbaq table colgroup col:nth-child(3) {
        width: 24%;
    }
}
section.intro.cmobz .cmobz_hd .tbaq table thead {
    border-top: 2px solid #121212;
    border-bottom: 1px solid #121212;
}
section.intro.cmobz .cmobz_hd .tbaq table thead tr {
    background: #f8f8f9;
}
section.intro.cmobz .cmobz_hd .tbaq table thead tr td {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .tbaq table thead tr td {
        font-size: 17px;
    }
}
section.intro.cmobz .cmobz_hd .tbaq table thead tr td:nth-child(2) {
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}
section.intro.cmobz .cmobz_hd .tbaq table tbody {
    border-bottom: 1px solid #808080;
}
section.intro.cmobz .cmobz_hd .tbaq table tbody tr {
    border-top: 1px solid #d3d3d3;
}
section.intro.cmobz .cmobz_hd .tbaq table tbody tr:first-child {
    border-top: 0;
}
section.intro.cmobz .cmobz_hd .tbaq table tbody tr td {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_hd .tbaq table tbody tr td {
        font-size: 17px;
        padding: 10px;
    }
}

section.intro.cmobz .cmobz_hd .tbaq table tbody tr td {
    border-right: 1px solid #d3d3d3;
}
section.intro.cmobz .cmobz_hd .tbaq table tbody tr td:nth-child(3) {
    border-right: none;
}
section.intro.cmobz .cmobz_vis {
    display: table;
    width: 100%;
    height: 480px;
    margin-top: 100px;
    background-image: url(../images/sub/intro/cmobz_vis.jpg);
    background-repeat: no-repeat;
    background-position: relative;
    background-size: cover;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_vis {
        height: 728px;
        margin-top: 80px;
        background-image: url(../images/sub/intro/cmobz_vis_mo@2x.jpg);
    }
}
@media (max-width: 750px) {
    section.intro.cmobz .cmobz_vis {
        height: 520px;
    }
}
section.intro.cmobz .cmobz_vis .inner {
    display: table-cell;
    vertical-align: middle;
}
section.intro.cmobz .cmobz_vis p {
    font-size: 30px;
    line-height: 45px;
    position: relative;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_vis p {
        font-size: 24px;
        line-height: 35px;
        padding: 0 35px;
        word-break: keep-all;
    }
}
section.intro.cmobz .cmobz_vis p:before {
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 24px;
    margin-left: -12px;
    content: '“';
    letter-spacing: -0.02em;
    color: #fff;
}
section.intro.cmobz .cmobz_vis p:after {
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 24px;
    margin-left: -12px;
    content: '”';
    letter-spacing: -0.02em;
    color: #fff;
}
section.intro.cmobz .cmobz_inf {
    width: 1050px;
    margin: 100px auto 0 auto;
    padding: 80px 0 80px 130px;
    background: #f5f5f5;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_inf {
        width: 924px;
        padding: 80px 0;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_inf {
        width: calc(100% - 50px);
        margin: 60px 25px 0 25px;
        padding: 0;
    }
    section.intro.cmobz .cmobz_inf img {
        width: 50%;
        margin: auto;
    }
}
@media (max-width: 750px) {
    section.intro.cmobz .cmobz_inf img {
        width: 100%;
    }
}
section.intro.cmobz .cmobz_ppcwrap {
    width: 100%;
    margin: 100px auto 0 auto;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap {
        width: calc(100% - 50px);
        margin: 80px auto 0 auto;
        padding: 0 25px;
    }
}
section.intro.cmobz .cmobz_ppcwrap .ppctit {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx {
    display: table;
    box-sizing: border-box;
    width: 1180px;
    margin: 30px auto 0 auto;
    border: 4px solid #ebebeb;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx {
    position: relative;
    float: left;
    width: 390px;
    height: 180px;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx {
        width: 305px;
        height: 220px;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx {
        width: 100%;
        height: auto;
        padding: 30px 0 30px 0;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx + .ppcsbx:before {
    position: absolute;
    top: 36px;
    left: 0;
    width: 1px;
    height: 100px;
    content: '';
    background: #ebebeb;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx + .ppcsbx:before {
        top: 50px;
        height: 120px;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx + .ppcsbx:before {
        top: 0;
        left: 35px;
        width: calc(100% - 70px);
        height: 1px;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas {
    width: calc(100% - 40px);
    margin-top: 54px;
    padding-left: 40px;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas {
        margin-top: 48px;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas {
        width: calc(100% - 35px);
        margin-top: 0;
        padding-left: 35px;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas .name {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas .name {
        display: block;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas .name {
        display: block;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas .org {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    margin-left: 7px;
    letter-spacing: -0.02em;
    color: #004da8;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas .org {
        display: block;
        margin-top: 14px;
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas .org {
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info {
    width: calc(100% - 40px);
    margin-top: 30px;
    padding-left: 40px;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info {
        width: calc(100% - 35px);
        margin-top: 25px;
        padding-left: 35px;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .tel {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    letter-spacing: -0.02em;
    color: #636569;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .tel {
        display: block;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .tel:before {
    line-height: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    content: '';
    background: url(../images/sub/intro/tel_ico@2x.png);
    background-size: 16px;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .tel:before {
        width: 14px;
        height: 14px;
        margin-right: 12px;
        background-size: 14px;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .mail {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    margin-left: 17px;
    letter-spacing: -0.02em;
    color: #636569;
}
@media (max-width: 1279px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .mail {
        margin-top: 15px;
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .mail {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .mail:before {
    line-height: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    content: '';
    background: url(../images/sub/intro/mail_ico@2x.png);
    background-size: 16px;
}
@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info .mail:before {
        width: 14px;
        height: 14px;
        margin-right: 12px;
        background-size: 14px;
    }
}
section.prod.map {
    margin-bottom: -1px;
    padding-bottom: 0;
}
@media (max-width: 1024px) {
    section.prod.map {
        margin-bottom: 0;
    }
}
section.prod .phmapbx {
    position: relative;
    width: 1180px;
    margin: 70px auto 0 auto;
    padding-bottom: 100px;
}
@media (max-width: 1279px) {
    section.prod .phmapbx {
        width: 924px;
    }
}
section.prod .phmapbx:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d3d3d3;
}
@media (max-width: 1024px) {
    section.prod .phmapbx:after {
        left: 25px;
        width: calc(100% - 50px);
    }
}
@media (max-width: 1024px) {
    section.prod .phmapbx {
        width: calc(100% - 50px);
        margin: 40px auto 0 auto;
        padding: 0 25px 40px 25px;
    }
}
section.prod .phmapbx + .phmapbx {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 0;
}
section.prod .phmapbx + .phmapbx:after {
    display: none;
}
section.prod .phmapbx .tit {
    display: table;
    text-align: left;
}
section.prod .phmapbx .tit .step {
    font-size: 15px;
    line-height: 30px;
    float: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .tit .step {
        line-height: 15px;
    }
}
section.prod .phmapbx .tit .tits {
    font-size: 30px;
    line-height: 30px;
    float: left;
    margin-left: 28px;
    color: #121212;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .tit .tits {
        font-size: 17px;
        line-height: 15px;
        position: relative;
        top: -2px;
        margin-left: 10px;
    }
}
section.prod .phmapbx .tit + .mapsch {
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .tit + .mapsch {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
section.prod .phmapbx .mapsortbx {
    display: table;
    width: 100%;
    margin-top: 36px;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .mapsortbx {
        margin-top: 20px;
    }
}
section.prod .phmapbx .mapsortbx .sortbx {
    float: left;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .mapsortbx .sortbx {
        width: 100%;
    }
}
section.prod .phmapbx .mapsortbx .sortbx + .sortbx {
    margin-left: 5px;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .mapsortbx .sortbx + .sortbx {
        margin-top: 5px;
        margin-left: 0;
    }
}
section.prod .phmapbx .mapsortbx .sortbx .ipt + .sortsubmit {
    margin-left: 5px;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .mapsortbx .sortbx .ipt + .sortsubmit {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}
section.prod .phmapbx .mapsortbx .sortsubmit {
    font-size: 15px;
    line-height: 48px;
    float: left;
    width: 75px;
    height: 47px;
    text-align: center;
    color: #fff;
    background: #004da8;
}
section.prod .phmapbx .schbx {
    display: block;
    width: 980px;
    margin: 0 auto 0 auto;
}
@media (max-width: 1279px) {
    section.prod .phmapbx .schbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.prod .phmapbx .schbx {
        width: 100%;
    }
}
section.prod .phmapbx .prodlstbx {
    display: block;
    clear: both;
    width: 100%;
    height: 220px;
}
section.prod .phmapbx .prodlstbx.data_none {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    height: auto;
    padding-top: 140px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #a0a0a0;
}
@media (max-width: 1024px) {
    section.prod .phmapbx .prodlstbx.data_none {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 100px;
    }
}
section.prod .phmapbx .prodlstbx.data_none:before {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 64px;
    height: 58px;
    margin-left: -32px;
    content: '';
    background: url(../images/sub/prod/schmp_ico.png);
    background-size: 100%;
}
section.prod .phmapbx .prodlstbx .slick-slide {
    width: 180px;
}
@media (max-width: 1279px) {
    section.prod .phmapbx .prodlstbx .slick-slide {
        width: 165px;
    }
}
section.prod .phmapbx .prodlstbx .slick-slide + .slick-slide {
    margin-left: 20px;
}
@media (max-width: 1279px) {
    section.prod .phmapbx .prodlstbx .slick-slide + .slick-slide {
        margin-left: 25px;
    }
}
section.prod .phmapbx .prodlstbx .slick-arrow.slick-next {
    right: -90px;
    width: 9px;
    height: 19px;
    background: url(../images/sub/prod/prod_sliarr.png);
    background-size: 9px 19px;
}
@media (max-width: 1279px) {
    section.prod .phmapbx .prodlstbx .slick-arrow.slick-next {
        top: 85px;
        right: -20px;
    }
}
section.prod .phmapbx .prodlstbx .slick-arrow.slick-next:after,
section.prod .phmapbx .prodlstbx .slick-arrow.slick-next:before {
    display: none;
}
section.prod .phmapbx .prodlstbx .slick-arrow.slick-prev {
    left: -90px;
    width: 9px;
    height: 19px;
    transform: rotate(-180deg);
    background: url(../images/sub/prod/prod_sliarr.png);
    background-size: 9px 19px;
}
@media (max-width: 1279px) {
    section.prod .phmapbx .prodlstbx .slick-arrow.slick-prev {
        top: 75px;
        left: -20px;
    }
}
section.prod .phmapbx .prodlstbx .slick-arrow.slick-prev:after,
section.prod .phmapbx .prodlstbx .slick-arrow.slick-prev:before {
    display: none;
}
section.prod .phmapbx .prodlstbx .prodbx {
    float: left;
    box-sizing: border-box;
    width: 180px;
    height: 220px;
}
section.prod .phmapbx .prodlstbx .prodbx .thumb {
    position: relative;
    width: 180px;
    height: 180px;
}
@media (max-width: 1279px) {
    section.prod .phmapbx .prodlstbx .prodbx .thumb {
        width: 165px;
        height: auto;
    }
}
section.prod .phmapbx .prodlstbx .prodbx .thumb img {
    width: 100%;
}
section.prod .phmapbx .prodlstbx .prodbx .prodtit {
    font-size: 15px;
    line-height: 15px;
    padding-top: 20px;
    color: #121212;
}
section.prod .guidebx {
    display: table;
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    section.prod .guidebx {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 00px;
    }
}
section.prod .guidebx p {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    padding-left: 10px;
    color: #121212;
}
section.prod .guidebx p:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    content: '';
    border-radius: 50%;
    background: #636569;
}
@media (max-width: 1024px) {
    section.prod .guidebx p:before {
        top: 10px;
        margin-top: 0;
    }
}
section.prod .phmapwrap {
    position: relative;
    width: 100%;
    padding-top: 60px;
    border-top: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
    section.prod .phmapwrap {
        width: calc(100% - 50px);
        padding: 60px 25px 0 25px;
    }
}
section.prod .phmapwrap.data_none {
    padding-top: 0;
}
section.prod .phmapwrap.data_none .phmap .phmaplst .inner.data_none {
    height: 640px;
    padding-top: 346px;
    text-align: center;
}
@media (max-width: 1024px) {
    section.prod .phmapwrap.data_none .phmap .phmaplst .inner.data_none {
        height: auto;
        padding-top: 190px;
        padding-bottom: 100px;
    }
}
section.prod .phmapwrap.data_none .phmap .phmaplst .inner.data_none p.data_none {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    color: #a0a0a0;
}
section.prod .phmapwrap.data_none .phmap .phmaplst .inner.data_none p.data_none:before {
    position: absolute;
    top: -86px;
    left: 50%;
    width: 64px;
    height: 56px;
    margin-left: -32px;
    content: '';
    background: url(../images/sub/prod/prod_map_none.png);
    background-size: 100%;
}
section.prod .phmapwrap .phrst {
    font-size: 30px;
    line-height: 46px;
    width: 980px;
    margin: auto;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.prod .phmapwrap .phrst {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.prod .phmapwrap .phrst {
        width: 100%;
    }
}
section.prod .phmapwrap .phrst span {
    color: #004da8;
}
section.prod .phmapwrap .mpinfbx {
    position: absolute;
    z-index: 5;
    bottom: 72px;
    left: 50%;
    width: 280px;
    height: auto;
    margin-left: -140px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
section.prod .phmapwrap .mpinfbx .cls {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 18px;
    width: 14px;
    height: 14px;
    background: #333;
    background: url(../images/sub/prod/mpinfcls@2x.png);
    background-size: 100%;
}
section.prod .phmapwrap .mpinfbx:before {
    position: absolute;
    z-index: 10;
    bottom: -18px;
    left: 50%;
    margin-left: -16px;
    content: '';
    border-top: 18px solid #fff;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
}
section.prod .phmapwrap .mpinfbx .inner {
    padding: 30px;
}
section.prod .phmapwrap .mpinfbx .inner .tit {
    font-size: 18px;
    line-height: 18px;
    color: #121212;
}
section.prod .phmapwrap .mpinfbx .inner .adrs {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0;
    white-space: normal;
    color: #636569;
}
section.prod .phmapwrap .mpinfbx .inner .tel {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    color: #121212;
}
section.prod .phmapwrap .mpinfbx .inner .tel:before {
    line-height: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    content: '';
    background: url(../images/sub/prod/telico@2x.png);
    background-size: 14px;
}
section.prod .phmapwrap .phmap {
    position: relative;
    width: 100%;
    height: 780px;
    background: #eee;
}
@media (max-width: 1024px) {
    section.prod .phmapwrap .phmap {
        width: calc(100% + 50px);
        height: auto;
        margin-left: -25px;
    }
}
section.prod .phmapwrap .phmap .mapbx {
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    section.prod .phmapwrap .phmap .mapbx {
        position: relative;
        height: 567px;
    }
}
section.prod .phmapwrap .phmaplst {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 50px;
    overflow: hidden;
    width: 380px;
    height: 700px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1279px) {
    section.prod .phmapwrap .phmaplst {
        width: 330px;
    }
}
@media (max-width: 1024px) {
    section.prod .phmapwrap .phmaplst {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: none;
    }
}
section.prod .phmapwrap .phmaplst .hds {
    font-size: 15px;
    line-height: 60px;
    width: calc(100% - 30px);
    height: 60px;
    padding-left: 30px;
    background: #f8f8f9;
}
section.prod .phmapwrap .phmaplst .hds span.cnt {
    color: #004da8;
}
section.prod .phmapwrap .phmaplst .inner {
    overflow: auto;
    max-height: 640px;
    padding: 0 20px;
}
section.prod .phmapwrap .phmaplst .lstph {
    position: relative;
    display: block;
    width: calc(100% - 10px);
    padding: 30px 0 30px 10px;
    cursor: pointer;
    border-bottom: 1px #ebebeb solid;
}
section.prod .phmapwrap .phmaplst .lstph.active:after {
    background: url(../images/sub/prod/lstmap_pin_on@2x.png);
    background-size: 42px 52px;
}
section.prod .phmapwrap .phmaplst .lstph.active .phtit {
    text-decoration: underline;
    color: #004da8;
}
section.prod .phmapwrap .phmaplst .lstph.active .phadr {
    color: #004da8;
}
section.prod .phmapwrap .phmaplst .lstph.active .phtel {
    color: #004da8;
}
section.prod .phmapwrap .phmaplst .lstph.active .phtel:before {
    background: url(../images/sub/prod/telico_on@2x.png);
    background-size: 14px;
}
section.prod .phmapwrap .phmaplst .lstph:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 42px;
    height: 52px;
    margin-top: -26px;
    content: '';
    background: url(../images/sub/prod/lstmap_pin@2x.png);
    background-size: 42px 52px;
}
section.prod .phmapwrap .phmaplst .lstph .phtit {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.prod .phmapwrap .phmaplst .lstph .phadr {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    width: calc(100% - 50px);
    height: 48px;
    margin: 10px 0;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #636569;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.prod .phmapwrap .phmaplst .lstph .phtel {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    letter-spacing: -0.02em;
    color: #121212;
}
section.prod .phmapwrap .phmaplst .lstph .phtel:before {
    line-height: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    content: '';
    background: url(../images/sub/prod/telico@2x.png);
    background-size: 14px;
}
section.prod.brndlst {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
section.prod.brndlst + .ft_qsbx {
    border-top: 0;
}
section.prod.brndlst .brndlst_sli_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
section.prod.brndlst .brndlst_sli_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #004da8;
}
section.prod.brndlst .brndlst_sli_wrap .slick-dots li button:before {
    opacity: 1;
    color: #fff;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_arr {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    margin-top: -60px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndlst_sli_wrap .brndlst_arr {
        display: none;
    }
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_arr button {
    position: absolute;
    z-index: 10;
    width: 28px;
    height: 60px;
    cursor: pointer;
    background: url(../images/sub/prod/arr_brndlst.png);
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_arr button.prev {
    left: 65px;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_arr button.next {
    right: 65px;
    transform: rotate(180deg);
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_sli {
    margin-bottom: 0;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_sli .slick-dots {
    bottom: 45px;
    display: none !important;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndlst_sli_wrap .brndlst_sli .slick-dots {
        display: block !important;
    }
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_sli .slick-active .brndbx {
    transform: scale(1);
}
section.prod.brndlst .brndbx.slick-active {
    transform: scale(1);
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx {
    position: absolute;
    bottom: 94px;
    left: 50%;
    width: 1590px;
    margin-left: -795px;
}
@media (max-width: 1650px) {
    section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx {
        left: 0;
        width: calc(100% - 100px);
        margin-left: 0;
        padding: 0 50px;
    }
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx {
        display: none;
    }
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx {
    position: relative;
    float: left;
    width: 15.5% !important;
    cursor: pointer;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx + .navbx {
    margin-left: 8px;
}
@media (max-width: 1650px) {
    section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx + .navbx {
        margin-left: 0.8%;
    }
}
@media (max-width: 1650px) {
    section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx {
        width: 16%;
    }
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx .barline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx .barline:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    opacity: 0.3;
    background: #333;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx .barline .inset {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #004da8;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx.active .numq {
    font-size: 15px;
    line-height: 15px;
    transition: all ease 0.3s;
    opacity: 1;
    color: #004da8;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx.active .titq {
    font-size: 18px;
    font-weight: 700;
    transition: all ease 0.3s;
    opacity: 1;
    color: #004da8;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx .numq {
    font-size: 13px;
    line-height: 15px;
    padding-top: 14px;
    transition: all ease 0.3s;
    opacity: 0.3;
    color: #121212;
}
section.prod.brndlst .brndlst_sli_wrap .brndlst_navbx .navbx .titq {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 9px;
    transition: all ease 0.3s;
    letter-spacing: -0.02em;
    opacity: 0.3;
    color: #121212;
}
section.prod.brndlst .brndbx {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.prod.brndlst .brndbx .inner {
    position: relative;
    width: 100%;
    max-width: 1590px;
    height: 100%;
    margin: auto;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx .inner {
        width: calc(100% - 140px);
        padding: 0 70px;
    }
}
section.prod.brndlst .brndbx .inner .linkbx {
    position: absolute;
    top: 45%;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx .inner .linkbx {
        top: auto;
        bottom: 115px;
        display: block;
        width: calc(100% - 140px);
        margin-top: 0;
        padding: 0;
    }
    section.prod.brndlst .brndbx .inner .linkbx img {
        display: bloc;
        margin: auto;
        width: 50%;
    }
}
@media (max-width: 750px) {
    section.prod.brndlst .brndbx .inner .linkbx img {
        width: 100%;
    }
}
section.prod.brndlst .brndbx.brnd01 {
    background-image: url(../images/sub/prod/brndlst_bg_01.jpg);
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd01 {
        background-image: url(../images/sub/prod/brndlst_bg_01_mo@2x.jpg);
    }
}
section.prod.brndlst .brndbx.brnd01 .linkbx {
    margin-top: -38px;
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd01 .linkbx {
        padding: 0;
    }
}
section.prod.brndlst .brndbx.brnd02 {
    background-image: url(../images/sub/prod/brndlst_bg_02.jpg);
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd02 {
        background-image: url(../images/sub/prod/brndlst_bg_02_mo@2x.jpg);
    }
}
section.prod.brndlst .brndbx.brnd02 .linkbx {
    margin-top: -38px;
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd02 .linkbx {
        padding: 0;
    }
}
section.prod.brndlst .brndbx.brnd03 {
    background-image: url(../images/sub/prod/brndlst_bg_03.jpg);
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd03 {
        background-image: url(../images/sub/prod/brndlst_bg_03_mo@2x.jpg);
    }
}
section.prod.brndlst .brndbx.brnd03 .linkbx {
    margin-top: -38px;
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd03 .linkbx {
        padding: 0;
    }
}
section.prod.brndlst .brndbx.brnd04 {
    background-image: url(../images/sub/prod/brndlst_bg_04.jpg);
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd04 {
        background-image: url(../images/sub/prod/brndlst_bg_04_mo@2x.jpg);
    }
}
section.prod.brndlst .brndbx.brnd04 .linkbx {
    margin-top: -38px;
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd04 .linkbx {
        padding: 0;
    }
}
section.prod.brndlst .brndbx.brnd05 {
    background-image: url(../images/sub/prod/brndlst_bg_05.jpg);
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd05 {
        background-image: url(../images/sub/prod/brndlst_bg_05_mo@2x.jpg);
    }
}
section.prod.brndlst .brndbx.brnd05 .linkbx {
    margin-top: -38px;
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd05 .linkbx {
        padding: 0;
    }
}
section.prod.brndlst .brndbx.brnd06 {
    background: #d3d3d3;
    background-image: url(../images/sub/prod/prod_brnd06_main.jpg);
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd06 {
        background: rgba(136, 218, 220, 1);
        background-image: url(../images/sub/prod/prod_brnd06_main_mo.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
}
section.prod.brndlst .brndbx.brnd06 .linkbx {
    margin-top: -38px;
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.prod.brndlst .brndbx.brnd06 .linkbx {
        opacity: 0;
        padding: 0;
    }
}
@media (max-width: 1279px) {
    section.pr {
        padding-bottom: 346px;
    }
}
@media (max-width: 1024px) {
    section.pr {
        padding-bottom: 100px;
    }
}
section.pr .csinfo {
    width: 100%;
}
section.pr .csinfo .tit {
    font-size: 30px;
    line-height: 46px;
    width: 1080px;
    margin: auto;
    padding-left: 100px;
    color: #121212;
}
@media (max-width: 1024px) {
    section.pr .csinfo .tit {
        font-size: 20px;
        line-height: 32px;
        width: calc(100% - 90px);
        padding: 0 45px;
    }
}
section.pr .csinfo .contbx {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 140px;
    padding-bottom: 25.9%;
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx {
        margin-top: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
section.pr .csinfo .contbx .imgbx {
    position: absolute;
    left: 0;
    width: 1250px;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .imgbx {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .imgbx {
        position: relative;
        width: 100%;
    }
}
section.pr .csinfo .contbx .imgbx img {
    display: block;
    width: 100%;
}
section.pr .csinfo .contbx .infbx {
    position: absolute;
    top: 140px;
    right: 170px;
    width: 680px;
    height: 492px;
    background: #004da8;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .infbx {
        right: 50px;
        width: 544px;
        height: 390px;
    }
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .infbx {
        position: relative;
        width: calc(70% - 50px);
        height: auto;
        margin: -50px auto 0 auto;
        top: 0;
        right: 0;
    }
}
@media (max-width: 750px) {
    section.pr .csinfo .contbx .infbx {
        width: calc(100% - 50px);
        margin: -25px 25px 0 25px;
    }
}
section.pr .csinfo .contbx .infbx .inner {
    padding: 50px 50px 50px 100px;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .infbx .inner {
        padding: 35px 80px 40px 80px;
    }
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .infbx .inner {
        padding: 10px 20px;
    }
}
section.pr .csinfo .contbx .infbx .inner .qbx {
    padding: 30px 0 30px 120px;
    text-align: left;
    border-top: 1px solid #185fb2;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 60px 60px;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .infbx .inner .qbx {
        padding: 25px 0 25px 90px;
        background-size: 48px 48px;
    }
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .infbx .inner .qbx {
        padding: 30px 0 30px 80px;
        padding-left: 80px;
        background-position: 20px center;
        background-size: 34px 34px;
    }
}
section.pr .csinfo .contbx .infbx .inner .qbx:nth-child(1) {
    border-top: 0;
}
section.pr .csinfo .contbx .infbx .inner .qbx.q1 {
    background-image: url(../images/sub/pr/prcs_ico01@2x.png);
}
section.pr .csinfo .contbx .infbx .inner .qbx.q2 {
    background-image: url(../images/sub/pr/prcs_ico02@2x.png);
}
section.pr .csinfo .contbx .infbx .inner .qbx.q3 {
    background-image: url(../images/sub/pr/prcs_ico03@2x.png);
}
section.pr .csinfo .contbx .infbx .inner .qbx .titw {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .infbx .inner .qbx .titw {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .infbx .inner .qbx .titw {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 12px;
    }
}
section.pr .csinfo .contbx .infbx .inner .qbx .desc {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #fff;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .infbx .inner .qbx .desc {
        font-size: 15px;
        line-height: 23px;
    }
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .infbx .inner .qbx .desc {
        font-size: 17px;
    }
}
section.pr .csinfo .contbx .infbx .inner .qbx .desc .csnm {
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    section.pr .csinfo .contbx .infbx .inner .qbx .desc .csnm {
        font-size: 20px;
        line-height: 25px;
    }
}
section.pr .csinfo .contbx .infbx .inner .qbx .desc .cstm {
    font-size: 15px;
    line-height: 22px;
}
@media (max-width: 1279px) {
    section.pr .csinfo .contbx .infbx .inner .qbx .desc .cttm {
        font-size: 13px;
        line-height: 19px;
    }
}
section.pr .csinfo .contbx .infbx .inner .qbx .desc a {
    position: relative;
}
section.pr .csinfo .contbx .infbx .inner .qbx .desc a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff;
}
section.pr .pr_cont {
    width: 100%;
}
@media (max-width: 1024px) {
    section.pr .pr_cont {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.pr .pr_cont .mg_ct {
    display: table;
    width: 1180px;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    section.pr .pr_cont .mg_ct {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.pr .pr_cont .mg_ct {
        width: 100%;
    }
}
section.pr .pr_cont .mg_ct p.num {
    font-size: 18px;
    padding-bottom: 30px;
    letter-spacing: 0.06em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.pr .pr_cont .mg_ct p.num {
        font-size: 15px;
        padding-bottom: 17px;
    }
}
section.pr .pr_cont .mg_ct h2.title {
    font-size: 36px;
    line-height: 52px;
    float: left;
    letter-spacing: -0.02em;
    color: #000;
}
@media (max-width: 1024px) {
    section.pr .pr_cont .mg_ct h2.title {
        font-size: 24px;
        line-height: 35px;
        float: none;
    }
}
section.pr .pr_cont .mg_ct .desc {
    font-size: 18px;
    line-height: 32px;
    float: right;
    width: 780px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.pr .pr_cont .mg_ct .desc {
        width: 524px;
    }
}
@media (max-width: 1024px) {
    section.pr .pr_cont .mg_ct .desc {
        font-size: 17px;
        line-height: 30px;
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}
section.pr .pr_cont img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
@media (max-width: 1024px) {
    section.pr .pr_cont img {
        width: calc(100% + 50px);
        margin-left: -25px;
        padding-top: 40px;
    }
}
section.pr .pr_cont + .pr_cont {
    margin-top: 160px;
}
@media (max-width: 1024px) {
    section.pr .pr_cont + .pr_cont {
        margin-top: 100px;
    }
}
@media (max-width: 1024px) {
    section.ir {
        padding-bottom: 100px;
    }
}
section.ir .irinfbx {
    width: 1180px;
    margin: 70px auto 0 auto;
}
@media (max-width: 1279px) {
    section.ir .irinfbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.ir .irinfbx {
        width: calc(100% - 50px);
        margin: 40px auto 0 auto;
        padding: 0 25px;
    }
}
section.ir .irinfbx .hds {
    width: 100%;
    height: 35px;
    padding-bottom: 23px;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .hds {
        height: auto;
        padding-bottom: 18px;
    }
}
section.ir .irinfbx .hds p.tit {
    font-size: 24px;
    line-height: 35px;
    float: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .hds p.tit {
        font-size: 20px;
        line-height: 29px;
        float: none;
    }
}
section.ir .irinfbx .hds p.irtime {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    top: 13px;
    float: right;
    color: #636569;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .hds p.irtime {
        line-height: 22px;
        top: 0;
        float: none;
        margin-top: 20px;
    }
}
section.ir .irinfbx .rv {
    display: table;
    width: 100%;
    border-top: 2px solid #121212;
}
section.ir .irinfbx .rv + .rv {
    margin-top: 86px;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv + .rv {
        margin-top: 50px;
    }
}
section.ir .irinfbx .rv .present_prc {
    float: left;
    width: 500px;
    padding-top: 90px;
    text-align: center;
}
@media (max-width: 1279px) {
    section.ir .irinfbx .rv .present_prc {
        width: 344px;
    }
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .present_prc {
        width: 100%;
        padding-top: 45px;
    }
}
section.ir .irinfbx .rv .present_prc p.guide {
    font-size: 18px;
    line-height: 26px;
    color: #121212;
}
section.ir .irinfbx .rv .present_prc p.prc {
    font-size: 58px;
    line-height: 74px;
    margin-top: 5px;
    color: #121212;
}
section.ir .irinfbx .rv .prcbx {
    float: left;
}
section.ir .irinfbx .rv .prcbx.type1 {
    width: 265px;
    margin-top: 36px;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx.type1 {
        width: calc(50% - 8px);
        margin-top: 25px;
    }
}
section.ir .irinfbx .rv .prcbx.type1 + .type1 {
    margin-left: 50px;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx.type1 + .type1 {
        margin-left: 16px;
    }
}
section.ir .irinfbx .rv .prcbx.type2 {
    width: 578px;
}
@media (max-width: 1279px) {
    section.ir .irinfbx .rv .prcbx.type2 {
        width: 450px;
    }
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx.type2 {
        width: 100%;
    }
}
section.ir .irinfbx .rv .prcbx.type2 + .type2 {
    margin-left: 24px;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx.type2 + .type2 {
        margin-top: 50px;
        margin-left: 0;
        border-top: 2px solid #121212;
    }
}
section.ir .irinfbx .rv .prcbx .irbx {
    line-height: 68px;
    box-sizing: border-box;
    height: 70px;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx .irbx {
        font-size: 17px;
        line-height: 58px;
        height: 60px;
    }
}
section.ir .irinfbx .rv .prcbx .irbx p.tit {
    font-size: 18px;
    float: left;
    padding-left: 10px;
    text-align: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx .irbx p.tit {
        font-size: 17px;
    }
}
@media (max-width: 320px) {
    section.ir .irinfbx .rv .prcbx .irbx p.tit {
        font-size: 13px;
    }
}
section.ir .irinfbx .rv .prcbx .irbx p.prc {
    font-size: 18px;
    float: right;
    padding-right: 10px;
    text-align: right;
    color: #121212;
}
@media (max-width: 1024px) {
    section.ir .irinfbx .rv .prcbx .irbx p.prc {
        font-size: 17px;
    }
}
@media (max-width: 320px) {
    section.ir .irinfbx .rv .prcbx .irbx p.prc {
        font-size: 13px;
    }
}
section.ir .irinfbx .rv .prcbx .irbx p.prc i.arr {
    position: relative;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
}
section.ir .irinfbx .rv .prcbx .irbx p.prc.up {
    color: #f00;
}
section.ir .irinfbx .rv .prcbx .irbx p.prc.up i.arr {
    background-image: url(../images/sub/ir/irup.png);
}
section.ir .irinfbx .rv .prcbx .irbx p.prc.dw {
    color: #0047ff;
}
section.ir .irinfbx .rv .prcbx .irbx p.prc.dw i.arr {
    background-image: url(../images/sub/ir/irdw.png);
}
section.ir .ircht_wrap {
    display: table;
    width: 1180px;
    margin: 70px auto 0 auto;
}
@media (max-width: 1279px) {
    section.ir .ircht_wrap {
        display: table;
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap {
        width: calc(100% - 50px);
        margin: 40px auto 0 auto;
        padding: 0 25px;
        zoom: 0.7;
    }
}
@media (max-width: 750px) {
    section.ir .ircht_wrap {
        zoom: 1;
    }
}
section.ir .ircht_wrap .ircht {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 370px;
    height: 370px;
    border: 1px solid #d3d3d3;
}
@media (max-width: 1279px) {
    section.ir .ircht_wrap .ircht {
        width: 284px;
    }
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap .ircht {
        float: none;
        width: 100%;
        padding: 0 22px;
    }
}
section.ir .ircht_wrap .ircht + .ircht {
    margin-left: 35px;
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap .ircht + .ircht {
        margin-top: 20px;
        margin-left: 0;
    }
}
section.ir .ircht_wrap .ircht p.tit {
    font-size: 24px;
    line-height: 35px;
    position: relative;
    padding-top: 33px;
    padding-left: 40px;
    color: #121212;
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap .ircht p.tit {
        padding-left: 18px;
    }
}
section.ir .ircht_wrap .ircht p.tit span {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin-left: 8px;
    color: #636569;
}
section.ir .ircht_wrap .ircht .base {
    position: absolute;
    bottom: 37px;
    left: 50%;
    width: 282px;
    height: 200px;
    margin-bottom: 37px;
    margin-left: -141px;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1279px) {
    section.ir .ircht_wrap .ircht .base {
        width: 240px;
        margin-left: -120px;
    }
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap .ircht .base {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
}
section.ir .ircht_wrap .ircht .base .chtbx {
    position: relative;
    float: left;
    width: 94px;
    height: 100%;
}
@media (max-width: 1279px) {
    section.ir .ircht_wrap .ircht .base .chtbx {
        width: 80px;
    }
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap .ircht .base .chtbx {
        width: calc(100% / 3);
    }
}
section.ir .ircht_wrap .ircht .base .chtbx + .chtbx:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 14px;
    content: '';
    background: #d3d3d3;
}
section.ir .ircht_wrap .ircht .base .chtbx .chtdata {
    position: absolute;
    bottom: 0;
    width: calc(100% - 84px);
    height: 0;
    padding: 0 42px;
    opacity: 1;
}
@media (max-width: 1279px) {
    section.ir .ircht_wrap .ircht .base .chtbx .chtdata {
        width: calc(100% - 70px);
        padding: 0 35px;
    }
}
@media (max-width: 1024px) {
    section.ir .ircht_wrap .ircht .base .chtbx .chtdata {
        width: 14px;
        margin: auto;
        padding: 0;
        transform: translateX(-50%);
        left: 50%;
    }
}
@media (max-width: 750px) {
    section.ir .ircht_wrap .ircht .base .chtbx .chtdata {
        width: calc(100% - 84px);
        padding: 0 42px;
        transform: translateX(0);
        left: 0;
    }
}
section.ir .ircht_wrap .ircht .base .chtbx .chtdata p.prc {
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    top: -25px;
    width: 100px;
    text-align: center;
    opacity: 0;
    margin-left: -50px;
    left: 50%;
}
section.ir .ircht_wrap .ircht .base .chtbx .chtdata i {
    display: block;
    width: 100%;
    height: 100%;
}
section.ir .ircht_wrap .ircht .base .chtbx .chtdata i.dt01 {
    background: #f0b43e;
}
section.ir .ircht_wrap .ircht .base .chtbx .chtdata i.dt02 {
    background: #00a89e;
}
section.ir .ircht_wrap .ircht .base .chtbx .chtdata i.dt03 {
    background: #004da8;
}
section.ir .ircht_wrap .ircht .base .chtbx p.year {
    font-size: 15px;
    line-height: 19px;
    position: absolute;
    bottom: -34px;
    width: 100%;
    text-align: center;
    color: #121212;
}
section.ir .ircht_wrap .ircht.dot .base .chtbx .chtdata i {
    width: 10px;
    height: 10px;
    margin: auto;
    opacity: 0;
    border-radius: 50%;
}
section.ir .irtb {
    position: relative;
    display: table;
    width: 1180px;
    margin: 70px auto 0 auto;
}
@media (max-width: 1279px) {
    section.ir .irtb {
        width: 924px;
    }
    section.ir .irtb .mCSB_scrollTools .mCSB_draggerContainer {
        width: calc(100% - 25px);
    }
    section.ir .irtb .mCSB_1_container {
        margin-right: 25px;
    }
}
@media (max-width: 1024px) {
    section.ir .irtb {
        display: block;
        width: calc(100% - 50px);
        padding: 0 25px 0 25px;
    }
}
@media (max-width: 750px) {
    section.ir .irtb {
        width: calc(100% - 25px);
        padding: 0 0 0 25px;
    }
    section.ir .irtb .inner {
        padding: 0 0 0 0;
    }
}
section.ir .irtb p.scr_txt {
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 35px;
    padding-left: 50px;
    color: #333;
}
@media (max-width: 750px) {
    section.ir .irtb p.scr_txt {
        display: block;
    }
}
section.ir .irtb p.scr_txt:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 35px;
    content: '';
    background: url(../images/common/scr_ico@2x.png);
    background-repeat: no-repeat;
    background-size: 42px 35px;
}
section.ir .irtb p.guide {
    font-size: 16px;
    line-height: 22px;
    display: none;
    padding-top: 4px;
    padding-bottom: 13px;
    text-align: right;
    color: #636569;
}
@media (max-width: 750px) {
    section.ir .irtb p.guide {
        line-height: 36px;
        display: block;
        padding-bottom: 15px;
    }
}
section.ir .irtb table {
    box-sizing: border-box;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-top: 2px solid #121212;
}
@media (max-width: 1024px) {
    section.ir .irtb table {
        width: 100%;
    }
}
@media (max-width: 654px) {
    section.ir .irtb table {
        width: 654px;
    }
}
@media (max-width: 463px) {
    section.ir .irtb table.ir04 {
        width: 463px;
    }
}
@media (max-width: 1024px) {
    section.ir .irtb table.ir04 col:nth-child(1) {
        width: 34%;
    }
    section.ir .irtb table.ir04 col:nth-child(2) {
        width: 22%;
    }
    section.ir .irtb table.ir04 col:nth-child(3) {
        width: 22%;
    }
    section.ir .irtb table.ir04 col:nth-child(4) {
        width: 22%;
    }
}
section.ir .irtb table colgroup col {
    width: 25%;
}
section.ir .irtb table td,
section.ir .irtb table th {
    padding: 20px 0;
}
section.ir .irtb table thead tr th {
    font-size: 18px;
    z-index: 1;
    color: #121212;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #121212;
    background: #f8f8f9;
}
section.ir .irtb table thead tr th:last-child {
    border-right: 0;
}
section.ir .irtb table tbody tr:first-child {
    position: relative;
}
section.ir .irtb table tbody tr.on td {
    background: #f5faff;
}
section.ir .irtb table tbody tr td {
    font-size: 18px;
    text-align: center;
    color: #121212;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
section.ir .irtb table tbody tr td:last-child {
    border-right: 0;
}
section.ir .ir_apiout {
    width: 750px;
    height: auto;
    margin: auto;
}
@media (max-width: 1024px) {
    section.ir .ir_apiout {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
    section.ir .ir_apiout img {
        width: 100%;
        text-align: center;
    }
}
section.ir .ir_contout {
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.ir .ir_contout {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.ir .ir_contout {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.ir .ir_contout .inner {
    overflow: auto;
    height: 940px;
    padding: 60px;
    background: #f8f8f9;
}
@media (max-width: 1024px) {
    section.ir .ir_contout .inner {
        height: 500px;
        padding: 35px;
    }
}
@media (max-width: 750px) {
    section.ir .ir_contout .inner {
        padding: 25px;
    }
}
section.ir .ir_contout .inner h3 {
    font-size: 18px;
    color: #121212;
}
section.ir .ir_contout .inner p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #121212;
}
section.ir .ir_contout .inner p strong {
    font-weight: 500;
}
section.ir .ir_contout .inner + .dwbtn {
    margin-top: 30px;
}
section.hr .hrppbx {
    width: 100%;
}
section.hr .hrppbx .alignbx {
    display: table;
    height: 100%;
}
section.hr .hrppbx .ppcontbx {
    display: table;
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppcontbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppcontbx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.hr .hrppbx .ppcontbx .imgbx {
    float: left;
    width: 580px;
    height: 340px;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppcontbx .imgbx {
        width: 462px;
        height: auto;
    }
    section.hr .hrppbx .ppcontbx .imgbx img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppcontbx .imgbx {
        float: none;
        width: calc(100% + 50px);
        height: auto;
        margin-left: -25px;
    }
    section.hr .hrppbx .ppcontbx .imgbx img {
        width: 100%;
    }
}
section.hr .hrppbx .ppcontbx .descbx {
    float: left;
    width: 480px;
    height: 340px;
    padding-left: 120px;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppcontbx .descbx {
        width: 380px;
        padding-left: 60px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppcontbx .descbx {
        float: none;
        width: 100%;
        height: auto;
        margin: 40px auto 0 auto;
        padding-left: 0;
    }
}
section.hr .hrppbx .ppcontbx .descbx .textgrp {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppcontbx .descbx .textgrp {
        display: block;
    }
}
section.hr .hrppbx .ppcontbx .descbx .textgrp p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppcontbx .descbx .textgrp p {
        font-size: 17px;
        line-height: 30px;
    }
}
section.hr .hrppbx .ppcontbx .descbx .textgrp p + p {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppcontbx .descbx .textgrp p + p {
        margin-top: 30px;
    }
}
section.hr .hrppbx .ppvisionbx {
    width: 100%;
    margin-top: 120px;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx {
        margin-top: 80px;
    }
}
section.hr .hrppbx .ppvisionbx .innervis {
    display: table;
    width: 100%;
    height: 510px;
    text-align: center;
    background-image: url(../images/sub/hr/ppsvis_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .innervis {
        background-image: url(../images/sub/hr/ppsvis_01_mo@2x.jpg);
        background-position: center;
        background-size: cover;
    }
}
section.hr .hrppbx .ppvisionbx .innervis .inner {
    margin-top: 150px;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .innervis .inner {
        margin-top: 160px;
    }
}
section.hr .hrppbx .ppvisionbx .innervis .inner p {
    font-size: 36px;
    line-height: 55px;
    position: relative;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .innervis .inner p {
        font-size: 24px;
        line-height: 35px;
    }
}
section.hr .hrppbx .ppvisionbx .innervis .inner p:before {
    font-size: 45px;
    font-weight: 500;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -12px;
    content: '';
    color: #fff;
}
section.hr .hrppbx .ppvisionbx .innervis .inner p:after {
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -12px;
    content: '';
    color: #fff;
}
section.hr .hrppbx .ppvisionbx .visgrp {
    display: table;
    width: 1180px;
    margin: -133px auto 0 auto;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp {
        width: calc(100% - 50px);
        margin: -140px auto 0 auto;
        padding: 0 25px 0 25px;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx {
    display: table;
    float: left;
    width: 580px;
    height: 180px;
    background: #004da8;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx {
        width: 452px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx + .visbx {
        margin-top: 10px !important;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx {
        width: 100%;
        height: auto;
        padding: 30px 0 25px;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(1),
section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(3) {
    margin-right: 20px;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(1),
    section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(3) {
        margin-right: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(3),
section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(4) {
    margin-top: 20px;
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(3),
    section.hr .hrppbx .ppvisionbx .visgrp .visbx:nth-child(4) {
        margin-top: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx .innerbx {
    position: relative;
    display: table-cell;
    padding: 0 40px;
    vertical-align: middle;
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx i {
    position: relative;
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 58px 58px;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx i {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx i {
        float: none;
        width: 100%;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx .tit {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    float: left;
    width: 180px;
    transform: translateY(50%);
    text-align: center;
    letter-spacing: -0.01em;
    color: #fff;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx .tit {
        font-size: 15px;
        width: 100px;
        padding-left: 10px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx .tit {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        transform: translateY(0);
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx .desc {
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 260px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx .desc {
        font-size: 18px;
        line-height: 25px;
        width: 200px;
        padding-left: 20px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx .desc {
        font-size: 17px;
        line-height: 25px;
        float: none;
        width: 100%;
        margin-top: 12px;
        padding-left: 0;
        text-align: center;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx.v01 i {
    background-image: url(../images/sub/hr/visico_01@2x.png);
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v01 i {
        top: 20px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v01 i {
        top: 0;
    }
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v01 .tit {
        top: 15px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v01 .tit {
        top: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx.v02 i {
    background-image: url(../images/sub/hr/visico_02@2x.png);
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v02 i {
        top: 5px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v02 i {
        top: 0;
    }
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v02 .tit {
        top: 0;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v02 .tit {
        top: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx.v03 i {
    top: 5px;
    background-image: url(../images/sub/hr/visico_03@2x.png);
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v03 i {
        top: 15px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v03 i {
        top: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx.v03 .tit {
    top: 15px;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v03 .tit {
        top: 10px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v03 .tit {
        top: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx.v04 i {
    top: 10px;
    background-image: url(../images/sub/hr/visico_04@2x.png);
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v04 i {
        top: 30px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v04 i {
        top: 0;
    }
}
section.hr .hrppbx .ppvisionbx .visgrp .visbx.v04 .tit {
    top: -10px;
}
@media (max-width: 1279px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v04 .tit {
        top: 0;
    }
}
@media (max-width: 1024px) {
    section.hr .hrppbx .ppvisionbx .visgrp .visbx.v04 .tit {
        top: 0;
    }
}
section.hr .hrpplst {
    width: 100%;
}
section.hr .hrpplst .hrppbx {
    position: relative;
    float: left;
    width: 50%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media (max-width: 1650px) {
    section.hr .hrpplst .hrppbx {
        height: 504px;
        background-position: left center;
    }
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrppbx {
        height: 400px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx {
        width: 100%;
        height: 380px;
        background-position: center center;
    }
}
@media (max-width: 750px) {
    section.hr .hrpplst .hrppbx {
        height: 240px;
    }
}
section.hr .hrpplst .hrppbx.p01 {
    background-image: url(../images/sub/hr/hrpplst_01.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx.p01 {
        background-image: url(../images/sub/hr/hrpplst_01_mo@2x.jpg);
    }
}
section.hr .hrpplst .hrppbx.p02 {
    background-image: url(../images/sub/hr/hrpplst_02.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx.p02 {
        background-image: url(../images/sub/hr/hrpplst_02_mo@2x.jpg);
    }
}
section.hr .hrpplst .hrppbx.p03 {
    background-image: url(../images/sub/hr/hrpplst_03.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx.p03 {
        background-image: url(../images/sub/hr/hrpplst_03_mo@2x.jpg);
    }
}
section.hr .hrpplst .hrppbx.p04 {
    background-image: url(../images/sub/hr/hrpplst_04.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx.p04 {
        background-image: url(../images/sub/hr/hrpplst_04_mo@2x.jpg);
    }
}
section.hr .hrpplst .hrppbx.p05 {
    background-image: url(../images/sub/hr/hrpplst_05.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx.p05 {
        background-image: url(../images/sub/hr/hrpplst_05_mo@2x.jpg);
    }
}
section.hr .hrpplst .hrppbx.p06 {
    background-image: url(../images/sub/hr/hrpplst_06.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx.p06 {
        background-image: url(../images/sub/hr/hrpplst_06_mo@2x.jpg);
    }
}
section.hr .hrpplst .hrppbx .figurebx {
    font-size: 30px;
    line-height: 45px;
    position: absolute;
    top: 120px;
    left: 100px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1650px) {
    section.hr .hrpplst .hrppbx .figurebx {
        left: 60px;
    }
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrppbx .figurebx {
        top: 90px;
        transform: scale(0.78);
        transform-origin: left;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx .figurebx {
        display: none;
    }
}
section.hr .hrpplst .hrppbx .figurebx:before {
    position: absolute;
    top: -40px;
    left: 0;
    width: 27px;
    height: 27px;
    content: '';
    background: url(../images/sub/hr/hrpplst_comma.png) no-repeat;
}
section.hr .hrpplst .hrppbx .orgbx {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 270px;
    height: 160px;
    text-align: left;
}
@media (max-width: 1650px) {
    section.hr .hrpplst .hrppbx .orgbx {
        right: none;
        left: 60px;
    }
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrppbx .orgbx {
        transform: scale(0.78);
        transform-origin: left;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx .orgbx {
        bottom: 95px;
        left: 35px;
        height: 50px;
        transform: scale(1);
    }
}
section.hr .hrpplst .hrppbx .orgbx .orgtag {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx .orgbx .orgtag {
        font-size: 15px;
        line-height: 15px;
    }
}
section.hr .hrpplst .hrppbx .orgbx .nametag {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrppbx .orgbx .nametag {
        font-size: 22px;
        line-height: 22px;
        margin-top: 10px;
    }
}
section.hr .hrpplst .hrpp_article {
    width: 100%;
}
section.hr .hrpplst .hrpp_article .align_grid {
    position: relative;
    display: table;
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrpp_article .align_grid {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .align_grid {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.hr .hrpplst .hrpp_article .align_grid a.backbtn {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -42px;
    left: 0;
    padding-left: 32px;
    color: #121212;
    background: url(../images/common/backico@2x.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px 10px;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .align_grid a.backbtn {
        font-size: 17px;
        line-height: 17px;
        position: relative;
        top: 0;
        width: 18px;
        height: 8px;
        padding-left: 26px;
        background-size: 18px 8px;
    }
}
section.hr .hrpplst .hrpp_article .align_grid .hds {
    padding-bottom: 50px;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .align_grid .hds {
        padding-bottom: 30px;
    }
}
section.hr .hrpplst .hrpp_article .align_grid .hds .tit {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .align_grid .hds .tit {
        font-size: 18px;
        line-height: 17px;
        margin-top: 30px;
    }
}
section.hr .hrpplst .hrpp_article .people_vis {
    position: relative;
    width: 100%;
    height: 736px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrpp_article .people_vis {
        height: 600px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_vis {
        width: 100%;
        height: 360px;
    }
}
section.hr .hrpplst .hrpp_article .people_vis > .align_grid {
    height: 100%;
}
section.hr .hrpplst .hrpp_article .people_vis .visinfbx {
    position: absolute;
    right: 0;
    bottom: -94px;
    width: 480px;
    height: 290px;
    background-color: #004da8;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_vis .visinfbx {
        bottom: -110px;
        left: 25px;
        width: calc(60% - 50px);
        height: 192px;
    }
}
@media (max-width: 750px) {
    section.hr .hrpplst .hrpp_article .people_vis .visinfbx {
        width: calc(100% - 50px);
    }
}
section.hr .hrpplst .hrpp_article .people_vis .visinfbx:after {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 58px;
    height: 58px;
    content: '';
    background: url(../images/sub/hr/visinfico@2x.png);
    background-size: 58px;
}
section.hr .hrpplst .hrpp_article .people_vis.pvq02 .visinfbx:after {
    background: url(../images/sub/hr/visinfico02@2x.png);
    background-size: 58px;
}
section.hr .hrpplst .hrpp_article .people_vis.pvq03 .visinfbx:after {
    background: url(../images/sub/hr/visinfico03@2x.png);
    background-size: 58px;
}
section.hr .hrpplst .hrpp_article .people_vis.pvq04 .visinfbx:after {
    background: url(../images/sub/hr/visinfico04@2x.png);
    background-size: 58px;
}
section.hr .hrpplst .hrpp_article .people_vis.pvq05 .visinfbx:after {
    background: url(../images/sub/hr/visinfico05@2x.png);
    background-size: 58px;
}
section.hr .hrpplst .hrpp_article .people_vis.pvq06 .visinfbx:after {
    background: url(../images/sub/hr/visinfico06@2x.png);
    background-size: 58px;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_vis .visinfbx:after {
        top: 37px;
        right: 35px;
    }
}
section.hr .hrpplst .hrpp_article .people_vis .visinfbx .orgtag {
    font-size: 30px;
    line-height: 30px;
    margin-top: 107px;
    margin-left: 60px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_vis .visinfbx .orgtag {
        font-size: 22px;
        line-height: 50px;
        margin-top: 65px;
        margin-left: 33px;
    }
}
section.hr .hrpplst .hrpp_article .people_vis .visinfbx .nametag {
    font-size: 55px;
    line-height: 50px;
    margin-top: 40px;
    margin-left: 60px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_vis .visinfbx .nametag {
        font-size: 37px;
        line-height: 50px;
        margin-top: 0;
        margin-left: 33px;
    }
}
section.hr .hrpplst .hrpp_article .people_vis.pvq01 {
    background-image: url(../images/sub/hr/pvqvi01_01.jpg);
}
section.hr .hrpplst .hrpp_article .people_vis.pvq02 {
    background-image: url(../images/sub/hr/pvqvi02_01.jpg);
}
section.hr .hrpplst .hrpp_article .people_vis.pvq03 {
    background-image: url(../images/sub/hr/pvqvi03_01.jpg);
}
section.hr .hrpplst .hrpp_article .people_vis.pvq04 {
    background-image: url(../images/sub/hr/pvqvi04_01.jpg);
}
section.hr .hrpplst .hrpp_article .people_vis.pvq05 {
    background-image: url(../images/sub/hr/pvqvi05_01.jpg);
}
section.hr .hrpplst .hrpp_article .people_vis.pvq06 {
    background-image: url(../images/sub/hr/pvqvi06_01.jpg);
}
section.hr .hrpplst .hrpp_article .people_quote {
    font-size: 45px;
    line-height: 70px;
    position: relative;
    margin-top: 144px;
    letter-spacing: -0.02em;
    color: #004da8;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_quote {
        font-size: 25px;
        line-height: 40px;
        margin-top: 223px;
        padding-right: 20px;
    }
}
section.hr .hrpplst .hrpp_article .people_quote:before {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    top: -40px;
    left: 0;
    content: ' “ ';
    letter-spacing: -0.02em;
    color: #004da8;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_quote:before {
        font-size: 25px;
        line-height: 45px;
    }
}
section.hr .hrpplst .hrpp_article .people_quote:after {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    bottom: -60px;
    left: 0;
    content: ' “ ';
    letter-spacing: -0.02em;
    color: #004da8;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_quote:after {
        font-size: 25px;
        line-height: 45px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx {
    display: table;
    width: 100%;
    margin-top: 138px;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx {
        margin-top: 70px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx + .artcbx {
    margin-top: 100px;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx + .artcbx {
        margin-top: 70px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx .qbx {
    font-size: 24px;
    line-height: 40px;
    float: left;
    width: 400px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrpp_article .artcbx .qbx {
        width: 320px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx .qbx {
        float: none;
        width: 100%;
    }
}
section.hr .hrpplst .hrpp_article .artcbx .abx {
    font-size: 18px;
    line-height: 32px;
    float: left;
    width: 780px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrpp_article .artcbx .abx {
        width: 600px;
        height: auto;
    }
    section.hr .hrpplst .hrpp_article .artcbx .abx br {
        display: none;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx .abx {
        font-size: 17px;
        line-height: 30px;
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx.imgwith .teimg {
    float: left;
    width: 580px;
    height: 460px;
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .teimg {
        width: 450px;
        height: auto;
    }
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .teimg img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .teimg {
        float: none;
        width: calc(100% + 50px);
        height: auto;
        margin-left: -25px;
    }
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .teimg img {
        width: 100%;
    }
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .teimg + .te_text {
        margin-top: 70px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text {
    display: table;
    float: left;
    width: 520px;
    height: 460px;
    margin-left: 80px;
}
@media (max-width: 1279px) {
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text {
        width: 380px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text {
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}
section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text .inner_align {
    display: table-cell;
    vertical-align: middle;
}
section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text .qbx {
    float: none;
    width: 100%;
}
section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text .qbx + .abx {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text .qbx + .abx {
        margin-top: 20px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx.imgwith .te_text .abx {
    float: none;
    width: 100%;
}
section.hr .hrpplst .hrpp_article .artcbx.imgonly .teimg {
    width: 100%;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .artcbx.imgonly .teimg {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
}
section.hr .hrpplst .hrpp_article .artcbx.imgonly .teimg img {
    width: 100%;
}
section.hr .hrpplst .hrpp_article .people_mvbx {
    width: 100%;
    height: 560px;
    margin-top: 160px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.video__boxwrap {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 1024px) {
    .video__boxwrap {
        padding: 0 25px;
    }
}

.video__box {
    position: relative;
    padding-top: 56.25%;
}
.video__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx {
        height: 480px;
        margin-top: 70px;
    }
}
@media (max-width: 750px) {
    section.hr .hrpplst .hrpp_article .people_mvbx {
        height: 287px;
    }
}
section.hr .hrpplst .hrpp_article .people_mvbx a.interviewbx {
    font-size: 24px;
    position: absolute;
    top: 220px;
    left: 0;
    padding: 52px 112px 23px 23px;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx a.interviewbx {
        top: 420px;
        left: 25px;
    }
}
@media (max-width: 750px) {
    section.hr .hrpplst .hrpp_article .people_mvbx a.interviewbx {
        top: 220px;
    }
}
section.hr .hrpplst .hrpp_article .people_mvbx a.interviewbx:after {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
    content: '';
    background: url(../images/sub/intro/intv_play.png);
    background-size: 38px;
}
section.hr .hrpplst .hrpp_article .people_mvbx.pvq01 {
    /* background-image: url(../images/sub/hr/pvqvi01_mvbg.jpg); */
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx.pvq01 {
        /* background-image: url(../images/sub/hr/pvqvi01_mvbg_mo@2x.jpg); */
    }
}

section.hr .hrpplst .hrpp_article .people_mvbx.pvq02 {
    /* background-image: url(../images/sub/hr/pvqvi02_mvbg.jpg); */
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx.pvq02 {
        /* background-image: url(../images/sub/hr/pvqvi02_mvbg_mo@2x.jpg); */
    }
}

section.hr .hrpplst .hrpp_article .people_mvbx.pvq03 {
    /* background-image: url(../images/sub/hr/pvqvi03_mvbg.jpg); */
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx.pvq03 {
        /* background-image: url(../images/sub/hr/pvqvi03_mvbg_mo@2x.jpg); */
    }
}

section.hr .hrpplst .hrpp_article .people_mvbx.pvq04 {
    /* background-image: url(../images/sub/hr/pvqvi04_mvbg.jpg); */
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx.pvq04 {
        /* background-image: url(../images/sub/hr/pvqvi04_mvbg_mo@2x.jpg); */
    }
}

section.hr .hrpplst .hrpp_article .people_mvbx.pvq05 {
    /* background-image: url(../images/sub/hr/pvqvi05_mvbg.jpg); */
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx.pvq05 {
        /* background-image: url(../images/sub/hr/pvqvi05_mvbg_mo@2x.jpg); */
    }
}

section.hr .hrpplst .hrpp_article .people_mvbx.pvq06 {
    /* background-image: url(../images/sub/hr/pvqvi06_mvbg.jpg); */
}
@media (max-width: 1024px) {
    section.hr .hrpplst .hrpp_article .people_mvbx.pvq06 {
        /* background-image: url(../images/sub/hr/pvqvi06_mvbg_mo@2x.jpg); */
    }
}

section.hr .hrsytbx .systembx {
    width: 100%;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.hr .hrsytbx .systembx + .systembx {
    margin-top: 100px;
}
section.hr .hrsytbx .systembx.gray {
    padding: 100px 0;
    background: #f8f8f9;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx.gray {
        width: calc(100% - 50px);
        padding: 80px 25px;
    }
}
section.hr .hrsytbx .systembx .innerbx {
    width: 1180px;
    margin: auto;
    text-align: center;
}
@media (max-width: 1279px) {
    section.hr .hrsytbx .systembx .innerbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .innerbx {
        width: 100%;
    }
}
section.hr .hrsytbx .systembx .tit {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.hr .hrsytbx .systembx .tit + .desc {
    margin-top: 24px;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .tit + .desc {
        margin-top: 20px;
    }
}
section.hr .hrsytbx .systembx .desc {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .desc {
        font-size: 17px;
        text-align: left;
    }
}
section.hr .hrsytbx .systembx .imgbx {
    margin: 60px auto 0 auto;
    text-align: center;
}
@media (max-width: 1279px) {
    section.hr .hrsytbx .systembx .imgbx img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .imgbx {
        margin: 50px auto 0 auto;
    }
}
@media (max-width: 1279px) {
    section.hr .hrsytbx .systembx .imgbx.system01 img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .imgbx.system01 img {
        width: 20%;
        margin: auto;
    }
}
@media (max-width: 750px) {
    section.hr .hrsytbx .systembx .imgbx.system01 {
        padding: 0 80px;
    }
    section.hr .hrsytbx .systembx .imgbx.system01 img {
        width: 100%;
    }
}
@media (max-width: 1279px) {
    section.hr .hrsytbx .systembx .imgbx.system02 img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .imgbx.system02 {
        padding-top: 20px;
        padding-right: 55px;
    }
    section.hr .hrsytbx .systembx .imgbx.system02 img {
        width: 40%;
        margin: auto;
    }
}
@media (max-width: 750px) {
    section.hr .hrsytbx .systembx .imgbx.system02 {
        padding-right: 45px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .imgbx.system04 {
        padding: 0 12px;
    }
    section.hr .hrsytbx .systembx .imgbx.system04 img {
        width: 40%;
        margin: auto;
    }
}
@media (max-width: 750px) {
    section.hr .hrsytbx .systembx .imgbx.system04 img {
        width: 100%;
        margin: auto;
    }
}
section.hr .hrsytbx .systembx .imgbx img.pc {
    margin: auto;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .imgbx img {
        width: 50%;
        margin: auto;
    }
}
@media (max-width: 750px) {
    section.hr .hrsytbx .systembx .imgbx img {
        width: 100%;
    }
}
section.hr .hrsytbx .systembx .edugrid {
    display: table;
    width: 1180px;
    margin: 60px auto 0 auto;
}
@media (max-width: 1279px) {
    section.hr .hrsytbx .systembx .edugrid {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .edugrid {
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
}
section.hr .hrsytbx .systembx .edugrid .edubx {
    float: left;
    width: 280px;
    margin-right: 20px;
}
@media (max-width: 1279px) {
    section.hr .hrsytbx .systembx .edugrid .edubx {
        width: 216px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .edugrid .edubx {
        float: none;
        width: 100%;
        margin-top: 40px;
        margin-right: 0;
    }
}
section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(4),
section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(8) {
    margin-right: 0;
}
section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(5),
section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(6),
section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(7),
section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(8) {
    margin-top: 60px;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(5),
    section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(6),
    section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(7),
    section.hr .hrsytbx .systembx .edugrid .edubx:nth-child(8) {
        margin-top: 40px;
    }
}
section.hr .hrsytbx .systembx .edugrid .edubx .thumb img {
    display: block;
    width: 100%;
}
section.hr .hrsytbx .systembx .edugrid .edubx .tt {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrsytbx .systembx .edugrid .edubx .tt {
        font-size: 17px;
        line-height: 17px;
    }
}
section.hr .hrbnfbx .bnfbx {
    width: 100%;
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.hr .hrbnfbx .bnfbx + .bnfbx {
    margin-top: 100px;
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx + .bnfbx {
        margin-top: 60px;
    }
}
section.hr .hrbnfbx .bnfbx.b01 .imgbx {
    margin: 0 auto 0 0;
    background-image: url(../images/sub/hr/hrbnf_01.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx.b01 .imgbx {
        background-image: url(../images/sub/hr/hrbnf_01_mo@2x.jpg);
    }
}
section.hr .hrbnfbx .bnfbx.b02 .imgbx {
    margin: 0 0 0 auto;
    background-image: url(../images/sub/hr/hrbnf_02.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx.b02 .imgbx {
        background-image: url(../images/sub/hr/hrbnf_02_mo@2x.jpg);
    }
}
section.hr .hrbnfbx .bnfbx.b03 .imgbx {
    margin: 0 auto 0 0;
    background-image: url(../images/sub/hr/hrbnf_03.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx.b03 .imgbx {
        background-image: url(../images/sub/hr/hrbnf_03_mo@2x.jpg);
    }
}
section.hr .hrbnfbx .bnfbx.b04 .imgbx {
    margin: 0 0 0 auto;
    background-image: url(../images/sub/hr/hrbnf_04.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx.b04 .imgbx {
        background-image: url(../images/sub/hr/hrbnf_04_mo@2x.jpg);
    }
}
section.hr .hrbnfbx .bnfbx .imgbx {
    width: 100%;
    max-width: 1550px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx .imgbx {
        width: calc(100% + 50px);
        max-width: none;
        height: 350px;
        margin: 0 -25px !important;
    }
}
@media (max-width: 750px) {
    section.hr .hrbnfbx .bnfbx .imgbx {
        height: 200px;
    }
}
section.hr .hrbnfbx .bnfbx .textbx {
    display: table;
    width: 880px;
    margin: 50px auto 0 auto;
    padding-left: 300px;
}
@media (max-width: 1279px) {
    section.hr .hrbnfbx .bnfbx .textbx {
        width: 824px;
        padding-left: 100px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx .textbx {
        width: 100%;
        margin: 30px auto 0 auto;
        padding-left: 0;
    }
}
section.hr .hrbnfbx .bnfbx .textbx .tit {
    font-size: 36px;
    line-height: 36px;
    float: left;
    width: 300px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx .textbx .tit {
        font-size: 24px;
        line-height: 24px;
        float: none;
        width: 100%;
    }
}
section.hr .hrbnfbx .bnfbx .textbx .desc {
    float: left;
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx .textbx .desc {
        float: none;
        margin-top: 20px;
    }
}
section.hr .hrbnfbx .bnfbx .textbx .desc p {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrbnfbx .bnfbx .textbx .desc p {
        font-size: 17px;
        line-height: 30px;
    }
}
section.hr .hrbnfbx .bnfbx .textbx .desc p:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #636569;
}
section.hr .hrjobbx .jobbx {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx {
        width: calc(100% - 50px);
        max-width: none;
        padding: 0 25px;
    }
}
section.hr .hrjobbx .jobbx + .jobbx {
    margin-top: 120px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx + .jobbx {
        margin-top: 80px;
    }
}
section.hr .hrjobbx .jobbx .imgbx {
    position: relative;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx {
        width: calc(100% + 50px);
        height: 350px;
        margin-left: -25px;
    }
}
@media (max-width: 750px) {
    section.hr .hrjobbx .jobbx .imgbx {
        height: 200px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j01 {
    background-image: url(../images/sub/hr/hrjob01.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j01 {
        background-image: url(../images/sub/hr/hrjob01_mo@2x.jpg);
    }
}
section.hr .hrjobbx .jobbx .imgbx.j01 .infbx:before {
    right: 49px;
    bottom: 40px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j01 .infbx:before {
        right: 30px;
        bottom: 27px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j01 .infbx:after {
    width: 46px;
    height: 41px;
    background-image: url(../images/sub/hr/ico_bag@2x.png);
    background-size: 46px 41px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j01 .infbx:after {
        width: 30px;
        height: 27px;
        background-size: 30px 27px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j02 {
    background-image: url(../images/sub/hr/hrjob02.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j02 {
        background-image: url(../images/sub/hr/hrjob02_mo@2x.jpg);
    }
}
section.hr .hrjobbx .jobbx .imgbx.j02 .infbx:before {
    right: 40px;
    bottom: 45px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j02 .infbx:before {
        right: 24px;
        bottom: 30px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j02 .infbx:after {
    width: 37px;
    height: 46px;
    background-image: url(../images/sub/hr/ico_reserch@2x.png);
    background-size: 37px 46px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j02 .infbx:after {
        width: 24px;
        height: 30px;
        background-size: 24px 30px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j03 {
    background-image: url(../images/sub/hr/hrjob03.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j03 {
        background-image: url(../images/sub/hr/hrjob03_mo@2x.jpg);
    }
}
section.hr .hrjobbx .jobbx .imgbx.j03 .infbx:before {
    right: 50px;
    bottom: 42px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j03 .infbx:before {
        right: 30px;
        bottom: 25px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j03 .infbx:after {
    width: 46px;
    height: 39px;
    background-image: url(../images/sub/hr/ico_factory@2x.png);
    background-size: 46px 39px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j03 .infbx:after {
        width: 30px;
        height: 25px;
        background-size: 30px 25px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j04 {
    background-image: url(../images/sub/hr/hrjob04.jpg);
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j04 {
        background-image: url(../images/sub/hr/hrjob04_mo@2x.jpg);
    }
}
section.hr .hrjobbx .jobbx .imgbx.j04 .infbx:before {
    right: 48px;
    bottom: 44px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j04 .infbx:before {
        right: 27px;
        bottom: 30px;
    }
}
section.hr .hrjobbx .jobbx .imgbx.j04 .infbx:after {
    width: 42px;
    height: 46px;
    background-image: url(../images/sub/hr/ico_desk@2x.png);
    background-size: 42px 46px;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx.j04 .infbx:after {
        width: 27px;
        height: 30px;
        background-size: 27px 30px;
    }
}
section.hr .hrjobbx .jobbx .imgbx .infbx {
    position: absolute;
    bottom: -60px;
    left: 130px;
    width: 240px;
    height: 140px;
    padding-top: 40px;
    padding-left: 40px;
    background-color: #004da8;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx .infbx {
        bottom: -40px;
        left: 25px;
        width: 160px;
        height: 105px;
        padding-top: 25px;
        padding-left: 25px;
    }
}
section.hr .hrjobbx .jobbx .imgbx .infbx:before {
    position: absolute;
    width: 47px;
    height: 47px;
    content: '';
    opacity: 0.3;
    border-radius: 50%;
    background: #8cabcf;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx .infbx:before {
        width: 32px;
        height: 32px;
    }
}
section.hr .hrjobbx .jobbx .imgbx .infbx:after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx .infbx:after {
        right: 20px;
        bottom: 20px;
    }
}
section.hr .hrjobbx .jobbx .imgbx .infbx .tit {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx .infbx .tit {
        font-size: 24px;
        line-height: 24px;
    }
}
section.hr .hrjobbx .jobbx .imgbx .infbx .desc {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    left: 5px;
    margin-top: 16px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .imgbx .infbx .desc {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx {
    width: 880px;
    margin: 120px 130px auto auto;
    border-top: 2px solid #121212;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx {
        width: 100%;
        margin: 90px auto 0 auto;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx {
    display: table;
    width: 100%;
    padding: 34px 0 40px;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx .rvsbx {
        padding: 30px 0;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .jobname {
    font-size: 30px;
    line-height: 30px;
    float: left;
    width: 200px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .jobname {
        font-size: 22px;
        line-height: 32px;
        float: none;
        width: 100%;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont {
    float: left;
    width: calc(100% - 250px);
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont .grp {
        margin-top: 30px;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont .grp + .grp {
    margin-top: 30px;
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p {
        font-size: 17px;
        line-height: 30px;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #636569;
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p.str {
    font-size: 20px;
    line-height: 20px;
    padding-left: 0;
}
@media (max-width: 1024px) {
    section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p.str {
        font-size: 18px;
        line-height: 18px;
    }
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p.str:before {
    display: none;
}
section.hr .hrjobbx .jobbx .jobrvbx .rvsbx .cont p.str + p {
    margin-top: 10px;
}
section.hr .hrprcbx {
    display: table;
    width: 100%;
    margin: auto;
}
@media (max-width: 1024px) {
    section.hr .hrprcbx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.hr .hrprcbx .imgbx {
    width: 100%;
    max-width: 1590px;
    height: 480px;
    margin: auto;
    background-image: url(../images/sub/hr/hrprcbg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1024px) {
    section.hr .hrprcbx .imgbx {
        width: calc(100% + 50px);
        max-width: none;
        height: 350px;
        margin-left: -25px;
        background-image: url(../images/sub/hr/hrprcbg01_mo@2x.jpg);
    }
}
@media (max-width: 750px) {
    section.hr .hrprcbx .imgbx {
        height: 200px;
    }
}
section.hr .hrprcbx .textbx {
    width: 980px;
    margin: -60px auto 0 auto;
    padding: 80px 0;
    text-align: center;
    background: #fff;
}
@media (max-width: 1279px) {
    section.hr .hrprcbx .textbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.hr .hrprcbx .textbx {
        width: calc(100% - 30px);
        margin: -30px auto 0 auto;
        padding: 50px 15px 40px 15px;
    }
}
section.hr .hrprcbx .textbx .tit {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #121212;
}
section.hr .hrprcbx .textbx .desc {
    font-size: 30px;
    line-height: 46px;
    margin-top: 30px;
    letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
    section.hr .hrprcbx .textbx .desc {
        font-size: 20px;
        line-height: 32px;
    }
}
section.hr .hrprcbx .prcimgbx {
    width: 1120px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.hr .hrprcbx .prcimgbx {
        width: 924px;
    }
    section.hr .hrprcbx .prcimgbx img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    section.hr .hrprcbx .prcimgbx {
        width: calc(100% - 10px);
        padding: 0 10px;
    }
    section.hr .hrprcbx .prcimgbx img {
        width: 40%;
        margin: auto;
    }
}
@media (max-width: 750px) {
    section.hr .hrprcbx .prcimgbx img {
        width: 100%;
    }
}
section.etc .mapbx_wrap {
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.etc .mapbx_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.etc .mapbx_wrap .mapbx {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx {
        height: 84px;
    }
}
section.etc .mapbx_wrap .mapbx + .mapbx {
    margin-top: 10px;
}
section.etc .mapbx_wrap .mapbx.active .hds {
    padding: 38px 40px 30px 40px;
    color: #004da8;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx.active .hds {
        padding: 30px 25px 20px 25px;
    }
}
section.etc .mapbx_wrap .mapbx.active .hds:after {
    background-image: url(../images/common/cm_minus_ico.png);
    background-size: 24px 2px;
}
section.etc .mapbx_wrap .mapbx .hds {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    width: calc(100% - 80px);
    padding: 38px 40px;
    cursor: pointer;
    color: #121212;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .hds {
        width: calc(100% - 50px);
        padding: 30px 25px;
    }
}
section.etc .mapbx_wrap .mapbx .hds:after {
    position: absolute;
    top: 38px;
    right: 40px;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(../images/common/cm_plus_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .hds:after {
        top: 30px;
        right: 25px;
    }
}
section.etc .mapbx_wrap .mapbx .cont {
    display: table;
    padding: 0 40px;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .cont {
        padding: 0 25px;
    }
}
section.etc .mapbx_wrap .mapbx .cont .mx_address {
    font-size: 18px;
    line-height: 18px;
    float: left;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .cont .mx_address {
        font-size: 17px;
        line-height: 24px;
        position: relative;
        float: none;
        margin: 0 0 20px;
    }
}
section.etc .mapbx_wrap .mapbx .cont .mx_telbx {
    float: right;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .cont .mx_telbx {
        float: none;
    }
}
section.etc .mapbx_wrap .mapbx .cont .mx_telbx .mx_tel {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    float: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .cont .mx_telbx .mx_tel {
        font-size: 17px;
        line-height: 17px;
        float: none;
    }
}
section.etc .mapbx_wrap .mapbx .cont .mx_telbx .mx_tel + .mx_tel {
    margin-left: 30px;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .cont .mx_telbx .mx_tel + .mx_tel {
        margin-top: 13px;
        margin-left: 0;
    }
    section.etc .mapbx_wrap .mapbx .cont .mx_telbx .mx_tel + .mx_tel:before {
        display: none;
    }
}
section.etc .mapbx_wrap .mapbx .cont .mx_telbx .mx_tel + .mx_tel:before {
    position: absolute;
    top: 2px;
    left: -14px;
    width: 1px;
    height: 14px;
    content: '';
    background: #d3d3d3;
}
section.etc .mapbx_wrap .mapbx .mx_map {
    width: 100%;
    width: calc(100% - 80px);
    height: 360px;
    margin: 30px auto 0 auto;
    background: #333;
}
@media (max-width: 1024px) {
    section.etc .mapbx_wrap .mapbx .mx_map {
        width: calc(100% - 50px);
        height: 360px;
        margin: 30px auto 30px auto;
    }
}
@media (max-width: 750px) {
    section.etc .mapbx_wrap .mapbx .mx_map {
        height: 200px;
        margin: 30px auto 30px auto;
    }
}
section.etc .cm_mapbx {
    z-index: 5;
    height: 580px;
    margin-top: 0;
}
@media (max-width: 1024px) {
    section.etc .cm_mapbx {
        height: 567px;
    }
}
section.etc .mapinfbx {
    position: relative;
    display: block;
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section.etc .mapinfbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.etc .mapinfbx {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section.etc .mapinfbx .mapinf {
    position: absolute;
    z-index: 10;
    top: -80px;
    left: 100px;
    width: 300px;
    padding: 60px 50px;
    background: #004da8;
}
@media (max-width: 1279px) {
    section.etc .mapinfbx .mapinf {
        left: 0;
    }
}
@media (max-width: 1024px) {
    section.etc .mapinfbx .mapinf {
        position: relative;
        top: 0;
        left: 0;
        width: 60%;
        margin-top: -110px;
        padding: 50px 40px;
    }
}
@media (max-width: 750px) {
    section.etc .mapinfbx .mapinf {
        width: calc(100% - 80px);
    }
}
section.etc .mapinfbx .mapinf .tit {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
@media (max-width: 1024px) {
    section.etc .mapinfbx .mapinf .tit {
        font-size: 30px;
        line-height: 30px;
    }
}
section.etc .mapinfbx .mapinf .address {
    font-size: 20px;
    line-height: 35px;
    margin: 20px 0 32px;
    letter-spacing: -0.04em;
    color: #fff;
}
@media (max-width: 1024px) {
    section.etc .mapinfbx .mapinf .address {
        font-size: 17px;
        line-height: 24px;
        margin: 20px 0;
    }
}
section.etc .mapinfbx .mapinf .tel {
    font-size: 18px;
    line-height: 18px;
    margin-top: 16px;
    color: #8cabcf;
}
@media (max-width: 1024px) {
    section.etc .mapinfbx .mapinf .tel {
        font-size: 15px;
        line-height: 15px;
        margin-top: 10px;
    }
}
section.etc .placeinf {
    padding-top: 80px;
    padding-left: 600px;
}
@media (max-width: 1279px) {
    section.etc .placeinf {
        padding-left: 450px;
    }
}
@media (max-width: 1024px) {
    section.etc .placeinf {
        position: relative;
        width: 100%;
        padding-top: 90px;
        padding-left: 0;
    }
}
section.etc .placeinf .ubx {
    padding-left: 80px;
}
@media (max-width: 1024px) {
    section.etc .placeinf .ubx {
        padding-left: 0;
    }
}
section.etc .placeinf .ubx + .ubx {
    margin-top: 60px;
}
@media (max-width: 1024px) {
    section.etc .placeinf .ubx + .ubx {
        margin-top: 90px;
    }
}
section.etc .placeinf .ubx.traff span.sb {
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
section.etc .placeinf .ubx.traff span.sb.n3 {
    background: #ff8939;
}
section.etc .placeinf .ubx.traff span.sb.n5 {
    background: #8936e0;
}
section.etc .placeinf .ubx.traff span.sb.n6 {
    background: #b45d15;
}
section.etc .placeinf .ubx.traff span.sb:last-child {
    margin-right: 14px;
}
section.etc .placeinf .ubx.traff span.bus {
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin-right: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
section.etc .placeinf .ubx.traff span.bus.lc {
    background: #5fb73c;
}
section.etc .placeinf .ubx.traff span.bus.nc {
    background: #7182f5;
}
@media (max-width: 1024px) {
    section.etc .placeinf .ubx.traff .descn {
        margin-top: 30px;
    }
}
section.etc .placeinf .ubx.traff .descn + .descn {
    margin-top: 10px;
}
section.etc .placeinf .ubx .titn {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    color: #121212;
}
section.etc .placeinf .ubx .titn:before {
    position: absolute;
    top: 50%;
    left: -80px;
    width: 40px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background: #121212;
}
@media (max-width: 1024px) {
    section.etc .placeinf .ubx .titn:before {
        top: -30px;
        left: 0;
        margin-top: 0;
    }
}
section.etc .placeinf .ubx .descn {
    font-size: 18px;
    line-height: 32px;
    width: 420px;
    margin-top: 20px;
    color: #121212;
}
@media (max-width: 1279px) {
    section.etc .placeinf .ubx .descn {
        width: 400px;
    }
}
@media (max-width: 1024px) {
    section.etc .placeinf .ubx .descn {
        font-size: 17px;
        line-height: 28px;
        width: 100%;
        margin-top: 20px;
    }
}
section.etc.full {
    height: 100vh;
    margin-top: 0;
    padding: 0;
}
section.etc .etc_wrap {
    width: 1180px;
    margin: 0 auto;
    margin-top: 70px;
}
@media (max-width: 1279px) {
    section.etc .etc_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    section.etc .etc_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
        margin-top: 40px;
    }
}
section.etc .etc_wrap .bg_box {
    padding: 40px;
    background-color: #f5f5f5;
}
@media (max-width: 1024px) {
    section.etc .etc_wrap .bg_box {
        padding: 25px;
    }
}
section.etc .etc_wrap .bg_box p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000;
}
section.etc .etc_wrap .etc_box {
    padding-top: 70px;
}
@media (max-width: 1024px) {
    section.etc .etc_wrap .etc_box {
        padding-top: 80px;
    }
}
section.etc .etc_wrap .etc_box:first-child {
    padding-top: 0;
}
section.etc .etc_wrap .etc_box h2.title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    letter-spacing: -0.02em;
    color: #000;
}
section.etc .etc_wrap .etc_box p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.etc .etc_wrap .etc_box p + p {
    padding-top: 15px;
}
section.etc .etc_wrap .etc_box table {
    width: 100%;
}
section.etc .etc_wrap .etc_box table thead {
    border-top: 2px solid #121212;
    border-bottom: 1px solid #121212;
}
section.etc .etc_wrap .etc_box table thead th {
    font-size: 18px;
    line-height: 18px;
    width: 25%;
    padding: 26px 0;
    letter-spacing: -0.02em;
    color: #121212;
    border-left: 1px solid #d3d3d3;
    background-color: #f8f8f9;
}
section.etc .etc_wrap .etc_box table thead th:first-child {
    border-left: none;
}
section.etc .etc_wrap .etc_box table tbody {
    border-bottom: 1px solid #808080;
}
section.etc .etc_wrap .etc_box table tbody td {
    font-size: 18px;
    line-height: 18px;
    width: 25%;
    padding: 26px 0;
    text-align: center;
    letter-spacing: -0.02em;
    border-left: 1px solid #d3d3d3;
}
section.etc .etc_wrap .etc_box table tbody td:first-child {
    border-left: none;
}
section.etc .etc_wrap .etc_box table + p {
    padding-top: 40px;
}
section.etc .etc_wrap .etc_box .contact_wrap {
    padding: 0;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box {
    padding-top: 40px;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box span {
    font-size: 18px;
    line-height: 18px;
    padding-right: 20px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box span img {
    height: 15px;
    padding-right: 10px;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box a.view_more {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-bottom: 5px;
    letter-spacing: -0.02em;
    color: #121212;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box a.view_more:before {
    position: absolute;
    top: 50%;
    right: -45px;
    width: 24px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-image: url(../images/common/arrow48@2x.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
}
section.etc .etc_wrap .etc_box .contact_wrap .contact_box a.view_more:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 365px;
    height: 2px;
    content: '';
    background-color: #121212;
}
section.etc .etc_wrap .etc_box.st_map {
    clear: both;
}
section.etc .etc_wrap .etc_box.st_map h2.title {
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.etc .etc_wrap .etc_box.st_map h2.title {
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 24px;
    }
}
section.etc .etc_wrap .etc_box.st_map h2.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 30px;
    content: '';
    background-color: #121212;
}
section.etc .etc_wrap .etc_box.st_map ul {
    width: 100%;
    padding-top: 30px;
    display: table;
}
section.etc .etc_wrap .etc_box.st_map ul li {
    font-size: 20px;
    display: inline-block;
    width: 16.66%;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    section.etc .etc_wrap .etc_box.st_map ul li {
        width: 100%;
        font-size: 17px;
    }
    section.etc .etc_wrap .etc_box.st_map ul li + li {
        margin-top: 34px;
    }
}
section.etc .etc_wrap .etc_box.st_map ul li > ul {
    padding-top: 20px;
}
section.etc .etc_wrap .etc_box.st_map ul li > ul > li {
    font-size: 15px;
    line-height: 32px;
    width: 100%;
}
@media (max-width: 1024px) {
    section.etc .etc_wrap .etc_box.st_map ul li > ul > li {
        width: calc(50% - 20px);
        padding-left: 20px;
        font-size: 15px;
        float: left;
    }
    section.etc .etc_wrap .etc_box.st_map ul li > ul > li + li {
        margin-top: 0px;
    }
}
section.etc .etc_wrap.ntc {
    padding-top: 40px;
    text-align: center;
}
section.etc .etc_wrap.ntc p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
}
section.etc .etc_wrap.ntc p + p {
    padding-top: 10px;
}
section.etc .etc_wrap.ntc .pt30 {
    padding-top: 30px;
}
section.etc .etc_wrap.ntc a.go_main {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin-top: 40px;
    padding: 17px 49px;
    text-align: center;
    color: #fff;
    background-color: #004da8;
}
section.etc .alg_ct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.etc img.top_ico {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 40px;
}
section .mtmwrap {
    width: 1180px;
    margin: auto;
}
@media (max-width: 1279px) {
    section .mtmwrap {
        width: 925px;
    }
}
@media (max-width: 1024px) {
    section .mtmwrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
section .mtmwrap .hds {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #121212;
}
section .mtmwrap .hds .tit {
    font-size: 24px;
    line-height: 35px;
    float: left;
    text-align: left;
    color: #121212;
}
@media (max-width: 1024px) {
    section .mtmwrap .hds .tit {
        font-size: 22px;
        line-height: 32px;
    }
}
section .mtmwrap .hds .guidetxt {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    float: right;
    text-align: right;
    color: #fe2e2e;
}
@media (max-width: 1024px) {
    section .mtmwrap .hds .guidetxt {
        line-height: 35px;
    }
}
section .mtmwrap .hds .guidetxt:before {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 7px;
    height: 6px;
    margin-right: 7px;
    content: '';
    background: url(../images/sub/pr/rqico@2x.png);
    background-size: 7px 6px;
}
section .mtmwrap .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
}
section .mtmwrap .inner:last-child {
    border-bottom: 1px solid #808080;
}
section .mtmwrap .inner .mtmbx {
    display: table;
    width: 100%;
}
section .mtmwrap .inner .mtmbx + .mtmbx {
    margin-top: 20px;
}
section .mtmwrap .inner .mtmbx .mtmtit {
    font-size: 18px;
    line-height: 60px;
    position: relative;
    float: left;
    width: 180px;
    height: 60px;
    padding-left: 60px;
    color: #121212;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmtit {
        font-size: 17px;
        width: 100%;
        padding-left: 0;
    }
}
section .mtmwrap .inner .mtmbx .mtmtit.rq:after {
    position: relative;
    top: -9px;
    display: inline-block;
    width: 7px;
    height: 6px;
    margin-left: 7px;
    content: '';
    background: url(../images/sub/pr/rqico@2x.png);
    background-size: 7px 6px;
}
section .mtmwrap .inner .mtmbx .mtmipt {
    float: left;
    width: calc(100% - 240px);
}
section .mtmwrap .inner .mtmbx .mtmipt .realperson-challenge {
    position: relative;
    top: 10px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt .realperson-challenge {
        top: 0;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt .realperson-challenge .realperson-regen {
    color: #004da8;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt .realperson-challenge .realperson-regen {
        text-align: left;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt input#defaultReal {
    font-size: 18px;
    height: 60px;
    border: 1px solid #d3d3d3;
    outline: none;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt input#defaultReal {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0 !important;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt input#defaultReal:focus,
section .mtmwrap .inner .mtmbx .mtmipt input#defaultReal:hover {
    border: 1px solid #121212;
}
section .mtmwrap .inner .mtmbx .mtmipt img {
    width: auto;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt {
        width: 100%;
    }
    section .mtmwrap .inner .mtmbx .mtmipt img {
        width: 100%;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt button.fileupload {
    font-size: 18px;
    line-height: 60px;
    display: block;
    float: left;
    width: 200px;
    height: 60px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt button.fileupload {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt .guide_txt {
    font-size: 15px;
    position: relative;
    clear: both;
    padding-top: 10px;
    padding-left: 13px;
    color: #121212;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt .guide_txt {
        line-height: 25px;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt .guide_txt:before {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #121212;
}
@media (max-width: 1024px) {
    section .mtmwrap .inner .mtmbx .mtmipt .guide_txt:before {
        top: 20px;
    }
}
section .mtmwrap .inner .mtmbx .mtmipt .guide_txt.impact {
    color: #f00;
}
section .mtmwrap .inner .mtmbx .mtmipt .guide_txt.impact:before {
    background: #f00;
}
section .mtmagreewrap {
    width: 1180px;
    margin: 80px auto 0 auto;
}
@media (max-width: 1279px) {
    section .mtmagreewrap {
        width: 925px;
    }
}
@media (max-width: 1024px) {
    section .mtmagreewrap {
        width: calc(100% - 50px);
        margin: 60px auto 0 auto;
        padding: 0 25px;
    }
}
section .mtmagreewrap .tit {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #121212;
}
section .mtmagreewrap .agreeinfbx {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 320px;
    background: #f8f8f9;
}
section .mtmagreewrap .agreeinfbx .inner {
    padding: 40px 40px 40px 40px;
}
@media (max-width: 1024px) {
    section .mtmagreewrap .agreeinfbx .inner {
        padding: 25px;
    }
}
section .mtmagreewrap .agreeinfbx p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #121212;
}
section .mtmagreewrap .agreeinfbx p.titi {
    font-size: 18px;
    font-weight: 500;
}
section .mtmagreewrap .agreeinfbx p strong {
    font-weight: 500;
}
section .rdogroup {
    display: table;
    margin: 40px auto 0 auto;
}
section .rdogroup.rpt {
    margin: 18px 0;
}
@media (max-width: 1024px) {
    section .rdogroup.rpt .ipt.rdo {
        width: auto;
    }
    section .rdogroup.rpt .ipt.rdo + .rdo {
        margin-top: 0;
        margin-left: 25px;
    }
}
@media (max-width: 1024px) {
    section .rdogroup {
        margin: 20px auto 0 0;
    }
}

.historywrap {
    width: 100%;
    height: 900px;
    background-image: url(../images/sub/intro/hst_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1024px) {
    .historywrap {
        width: calc(100% - 50px);
        height: auto;
        padding: 0 25px 95px 25px;
        background-image: url(../images/sub/intro/hst_bg@2x.jpg);
    }
}
.historywrap h3 {
    font-size: 20px;
    padding-top: 90px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 1024px) {
    .historywrap h3 {
        line-height: 35px;
        padding-top: 50px;
    }
}
.historywrap p.tit_desc {
    font-size: 24px;
    line-height: 35px;
    margin-top: 14px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1024px) {
    .historywrap p.tit_desc {
        font-size: 20px;
        line-height: 30px;
    }
}
.historywrap .hstgrp {
    position: relative;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 76px auto 0 auto;
}
@media (max-width: 1650px) {
    .historywrap .hstgrp {
        height: 352px;
    }
}
@media (max-width: 1279px) {
    .historywrap .hstgrp {
        height: 250px;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp {
        height: auto;
        margin: 45px auto 0 auto;
    }
}
.historywrap .hstgrp .hstarrbx {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: -25px;
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstarrbx {
        display: none;
    }
}
.historywrap .hstgrp .hstarrbx .arrbtn {
    font-size: 0;
    width: 66px;
    height: 66px;
    cursor: pointer;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66px;
}
.historywrap .hstgrp .hstarrbx .arrbtn.next {
    float: right;
    margin-right: 50px;
    background-image: url(../images/sub/intro/hst/arrnext.png);
}
.historywrap .hstgrp .hstarrbx .arrbtn.prev {
    float: left;
    margin-left: 50px;
    background-image: url(../images/sub/intro/hst/arrprev.png);
}
.historywrap .hstgrp .slick-slide > div {
    height: 400px;
}
@media (max-width: 1650px) {
    .historywrap .hstgrp .slick-slide > div {
        height: 352px;
    }
}
@media (max-width: 1279px) {
    .historywrap .hstgrp .slick-slide > div {
        height: 250px;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .slick-slide > div {
        height: auto;
    }
}
.historywrap .hstgrp .hstsli {
    width: 1180px;
    height: 400px;
    margin: auto;
}
@media (max-width: 1650px) {
    .historywrap .hstgrp .hstsli {
        width: 1020px;
        height: 352px;
    }
}
@media (max-width: 1279px) {
    .historywrap .hstgrp .hstsli {
        width: 820px;
        height: 250px;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli {
        width: 100%;
        height: auto;
    }
}
.historywrap .hstgrp .hstsli .slick-dots {
    z-index: 10;
    bottom: 20px;
    display: none !important;
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .slick-dots {
        display: block !important;
    }
}
.historywrap .hstgrp .hstsli .slick-dots li {
    margin: 0 2px;
    padding: 0;
}
.historywrap .hstgrp .hstsli .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: '';
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}
.historywrap .hstgrp .hstsli .slick-dots li.slick-active button:before {
    background: transparent;
}
.historywrap .hstgrp .hstsli .hstbx {
    display: block;
    float: left;
    height: 100%;
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .hstbx {
        float: none;
        width: 100%;
    }
}
.historywrap .hstgrp .hstsli .hstbx .hstimg {
    float: left;
    width: 680px;
}
@media (max-width: 1650px) {
    .historywrap .hstgrp .hstsli .hstbx .hstimg {
        width: 600px;
    }
}
@media (max-width: 1279px) {
    .historywrap .hstgrp .hstsli .hstbx .hstimg {
        width: 450px;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .hstbx .hstimg {
        float: none;
        width: 100%;
    }
}
.historywrap .hstgrp .hstsli .hstbx .hstimg img {
    width: 100%;
}
.historywrap .hstgrp .hstsli .hstbx .hstinfo {
    display: table;
    float: left;
    height: 100%;
    padding-left: 56px;
}
@media (max-width: 1650px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo {
        max-width: 350px;
    }
}
@media (max-width: 1279px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo {
        max-width: 300px;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
.historywrap .hstgrp .hstsli .hstbx .hstinfo .inner {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo .inner {
        display: block;
        vertical-align: none;
    }
}
.historywrap .hstgrp .hstsli .hstbx .hstinfo p.year {
    font-size: 66px;
    line-height: 60px;
    color: #fff;
}
@media (max-width: 1650px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo p.year {
        font-size: 54px;
        line-height: 60px;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo p.year {
        font-size: 50px;
        line-height: 64px;
        margin-top: 30px;
    }
}
.historywrap .hstgrp .hstsli .hstbx .hstinfo p.desc {
    font-size: 18px;
    line-height: 30px;
    margin-top: 24px;
    color: #fff;
}
@media (max-width: 1279px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo p.desc br {
        display: none;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstgrp .hstsli .hstbx .hstinfo p.desc {
        font-size: 17px;
        min-height: 180px;
        margin-top: 8px;
    }
    .historywrap .hstgrp .hstsli .hstbx .hstinfo p.desc br {
        display: none;
    }
}
.historywrap .hstnav {
    position: relative;
    width: 924px;
    height: 6px;
    margin: 126px auto 0 auto;
    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 1279px) {
    .historywrap .hstnav br {
        display: none;
    }
}
@media (max-width: 1024px) {
    .historywrap .hstnav {
        width: 100%;
        margin-top: 92px;
    }
    .historywrap .hstnav:after {
        position: absolute;
        top: -75px;
        left: -10px;
        width: calc(100% + 20px);
        height: 1px;
        content: '';
        background: rgba(229, 229, 229, 0.5);
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .historywrap .hstnav {
        zoom: 0.7;
    }
    .historywrap .hstnav:after {
        top: -100px;
    }
    .historywrap .hstnav p.legend_y {
        zoom: 1.5;
    }
    .historywrap .hstnav p.legend {
        zoom: 1.5;
    }
}
.historywrap .hstnav .hst_tabbx {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hst_tabbx {
        left: 10px;
        width: calc(100% - 20px);
    }
}
.historywrap .hstnav .hst_tabbx .link {
    position: relative;
    float: left;
    width: 316px;
    height: 50px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hst_tabbx .link {
        width: 34%;
    }
}
.historywrap .hstnav .hst_tabbx .link.r01 {
    width: 304px;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hst_tabbx .link.r01 {
        width: 33%;
    }
    .historywrap .hstnav .hst_tabbx .link.r01 .legend {
        text-align: left;
    }
}
.historywrap .hstnav .hst_tabbx .link.r03 {
    width: 304px;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hst_tabbx .link.r03 {
        width: 33%;
    }
    .historywrap .hstnav .hst_tabbx .link.r03 .legend {
        text-align: right;
    }
}
.historywrap .hstnav .hst_tabbx .link p.legend {
    font-size: 20px;
    line-height: 29px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.historywrap .hstnav .hst_tabbx .link p.legend_y {
    font-size: 18px;
    line-height: 23px;
    position: absolute;
    top: -48px;
    color: #fff;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hst_tabbx .link p.legend_y {
        font-size: 17px;
        line-height: 22px;
    }
}
.historywrap .hstnav .hst_tabbx .link p.legend_y:before {
    position: absolute;
    top: 27px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -3px;
    content: '';
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hst_tabbx .link p.legend_y:before {
        width: 4px;
        height: 4px;
    }
}
.historywrap .hstnav .hst_tabbx .link p.legend_y.y1981 {
    left: -20px;
}
.historywrap .hstnav .hst_tabbx .link p.legend_y.y2000 {
    left: -20px;
}
.historywrap .hstnav .hst_tabbx .link p.legend_y.y2010 {
    right: -20px;
}
.historywrap .hstnav .hst_tabbx .link p.legend_y.ypresent {
    right: -18px;
}
.historywrap .hstnav .hstbar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 320px;
    height: 6px;
    transform: translate3d(-1px, 0px, 0px);
    border-radius: 10px;
    background: #004da8;
    backface-visibility: visible;
}
@media (max-width: 1024px) {
    .historywrap .hstnav .hstbar {
        width: 32%;
    }
}

.cmtab {
    width: 1180px;
    height: 58px;
    margin: 40px auto 80px auto;
}
.cmtab + .cmsch {
    margin-top: 0;
}
@media (max-width: 1279px) {
    .cmtab {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .cmtab {
        display: table;
        width: calc(100% - 50px) !important;
        margin: 30px auto 45px auto;
        padding: 0 25px;
    }
}
.cmtab.btn6 .tabbtn {
    width: 192.5px;
}
@media (max-width: 1279px) {
    .cmtab.btn6 .tabbtn {
        width: 149px;
    }
}
.cmtab.btn5 .tabbtn {
    width: 232px;
}
@media (max-width: 1279px) {
    .cmtab.btn5 .tabbtn {
        width: 179.8px;
    }
}
.cmtab.btn4 .tabbtn {
    width: 291.25px;
}
@media (max-width: 1279px) {
    .cmtab.btn4 .tabbtn {
        width: 226.25px;
    }
}
.cmtab.btn3 .tabbtn {
    width: 390px;
}
@media (max-width: 1279px) {
    .cmtab.btn3 .tabbtn {
        width: 303.3333px;
    }
}
.cmtab.btn2 .tabbtn {
    width: 587px;
}
@media (max-width: 1279px) {
    .cmtab.btn2 .tabbtn {
        width: 459.5px;
    }
}
.cmtab .tabbtn {
    font-size: 18px;
    font-weight: inherit;
    line-height: 58px;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 232px;
    height: 58px;
    text-align: center;
    border: 1px solid #d3d3d3;
    background: #fff;
}
@media (max-width: 1024px) {
    .cmtab .tabbtn {
        font-size: 17px;
    }
}
.cmtab .tabbtn.active {
    color: #fff;
    border: 1px solid #636569;
    background: #636569;
}
.cmtab .tabbtn:hover,
.cmtab .tabbtn:focus {
    transition: all ease 0.3s;
    color: #fff;
    border: 1px solid #636569;
    background: #636569;
}
.cmtab .tabbtn + .tabbtn {
    margin-left: 5px;
}
@media (max-width: 1024px) {
    .cmtab .tabbtn + .tabbtn {
        margin-bottom: 5px;
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    .cmtab .tabbtn {
        font-size: 17px;
        line-height: 45px;
        width: calc(50% - 2px) !important;
        height: 45px;
    }
    .cmtab .tabbtn:nth-child(odd) {
        margin-left: 0;
    }
    .cmtab .tabbtn:nth-child(even) {
        margin-left: 4px;
    }
}

.cmsch {
    display: table;
    width: 485px;
    margin: 70px auto 0 auto;
}
@media (max-width: 1024px) {
    .cmsch {
        display: block;
        width: calc(100% - 50px);
        margin: 40px auto 0 auto;
        padding: 0 25px;
    }
}
@media (max-width: 1024px) {
    .cmsch .opt {
        float: none;
        width: 100%;
    }
}
.cmsch .opt + .ipt {
    margin-left: 5px;
}
@media (max-width: 1024px) {
    .cmsch .opt + .ipt {
        margin-top: 5px;
        margin-left: 0;
    }
}
.cmsch .ipt {
    width: 360px;
}
@media (max-width: 1024px) {
    .cmsch .ipt {
        float: none;
        width: 100%;
    }
}

.rdsch {
    display: block;
    width: 780px;
    margin: 70px auto 0 auto;
}
@media (max-width: 1024px) {
    .rdsch {
        width: calc(100% - 50px);
        margin: 40px auto 0 auto;
        padding: 0 25px;
    }
}
.rdsch .keywordbx {
    display: table;
    width: 100%;
    margin-bottom: -8px;
    padding: 30px 0 0 0;
}
@media (max-width: 1024px) {
    .rdsch .keywordbx {
        margin-bottom: -5px;
        padding: 26px 0 0 0;
    }
}
.rdsch .keywordbx .tit {
    font-size: 15px;
    line-height: 36px;
    position: relative;
    float: left;
    padding-left: 48px;
    color: #004da8;
}
@media (max-width: 1024px) {
    .rdsch .keywordbx .tit {
        width: calc(100% - 30px);
        padding-left: 30px;
    }
}
.rdsch .keywordbx .tit:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background: #004da8;
}
@media (max-width: 1024px) {
    .rdsch .keywordbx .tit:before {
        left: 0;
        width: 20px;
        height: 2px;
    }
}
.rdsch .keywordbx ul.keybx {
    float: left;
    width: calc(100% - 214px);
    margin-left: 25px;
}
@media (max-width: 1024px) {
    .rdsch .keywordbx ul.keybx {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }
}
.rdsch .keywordbx ul.keybx li {
    font-size: 15px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px 15px;
    color: #121212;
    border-radius: 100px;
    background: #f8f8f9;
}
@media (max-width: 1024px) {
    .rdsch .keywordbx ul.keybx li {
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 8px 13px;
        letter-spacing: -0.5px;
    }
}
.rdsch .keywordbx ul.keybx li:last-child {
    margin-right: 0;
}
.rdsch .keywordbx ul.keybx li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ipt {
    line-height: 48px;
    float: left;
    box-sizing: border-box;
    width: auto;
    height: 48px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
@media (max-width: 1024px) {
    .ipt {
        line-height: 54px;
        height: 54px;
    }
}
.ipt input {
    font-size: 15px;
    font-weight: inherit;
    float: left;
    box-sizing: border-box;
    width: calc(100% - 52px);
    height: 100%;
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
    letter-spacing: -0.05em;
    color: #121212;
    border: 0;
    outline: none;
    background: transparent;
}
@media (max-width: 1024px) {
    .ipt input {
        width: calc(100% - 54px);
        padding-right: 15px;
        padding-left: 15px;
    }
}
.ipt input::placeholder {
    color: #636569;
}
.ipt button {
    display: block;
    float: left;
}
.ipt button.submit {
    width: 20px;
    height: 20px;
    margin: 14px 16px;
    cursor: pointer;
    background: url(../images/common/sch_ico@2x.png) center no-repeat;
    background-size: 20px 20px;
}
@media (max-width: 1024px) {
    .ipt button.submit {
        width: 22px;
        height: 22px;
        margin: 15px 16px;
        background-size: 22px;
    }
}
.ipt.full {
    line-height: 78px;
    width: 100%;
    height: 78px;
    border: 3px solid #004da8;
    background: #fff;
}
@media (max-width: 1024px) {
    .ipt.full {
        line-height: 60px;
        height: 60px;
        border: 2px solid #004da8;
    }
}
.ipt.full input {
    font-size: 18px;
    width: calc(100% - 88px);
    padding-right: 16px;
    padding-left: 30px;
}
@media (max-width: 1024px) {
    .ipt.full input {
        font-size: 17px;
        width: calc(100% - 50px);
        padding-right: 5px;
        padding-left: 20px;
    }
}
.ipt.full:focus,
.ipt.full:hover {
    transition: all ease 0.3s;
    border: 3px solid #004da8;
}
.ipt.full button.submit {
    width: 28px;
    height: 28px;
    margin: 22px 30px;
    cursor: pointer;
    background: url(../images/common/pdsch_ico@2x.png) center no-repeat;
    background-size: 28px 28px;
}
@media (max-width: 1024px) {
    .ipt.full button.submit {
        width: 18px;
        height: 18px;
        margin: 20px 16px;
        background-size: 18px;
    }
}
.ipt.mini {
    line-height: 58px;
    width: 300px;
    height: 60px;
    border: 1px solid #d3d3d3;
    background: #fff;
}
@media (max-width: 1024px) {
    .ipt.mini {
        width: 100%;
    }
}
.ipt.mini + .opt.email {
    margin-left: 58px;
}
.ipt.mini + .opt.email:before {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 17px;
    left: -38px;
    content: '@';
    color: #121212;
}
@media (max-width: 1024px) {
    .ipt.mini + .opt.email:before {
        left: -30px;
    }
}
@media (max-width: 1024px) {
    .ipt.mini + .opt.email + .opt.email {
        margin-left: 36px;
    }
}
.ipt.mini + .opt.email + .opt.email:before {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 17px;
    left: -38px;
    content: '@';
    color: #121212;
}
@media (max-width: 1024px) {
    .ipt.mini + .opt.email + .opt.email:before {
        left: -30px;
    }
}
@media (max-width: 1024px) {
    .ipt.mini.emailq {
        width: calc(50% - 18px);
    }
}
.ipt.mini.email {
    width: 352px;
}
@media (max-width: 1279px) {
    .ipt.mini.email {
        width: 157px;
    }
}
@media (max-width: 1024px) {
    .ipt.mini.email {
        width: 100%;
    }
}
.ipt.mini.tit {
    width: 880px;
}
@media (max-width: 1279px) {
    .ipt.mini.tit {
        width: 685px;
    }
}
@media (max-width: 1024px) {
    .ipt.mini.tit {
        width: 100%;
    }
}
.ipt.mini.fileuploader {
    width: 670px;
}
.ipt.mini.fileuploader input[type='file'] {
    display: none;
}
@media (max-width: 1279px) {
    .ipt.mini.fileuploader {
        width: 475px;
    }
}
@media (max-width: 1024px) {
    .ipt.mini.fileuploader {
        width: 100%;
    }
}
.ipt.mini.fileuploader span.file_upload_ds {
    font-size: 18px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    height: 60px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #636569;
}
.ipt.mini input {
    font-size: 18px;
    padding-left: 15px;
}
.ipt.rdo {
    line-height: 24px;
    height: 24px;
    border: 0;
    background: transparent;
}
@media (max-width: 1024px) {
    .ipt.rdo {
        width: 100%;
    }
}
.ipt.rdo + .rdo {
    margin-left: 40px;
}
@media (max-width: 1024px) {
    .ipt.rdo + .rdo {
        margin-top: 20px;
        margin-left: 0;
    }
}
.ipt.rdo input[type='radio'] {
    display: none;
}
.ipt.rdo input[type='radio'] + label {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    letter-spacing: -0.02em;
    color: #121212;
}
.ipt.rdo input[type='radio'] + label:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    background: url(../images/common/rdoico@2x.png);
    background-size: 24px;
}
.ipt.rdo input[type='radio']:checked + label:before {
    transition: all ease 0.3s;
    background: url(../images/common/rdoico_on@2x.png);
    background-size: 24px;
}
.ipt.rdo:hover,
.ipt.rdo:focus {
    border: 0;
}
.ipt.map {
    width: 410px;
}
@media (max-width: 1279px) {
    .ipt.map {
        width: 354px;
    }
}
@media (max-width: 1024px) {
    .ipt.map {
        width: 100%;
    }
}
.ipt.map:hover,
.ipt.map:focus {
    border: 1px solid #f5f5f5;
}
.ipt.map input[disabled] {
    color: #d3d3d3;
}
.ipt.map input[disabled]::placeholder {
    color: #d3d3d3;
}
.ipt:focus,
.ipt:hover {
    transition: all ease 0.3s;
    border: 1px solid #121212;
}
.ipt.prodchk {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
}
.ipt.prodchk:focus,
.ipt.prodchk:hover {
    border: transparent;
}
.ipt.prodchk input[type='radio'] {
    display: none;
}
.ipt.prodchk input[type='radio'] + label {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 200px;
    cursor: pointer;
    color: #121212;
}
@media (max-width: 1279px) {
    .ipt.prodchk input[type='radio'] + label {
        padding-top: 185px;
    }
}
.ipt.prodchk input[type='radio'] + label .tit {
    display: inline-block;
    overflow: hidden;
    width: auto;
    max-width: calc(100% - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ipt.prodchk input[type='radio'] + label .titarr {
    line-height: 20px;
    position: relative;
    top: 4px;
    display: inline-block;
    width: 0;
    height: 20px;
    transition: all ease 0.3s;
    background: url(../images/sub/prod/prdarr.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 23px 10px;
}
.ipt.prodchk input[type='radio'] + label:before {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    content: '';
    transition: all ease 0.3s;
    opacity: 0;
    border-radius: 50%;
    background: url(../images/sub/prod/prodchk@2x.png);
    background-size: 100%;
    z-index: 1;
}
.ipt.prodchk input[type='radio'] + label:after {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 179.5px;
    height: 180px;
    content: '';
    transition: all ease 0.3s;
    border: 2px solid transparent;
}
@media (max-width: 1279px) {
    .ipt.prodchk input[type='radio'] + label:after {
        width: 164.2px;
        height: 165px;
    }
}
.ipt.prodchk input[type='radio']:checked + label {
    transition: all ease 0.3s;
    color: #004da8;
}
.ipt.prodchk input[type='radio']:checked + label:before {
    transition: all ease 0.3s;
    opacity: 1;
}
.ipt.prodchk input[type='radio']:checked + label:after {
    transition: all ease 0.3s;
    border: 2px solid #004da8;
    background: rgba(255, 255, 255, 0.5);
}
.ipt.prodchk input[type='radio']:checked + label .tit {
    max-width: calc(100% - 40px);
}
.ipt.prodchk input[type='radio']:checked + label .titarr {
    width: 34px;
    transition: all ease 0.3s;
}

.opt {
    position: relative;
    z-index: 2;
    float: left;
    box-sizing: border-box;
    width: 120px;
    height: 48px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.opt.mo:after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 7px;
    margin-top: -4px;
    content: '';
    transition: all ease 0.3s;
    background: url(../images/common/sele_down.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    .opt.mo:after {
        right: 15px;
        width: 14px;
        height: 8px;
        background-size: 14px 8px;
    }
}
.opt.email {
    float: left;
    width: 160px;
    height: 60px;
    border: 1px solid #d3d3d3;
    background: #fff;
}
.opt.email button {
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #121212;
}
.opt.email ul.optul {
    overflow: hidden;
}
.opt.email ul.optul li {
    font-size: 18px;
}
@media (max-width: 1024px) {
    .opt.email {
        width: calc(50% - 18px);
    }
}
.opt.email + .ipt.mini.email {
    margin-left: 10px;
}
@media (max-width: 1024px) {
    .opt.email + .ipt.mini.email {
        margin-top: 10px;
        margin-left: 0;
    }
}
.opt.email select {
    font-size: 18px;
    font-weight: 300;
    color: #121212;
}
.opt.mini {
    float: left;
    width: 300px;
    height: 60px;
    border: 1px solid #d3d3d3;
    background: #fff;
}
.opt.mini button {
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #121212;
}
.opt.mini ul.optul li {
    font-size: 18px;
}
@media (max-width: 1024px) {
    .opt.mini {
        width: 100%;
    }
}
.opt.mini select {
    font-size: 18px;
    font-weight: 300;
    color: #121212;
}
.opt.pc.active {
    background: #fff;
}
.opt.pc.active:after {
    transition: all ease 0.3s;
    transform: rotate(180deg);
}
.opt.pc.active button {
    border: 1px solid #121212;
}
.opt button {
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    cursor: pointer;
    text-align: left;
    color: #121212;
    border: 1px solid transparent;
}
.opt button:after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 7px;
    margin-top: -4px;
    content: '';
    transition: all ease 0.3s;
    background: url(../images/common/sele_down.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    .opt button:after {
        right: 15px;
        width: 14px;
        height: 8px;
        background-size: 14px 8px;
    }
}
.opt button.disabled {
    color: #d3d3d3;
}
.opt button.disabled:after {
    background: url(../images/common/sele_down_disabled.png);
    background-size: 100%;
}
.opt ul.optul {
    position: relative;
    top: -1px;
    overflow: hidden;
    overflow: auto;
    height: 0;
    max-height: 400px;
    padding: 0 16px;
    border: 1px solid #121212;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
}
.opt ul.optul li {
    font-size: 15px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-align: left;
    color: #121212;
}
.opt ul.optul li:hover a:after,
.opt ul.optul li:focus a:after {
    width: 100%;
}
.opt ul.optul li a {
    position: relative;
    display: inline;
    width: 100%;
    height: 100%;
}
.opt ul.optul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    transition: all ease 0.3s;
    background: #121212;
}
@media (max-width: 1024px) {
    .opt {
        height: 54px;
    }
}
.opt.map {
    width: 240px;
}
@media (max-width: 1024px) {
    .opt.map {
        width: 100%;
    }
    .opt.map.disabled:after {
        background: url(../images/common/sele_down_disabled.png);
        background-size: 100%;
    }
    .opt.map.disabled select {
        color: #d3d3d3;
    }
}
.opt select {
    font-size: 15px;
    font-weight: inherit;
    line-height: 22px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 16px;
    cursor: pointer;
    color: #121212;
    border: 0;
    outline: none;
    background: transparent;
}
.opt select::-ms-expand {
    display: none;
}
@media (max-width: 1024px) {
    .opt select {
        padding-left: 15px;
    }
}

.textarea textarea {
    font-size: inherit;
    font-weight: inherit;
    font-weight: 300;
    margin: 0;
    padding: 0;
    resize: none;
    letter-spacing: -0.05em;
    border: 0;
    outline: none;
}
.textarea textarea::placeholder {
    font-weight: 300;
    color: #636569;
}
.textarea.mtm {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    width: 880px;
    height: 200px;
    padding: 20px 15px;
    border: 1px solid #d3d3d3;
}
@media (max-width: 1279px) {
    .textarea.mtm {
        width: 685px;
    }
}
@media (max-width: 1024px) {
    .textarea.mtm {
        width: 100%;
    }
}
.textarea.mtm textarea {
    font-size: 18px;
    width: 100%;
    height: 80%;
    color: #121212;
}
.textarea.mtm .limit {
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #636569;
}

.bbslist_wrap {
    width: 1180px;
    margin: 40px auto 0 auto;
}
@media (max-width: 1279px) {
    .bbslist_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .bbslist_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
.bbslist_wrap .hds {
    box-sizing: border-box;
    height: 70px;
    border-top: 2px solid #121212;
    border-bottom: 1px solid #121212;
}
@media (max-width: 1024px) {
    .bbslist_wrap .hds {
        display: none;
    }
}
.bbslist_wrap .hds .col {
    font-size: 18px;
    font-weight: inherit;
    text-align: center;
    color: #121212;
}
.bbslist_wrap .bbsbx_grid.data_none {
    border-bottom: 0;
}
.bbslist_wrap .bbsbx_grid.data_none.bdb1 {
    border-bottom: 1px solid #d3d3d3;
}
.bbslist_wrap .bbsbx_grid.data_none .nonedata {
    font-size: 18px;
    line-height: 18px;
    margin: 100px auto;
    padding-top: 98px;
    text-align: center;
    color: #a0a0a0;
    background: url(../images/common/data_none@2x.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 66px 66px;
}
.bbslist_wrap .bbsbx_grid .bbsbx {
    display: block;
    box-sizing: border-box;
    height: 70px;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1024px) {
    .bbslist_wrap .bbsbx_grid .bbsbx {
        height: auto;
        padding: 22px 0;
    }
    .bbslist_wrap .bbsbx_grid .bbsbx:first-child {
        border-top: 2px solid #121212;
    }
}
.bbslist_wrap .bbsbx_grid .bbsbx .col.num {
    font-size: 15px;
    text-align: center;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbslist_wrap .bbsbx_grid .bbsbx .col.num {
        display: none;
    }
}
.bbslist_wrap .bbsbx_grid .bbsbx .col.tit {
    font-size: 18px;
    position: relative;
    width: 840px;
    text-align: left;
    color: #121212;
}
@media (max-width: 1279px) {
    .bbslist_wrap .bbsbx_grid .bbsbx .col.tit {
        width: 584px;
    }
}
.bbslist_wrap .bbsbx_grid .bbsbx .col.tit span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1024px) {
    .bbslist_wrap .bbsbx_grid .bbsbx .col.tit {
        font-size: 17px;
        line-height: 28px;
        float: none;
        width: 100%;
    }
    .bbslist_wrap .bbsbx_grid .bbsbx .col.tit span {
        position: relative;
        display: inline;
        overflow: hidden;
        width: calc(100%);
        white-space: normal;
        text-overflow: none;
    }
}
.bbslist_wrap .bbsbx_grid .bbsbx .col.tit i.fileic {
    position: relative;
    top: -27px;
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../images/common/icon_add.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    .bbslist_wrap .bbsbx_grid .bbsbx .col.tit i.fileic {
        top: 0;
    }
}
.bbslist_wrap .bbsbx_grid .bbsbx .col.date {
    font-size: 15px;
    float: right;
    text-align: center;
    color: #808080;
}
@media (max-width: 1024px) {
    .bbslist_wrap .bbsbx_grid .bbsbx .col.date {
        line-height: 19px;
        float: none;
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        text-align: left;
    }
}
.bbslist_wrap .col {
    line-height: 70px;
    float: left;
    height: 70px;
}
@media (max-width: 1024px) {
    .bbslist_wrap .col {
        height: auto;
    }
}
.bbslist_wrap .col.num {
    width: 160px;
}
.bbslist_wrap .col.tit {
    width: 840px;
}
@media (max-width: 1279px) {
    .bbslist_wrap .col.tit {
        width: 584px;
    }
}
.bbslist_wrap .col.date {
    width: 180px;
}

.bbslist_grid_wrap {
    width: 1180px;
    margin: 0 auto 0 auto;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
.bbslist_grid_wrap .bbsbx_grid {
    display: table;
    width: 100%;
    margin-top: 40px;
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx.active {
    border: 2px solid #004da8;
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx.active .qbx:before {
    background-color: #004da8;
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx.active .qbx:after {
    background: url(../images/sub/pr/qna_minus_ico.png) no-repeat center;
    background-size: 24px;
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx + .qnabx {
    margin-top: 10px;
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx .qbx {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    width: calc(100% - 200px);
    padding: 0 100px;
    cursor: pointer;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid.qna .qnabx .qbx {
        font-size: 17px;
        line-height: 28px;
        width: calc(100% - 110px);
        padding: 0 55px;
    }
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx .qbx:before {
    font-family: 'hknova';
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 40px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    content: 'Q';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #808080;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid.qna .qnabx .qbx:before {
        font-size: 12px;
        line-height: 25px;
        left: 20px;
        width: 25px;
        height: 25px;
        margin-top: -12px;
    }
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx .qbx:after {
    position: absolute;
    top: 0;
    right: 40px;
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/sub/pr/qna_plus_ico.png) no-repeat center;
    background-size: 24px;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid.qna .qnabx .qbx:after {
        top: 5px;
        right: 20px;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
}
.bbslist_grid_wrap .bbsbx_grid.qna .qnabx .abx {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    width: calc(100% - 200px);
    height: 0;
    margin-top: 0;
    padding: 0 100px;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid.qna .qnabx .abx {
        font-size: 15px;
        line-height: 24px;
        width: calc(100% - 85px);
        padding: 0 30px 0 55px;
    }
}
.bbslist_grid_wrap .bbsbx_grid.sns {
    margin-top: 0;
}
.bbslist_grid_wrap .bbsbx_grid.sns .bbsbx.sns:nth-child(3n + 1) {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid.sns .bbsbx.sns:nth-child(3n + 1) {
        margin-left: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid.sns .bbsbx.sns:first-child {
    margin-left: 0;
}
.bbslist_grid_wrap .bbsbx_grid.sns .bbsbx.sns:nth-child(4) {
    margin-top: 0;
}
.bbslist_grid_wrap .bbsbx_grid.sns .bbsbx.sns:nth-child(4n + 1) {
    margin-left: 0;
}
.bbslist_grid_wrap .bbsbx_grid.data_none {
    border-bottom: 0;
}
.bbslist_grid_wrap .bbsbx_grid.data_none.bdb1 {
    border-bottom: 1px solid #d3d3d3;
}
.bbslist_grid_wrap .bbsbx_grid.data_none .nonedata {
    font-size: 18px;
    line-height: 18px;
    margin: 100px auto;
    padding-top: 98px;
    text-align: center;
    color: #a0a0a0;
    background: url(../images/common/data_none@2x.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 66px 66px;
}
.bbslist_grid_wrap .bbsbx_grid.data_none.mgb0 .nonedata {
    margin-bottom: 0;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx {
    display: block;
    float: left;
    width: 370px;
    margin-top: 70px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx {
        width: 290px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx:nth-child(1),
.bbslist_grid_wrap .bbsbx_grid .bbsbx:nth-child(2),
.bbslist_grid_wrap .bbsbx_grid .bbsbx:nth-child(3) {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 60px;
        padding: 0 0;
    }
    .bbslist_grid_wrap .bbsbx_grid .bbsbx:last-child {
        margin-bottom: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx:hover .thumb img {
    transition: all ease 0.3s;
    transform: scale(1.1);
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx:hover .thumb img {
        transform: scale(1.01);
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx + .bbsbx {
    margin-left: 35px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx + .bbsbx {
        margin-left: 27px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx + .bbsbx {
        margin-left: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx + .bbsbx.sns {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx + .bbsbx.sns {
        margin-left: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv .thumb {
    height: auto;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv .thumb {
        height: auto;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv .infobx .tit {
    margin: 20px 0;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv:nth-child(3n + 1) {
    margin-left: 0;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd {
    width: 100%;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd {
        margin-bottom: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .thumb {
    float: left;
    width: 680px;
    height: 383px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .thumb {
        width: 525px;
        height: auto;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .thumb:after {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .thumb {
        width: 100%;
        height: auto;
    }
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .thumb:after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx {
    float: left;
    width: 420px;
    padding-left: 80px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx {
        width: 340px;
        margin-top: 18px;
        padding-left: 50px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .num {
    font-size: 18px;
    line-height: 18px;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .num {
        font-size: 17px;
        line-height: 17px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .desc {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #636569;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .desc {
        font-size: 17px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .tit {
    font-size: 36px;
    line-height: 52px;
    height: 104px;
    margin: 30px 0 20px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .tit {
        font-size: 32px;
        line-height: 48px;
        height: 96px;
        margin: 20px 0 18px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .tit {
        font-size: 24px;
        line-height: 35px;
        height: 35px;
        margin: 10px 0 10px;
        -webkit-line-clamp: 1;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .date {
    line-height: 18px;
    margin-top: 40px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .date {
        margin-top: 30px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd .infobx .date {
        margin-top: 20px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.mv.brnd + .brnd {
    margin-top: 60px;
    margin-left: 0;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns {
    position: relative;
    width: 280px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns {
        width: 216px;
    }
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .thumb {
        width: 216px;
        height: auto;
    }
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .thumb img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns {
        width: 100%;
    }
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns:nth-child(3n + 1) {
        margin-left: 0;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .thumb {
    position: relative;
    width: 280px;
    height: 280px;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .thumb {
        width: 216px;
        height: auto;
    }
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .thumb img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .thumb {
        width: 100%;
        height: auto;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico {
    position: absolute;
    top: 252px;
    left: 20px;
    width: 42px;
    height: 42px;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico {
        top: 195px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico {
        position: relative;
        top: 68%;
        top: -26px;
        width: 52px;
        height: 52px;
        margin-bottom: -32px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico.fb {
    background-image: url(../images/sub/pr/fb_ico@2x.png);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico.tw {
    background-image: url(../images/sub/pr/tw_ico@2x.png);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico.nv {
    background-image: url(../images/sub/pr/nv_ico@2x.png);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico.insta {
    background-image: url(../images/sub/pr/insta_ico@2x.png);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico.ytb {
    background-image: url(../images/sub/pr/ytb_ico@2x.png);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .snsico.in {
    background-image: url(../images/sub/pr/in_ico@2x.png);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .infobx .tit {
    font-size: 18px;
    line-height: 32px;
    height: 96px;
    margin: 34px 0 20px 0;
    -webkit-line-clamp: 3;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .infobx .tit {
        display: block;
        overflow: visible;
        height: auto;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx.sns .infobx .date {
    font-size: 14px;
    line-height: 19px;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx:nth-child(3n + 1) {
    margin-left: 0;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 260px;
    text-align: center;
    background: #f8f8f9;
}
@media (max-width: 1279px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx .thumb {
        height: 205px;
    }
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx .thumb {
        overflow: visible;
        height: auto;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx .thumb img {
    display: block;
    width: 100%;
    transition: all ease 0.3s;
    transform: scale(1.01);
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx {
    display: block;
    margin-top: 24px;
    padding-left: 0;
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx .category {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #004da8;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx .category {
        font-size: 14px;
        line-height: 14px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx .tit {
    font-size: 22px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    margin: 14px 0 24px;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #121212;
    -webkit-line-clamp: 2;
    /* ���μ� */
    -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx .tit {
        font-size: 22px;
        line-height: 32px;
        height: 64px;
        margin: 14px 0 20px;
    }
}
.bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx .date {
    font-size: 15px;
    line-height: 15px;
    color: #808080;
}
@media (max-width: 1024px) {
    .bbslist_grid_wrap .bbsbx_grid .bbsbx .infobx .date {
        font-size: 14px;
        line-height: 14px;
    }
}

.bbsview_wrap {
    position: relative;
    width: 1180px;
    margin: 0 auto 0 auto;
}
@media (max-width: 1279px) {
    .bbsview_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
.bbsview_wrap.prod .hds {
    border-bottom: 0;
}
.bbsview_wrap.prod .viewcont {
    border-bottom: 0;
}
.bbsview_wrap.hr .hds {
    border-bottom: 0;
}
@media (max-width: 1024px) {
    .bbsview_wrap.hr .hds {
        border-bottom: 1px solid #d3d3d3;
    }
}
.bbsview_wrap.hr .viewcont {
    border: 2px solid #d3d3d3;
}
@media (max-width: 1024px) {
    .bbsview_wrap.hr .viewcont {
        border: 0;
    }
}
.bbsview_wrap.hr .viewcont p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}
.bbsview_wrap.hr .viewcont p strong {
    font-weight: 500;
}
.bbsview_wrap.hr .viewcont .assign_sp {
    font-size: 18px;
    line-height: 70px;
    display: block;
    width: 224px;
    height: 70px;
    margin: 55px auto 0 auto;
    text-align: center;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1024px) {
    .bbsview_wrap.hr .viewcont .assign_sp {
        width: 100%;
        margin: 50px auto 0 auto;
    }
}
.bbsview_wrap a.backbtn {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -42px;
    left: 0;
    padding-left: 32px;
    color: #121212;
    background: url(../images/common/backico@2x.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px 10px;
}
@media (max-width: 1024px) {
    .bbsview_wrap a.backbtn {
        font-size: 17px;
        line-height: 17px;
        position: relative;
        top: 0;
        width: 18px;
        height: 8px;
        padding-left: 26px;
        background-size: 18px 8px;
    }
}
.bbsview_wrap .hds {
    padding-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1024px) {
    .bbsview_wrap .hds {
        padding-bottom: 30px;
    }
}
.bbsview_wrap .hds .tit {
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbsview_wrap .hds .tit {
        font-size: 30px;
        line-height: 40px;
        margin-top: 30px;
    }
}
.bbsview_wrap .hds .dday {
    font-size: 40px;
    line-height: 40px;
    margin: 50px 0 0 0;
    text-align: center;
    color: #004da8;
}
.bbsview_wrap .hds .date {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: -2%;
    color: #808080;
}
@media (max-width: 1024px) {
    .bbsview_wrap .hds .date {
        font-size: 15px;
        line-height: 19px;
        margin-top: 12px;
    }
}
.bbsview_wrap .hds .desc {
    font-size: 20px;
    line-height: 29px;
    position: relative;
    margin-top: 73px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #636569;
}
@media (max-width: 1024px) {
    .bbsview_wrap .hds .desc {
        font-size: 17px;
        line-height: 25px;
    }
}
.bbsview_wrap .hds .desc:before {
    position: absolute;
    top: -34px;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    content: '';
    background: #121212;
}
.bbsview_wrap .viewcont {
    width: 1180px;
    margin: auto;
    border-bottom: 1px solid #808080;
}
@media (max-width: 1279px) {
    .bbsview_wrap .viewcont {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont {
        width: 100%;
    }
}
.bbsview_wrap .viewcont .inner {
    padding: 80px 100px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .inner {
        padding: 60px 0;
    }
}
.bbsview_wrap .viewcont .inner p {
    font-family: 'hknova', 'Noto Sans KR' !important;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 32px !important;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .inner p {
        font-size: 17px !important;
        font-weight: 300;
        line-height: 30px !important;
    }
}
.bbsview_wrap .viewcont .inner p img {
    max-width: 980px;
    margin: auto;
    text-align: center;
}
@media (max-width: 1279px) {
    .bbsview_wrap .viewcont .inner p img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .inner p img {
        width: 100%;
    }
}
.bbsview_wrap .viewcont .inner p strong {
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 32px !important;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .inner p strong {
        font-size: 18px !important;
        font-weight: 500;
        line-height: 30px !important;
    }
}
.bbsview_wrap .viewcont .prod_sli {
    position: relative;
    width: 100%;
    height: 585px;
    margin-top: 10px;
}
@media (max-width: 1279px) {
    .bbsview_wrap .viewcont .prod_sli {
        height: 457px;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_sli {
        width: calc(100% + 100px);
        height: auto;
        margin-left: -50px;
    }
}
.bbsview_wrap .viewcont .prod_sli .slick-dots {
    bottom: 60px;
    height: 0;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_sli .slick-dots {
        bottom: 46px;
    }
}
.bbsview_wrap .viewcont .prod_sli .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 15px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_sli .slick-dots li {
        width: 7px;
        height: 7px;
        margin: 0 9px;
    }
}
.bbsview_wrap .viewcont .prod_sli .slick-dots li.slick-active button {
    background: #004da8;
}
.bbsview_wrap .viewcont .prod_sli .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background: #fff;
}
.bbsview_wrap .viewcont .prod_sli .slick-dots li button:before {
    display: none;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_sli .slick-arrow {
        display: none !important;
    }
}
.bbsview_wrap .viewcont .prod_sli .slick-prev {
    z-index: 5;
    left: 40px;
    width: 41px;
    height: 41px;
    background: #333;
    background: url(../images/sub/prod/sli_arr_prev@2x.png);
    background-size: 100%;
}
.bbsview_wrap .viewcont .prod_sli .slick-prev:before {
    display: none;
}
.bbsview_wrap .viewcont .prod_sli .slick-next {
    z-index: 5;
    right: 40px;
    width: 41px;
    height: 41px;
    background: #333;
    background: url(../images/sub/prod/sli_arr_next@2x.png);
    background-size: 100%;
}
.bbsview_wrap .viewcont .prod_sli .slick-next:before {
    display: none;
}
.bbsview_wrap .viewcont .prod_sli .prodbx {
    float: left;
    width: 100%;
    height: 585px;
    text-align: center;
    background: #f8f8fa;
}
@media (max-width: 1279px) {
    .bbsview_wrap .viewcont .prod_sli .prodbx {
        height: auto;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_sli .prodbx {
        width: calc(100% - 50px);
        height: auto;
    }
}
.bbsview_wrap .viewcont .prod_sli .prodbx img {
    width: 100%;
    margin: auto;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_sli .prodbx img {
        width: 100%;
        height: auto;
    }
}
.bbsview_wrap .viewcont .prod_btn {
    font-size: 17px;
    line-height: 60px;
    display: block;
    width: 200px;
    height: 60px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #fff;
    background: #004da8;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_btn {
        font-size: 14px;
        line-height: 45px;
        width: 100%;
        height: 45px;
        margin: 30px auto 0 auto;
    }
}
.bbsview_wrap .viewcont .prod_btn:after {
    line-height: 60px;
    position: relative;
    top: 3px;
    display: inline-block;
    width: 13px;
    height: 18px;
    margin-left: 17px;
    content: '';
    background: url(../images/sub/prod/prodbtn_map@2x.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_btn:after {
        line-height: 45px;
        top: 4px;
        margin-left: 9px;
    }
}
.bbsview_wrap .viewcont .prod_btn.outlink:after {
    width: 18px;
    height: 16px;
    background: url(../images/sub/prod/prodbtn_map_outlink@2x.png);
    background-size: 100%;
}
.bbsview_wrap .viewcont .prod_inf {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    border: 3px solid #d8d8d8;
    background: #fff;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf {
        display: table;
        height: auto;
        margin-top: 30px;
        padding: 20px 0;
    }
}
.bbsview_wrap .viewcont .prod_inf .innerbx {
    line-height: 23px;
    position: relative;
    float: left;
    width: calc(100% / 3);
    padding: 40px 0;
    text-align: center;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx {
        line-height: 20px;
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e {
    position: relative;
    display: table;
    margin: auto;
    padding: 0 40px;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e.center:before {
    position: absolute;
    top: 0;
    left: -27px;
    width: 1px;
    height: calc(100%);
    content: '';
    background: #c4c4c4;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx .align_e.center:before {
        top: -11px;
        left: 0;
        width: calc(100%);
        height: 1px;
        margin-top: 0;
    }
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e.center:after {
    position: absolute;
    top: 0;
    right: -27px;
    width: 1px;
    height: calc(100%);
    content: '';
    background: #c4c4c4;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx .align_e.center:after {
        top: auto;
        right: 0;
        bottom: -11px;
        width: calc(100%);
        height: 1px;
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx .align_e {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx + .innerbx {
        margin-top: 24px;
    }
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit {
    font-size: 16px;
    display: block;
    float: left;
    text-align: left;
    color: #121212;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit.t1 {
    width: 60px;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit.t2 {
    width: 74px;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit.t3 {
    width: 45px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx .tit {
        font-size: 14px;
        display: block;
        width: 70px !important;
        text-align: left;
    }
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc {
    font-size: 16px;
    display: block;
    float: left;
    text-align: left;
    color: #121212;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc.t1 {
    width: calc(100% - 60px);
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc.t2 {
    width: calc(100% - 74px);
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc.t3 {
    width: calc(100% - 45px);
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_inf .innerbx .desc {
        font-size: 14px;
        display: block;
        width: calc(100% - 70px) !important;
        padding-left: 0;
        text-align: left;
    }
}
.bbsview_wrap .viewcont .prod_datail {
    margin-top: 70px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_datail {
        margin-top: 40px;
    }
}
.bbsview_wrap .viewcont .prod_datail .dtbx {
    display: table;
    width: 100%;
}
.bbsview_wrap .viewcont .prod_datail .dtbx.ovh {
    /*display: flex;
  overflow: hidden;
  height: 250px;*/
}
@media (max-width: 1024px) {
    /*
  .bbsview_wrap .viewcont .prod_datail .dtbx.ovh {
    display: block;
    height: 340px;
  }*/
}
.bbsview_wrap .viewcont .prod_datail .dtbx + .dtbx {
    margin-top: 60px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_datail .dtbx + .dtbx {
        margin-top: 40px;
    }
}
.bbsview_wrap .viewcont .prod_datail .dtbx .tit {
    font-size: 20px;
    line-height: 32px;
    float: left;
    width: 200px;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_datail .dtbx .tit {
        line-height: 29px;
        width: 100%;
    }
}
.bbsview_wrap .viewcont .prod_datail .dtbx .desc {
    font-size: 18px;
    line-height: 32px;
    display: table;
    float: left;
    width: calc(100% - 200px);
    color: #121212;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewcont .prod_datail .dtbx .desc {
        font-size: 17px;
        line-height: 30px;
        width: 100%;
        margin-top: 15px;
    }
}
.bbsview_wrap .viewcont .prod_datail .dtbx .desc p {
    font-size: inherit;
    font-weight: inherit;
    white-space: pre-wrap;
    color: inherit;
}
.bbsview_wrap .viewcont .prod_datail .dtvw_btn {
    font-size: 17px;
    line-height: 48px;
    display: block;
    box-sizing: border-box;
    width: 180px;
    height: 50px;
    margin: 60px auto 0 auto;
    cursor: pointer;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    border: 1px solid #d3d3d3;
}
.bbsview_wrap .viewcont .prod_datail .dtvw_btn.active:after {
    transition: all ease 0.3s;
    transform: rotate(180deg);
}
.bbsview_wrap .viewcont .prod_datail .dtvw_btn:after {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 23px;
    content: '';
    transition: all ease 0.3s;
    transform: rotate(0deg);
    background-image: url(../images/sub/prod/dw_arrbtn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.bbsview_wrap .viewft {
    position: relative;
    width: 1180px;
    height: 120px;
    margin: 37px auto 0 auto;
}
@media (max-width: 1279px) {
    .bbsview_wrap .viewft {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft {
        width: 100%;
        height: auto;
        margin: auto;
        padding-bottom: 88px;
    }
}
.bbsview_wrap .viewft .viewpg {
    display: block;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg {
        line-height: 68px;
        height: 68px;
    }
}
.bbsview_wrap .viewft .viewpg .desc {
    font-size: 15px;
    line-height: 19px;
    color: #808080;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg .desc {
        line-height: inherit;
        float: left;
        width: 44px;
        padding-left: 10px;
    }
}
.bbsview_wrap .viewft .viewpg .tit {
    font-size: 24px;
    line-height: 35px;
    overflow: hidden;
    width: 400px;
    margin-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #121212;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg .tit {
        font-size: 17px;
        line-height: inherit;
        float: left;
        width: calc(100% - 74px);
        padding-right: 20px;
    }
}
.bbsview_wrap .viewft .viewpg i.arrartc {
    font-size: 0;
    position: relative;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 10px;
    margin-top: 15px;
    text-indent: -9999px;
    color: #121212;
    background: url(../images/common/backico@2x.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px 10px;
}
.bbsview_wrap .viewft .viewpg i.arrartc.next {
    transform: rotate(180deg);
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg i.arrartc {
        display: none;
    }
}
.bbsview_wrap .viewft .viewpg.prev {
    float: left;
    text-align: left;
}
.bbsview_wrap .viewft .viewpg.prev:hover .tit {
    color: #004da8;
}
.bbsview_wrap .viewft .viewpg.prev:hover i.arrartc {
    background: url(../images/common/backico_on@2x.png);
    background-size: 24px 10px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg.prev {
        float: none;
    }
}
.bbsview_wrap .viewft .viewpg.next {
    float: right;
    text-align: right;
}
.bbsview_wrap .viewft .viewpg.next:hover .tit {
    color: #004da8;
}
.bbsview_wrap .viewft .viewpg.next:hover i.arrartc {
    background: url(../images/common/backico_on@2x.png);
    background-size: 24px 10px;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg.next {
        float: none;
        text-align: left;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #808080;
    }
}
.bbsview_wrap .viewft .viewpg.list {
    font-size: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    transition: all ease 0.3s;
    text-indent: -9999px;
    background-color: #004da8;
    background-image: url(../images/common/listback@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.bbsview_wrap .viewft .viewpg.list:hover {
    transition: all ease 0.3s;
    background-color: #003b82;
}
@media (max-width: 1024px) {
    .bbsview_wrap .viewft .viewpg.list {
        top: 178px;
        width: 48px;
        height: 48px;
        margin-left: -24px;
        background-size: 16px 16px;
    }
}

.hrlist_grid_wrap {
    width: 1180px;
    margin: 0 auto 0 auto;
}
@media (max-width: 1279px) {
    .hrlist_grid_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
.hrlist_grid_wrap .hrbbsbx_grid {
    display: table;
    width: 100%;
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbbsbx_grid {
        display: block;
    }
}
.hrlist_grid_wrap .hrbbsbx_grid.data_none {
    border-bottom: 0;
}
.hrlist_grid_wrap .hrbbsbx_grid.data_none.bdb1 {
    border-bottom: 1px solid #d3d3d3;
}
.hrlist_grid_wrap .hrbbsbx_grid.data_none .nonedata {
    font-size: 18px;
    line-height: 18px;
    margin: 100px auto 0 auto;
    padding-top: 98px;
    text-align: center;
    color: #a0a0a0;
    background: url(../images/common/data_none@2x.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 66px 66px;
}
.hrlist_grid_wrap .hrbx {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    padding: 0 30px 0 40px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx {
        width: 100%;
        height: auto;
        padding: 25px;
    }
}
.hrlist_grid_wrap .hrbx + .hrbx {
    margin-top: 10px;
}
.hrlist_grid_wrap .hrbx .col {
    display: table;
    float: left;
    height: 100%;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col {
        display: block;
        float: none;
        height: auto;
    }
}
.hrlist_grid_wrap .hrbx .col.tit {
    width: 590px;
}
@media (max-width: 1279px) {
    .hrlist_grid_wrap .hrbx .col.tit {
        width: 336px;
    }
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col.tit {
        width: 100%;
    }
}
.hrlist_grid_wrap .hrbx .col.tit p {
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    width: 590px;
    white-space: nowrap;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #121212;
}
@media (max-width: 1279px) {
    .hrlist_grid_wrap .hrbx .col.tit p {
        width: 336px;
    }
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col.tit p {
        line-height: 30px;
        overflow: visible;
        width: 100%;
        padding-top: 30px;
        white-space: normal;
        text-overflow: none;
    }
}
.hrlist_grid_wrap .hrbx .col.dday {
    font-size: 20px;
    width: 80px;
    padding-left: 30px;
    color: #004da8;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col.dday {
        line-height: 20px;
        position: absolute;
        top: 25px;
        left: 25px;
        padding-left: 0;
    }
}
.hrlist_grid_wrap .hrbx .col.date {
    font-size: 15px;
    line-height: 20px;
    width: 326px;
    color: #808080;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col.date {
        font-size: 14px;
        width: 100%;
        margin: 10px 0 13px 0;
    }
}
.hrlist_grid_wrap .hrbx .col.stat {
    font-size: 15px;
    line-height: 20px;
    line-height: 38px;
    position: relative;
    top: 41px;
    width: 80px;
    height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #004da8;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col.stat {
        font-size: 15px;
        top: 0;
    }
}
.hrlist_grid_wrap .hrbx .col.stat.fin {
    background: #d3d3d3;
}
.hrlist_grid_wrap .hrbx .col .inner {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .hrlist_grid_wrap .hrbx .col .inner {
        display: block;
    }
}

.prodlist_wrap {
    width: 1180px;
    margin: 0 auto 0 auto;
}
@media (max-width: 1279px) {
    .prodlist_wrap {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .prodlist_wrap {
        display: table;
        width: 100%;
    }
}
.prodlist_wrap .hds {
    display: table;
    width: 100%;
}
@media (max-width: 1024px) {
    .prodlist_wrap .hds {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
.prodlist_wrap .hds .rsmsg {
    font-size: 18px;
    line-height: 26px;
    float: left;
    color: #333;
}
@media (max-width: 1024px) {
    .prodlist_wrap .hds .rsmsg {
        font-size: 15px;
        line-height: 22px;
    }
}
.prodlist_wrap .hds .rsmsg span {
    color: #004da8;
}
.prodlist_wrap .hds .sortbx {
    float: right;
}
.prodlist_wrap .hds .sortbx .sortby {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    float: left;
    color: #121212;
}
@media (max-width: 1024px) {
    .prodlist_wrap .hds .sortbx .sortby {
        font-size: 13px;
        line-height: 19px;
    }
}
.prodlist_wrap .hds .sortbx .sortby.active {
    font-weight: 500;
}
.prodlist_wrap .hds .sortbx .sortby.active:before {
    position: relative;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 9px;
    content: '';
    background: url(../images/common/sortchk@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
@media (max-width: 1024px) {
    .prodlist_wrap .hds .sortbx .sortby.active:before {
        width: 12px;
        height: 8px;
        background-size: 100%;
    }
}
.prodlist_wrap .hds .sortbx .sortby + .sortby {
    margin-left: 40px;
}
@media (max-width: 1024px) {
    .prodlist_wrap .hds .sortbx .sortby + .sortby {
        margin-left: 12px;
    }
}
.prodlist_wrap .hds .sortbx .sortby + .sortby:after {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    content: '';
    background: #ebebeb;
}
@media (max-width: 1024px) {
    .prodlist_wrap .hds .sortbx .sortby + .sortby:after {
        display: none;
    }
}
.prodlist_wrap .prodbx_grid {
    display: table;
    width: 100%;
    margin-top: 27px;
}
.prodlist_wrap .prodbx_grid.data_none {
    border-bottom: 0 solid #d3d3d3;
}
.prodlist_wrap .prodbx_grid.data_none .nonedata {
    font-size: 18px;
    line-height: 18px;
    margin: 100px auto 0 auto;
    padding-top: 98px;
    text-align: center;
    color: #a0a0a0;
    background: url(../images/common/proddata_none@2x.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 66px 66px;
}
.prodlist_wrap .prodbx_grid .prodbx {
    position: relative;
    float: left;
    width: 380px;
    height: 510px;
    margin-top: 77px;
}
@media (max-width: 1279px) {
    .prodlist_wrap .prodbx_grid .prodbx {
        width: 296px;
        height: 422px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx:nth-child(1),
.prodlist_wrap .prodbx_grid .prodbx:nth-child(2),
.prodlist_wrap .prodbx_grid .prodbx:nth-child(3) {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx:nth-child(3) {
        margin-top: 37px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx:hover .thumb {
    background: #fff;
}
.prodlist_wrap .prodbx_grid .prodbx:hover .infobx {
    transition: all ease 0.3s;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx:hover .infobx {
        opacity: 1;
    }
}
.prodlist_wrap .prodbx_grid .prodbx:hover .hvbx {
    transition: all ease 0.3s;
    opacity: 1;
}
.prodlist_wrap .prodbx_grid .prodbx:hover .hvbx .prodbtngrp {
    height: 60px;
    transition: all ease 0.5s;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx:hover .hvbx {
        display: none;
    }
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx {
        width: calc(50% - 5px);
        height: auto;
        margin-top: 37px;
        margin-bottom: 0;
    }
    .prodlist_wrap .prodbx_grid .prodbx:nth-child(1),
    .prodlist_wrap .prodbx_grid .prodbx:nth-child(2) {
        margin-top: 0;
    }
    .prodlist_wrap .prodbx_grid .prodbx:hover .thumb img {
        transform: scale(1);
    }
}
.prodlist_wrap .prodbx_grid .prodbx + .prodbx {
    margin-left: 18px;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx + .prodbx {
        margin-left: 0;
    }
}
.prodlist_wrap .prodbx_grid .prodbx:nth-child(3n + 1) {
    margin-left: 0;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx:nth-child(3n + 1) {
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx:nth-child(odd) {
        margin-right: 5px;
    }
    .prodlist_wrap .prodbx_grid .prodbx:nth-child(even) {
        margin-left: 5px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 380px;
    height: 380px;
    text-align: center;
}
@media (max-width: 1279px) {
    .prodlist_wrap .prodbx_grid .prodbx .thumb {
        width: 296px;
        height: 296px;
    }
    .prodlist_wrap .prodbx_grid .prodbx .thumb img {
        width: 100%;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .thumb img {
    transition: all ease 0.3s;
    transform: scale(1);
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx .thumb {
        width: 100%;
        height: auto;
    }
    .prodlist_wrap .prodbx_grid .prodbx .thumb img {
        width: 100%;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .infobx {
    display: block;
    margin-top: 24px;
    padding-left: 56px;
    opacity: 1;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx .infobx {
        margin-top: 28px;
        padding-left: 15px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .infobx .category {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #004da8;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx .infobx .category {
        font-size: 10px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .infobx .category:before {
    position: absolute;
    top: 50%;
    left: -56px;
    width: 36px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background: #004da8;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx .infobx .category:before {
        top: -9px;
        left: 0;
        width: 16px;
        height: 1px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .infobx .tit {
    font-size: 24px;
    line-height: 32px;
    padding: 14px 0 10px;
    letter-spacing: -0.02em;
    color: #121212;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx .infobx .tit {
        font-size: 17px;
        line-height: 25px;
        overflow: hidden;
        width: calc(100% - 10px);
        padding: 11px 0 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .infobx .desc {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    width: calc(100% - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #808080;
}
@media (max-width: 1024px) {
    .prodlist_wrap .prodbx_grid .prodbx .infobx .desc {
        font-size: 12px;
        line-height: 17px;
        display: -webkit-box;
        overflow: hidden;
        height: 17px;
        white-space: normal;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        /* ���μ� */
        -webkit-box-orient: vertical;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .hvbx {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 380px;
    opacity: 0;
}
@media (max-width: 1279px) {
    .prodlist_wrap .prodbx_grid .prodbx .hvbx {
        height: 296px;
    }
}
.prodlist_wrap .prodbx_grid .prodbx .hvbx .prodbtngrp {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
}
.prodlist_wrap .prodbx_grid .prodbx .hvbx .prodbtngrp .prodbtn {
    font-size: 17px;
    line-height: 60px;
    float: left;
    width: 50%;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #004da8;
}
.prodlist_wrap .prodbx_grid .prodbx .hvbx .prodbtngrp .prodbtn.alone {
    width: 100%;
}
.prodlist_wrap .prodbx_grid .prodbx .hvbx .prodbtngrp .prodbtn.phm {
    background: #333;
}

.relatedmv {
    position: relative;
    width: 1180px;
    margin: auto;
    margin-bottom: 170px;
}
@media (max-width: 1279px) {
    .relatedmv {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .relatedmv {
        width: 100%;
        margin-bottom: 175px;
    }
}
.relatedmv .mvinf {
    position: absolute;
    bottom: -90px;
    left: 50%;
    width: 980px;
    height: 180px;
    margin-left: -490px;
    text-align: center;
    background: #004da8;
}
@media (max-width: 1279px) {
    .relatedmv .mvinf {
        width: 826px;
        margin-left: -413px;
    }
}
@media (max-width: 1024px) {
    .relatedmv .mvinf {
        position: absolute;
        bottom: -105px;
        left: 25px;
        width: calc(100% - 50px);
        height: 155px;
        margin-left: 0;
    }
}
.relatedmv .mvinf .tit {
    font-size: 36px;
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    margin: 50px 0 30px 0;
    padding: 0 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
@media (max-width: 1279px) {
    .relatedmv .mvinf .tit {
        padding: 0 50px;
    }
}
@media (max-width: 1024px) {
    .relatedmv .mvinf .tit {
        font-size: 22px;
        line-height: 32px;
        height: 64px;
        margin: 30px 0 16px 0;
        padding: 0 25px;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.relatedmv .mvinf .date {
    font-size: 18px;
    line-height: 18px;
    color: #8cabcf;
}
@media (max-width: 1024px) {
    .relatedmv .mvinf .date {
        font-size: 15px;
        line-height: 15px;
    }
}

.mvbx {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1180px;
    cursor: pointer;
}
@media (max-width: 1279px) {
    .mvbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .mvbx {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 750px) {
    .mvbx {
        width: 100%;
    }
}
.mvbx:hover img {
    transition: all ease 0.3s;
    transform: scale(1.1);
}
@media (max-width: 1024px) {
    .mvbx:hover img {
        transform: scale(1.01);
    }
}
.mvbx:hover:after {
    transition: all ease 0.3s;
    background: url(../images/sub/pr/play@2x_on.png);
    background-size: 100%;
}
.mvbx img {
    display: block;
    width: 100%;
    transition: all ease 0.3s;
    transform: scale(1.01);
}
.mvbx:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    margin-left: -42px;
    content: '';
    background: url(../images/sub/pr/play@2x.png);
    background-size: 100%;
}
@media (max-width: 1024px) {
    .mvbx:after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
}
.mvbx.lst:after {
    width: 58px;
    height: 58px;
    margin-top: -26px;
    margin-left: -26px;
}
@media (max-width: 1024px) {
    .mvbx.lst:after {
        transform: scale(1.01);
    }
}

.cm_pagenation {
    display: table;
    margin: 70px auto 0 auto;
}
@media (max-width: 1024px) {
    .cm_pagenation {
        margin: 40px auto 0 auto;
    }
}
.cm_pagenation .pgbtn {
    float: left;
    width: 38px;
    height: 38px;
}
.cm_pagenation .pgbtn.prev {
    margin-right: 28px;
    background: url(../images/common/pgprev@2x.png) center no-repeat;
    background-size: 100%;
}
.cm_pagenation .pgbtn.prev:hover,
.cm_pagenation .pgbtn.prev:focus {
    transition: all ease 0.3s;
    background: url(../images/common/pgprev@2x_on.png) center no-repeat;
    background-size: 100%;
}
@media (max-width: 1024px) {
    .cm_pagenation .pgbtn.prev:hover,
    .cm_pagenation .pgbtn.prev:focus {
        background: url(../images/common/pgprev@2x.png) center no-repeat;
        background-size: 100%;
    }
}
.cm_pagenation .pgbtn.next {
    margin-left: 28px;
    background: url(../images/common/pgnext@2x.png) center no-repeat;
    background-size: 100%;
}
.cm_pagenation .pgbtn.next:hover,
.cm_pagenation .pgbtn.next:focus {
    transition: all ease 0.3s;
    background: url(../images/common/pgnext@2x_on.png) center no-repeat;
    background-size: 100%;
}
@media (max-width: 1024px) {
    .cm_pagenation .pgbtn.next:hover,
    .cm_pagenation .pgbtn.next:focus {
        background: url(../images/common/pgnext@2x.png) center no-repeat;
        background-size: 100%;
    }
}
.cm_pagenation .pgstat {
    line-height: 38px;
    display: none;
    float: left;
    height: 38px;
    text-align: center;
}
.cm_pagenation .pgstat span {
    font-size: 17px;
    color: #808080;
}
.cm_pagenation .pgstat span.viewpg {
    color: #121212;
}
.cm_pagenation .pgstat span.viewpg:after {
    font-size: 17px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    content: '/';
    color: #808080;
}
.cm_pagenation .pgstat span.wholepg {
    padding-left: 10px;
}
@media (max-width: 750px) {
    .cm_pagenation .pgstat {
        display: block;
    }
}
.cm_pagenation .pgnum {
    font-size: 18px;
    line-height: 38px;
    position: relative;
    float: left;
    color: #808080;
}
@media (max-width: 750px) {
    .cm_pagenation .pgnum {
        /* display: none; */
    }
}
.cm_pagenation .pgnum:after {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    background: #121212;
}
.cm_pagenation .pgnum:hover,
.cm_pagenation .pgnum:focus {
    transition: all ease 0.3s;
    color: #121212;
}
.cm_pagenation .pgnum:hover:after,
.cm_pagenation .pgnum:focus:after {
    width: 100%;
}
.cm_pagenation .pgnum + .pgbtn {
    margin-left: 28px;
}
.cm_pagenation .pgnum.active {
    color: #121212;
}
.cm_pagenation .pgnum.active:after {
    width: 100%;
}
.cm_pagenation .pgnum + .pgnum {
    margin-left: 37px;
}
.cm_pagenation.moretype {
    margin: 60px auto 40px auto;
}
@media (max-width: 1024px) {
    .cm_pagenation.moretype {
        margin: 60px auto 0 auto;
    }
}
.cm_pagenation.moretype .pgmorebtn {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: #004da8;
    background-image: url(../images/common/pgmorebtn@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cm_pagenation.moretype .pgmorebtn:hover {
    transition: all ease 0.3s;
    background-color: #003b82;
}

.fbtngrp {
    display: table;
    margin: 80px auto 0 auto;
}
@media (max-width: 1024px) {
    .fbtngrp {
        width: 100%;
        margin: 40px auto 0 auto;
    }
}

.fbtn {
    font-size: 18px;
    line-height: 60px;
    display: block;
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1024px) {
    .fbtn {
        width: calc(50% - 5px);
    }
}
.fbtn.submit {
    background: #004da8;
}
.fbtn.cancle {
    background: #a0a0a0;
}
.fbtn + .fbtn {
    margin-left: 10px;
}

.dwbtn {
    font-size: 15px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    color: #636569;
    border: 1px solid #d3d3d3;
}
.dwbtn i.dwico {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url(../images/common/dwbtn.png) no-repeat center;
    background-size: 100%;
}
@media (max-width: 750px) {
    .dwbtn {
        width: 100%;
        max-width: none;
        text-align: center;
    }
}
.dwbtn.dw {
    display: inline-block;
    max-width: none;
    margin-top: 40px;
    background: #fff;
}

.ft_qsbx {
    position: relative;
    z-index: -1;
    display: table;
    width: 100%;
    padding-top: 60px;
    border-top: 1px solid #d3d3d3;
    background: #fff;
}
.ft_qsbx .inner {
    width: 1180px;
    height: 110px;
    margin: auto;
}
@media (max-width: 1279px) {
    .ft_qsbx .inner {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .ft_qsbx .inner {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}
.ft_qsbx .inner .qsbx {
    position: relative;
    display: block;
    float: left;
    width: 380px;
    height: 110px;
    background: #f8f8f9;
}
@media (max-width: 1279px) {
    .ft_qsbx .inner .qsbx {
        width: 300px;
    }
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx {
        width: 100%;
        height: 92px;
    }
}
.ft_qsbx .inner .qsbx + .qsbx {
    margin-left: 10px;
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx + .qsbx {
        margin-top: 10px;
        margin-left: 0;
    }
}
.ft_qsbx .inner .qsbx i {
    position: absolute;
    top: 39px;
    right: 50px;
    width: 38px;
    height: 32px;
}
@media (max-width: 1279px) {
    .ft_qsbx .inner .qsbx i {
        right: 30px;
    }
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx i {
        top: 30px;
        right: 24px;
        width: 32px;
        height: 32px;
    }
}
.ft_qsbx .inner .qsbx i img {
    width: 100%;
}
.ft_qsbx .inner .qsbx p.tit {
    font-size: 18px;
    line-height: 23px;
    margin-top: 28px;
    padding-left: 40px;
    color: #808080;
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx p.tit {
        font-size: 15px;
        line-height: 22px;
        margin-top: 23px;
        padding-left: 24px;
    }
}
.ft_qsbx .inner .qsbx p.entit {
    font-size: 18px;
    line-height: 23px;
    margin-top: 7px;
    padding-left: 40px;
    text-transform: capitalize;
    color: #121212;
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx p.entit {
        font-size: 17px;
        line-height: 22px;
        margin-top: 6px;
        padding-left: 24px;
    }
}
.ft_qsbx .inner .qsbx p.entit .cm {
    display: block;
}
@media (max-width: 1279px) {
    .ft_qsbx .inner .qsbx p.entit .cm {
        display: none;
    }
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx p.entit .cm {
        display: block;
    }
}
.ft_qsbx .inner .qsbx p.entit .pcm {
    display: none;
}
@media (max-width: 1279px) {
    .ft_qsbx .inner .qsbx p.entit .pcm {
        display: block;
    }
}
@media (max-width: 1024px) {
    .ft_qsbx .inner .qsbx p.entit .pcm {
        display: none;
    }
}

.ft_bnbx {
    width: 100%;
    height: 245px;
    margin: 60px auto 0 auto;
    background-image: url(../images/sub/layout/brnd_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1650px) {
    .ft_bnbx {
        width: 100%;
        background-position: -150px center;
    }
}
@media (max-width: 1279px) {
    .ft_bnbx {
        background-image: url(../images/sub/layout/brnd_banner_min.jpg);
        background-position: center center;
    }
}
@media (max-width: 1024px) {
    .ft_bnbx {
        height: 180px;
        background-image: url(../images/sub/layout/brnd_banner_mo@2x.png);
        background-position: center;
        background-size: 100%;
    }
}
.ft_bnbx .inner {
    padding-top: 58px;
    padding-left: 50%;
}
@media (max-width: 1024px) {
    .ft_bnbx .inner {
        float: right;
        padding-top: 38px;
        padding-right: 50px;
        padding-left: 0;
    }
    .ft_bnbx .inner br {
        display: none;
    }
    .ft_bnbx .inner br.mo {
        display: block;
    }
    .ft_bnbx .inner .btn {
        display: none;
    }
}
.ft_bnbx .inner h4 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
}
.ft_bnbx .inner h2 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 8px;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 1024px) {
    .ft_bnbx .inner h2 {
        font-size: 17px;
        line-height: 25px;
    }
}

.svg1,
.svg2 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.svg1 #line1,
.svg1 #line2,
.svg2 #line1,
.svg2 #line2 {
    z-index: 0;
    stroke-width: 1px;
    stroke: #d3d3d3;
    stroke-height: 0;
}
@media all and (min-width: 750px) and (max-width: 1024px) {
    .svg1,
    .svg2 {
        top: -12px;
        left: -8px;
        width: 85%;
    }
}

.dimmed_mv {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
}
.dimmed_mv .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.dimmed_mv .inner .mvclsbtn {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #004da8;
    background-image: url(../images/sub/pr/clsbtn@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px 34px;
}
@media (max-width: 1024px) {
    .dimmed_mv .inner .mvclsbtn {
        top: 30px;
        right: 30px;
        width: 40px;
        height: 40px;
        background-size: 22px 22px;
    }
}
.dimmed_mv .inner .mvwbx {
    position: absolute;
    z-index: 60;
    top: 50%;
    left: 50%;
    width: 1180px;
    height: 664px;
    transform: translate(-50%, -50%);
}
@media (max-width: 1279px) {
    .dimmed_mv .inner .mvwbx {
        width: 924px;
    }
}
@media (max-width: 1024px) {
    .dimmed_mv .inner .mvwbx {
        width: calc(100% - 50px);
        height: 50vh;
        padding: 0 25px;
    }
}

.pc {
    display: block;
}
@media (max-width: 1024px) {
    .pc {
        display: none;
    }
}

.mo {
    display: none;
}
@media (max-width: 1024px) {
    .mo {
        display: block;
    }
}

@keyframes rollingTypeA {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.js-scr-box {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
    filter: alpha(opacity=0);
}

.add_txt {
    margin-bottom: 200px;
}
.add_txt_img {
    display: table;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
}

.add_txt_img > li {
    float: left;
    width: calc((100% - 20px) / 2);
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.add_txt_img:after {
    clear: both;
    display: block;
    content: '';
}
.add_txt_img > li img {
    width: 100%;
}
.add_txt_img > li + li {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .add_txt_img {
        padding: 0 40px;
    }
    .add_txt_img > li {
        float: none;
        width: 100%;
    }
    .add_txt_img > li + li {
        margin-left: 0px;
        margin-top: 30px;
    }
    .add_txt {
        margin-bottom: 0px;
    }
}

/* 2021-04-29 */
@media (max-width: 1024px) {
    section.intro.ctlab04 .pipe .pipe_wrap .pipe_box .moDisplayNo {
        display: none;
    }
}

.prod_datail .dtvw_btn {
    display: none;
}
.bbsview_wrap .viewcont .prod_datail .dtvw_btn {
    display: none;
}

.bbsview_wrap .viewcont .prod_inf .innerbx .align_e.center:before {
    display: none;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e.center:after {
    display: none;
}
.bbsview_wrap .viewcont .prod_inf .innerbx {
    position: relative;
}
.bbsview_wrap .viewcont .prod_inf .innerbx:before {
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 1px;
    height: 23px;
    background: #c4c4c4;
}
.bbsview_wrap .viewcont .prod_inf .innerbx:first-child:before {
    display: none;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc {
    display: inline-block;
    float: none;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit.t1 {
    width: 74px;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .tit.t3 {
    width: 74px;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e {
    display: block;
    padding: 0;
    text-align: center;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e:after {
    display: block;
    content: '';
    clear: both;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .align_e > p {
    display: inline-block;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc.t1 {
    width: auto;
    max-width: 200px;
    word-break: keep-all;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc.t2 {
    width: auto;
    max-width: 200px;
    word-break: keep-all;
}
.bbsview_wrap .viewcont .prod_inf .innerbx .desc.t3 {
    width: auto;
    max-width: 200px;
    word-break: keep-all;
}

/* 2022-05-02 */
section.intro .hds_copy.law .descgrp--fit {
    margin-top: 0;
}
section.intro.law.abms {
    max-width: 100%;
}
section.intro.law.abms .visbox {
    position: relative;
    clear: both;
    width: 100%;
    height: 540px;
    background-image: url(../images/sub/intro/law04_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}
section.intro.law.abms h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #121212;
}
section.intro.law.abms .hds_copy .tit {
    font-size: 60px;
    line-height: 1.16;
}
section.intro.law.abms .hds_copy .descgrp .desc {
    line-height: 36px;
}
section.intro.law.abms .policy_certi {
    max-width: 980px;
    margin: 110px auto 0;
    padding: 40px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
section.intro.law.abms .policy_certi::after {
    content: '';
    display: block;
    clear: both;
}
section.intro.law.abms .policy_certi__inner {
    float: left;
    position: relative;
    width: calc(50% - 80px);
    padding: 0 40px;
}
section.intro.law.abms .policy_certi__title {
    line-height: 50px;
    text-align: left;
}
section.intro.law.abms .policy_certi__download {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 15px;
    display: inline-block;
    padding: 18px 36px 17px 36px;
    color: #fff;
    background: #004da8;
}
section.intro.law.abms .policy_certi__download > span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
}
section.intro.law.abms .policy_certi__download > span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    content: '';
    background: url(../images/sub/intro/cidown.png);
    background-size: 16px;
}
section.intro.law.abms .policy_certi__image {
    margin-top: 30px;
}
section.intro.law.abms .policy_certi__image > img {
    width: 100%;
    max-width: 100%;
}

/* 2023-10-26 */
section.intro.ctlab04 .pipe__title {
    margin-bottom: 49px;
    font-size: 30px;
    line-height: 1px;
    font-weight: 500;
    color: #121212;
}

section.intro.ctlab04 .pipe__split {
    position: relative;
}

section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .pipe__split .row:first-child .row_box.type_03 .bar_box .bar_tit {
    display: none;
}
section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .pipe__split:first-child .row:first-child .row_box.type_03 .bar_box .bar_tit {
    display: block;
}

section.intro.ctlab04 .pipe.new2023 .pipe_wrap .top_box .tbox.type_00,
section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .row .row_box.type_00 {
    width: 140px;
}
section.intro.ctlab04 .pipe.new2023 .pipe_wrap .top_box .tbox.type_02,
section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .row .row_box.type_02 {
    width: 180px;
}

section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .row .row_box.type_00 span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 139px;
    height: calc(100% - 2px);
    background-color: #fff;
    font-size: 18px;
    font-weight: 300;
}

/* 2023-10-26 */

@media (max-width: 1024px) {
    section.intro .hds_copy.law .descgrp--fit {
        margin-top: 30px;
    }
    section.intro.law.abms .visbox {
        background-image: url(../images/sub/intro/law04_bg_mo@2x.jpg);
    }
    section.intro.law.abms .hds_copy .tit {
        font-size: 48px;
    }
    section.intro.law.abms .hds_copy .descgrp .desc {
        line-height: 30px;
    }
    section.intro.law.abms .cp_ethics {
        padding-top: 35px;
    }
    section.intro.law.abms .cp_ethics .ethics_wrap {
        margin-top: 30px;
    }
    section.intro.law.abms .policy_certi {
        margin: 70px 25px 0;
        padding: 25px 0 0;
        border-bottom: 0 none;
    }
    section.intro.law.abms .policy_certi__inner {
        float: none;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    section.intro.law.abms .policy_certi__inner ~ .policy_certi__inner {
        margin-top: 50px;
    }
    section.intro.law.abms .policy_certi__title {
        font-size: 18px;
        line-height: inherit;
    }
    section.intro.law.abms .policy_certi__image {
        margin-top: 15px;
    }
    section.intro.law.abms .policy_certi__download {
        position: relative;
        width: 100%;
        margin-top: 25px;
        box-sizing: border-box;
        top: auto;
        right: auto;
        text-align: center;
    }

    /* 2023-10-26 */
    section.intro.ctlab04 .pipe__title {
        margin-bottom: 30px;
        font-size: 20px;
    }
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .pipe__split .row:first-child .row_box.type_03 .bar_box .bar_tit {
        display: block;
    }
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .top_box .tbox.type_00,
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .row .row_box.type_00 {
        width: unset;
        text-align: left;
    }
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .top_box .tbox.type_00,
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .row .row_box.type_00 span {
        display: inline-block;
        position: static;
        left: unset;
        top: unset;
        width: 100%;
        transform: unset;
        background-color: unset;
        border-top: 2px solid #121212;
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #121212;
        padding-top: 15px;
    }
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .pipe__split:first-child .row .row_box.type_00 span {
        border: none;
        margin-top: 0;
    }
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .top_box .tbox.type_00-1 {
        display: none;
    }
}
@media (max-width: 750px) {
    section.intro.law.abms .visbox {
        height: 260px;
    }

    /* 2023-10-26 */
    section.intro.ctlab04 .pipe.new2023 .pipe_wrap .pipe_box .pipe__split:first-child .row .row_box.type_00 span {
        margin-bottom: 0;
    }
}

/* 2022-05-11 */
section.intro.law.cp_prg {
    padding-bottom: 0;
}

/* 2023-06-01 */
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx.cmobz_lstbx--flex {
    display: flex;
    justify-content: center;
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx.ppcsbx--flexbox {
    float: none;
    width: auto;
}
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas,
section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info {
    width: auto;
    padding: 0;
}

@media (max-width: 1024px) {
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx.cmobz_lstbx--flex {
        justify-content: flex-start;
    }
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .bas,
    section.intro.cmobz .cmobz_ppcwrap .cmobz_lstbx .ppcsbx .info {
        padding: 0 35px;
    }
}

/* 2023-10-26 테이블 */
.pipe__releaseItem {
    border-bottom: 1px solid #808080;
    /* border-bottom: 1px solid red; */
}
.pipe__releaseItem table {
    border-collapse: collapse;
    width: 100%;
}
.pipe__releaseItem table thead tr {
    border-top: 2px solid #121212;
    border-bottom: 1px solid #121212;
    background-color: #f8f8f9;
}
.pipe__releaseItem table thead th {
    border-right: 1px solid #d3d3d3;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}
.pipe__releaseItem table thead th:last-child {
    border-right: none;
}
.pipe__releaseItem table thead th:first-child {
    border-left: none;
}
.pipe__releaseItem tbody {
    text-align: center;
}
.pipe__releaseItem tbody tr {
    border-left: none;
}
.pipe__releaseItem tbody td {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
}
.pipe__releaseItem tbody td:last-child {
    border-right: none;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .pipe__releaseItem table thead th {
        font-size: 17px;
    }
    .pipe__releaseItem tbody td {
        font-size: 17px;
    }
    .pipe__releaseItem tbody td {
        padding: 20px 23px;
    }
    .pipe__releaseItem {
        margin-bottom: 57px;
    }
}

/* @media (max-width: 375px) {
    .rowspan_tr {
        word-break: keep-all;
    }
    .pipe__releaseItem tbody td:last-child {
        word-break: normal !important;
    }
} */
/* @media all and (min-width: 480px) and (max-width: 980px) {
    .rowspan_tr {
        word-break: keep-all;
    }
} */
