@charset "UTF-8";
/* connectivity start */
.connectivity-page .section.category {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}
.connectivity-page .section.category:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 58px;
    left: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}
.connectivity-page .section.category h3,
.connectivity-page .section.category .custom-select-wrap {
    display: none;
}
.connectivity-page .section.category .custom-select {
    position: relative;
    z-index: 1;
}
.connectivity-page .section.category .custom-select-body {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
.connectivity-page .section.category .custom-select-body li {
    float: left;
}
.connectivity-page .section.category .custom-select-body li + li {
    margin-left: 40px;
}
.connectivity-page .section.category .custom-select-body li a {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    line-height: 58px;
    color: #333;
    letter-spacing: -0.02em;
}
.connectivity-page .section.category .custom-select-body li.selected a {
    font-weight: bold;
}
.connectivity-page .masonry-wrap {
    width: 1060px !important;
    margin-top: 61px;
    overflow: hidden;
}
.connectivity-page .masonry-item {
    float: left;
    width: 530px;
    margin-bottom: 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.connectivity-page .masonry-item.masonry-normal {
    height: 480px;
}
.connectivity-page .masonry-item.masonry-big {
    height: 690px;
}
.connectivity-page .masonry-item > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.connectivity-page .masonry-item > a img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.connectivity-page .paging {
    height: 26px;
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.connectivity-page .paging a {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-left: 20px;
    background-color: #757579;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -99999px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    z-index: 0;
    behavior: url(../css/PIE.htc);
}
.connectivity-page .paging a:first-child,
.connectivity-page .paging a.pie_first-child {
    margin-left: 0;
}
.connectivity-page .paging a:hover {
    background-color: #e82738;
}
.connectivity-page .paging a.active {
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-color: #e82738;
}
.connectivity-page {
    padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
    .connectivity-page .masonry-wrap {
        width: auto !important;
    }
    .connectivity-page .section.category {
        padding-top: 45px;
        background-color: #fff;
        border: none;
    }
    .connectivity-page .section.category .section-inner {
        border-bottom: 1px solid #eee;
    }
    .connectivity-page .section.category h3,
    .connectivity-page .section.category .custom-select-wrap {
        display: block;
    }
    .connectivity-page .section.category h3 {
        padding-bottom: 15px;
        border-bottom: 2px solid #8c8c8c;
    }
    .connectivity-page .section.category h3 img {
        width: 179px;
        vertical-align: top;
    }
    .connectivity-page .section.category:before {
        content: none;
    }
    .connectivity-page .masonry-wrap {
        margin-top: 14px;
    }
    .connectivity-page .masonry-item {
        float: none;
        width: 100%;
        height: auto !important;
        max-width: 510px;
        margin: 0 auto;
        padding: 0;
    }
    .connectivity-page .masonry-item + .masonry-item {
        margin-top: 15px;
    }
    .connectivity-page .paging {
        height: 18px;
    }
    .connectivity-page .paging a {
        width: 10px;
        height: 10px;
        margin-top: 4px;
        margin-left: 15px;
    }
    .connectivity-page .paging a.active {
        width: 18px;
        height: 18px;
    }
    .connectivity-page .section.category .custom-select {
        padding: 10px 0;
    }
    .connectivity-page .section.category .custom-select-wrap button {
        position: relative;
        width: 100%;
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
        color: #333;
        border: 1px solid #e6e6e6;
        text-align: left;
    }
    .connectivity-page .section.category .custom-select-wrap button:after {
        content: '';
        position: absolute;
        top: 16px;
        right: 14px;
        border-top: 6px solid #333;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }
    .connectivity-page .section.category .custom-select-body {
        display: none;
    }
    .connectivity-page .section.category .custom-select.expanded .custom-select-body {
        position: absolute;
        display: block;
        width: 100%;
        top: 39px;
        left: 0;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .connectivity-page .section.category .custom-select-body li {
        float: none;
        width: 100%;
        height: 40px;
        background-color: #fff;
    }
    .connectivity-page .section.category .custom-select-body li + li {
        margin-left: 0;
        border-top: 1px solid #e6e6e6;
    }
    .connectivity-page .section.category .custom-select-body li a {
        width: 100%;
        padding: 0 12px;
        font-size: 13px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .connectivity-page .section.category .custom-select-body li a:hover,
    .connectivity-page .section.category .custom-select-body li a:active {
        color: #fff;
        background-color: #e82738;
    }
}
/* connectivity end */
/* advertise start */
.advertise-page .section.content-body {
    margin-top: 45px;
    padding-bottom: 80px;
}
.advertise-page .tab-wrap ul {
    height: 45px;
    border: 1px solid #4c4c4c;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advertise-page .tab-wrap ul li {
    width: 50%;
    float: left;
}
.advertise-page .tab-wrap ul li.active {
    background-color: #1a1a1a;
}
.advertise-page .tab-wrap a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 43px;
    color: #141414;
    text-align: center;
    letter-spacing: -0.08em;
}
.advertise-page .tab-wrap ul li.active a {
    color: #fff;
}
.advertise-page .article-wrap {
    height: 395px;
    margin-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.advertise-page .article-wrap > div {
    float: left;
    height: 100%;
}
.advertise-page .article-wrap .video-wrap {
    width: 650px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advertise-page .article-wrap .txt-wrap {
    width: 390px;
    margin-left: -1px;
    border: 1px solid #e6e6e6;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advertise-page .article-wrap .txt-wrap .scroll-inner {
    padding: 29px 34px;
}
.advertise-page .article-wrap .txt-wrap .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.02em;
}
.advertise-page .article-wrap .txt-wrap .description {
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    letter-spacing: -0.02em;
}
.advertise-page .relate-video-wrap {
    padding-bottom: 50px;
}
.advertise-page .relate-video-wrap > .box-inner {
    position: relative;
    margin-top: 20px;
}
.advertise-page .relate-video-wrap > .box-inner .btn-move {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: -18px;
    background-image: url(../images/pr/advertise/btn_move.png);
    background-repeat: no-repeat;
    -webkit-background-size: 79px 79px;
    background-size: 79px 79px;
    overflow: hidden;
    border: none;
}
.advertise-page .relate-video-wrap > .box-inner .btn-move.prev {
    left: 0;
    background-position: 0 0;
}
.advertise-page .relate-video-wrap > .box-inner .btn-move.next {
    right: 0;
    background-position: -42px 0;
}
.advertise-page .relate-video-wrap > .box-inner .btn-move.prev:disabled {
    background-position: 0 -42px;
}
.advertise-page .relate-video-wrap > .box-inner .btn-move.next:disabled {
    background-position: -42px -42px;
}
.advertise-page .relate-video-wrap .relate-list-wrap {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}
.advertise-page .relate-video-wrap ul {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
}
.advertise-page .relate-video-wrap ul li {
    display: inline-block;
    width: 235px;
    height: 118px;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.advertise-page .relate-video-wrap ul li .box-inner {
    position: relative;
}
.advertise-page .relate-video-wrap ul li img {
    width: 100%;
    height: 118px;
}
.advertise-page .relate-video-wrap ul li .box-hover {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
}
.advertise-page .relate-video-wrap ul li a:hover .box-hover,.advertise-page .relate-video-wrap ul li a:focus .box-hover {display: block;}
.advertise-page .relate-video-wrap ul li p {
    height: 57px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    white-space: normal;
    overflow: hidden;
}
.advertise-page .relate-video-wrap ul li .cate-wrap {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.advertise-page .relate-video-wrap ul li .cate-wrap span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    vertical-align: top;
}
.advertise-page .relate-video-wrap ul li .cate-wrap span + span {
    margin-left: 7px;
}
.advertise-page .relate-video-wrap ul li .cate-wrap span + span:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-top: 3px;
    margin-right: 7px;
    background-color: #fff;
}
.advertise-page .filter-wrap {
    position: relative;
    padding-top: 70px;
    border-top: 1px solid #e6e6e6;
}
.advertise-page .filter-wrap .category-date-wrap {
    font-size: 0;
}
.advertise-page .filter-wrap .btn-cate-date {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background-color: #4c4c4c;
    vertical-align: top;
}
.advertise-page .filter-wrap a.btn-cate-date {
    line-height: 60px;
}
.advertise-page .filter-wrap .btn-cate-date + .btn-cate-date {
    margin-left: 30px;
}
.advertise-page .filter-wrap .btn-cate-date.selected {
    background-color: #e51937;
}
.advertise-page .filter-wrap .custom-select-wrap {
    display: none;
}
.advertise-page .filter-wrap .category-type-wrap {
    position: absolute;
    bottom: 20px;
    right: 0;
}
.advertise-page .filter-wrap .category-type-wrap:after {
    content: '';
    clear: both;
    display: block;
}
.advertise-page .filter-wrap .category-type-wrap .component-wrap {
    float: left;
}
.advertise-page .filter-wrap .category-type-wrap .component-wrap span {
    font-size: 14px;
}
.advertise-page .filter-wrap .category-type-wrap .component-wrap + .component-wrap {
    margin-left: 35px;
}
.advertise-page .list-wrap {
    margin-top: 34px;
    overflow: hidden;
}
.advertise-page .list-wrap ul {
    position: relative;
    width: 1064px;
    margin-left: -12px;
}
.advertise-page .list-wrap ul li {
    float: left;
    width: 25%;
    padding: 12px 0;
    text-align: center;
}
.advertise-page .list-wrap ul li a {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 262px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advertise-page .list-wrap ul li a img {
    width: 100%;
    height: 135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
}
.advertise-page .list-wrap ul li a .title {
    height: 69px;
    margin-top: 15px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 23px;
    color: #141414;
    text-align: left;
    letter-spacing: -0.02em;
    overflow: hidden;
}
.advertise-page .list-wrap ul li.on a .title {
    color: #e51937;
}
.advertise-page .list-wrap ul li a span {
    position: absolute;
    bottom: 15px;
    left: 18px;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
    .advertise-page .section.content-body {
        margin-top: 10px;
        padding-bottom: 65px;
    }
    .advertise-page .tab-wrap a {
        font-size: 14px;
    }
    .advertise-page .article-wrap {
        height: auto;
        margin-top: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    .advertise-page .article-wrap .video-wrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 65%;
    }
    .advertise-page .article-wrap .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
    .advertise-page .article-wrap .txt-wrap {
        width: 100%;
        height: 215px !important;
        margin-left: 0;
        border: none;
    }
    .advertise-page .article-wrap .txt-wrap .scroll-inner {
        padding: 20px 0;
    }
    .advertise-page .article-wrap .txt-wrap .title {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.05em;
    }
    .advertise-page .article-wrap .txt-wrap .description {
        margin-top: 10px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.03em;
    }
    .advertise-page .relate-video-wrap {
        padding-bottom: 30px;
    }
    .advertise-page .relate-video-wrap > .box-inner {
        margin-top: 15px;
    }
    .advertise-page .relate-video-wrap > .box-inner .btn-move {
        display: none;
    }
    .advertise-page .relate-video-wrap .relate-list-wrap {
        width: 100%;
        overflow-x: auto;
    }
    .advertise-page .relate-video-wrap ul li {
        width: 138px;
        height: auto;
        padding: 0;
        border: 1px solid #e6e6e6;
    }
    .advertise-page .relate-video-wrap ul li img {
        height: 76px;
    }
    .advertise-page .relate-video-wrap ul li + li {
        margin-left: 15px;
    }
    .advertise-page .relate-video-wrap ul li .box-hover {
        position: static;
        display: block;
        padding: 6px;
        background-color: #fff;
    }
    .advertise-page .relate-video-wrap ul li p {
        height: 51px;
        font-size: 12px;
        line-height: 17px;
        color: #141414;
    }
    .advertise-page .relate-video-wrap ul li .cate-wrap {
        position: static;
        margin-top: 6px;
    }
    .advertise-page .relate-video-wrap ul li .cate-wrap span {
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
    }
    .advertise-page .filter-wrap {
        padding-top: 50px;
        text-align: right;
    }
    .advertise-page .filter-wrap .btn-wrap {
        display: none;
    }
    .advertise-page .filter-wrap .custom-select-wrap {
        display: block;
    }
    .advertise-page .filter-wrap .category-type-wrap {
        position: static;
        display: inline-block;
        margin-top: 30px;
    }
    .advertise-page .filter-wrap .category-type-wrap .component-wrap span {
        font-size: 15px;
    }
    .advertise-page .list-wrap {
        margin-top: 16px;
        border-bottom: none;
    }
    .advertise-page .list-wrap ul {
        width: 100%;
        margin-left: 0;
    }
    .advertise-page .list-wrap ul li {
        width: 50%;
        padding-top: 16px;
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .advertise-page .list-wrap ul li:nth-child(2n-1) {
        padding-right: 8px;
    }
    .advertise-page .list-wrap ul li:nth-child(2n) {
        padding-left: 8px;
    }
    .advertise-page .list-wrap ul li a {
        width: 100%;
        height: auto;
    }
    .advertise-page .list-wrap ul li a img {
        height: auto;
    }
    .advertise-page .list-wrap ul li a .title {
        height: 60px;
        margin-top: 9px;
        padding: 0 9px;
        font-size: 14px;
        line-height: 20px;
    }
    .advertise-page .list-wrap ul li a span {
        position: static;
        display: block;
        margin-top: 9px;
        padding: 0 9px 9px;
        text-align: left;
    }
}
/* advertise end */
/* brand start */
.brand-page .cbody-01 ul {
    margin-bottom: 70px;
    overflow: hidden;
}
.brand-page .cbody-01 ul li {
    float: left;
    width: 50%;
    padding: 29px 0 37px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.brand-page .cbody-01 ul li .img-wrap {
    height: 128px;
    margin: 0 auto;
}
.brand-page .cbody-01 ul li.item-01 .img-wrap {
    width: 333px;
}
.brand-page .cbody-01 ul li.item-02 .img-wrap {
    width: 113px;
}
.brand-page .cbody-01 ul li .btn-wrap {
    padding-top: 43px;
    text-align: center;
}
.brand-page .cbody-01 ul li .btn-wrap a {
    display: inline-block;
    width: 82px;
    height: 28px;
    background-image: url(../images/common/component/btn_download.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: top;
    text-align: left;
}
.brand-page .cbody-01 .part {
    overflow: hidden;
}
.brand-page .cbody-01 .part > * {
    float: left;
    vertical-align: top;
}
.brand-page .cbody-01 .part .title {
    display: inline-block;
    width: 264px;
    font-size: 18px;
    color: #141414;
    letter-spacing: -0.02em;
}
.brand-page .cbody-01 .part > div {
    display: inline-block;
    width: 776px;
    padding-bottom: 70px;
    font-size: 0;
}
.brand-page .cbody-01 .part .description {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    letter-spacing: -0.02em;
}
.brand-page .cbody-01 .part-01 .img-wrap {
    width: 648px;
    padding-top: 39px;
}
.brand-page .cbody-01 .part-02 {
    border-bottom: 1px solid #e8e8e8;
}
.brand-page .cbody-01 .part-03 {
    padding-top: 70px;
}
.brand-page .cbody-01 .part-02 > div > .img-wrap,
.brand-page .cbody-01 .part-04 > div > .img-wrap {
    display: inline-block;
    width: 153px;
    padding-top: 50px;
}
.brand-page .cbody-01 .part-02 > div > .img-wrap + .img-wrap,
.brand-page .cbody-01 .part-04 > div > .img-wrap + .img-wrap {
    margin-left: 130px;
}
.brand-page .cbody-01 .part .seg-box {
    padding-top: 70px;
}
.brand-page .cbody-01 .part .seg-box .sub-title {
    display: block;
    font-size: 13px;
    color: #141414;
    letter-spacing: -0.02em;
}
.brand-page .cbody-01 .part .seg-box .img-wrap {
    display: inline-block;
    padding-top: 20px;
    height: 75px;
}
.brand-page .cbody-01 .part .seg-box .img-wrap img {
    height: 100%;
}
.brand-page .cbody-01 .part .seg-box .img-wrap + .img-wrap {
    margin-left: 25px;
}
.brand-page .cbody-01 .part-03 .img-wrap {
    width: 648px;
    padding-top: 55px;
    padding-bottom: 20px;
}
.brand-page .cbody-02 {
    background-color: #f7f7f7;
}
.brand-page .cbody-02 ul {
    position: relative;
    margin-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
}
.brand-page .cbody-02 ul:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    top: 175px;
    left: 0;
    background-color: #e0e0e0;
}
.brand-page .cbody-02 ul li {
    float: left;
    width: 50%;
    height: 175px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.brand-page .cbody-02 ul li + li {
    border-left: 1px solid #e0e0e0;
}
.brand-page .cbody-02 ul li.web-first-item {
    border-left: none;
}
.brand-page .cbody-02 ul li .cell-wrap {
    width: 100%;
    height: 155px;
}
.brand-page .cbody-02 ul li .img-wrap {
    width: 260px;
    text-align: center;
}
.brand-page .cbody-02 ul li .txt-wrap {
    text-align: left;
}
.brand-page .cbody-02 ul li .title {
    font-size: 18px;
    line-height: 26px;
    color: #141414;
    letter-spacing: -0.02em;
}
.brand-page .cbody-02 ul li p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    letter-spacing: -0.02em;
}
.brand-page .cbody-03 .section-inner {
    padding-bottom: 80px;
}
.brand-page .cbody-03 .description {
    margin-top: 34px;
    font-size: 18px;
    line-height: 26px;
    color: #141414;
    letter-spacing: -0.02em;
}
.brand-page .cbody-03 table {
    position: relative;
    width: 100%;
    margin-top: 68px;
    border-bottom: 1px solid #e8e8e8;
}
.brand-page .cbody-03 table .txt-wrap p {
    display: none;
}
.brand-page .cbody-03 table tr {
    border-top: 1px solid #e8e8e8;
}
.brand-page .cbody-03 table th {
    width: 144px;
    padding-left: 22px;
    text-align: left;
}
.brand-page .cbody-03 table th span {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #141414;
    letter-spacing: 0.02em;
    vertical-align:top;
}
.brand-page .cbody-03 table th,
.brand-page .cbody-03 table td {
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: top;
}
.brand-page .cbody-03 table td {
    position: relative;
    padding-left: 122px;
    padding-right: 74px;
    overflow: hidden;
    cursor: pointer;
}
.brand-page .cbody-03 table td:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 8px;
    top: 20px;
    right: 30px;
    background-image: url(../images/common/component/tab_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.brand-page .cbody-03 table td.expanded:after {
    background-position: 0 -9px;
}
.brand-page .cbody-03 table td a {
    display: inline-block;
}
.brand-page .cbody-03 table .img-wrap {position: absolute;top: 0;left: 0;width: 122px;height: 48px;font-size:0;}
.brand-page .cbody-03 table .img-wrap img {width: 120px;height: auto;font-size:1rem;}
.brand-page .cbody-03 table .txt-wrap {
    display: inline-block;
    width: 678px;
}
.brand-page .cbody-03 table .txt-wrap span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
    letter-spacing: -0.02em;
}
.brand-page .cbody-03 table td.expanded span {
    font-weight: bold;
}
.brand-page .cbody-03 table .txt-wrap p {
    padding-top: 14px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .brand-page .cbody-01 ul {
        margin-bottom: 40px;
    }
    .brand-page .cbody-01 ul li {
        width: 100%;
        padding: 40px 0;
    }
    .brand-page .cbody-01 ul li .img-wrap {
        height: 88px;
    }
    .brand-page .cbody-01 ul li.item-01 .img-wrap {
        width: 228px;
    }
    .brand-page .cbody-01 ul li.item-02 .img-wrap {
        width: 77px;
    }
    .brand-page .cbody-01 ul li .btn-wrap {
        padding-top: 30px;
    }
    .brand-page .cbody-01 .part .title {
        width: auto;
    }
    .brand-page .cbody-01 .part .description {
        line-height: 19px;
    }
    .brand-page .cbody-01 .part > div {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 68px;
    }
    .brand-page .cbody-01 .part-01 .img-wrap {
        max-width: 331px;
        width: 100%;
    }
    .brand-page .cbody-01 .part-02 > div > .img-wrap,
    .brand-page .cbody-01 .part-04 > div > .img-wrap {
        width: 157px;
        padding-top: 40px;
    }
    .brand-page .cbody-01 .part-02 > div > .img-wrap + .img-wrap,
    .brand-page .cbody-01 .part-04 > div > .img-wrap + .img-wrap {
        margin-left: 15px;
    }
    .brand-page .cbody-01 .part .seg-box {
        padding-top: 40px;
    }
    .brand-page .cbody-01 .part .seg-box .img-wrap {
        display: block;
        padding-top: 15px;
        margin-left: 0 !important;
    }
    .brand-page .cbody-01 .part-03 {
        padding-top: 40px;
    }
    .brand-page .cbody-01 .part-03 .img-wrap {
        max-width: 330px;
        width: 100%;
        padding-top: 39px;
        padding-bottom: 0;
    }
    .brand-page .cbody-02 ul {
        margin: 0;
        padding: 0;
    }
    .brand-page .cbody-02 ul:after {
        content: none;
    }
    .brand-page .cbody-02 ul li {
        float: none;
        width: 100%;
        height: auto;
        padding: 40px 0;
    }
    .brand-page .cbody-02 ul li + li {
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
    .brand-page .cbody-02 ul li .cell-wrap {
        height: auto;
    }
    .brand-page .cbody-02 ul li .img-wrap {
        display: block !important;
        width: 100%;
        vertical-align: baseline;
        padding-bottom: 27px;
    }
    .brand-page .cbody-02 ul li .txt-wrap {
        display: block !important;
        width: 100%;
        vertical-align: baseline;
        text-align: center;
    }
    .brand-page .cbody-02 ul li .title {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
    }
    .brand-page .cbody-02 ul li .title br {
        display: none;
    }
    .brand-page .cbody-02 ul li p {
        margin-top: 8px;
        line-height: 19px;
    }
    .brand-page .cbody-03 .section-inner {
        padding-bottom: 65px;
    }
    .brand-page .cbody-03 .description {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .brand-page .cbody-03 table {
        margin-top: 40px;
    }
    .brand-page .cbody-03 table th {
        width: 52px;
        padding-top: 20px;
        padding-left: 0;
    }
    .brand-page .cbody-03 table td {
        padding: 60px 0 25px;
    }
    .brand-page .cbody-03 table td:after {
        top: 24px;
        right: 0;
    }
    .brand-page .cbody-03 table .img-wrap {
        height: 60px;
    }
    .brand-page .cbody-03 table .txt-wrap {
        width: auto;
    }
    .brand-page .cbody-03 table th span {
        font-size: 14px;
    }
}
@media screen and (max-width: 560px) {
    .brand-page .cbody-01 .part-04 > div > .img-wrap.web-last-obj {
        display: block;
        margin-left: 0;
    }
}
@media screen and (max-width: 359px) {
    .brand-page .cbody-01 .part-02 > div > .img-wrap.web-last-obj,
    .brand-page .cbody-01 .part-04 > div > .img-wrap.web-nth2-obj {
        display: block;
        margin-left: 0;
    }
}
/* brand end */
/* sports start */
.sports-page .cbody-01 .section-inner {
    padding-bottom: 80px;
}
.sports-page .cbody-01 .part + .part {
    margin-top: 60px;
}
.sports-page .cbody-01 .part-01 .txt-wrap {
    margin-top: 40px;
}
.sports-page .cbody-01 .part .txt-wrap > p.desc-nor {
    margin-top: 25px;
}
.sports-page .cbody-01 .part-01 .link-wrap {
    margin-top: 20px;
}
.sports-page .cbody-01 .part-01 .link-wrap a {
    display: inline-block;
    width: 160px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.sports-page .cbody-01 .desc-str.bdr-bottom {
    line-height: 32px;
    border-bottom: 1px solid #8a8a8a;
}
.sports-page .cbody-01 .part-01 .img-wrap {
    float: right;
}
.sports-page .cbody-01 .part-01 .img-wrap img {
    width: 285px;
    margin-top: -100px;
    margin-right: 60px;
}
/*.sports-page .cbody-01 .part-02 {*/
    /*margin-top: 45px;*/
/*}*/
.sports-page .cbody-01 ul.sports-list {
    position: relative;
    overflow: hidden;
}
html[lang='ko'] .sports-page .cbody-01 ul.sports-list {
    margin-top: 30px;
}
.sports-page .cbody-01 ul.sports-list li {
    position: relative;
    float: left;
    width: 346px;
    height: 220px;
    text-align: center;
}
.sports-page .cbody-01 ul.sports-list li .icon-wrap {
    position: absolute;
    width: 320px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
}
.sports-page .cbody-01 ul.sports-list li img.icon-sports {
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-left: 20px;
}
.sports-page .cbody-01 ul.sports-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sports-page .cbody-01 ul.sports-list li .img-wrap {
    text-align: center;
}
.sports-page .cbody-01 ul.sports-list li .cell-wrap {
    width: 100%;
    height: 145px;
}
.sports-page .cbody-01 ul.sports-list:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    top: 220px;
    left: 0;
    background-color: #e0e0e0;
}
.sports-page .cbody-01 ul.sports-list span {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #666;
    letter-spacing: -0.02em;
}
.sports-page .cbody-01 ul.sports-list span:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    background-image: url(../images/common/component/btn_link.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: top;
}
.sports-page .cbody-01 ul.sports-list p {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    letter-spacing: -0.02em;
}
/*.sports-page .cbody-01 .part-03 {*/
    /*margin-top: 85px;*/
/*}*/
@media screen and (max-width: 768px) {
    .sports-page .cbody-01 .section-inner {
        padding-bottom: 65px;
    }
    .sports-page .cbody-01 .part + .part {
        margin-top: 50px;
    }
    .sports-page .cbody-01 .desc-str.bdr-bottom {
        line-height: 21px;
        border-bottom: none;
    }
    .sports-page .cbody-01 .part-01 .img-wrap {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .sports-page .cbody-01 .part-01 .img-wrap img {
        width: 100%;
        max-width: 215px;
        margin-top: 0;
        margin-right: 0;
    }
    .sports-page .cbody-01 .part-01 .txt-wrap {
        margin-top: 30px;
    }
    .sports-page .cbody-01 .part .txt-wrap > p.desc-nor {
        margin-top: 15px;
    }
    .sports-page .cbody-01 .part .txt-wrap p br {
        display: none;
    }
    .sports-page .cbody-01 .part-01 .link-wrap {
        margin-top: 18px;
    }
    .sports-page .cbody-01 ul.sports-list {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    .sports-page .cbody-01 ul.sports-list:after {
        content: none;
    }
    .sports-page .cbody-01 ul.sports-list li {
        width: 100%;
        height: auto;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .sports-page .cbody-01 ul.sports-list li + li {
        border-left: none !important;
        border-top: 1px solid #e8e8e8;
    }
    .sports-page .cbody-01 ul.sports-list li img.icon-sports {
        margin-top: 15px;
        margin-left: 10px;
    }
    .sports-page .cbody-01 ul.sports-list li .cell-wrap {
        height: auto;
    }
    .sports-page .cbody-01 ul.sports-list li .img-wrap {
        padding-bottom: 12px;
        vertical-align: baseline;
    }
    .sports-page .cbody-01 ul.sports-list span {
        font-size: 14px;
    }
    /*.sports-page .cbody-01 .part-03 {*/
        /*margin-top: 40px;*/
    /*}*/
}
@media screen and (max-width: 359px) {
    .sports-page .cbody-01 ul.sports-list li img.icon-sports {
        margin-left: 5px;
    }
}
/* sports end */
/* right-people start */
.right-people-page .cbody-01 .section-inner {
    position: relative;
    padding-left: 550px;
    padding-bottom: 90px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.right-people-page .cbody-01 .img-wrap {
    position: absolute;
    top: 66px;
    left: 97px;
}
.right-people-page .cbody-01 .img-wrap img {
    width: 326px;
}
.right-people-page .cbody-01 p {
    margin-top: 30px;
}
.right-people-page .cbody-02 .section-inner {
    padding-bottom: 120px;
    border-top: 1px solid #dbdbdb;
}
.right-people-page .cbody-02 .img-wrap {
    margin-top: 90px;
    text-align: center;
}
.right-people-page .cbody-02 .img-wrap img {
    width: 730px;
}
@media screen and (max-width: 768px) {
    .right-people-page .cbody-01 .section-inner {
        padding-left: 0;
        padding-bottom: 40px;
    }
    .right-people-page .cbody-01 .img-wrap {
        position: static;
        max-width: 272px;
        width: 100%;
        top: auto;
        left: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .right-people-page .cbody-01 .img-wrap img {
        width: 100%;
    }
    .right-people-page .cbody-01 p {
        margin-top: 45px;
    }
    .right-people-page .cbody-01 p br {
        display: none;
    }
    .right-people-page .cbody-02 .section-inner {
        padding-bottom: 65px;
    }
    .right-people-page .cbody-02 .img-wrap {
        max-width: 178px;
        width: 100%;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .right-people-page .cbody-02 .img-wrap img {
        width: 100%;
    }
}
/* right-people end */
/* recruit-guide start */
.recruit-guide-page .tab-header ul li {
    width: 25%;
}
.recruit-guide-page .content-body .tab-header {
    padding-top: 40px;
}
.recruit-guide-page .content-body .tab-body {
    padding-top: 50px;
    padding-bottom: 100px;
}
.recruit-guide-page .content-body h5 {
    font-size: 21px;
    line-height: 140%;
    color: #e51937;
    letter-spacing: -0.05em;
}
.recruit-guide-page .content-body .content-item > .desc-nor {
    margin-top: 18px;
}
.recruit-guide-page .content-body .content-item > div {
    padding-top: 45px;
}
.recruit-guide-page .recruit-type-wrap {
    border-top: 1px solid #a5a5a5;
}
.recruit-guide-page .recruit-type-wrap > li {
    width: 100%;
    padding: 28px 30px;
    font-size: 0;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-guide-page .recruit-type-wrap > li > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.recruit-guide-page .recruit-type-wrap > li .type-wrap {
    width: 230px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-guide-page .recruit-type-wrap > li .link-wrap {
    width: 150px;
}
.recruit-guide-page .type-wrap {
    background-repeat: no-repeat;
    background-position: left center;
}
.recruit-guide-page .type-wrap span {
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.05em;
}
.recruit-guide-page .type-wrap.icon-01 {
    background-image: url(../images/recruit/guide/icon_type_01.png);
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
}
.recruit-guide-page .type-wrap.icon-02 {
    background-image: url(../images/recruit/guide/icon_type_02.png);
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
}
.recruit-guide-page .type-wrap.icon-03 {
    background-image: url(../images/recruit/guide/icon_type_03.png);
    -webkit-background-size: 48px auto;
    background-size: 48px auto;
}
.recruit-guide-page .recruit-type-wrap > li .content-wrap {
    width: 600px;
}
.recruit-guide-page .recruit-type-wrap > li .content-wrap p {
    position: relative;
    padding-left: 9px;
    font-size: 13px;
    line-height: 19px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
}
.recruit-guide-page .recruit-type-wrap > li .content-wrap li + li {
    margin-top: 7px;
}
.recruit-guide-page .recruit-type-wrap > li .content-wrap .point:before {
    content: '-';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: #1a1a1a;
}
.recruit-guide-page .recruit-type-wrap > li a,
.recruit-guide-page #tab4 a {
    display: inline-block;
    width: 150px;
    font-size: 15px;
    line-height: 34px;
    color: #1a1a1a;
    border: 1px solid #4c4c4c;
    letter-spacing: -0.08em;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-guide-page #tab3 .accordion-body p a {
    font: inherit;
    color: inherit;
    text-decoration: underline;
}
.recruit-guide-page #tab4 .btn-wrap {
    margin-top: 30px;
    text-align: center;
}
.recruit-guide-page .recruit-process-wrap > li {
    padding: 25px 0 25px 30px;
    border-top: 1px solid #a5a5a5;
    font-size: 0;
}
.recruit-guide-page .recruit-process-wrap .type-wrap {
    width: 228px;
    margin-top: 8px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-guide-page .recruit-process-wrap > li > div {
    display: inline-block;
    vertical-align: top;
}
.recruit-guide-page .recruit-process-wrap .type-wrap span {
    line-height: 45px;
}
.recruit-guide-page .recruit-process-wrap .content-wrap {
    width: 782px;
}
.recruit-guide-page .recruit-process-wrap .content-wrap > ul,
.recruit-guide-page .recruit-process-wrap .content-wrap > p {
    margin-top: 55px;
}
.recruit-guide-page .recruit-process-wrap .content-wrap > p {
    line-height: 24px;
}
.recruit-guide-page .recruit-process-wrap .content-wrap li {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #dbdbdb;
}
.recruit-guide-page .recruit-process-wrap .content-wrap li > * {
    display: inline-block;
    vertical-align: top;
}
.recruit-guide-page .recruit-process-wrap .content-wrap li span {
    width: 170px;
    letter-spacing: -0.05em;
}
.recruit-guide-page .recruit-process-wrap .content-wrap li p {
    width: 610px;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-guide-page #tab4 table {
    width: 100%;
    border-bottom: 1px solid #bababa;
}
.recruit-guide-page #tab4 table th,
.recruit-guide-page #tab4 table td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: -0.05em;
}
.recruit-guide-page #tab4 table tr th:first-child,
.recruit-guide-page #tab4 table tr td:first-child {
    width: 260px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit-guide-page #tab4 table tr th {
    font-size: 13px;
    color: #4c4c4c;
    background-color: #f9f9f9;
}
.recruit-guide-page #tab4 table tr td {
    font-size: 13px;
    line-height: 20px;
    color: #1a1a1a;
}
.recruit-guide-page #tab4 table tr td:first-child {
    font-size: 15px;
    font-weight: bold;
    color: #4c4c4c;
}
.recruit-guide-page #tab4 table tr + tr {
    border-top: 1px solid #d1d1d1;
}
.recruit-guide-page #tab4 table tr + tr:nth-child(2) {
    border-top: none;
}
.recruit-guide-page #tab4 table tr:first-child {
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}
@media screen and (max-width: 768px) {
    .recruit-guide-page .content-body h5 {
        font-size: 18px;
        font-weight: bold;
    }
    .recruit-guide-page .content-body .tab-header {
        padding-top: 10px;
    }
    .recruit-guide-page .content-body .tab-body {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .recruit-guide-page .content-body .content-item > .desc-nor {
        margin-top: 14px;
    }
    .recruit-guide-page .content-body .content-item > div {
        padding-top: 30px;
    }
    .recruit-guide-page .recruit-type-wrap > li {
        padding: 30px 15px 40px;
    }
    .recruit-guide-page .recruit-type-wrap > li > div {
        display: block;
        height: auto;
    }
    .recruit-guide-page .recruit-type-wrap > li .type-wrap {
        width: auto;
    }
    .recruit-guide-page .recruit-type-wrap > li .content-wrap {
        width: auto;
        margin-top: 25px;
    }
    .recruit-guide-page .recruit-type-wrap > li .link-wrap {
        margin-top: 25px;
    }
    .recruit-guide-page .type-wrap span {
        font-size: 18px;
        line-height: 47px;
    }
    .recruit-guide-page .type-wrap span br {
        display: none;
    }
    .recruit-guide-page .recruit-process-wrap > li {
        padding: 25px 0 42px 0;
    }
    .recruit-guide-page .recruit-process-wrap .type-wrap {
        width: auto;
        margin-top: 0;
        margin-left: 15px;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap {
        width: 100%;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap .img-wrap {
        padding: 0 8px;
        margin-top: 40px;
        text-align: center;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap img {
        width: 100%;
        max-width: 304px;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap li span {
        width: auto !important;
        font-size: 15px;
        font-weight: bold;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap li {
        padding: 25px 15px;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap li p {
        width: 100% !important;
        margin-top: 6px;
        padding-right: 0;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap > ul,
    .recruit-guide-page .recruit-process-wrap .content-wrap > p {
        margin-top: 35px;
    }
    .recruit-guide-page .recruit-process-wrap .content-wrap > p {
        padding: 0 15px;
        line-height: 21px;
    }
    .recruit-guide-page #tab4 table tr th {
        font-size: 14px;
        color: #141414;
    }
    .recruit-guide-page #tab4 table tr td:first-child {
        font-size: 14px;
        color: #141414;
    }
    .recruit-guide-page #tab4 table tr th,
    .recruit-guide-page #tab4 table tr td {
        padding-right: 10px;
    }
    .recruit-guide-page #tab4 table tr th:first-child,
    .recruit-guide-page #tab4 table tr td:first-child {
        width: 40% !important;
        padding-left: 10px;
        padding-right: 15px;
    }
    .recruit-guide-page #tab4 table tr td {
        color: #666;
    }
}
/* recruit-guide end */
/* hr start */
.hr-page .cbody-01 .section-inner > .desc-nor-b {
    margin-top: 35px;
}
.hr-page .cbody-01 .img-wrap {
    max-width: 319px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}
.hr-page .content-body .part ul,
.hr-page .content-body .section-inner > ul {
    margin-top: 55px;
    border-top: 1px solid #dbdbdb;
}
.hr-page .content-body .part ul li,
.hr-page .content-body .section-inner > ul li {
    display: table;
    width: 100%;
    height: 120px;
    padding-left: 105px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 30px center;
    -webkit-background-size: auto 48px;
    background-size: auto 48px;
}
.hr-page .cbody-01 ul li.item-01 {
    background-image: url(../images/recruit/hr/icon_01.png);
}
.hr-page .cbody-01 ul li.item-02 {
    background-image: url(../images/recruit/hr/icon_02.png);
}
.hr-page .cbody-01 ul li.item-03 {
    background-image: url(../images/recruit/hr/icon_03.png);
}
.hr-page .cbody-02 ul li.item-01 {
    background-image: url(../images/recruit/hr/icon_04.png);
}
.hr-page .cbody-02 ul li.item-02 {
    background-image: url(../images/recruit/hr/icon_05.png);
}
.hr-page .content-body .part ul li > div,
.hr-page .content-body .section-inner > ul li > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}
.hr-page .content-body .part ul li > div > *,
.hr-page .content-body .section-inner > ul li > div > * {
    vertical-align: middle;
}
.hr-page .content-body .part ul li span,
.hr-page .content-body .section-inner > ul li span {
    display: inline-block;
    width: 204px;
    font-size: 18px;
    line-height: 138%;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.02em;
}
.hr-page .content-body .part ul li p,
.hr-page .content-body .section-inner > ul li p {
    display: inline-block;
    padding-left: 35px;
}
.hr-page .cbody-02 {
    padding-top: 25px;
    padding-bottom: 105px;
}
.hr-page .content-body h5 {
    margin-top: 35px;
    font-size: 21px;
    line-height: 140%;
    color: #e51937;
    letter-spacing: -0.05em;
}
.hr-page .cbody-02 .img-wrap {
    width: 780px;
    margin: 0 auto;
    padding-top: 15px;
}
.hr-page .cbody-02 .txt-wrap {
    display: none;
}
.hr-page .cbody-02 .section-inner > ul {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .hr-page .cbody-01 .section-inner {
        position: relative;
    }
    .hr-page .cbody-01 .section-inner > .desc-nor-b {
        margin-top: 0;
        padding-top: 380px;
    }
    .hr-page .cbody-01 .section-inner > .desc-nor-b br {
        display: none;
    }
    .hr-page .cbody-01 .img-wrap {
        position: absolute;
        top: 102px;
        left: 0;
        right: 0;
        padding-top: 0;
    }
    .hr-page .content-body .part ul li,
    .hr-page .content-body .section-inner > ul li {
        height: auto;
        padding-top: 23px;
        padding-bottom: 23px;
        padding-left: 85px;
        background-position: 12px 25px;
    }
    .hr-page .content-body .part ul li span,
    .hr-page .content-body .part ul li p,
    .hr-page .content-body .section-inner > ul li span,
    .hr-page .content-body .section-inner > ul li p {
        display: block;
    }
    .hr-page .content-body .part ul li span br,
    .hr-page .content-body .part ul li p br,
    .hr-page .content-body .section-inner > ul li span br,
    .hr-page .content-body .section-inner > ul li p br {
        display: none;
    }
    .hr-page .content-body .section-inner > ul li span span br {
        display: inline;
    }
    .hr-page .content-body .part ul li span,
    .hr-page .content-body .section-inner > ul li span {
        width: auto !important;
        font-size: 15px;
    }
    .hr-page .content-body .part ul li p,
    .hr-page .content-body .section-inner > ul li p {
        width: auto !important;
        padding-top: 8px;
        padding-left: 0;
    }
    .hr-page .cbody-02 {
        padding-top: 12px;
        padding-bottom: 45px;
    }
    .hr-page .content-body h5 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .hr-page .cbody-02 .img-wrap {
        max-width: 244px;
        width: 100% !important;
    }
    .hr-page .cbody-02 .txt-wrap {
        display: block;
        margin-top: 32px;
        padding-bottom: 25px;
    }
    .hr-page .cbody-02 .txt-wrap ul li {
        padding-bottom: 20px;
    }
    .hr-page .cbody-02 .txt-wrap ul li > * {
        vertical-align: top;
    }
    .hr-page .cbody-02 .txt-wrap span {
        position: relative;
        display: table-cell;
        width: 84px;
        padding-left: 12px;
        font-size: 15px;
        line-height: 19px;
        font-weight: bold;
        color: #141414;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .hr-page .cbody-02 .txt-wrap span:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 4px;
        height: 4px;
        top: 0;
        left: 0;
        margin-top: 7px;
        background-color: #e51937;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        vertical-align: top;
        behavior: url(../css/PIE.htc);
    }
    .hr-page .cbody-02 .txt-wrap p {
        display: table-cell;
    }
    .hr-page .content-body .part ul,
    .hr-page .content-body .section-inner > ul {
        margin-top: 30px;
    }
}
@media screen and (max-width: 359px) {
    .hr-page .cbody-01 .section-inner > .desc-nor-b {
        padding-top: 122%;
    }
}
/* hr end */
/* faq start */
.faq-page .tab-normal .tab-header .custom-select-wrap {
    display: none !important;
}
.faq-page .content-body .section-inner > .desc-nor {
    margin-top: 38px;
}
@media (min-width: 769px) {
    .faq-page .content-body .section-inner .desc-nor:lang(ko) {
        font-size: 15px;
        line-height: 170%;
    }
}
.faq-page .content-body .section-inner > .content-wrap {
    margin-top: 28px;
}
.faq-page .cbody-01 .section-inner > .content-wrap {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.faq-page .cbody-01 .wrap {
    font-size: 0;
}
.faq-page .cbody-01 .wrap > * {
    vertical-align: middle;
}
.faq-page .cbody-01 .wrap .item-wrap {
    display: inline-block;
    width: 776px;
    overflow: hidden;
}
.faq-page .cbody-01 .wrap .btn-wrap {
    display: inline-block;
    width: 264px;
    text-align: center;
}
.faq-page .cbody-01 .wrap-01 ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-page .cbody-01 .wrap .item {
    padding: 20px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-page .cbody-01 .wrap .item > div {
    display: table;
    height: 100px;
    padding-left: 120px;
    background-repeat: no-repeat;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
    background-position: 0 center;
}
.faq-page .cbody-01 .wrap .item.item-01 > div {
    background-image: url(../images/support/faq/icon_faq_01.png);
}
.faq-page .cbody-01 .wrap .item.item-02 > div {
    background-image: url(../images/support/faq/icon_faq_02.png);
}
.faq-page .cbody-01 .wrap .item.item-03 > div {
    background-image: url(../images/support/faq/icon_faq_03.png);
}
.faq-page .cbody-01 .wrap .item.item-04 > div {
    background-image: url(../images/support/faq/icon_faq_04.png);
}
.faq-page .cbody-01 .wrap .item.item-05 > div {
    background-image: url(../images/support/faq/icon_faq_05.png);
}
.faq-page .cbody-01 .wrap .item.item-03,
.faq-page .cbody-01 .wrap .item.item-04 {
    border-top: 1px solid #dbdbdb;
}
.faq-page .cbody-01 .wrap .item p {
    display: table-cell;
    font-size: 13px;
    line-height: 25px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
    vertical-align: middle;
}
.faq-page .cbody-01 .wrap-02 {
    border-top: 1px solid #dbdbdb;
}
.faq-page .cbody-01 .wrap .btn-wrap a {
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    letter-spacing: -0.05em;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-page .cbody-01 .wrap-01 .btn-wrap a {
    line-height: 36px;
    color: #fff;
    background-color: #e51937;
}
.faq-page .cbody-01 .wrap-02 .btn-wrap a {
    line-height: 34px;
    color: #1a1a1a;
    border: 1px solid #4c4c4c;
}
.faq-page .cbody-02 {
    padding-bottom: 75px;
}
.faq-page .cbody-02 .tab-item {
    width: 20%;
}
.faq-page .cbody-02 .board-search {
    margin-top: 29px;
}
.faq-page .cbody-02 .tab-body .content-item {
    display: block;
    margin-top: 29px;
}
@media screen and (max-width: 768px) {
    .faq-page .content-body .section-inner > .desc-nor {
        margin-top: 30px;
    }
    .faq-page .content-body .section-inner > .content-wrap {
        margin-top: 24px;
    }
    .faq-page .cbody-02 {
        padding-bottom: 65px;
    }
    .faq-page .cbody-02 .tab-body .content-item {
        margin-top: 15px;
    }
    .faq-page .cbody-01 .section-inner > .content-wrap {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #666;
    }
    .faq-page .cbody-01 .wrap-02 {
        border-top: 1px solid #e6e6e6;
    }
    .faq-page .cbody-01 .wrap .item-wrap {
        display: block;
        width: auto;
    }
    .faq-page .cbody-01 .wrap .item {
        padding: 15px;
    }
    .faq-page .cbody-01 .wrap-01 ul li {
        width: 100%;
    }
    .faq-page .cbody-01 .wrap-01 ul li + li {
        border-top: 1px solid #f2f2f2 !important;
    }
    .faq-page .cbody-01 .wrap .item > div {
        height: 90px;
        padding-left: 114px;
    }
    .faq-page .cbody-01 .wrap .item p {
        line-height: 20px;
    }
    .faq-page .cbody-01 .wrap .btn-wrap {
        display: block;
        width: auto;
        padding: 20px 0 25px 0;
    }
}
@media screen and (max-width: 359px) {
    .faq-page .cbody-01 .wrap .item p {
        font-size: 12px;
    }
}
/* faq end */
/* email collect reject start */
.email-collect-reject-page .content-body .section-inner {
    padding: 140px 0;
    text-align: center;
}
.email-collect-reject-page .content-body .section-inner p {
    padding-top: 110px;
    font-size: 13px;
    line-height: 21px;
    color: #666;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/footer/email/email_bg.png);
    -webkit-background-size: 145px auto;
    background-size: 145px auto;
}
.email-collect-reject-page .content-body .section-inner span {
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: #666;
}
@media screen and (max-width: 768px) {
    .email-collect-reject-page .content-body .section-inner {
        padding: 85px 0;
    }
    .email-collect-reject-page .content-body .section-inner p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .email-collect-reject-page .content-body .section-inner p br {
        display: none;
    }
}

@media (min-width: 769px) {
    .email-collect-reject-page .section-inner > p:lang(ko),.email-collect-reject-page .section-inner > span:lang(ko) {
        font-size: 15px;
        line-height: 170%;
    }
}
/* email collect reject end */
/* wholesale start */
.wholesale-page .content-body .section-inner {
    padding: 105px 0;
}
.wholesale-page .content-body .section-inner ul {
    padding-top: 190px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/footer/wholesale/wholesale_bg.png);
    -webkit-background-size: 91px auto;
    background-size: 91px auto;
}
.wholesale-page .content-body .section-inner ul li {
    float: left;
    width: 50%;
    padding: 18px;
    font-size: 0;
    border-top: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wholesale-page .content-body .section-inner ul li.last {
    width: 100%;
}
.wholesale-page .content-body .section-inner ul li span {
    display: table-cell;
    width: 80px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
}
.wholesale-page .content-body .section-inner ul li p {
    display: table-cell;
    padding-left: 19px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    border-left: 1px solid #d1d1d1;
}
@media (min-width: 769px) {
    .wholesale-page .content-body .section-inner ul li span:lang(ko),
    .wholesale-page .content-body .section-inner ul li p:lang(ko) {
        font-size: 15px;
        line-height: 170%;
    }
}
@media screen and (max-width: 768px) {
    .wholesale-page .content-body .section-inner {
        padding: 50px 0;
    }
    .wholesale-page .content-body .section-inner ul {
        padding-top: 155px;
    }
    .wholesale-page .content-body .section-inner ul li {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}
/* wholesale end */
/* privacy policy start */
.privacy-policy-page .tab-wrap {
    padding-top: 40px;
}
.privacy-policy-page .tab-header .tab-item {
    width: 50%;
}
.privacy-policy-page .board-search .custom-select-wrap {
    width: 310px
}
.privacy-policy-page .board-search .custom-select-wrap select {
    padding-left: 14px;
}
.privacy-policy-page .content-body .content-wrap {
    padding-bottom: 100px;
}
.privacy-policy-page .content-body .privacy-wrap {
    height: 700px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}
.privacy-policy-page .content-body .btn-wrap {
    margin-top: 23px;
    text-align: right;
}
.privacy-policy-page .cbody-02 .section-inner {
    padding-bottom: 80px;
    border-top: 1px solid #b8b8b8;
}
.privacy-policy-page .content-body .header-wrap {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d1d1d1;
}
.privacy-policy-page .content-body .header-wrap .board-search {
    float: right;
}
.privacy-policy-page .content-body h5 {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #141414;
    font-weight: bold;
    letter-spacing: -0.02em;
}
.privacy-policy-page .content-body .description {
    padding: 25px 0;
    font-size: 13px;
    line-height: 21px;
    color: #666;
}
@media screen and (max-width: 768px) {
    .privacy-policy-page .tab-wrap {
        padding-top: 10px;
    }
    .privacy-policy-page .content-body .content-wrap {
        padding-bottom: 70px;
    }
    .privacy-policy-page .content-body .header-wrap {
        margin-top: 25px;
        padding-bottom: 10px;
    }
    .privacy-policy-page .content-body h5 {
        margin-bottom: 25px;
        font-size: 14px;
        color: #666;
    }
    .privacy-policy-page .content-body .header-wrap .board-search {
        float: none;
        display: block;
    }
    .privacy-policy-page .content-body .description {
        padding: 40px 0;
        font-size: 14px;
        line-height: 23px;
        color: #4c4c4c;
    }
    .privacy-policy-page .content-body .privacy-wrap {
        height: 630px;
    }
    .privacy-policy-page .content-body .btn-wrap {
        margin-top: 12px;
    }
}
/* privacy policy end */
/* calendar start */
.calendar-page .content-body .section-inner {
    position: relative;
    padding-top: 70px;
    padding-bottom: 130px;
}
.calendar-page .date-nav {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 0;
    text-align: center;
}
.calendar-page .date-nav > * {
    vertical-align: top;
}
.calendar-page .date-nav .date-view {
    display: inline-block;
    margin: 0 30px;
    font-size: 36px;
    line-height: 40px;
    color: #141414;
}
.calendar-page .date-nav .box {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 40px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.calendar-page .date-nav .date-prev:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 14px;
    border-right: 8px solid #666;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.calendar-page .date-nav .date-next:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 14px;
    border-left: 8px solid #666;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.calendar-page .date-nav span.date-prev:before {
    border-right: 8px solid #ccc;
}
.calendar-page .date-nav span.date-next:before {
    border-left: 8px solid #ccc;
}
.calendar-page .cal-wrap .is-mobile {
    margin-top: 14px;
}
.calendar-page .cal-wrap .is-mobile > ul {
    border-top: 1px solid #d1d1d1;
}
.calendar-page .cal-wrap .is-mobile > ul > li {
    position: relative;
    padding: 12px 10px;
    font-size: 0;
    border-bottom: 1px solid #d1d1d1;
}
.calendar-page .cal-wrap .is-mobile > ul > li > * {
    display: inline-block;
    vertical-align: top;
}
.calendar-page .cal-wrap .is-mobile .date {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 40px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.03em;
}
.calendar-page .cal-wrap .is-mobile .today {
    position: absolute;
    top: 12px;
    left: 50px;
    width: 60px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #f68f40;
}
.calendar-page .cal-wrap .is-mobile .event-list {
    min-height: 16px;
    padding-left: 100px;
}
.calendar-page .cal-wrap .is-mobile .event-list li {
    font-size: 13px;
    line-height: 16px;
    color: #4c4c4c;
    letter-spacing: -0.02em;
}
.calendar-page .cal-wrap .is-mobile .event-list li + li {
    margin-top: 5px;
}
.calendar-page .cal-wrap .is-mobile .is-event {
    background-color: #f9f9f9;
}
.calendar-page .cal-wrap .is-mobile .sun .date,
.calendar-page .cal-wrap .is-mobile .sun .event-list li {
    color: #ea002c;
}
.calendar-page .cal-wrap .is-mobile .sat .date,
.calendar-page .cal-wrap .is-mobile .sat .event-list li {
    color: #1d1160;
}
.calendar-page .cal-wrap .is-pc {
    margin-top: 20px;
}
.calendar-page .cal-wrap .is-pc table {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    table-layout: fixed;
}
.calendar-page .cal-wrap .is-pc table th,
.calendar-page .cal-wrap .is-pc table td {
    color: #4c4c4c;
    border-top: 1px solid #d1d1d1;
}
.calendar-page .cal-wrap .is-pc table thead th {
    height: 39px;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: center;
    vertical-align: middle;
}
.calendar-page .cal-wrap .is-pc table tbody td {
    height: 107px;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.calendar-page .cal-wrap .is-pc table td .date {
    font-size: 15px;
    line-height: 19px;
    color: #4c4c4c;
}
.calendar-page .cal-wrap .is-pc table td .today {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    line-height: 19px;
    color: #ff7900;
    vertical-align: top;
}
.calendar-page .cal-wrap .is-pc table td .event-list {
    margin-top: 5px;
}
.calendar-page .cal-wrap .is-pc table td .event-list li {
    font-size: 13px;
    color: #141414;
    letter-spacing: -0.05em;
}
.calendar-page .cal-wrap .is-pc table td .event-list li + li {
    margin-top: 4px;
}
.calendar-page .cal-wrap .is-pc table th:first-child,
.calendar-page .cal-wrap .is-pc table td:first-child,
.calendar-page .cal-wrap .is-pc table td:first-child .date,
.calendar-page .cal-wrap .is-pc table td:first-child .event-list li {
    color: #e51937;
}
.calendar-page .cal-wrap .is-pc table tbody td.is-event {
    background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
    .calendar-page .content-body .section-inner {
        padding-top: 18px;
        padding-bottom: 65px;
    }
    .calendar-page .date-nav {
        position: static;
        max-width: 330px;
        width: 100%;
        top: auto;
        right: auto;
        margin-top: 45px;
        margin-left: auto;
        margin-right: auto;
    }
    .calendar-page .date-nav .date-view {
        line-height: 48px;
        margin: 0;
    }
    .calendar-page .date-nav .box {
        width: 48px;
        height: 48px;
    }
    .calendar-page .date-nav .date-prev {
        float: left;
    }
    .calendar-page .date-nav .date-next {
        float: right;
    }
    .calendar-page .date-nav .date-prev:before {
        top: 14px;
        left: 18px;
        border-right: 10px solid #666;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
    .calendar-page .date-nav .date-next:before {
        top: 14px;
        left: 18px;
        border-left: 10px solid #666;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
    .calendar-page .date-nav span.date-prev:before {
        border-right: 10px solid #ccc;
    }
    .calendar-page .date-nav span.date-next:before {
        border-left: 10px solid #ccc;
    }
}
/* calendar end */
/* tum start */
.tum-page .tab-wrap {
    padding-top: 45px;
}
.tum-page .tab-header ul li {
    width: 50%;
}
.tum-page .cbody-01 .section-inner {
    position: relative;
}
.tum-page .cbody-01 .img-wrap {
    position: absolute;
    top: 120px;
    right: 45px;
}
.tum-page .cbody-01 .txt-wrap {
    margin-top: 30px;
}
.tum-page .cbody-01 .txt-wrap .desc-str {
    margin-top: 2px;
}
.tum-page .cbody-01 .desc-nor {
    margin-top: 18px;
}
.tum-page .cbody-01 .link-wrap {
    margin-top: 40px;
    padding-bottom: 50px;
    font-size: 0;
}
.tum-page .cbody-01 .link-wrap a + a {
    margin-left: 15px;
}
.tum-page .cbody-02 .desc-str-sm,
.tum-page .cbody-03 .desc-str-sm {
    margin-top: 25px;
}
.tum-page .cbody-02 {
    position: relative;
    background-image: url(../images/pr/tum/large/bg_future.png);
    background-size: 1190px auto;
    background-position: center 185px;/*mib200706 Tum 수정(300px)*/
    background-repeat: no-repeat;
}
.tum-page .cbody-02 .section-inner > .link-wrap {
    margin-top: -54px;
    text-align: right;
}
.tum-page .cbody-02 .future-wrap {
    position: relative;
    height: 1240px;
    margin-top: 120px;
    border-bottom: 0px solid #e6e6e6;/*mib200706 Tum 수정(1px)*/
}
.tum-page .cbody-02 .future-wrap .img-wrap img {
    width: 160px;
    vertical-align: top;
}
.tum-page .cbody-02 .future-wrap .img-wrap.large img {
    width: 200px;
}
.tum-page .cbody-02 .future-wrap .txt-wrap {
    margin-top: 15px;
    padding-left: 10px;
}
.tum-page .cbody-02 .future-wrap li.item-01 .txt-wrap,
.tum-page .cbody-02 .future-wrap li.item-02 .txt-wrap,
.tum-page .cbody-02 .future-wrap li.item-10 .txt-wrap {
    padding-top: 23px;
}
.tum-page .cbody-02 .future-wrap li.item-04 .txt-wrap {
    padding-left: 60px;
}
.tum-page .cbody-02 .future-wrap li.item-07 .txt-wrap {
    padding-top: 10px;
}
.tum-page .cbody-02 .future-wrap .title {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
}
.tum-page .cbody-02 .future-wrap .desc-nor {
    margin-top: 8px;
}
.tum-page .cbody-02 .future-wrap .txt-wrap > a {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #e51937;
}
.tum-page .cbody-02 .future-wrap .txt-wrap > a:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-image: url(../images/common/component/btn_link_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}
.tum-page .cbody-02 .future-wrap li {
    position: absolute;
}
.tum-page .cbody-02 .future-wrap li .img-wrap a {
    display: block;
    height: 100%;
}
.tum-page .cbody-02 .future-wrap li.item-01 {
    top: 20px;
    left: 50px;
}
.tum-page .cbody-02 .future-wrap li.item-02 {
    top: 20px;
    left: 310px;
}
.tum-page .cbody-02 .future-wrap li.item-03 {
    top: 0;
    left: 576px;
}
.tum-page .cbody-02 .future-wrap li.item-04 {
    top: 220px;
    left: 840px;
}
.tum-page .cbody-02 .future-wrap li.item-05 {
    top: 444px;
    left: 576px;
}
.tum-page .cbody-02 .future-wrap li.item-06 {
    top: 444px;
    left: 310px;
}
.tum-page .cbody-02 .future-wrap li.item-07 {
    top: 635px;
    left: 38px;
}
.tum-page .cbody-02 .future-wrap li.item-08 {
    top: 852px;
    left: 310px;
}
.tum-page .cbody-02 .future-wrap li.item-09 {
    top: 852px;
    left: 576px;
}
.tum-page .cbody-02 .future-wrap li.item-10 {
    top: 869px;
    left: 850px;
}
.tum-page .cbody-03 {
    padding-bottom: 110px;
}
.tum-page .cbody-03 .present-img-wrap {
    margin-top: 30px;
}
.tum-page .cbody-03 .present-img-wrap ul {
    overflow: hidden;
}
.tum-page .cbody-03 .present-img-wrap ul li {
    float: left;
    width: 340px;
}
.tum-page .cbody-03 .present-img-wrap ul li + li {
    margin-left: 10px;
}
.tum-page .cbody-03 .present-img-wrap .txt-wrap {
    margin-top: 14px;
    text-align: center;
}
.tum-page .cbody-03 .present-img-wrap .txt-wrap .title {
    font-weight: bold;
}
.tum-page .cbody-03 .present-img-wrap .txt-wrap .desc-nor {
    margin-top: 2px;
}
.tum-page .cbody-04 .section-inner {
    padding: 60px 0;
}
.tum-page .cbody-04 .part {
    font-size: 0;
}
.tum-page .cbody-04 .part + .part {
    margin-top: 50px;
}
.tum-page .cbody-04 .part > * {
    display: inline-block;
    vertical-align: top;
}
.tum-page .cbody-04 .part .h5-nor {
    width: 180px;
}
.tum-page .cbody-04 .part > div {
    width: 860px;
    overflow: hidden;
}
.tum-page .cbody-04 .part .txt-wrap {
    float: left;
    width: 50%;
}
.tum-page .cbody-04 .part .txt-wrap .row + .row {
    margin-top: 20px;
}
.tum-page .cbody-04 .part .txt-wrap .row > * {
    display: inline-block;
    vertical-align: top;
}
.tum-page .cbody-04 .part .txt-wrap .row > span {
    width: 76px;
}
.tum-page .cbody-04 .part .txt-wrap .row > div {
    width: 354px;
}
.tum-page .cbody-04 .part .txt-wrap .row .point {
    position: relative;
    margin-top: 7px;
    padding-left: 9px;
    font-size: 12px;
    line-height: 16px;
    color: #4c4c4c;
}
.tum-page .cbody-04 .part .txt-wrap .row .point:before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.tum-page .cbody-04 .part .txt-wrap .row a {
    display: inline-block;
    width: 82px;
    margin-top: 13px;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 28px;
    color: #141414;
    text-align: center;
    border: 1px solid #4c4c4c;
}
.tum-page .cbody-04 #map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-color: #8a8a8a;
    border: 1px solid #b5b5b5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tum-page .cbody-05 .section-inner {
    position: relative;
}
.tum-page .cbody-05 .txt-wrap {
    width: 465px;
    margin-top: 30px;
    padding-bottom: 100px;
}
.tum-page .cbody-05 .txt-wrap .desc-nor {
    margin-top: 10px;
}
.tum-page .cbody-05 .video-wrap {
    position: absolute;
    top: 110px;
    right: 15px;
    width: 475px;
    height: 266px;
    background-color: #ececec;
}
.tum-page .cbody-05 .video-wrap iframe {
    margin-top: -8px;
    margin-left: -8px;
}
.tum-page .cbody-06 .desc-str-sm {
    margin-top: 25px;
}
.tum-page .cbody-06 .part-wrap {
    margin-top: 45px;
    border-bottom: 1px solid #c9c9c9;
}
.tum-page .cbody-06 .part {
    padding: 40px 0;
    border-top: 1px solid #a5a5a5;
    font-size: 0;
}
.tum-page .cbody-06 .part > * {
    display: inline-block;
    vertical-align: top;
}
.tum-page .cbody-06 .part h5 {
    width: 190px;
}
.tum-page .cbody-06 .part > div {
    width: 850px;
}
.tum-page .cbody-06 .part-01 .img-wrap {
    padding: 20px 0;
}
.tum-page .cbody-06 .part-02 .tab-header-2 ul {
    overflow: hidden;
}
.tum-page .cbody-06 .part-02 .tab-header-2 ul li {
    float: left;
}
.tum-page .cbody-06 .part-02 .tab-header-2 ul li + li {
    margin-left: 30px;
}
.tum-page .cbody-06 .part-02 .tab-header-2 ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #4c4c4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tum-page .cbody-06 .part-02 .tab-header-2 ul li.active a {
    background-color: #e51937;
}
.tum-page .cbody-06 .part-02 .tab-body-2 {
    margin-top: 50px;
}
.tum-page .cbody-06 .part-02 .tab-body-2 .box + .box {
    margin-top: 35px;
}
.tum-page .cbody-06 .part-02 .tab-body-2 .box .date {
    font-size: 30px;
    color: #141414;
    font-weight: 300;
}
.tum-page .cbody-06 .part-02 .tab-body-2 .box .title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
}
.tum-page .cbody-06 .part-02 .tab-body-2 .box .img-wrap {
    margin-top: 10px;
    font-size: 0;
}
.tum-page .cbody-06 .part-02 .tab-body-2 .box .img-wrap img {
    width: 415px;
}
.tum-page .cbody-06 .part-02 .tab-body-2 .box .img-wrap img + img {
    margin-left: 15px;
}
.tum-page .cbody-07 ul {
    margin: 55px auto 0;
    width: 900px;
    overflow: hidden;
}
.tum-page .cbody-07 ul li {
    float: left;
    width: 300px;
    height: 400px;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tum-page .cbody-07 ul li.w-full {
    width: 900px;
    height: 350px;
}
.tum-page .cbody-07 ul li.w-double {
    width: 600px;
}
.tum-page .cbody-07 ul li.w-double .txt-wrap {
    width: 276px;
}
.tum-page .cbody-07 ul li .img-wrap {
    font-size: 0;
}
.tum-page .cbody-07 ul li img {
    width: 271px;
}
.tum-page .cbody-07 ul li img + img {
    margin-left: 24px;
}
.tum-page .cbody-07 ul li .txt-wrap {
    margin-top: 16px;
}
.tum-page .cbody-07 ul li .txt-wrap .title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
}
.tum-page .link-normal {
    width: 150px;
}
@media screen and (max-width: 768px) {
    .tum-page .tab-wrap {
        padding-top: 10px;
    }
    .tum-page .cbody-01 .img-wrap {
        position: static;
        margin-top: 25px;
        text-align: center;
    }
    .tum-page .cbody-01 .txt-wrap {
        margin-top: 10px;
    }
    .tum-page .cbody-01 .desc-nor {
        margin-top: 12px;
    }
    .tum-page .cbody-01 .desc-nor br {
        display: none;
    }
    .tum-page .cbody-01 .link-wrap {
        margin-top: 25px;
        padding-bottom: 10px;
    }
    .tum-page .cbody-02 {
        background: none;
    }
    .tum-page .cbody-02 .section-inner > .link-wrap {
        margin-top: 22px;
        text-align: left;
    }
    .tum-page .cbody-02 .desc-str-sm br {
        display: none;
    }
    .tum-page .cbody-02 .future-wrap {
        height: auto;
        margin-top: 40px;
    }
    .tum-page .cbody-02 .future-wrap ul {
        overflow: hidden;
    }
    .tum-page .cbody-02 .future-wrap ul li {
        float: left;
        position: static;
        width: 50%;
        padding-left: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tum-page .cbody-02 .future-wrap ul li.left-item {
        padding-right: 8px;
        padding-left: 0;
    }
    .tum-page .cbody-02 .future-wrap .img-wrap {
        text-align: center;
    }
    .tum-page .cbody-02 .future-wrap .img-wrap img {
        max-width: 200px;
        width: 100% !important;
    }
    .tum-page .cbody-02 .future-wrap .txt-wrap {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 40px;
    }
    .tum-page .cbody-02 .future-wrap .title br,
    .tum-page .cbody-02 .future-wrap .desc-nor br {
        display: none;
    }
    .tum-page .cbody-03 {
        padding-bottom: 50px;
    }
    .tum-page .cbody-03 .present-img-wrap {
        margin-top: 23px;
    }
    .tum-page .cbody-03 .present-img-wrap ul li {
        float: none;
        width: 100%;
    }
    .tum-page .cbody-03 .present-img-wrap ul li + li {
        margin-top: 23px;
        margin-left: 0;
    }
    .tum-page .cbody-03 .present-img-wrap .txt-wrap {
        margin-top: 10px;
    }
    .tum-page .cbody-04 .section-inner {
        padding-top: 35px;
    }
    .tum-page .cbody-04 .part > * {
        display: block;
        width: 100% !important;
    }
    .tum-page .cbody-04 .part > div {
        margin-top: 20px;
    }
    .tum-page .cbody-04 .part .txt-wrap {
        float: none;
        width: 100%;
    }
    .tum-page .cbody-04 .part .txt-wrap + .txt-wrap,
    .tum-page .cbody-04 .part .txt-wrap .row + .row {
        margin-top: 24px;
    }
    .tum-page .cbody-04 .part .txt-wrap .row {
        position: relative;
    }
    .tum-page .cbody-04 .part .txt-wrap .row a {
        margin-bottom: 0;
    }
    .tum-page .cbody-04 .part .txt-wrap .row > span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .tum-page .cbody-04 .part .txt-wrap .row > div {
        width: auto !important;
        padding-left: 76px;
    }
    .tum-page .cbody-04 #map {
        height: 250px;
    }
    .tum-page .cbody-05 .video-wrap {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 0;
        margin-top: 25px;
        padding-bottom: 56%;
    }
    .tum-page .cbody-05 .video-wrap iframe {
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
    }
    .tum-page .cbody-05 .txt-wrap {
        width: 100% !important;
        margin-top: 15px;
        padding-bottom: 20px;
    }
    .tum-page .cbody-05 .txt-wrap br {
        display: none;
    }
    .tum-page .cbody-06 .part-wrap {
        margin-top: 25px;
        border-bottom: none;
    }
    .tum-page .cbody-06 .part {
        padding: 20px 0;
    }
    .tum-page .cbody-06 .part .h5-str br {
        display: none;
    }
    .tum-page .cbody-06 .part > * {
        width: 100% !important;
    }
    .tum-page .cbody-06 .part-01 .img-wrap {
        text-align: center;
    }
    .tum-page .cbody-06 .part-02 .tab-header-2 ul li a {
        width: 45px;
        height: 45px;
        font-size: 12px;
        line-height: 45px;
    }
    .tum-page .cbody-06 .part-02 .tab-header-2 ul li + li {
        margin-left: 12px;
    }
    .tum-page .cbody-06 .part-02 > div {
        margin-top: 25px;
    }
    .tum-page .cbody-06 .part-02 .tab-body-2 {
        margin-top: 20px;
    }
    .tum-page .cbody-06 .part-02 .tab-body-2 .box + .box {
        margin-top: 22px;
    }
    .tum-page .cbody-06 .part-02 .tab-body-2 .box .date {
        font-size: 22px;
    }
    .tum-page .cbody-06 .part-02 .tab-body-2 .box .title {
        margin-top: 6px;
        font-size: 14px;
    }
    .tum-page .cbody-06 .part-02 .tab-body-2 .box .img-wrap img {
        width: 100%;
    }
    .tum-page .cbody-06 .part-02 .tab-body-2 .box .img-wrap img + img {
        margin-top: 5px;
        margin-left: 0;
    }
    .tum-page .cbody-07 {
        padding-bottom: 30px;
    }
    .tum-page .cbody-07 ul {
        margin-top: 25px;
        width: 100%;
    }
    .tum-page .cbody-07 ul li {
        width: 50% !important;
        padding-right: 0;
        padding-left: 8px;
    }
    .tum-page .cbody-07 ul li,
    .tum-page .cbody-07 ul li.w-full {
        height: auto;
    }
    .tum-page .cbody-07 ul li.left-item {
        padding-right: 8px;
        padding-left: 0;
    }
    .tum-page .cbody-07 ul li .txt-wrap {
        width: 100% !important;
        margin-top: 12px;
        padding-bottom: 30px;
    }
    .tum-page .cbody-07 ul li .txt-wrap .title {
        font-size: 14px;
    }
    .tum-page .cbody-07 ul li img {
        width: 100%;
    }
}
@media screen and (max-width: 359px) {
    .tum-page .link-normal {
        width: 140px;
    }
    .tum-page .cbody-01 .link-wrap a + a {
        margin-left: 10px;
    }
}
/* tum end */
/* vision start */
.vision-page .section-inner {
    padding-bottom: 90px;
}
.vision-page .image-article-nor {
    margin-top: 40px;
}
.vision-page .image-article-nor .img-wrap {
    text-align: center;
}
.vision-page .image-article-nor .img-wrap img {
    width: 100%;
    max-width: 648px;
}
.vision-page .image-article-nor .obj-mt {
    margin-top: 35px;
}
.vision-page .video-article-nor {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .vision-page .section-inner {
        padding-bottom: 70px;
    }
    .vision-page .image-article-nor {
        margin-top: 25px;
    }
    .vision-page .image-article-nor .txt-wrap {
        padding-bottom: 35px;
    }
    .vision-page .video-article-nor {
        margin-top: 30px;
    }
    .vision-page .image-article-nor .obj-mt {
        margin-top: 27px;
    }
}
/* vision end */
/* intro start */
.intro-page .cbody-01 .section-inner {position: relative;padding-left: 573px;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;}
.intro-page .cbody-01 .img-wrap img {position: absolute;max-width: 420px;top: 110px;left: 60px;}
.intro-page .content-body .cwrap {
    margin-top: 32px;
}
.intro-page .cbody-01 .desc-nor {margin-top: 24px;}
.intro-page .cbody-01 .desc-nor span {font-size: inherit;color: inherit;line-height: inherit;letter-spacing: inherit;font-weight:bold;}
.intro-page .cbody-01 .desc-nor + .desc-nor {margin-top:8px;}
.intro-page .cbody-01 .sign-wrap {
    margin-top: 20px;
}
.intro-page .cbody-01 .sign-wrap > * {
    vertical-align: top;
}
.intro-page .cbody-01 .sign-wrap span {
    display: inline-block;
    font-size: 12px;
    line-height: 49px;
    font-weight: bold;
    color: #666;
}
.intro-page .cbody-01 .sign-wrap img {
    width: 152px;
    margin-left: 20px;
}
.intro-page .cbody-02 .section-inner {
    position: relative;
    padding-right: 580px;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.intro-page .cbody-02 .img-wrap img {
    position: absolute;
    max-width: 329px;
    top: 80px;
    right: 87px;
}
.intro-page .cbody-02 .desc-nor {
    margin-top: 24px;
}
.intro-page .cbody-03 {
    background-color: #f7f7f7;
}
.intro-page .cbody-03 .section-inner {
    padding-bottom: 45px;
}
.intro-page .cbody-03 ul li {
    padding: 15px 0 36px;
    font-size: 0;
    border-top: 1px solid #d5d5d5;
}
.intro-page .cbody-03 ul li > * {
    vertical-align: top;
}
.intro-page .cbody-03 span {
    display: inline-block;
    width: 305px;
    font-size: 18px;
    color: #141414;
}
.intro-page .cbody-03 p {
    display: inline-block;
    width: 735px;
}
.intro-page .cbody-04 .section-inner {
    padding-bottom: 140px;
}
.intro-page .cbody-04 .tab-header .tab-item {
    width: 20%;
}
.intro-page .cbody-04 .tab-body .content-item > ul > li {
    padding: 53px 0 60px 75px;
    overflow: hidden;
}
.intro-page .cbody-04 .tab-body .content-item > ul > li + li {
    border-top: 1px solid #a5a5a5;
}
.intro-page .cbody-04 .tab-body .content-item > ul > li > div {
    float: left;
}
.intro-page .cbody-04 .tab-body .year-wrap {
    display: table;
    width: 135px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 135px 135px;
    background-size: 135px 135px;
    background-image: url(../images/introduce/intro/year_bg.png);
}
.intro-page .cbody-04 .tab-body .year-wrap span {
    display: table-cell;
    font-size: 34px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.intro-page .cbody-04 .tab-body .history-wrap {
    width: 730px;
    margin-left: 95px;
}
.intro-page .cbody-04 .tab-body .history-wrap > p {margin-bottom:5px;}
.intro-page .cbody-04 .tab-body .history-wrap li {
    position: relative;
}
.intro-page .cbody-04 .tab-body .history-wrap li > * {
    vertical-align: top;
}
.intro-page .cbody-04 .tab-body .history-wrap li span {
    position: absolute;
    display: inline-block;
    width: 35px;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 24px;
    color: #e51937;
}
.intro-page .cbody-04 .tab-body .history-wrap li p {
    padding-left: 35px;
    line-height: 24px;
}
@media screen and (max-width: 768px) {
    .intro-page .cbody-01 .section-inner {
        padding-left: 0;
        padding-bottom: 25px;
    }
    .intro-page .content-body .cwrap {
        margin-top: 40px;
    }
    .intro-page .cbody-01 .img-wrap {
        text-align: center;
    }
    .intro-page .cbody-01 .img-wrap img {
        position: static;
        width: 100%;
        top: auto;
        left: auto;
    }
    .intro-page .cbody-01 .desc-str {
        margin-top: 10px;
    }
    .intro-page .cbody-01 .desc-nor {
        margin-top: 10px;
    }
    .intro-page .cbody-01 .sign-wrap img {
        margin-left: 10px;
    }
    .intro-page .cbody-02 .img-wrap {
        text-align: center;
    }
    .intro-page .cbody-02 .img-wrap img {
        position: static;
        width: 80%;
        top: auto;
        right: auto;
    }
    .intro-page .cbody-02 .section-inner {
        padding-right: 0;
        padding-bottom: 70px;
    }
    .intro-page .cbody-02 .desc-str {
        margin-top: 20px;
    }
    .intro-page .cbody-02 .desc-nor {
        margin-top: 10px;
    }
    .intro-page .cbody-03 .section-inner {
        padding-bottom: 0;
    }
    .intro-page .cbody-03 ul li {
        padding: 35px 0;
    }
    .intro-page .cbody-03 span {
        width: auto;
    }
    .intro-page .cbody-03 p {
        display: block;
        width: auto;
        margin-top: 20px;
    }
    .intro-page .cbody-04 .tab-body .content-item > ul > li {
        padding: 40px 0 35px;
    }
    .intro-page .cbody-04 .tab-body .content-item > ul > li > div {
        float: none;
    }
    .intro-page .cbody-04 .tab-body .year-wrap {
        margin: 0 auto;
    }
    .intro-page .cbody-04 .tab-body .history-wrap {
        width: auto;
        margin-top: 36px;
        margin-left: 0;
    }
    .intro-page .cbody-04 .tab-body .history-wrap > p {margin-bottom:10px;}
    .intro-page .cbody-04 .tab-body .history-wrap li + li {margin-top: 8px;}
    .intro-page .cbody-04 .tab-body .history-wrap li span {
        width: 40px;
        line-height: 16px;
    }
    .intro-page .cbody-04 .tab-body .history-wrap li p {
        padding-left: 40px;
        line-height: 16px;
    }
    .intro-page .cbody-04 .section-inner {
        padding-bottom: 30px;
    }
}
/* intro end */
/* business start */
.business-page .content-body .cwrap {
    margin-top: 40px;
}
.business-page .circle-list-wrap {
    font-size: 0;
}
.business-page .circle-list-wrap .table-row.large {
    display: table;
    width: 100%;
}
.business-page .circle-list-wrap .table-row.small {
    display: table-cell;
    width: 50%;
}
.business-page .circle-list-wrap .table-cell {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.business-page .circle-list-wrap .table-cell .inner-box {
    width: 215px;
    margin: 0 auto;
}
.business-page .circle-list-wrap .table-cell .inner-box > a {
    display: block;
    height: 100%;
}
.business-page .circle-list-wrap .table-cell .img-wrap {
    text-align: center;
}
.business-page .circle-list-wrap .table-cell .img-wrap img {
    width: 180px;
}
.business-page .circle-list-wrap .table-cell .txt-wrap {
    margin-top: 20px;
    padding: 0 14px;
}
.business-page .circle-list-wrap .table-cell .title {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #141414;
}
.business-page .circle-list-wrap .table-cell .title span {
    margin-right: 7px;
}
.business-page .circle-list-wrap .table-cell .title:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    background-image: url(../images/common/component/btn_link.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: top;
}
.business-page .circle-list-wrap .table-cell .txt-wrap .desc-nor-b {
    letter-spacing: -0.05em;
}
.business-page .circle-list-wrap,
.business-page .ict-wrap {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #a5a5a5;
}
.business-page .ict-wrap .index-wrap {
    padding: 0 12px;
    overflow: hidden;
}
.business-page .ict-wrap .index-wrap ul {
    float: right;
}
.business-page .ict-wrap .index-wrap ul li {
    float: left;
}
.business-page .ict-wrap .index-wrap ul li + li {
    margin-left: 30px;
}
.business-page .ict-wrap .index-wrap p {
    padding-left: 40px;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    background-repeat: no-repeat;
    -webkit-background-size: 27px 27px;
    background-size: 27px 27px;
    background-position: 0 0;
}
.business-page .ict-wrap .index-wrap p.big-data,
.business-page .ict-wrap .list-wrap .big-data {
    color: #581058;
    background-image: url(../images/introduce/business/icon_ict_01.png);
}
.business-page .ict-wrap .index-wrap p.iot,
.business-page .ict-wrap .list-wrap .iot {
    color: #c0252f;
    background-image: url(../images/introduce/business/icon_ict_02.png);
}
.business-page .ict-wrap .index-wrap p.smart-network,
.business-page .ict-wrap .list-wrap .smart-network {
    color: #f58026;
    background-image: url(../images/introduce/business/icon_ict_03.png);
}
.business-page .ict-wrap .list-wrap {
    position: relative;
    margin-top: 60px;
    height: 843px;
    font-size: 0;
    background-image: url(../images/introduce/business/large/bg_ict.jpg?v190930);/*mib190930 이미지 수정*/
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}
.business-page .ict-wrap .list-wrap .table-cell {
    position: absolute;
    width: 230px;
    border: 1px solid #a5a5a5;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.business-page .ict-wrap .list-wrap .table-cell > a {
    display: block;
    height: 100%;
}
.business-page .ict-wrap .list-wrap .table-cell .box-inner {
    padding: 11px;
}
.business-page .ict-wrap .list-wrap .table-cell .title-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 27px;
}
.business-page .ict-wrap .list-wrap .table-cell i {
    position: absolute;
    width: 27px;
    height: 100%;
    font-size: 1rem;
    background-repeat: no-repeat;
    -webkit-background-size: 27px 27px;
    background-size: 27px 27px;
    background-position: 0 center;
}
.business-page .ict-wrap .list-wrap .table-cell .title {
    position: relative;
    display: table-cell;
    width: 100%;
    padding-left: 35px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: -0.05em;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.business-page .ict-wrap .list-wrap .table-cell .title:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../images/common/component/btn_link.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: top;
}
.business-page .ict-wrap .list-wrap .table-cell .desc {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.business-page .cbody-01 {
    padding-bottom: 60px;
}
.business-page .cbody-01 .part > ul {
    margin-top: 20px;
    border-top: 1px solid #a5a5a5;
}
.business-page .cbody-01 .part + .part {
    margin-top: 50px;
}
.business-page .cbody-01 .part > ul li {
    width: 100%;
    height: 75px;
    padding-left: 20px;
    padding-right: 27px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.business-page .cbody-01 .part > ul li span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.business-page .cbody-01 .part > ul li .cell:first-child {
    width: 160px;
}
.business-page .cbody-01 .part > ul li .link-wrap {
    width: 150px;
}
.business-page .cbody-01 .part > ul li .link-wrap a {
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.business-page .cbody-02 {
    padding-bottom: 45px;
    background-color: #f7f7f7;
}
html[lang='ko'] .business-page .cbody-02 ul {
    overflow: hidden;
}
html[lang='ko'] .business-page .cbody-02 ul li {
    float: left;
    width: 25%;
    height: 195px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html[lang='ko'] .business-page .cbody-02 ul li + li {
    border-left: 1px solid #e0e0e0;
}
html[lang='ko'] .business-page .cbody-02 ul li.first-obj {
    border-left: none;
}
html[lang='ko'] .business-page .cbody-02 ul li.last-obj {
    border-bottom: none;
}
html[lang='ko'] .business-page .cbody-02 ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html[lang='ko'] .business-page .cbody-02 ul li .cell-wrap {
    width: 100%;
}
html[lang='ko'] .business-page .cbody-02 ul li .img-wrap {
    width: 100%;
    height: 100px;
    text-align: center;
}
html[lang='ko'] .business-page .cbody-02 ul li span {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #666;
}
html[lang='ko'] .business-page .cbody-02 ul li span:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    background-image: url(../images/common/component/btn_link.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: top;
}
html[lang='ko'] .business-page .cbody-02 ul li p {
    margin-top: 8px;
    letter-spacing: -0.05em;
}
.business-page .cbody-03 .cwrap .part > .desc-nor {
    margin-top: 10px;
}
.business-page .cbody-03 .cwrap .part > .img-wrap {
    margin-top: 40px;
    padding-bottom: 75px;
    text-align: center;
}
.business-page .cbody-03 .award-wrap {
    overflow: hidden;
}
.business-page .cbody-03 .award-wrap li {
    float: left;
    width: 346px;
    height: 270px;
    text-align: center;
}
.business-page .cbody-03 .award-wrap li + li {
    border-left: 1px solid #e8e8e8;
}
.business-page .cbody-03 .award-wrap li .cell-wrap {
    width: 100%;
}
.business-page .cbody-03 .award-wrap li .img-wrap {
    width: 100%;
    height: 150px;
    text-align: center;
}
.business-page .cbody-03 .award-wrap li p {
    font-size: 13px;
    line-height: 19px;
    color: #141414;
}
.business-page .cbody-03 .award-wrap li p + p {
    margin-top: 8px;
}
.business-page .cbody-03 .global-contact-wrap {
    margin-top: 75px;
    border-top: 1px solid #a5a5a5;
}
.business-page .cbody-03 .global-contact-wrap > li {
    position: relative;
    padding: 25px 0 25px 118px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-background-size: 57px 57px;
    background-size: 57px 57px;
    background-position: 21px center;
}
.business-page .cbody-03 .global-contact-wrap > li.usa-bg {
    background-image: url(../images/introduce/business/flag_usa.png);
}
.business-page .cbody-03 .global-contact-wrap > li.china-bg {
    background-image: url(../images/introduce/business/flag_china.png);
}
.business-page .cbody-03 .global-contact-wrap > li.japan-bg {
    background-image: url(../images/introduce/business/flag_japan.png);
}
.business-page .cbody-03 .global-contact-wrap > li.vietnam-bg {
    background-image: url(../images/introduce/business/flag_vietnam.png);
}
.business-page .cbody-03 .global-contact-wrap > li.indonesia-bg {
    background-image: url(../images/en/introduce/business/flag_indonesia.png);
}
.business-page .cbody-03 .global-contact-wrap > li.uae-bg {
    background-image: url(../images/en/introduce/business/flag_uae.png);
}
.business-page .cbody-03 .global-contact-wrap > li.singapore-bg {
    background-image: url(../images/en/introduce/business/flag_singapore.png);
}
.business-page .cbody-03 .global-contact-wrap > li .call-wrap {
    position: absolute;
    right: 0;
    bottom: 25px;
    overflow: hidden;
}
.business-page .cbody-03 .global-contact-wrap > li .call-wrap li {
    float: left;
    width: 125px;
}
.business-page .cbody-03 .global-contact-wrap > li .txt-wrap .strong span {
    margin-right: 25px;
}
.business-page .cbody-03 .part + .part {
    margin-top: 55px;
}
.business-page .cbody-03 .history-wrap {
    margin-top: 20px;
    border-top: 1px solid #a5a5a5;
}
.business-page .cbody-03 .history-wrap li {
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.business-page .cbody-03 .history-wrap li > * {
    vertical-align: top;
}
.business-page .cbody-03 .history-wrap li span,
.business-page .cbody-03 .history-wrap li p {
    display: inline-block;
}
.business-page .cbody-03 .history-wrap li .category {
    width: 170px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: #141414;
}
.business-page .cbody-03 .history-wrap li .country {
    width: 120px;
}
.business-page .cbody-03 {
    padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .business-page .content-body .cwrap {
        margin-top: 35px;
    }
    .business-page .circle-list-wrap .table-row.large {
        display: block;
    }
    .business-page .circle-list-wrap .table-row.small {
        display: table;
        width: 100%;
    }
    .business-page .circle-list-wrap .table-row.small + .table-row.small {
        margin-top: 40px;
    }
    .business-page .circle-list-wrap .table-cell {
        display: table-cell;
        padding-left: 0;
        padding-right: 10px;
    }
    .business-page .circle-list-wrap .table-cell.even {
        display: table-cell;
        padding-left: 10px;
        padding-right: 0;
    }
    .business-page .circle-list-wrap .table-cell .inner-box {
        max-width: 215px;
        width: 100%;
    }
    .business-page .circle-list-wrap .table-cell .img-wrap img {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
    }
    .business-page .circle-list-wrap .table-cell .txt-wrap {
        padding: 0;
    }
    .business-page .circle-list-wrap .table-cell .title {
        font-size: 16px;
        letter-spacing: -0.05em;
    }
    .business-page .ict-wrap .index-wrap {
        padding: 0;
    }
    .business-page .ict-wrap .index-wrap p {
        padding-left: 34px;
        font-size: 15px;
    }
    .business-page .ict-wrap .index-wrap ul {
        float: none;
    }
    .business-page .ict-wrap .index-wrap ul li {
        margin-right: 18px;
        padding-bottom: 10px;
    }
    .business-page .ict-wrap .index-wrap ul li + li {
        margin-left: 0;
    }
    .business-page .ict-wrap .index-wrap ul li:last-child {
        margin-right: 0;
    }
    .business-page .ict-wrap > .img-wrap {
        margin-top: 20px;
    }
    .business-page .ict-wrap .list-wrap {
        height: auto;
        margin-top: 30px;
        background: none;
    }
    .business-page .ict-wrap .list-wrap .table-row {
        display: table;
        width: 100%;
        padding: 16px 0 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .business-page .ict-wrap .list-wrap .table-cell {
        position: static;
        display: table-cell;
        width: 50%;
        padding-right: 7px;
        border: none;
        vertical-align: top;
    }
    .business-page .ict-wrap .list-wrap .table-cell.even {
        padding-right: 0;
        padding-left: 7px;
    }
    .business-page .ict-wrap .list-wrap .table-cell .box-inner {
        padding: 0;
    }
    .business-page .ict-wrap .list-wrap .table-cell .title-wrap {
        height: 36px;
    }
    .business-page .ict-wrap .list-wrap .table-cell .title {
        padding-left: 34px;
        padding-right: 24px;
        line-height: 18px;
    }
    .business-page .ict-wrap .list-wrap .table-cell .title:after {
        right: 2px;
    }
    .business-page .ict-wrap .list-wrap .table-cell .desc {
        margin-top: 4px;
        font-size: 13px;
        line-height: 19px;
    }
    .business-page .cbody-01 {
        padding-bottom: 30px;
    }
    .business-page .cbody-01 .part + .part {
        margin-top: 55px;
    }
    .business-page .cbody-01 .part > ul li {
        height: auto;
        padding: 30px 0;
    }
    .business-page .cbody-01 .part.last-obj ul li {
        border-bottom: none;
    }
    .business-page .cbody-01 .part > ul li .cell {
        display: block;
        width: auto;
    }
    .business-page .cbody-01 .part > ul li span {
        font-size: 15px;
    }
    .business-page .cbody-01 .part > ul li .cell:first-child {
        margin-bottom: 14px;
    }
    .business-page .cbody-01 .part > ul li .link-wrap {
        margin-top: 15px;
    }
    .business-page .cbody-02 {
        padding-bottom: 0;
    }
    .business-page .cbody-02 .cwrap {
        margin-top: 0;
    }
    html[lang='ko'] .business-page .cbody-02 ul li {
        width: 100%;
        height: auto;
        padding: 40px 0;
        border-bottom: none !important;
        border-left: none !important;
    }
    html[lang='ko'] .business-page .cbody-02 ul li + li {
        border-top: 1px solid #e6e6e6;
    }
    html[lang='ko'] .business-page .cbody-02 ul li .img-wrap {
        height: auto;
        vertical-align: baseline;
    }
    html[lang='ko'] .business-page .cbody-02 ul li span {
        margin-top: 25px;
    }
    html[lang='ko'] .business-page .cbody-02 ul li.obj-empty {
        padding: 0;
        border: none;
    }
    .business-page .cbody-03 .award-wrap {
        margin-top: 60px;
    }
    .business-page .cbody-03 .award-wrap li {
        width: 100%;
        padding: 40px 0;
        height: auto;
    }
    .business-page .cbody-03 .award-wrap li + li {
        border-top: 1px solid #e6e6e6;
        border-left: none;
    }
    .business-page .cbody-03 .award-wrap li .cell-wrap {
        margin-bottom: 25px;
    }
    .business-page .cbody-03 .award-wrap li .img-wrap {
        height: auto;
        vertical-align: baseline;
    }
    .business-page .cbody-03 .global-contact-wrap {
        margin-top: 80px;
    }
    .business-page .cbody-03 .global-contact-wrap > li {
        padding: 105px 0 30px;
        background-position: center 30px;
        text-align: center;
    }
    .business-page .cbody-03 .global-contact-wrap > li.last-obj,
    .business-page .cbody-03 .global-contact-wrap > li:last-child {
        border-bottom: none;
    }
    .business-page .cbody-03 .global-contact-wrap > li .call-wrap {
        position: static;
        width: 140px;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .business-page .cbody-03 .global-contact-wrap > li .call-wrap li {
        float: none;
        width: auto;
    }
    .business-page .cbody-03 .global-contact-wrap > li .call-wrap li span {
        margin-right: 15px;
        font-weight: bold;
    }
    .business-page .cbody-03 .global-contact-wrap > li .call-wrap li br {
        display: none;
    }
    .business-page .cbody-03 .global-contact-wrap > li .txt-wrap .strong {
        margin-bottom: 4px;
    }
    .business-page .cbody-03 .global-contact-wrap > li .txt-wrap .strong span {
        margin-right: 15px;
    }
    .business-page .cbody-03 {
        padding-bottom: 70px;
    }
    .business-page .cbody-03 .history-wrap li {
        padding: 25px 0;
    }
    .business-page .cbody-03 .history-wrap li.last-obj {
        border-bottom: none;
    }
    .business-page .cbody-03 .history-wrap li > * {
        display: block !important;
        width: auto !important;
    }
    .business-page .cbody-03 .history-wrap li .country {
        margin-top: 10px;
    }
    .business-page .cbody-03 .history-wrap li p {
        margin-top: 8px;
    }
    .business-page .cbody-03 .cwrap .part > .img-wrap {
        padding-bottom: 0;
    }
    .business-page .cbody-03 .cwrap .part > .img-wrap img {
        width: 100%;
    }
}
/* business end */
/* highlight start */
.highlight-page .iframe-wrap {
    /* max-width: 650px; */
}
.highlight-page .tab-wrap {
    padding-top: 30px;
}
.highlight-page .tab-header .tab-item {
    width: 347px;
}
.highlight-page .tab-header .tab-item:first-child {
    width: 346px;
}
@media screen and (max-width: 768px) {
    .highlight-page .tab-wrap {
        padding-top: 10px;
    }
}
/* highlight end */
/* stock price start */
.stock-price-page .tab-wrap {
    padding-top: 30px;
}
.stock-price-page .tab-header .tab-item {
    width: 347px;
}
.stock-price-page .tab-header .tab-item:first-child {
    width: 346px;
}
.stock-price-page #tab1 .iframe-wrap {
    /* max-width: 720px; */
}
.stock-price-page #tab2 .iframe-wrap,
.stock-price-page #tab3 .iframe-wrap {
    /* max-width: 700px; */
}
@media screen and (max-width: 768px) {
    .stock-price-page .tab-wrap {
        padding-top: 10px;
    }
}
/* stock price end */
/* result announce start */
.result-page .section .section-inner {
    padding-top: 0;
}
.result-page .content-body .inline-fix {
    margin-top: 30px;
    font-size: 0;
}
.result-page .content-body .inline-fix > div {
    display: inline-block;
    vertical-align: top;
}
.result-page .content-body .inline-fix .video-wrap {
    width: 480px;
}
.result-page .content-body .inline-fix .description-wrap {
    width: 560px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result-page .content-body .inline-fix > div > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.result-page .content-body .inline-fix .body-wrap {
    height: 270px;
    margin-top: 15px;
}
.result-page .content-body .inline-fix .description-wrap .title {
    padding-left: 35px;
    background-image: url(../images/common/component/large/icon_script.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left center;
}
.result-page .content-body .inline-fix .description-wrap .body-wrap {
    border: 1px solid #d1d1d1;
    overflow: auto;
    background-color: #fff;
}
.result-page .content-body .inline-fix .description-wrap .body-wrap .scroll-inner {
    height: 100%;
}
.result-page .content-body .inline-fix .description-wrap .body-wrap .scroll-inner textarea {
    width: 100%;
    height: 100%;
    padding: 27px;
    border: none;
}
.result-page .content-body .script-download-wrap {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: right;
    border-bottom: 1px solid #b8b8b8;
}
.result-page .content-body .board-search {
    padding-top: 30px;
}
.result-page.board-list-type .board-list-wrap.list-download ul li .title-wrap {
    width: 250px;
}
.result-page .custom-select-wrap {
    width: 150px;
}
.result-page .file-wrap > div,
.result-page .listen-wrap > div {
    display: inline-block;
    width: 132px;
}
.result-page .file-wrap > div + div,
.result-page .listen-wrap > div + div {
    margin-left: 13px;
}
.result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .file-wrap > div:last-child a,
.result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .listen-wrap > div:last-child a {
    margin-right: 0;
}
.result-page .invest-download-nor {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result-page.board-list-type .board-list-wrap .download-wrap > div {
    display: inline-block;
}
.result-page.board-list-type .board-list-wrap .listen-wrap {
    margin-right: 28px;
    border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
    .result-page .invest-download-nor {
        width: 158px;
    }
    .result-page .content-body .inline-fix {
        margin-top: 20px;
    }
    .result-page .content-body .inline-fix > div {
        display: block;
        width: 100% !important;
    }
    .result-page .content-body .inline-fix .video-wrap .body-wrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }
    .result-page .content-body .inline-fix .video-wrap .body-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
    .result-page .content-body .inline-fix .description-wrap {
        margin-top: 25px;
        padding-left: 0;
    }
    .result-page .content-body .inline-fix > div > p {
        font-size: 15px;
    }
    .result-page .content-body .inline-fix .description-wrap .body-wrap {
        height: 300px;
        border-left: none;
        border-right: none;
    }
    .result-page.old .content-body .inline-fix .description-wrap .body-wrap {
        height: 100px;
    }
    .result-page .content-body .inline-fix .description-wrap .body-wrap .scroll-inner textarea {
        padding: 17px 0;
    }
    .result-page .content-body .script-download-wrap {
        padding: 15px 0;
    }
    .result-page .content-body .board-search {
        padding-top: 10px;
    }
    .result-page.board-list-type .board-list-wrap .download-wrap > div {
        display: block;
    }
    .result-page.board-list-type .board-list-wrap .listen-wrap {
        margin-right: 0;
        border-right: none;
    }
    .result-page .file-wrap > div,
    .result-page .listen-wrap > div {
        width: auto !important;
    }
    .result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .file-wrap > div a,
    .result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .listen-wrap > div a {
        margin-right: 12px;
    }
    .result-page .file-wrap > div + div,
    .result-page .listen-wrap > div + div {
        margin-left: 0;
    }
}
@media screen and (max-width: 400px) {
    .result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .file-wrap > div a,
    .result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .listen-wrap > div a {
        margin-right: 6px;
    }
}
@media screen and (max-width: 359px) {
    .result-page .invest-download-nor {
        width: 132px;
    }
    .result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .file-wrap > div a,
    .result-page.board-list-type .board-list-wrap.list-download ul li .download-wrap .listen-wrap > div a {
        margin-right: 12px;
    }
}
/* result announce end */
/* disclosure start */
.disclosure-page .content-body .iframe-wrap {
    /* max-width: 745px;
    overflow: auto; */
}
/* disclosure end */
/* ir faq start */
.ir-faq-page .content-body {
    padding-bottom: 80px;
}
.ir-faq-page .content-body .tab-header {
    padding-top: 40px;
}
.ir-faq-page .content-body .tab-header .tab-item {
    width: 25%;
}
.ir-faq-page .content-body .tab-body {
    margin-top: -1px;
}
.ir-faq-page .link-ir-faq {
    display: inline-block;
    height: 28px;
    padding: 0 9px;
    font-size: 14px;
    line-height: 26px;
    color: #141414;
    letter-spacing: -0.07em;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ir-faq-page .desc-nor a {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .ir-faq-page .content-body {
        padding-bottom: 65px;
    }
    .ir-faq-page .content-body .tab-header {
        padding-top: 10px;
    }
    .ir-faq-page .link-ir-faq {
        font-size: 12px;
        letter-spacing: -0.04em;
    }
}
/* ir faq end */
/* annual-report start */
.annual-report-page .content-body .section-inner {
    padding-top: 30px;
    padding-bottom: 80px;
}
.annual-report-page .content-body .board-img-list-wrap {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .annual-report-page .content-body .section-inner {
        padding-top: 10px;
        padding-bottom: 65px;
    }
    .annual-report-page .content-body .board-img-list-wrap {
        margin-top: 10px;
    }
}
/* annual-report end */
/* credit-grade start */
.credit-page .content-body .section-inner > div {
    margin-top: 34px;
}
.credit-page .cbody-01 .section-inner {
    padding-bottom: 112px;
}
/*.credit-page,*/
.credit-page .cbody-02 {
    background-color: #f7f7f7;
}
#content_inner .content-body.bg-f7-last {
    background-color: #f7f7f7;
}
#content_inner .content-body.bg-f7-last:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #f7f7f7;
}
.credit-page .cbody-01 .img-wrap {
    margin-top: 48px;
}
.credit-page .cbody-01 .desc-nor,.credit-page .cbody-01 .desc-nor-b {
    margin-top: 8px;
}
.credit-page .cbody-02 .section-inner {
    padding-bottom: 135px;
}
.credit-page .cbody-02 .img-wrap + .img-wrap {
    margin-top: 122px;
}
@media screen and (max-width: 768px) {
    .credit-page .cbody-01 .img-wrap img,
    .credit-page .cbody-02 .img-wrap img {
        width: 100%;
    }
    .credit-page .cbody-01 .img-wrap {
        margin-top: 32px;
    }
    .credit-page .cbody-02 .img-wrap + .img-wrap {
        margin-top: 42px;
    }
    .credit-page .cbody-01 .section-inner,
    .credit-page .cbody-02 .section-inner {
        padding-bottom: 45px;
    }
    .credit-page .cbody-01 .desc-nor br {
        display: none;
    }
    #content_inner .content-body.bg-f7-last:after {
        height: 26px;
    }
}
/* credit-grade end */
/* shareholder state start */
.state-page .cbody-01 .section-inner {
    padding-bottom: 28px;
}
.state-page .cbody-01 .img-group {
    position: relative;
    padding: 70px 0 47px;
}
.state-page .cbody-01 .img-group .img-2016 {
    padding-left: 30px;
}
.state-page .cbody-01 .img-group .img-2016 img {
    width: 671px;
}
.state-page .cbody-01 .img-group .img-2015 img {
    position: absolute;
    width: 252px;
    top: 70px;
    right: 47px;
}
.state-page .cbody-01 .table-type-nor ul li > span {
    width: 25%;
}
.state-page .cbody-01 .table-type-nor ul .sum .right {
    font-weight: bold;
    color: #4c4c4c;
}
.state-page .cbody-01 .table-type-nor ul li .right {
    text-align: right;
}
.state-page .cbody-01 .table-type-nor ul li .right.first {
    width: 48px;
}
.state-page .cbody-01 .table-type-nor ul li .right.second {
    width: 61px;
}
.state-page .cbody-02 .section-inner > div {
    margin-top: 31px;
}
.state-page .cbody-02 .section-inner .part + .part {
    margin-top: 95px;
}
.state-page .cbody-02 .part > div {
    margin-top: 23px;
}
.state-page .cbody-02 .part-01 ul {
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    overflow: hidden;
}
.state-page .cbody-02 .part-01 ul li {
    float: left;
    width: 25%;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.state-page .cbody-02 .part-01 ul li > span {
    font-size: 13px;
    color: #4c4c4c;
    letter-spacing: 0;
}
.state-page .cbody-02 .part-01 ul li .th {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.state-page .cbody-02 .part-02 > div {
    position: relative;
}
.state-page .cbody-02 .part-02 .img-wrap {
    position: absolute;
    top: 0;
    right: 60px;
}
.state-page .cbody-02 .part-02 .img-wrap img {
    width: 375px;
}
.state-page .cbody-02 .part-02 .table-type {
    width: 50%;
    border-top: 1px solid #8c8c8c;
    font-size: 0;
    background-color: #f9f9f9;
}
.state-page .cbody-02 .part-02 .table-type p {
    padding: 12px 18px;
    font-size: 13px;
    color: #666;
    background-color: #fff;
}
.state-page .cbody-02 .part-02 .table-type > span {
    display: inline-block;
    width: 270px;
    padding: 14px 0;
}
.state-page .cbody-02 .part-02 .table-type > .th {
    width: 228px;
}
.state-page .cbody-02 .part-02 .table-type > span span {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #4c4c4c;
    text-align: center;
}
.state-page .cbody-02 .part-02 .table-type ul {
    border-top: 1px solid #8c8c8c;
    background-color: #fff;
}
.state-page .cbody-02 .part-02 .table-type ul li {
    padding: 14px 0;
    font-size: 0;
    border-bottom: 1px solid #d1d1d1;
}
.state-page .cbody-02 .part-02 .table-type ul li span {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #4c4c4c;
    text-align: center;
    letter-spacing: 0;
}
.state-page .cbody-02 .part-02 .table-type ul li > span {
    width: 270px;
    font-size: 0;
    vertical-align: top;
}
.state-page .cbody-02 .part-02 .table-type ul li > span > span {
    width: 50%;
    vertical-align: top;
}
.state-page .cbody-02 .part-02 .table-type ul li .th {
    width: 228px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    letter-spacing: -0.05em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.state-page .cbody-02 .part-02 .table-type ul li .right {
    text-align: right;
}
.state-page .cbody-02 .part-02 .table-type ul li .right.first {
    width: 63px;
}
.state-page .cbody-02 .part-02 .table-type ul li .right.second {
    width: 43px;
}
.state-page .cbody-02 .part-03 .table-type > ul {
    border-top: 1px solid #8c8c8c;
}
.state-page .cbody-02 .part-03 .table-type .row {
    padding: 14px 0;
    font-size: 0;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}
.state-page .cbody-02 .part-03 .table-type span {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
}
.state-page .cbody-02 .part-03 .table-type .th > span {
    position: relative;
    font-size: 15px;
    color: #4c4c4c;
    vertical-align: top;
}
.state-page .cbody-02 .part-03 .table-type .row > * {
    vertical-align: top;
}
.state-page .cbody-02 .part-03 .table-type div .th {
    padding-left: 20px;
}
.state-page .cbody-02 .part-03 .table-type li.row .th {
    padding-left: 40px;
}
.state-page .cbody-02 .part-03 .table-type div .th > span {
    padding-left: 16px;
    font-weight: bold;
}
.state-page .cbody-02 .part-03 .table-type li.row .th > span {
    padding-left: 22px;
}
.state-page .cbody-02 .part-03 .table-type .th .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.state-page .cbody-02 .part-03 .table-type .th,
.state-page .cbody-02 .part-03 .table-type .td {
    width: 50%;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.state-page .cbody-02 .part-03 .table-type .td {
    padding-left: 20px;
}
.state-page .cbody-02 .part-03 .table-type .td > span {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.state-page .cbody-02 .part-03 .table-type .td > span + span {
    padding-left: 20px;
}
.state-page .cbody-02 .section-inner {
    padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .state-page .cbody-01 .img-group {
        padding: 27px 0;
    }
    .state-page .cbody-01 .img-group .img-wrap img {
        max-width: 330px;
        width: 100% !important;
    }
    .state-page .cbody-01 .img-group .img-2016 {
        margin-top: 17px;
        padding-left: 0;
    }
    .state-page .cbody-01 .img-group .img-2015 img {
        position: relative;
        top: auto;
        right: auto;
    }
    .state-page .cbody-01 .table-type-nor ul .sum .right {
        color: #666;
    }
    .state-page .cbody-01 .table-type-nor ul li .right {
        width: auto !important;
        text-align: left;
    }
    .state-page .cbody-02 .section-inner > div {
        margin-top: 20px;
    }
    .state-page .cbody-02 .part > div {
        margin-top: 20px;
    }
    .state-page .cbody-02 .section-inner .part + .part {
        margin-top: 35px;
    }
    .state-page .cbody-02 .part-01 ul {
        padding: 14px 0;
    }
    .state-page .cbody-02 .part-01 ul li {
        float: none;
        width: 100%;
        padding: 0;
    }
    .state-page .cbody-02 .part-01 ul li span {
        display: inline-block !important;
        line-height: 20px;
    }
    .state-page .cbody-02 .part-01 ul li > span {
        width: 100%;
        color: #666;
    }
    .state-page .cbody-02 .part-01 ul li .th {
        width: 50%;
        margin-right: 18px;
        margin-bottom: 0;
        font-size: 13px;
        color: #333;
        border-right: 1px solid #d1d1d1;
    }
    .state-page .cbody-02 .part-02 .img-wrap {
        position: static;
    }
    .state-page .cbody-02 .part-02 .img-wrap img {
        max-width: 330px;
        width: 100% !important;
    }
    .state-page .cbody-02 .part-02 .table-type {
        margin-top: 28px;
        width: 100%;
        border-top: none;
    }
    .state-page .cbody-02 .part-02 .table-type ul {
        border-color: #a5a5a5;
    }
    .state-page .cbody-02 .part-02 .table-type ul li > span {
        width: 50% !important;
    }
    .state-page .cbody-02 .part-02 .table-type ul li span {
        color: #666;
        letter-spacing: -0.02em;
    }
    .state-page .cbody-02 .part-02 .table-type ul li .th {
        padding-left: 0;
        line-height: 40px;
        font-weight: normal;
        color: #333;
        border-right: 1px solid #d1d1d1;
    }
    .state-page .cbody-02 .part-02 .table-type ul li .td {
        padding-left: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .state-page .cbody-02 .part-02 .table-type ul li > span > span {
        width: 100%;
        text-align: left;
    }
    .state-page .cbody-02 .part-02 .table-type ul li .empty span {
        line-height: 40px;
    }
    .state-page .cbody-02 .part-02 .table-type ul li .is-mobile {
        display: inline-block !important;
        font-weight: bold;
    }
    .state-page .cbody-02 .part-02 .table-type ul li .right {
        text-align: left;
    }
    .state-page .cbody-02 .part-02 .table-type ul li .right.first,
    .state-page .cbody-02 .part-02 .table-type ul li .right.second {
        width: auto;
    }
    .state-page .cbody-02 .part-02 .table-type p {
        padding: 12px 0;
    }
    .state-page .cbody-02 .part-03 .table-type > ul {
        border-color: #a5a5a5;
    }
    .state-page .cbody-02 .part-03 .table-type div .th {
        padding-left: 0;
    }
    .state-page .cbody-02 .part-03 .table-type li.row {
        display: table;
        width: 100%;
    }
    .state-page .cbody-02 .part-03 .table-type li.row .th {
        display: table-cell;
        padding-left: 13px;
        vertical-align: middle;
    }
    .state-page .cbody-02 .part-03 .table-type li.row .td {
        display: table-cell;
    }
    .state-page .cbody-02 .part-03 .table-type div .th > span {
        padding-left: 14px;
    }
    .state-page .cbody-02 .part-03 .table-type li.row .th > span {
        padding-left: 19px;
        vertical-align: middle;
    }
    .state-page .cbody-02 .part-03 .table-type span {
        color: #666;
    }
    .state-page .cbody-02 .part-03 .table-type .th > span {
        font-size: 13px;
        color: #333;
    }
    .state-page .cbody-02 .part-03 .table-type .td {
        padding-left: 18px;
    }
    .state-page .cbody-02 .part-03 .table-type .td > span {
        width: 100%;
    }
    .state-page .cbody-02 .part-03 .table-type .td > span + span {
        padding-left: 0;
    }
    .state-page .cbody-02 .part-03 .table-type .is-mobile {
        display: inline-block !important;
        font-weight: bold;
    }
    .state-page .cbody-02 .section-inner {
        padding-bottom: 45px;
    }
}
/* shareholder state end */
/* shareholder return start */
.return-page .content-body .section-inner {
    padding-bottom: 70px;
}
.return-page .content-body .section-inner > div {
    margin-top: 45px;
}
.return-page .content-body .img-wrap {
    padding-left: 84px;
}
.return-page .content-body .table-type-nor {
    margin-top: 50px;
}
.return-page .content-body .table-type-nor ul li > span {
    width: 16.6%;
}
.return-page .content-body .txt-wrap {
    margin-top: 25px;
    padding-left: 20px;
}
.return-page .content-body .txt-wrap p.point {
    position: relative;
    padding-left: 10px;
    line-height: 22px;
}
.return-page .content-body .txt-wrap p.point:before {
    content: '-';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.return-page .content-body .txt-wrap p span {
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .return-page .content-body .section-inner {
        padding-bottom: 45px;
    }
    .return-page .content-body .section-inner > div {
        margin-top: 35px;
    }
    .return-page .content-body .img-wrap {
        padding-left: 0;
    }
    .return-page .content-body .img-wrap img {
        width: 100%;
    }
    .return-page .content-body .table-type-nor {
        margin-top: 30px;
    }
    .return-page .content-body .txt-wrap {
        margin-top: 20px;
        padding-left: 0;
    }
    .return-page .content-body .txt-wrap p.point {
        line-height: 21px;
    }
}
/* shareholder return end */
/* structure start */
.structure-page .content-body .inner-body {
    margin-top: 35px;
}
.structure-page .content-body h5 {
    font-size: 18px;
    line-height: 26px;
    color: #141414;
    letter-spacing: -0.02em;
}
.structure-page .content-body p .strong {
    font-weight: bold;
}
.structure-page .cbody-01 .box-caption {
    position: relative;
    margin-bottom: 12px;
    margin-top: 70px;
}
.structure-page .cbody-01 .box-caption .btn-wrap {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.structure-page .cbody-01 .part,
.structure-page .cbody-04 .part {
    padding: 65px 0;
    font-size: 0;
    border-top: 1px solid #b8b8b8;
}
.structure-page .cbody-04 .part {
    padding: 35px 0;
}
.structure-page .cbody-01 .part > *,
.structure-page .cbody-04 .part > * {
    display: inline-block;
    vertical-align: top;
}
.structure-page .cbody-01 .part h5 ,
.structure-page .cbody-04 .part h5 {
    width: 266px;
}
.structure-page .cbody-01 .part > div,
.structure-page .cbody-04 .part > div {
    width: 774px;
}
.structure-page .cbody-01 .part .director-wrap {
    overflow: hidden;
}
.structure-page .cbody-01 .part .director-wrap > li {
    float: left;
    width: 50%;
    padding-right: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.structure-page .cbody-01 .part .director-wrap > li.mgb {
    margin-bottom: 55px;
}
.structure-page .cbody-01 .part .director-wrap .wrap-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body {
    padding-top: 18px;
}
.structure-page .cbody-01 .part .director-wrap .name {
    font-size: 15px;
    font-weight: bold;
    color: #141414;
}
.structure-page .cbody-01 .part .director-wrap .duty {
    margin-top: 5px;
    min-height: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}
.structure-page .cbody-01 .part img {
    position: absolute;
    height: 75px;
    right: 0;
    bottom: 0;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body > .desc-nor {
    line-height: 15px;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body > .desc-nor + .desc-nor {
    margin-top: 6px;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body .career {
    margin-top: 23px;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body .career span {
    display: inline-block;
    font-weight: bold;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body .career ul li {
    margin-top: 6px;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body .career ul .desc-nor {
    line-height: 17px;
}
.structure-page .cbody-01 table,
.structure-page .cbody-02 table {
    width: 100%;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #bababa;
}
.structure-page .cbody-01 table .col-01 {
    width: 284px;
}
.structure-page .cbody-01 table .col-02 {
    width: 174px;
}
.structure-page .cbody-01 table .col-03 {
    width: 316px;
}
.structure-page .cbody-01 table thead tr,
.structure-page .cbody-02 table thead tr {
    border-bottom: 1px solid #8c8c8c;
}
.structure-page .cbody-01 table th {
    background-color: #f9f9f9;
}
.structure-page .cbody-01 table th,
.structure-page .cbody-02 table th {
    padding: 14px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.structure-page .cbody-01 table td,
.structure-page .cbody-02 table td {
    padding: 18px 20px;
    letter-spacing: -0.05em;
}
.structure-page .cbody-01 table td.center {
    text-align: center;
}
.structure-page .cbody-01 table td.color-change {
    color: #1a1a1a;
}
.structure-page .cbody-01 table tbody tr + tr,
.structure-page .cbody-02 table tbody tr + tr {
    border-top: 1px solid #d1d1d1;
}
.structure-page .cbody-02 {
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.structure-page .cbody-02 table {
    margin-top: 35px;
}
.structure-page .cbody-02 table .col-01 {
    width: 90px;
}
.structure-page .cbody-02 table .col-03 {
    width: 580px;
}
.structure-page .cbody-02 table .col-04 {
    width: 128px;
}
.structure-page .cbody-02 table td {
    font-size: 13px;
    line-height: 22px;
    color: #1a1a1a;
    text-align: center;
    vertical-align: middle;
}
.structure-page .cbody-02 table td.keep-all {word-break: keep-all !important;}
.structure-page .cbody-02 table td:first-child {
    color: #4c4c4c;
}
.structure-page .cbody-02 table td.left {
    text-align: left;
}
.structure-page .cbody-03 {
    padding-bottom: 70px;
}
.structure-page .cbody-03 .btn-wrap {
    padding-right: 10px;
    text-align: right;
}
.structure-page .cbody-03 .table-type-nor {
    margin-top: 15px;
}
.structure-page .cbody-03 .table-type-nor li > span {
    width: 20%;
}
.structure-page .cbody-03 .table-type-nor li > .cate {
    width: 25%;
}
.structure-page .cbody-03 .table-type-nor li > .width-45 {
    width: 55%;
}
.structure-page .cbody-03 .table-type-nor li > .width-45 .left {
    width: 210px;
    text-align: left;
}
.structure-page .cbody-03 .table-type-nor br {display: none;}
.structure-page .cbody-04 {
    background-color: #f7f7f7;
}
.structure-page .cbody-04 .part:first-child {
    padding-top: 30px;
    border-top: none;
}
.structure-page .cbody-05 {
    padding-bottom: 110px;
}
.structure-page .cbody-05 .img-wrap {
    text-align: center;
}
.square-btn-row-wrap {border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;}
.square-btn-row-wrap .row {padding:15px 20px;overflow:hidden;}
.square-btn-row-wrap .row + .row {border-top:1px solid #dbdbdb;}
.square-btn-row-wrap .row .dt {float:left;font-size:15px;line-height:28px;font-weight:bold;color: #4c4c4c;}
.square-btn-row-wrap .row a {float:right;}
@media screen and (max-width: 768px) {
    .structure-page .content-body h5 {
        line-height: 24px;
        font-weight: bold;
    }
    .structure-page .content-body h5 br {
        display: none;
    }
    .structure-page .content-body .inner-body {
        margin-top: 20px;
    }
    .structure-page .cbody-01 .part > *,
    .structure-page .cbody-04 .part > * {
        display: block;
        width: 100% !important;
    }
    .structure-page .cbody-01 .inner-body > .desc-str br {
        display: none;
    }
    .structure-page .cbody-01 .box-caption {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .structure-page .cbody-01 .box-caption .btn-wrap {
        position: static;
        margin-top: 10px;
        text-align: right;
    }
    .structure-page .cbody-01 .part {
        padding: 16px 0 45px;
    }
    .structure-page .cbody-01 .part .director-wrap {
        overflow: visible;
    }
    .structure-page .cbody-01 .part .director-wrap > li {
        float: none;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0 !important;
        padding-right: 0 !important;
    }
    .structure-page .cbody-01 .part .director-wrap .duty {
        height: auto;
    }
    .structure-page .cbody-01 .part .director-wrap .wrap-body {
        padding-top: 12px;
    }
    .structure-page .cbody-01 .part .director-wrap .wrap-body .career ul li,
    .structure-page .cbody-01 .part .director-wrap .wrap-body > .desc-nor + .desc-nor {
        margin-top: 4px;
    }
    .structure-page .cbody-01 .part-00 > div, .structure-page .cbody-01 .part-001 > div, .structure-page .cbody-01 .part-03 > div, .structure-page .cbody-01 .part-04 > div {margin-top: 25px;}
    .structure-page .cbody-01 table td {
        vertical-align: middle;
    }
    .structure-page .cbody-01 table th, .structure-page .cbody-02 table th {
        padding: 12px 10px;
        font-size: 13px;
        vertical-align: middle;
    }
    .structure-page .cbody-01 table td, .structure-page .cbody-02 table td {
        padding: 15px 0;
        word-break: break-all;
    }
    .structure-page .cbody-01 table td:first-child br {
        display: none;
    }
    .structure-page .cbody-01 table .col-01 {
        width: 38%;
    }
    .structure-page .cbody-01 table .col-02 {
        width: 24%;
    }
    .structure-page .cbody-01 table .col-03 {
        width: 38%;
    }
    .structure-page .cbody-02 {
        padding-bottom: 45px;
    }
    .structure-page .cbody-02 table {
        margin-top: 25px;
    }
    .structure-page .cbody-02 table .col-01 {
        width: 10%;
    }
    .structure-page .cbody-02 table .col-02 {
        width: 22%;
    }
    .structure-page .cbody-02 table .col-03 {
        width: auto;
    }
    .structure-page .cbody-02 table .col-04 {
        width: 10%;
    }
    .structure-page .cbody-02 table td.pdlr {
        padding-left: 10px;
        padding-right: 10px;
    }
    .structure-page .cbody-03 .table-type-nor li > .width-45 .left {
        width: auto;
    }
    .structure-page .cbody-03 .btn-wrap {
        padding-right: 0;
    }
    .structure-page .cbody-03 .table-type-nor {
        margin-top: 10px;
    }
    .structure-page .cbody-03 .table-type-nor ul li .th {
        width: 25% !important;
    }
    .structure-page .cbody-03 {
        padding-bottom: 40px;
    }
    .structure-page .cbody-04 {
        padding-bottom: 40px;
    }
    .structure-page .cbody-04 .part {
        padding: 25px 0;
        border-top: none;
        border-bottom: 1px solid #d5d5d5;
    }
    .structure-page .cbody-04 .part > div {
        margin-top: 18px;
    }
    .structure-page .cbody-05 {
        padding-bottom: 65px;
    }
    .structure-page .cbody-05 .img-wrap {
        padding-top: 15px;
    }
    .square-btn-row-wrap {}
    .square-btn-row-wrap .row {padding:15px 10px;}
    .square-btn-row-wrap .row + .row {}
    .square-btn-row-wrap .row .dt {float:none;display:block;margin-bottom:10px;font-size:14px;line-height:normal;}
    .square-btn-row-wrap .row a {float:none;}
}
@media screen and (max-width:359px) {
    .structure-page .cbody-03 .table-type-nor br {display: block;}
}
/* structure end */
/* meeting start */
.meeting-page .content-body .tab-header {padding-top:40px;}
.meeting-page .content-body .tab-header .tab-item {width:16.6666%;}/*mib20200227 라인추가*/
.meeting-page .content-body .section-inner {padding-bottom: 80px;}
.meeting-page .content-body.notice-meeting .section-inner {border-bottom: 1px solid #b8b8b8;}
.meeting-page .content-body .part:first-child {margin-top: 50px;}
.meeting-page .content-body .part + .part {margin-top: 60px;}
.meeting-page .content-body h5 {font-size: 18px;font-weight: bold;color: #141414;}
.meeting-page .content-body .part:first-child h5 {font-size:22px;}
.meeting-page .content-body .download-wrap {position: relative;margin-bottom:30px;padding-bottom:15px;border-bottom: 1px solid #b8b8b8;}
.meeting-page .content-body .download-wrap p {font-size: 18px;color: #141414;}
.meeting-page .content-body .download-wrap .btn-wrap {position: absolute;right: 10px;bottom: 15px;text-align: right;font-size:0;}
.meeting-page .content-body .download-wrap .btn-wrap .btn-download-icon {margin-left:10px;}
.meeting-page .content-body .download-wrap .btn-wrap .btn-download-icon:first-child {margin-left:0;}
.meeting-page .content-body .date {}
.meeting-page .content-body .subject-wrap {margin-top: 36px;}
.meeting-page .content-body .subject-wrap > span {font-size: 15px;font-weight: bold;color: #141414;}
.meeting-page .content-body .subject-wrap ul {margin-top: 18px;}
.meeting-page .content-body .subject-wrap ul li {position: relative;}
.meeting-page .content-body .subject-wrap p {margin-left: 110px;padding-left: 16px;background-repeat: no-repeat;background-position: 0 5px;-webkit-background-size: 1px 12px;background-size: 1px 12px;background-image: url(../images/invest/icon_bar.png);}
.meeting-page .content-body .subject-wrap p .index {position: absolute;display: inline-block;top: 0;left: 0;padding-left: 12px;background-repeat: no-repeat;background-position: 0 center;-webkit-background-size: 4px 5px;background-size: 4px 5px;background-image: url(../images/invest/icon_index.png);}
.meeting-page .content-body .table-wrap {margin-top: 35px;}
.meeting-page .content-body table {width: 100%;border-top: 1px solid #8c8c8c;border-bottom: 1px solid #8c8c8c;}
.meeting-page .content-body table + table {margin-top: -1px;}
.meeting-page .content-body table thead tr {border-bottom: 1px solid #8c8c8c;}
.meeting-page .content-body table .bdr-top {border-top: 1px solid #d1d1d1;}
.meeting-page .content-body table .not-pd-bottom th,
.meeting-page .content-body table .not-pd-bottom td,
.meeting-page .content-body table .not-pd-bottom {padding-bottom: 0;}
.meeting-page .content-body table .not-pd td,
.meeting-page .content-body table .not-pd th {padding-top: 0;padding-bottom: 0;}
.meeting-page .content-body table .not-pd-top td,
.meeting-page .content-body table .not-pd-top th {padding-top: 0;}
.meeting-page .content-body table thead th {padding: 14px 20px;font-size: 15px;font-weight: bold;color: #4c4c4c;vertical-align: middle;text-align: left;letter-spacing: -0.05em;background-color: #f9f9f9;}
.meeting-page .content-body table td,
.meeting-page .content-body table tbody th {padding: 14px 20px;vertical-align: middle;}
.meeting-page .content-body table td,
.meeting-page .content-body table td p,
.meeting-page .content-body table tbody th,
.meeting-page .content-body table tbody th p {font-size: 13px;line-height: 22px;color: #1a1a1a;letter-spacing: -0.05em;}
.meeting-page .content-body table td p.txt-sub {margin-left: 9px;}
.meeting-page .content-body table td p.point,
.meeting-page .content-body table td p.bar {position: relative;padding-left: 10px;}
.meeting-page .content-body table td p.num {position: relative;padding-left: 18px;}
.meeting-page .content-body table td p.num span {position: absolute;display: inline-block;top: 0;left: 0;vertical-align: top;}
.meeting-page .content-body table td p.point:before,
.meeting-page .content-body table td p.bar:before {content: '*';position: absolute;display: inline-block;top: 0;left: 0;font-size: inherit;line-height: inherit;font-weight: inherit;color: inherit;}
.meeting-page .content-body table td p.bar:before {content: '-';}
.meeting-page .content-body table .txt-right {text-align: right;}
.meeting-page .content-body table .txt-left {text-align: left;}
.meeting-page .content-body table .txt-center {text-align: center;}
.meeting-page .content-body table .strong {font-weight:bold;}
.meeting-page .content-body .subject-table-wrap {margin-top:50px;}
.meeting-page .content-body .subject-table-wrap table {margin:10px 0;border-bottom:1px solid #d1d1d1;}
.meeting-page .content-body .subject-table-wrap table th, .meeting-page .content-body .subject-table-wrap table td {padding-top:3px;padding-bottom:3px;height:44px;}
.meeting-page .content-body .subject-table-wrap table td.cell-1 p {position:relative;}
.meeting-page .content-body .subject-table-wrap table td.cell-1 p:after {content:'';position:absolute;top:5px;right:0;height:12px;border-right:1px solid #d1d1d1;}
.meeting-page .content-body .subject-table-wrap table .cell-1 {width:110px;}
.meeting-page .content-body .subject-table-wrap table .cell-2 {padding-left:3px;}
.meeting-page .content-body .subject-table-wrap table .cell-3 {width:200px;}
.meeting-page .content-body .subject-table-wrap table .cell-4 {width:200px;}
.meeting-page .content-body .subject-table-wrap table td .sub {padding-left:12px;}
@media screen and (max-width: 768px) {
    .meeting-page .content-body .tab-header {padding-top:10px;}
    .meeting-page .content-body .section-inner {padding-bottom: 60px;}
    .meeting-page .content-body .part:first-child {margin-top: 30px;}
    .meeting-page .content-body .part + .part {margin-top: 40px;}
    .meeting-page .content-body .download-wrap {padding: 20px 0 0;margin-bottom:15px;}
    .meeting-page .content-body .download-wrap p {font-size: 15px;}
    .meeting-page .content-body .download-wrap .btn-wrap {position: static;text-align:left;}
    .meeting-page .content-body .download-wrap .btn-wrap .btn-download-icon {margin: 0 10px 10px 0;}
    .meeting-page .content-body .download-wrap .btn-wrap .btn-download-icon:last-child {margin-right:0;}
    .meeting-page .content-body .subject-wrap p {background-position: 0 4px;}
    .meeting-page .content-body .table-wrap {margin-top:25px;}
    .meeting-page .content-body table thead th {padding: 12px 7px;font-size: 13px;word-break: normal;}
    .meeting-page .content-body table td,
    .meeting-page .content-body table tbody th {padding: 12px 7px;}
    .meeting-page .content-body table td,
    .meeting-page .content-body table td p,
    .meeting-page .content-body table tbody th,
    .meeting-page .content-body table tbody th p {font-size: 12px;line-height: 20px;word-break: normal;}
    .meeting-page .content-body .subject-table-wrap {margin-top:25px;}
    .meeting-page .content-body .subject-table-wrap table th, .meeting-page .content-body .subject-table-wrap table td {padding-top:5px;padding-bottom:5px;height:30px;}
    .meeting-page .content-body .subject-table-wrap table .cell-1 {width:87px;}
    .meeting-page .content-body .subject-table-wrap table .cell-2 {padding-left:0;padding-right:0;}
    .meeting-page .content-body .subject-table-wrap table .cell-3 {width:25px;}
    .meeting-page .content-body .subject-table-wrap table .cell-4 {width:40px;padding-left:5px;}
    .meeting-page .content-body .subject-table-wrap table td .sub {padding-left:8px;}
    .meeting-page .content-body .part:first-child h5 {font-size:18px;}
}
/* meeting end */
/* sitemap start */
.sitemap-page .content-body {
    padding-bottom: 95px;
}
.sitemap-page .content-body .section-inner {
    padding-top: 65px;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}
.sitemap-page .content-body .box-menu {
    float: left;
    display: inline-block;
}
.sitemap-page .content-body .box-menu.box-01 {
    width: 254px;
}
.sitemap-page .content-body .box-menu.box-02 {
    width: 770px;
    margin-left: 16px;
}
.sitemap-page .content-body .box-menu h5 {
    font-size: 27px;
    font-weight: bold;
    color: #141414;
    text-align: center;
}
.sitemap-page .content-body .box-menu .box-body {
    margin-top: 20px;
    border-top: 1px solid #8c8c8c;
}
.sitemap-page .content-body .box-menu.box-01 .box-body,
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group {
    padding: 35px 25px;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group {
    display: table;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group > li {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group > li + li {
    padding-left: 28px;
    border-left: 1px solid #e8e8e8;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-01 .item-01,
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-02 > li {
    width: 180px;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-01 .item-02 {
    width: 540px;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-01 .item-02 .list-inner > li {
    float: left;
    width: 100px;
    margin-top: 0;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-01 .item-02 .list-inner > li + li {
    margin-left: 36px;
}
.sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-02 {
    border-top: 1px solid #d1d1d1;
}
.sitemap-page .content-body .menu-list > span {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #e51937;
}
.sitemap-page .content-body .menu-list .subject-wrap li + li {
    margin-top: 10px;
}
.sitemap-page .content-body .menu-list .list-inner {
    overflow: hidden;
}
.sitemap-page .content-body .menu-list .list-inner > li + li {
    margin-top: 15px;
}
.sitemap-page .content-body .menu-list .list-inner > li > a,
.sitemap-page .content-body .menu-list .subject-wrap .subject-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #141414;
}
.sitemap-page .content-body .menu-list .subject-wrap .subject-title {
    margin-bottom: 12px;
}
.sitemap-page .content-body .menu-list .subject-wrap ul a {
    display: inline-block;
    font-size: 13px;
    color: #4c4c4c;
}
@media screen and (max-width: 768px) {
    .sitemap-page .content-body {
        padding-bottom: 0;
    }
    .sitemap-page .content-body .section-inner {
        padding-top: 50px;
        padding-bottom: 100px;
        border-bottom: none;
    }
    .sitemap-page .content-body .box-menu {
        float: none;
        display: block;
        width: 100% !important;
    }
    .sitemap-page .content-body .box-menu.box-02 {
        margin-top: 20px;
        margin-left: 0;
    }
    .sitemap-page .content-body .box-menu .box-body {
        margin-top: 15px;
    }
    .sitemap-page .content-body .box-menu.box-01 .box-body,
    .sitemap-page .content-body .box-menu.box-02 .box-body .menu-group > li {
        padding: 20px 15px 10px !important;
    }
    .sitemap-page .content-body .box-menu.box-02 .box-body .menu-group {
        display: block;
        padding: 0;
    }
    .sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-02 {
        border-top: none;
    }
    .sitemap-page .content-body .box-menu.box-02 .box-body .menu-group > li {
        display: block;
        width: 100% !important;
        border-left: 0 !important;
        border-bottom: 1px solid #d1d1d1;
    }
    .sitemap-page .content-body .menu-list .subject-wrap ul,
    .sitemap-page .content-body .menu-list .list-inner {
        overflow: hidden;
    }
    .sitemap-page .content-body .box-menu.box-01 .subject-wrap li,
    .sitemap-page .content-body .menu-list .list-inner > li {
        float: left;
        width: 50% !important;
    }
    .sitemap-page .content-body .menu-list .subject-wrap li,
    .sitemap-page .content-body .menu-list .list-inner > li {
        margin-top: 0 !important;
        margin-bottom: 10px;
        padding-right: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sitemap-page .content-body .box-menu.box-02 .box-body .menu-group.group-01 .item-02 .list-inner > li + li {
        margin-left: 0 !important;
    }
    .sitemap-page .content-body .menu-list > span {
        margin-bottom: 15px;
    }
}
/* sitemap end */
/* download page start */
.downloads-page .content-body .section-inner {
    padding-top: 40px;
    padding-bottom: 90px;
}
.downloads-page .content-body .tab-header .tab-item {
    width: 25%;
}
.downloads-page .content-body .tab-header .tab-grid3 .tab-item {
    width: 33.333333%;
}
.downloads-page .content-body .tab-header .tab-grid4 .tab-item {
    width: 20%;
}
.downloads-page .content-body .tab-header .tab-grid5 .tab-item {
    width: 20%;
}
.downloads-page .content-body .tab-header .tab-grid6 .tab-item {
    width: 16.666666%;
}
.downloads-page .content-body .tab-body .content-item {
    display: block;
    padding-top: 54px;
}
.downloads-page .content-body .tab-body .content-item .desc-str {
    margin-top: 18px;
}
.downloads-page .content-body .tab-body .content-item .desc-nor-b {
    margin-top: 10px;
}
.downloads-page .content-body .tab-body .content-item .board-img-list-wrap {
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
    .downloads-page .content-body .section-inner {
        padding-top: 10px;
    }
    .downloads-page .content-body .tab-body .content-item {
        padding-top: 35px;
    }
    .downloads-page .content-body .tab-body .content-item .desc-str {
        margin-top: 13px;
    }
    .downloads-page .content-body .tab-body .content-item .desc-nor-b {
        margin-top: 23px;
    }
}
/* download page end */
/* csr policy start */
.csr-policy-page .cbody-01 {
    padding-bottom: 70px;
}
.csr-policy-page .cbody-02 {
    padding-bottom: 105px;
    background-color: #f7f7f7;
}
.csr-policy-page .cbody-03 {
    padding-bottom: 120px;
}
.csr-policy-page .content-body .section-inner > div {
    margin-top: 35px;
}
.csr-policy-page .cbody-01 ul {
    border-top: 1px solid #a5a5a5;
}
.csr-policy-page .cbody-01 li {
    display: table;
    width: 100%;
    min-height: 85px;
    padding: 23px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-policy-page .cbody-01 li + li {
    border-top: 1px solid #dbdbdb;
}
.csr-policy-page .cbody-01 li > div:first-child {
    width: 240px;
}
.csr-policy-page .cbody-01 li .title {
    font-size: 18px;
    color: #141414;
    letter-spacing: -0.05em;
}
.csr-policy-page .cbody-01 li .title .font-child {
    display: inline-block;
    font-weight: bold;
}
.csr-policy-page .cbody-01 li .bar {
    padding-left: 8px;
    letter-spacing: -0.05em;
}
.csr-policy-page .cbody-02 .part-01 > div {
    margin-top: 63px;
}
.csr-policy-page .cbody-02 .part + .part {
    margin-top: 125px;
}
.csr-policy-page .cbody-02 .part-01 ul {
    overflow: hidden;
}
.csr-policy-page .cbody-02 .part-01 ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-policy-page .cbody-02 .part-01 ul li:first-child .img-wrap {
    padding-top: 15px;
}
.csr-policy-page .cbody-02 .part-01 ul li.last-obj {
    padding-left: 10px;
}
.csr-policy-page .cbody-02 .part-01 ul li .img-wrap {
    margin-top: 70px;
}
.csr-policy-page .cbody-02 .part-02 > div {
    margin-top: 30px;
}
.csr-policy-page .cbody-02 .part-02 > div .desc-str {
    margin-bottom: 10px;
}
.csr-policy-page .cbody-02 .part-02 > div > .bar {
    padding-left: 10px;
}
.csr-policy-page .cbody-02 .part-02 > div > .bar + .bar {
    margin-top: 2px;
}
.csr-policy-page .cbody-02 table {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.csr-policy-page .cbody-02 table thead tr {
    border-bottom: 1px solid #d5d5d5;
}
.csr-policy-page .cbody-02 table .bdr-top {
    border-top: 1px solid #e6e6e6;
}
.csr-policy-page .cbody-02 table th,
.csr-policy-page .cbody-02 table td {
    padding: 20px;
    vertical-align: middle;
    text-align: left;
}
.csr-policy-page .cbody-02 table td {
    height: 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-policy-page .cbody-02 table th,
.csr-policy-page .cbody-02 table .strong {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.02em;
}
.csr-policy-page .cbody-02 table p.bar {
    padding-left: 9px;
    font-size: 13px;
    line-height: 20px;
    color: #141414;
}
.csr-policy-page .cbody-02 table th.last-obj {
    padding-left: 45px;
}
.csr-policy-page .cbody-02 table dl {
    padding-left: 25px;
}
.csr-policy-page .cbody-02 table dt {
    margin-top: 22px;
    font-size: 13px;
    line-height: 20px;
    color: #141414;
    letter-spacing: -0.02em;
}
.csr-policy-page .cbody-02 table dt.first {
    margin-top: 0;
}
.csr-policy-page .cbody-02 table .bar.font-sm {
    margin-left: 25px;
    padding-left: 8px;
    font-size: 12px;
    color: #666;
    letter-spacing: -0.02em;
}
.csr-policy-page .cbody-03 .img-wrap {
    padding-top: 35px;
}
.csr-policy-page .cbody-03 ul {
    margin-top: 75px;
}
.csr-policy-page .cbody-03 li {
    font-size: 0;
}
.csr-policy-page .cbody-03 li + li {
    margin-top: 17px;
}
.csr-policy-page .cbody-03 li > * {
    display: inline-block;
    vertical-align: top;
}
.csr-policy-page .cbody-03 li > span {
    width: 164px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #696969;
}
.csr-policy-page .cbody-03 li > span span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #e51937;
}
.csr-policy-page .cbody-03 li > p {
    width: 876px;
    font-size: 12px;
    line-height: 18px;
    color: #696969;
}
@media screen and (max-width: 768px) {
    .csr-policy-page .cbody-01 {
        padding-bottom: 45px;
    }
    .csr-policy-page .cbody-02 {
        padding-bottom: 50px;
    }
    .csr-policy-page .cbody-03 {
        padding-bottom: 100px;
    }
    .csr-policy-page .content-body .section-inner > div {
        margin-top: 30px;
    }
    .csr-policy-page .content-body .img-wrap .img-small {
        width: 100%;
    }
    .csr-policy-page .cbody-01 li {
        min-height: 0;
        padding: 18px 0;
    }
    .csr-policy-page .cbody-02 .part-01 > div,
    .csr-policy-page .cbody-02 .part-02 > div {
        margin-top: 20px;
    }
    .csr-policy-page .cbody-02 .part + .part {
        margin-top: 60px;
    }
    .csr-policy-page .cbody-02 .part-01 ul li {
        float: none;
        width: auto;
    }
    .csr-policy-page .cbody-02 .part-01 ul li:first-child .img-wrap {
        padding-top: 0;
    }
    .csr-policy-page .cbody-02 .part-01 ul li.last-obj {
        margin-top: 40px;
        padding-left: 0;
    }
    .csr-policy-page .cbody-02 .part-01 ul li .img-wrap {
        margin-top: 28px;
        text-align: center;
    }
    .csr-policy-page .cbody-02 table {
        margin-top: 20px;
    }
    .csr-policy-page .cbody-02 table th,
    .csr-policy-page .cbody-02 table td {
        padding: 12px 0;
    }
    .csr-policy-page .cbody-02 table .pd-left {
        padding-left: 15px !important;
    }
    .csr-policy-page .cbody-02 table td {
        height: 150px;
    }
    .csr-policy-page .cbody-02 table th.last-obj,
    .csr-policy-page .cbody-02 table dl {
        padding-left: 15px;
    }
    .csr-policy-page .cbody-02 table .bar.font-sm {
        margin-left: 15px;
    }
    .csr-policy-page .cbody-03 .img-wrap {
        padding-top: 0;
        text-align: center;
    }
    .csr-policy-page .cbody-03 ul {
        margin-top: 50px;
    }
    .csr-policy-page .cbody-03 li > * {
        display: block;
        width: auto !important;
    }
    .csr-policy-page .cbody-03 li + li {
        margin-top: 20px;
    }
    .csr-policy-page .cbody-01 li > div:first-child {
        margin-bottom: 8px;
    }
    .csr-policy-page .cbody-01 li .cell {
        display: block;
        width: auto !important;
    }
    .csr-policy-page .cbody-01 li .title {
        font-size: 16px;
    }
}
/* csr policy end */
/* csr participate start */
.csr-participate-page .content-body .section-inner,
.csr-participate-contact-page .content-body .section-inner {
    padding-top: 55px;
    padding-bottom: 80px;
}
.csr-participate-page .content-body .desc-nor,
.csr-participate-contact-page .content-body .desc-nor {
    margin-top: 25px;
}

@media (min-width: 769px) {
    .csr-participate-page .content-body .desc-nor:lang(ko) {
        font-size: 15px;
        line-height: 170%;
    }
}
.csr-participate-page .content-body .img-wrap {
    margin-top: 65px;
    text-align: center;
}
.csr-participate-page .content-body ul {
    margin-top: 70px;
    border-top: 1px solid #dbdbdb;
}
.csr-participate-page .content-body ul li {
    display: table;
    width: 100%;
    height: 85px;
    padding: 0 20px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-participate-page .content-body ul li > div:first-child {
    width: 836px;
}
.csr-participate-page .content-body ul li p {
    width: 740px;
    font-size: 16px;
    line-height: 22px;
    color: #4c4c4c;
}
.csr-participate-page .content-body ul li p br {
    display: none;
}
.csr-participate-page .content-body ul li a {
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.csr-participate-page .content-body .btn-wrap {
    margin-top: 30px;
    text-align: center;
}
.csr-participate-page .content-body .btn-wrap a {
    display: inline-block;
    width: 230px;
    height: 36px;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.05em;
    text-align: center;
    background-color: #e51937;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.csr-participate-contact-page .content-body .part {
    padding-top: 25px;
    border-top: 1px solid #8c8c8c;
}
.csr-participate-contact-page .content-body .part-01 {
    margin-top: 40px;
}
.csr-participate-contact-page .content-body .part-02 {
    margin-top: 55px;
}
.csr-participate-contact-page .content-body .part-03 {
    margin-top: 70px;
}
.csr-participate-contact-page .content-body .part .box-header {
    padding: 0 18px 25px;
    border-bottom: 1px solid #ededed;
}
.csr-participate-contact-page .content-body .part .question {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.csr-participate-contact-page .content-body .part-01 .box-body {
    padding: 35px 70px 0;
}
.csr-participate-contact-page .content-body .part-01 ul:after {
    content: '';
    clear: both;
    display: block;
}
.csr-participate-contact-page .content-body .part-01 ul li {
    float: left;
    display: table;
    width: 20%;
    height: 27px;
    margin-bottom: 20px;
}
.csr-participate-contact-page .content-body .part-01 ul li.last-obj {
    width: 425px;
}
.csr-participate-contact-page .content-body .part-01 .box-body .component-wrap input[type=radio] {
    top: 8px;
}
.csr-participate-contact-page .content-body .part-01 .box-body .component-wrap input[type=radio]:focus {
    top: 6px;
}
.csr-participate-contact-page .content-body .part-01 ul li .component-wrap {
    display: table-cell;
    vertical-align: middle;
}
.csr-participate-contact-page .content-body .part-01 ul li .component-mix {
    position: relative;
}
.csr-participate-contact-page .content-body .part-01 ul li .component-mix .component-wrap {
    position: absolute;
    /*top: 3px;*/
    /*left: 0;*/
    padding: 3px 0;
}
.csr-participate-contact-page .content-body .part-01 ul li .component-mix .input-holder {
    width: 100%;
    padding-left: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-participate-contact-page .content-body .part-01 ul li .component-mix .input-holder input {
    width: 100%;
    height: 27px;
    padding: 0 10px;
    font-size: 13px;
    color: #141414;
    border: 1px solid #e6e6e6;
}
.csr-participate-contact-page .content-body .part-02 .box-body {
    padding: 20px 20px 0;
}
.csr-participate-contact-page .content-body .part-02 textarea {
    width: 100%;
    height: 170px;
    padding: 10px;
    font-size: 13px;
    line-height: 21px;
    color: #141414;
    border-color: #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-participate-contact-page .content-body .part-03 > .first {
    padding-left: 20px;
    padding-right: 20px;
}
.csr-participate-contact-page .content-body .part-03 .title {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul {
    overflow: hidden;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li {
    float: left;
    margin-bottom: 20px;
    width: 460px;
    height: 27px;
    font-size: 0;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li.mg-left {
    margin-left: 80px;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li > * {
    vertical-align: top;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li input {
    width: 370px;
    height: 27px;
    padding: 0 10px;
    font-size: 13px;
    color: #141414;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li .custom-select-wrap {
    height: 100%;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li .custom-select-wrap select {
    padding: 2px 10px;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul li .custom-select-wrap select + svg,
.csr-participate-contact-page .content-body .part-03 > .first > ul li .custom-select-wrap select + span {
    width: 30px;
    height: 23px;
}
.csr-participate-contact-page .content-body .part-03 .item-03 ul {
    display: inline-block;
    width: 370px;
    overflow: hidden;
}
.csr-participate-contact-page .content-body .part-03 .item-03 ul li {
    float: left;
    position: relative;
    width: 105px;
}
.csr-participate-contact-page .content-body .part-03 .item-03 ul li.mg-left {
    margin-left: 27px;
}
.csr-participate-contact-page .content-body .part-03 .item-03 ul li.mg-left:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 1px;
    top: 13px;
    left: -17px;
    background-color: #141414;
}
.csr-participate-contact-page .content-body .part-03 .item-03 ul li input {
    width: 100% !important;
}
.csr-participate-contact-page .content-body .part-03 > .first > ul .title {
    width: 90px;
}
.csr-participate-contact-page .content-body .part-03 .title span {
    color: #e51937;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div {
    height: 165px;
    margin-top: 10px;
    padding: 19px;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div p {
    font-size: 13px;
    line-height: 20px;
    color: #141414;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div li {
    float: left;
    width: 38%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div li:first-child {
    width: 24%;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div li > div {
    padding: 15px 20px;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div li .th {
    border-bottom: 1px solid #e6e6e6;
}
.csr-participate-contact-page .content-body .part-03 .privacy > div li .th p {
    font-weight: bold;
}
.csr-participate-contact-page .content-body .part-03 .first > div.last-obj {
    padding-top: 12px;
    content: '';
    clear: both;
    display: block;
}
.csr-participate-contact-page .content-body .part-03 .first > div.last-obj p {
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    color: #e51937;
    letter-spacing: -0.05em;
}
.csr-participate-contact-page .content-body .part-03 .first > div.last-obj .component-group {
    float: right;
    font-size: 0;
}
.csr-participate-contact-page .content-body .part-03 .first > div.last-obj .component-group .component-wrap {
    display: inline-block;
}
.csr-participate-contact-page .content-body .part-03 .first > div.last-obj .component-group .component-wrap:first-child {
    margin-right: 40px;
}
.csr-participate-contact-page .content-body .submit-wrap {
    margin-top: 70px;
    padding-top: 20px;
    font-size: 0;
    text-align: center;
    border-top: 1px solid #8c8c8c;
}
.csr-participate-contact-page .content-body .submit-wrap .btn {
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    letter-spacing: -0.05em;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.csr-participate-contact-page .content-body .submit-wrap button {
    color: #fff;
    background-color: #e51937;
    border: none;
}
.csr-participate-contact-page .content-body .submit-wrap a {
    margin-left: 10px;
    line-height: 34px;
    border: 1px solid #4c4c4c;
}
@media screen and (max-width: 768px) {
    .csr-participate-page .content-body .section-inner,
    .csr-participate-contact-page .content-body .section-inner {
        padding-top: 38px;
    }
    .csr-participate-page .content-body .desc-nor,
    .csr-participate-contact-page .content-body .desc-nor {
        margin-top: 20px;
    }
    .csr-participate-page .content-body .img-wrap {
        margin-top: 38px;
    }
    .csr-participate-page .content-body .img-wrap .img-small {
        width: 100%;
    }
    .csr-participate-page .content-body ul {
        margin-top: 60px;
    }
    .csr-participate-page .content-body ul li {
        height: auto;
        padding: 28px 0;
    }
    .csr-participate-page .content-body ul li .cell {
        display: block;
        width: auto !important;
        text-align: center;
    }
    .csr-participate-page .content-body ul li .cell:first-child {
        margin-bottom: 14px;
    }
    .csr-participate-page .content-body ul li p {
        width: auto;
        font-size: 15px;
    }
    .csr-participate-page .content-body ul li p br {
        display: inline;
    }
    .csr-participate-contact-page .content-body .part-01 {
        margin-top: 30px;
    }
    .csr-participate-contact-page .content-body .part-01 .box-body .component-wrap input[type=radio] {
        top: 15px;
    }
    .csr-participate-contact-page .content-body .part-01 .box-body .component-wrap input[type=radio]:focus {
        top: 12px;
    }
    .csr-participate-contact-page .content-body .part-02,
    .csr-participate-contact-page .content-body .part-03,
    .csr-participate-contact-page .content-body .submit-wrap {
        margin-top: 50px;
    }
    .csr-participate-contact-page .content-body .part {
        padding-top: 20px;
    }
    .csr-participate-contact-page .content-body .part .question {
        font-size: 15px;
    }
    .csr-participate-contact-page .content-body .part .box-header {
        padding: 0 15px 20px;
    }
    .csr-participate-contact-page .content-body .part-01 .box-body,
    .csr-participate-contact-page .content-body .part-02 .box-body {
        padding: 15px 15px 0;
    }
    .csr-participate-contact-page .content-body .part-01 ul li {
        float: none;
        width: 100% !important;
        height: 40px;
        margin-bottom: 0;
    }
    .csr-participate-contact-page .content-body .part-01 ul li + li {
        margin-top: 10px;
    }
    .csr-participate-contact-page .content-body .part-01 ul li .component-mix .input-holder {
        padding-left: 60px;
    }
    .csr-participate-contact-page .content-body .part-01 ul li .component-mix .input-holder input {
        height: 40px;
    }
    .csr-participate-contact-page .content-body .part-01 ul li .component-mix .component-wrap {
        /*top: 10px;*/
        padding: 10px 0;
    }
    .csr-participate-contact-page .content-body .part-02 textarea {
        height: 220px;
        line-height: 19px;
    }
    .csr-participate-contact-page .content-body .part-03 > .first {
        padding-left: 15px;
        padding-right: 15px;
    }
    .csr-participate-contact-page .content-body .part-03 .first > div.last-obj p {
        display: block;
        font-size: 13px;
        line-height: 19px;
    }
    .csr-participate-contact-page .content-body .part-03 .first > div.last-obj .component-group {
        float: none;
        display: block;
        margin-top: 30px;
    }
    .csr-participate-contact-page .content-body .part-03 .privacy > div li {
        float: none;
        width: 100% !important;
    }
    .csr-participate-contact-page .content-body .part-03 .privacy > div li + li {
        border-top: 1px solid #ccc;
    }
    .csr-participate-contact-page .content-body .part-03 .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .csr-participate-contact-page .content-body .part-03 .privacy > div {
        height: 220px;
        margin-top: 0;
    }
    .csr-participate-contact-page .content-body .part-03 > .first > ul > li {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .csr-participate-contact-page .content-body .part-03 > .first > ul > li > * {
        display: block;
        width: 100% !important;
    }
    .csr-participate-contact-page .content-body .part-03 > .first > ul li input {
        width: 100%;
        height: 40px;
    }
    .csr-participate-contact-page .content-body .part-03 > .first > ul li.mg-left {
        margin-left: 0;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li {
        width: 33.3333% !important;
        height: 40px;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li.item-1 {
        padding-right: 16px;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li.item-2 {
        padding-right: 8px;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li.item-3 {
        padding-left: 8px;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li.mg-left:before {
        width: 9px;
        top: 19px;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li.item-2:before {
        left: -13px;
    }
    .csr-participate-contact-page .content-body .part-03 .item-03 ul li.item-3:before {
        left: -5px;
    }
    .csr-participate-contact-page .content-body .part-03 > .first > ul li .custom-select-wrap select {
        padding: 8px 10px;
    }
    .csr-participate-contact-page .content-body .part-03 > .first > ul li .custom-select-wrap select + svg {
        height: 36px;
    }
}
@media screen and (max-width: 320px) {
    .csr-participate-contact-page .content-body .submit-wrap .btn {
        width: 135px;
    }
}
/* csr participate end */
/* crm start */
.crm-page .content-body {
    padding-top: 40px;
    padding-bottom: 80px;
}
.crm-page .tab-wrap .tab-header ul {
    border-bottom: none;
}
.crm-page .tab-wrap .tab-header ul .tab-item {
    width: 20%;
    height: 43px;
    border-bottom: 1px solid #4c4c4c;
}
.crm-page .tab-wrap .tab-header ul .tab-item.empty {
    background-color: #f7f7f7;
}
.crm-page .tab-body .content-item h4 {
    margin-bottom: 35px;
}
.crm-page .content-body .img-wrap .img-small {
    width: 100%;
}
.crm-page .content-body .part + .part {
    margin-top: 60px;
}
.crm-page .content-body .h5-nor {
    margin-bottom: 20px;
}
.crm-page .content-body .desc-nor-b {
    line-height: 22px;
    letter-spacing: -0.05em;
}
.crm-page .content-body .part > .desc-nor-b + * {
    margin-top: 30px;
}
.crm-page .content-body .segment > .desc-nor-b + * {
    margin-top: 40px;
}
.crm-page .content-body .segment + .segment {
    margin-top: 65px;
}
.crm-page .content-body .segment .sgm-inner + .sgm-inner {
    margin-top: 40px;
}
.crm-page .content-body .segment .sgm-inner .title-sm {
    font-size: 15px;
    color: #e51937;
    margin-bottom: 9px;
    font-weight: bold;
}
.crm-page .content-body h6 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.crm-page .content-body .principle .img-wrap {
    text-align: center;
}
.crm-page .content-body .principle .part-03 ul {
    overflow: hidden;
}
.crm-page .content-body .principle .part-03 ul li {
    float: left;
    display: table;
    width: 25%;
    height: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .principle .part-03 ul li + li {
    border-left: 1px solid #e9e9e9;
}
.crm-page .content-body .principle .part-03 ul li div {
    display: table-cell;
    vertical-align: middle;
}
.crm-page .content-body .pdf-file-wrap {
    padding: 24px 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.crm-page .content-body .pdf-file-wrap span {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #4c4c4c;
}
.crm-page .content-body .pdf-file-wrap a {
    float: right;
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.crm-page .content-body .pdf-file-wrap + .pdf-file-wrap {margin-top: -1px !important;}
.crm-page .content-body .principle .pdf-file-wrap {margin-top: 30px;}
.crm-page .content-body .principle .part-04 .sgm-01 {
    position: relative;
}
.crm-page .content-body .principle .part-04 .sgm-01 .img-wrap {
    padding-top: 40px;
    padding-bottom: 25px;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap {
    position: absolute;
    bottom: 140px;
    left: 257px;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li {
    font-size: 0;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li + li {
    margin-top: 5px;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li > * {
    display: inline-block;
    vertical-align: top;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li > span {
    width: 160px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #696969;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li > span span {
    color: #e51937;
}
.crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li p {
    font-size: 12px;
    line-height: 18px;
    color: #696969;
}
.crm-page .content-body .principle .part-04 .sgm-02 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell {
    vertical-align: top;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell-wrap .cell:first-child {
    padding-right: 60px;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell > .desc-str-sm {
    margin-bottom: 10px;
    font-weight: bold;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell > .desc-str-sm span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: #e51937;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li {
    font-size: 0;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li + li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li .inline-cell {
    display: inline-block;
    width: 560px;
    vertical-align: top;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li .title-wrap {
    width: 150px;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li .title-wrap .desc-nor-b {
    font-weight: bold;
    color: #444 !important;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell-wrap + .cell-wrap {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #ebebeb;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .inner-body {
    padding-top: 30px;
    border-top: 1px solid #999;
}
.crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell.obj-last {
    width: 710px;
}
.crm-page .content-body .principle .part-04 .sgm-02 .dot {
    position: relative;
    padding-left: 10px;
}
.crm-page .content-body .principle .part-04 .sgm-02 .dot:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #4c4c4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.crm-page .content-body .principle .part-04 .sgm-03 .img-wrap {
    padding-top: 30px;
}
.crm-page .content-body .principle table {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.crm-page .content-body .principle table thead tr {
    border-bottom: 1px solid #dbdbdb;
}
.crm-page .content-body .principle table tbody tr + tr {
    border-top: 1px solid #ededed;
}
.crm-page .content-body .principle table tbody tr.bdr-color {
    border-color: #dbdbdb;
}
.crm-page .content-body .principle table th,
.crm-page .content-body .principle table td {
    padding: 20px;
    font-size: 13px;
    line-height: 17px;
    color: #141414;
    text-align: left;
    vertical-align: middle;
    letter-spacing: -0.05em;
}
.crm-page .content-body .principle table th span {
    display: none;
}
.crm-page .content-body .principle table td p {
    font-size: 12px;
    line-height: 17px;
    color: #666;
    letter-spacing: -0.05em;
}
.crm-page .content-body .principle table .center {
    text-align: center;
}
.crm-page .content-body .principle table thead th {
    background-color: #f9f9f9;
}
.crm-page .content-body .principle table thead th,
.crm-page .content-body .principle table .bold {
    font-weight: bold;
}
.crm-page .content-body .principle table thead th.center {
    padding: 7px 15px;
}
.crm-page .content-body .principle table tbody td.center {
    font-size: 0;
}
.crm-page .content-body .principle table .check {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #cfcfcf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}
.crm-page .content-body .principle table .check.on {
    border: none;
}
.crm-page .content-body .principle table .check-01.on {
    background-color: #fe891e;
}
.crm-page .content-body .principle table .check-02.on {
    background-color: #fc6037;
}
.crm-page .content-body .principle table .check-03.on {
    background-color: #e51937;
}
.crm-page .content-body .customer .part-01 .img-wrap {
    padding-top: 25px;
    text-align: center;
}
.crm-page .content-body .customer .part-02 .is-pc table {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.crm-page .content-body .customer .part-02 .is-pc table thead tr {
    border-bottom: 1px solid #dbdbdb;
}
.crm-page .content-body .customer .part-02 .is-pc table tbody tr + tr {
    border-top: 1px solid #ededed;
}
.crm-page .content-body .customer .part-02 .is-pc table .bdr-color {
    border-color: #dbdbdb;
}
.crm-page .content-body .customer .part-02 .is-pc table th,
.crm-page .content-body .customer .part-02 .is-pc table th p,
.crm-page .content-body .customer .part-02 .is-pc table .bold {
    font-weight: bold;
}
.crm-page .content-body .customer .part-02 .is-pc table .center {
    text-align: center;
}
.crm-page .content-body .customer .part-02 .is-pc table .color-red th,
.crm-page .content-body .customer .part-02 .is-pc table .color-red td {
    color: #e51937;
}
.crm-page .content-body .customer .part-02 .is-pc table img {
    margin-top: 5px;
    width: 48px;
}
.crm-page .content-body .customer .part-02 .is-pc table th,
.crm-page .content-body .customer .part-02 .is-pc table td {
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #141414;
    vertical-align: middle;
}
.crm-page .content-body .customer .part-02 .is-pc table thead th {
    padding: 13px 25px;
    background-color: #f9f9f9;
}
.crm-page .content-body .customer .part-02 .is-pc table tbody th {
    width: 170px;
}
.crm-page .content-body .customer .part-02 .is-pc table tbody th p {
    font-size: 15px;
    color: #141414;
}
.crm-page .content-body .customer .part-02 .is-pc table td {
    height: 63px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .customer .part-02 .is-pc table td:last-child {letter-spacing:-.03em;}
.crm-page .content-body .customer .part-02 ul {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}
.crm-page .content-body .customer .part-02 ul li {
    float: left;
    width: 50%;
    height: 65px;
    padding: 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .customer .part-02 ul li + li {
    border-left: 1px solid #dbdbdb;
}
.crm-page .content-body .customer .part-02 ul li > div p {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
    text-align: right;
}
.crm-page .content-body .customer .part-02 ul li > div:first-child p {
    font-size: 15px;
    text-align: left;
}
.crm-page .content-body .customer .part-02 ul li span {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.crm-page .content-body .customer .part-03 ul {
    position: relative;
    overflow: hidden;
}
.crm-page .content-body .customer .part-03 ul li {
    float: left;;
    width: 346px;
    padding: 35px 0;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}
.crm-page .content-body .customer .part-03 ul li.first {
    border-left: none;
}
.crm-page .content-body .customer .part-03 ul li > div {
    display: inline-block;
    height: 47px;
    padding-left: 60px;
    background-repeat: no-repeat;
    -webkit-background-size: 43px auto;
    background-size: 43px auto;
    background-position: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.crm-page .content-body .customer .part-03 ul li.item-01 > div {
    background-image: url(../images/csr/crm/crm_2_picto_2.png);
}
.crm-page .content-body .customer .part-03 ul li.item-02 > div {
    background-image: url(../images/csr/crm/crm_2_picto_3.png);
}
.crm-page .content-body .customer .part-03 ul li.item-03 > div {
    background-image: url(../images/csr/crm/crm_2_picto_4.png);
}
.crm-page .content-body .customer .part-03 ul li dt,
.crm-page .content-body .customer .part-03 ul li dd {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.05em;
}
.crm-page .content-body .customer .part-03 ul li dt {
    padding-top: 3px;
    font-weight: bold;
    color: #141414;
}
.crm-page .content-body .customer .part-03 ul li dd {
    color: #4c4c4c;
}
.crm-page .content-body .winwin .part-01 > div > p {
    font-size: 12px;
    color: #4c4c4c;
    text-align: right;
}
.crm-page .content-body .winwin .part-01 ul {
    margin-top: 5px;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}
.crm-page .content-body .winwin .part-01 ul li {
    float: left;
    width: 347px;
    height: 70px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .winwin .part-01 ul li + li {
    border-left: 1px solid #dbdbdb;
}
.crm-page .content-body .winwin .part-01 ul li:first-child {
    width: 346px;
}
.crm-page .content-body .winwin .part-01 ul li > div p {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
    text-align: right;
}
.crm-page .content-body .winwin .part-01 ul li > div:first-child p {
    line-height: 21px;
    text-align: left;
}
.crm-page .content-body .winwin .part-01 ul li > div p.description-sm {
    position: relative;
    padding-left: 5px;
    font-size: 10px;
    line-height: 13px;
    color: #999;
}
.crm-page .content-body .winwin .part-01 ul li > div p.description-sm:before {
    content: '*';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: inherit;
    color: #e51937;
}
.crm-page .content-body .winwin .part-01 ul li span {
    display: inline-block;
    font-size: 27px;
    line-height: 27px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.crm-page .content-body .winwin .part-01 ul li span.font-size-m {
    font-size: 21px;
}
.crm-page .content-body .winwin .part-01 ul li span.color-red {
    display: inline;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    color: #e51937;
}
.crm-page .content-body .winwin .part-01 ul li > div p > .font-weight-nor {
    display: inline;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}
.crm-page .content-body .winwin .part-02 a {
    display: inline-block;
    width: 360px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.crm-page .content-body .contribution .img-wrap {
    padding-top: 60px;
    padding-bottom: 15px;
    text-align: center;
}
.crm-page .content-body .ethics .img-wrap {
    text-align: center;
}
.crm-page .content-body .ethics .part-01 ul {
    display: none;
}
.crm-page .content-body .ethics .part-01 .seg-01 .img-wrap {
    padding: 15px 0 10px;
}
.crm-page .content-body .ethics .part-01 .seg-02 {
    position: relative;
    width: 540px;
    padding-right: 500px;
}
.crm-page .content-body .ethics .part-01 .seg-02 .img-wrap {
    position: absolute;
    width: 500px;
    top: 15px;
    right: 0;
}
.crm-page .content-body .ethics .part-01 .seg-02 .bar {
    padding-left: 10px;
}
.crm-page .content-body .ethics .part-01 .seg-01 ul,
.crm-page .content-body .ethics .part-02 .seg-01 ul,
.crm-page .content-body .ethics .part-02 .seg-02 ul {
    border-top: 1px solid #a5a5a5;
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li,
.crm-page .content-body .ethics .part-02 .seg-01 ul li {
    width: 100%;
    height: 105px;
    padding: 0 15px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    background-position: 15px center;
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li .title,
.crm-page .content-body .ethics .part-02 .seg-01 ul li .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li .title span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: #666;
    letter-spacing: inherit;
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li .cell:first-child,
.crm-page .content-body .ethics .part-02 .seg-01 ul li .cell:first-child {
    width: 410px;
    padding-left: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li.item-01 {
    background-image: url(../images/csr/crm/crm_5_picto_1.png);
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li.item-02 {
    background-image: url(../images/csr/crm/crm_5_picto_2.png);
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li.item-03 {
    background-image: url(../images/csr/crm/crm_5_picto_3.png);
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li.item-04 {
    background-image: url(../images/csr/crm/crm_5_picto_4.png);
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li.item-05 {
    background-image: url(../images/csr/crm/crm_5_picto_5.png);
}
.crm-page .content-body .ethics .part-01 .seg-01 ul li.item-06 {
    background-image: url(../images/csr/crm/crm_5_picto_6.png);
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li.item-01 {
    background-image: url(../images/csr/crm/crm_5_picto_7.png);
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li.item-02 {
    background-image: url(../images/csr/crm/crm_5_picto_8.png);
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li.item-03 {
    background-image: url(../images/csr/crm/crm_5_picto_9.png);
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li.item-04 {
    background-image: url(../images/csr/crm/crm_5_picto_10.png);
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li.item-05 {
    background-image: url(../images/csr/crm/crm_5_picto_11.png);
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li .bar {
    padding-left: 10px;
}
.crm-page .content-body .ethics .part-02 .seg-01 ul li .bar + .bar {
    margin-top: 4px;
}
.crm-page .content-body .ethics .part-02 .seg-02 ul li {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .ethics .part-02 .seg-02 ul li .cell > span {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.crm-page .content-body .ethics .part-02 .seg-02 ul.first li {
    height: 50px;
}
.crm-page .content-body .ethics .part-02 .seg-02 ul.first li .cell:first-child {
    width: 64px;
}
.crm-page .content-body .ethics .part-02 .seg-02 .download-list {
    margin-top: 50px;
}
.crm-page .content-body .ethics .part-02 .seg-02 .download-list li {
    height: 75px;
}
.crm-page .content-body .ethics .part-02 .seg-02 .download-list a span {
    letter-spacing:  -0.05em;
}
.crm-page .content-body .ethics .part-02 .seg-02 .download-list .cell:first-child {
    width: 166px;
}
.crm-page .content-body .ethics .part-02 .seg-02 .download-list .btn-wrap {
    width: 124px;
}
.crm-page .content-body .ethics .part-02 .seg-02 .download-list .btn-wrap a {
    width: 120px;
}
.crm-page .content-body .tax ul {
    border-top: 1px solid #a5a5a5;
}
.crm-page .content-body .tax ul li {
    width: 100%;
    height: 110px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .tax ul li > div:first-child {
    width: 270px;
}
.crm-page .content-body .tax ul li .title {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #141414;
    letter-spacing: -0.05em;
}
.crm-page .content-body .tax ul li .title span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-weight: bold;
}
.crm-page .content-body .tax ul li .bar {
    padding-left: 9px;
}
.crm-page .content-body .tax ul li + li {
    border-top: 1px solid #dbdbdb;
}
.crm-page .content-body .env sub {font-size:smaller;font-weight:inherit;color:inherit;vertical-align:sub;}
.crm-page .content-body .env .part-01 > div > p {
    font-size: 12px;
    color: #4c4c4c;
    text-align: right;
}
.crm-page .content-body .env .part-01 ul {
    margin-top: 5px;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}
.crm-page .content-body .env .part-01 ul li {
    float: left;
    width: 332px;
    height: 69px;
    padding: 0 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crm-page .content-body .env .part-01 ul li br {
    display: none;
}
.crm-page .content-body .env .part-01 ul li:first-child {
    width: 376px;
}
.crm-page .content-body .env .part-01 ul li + li {
    border-left: 1px solid #dbdbdb;
}
.crm-page .content-body .env .part-01 ul li p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.crm-page .content-body .env .part-01 ul li p.right {
    margin-top: 15px;
    text-align: right;
}
.crm-page .content-body .env .part-01 ul li p span {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.crm-page .content-body .env .part-01 ul li .cell > div:first-child p {
    font-size: 14px;
    line-height: 18px;
}
.crm-page .content-body .env .part-03 .segment {
    position: relative;
    height: 202px;
    padding-left: 218px;
}
.crm-page .content-body .env .part-03 .segment .img-wrap {
    position: absolute;
    width: 218px;
    top: 0;
    left: 0;
    text-align: center;
}
.crm-page .content-body .env .part-03 .segment .desc-nor-b span {
    color: #e51937;
}
.crm-page .content-body .env .part-03 .segment .point {
    position: relative;
    margin-top: 25px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
}
.crm-page .content-body .env .part-03 .segment .point:before {
    content: '*';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: #e51937;
}
.crm-page .content-body .supply .img-wrap {
    padding-top: 36px;
    text-align: center;
}
.crm-page .content-body .compliance .bar {
    padding-left: 9px;
}
.crm-page .content-body .compliance .part-01 {
    overflow: hidden;
}
.crm-page .content-body .compliance .part-01 .seg-01 .img-wrap {
    margin-top: 65px;
}
.crm-page .content-body .compliance .part-01 .seg-02 .point {
    position: relative;
    font-size: 11px;
    margin-left: 8px;
    padding-left: 8px;
}
.crm-page .content-body .compliance .part-01 .seg-02 .point:after {
    content: '*';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.crm-page .content-body .compliance .part-01 .seg-03 ul {
    border-top: 1px solid #a5a5a5;
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li {
    width: 100%;
    height: 110px;
    padding: 0 15px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    background-position: 15px center;
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li.item-01 {
    background-image: url(../images/csr/crm/crm_9_picto_1.png);
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li.item-02 {
    background-image: url(../images/csr/crm/crm_9_picto_2.png);
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li.item-03 {
    background-image: url(../images/csr/crm/crm_9_picto_3.png);
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li.item-04 {
    background-image: url(../images/csr/crm/crm_9_picto_4.png);
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li.item-05 {
    background-image: url(../images/csr/crm/crm_9_picto_5.png);
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li.item-06 {
    background-image: url(../images/csr/crm/crm_9_picto_6.png);
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li .cell:first-child {
    width: 250px;
    padding-left: 75px;
}
.crm-page .content-body .compliance .part-01 .seg-03 ul li .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.crm-page .content-body .compliance .part-01 .seg-03 .download-wrap {
    float: right;
    padding: 20px 15px;
    font-size: 0;
}
.crm-page .content-body .compliance .part-01 .seg-03 .download-wrap span {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #4c4c4c;
}
.crm-page .content-body .compliance .part-01 .seg-03 .download-wrap a {
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    color: #1a1a1a;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.crm-page .content-body .compliance .part-02 .bdr-top-bottom {
    padding: 24px 0;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
@media screen and (max-width: 768px) {
    .crm-page .tab-body .content-item h4 {
        margin-bottom: 30px;
    }
    .crm-page .content-body .accordion-header a {
        padding: 20px 30px 20px 0;
    }
    .crm-page .content-body .accordion-header a p {
        font-size: 14px;
        line-height: 20px;
    }
    .crm-page .content-body {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .crm-page .content-body > li:after {
        top: 26px;
        right: 0;
    }
    .crm-page .content-body .h5-nor {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .crm-page .content-body .desc-nor-b {
        line-height: 21px;
        color: #141414;
    }
    .crm-page .content-body .part + .part {
        margin-top: 50px;
    }
    .crm-page .content-body .segment + .segment {
        margin-top: 40px;
    }
    .crm-page .content-body h6 {
        font-size: 14px;
        color: #141414;
    }
    .crm-page .content-body .segment > .desc-nor-b + * {
        margin-top: 30px;
    }
    .crm-page .content-body .principle .part-03 ul {
        position: relative;
    }
    .crm-page .content-body .principle .part-03 ul:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background-color: #e9e9e9;
    }
    .crm-page .content-body .principle .part-03 ul li {
        width: 50%;
        height: 120px;
        border-bottom: 1px solid #e9e9e9;
    }
    .crm-page .content-body .principle .part-03 ul li.not-bdr-bottom {
        border-bottom: none;
    }
    .crm-page .content-body .principle .part-03 ul li + li {
        border-left: none;
    }
    .crm-page .content-body .pdf-file-wrap {
        padding: 20px 10px;
    }
    .crm-page .content-body .pdf-file-wrap span {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }
    .crm-page .content-body .pdf-file-wrap a {
        float: none;
        margin-top: 10px;
    }
    .crm-page .content-body .principle .pdf-file-wrap {
        margin-top: 20px;
    }
    .crm-page .content-body .principle .part-04 .sgm-01 .img-wrap {
        padding-bottom: 40px;
    }
    .crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap {
        position: static;
    }
    .crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li > * {
        display: block;
    }
    .crm-page .content-body .principle .part-04 .sgm-01 .txt-wrap li > span {
        width: auto;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 {
        padding-bottom: 25px;
    }
    .crm-page .content-body .segment .sgm-inner .title-sm {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .inner-body {
        padding-top: 0;
        border-top: none;
    }
    .crm-page .content-body .segment .sgm-inner + .sgm-inner {
        margin-top: 20px;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell {
        display: block;
        width: auto !important;
        padding: 0 !important;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell.obj-last {
        margin-top: 20px;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell-wrap + .cell-wrap {
        margin-top: 15px;
        padding-top: 0;
        border-top: none;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li .inline-cell {
        display: block;
        width: auto !important;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li {
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li + li {
        margin-top: 0;
        padding-top: 15px;
        border-top: none;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .sgm-inner .cell ul li .title-wrap .desc-nor-b br {
        display: none;
    }
    .crm-page .content-body .principle .part-04 .sgm-02 .dot:before {
        width: 3px;
        height: 3px;
    }
    .crm-page .content-body .principle table * {
        word-break: break-all;
    }
    .crm-page .content-body .principle table .nowrap {
        word-break: keep-all;
    }
    .crm-page .content-body .principle table th,
    .crm-page .content-body .principle table td {
        padding: 15px 7px;
    }
    .crm-page .content-body .principle table th span {
        display: inline;
    }
    .crm-page .content-body .principle table th,
    .crm-page .content-body .principle table td,
    .crm-page .content-body .principle table td p {
        font-size: 10px;
        line-height: 13px;
    }
    .crm-page .content-body .principle table .center {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .crm-page .content-body .principle table .first {
        padding-left: 0 !important;
    }
    .crm-page .content-body .principle table tbody .center {
        line-height: normal;
    }
    .crm-page .content-body .principle table .check {
        width: 12px;
        height: 12px;
    }
    .crm-page .content-body .customer .part-02 .is-mobile > div + div {
        margin-top: 45px;
    }
    .crm-page .content-body .customer .part-02 .is-mobile img {
        position: absolute;
        width: 54px;
        right: 0;
        bottom: 0;
    }
    .crm-page .content-body .customer .part-02 .is-mobile .theader {
        position: relative;
        padding-top: 30px;
    }
    .crm-page .content-body .customer .part-02 .is-mobile .theader span {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        color: #141414;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table {
        width: 100%;
        margin-top: 15px;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table thead tr {
        border-bottom: 1px solid #dbdbdb;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table th,
    .crm-page .content-body .customer .part-02 .is-mobile table td {
        padding: 14px 12px;
        font-size: 13px;
        color: #333;
        text-align: center;
        letter-spacing: -0.05em;
        vertical-align: middle;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table th {
        font-weight: bold;
        background-color: #f9f9f9;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table .color-red {
        color: #e51937;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table .left {
        text-align: left;
    }
    .crm-page .content-body .customer .part-02 .is-mobile table .not-pd-bottom td {
        padding-bottom: 0;
    }
    .crm-page .content-body .customer .part-02 ul {
        padding: 0;
    }
    .crm-page .content-body .customer .part-02 ul li {
        float: none;
        width: 100%;
        padding: 26px 15px;
    }
    .crm-page .content-body .customer .part-02 ul li + li {
        border-top: 1px solid #dbdbdb;
        border-left: none;
    }
    .crm-page .content-body .customer .part-03 ul li {
        float: none;
        width: 100%;
        padding: 42px 0;
        border-left: none;
    }
    .crm-page .content-body .customer .part-03 ul li + li {
        border-top: 1px solid #e8e8e8;
    }
    .crm-page .content-body .customer .part-03 ul li > div {
        display: block;
        width: 255px;
        margin: 0 auto;
        padding-left: 55px;
    }
    .crm-page .content-body .winwin .part-01 > div > p {
        padding-top: 10px;
    }
    .crm-page .content-body .winwin .part-01 ul {
        padding: 0;
    }
    .crm-page .content-body .winwin .part-01 ul li {
        float: none;
        width: 100% !important;
        height: auto !important;
        padding: 25px 15px !important;
    }
    .crm-page .content-body .winwin .part-01 ul li + li {
        border-top: 1px solid #dbdbdb;
        border-left: none;
    }
    .crm-page .content-body .winwin .part-01 ul li > div p.description-sm {
        margin-top: 2px;
        font-size: 11px;
        line-height: 14px;
    }
    .crm-page .content-body .winwin .part-02 a {
        max-width: 360px;
        width: 100% !important;
        font-size: 14px;
        letter-spacing: -0.05em;
    }
    .crm-page .content-body .contribution .desc-nor-b br {
        display: none;
    }
    .crm-page .content-body .contribution .img-wrap {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .crm-page .content-body .ethics .part-01 .seg-01 ul {
        display: block;
        margin-top: 20px;
    }
    .crm-page .content-body .ethics .part-01 .seg-01 ul li,
    .crm-page .content-body .ethics .part-02 .seg-01 ul li {
        height: auto;
        padding: 22px 15px  22px 85px;
    }
    .crm-page .content-body .ethics .part-01 .seg-01 ul li .cell,
    .crm-page .content-body .ethics .part-02 .seg-01 ul li .cell {
        display: block;
        padding: 0 !important;
        width: auto !important;
    }
    .crm-page .content-body .ethics .part-02 .seg-01 ul li .bar + .bar {
        margin-top: 0;
    }
    .crm-page .content-body .ethics .part-01 .seg-01 ul li .title,
    .crm-page .content-body .ethics .part-02 .seg-01 ul li .title {
        font-size: 15px;
        line-height: 20px;
    }
    .crm-page .content-body .ethics .part-01 .seg-01 ul li .txt-wrap,
    .crm-page .content-body .ethics .part-02 .seg-01 ul li .txt-wrap {
        margin-top: 7px;
    }
    .crm-page .content-body .ethics .part-01 .seg-02 {
        width: 100%;
        padding-right: 0;
    }
    .crm-page .content-body .ethics .part-01 .seg-02 .img-wrap {
        position: static;
        width: auto;
        margin-top: 30px;
    }
    .crm-page .content-body .ethics .part-01 .seg-02 .img-wrap img {
        width: 100%;
    }
    .crm-page .content-body .ethics .part-02 .seg-02 ul.first li,
    .crm-page .content-body .ethics .part-02 .seg-02 .download-list li {
        height: auto;
        padding: 22px 0;
    }
    .crm-page .content-body .ethics .part-02 .seg-02 ul.first li .cell,
    .crm-page .content-body .ethics .part-02 .seg-02 .download-list li .cell {
        display: block;
        width: auto !important;
    }
    .crm-page .content-body .ethics .part-02 .seg-02 ul li .cell > span {
        font-size: 15px;
    }
    .crm-page .content-body .ethics .part-02 .seg-02 ul.first li .txt-wrap,
    .crm-page .content-body .ethics .part-02 .seg-02 .download-list li .txt-wrap {
        margin-top: 7px;
    }
    .crm-page .content-body .ethics .part-02 .seg-02 .download-list li .btn-wrap {
        margin-top: 12px;
    }
    .crm-page .content-body .tax ul {
        padding-bottom: 40px;
    }
    .crm-page .content-body .tax ul li {
        display: block;
        height: auto !important;
        padding: 20px 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .crm-page .content-body .tax ul li > div {
        display: block;
        width: auto !important;
    }
    .crm-page .content-body .tax ul li .title {
        position: relative;
        padding-left: 23px;
        font-size: 15px;
        line-height: 22px;
        color: #141414;
        letter-spacing: -0.05em;
    }
    .crm-page .content-body .tax ul li .title span {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        font-weight: bold;
    }
    .crm-page .content-body .tax ul li .bar {
        padding-top: 5px;
        padding-left: 0;
    }
    .crm-page .content-body .tax ul li .bar:before {
        content: none;
    }
    .crm-page .content-body .tax ul li + li {
        border-top: none;
    }
    .crm-page .content-body .env .part-01 ul {
        padding: 0;
    }
    .crm-page .content-body .env .part-01 ul li {
        float: none;
        width: 100% !important;
        height: auto !important;
        padding: 25px 15px;
    }
    .crm-page .content-body .env .part-01 ul li br {
        display: inline;
    }
    .crm-page .content-body .env .part-01 ul li + li {
        border-top: 1px solid #dbdbdb;
        border-left: none;
    }
    .crm-page .content-body .env .part-01 ul li .cell {
        display: table;
        width: 100%;
        height: 100%;
    }
    .crm-page .content-body .env .part-01 ul li .cell > div {
        display: table-cell;
        vertical-align: middle;
    }
    .crm-page .content-body .env .part-01 ul li p.right {
        margin-top: 0;
    }
    .crm-page .content-body .env .part-01 ul li p span {
        display: inline;
        font-size: 18px;
    }
    .crm-page .content-body .env .part-03 .segment {
        height: auto;
        padding-left: 0;
    }
    .crm-page .content-body .env .part-03 .segment .img-wrap {
        position: static;
        width: 100%;
        margin-top: 18px;
        text-align: left;
    }
    .crm-page .content-body .env .part-03 .segment .point {
        margin-top: 20px;
    }
    .crm-page .content-body .compliance .part-01 .seg-01 .img-wrap {
        margin-top: 35px;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 ul li {
        height: auto;
        padding: 22px 15px 22px 85px;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 ul li .cell {
        display: block;
        padding: 0 !important;
        width: auto !important;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 ul li .title {
        font-size: 15px;
        line-height: 20px;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 ul li .title br {
        display: none;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 ul li .txt-wrap {
        margin-top: 7px;
    }
    .crm-page .content-body .compliance .part-02 .bdr-top-bottom {
        padding: 18px 0;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 .download-wrap {
        padding: 20px 10px;
        text-align: right;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 .download-wrap span {
        display: block;
        margin-right: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .crm-page .content-body .compliance .part-01 .seg-03 .download-wrap a {
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px) {
    .crm-page .content-body .winwin .part-02 a {
        font-size: 13px;
    }
    .crm-page .content-body .winwin .part-01 ul li > div p.description-sm {
        font-size: 10px;
    }
}
/* crm end */
/* csr activity start */
.csr-activity-page .content-body {
    padding-bottom: 70px;
}
.csr-activity-page .cbody-05,
.csr-activity-page .cbody-06 {
    padding-bottom: 0 !important;
}
.csr-activity-page .content-body .cwrap {
    margin-top: 35px;
}
.csr-activity-page .content-body .bar {
    padding-left: 10px;
}
.csr-activity-page .cbody-01 {
    padding-top: 50px;
}
.csr-activity-page .cbody-02,
.csr-activity-page .cbody-04 {
    background-color: #f7f7f7;
}
.csr-activity-page .content-body .float-list {
    border-top: 1px solid #a5a5a5;
}
.csr-activity-page .content-body .float-list li {
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}
.csr-activity-page .content-body .float-list li > div {
    float: left;
    vertical-align: top;
}
.csr-activity-page .content-body .float-list li .title {
    color: #333;
    letter-spacing: -0.05em;
}
.csr-activity-page .cbody-01 .float-list li,
.csr-activity-page .cbody-03 .float-list li {
    padding: 25px 0;
}
.csr-activity-page .cbody-01 .float-list li > div:first-child,
.csr-activity-page .cbody-03 .float-list li > div:first-child {
    width: 290px;
}
.csr-activity-page .cbody-01 .float-list li .txt-wrap,
.csr-activity-page .cbody-03 .float-list li .txt-wrap {
    width: 750px;
}
.csr-activity-page .cbody-01 .float-list li .title,
.csr-activity-page .cbody-03 .float-list li .title {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
}
.csr-activity-page .cbody-01 .float-list li .point {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.csr-activity-page .cbody-01 .float-list li .point:before {
    content: '*';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.csr-activity-page .cbody-01 .float-list li .bar,
.csr-activity-page .cbody-03 .float-list li .bar {
    letter-spacing: -0.05em;
}
.csr-activity-page .cbody-01 .float-list li .bar + .bar,
.csr-activity-page .cbody-03 .float-list li .txt-wrap > div + div {
    margin-top: 6px;
}
.csr-activity-page .cbody-02 .float-list li {
    padding: 15px 0;
}
.csr-activity-page .cbody-02 .float-list li > div:first-child {
    width: 356px;
}
.csr-activity-page .cbody-02 .float-list li .txt-wrap {
    width: 684px;
}
.csr-activity-page .cbody-02 .float-list li .title {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
}
.csr-activity-page .cbody-03 .float-list li .dot {
    position: relative;
    margin-left: 10px;
    padding-left: 9px;
    letter-spacing: -0.05em;
}
.csr-activity-page .cbody-03 .float-list li .dot:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 4px;
    top: 8px;
    left: 0;
    background-color: #4c4c4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.csr-activity-page .cbody-04 ul li {
    padding: 38px 0;
    border-top: 1px solid #d5d5d5;
}
.csr-activity-page .cbody-04 ul li:last-child .txt-wrap {
    width: 100%;
}
.csr-activity-page .cbody-04 ul li .h5-nor + * {
    margin-top: 20px;
}
.csr-activity-page .cbody-04 ul li h6 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #4c4c4c;
    letter-spacing: -0.05em;
}
.csr-activity-page .cbody-04 ul li h6 + * {
    margin-top: 6px;
}
.csr-activity-page .cbody-04 ul li > .desc-nor-b + *,
.csr-activity-page .cbody-04 ul li > div + div {
    margin-top: 40px;
}
.csr-activity-page .cbody-04 ul li > div {
    overflow: hidden;
}
.csr-activity-page .cbody-04 ul li > div > * {
    float: left;
}
.csr-activity-page .cbody-04 ul li .txt-wrap {
    width: 660px;
}
.csr-activity-page .cbody-04 ul li .img-wrap {
    width: 380px;
    padding-left: 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-activity-page .cbody-04 ul li .img-wrap.wrap-01 {
    padding-top: 30px;
}
.csr-activity-page .cbody-04 ul li .img-wrap.wrap-02 {
    padding-top: 24px;
}
.csr-activity-page .cbody-04 ul li .img-wrap.wrap-03 img:first-child {
    margin-bottom: 15px;
}
.csr-activity-page .cbody-04 ul li .img-wrap.wrap-04 {
    padding-top: 24px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li {
    padding: 53px 0 60px 75px;
    border-top: 1px solid #a5a5a5;
    overflow: hidden;
}
.csr-activity-page .cbody-05 .cwrap > ul > li > div {
    float: left;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap {
    display: table;
    width: 135px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 135px 135px;
    background-size: 135px 135px;
    background-image: url(../images/introduce/intro/year_bg.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap.multiline {
    padding-top: 8px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap span {
    display: table-cell;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap > span > span {
    display: inline;
    font-size: 17px;
    vertical-align: top;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap {
    width: 730px;
    margin-left: 95px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .title {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.05em;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap ul {
    margin-top: 18px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li {
    position: relative;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li + li {
    margin-top: 26px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li span {
    position: absolute;
    display: inline-block;
    width: 35px;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 24px;
    color: #e51937;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li .txt-wrap {
    padding-left: 35px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li p {
    line-height: 24px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .img-wrap {
    margin-top: 20px;
    text-align: right;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .img-wrap img {
    width: 345px;
}
.csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .img-wrap img + img {
    margin-left: 4px;
}
.csr-activity-page .cbody-06 {
    background-color: #f7f7f7;
}
.csr-activity-page .cbody-06 .section-inner {
    padding-bottom: 70px;
}
.csr-activity-page .cbody-06 .cwrap > .desc-str-sm {
    margin-bottom: 25px;
}
.csr-activity-page .cbody-06 table {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.csr-activity-page .cbody-06 table thead tr {
    border-bottom: 1px solid #d5d5d5;
}
.csr-activity-page .cbody-06 table tbody tr + tr {
    border-top: 1px solid #e6e6e6;
}
.csr-activity-page .cbody-06 table th {
    font-weight: bold;
}
.csr-activity-page .cbody-06 table th,
.csr-activity-page .cbody-06 table td {
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #141414;
    letter-spacing: -0.02em;
    text-align: left;
    vertical-align: middle;
}
.csr-activity-page .cbody-06 .point {
    position: relative;
    margin-top: 20px;
    padding-left: 9px;
}
.csr-activity-page .cbody-06 .point:before {
    content: '*';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font: inherit;
}
@media screen and (max-width: 768px) {
    .csr-activity-page .content-body {
        padding-bottom: 50px;
    }
    .csr-activity-page .cbody-01 {
        padding-top: 38px;
    }
    .csr-activity-page .content-body .cwrap {
        margin-top: 30px;
    }
    .csr-activity-page .content-body .float-list li {
        padding: 17px 0 !important;
    }
    .csr-activity-page .content-body .float-list li > div {
        float: none;
        width: auto !important;
    }
    .csr-activity-page .content-body .float-list li .txt-wrap {
        margin-top: 8px;
    }
    .csr-activity-page .content-body .float-list li .title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .csr-activity-page .content-body .float-list li .title br {
        display: none;
    }
    .csr-activity-page .cbody-01 .float-list li .bar + .bar,
    .csr-activity-page .cbody-03 .float-list li .txt-wrap > div + div {
        margin-top: 4px;
    }
    .csr-activity-page .cbody-04 ul li {
        padding: 26px 0;
    }
    .csr-activity-page .cbody-04 ul li .h5-nor + * {
        margin-top: 16px;
    }
    .csr-activity-page .cbody-04 ul li > .desc-nor-b + *,
    .csr-activity-page .cbody-04 ul li > div + div {
        margin-top: 30px;
    }
    .csr-activity-page .cbody-04 ul li > div > * {
        float: none;
        width: auto !important;
    }
    .csr-activity-page .cbody-04 ul li h6 {
        font-size: 14px;
        color: #141414;
    }
    .csr-activity-page .cbody-04 ul li .img-wrap {
        height: 95px;
        padding-top: 25px !important;
        padding-left: 0;
        text-align: left;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .csr-activity-page .cbody-05 .cwrap {
        margin-top: 0;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li {
        padding: 40px 0 35px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li:first-child {
        border-top: none;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li > div {
        float: none;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap {
        margin: 0 auto;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap span {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.03em;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .year-wrap.multiline span {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap {
        width: auto;
        margin-top: 36px;
        margin-left: 0;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .title {
        font-size: 14px;
        line-height: 22px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap ul {
        margin-top: 15px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li + li {
        margin-top: 20px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li .txt-wrap {
        padding-left: 40px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li span {
        width: 40px;
        line-height: 20px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap li p {
        line-height: 20px;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .img-wrap {
        padding-left: 40px;
        text-align: left;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .img-wrap img {
        display: block;
        max-width: 345px;
        width: 100%;
    }
    .csr-activity-page .cbody-05 .cwrap > ul > li .history-wrap .img-wrap img + img {
        margin-top: 10px;
        margin-left: 0;
    }
    .csr-activity-page .cbody-06 table th,
    .csr-activity-page .cbody-06 table td {
        padding: 15px 0;
    }
    .csr-activity-page .cbody-06 table td {
        font-size: 12px;
        letter-spacing: -0.04em;
    }
    .csr-activity-page .cbody-06 table .pd-right {
        padding-right: 15px;
    }
}
/* csr activity end */
/* error page start */
.error-page {
    padding-top: 220px;
}
.error-page .content-body .error-box {
    position: relative;
    margin: 0 auto;
    padding-top: 125px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 155px auto;
    background-size: 155px auto;
    background-image: url(../images/main/pictogram_error.png);
}
.error-page .content-body .error-box h3 {
    text-align: center;
}
.error-page .content-body .error-box h3 .img-small {
    width: 100%;
}
.error-page .content-body .error-box p {
    margin-top: 15px;
    text-align: center;
}
.error-page .content-body .error-box p .mobile-br {
    display: none;
}
.error-page .content-body .error-box p span {
    word-break: break-all;
}
.error-page .content-body .error-box .link-wrap {
    margin-top: 45px;
    font-size: 0;
    text-align: center;
}
.error-page .content-body .error-box .link-wrap a {
    display: inline-block;
    width: 150px;
    height: 36px;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: -0.05em;
}
.error-page .content-body .error-box .link-wrap a.link-back {
    line-height: 34px;
    color: #1a1a1a;
    border: 1px solid #4c4c4c;
}
.error-page .content-body .error-box .link-wrap a.link-home {
    margin-left: 18px;
    line-height: 36px;
    color: #fff;
    background-color: #e51937;
}
@media screen and (max-width: 768px) {
    .error-page {
        padding: 95px 0;
    }
    .error-page .content-body .error-box p .mobile-br {
        display: inline;
    }
    .error-page .content-body .error-box .link-wrap a.link-home {
        margin-left: 10px;
    }
    .error-page .content-body .error-box .link-wrap a {
        width: 135px;
    }
}
/* error page end */
/* notice start */
.notice-page .content-body .section-inner {
    padding-top: 30px;
}
.notice-page.board-detail-type .content-body .section-inner {
    padding-top: 0;
}
.notice-page .always-show {
    display: none;
    padding-bottom: 65px;
}
.notice-page .always-show .always-inner {
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice-page .always-show h5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #e51937;
    letter-spacing: -0.05em;
}
.notice-page .always-show .contact-point {
    padding: 15px 0 20px 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.notice-page .always-show .contact-point p {
    position: relative;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.02em;
}
.notice-page .always-show .contact-point p:before {
    content: '•';
    position: absolute;
    display: inline-block;
    top: 0;
    left: -8px;
    font: inherit;
    color: inherit;
}
.notice-page .always-show .contact-point dl {
    overflow: hidden;
}
.notice-page .always-show .contact-point dl > * {
    float: left;
    vertical-align: top;
}
.notice-page .always-show .contact-point dt {
    margin-right: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    letter-spacing: -0.02em;
}
.notice-page .always-show .contact-point dd,
.notice-page .always-show .contact-point dd a {
    font-size: 12px;
    color: #666;
}
.notice-page .always-show .contact-point dd {
    margin-right: 44px;
}
.notice-page .always-show .contact-point dd.last-obj {
    margin-right: 0;
}
.notice-page .always-show .contact-point dd a {
    text-decoration: underline;
}
.notice-page .always-show .point {
    position: relative;
    margin-top: 8px;
    padding-left: 61px;
    font-size: 11px;
    line-height: 16px;
    color: #999;
    letter-spacing: -0.02em;
}
.notice-page .always-show .point:before {
    content: '* 협의대표 :';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}
@media screen and (max-width: 768px) {
    .notice-page .content-body .section-inner {
        padding-top: 20px;
    }
    .notice-page .always-show {
        padding-bottom: 38px;
    }
    .notice-page .always-show .always-inner {
        padding: 20px;
    }
    .notice-page .always-show h5 {
        margin-bottom: 15px;
    }
    .notice-page .always-show .contact-point {
        margin-bottom: 15px;
    }
    .notice-page .always-show .contact-point dd {
        margin-right: 0;
    }
    .notice-page .always-show .contact-point dd.first-obj {
        margin-right: 20px;
    }
    .notice-page .always-show .contact-point dt {
        margin-right: 10px;
        letter-spacing: -0.05em;
    }
    .notice-page .always-show .contact-point dt.last-obj {
        display: block;
        width: 100%;
        margin-top: 7px;
        margin-right: 0;
    }
    .notice-page .always-show .contact-point dd.last-obj {
        margin-top: 3px;
    }
}
@media screen and (max-width: 374px) {
    .notice-page .always-show .always-inner {
        padding: 15px;
    }
}
@media screen and (max-width: 359px) {
    .notice-page .always-show .contact-point dt.first-obj {
        margin-bottom: 6px;
    }
    .notice-page .always-show .contact-point dd.first-obj {
        width: 160px;
        margin-bottom: 6px;
    }
}
/* notice end */
/* articles of incorporation start */
.articles-incorp-page .content-body .section-inner {
    padding-top: 60px;
    padding-bottom: 70px;
}
.articles-incorp-page .title-wrap p {
    display: inline-block;
    line-height: 28px;
}
.articles-incorp-page .articles-incorp-wrap {
    height: 750px;
    margin-top: 30px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fafafa;
    overflow: auto;
}
.articles-incorp-page .articles-incorp-wrap .box-inner {
    padding: 28px;
}
.articles-incorp-page .articles-incorp-wrap h1 {
    padding-bottom: 35px;
    font-size: 18px;
    font-weight: bold;
}
.articles-incorp-page .articles-incorp-wrap h2 {
    padding-top: 55px;
    padding-bottom: 35px;
    font-size: 16px;
    font-weight: bold;
}
.articles-incorp-page .articles-incorp-wrap h3 {
    padding-top: 55px;
    padding-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
}
.articles-incorp-page .articles-incorp-wrap h4 {
    padding-top: 30px !important;
    padding-bottom: 12px !important;
    font-size: 15px;
}
.articles-incorp-page .articles-incorp-wrap h4:after {
    content: none !important;
}
.articles-incorp-page .articles-incorp-wrap h1 + h2,
.articles-incorp-page .articles-incorp-wrap h2 + h4,
.articles-incorp-page .articles-incorp-wrap h3 + h4 {
    padding-top: 0 !important;
}
.articles-incorp-page .articles-incorp-wrap table {
    width: 100%;
}
.articles-incorp-page .articles-incorp-wrap table td {
    padding: 0 20px;
    font-size: 13px;
    line-height: 21px;
    color: #666;
    letter-spacing: -0.02em;
}
.articles-incorp-page .articles-incorp-wrap table td:first-child {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .articles-incorp-page .articles-incorp-wrap {
        height: 680px;
    }
    .articles-incorp-page .articles-incorp-wrap .box-inner {
        padding: 25px 10px;
    }
    .articles-incorp-page .articles-incorp-wrap table td {
        padding: 0 10px;
    }
}
@media screen and (max-width: 359px) {
    .articles-incorp-page .articles-incorp-wrap table td {
        padding-left: 6px;
        padding-right: 0;
    }
    .articles-incorp-page .articles-incorp-wrap table td:first-child {
        padding-left: 0;
        padding-right: 6px;
    }
}
/* articles of incorporation end */
.privacy-policy-all-page {padding-bottom:150px;}
.privacy-policy-all-page .btn-service-select {width:150px;height:30px;margin-top:2px;font-size:14px;color:#fff;letter-spacing: -0.05em;background-color:#333;border:none;}
.privacy-policy-all-page .part-wrap {margin-top:60px;}
.privacy-policy-all-page .part + .part {margin-top:45px;padding-top:45px;border-top:1px solid #b3b3b3;}
.privacy-policy-all-page .part:first-child + .part {margin-top:55px;padding-top:0;border-top:none;}
.privacy-policy-all-page .present-ver {display:inline-block;font-size: 20px;line-height:30px;color:#141414;}
.privacy-policy-all-page .btn-ver {float:right;width:150px;height:30px;font-size:14px;color:#fff;letter-spacing: -0.05em;background-color:#333;border:none;}
.privacy-policy-all-page .version-wrap {margin-bottom:40px;}
.privacy-policy-all-page .box {border:1px solid #d1d1d1; background-color:#fafafa;}
.privacy-policy-all-page .box.scroll {max-height:500px;overflow: auto;}
.privacy-policy-all-page .box .box-inner {padding:28px;}
.privacy-policy-all-page .data-wrap p {font-size:14px;line-height:24px;color:#666;}
.privacy-policy-all-page .data-wrap a {font-size:14px;line-height:24px;color:#666;text-decoration: underline;}
.privacy-policy-all-page .part strong {font-size: inherit;line-height:inherit;color:inherit;letter-spacing: inherit;}
.privacy-policy-all-page .part:first-child .data-wrap p {font-size:15px;line-height:25px;}
.privacy-policy-all-page .part h5 {position: relative;margin-bottom:20px;padding-left:40px;font-size:24px;line-height:30px;color:#141414;}
.privacy-policy-all-page .part h5 span {position:absolute;top:0;left:0;}
.privacy-policy-all-page .part ol {list-style: decimal;padding-left:16px;}
.privacy-policy-all-page .part li {font-size:14px;line-height:24px;color:#666;}
.privacy-policy-all-page .part li + li {margin-top:16px;}
.privacy-policy-all-page .part.date-ver p {font-size:16px;color:#666;font-weight:bold;}
.privacy-policy-all-page .part.date-ver p + p {margin-top:8px;}
.privacy-policy-all-page .part table {width:100% !important;border-top:1px solid #999;border-right:1px solid #999;table-layout: fixed;}
.privacy-policy-all-page .part table td,.privacy-policy-all-page .part table th {padding:5px 10px;border-left:1px solid #999;border-bottom:1px solid #999;vertical-align: middle;}
.privacy-policy-all-page .part table td, .privacy-policy-all-page .part table td p, .privacy-policy-all-page .part table th, .privacy-policy-all-page .part table th p {font-size:13px;line-height:21px;color:#666;}
.privacy-policy-all-page .part table tr:first-child td {font-weight:bold;background-color:#e1e1e1;}
.privacy-policy-all-page .part table th {font-weight:bold;background-color:#e1e1e1;}
.privacy-policy-all-page .part table thead + tbody tr:first-child td {font-weight:normal;background-color:inherit;}
.privacy-policy-all-page .popup .popup-body .search-wrap {position:relative;padding-right:195px;padding-bottom:35px;font-size:0;}
.privacy-policy-all-page .popup .popup-body .search-wrap input[type=text] {width:100%;height:28px;padding:4px 14px;font-size:13px;color:#141414;border:1px solid #e6e6e6;}
.privacy-policy-all-page .popup .popup-body .search-wrap .btn-search, .privacy-policy-all-page .popup .popup-body .search-wrap .btn-all {position: absolute;display:inline-block;top:0;width:90px;height:28px;font-size:14px;line-height:28px;color:#fff;background-color:#333;text-align: center;border:none;}
.privacy-policy-all-page .popup .popup-body .search-wrap .btn-search {right:105px;}
.privacy-policy-all-page .popup .popup-body .search-wrap .btn-all {right:0;}
.privacy-policy-all-page .popup .popup-body ul {width:620px;margin-left:-11px;overflow: hidden;}
.privacy-policy-all-page .popup .popup-body ul li {width: 50%;float: left;padding: 0 11px 15px;box-sizing: border-box;}
.privacy-policy-all-page .popup .popup-body ul li a {display:block;padding:0 12px;font-size:13px;line-height:30px;border:1px solid #d9d9d9;color:#141414;letter-spacing: -0.06em;}
.privacy-policy-all-page .popup .popup-body .item-list {position:relative;overflow: hidden;}
.privacy-policy-all-page .popup .popup-body .item-list table {table-layout: fixed;border:none;}
.privacy-policy-all-page .popup .popup-body .item-list table td {height:28px;padding:4px 15px;font-size:13px;line-height:18px;color:#141414;letter-spacing:-0.05em;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color:#fff;font-weight:normal;border:1px solid #c2c2c2;}
.privacy-policy-all-page .popup .popup-body .btn-download {display:inline-block;width:100%;height:38px;margin-top:30px;background-color:#333;font-size:14px;line-height:38px;color:#fff;text-align: center;}
.privacy-policy-all-page .popup .popup-body .paging {margin-top:15px;}
.privacy-policy-all-page .popup .popup-body .no-result {width:100%;height:235px;}
.privacy-policy-all-page .popup .popup-body .no-result p {font-size:13px;color:#141414;text-align: center;}
@media screen and (max-width: 768px) {
    .privacy-policy-all-page {padding-bottom:70px;}
    .privacy-policy-all-page .btn-service-select {width:120px;margin-top:4px;}
    .privacy-policy-all-page .part-wrap {margin-top:25px;}
    .privacy-policy-all-page .present-ver {display:block;margin-bottom:15px;font-size:15px;line-height:normal;}
    .privacy-policy-all-page .btn-ver {float:none;width:100%;height:40px;}
    .privacy-policy-all-page .box .box-inner {padding:15px;}
    .privacy-policy-all-page .part:first-child .data-wrap p {font-size:14px;line-height:24px;}
    .privacy-policy-all-page .part h5 {margin-bottom:15px;}
    .privacy-policy-all-page .part table td {word-break: normal;}
    .privacy-policy-all-page .part table td, .privacy-policy-all-page .part table td p, .privacy-policy-all-page .part table a {font-size:12px;}
    .privacy-policy-all-page .part.date-ver p {font-size:14px;}
    .privacy-policy-all-page .part table td {padding:4px 8px;}
    .privacy-policy-all-page .popup .popup-body .search-wrap {padding-right:0;padding-bottom:0;}
    .privacy-policy-all-page .popup .popup-body .search-wrap .input-wrap {position: relative;padding-right:90px;padding-bottom:15px;}
    .privacy-policy-all-page .popup .popup-body .search-wrap .btn-search {right:0;}
    .privacy-policy-all-page .popup .popup-body .search-wrap .btn-all {position: static;display: block;width:100%;margin-bottom:25px;}
    .privacy-policy-all-page .popup .popup-body ul {width: 100%; margin-left:0;}
    .privacy-policy-all-page .popup .popup-body ul li {width:100%;padding:0;}
    .privacy-policy-all-page .popup .popup-body ul li + li {margin-top:10px;}
    .privacy-policy-all-page .popup .popup-body .item-list table td {font-size:11px;}
    .privacy-policy-all-page .popup .popup-body .paging {margin-top:25px;}
    .privacy-policy-all-page .popup .popup-body .paging-normal .box {width:40px;height:40px;font-size:18px;line-height:38px;}
    .privacy-policy-all-page .popup .popup-body .paging-normal .paging-prev:before {top: 12px;left: 14px;border-right: 8px solid #666;border-top: 7px solid transparent;border-bottom: 7px solid transparent;}
    .privacy-policy-all-page .popup .popup-body .paging-normal .paging-next:before {top: 12px;left: 15px;border-left: 8px solid #666;border-top: 7px solid transparent;border-bottom: 7px solid transparent;}
    .privacy-policy-all-page .popup .popup-body .paging-normal span.paging-prev:before {border-right: 8px solid #ccc;}
    .privacy-policy-all-page .popup .popup-body .paging-normal span.paging-next:before {border-left: 8px solid #ccc;}
}
@media screen and (max-width: 359px) {
    .privacy-policy-all-page .btn-service-select {width:100px;}
    .privacy-policy-all-page .popup .popup-body .paging-normal .box {width:36px;height:36px;line-height:34px;}
    .privacy-policy-all-page .popup .popup-body .paging-normal .paging-prev:before {top: 10px;left: 13px;}
    .privacy-policy-all-page .popup .popup-body .paging-normal .paging-next:before {top: 10px;left: 13px;}
}
/* customer-suggest */
.customer-suggest-page .cbody-01 .section-inner {position:relative;padding-top:10px;padding-bottom:90px;height:450px;padding-left:580px;box-sizing: border-box !important;}
.customer-suggest-page .cbody-01 .img-wrap {position:absolute;top:45px;left:23px;}
.customer-suggest-page .cbody-01 .txt-wrap {margin-top:35px;}
.customer-suggest-page .cbody-01 .txt-wrap .desc-nor {width:85%;}
.customer-suggest-page .cbody-01 .txt-wrap .desc-strong {font-size:14px;font-weight:bold;color:#141414;margin-top:15px;}
.customer-suggest-page .cbody-01 .txt-wrap .link-wrap {margin-top:30px;}
.customer-suggest-page .cbody-01 .txt-wrap a {width:180px;color:#fff;background-color:#e51937;border-color:#e51937;}
.customer-suggest-page .cbody-02 .section-inner {padding-bottom:80px;}
.customer-suggest-page .cbody-02 .process {margin-top:50px;display: inline-block;}
.customer-suggest-page .cbody-02 .process li {position:relative;float: left;width:170px;box-sizing:border-box;}
.customer-suggest-page .cbody-02 .process li .bg {height:170px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-bottom:23px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    -webkit-box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.1);}
.customer-suggest-page .cbody-02 .process li.item-1 .bg {background-image:url(../images/support/suggest/bg_process_1.png);}
.customer-suggest-page .cbody-02 .process li.item-2 .bg {background-image:url(../images/support/suggest/bg_process_2.png);}
.customer-suggest-page .cbody-02 .process li.item-3 .bg {background-image:url(../images/support/suggest/bg_process_3.png);}
.customer-suggest-page .cbody-02 .process li.item-4 .bg {background-image:url(../images/support/suggest/bg_process_4.png);}
.customer-suggest-page .cbody-02 .process li.item-5 .bg {background-image:url(../images/support/suggest/bg_process_5.png);}
.customer-suggest-page .cbody-02 .process li + li {margin-left:43px;}
.customer-suggest-page .cbody-02 .process li + li:before {content:'';position:absolute;width:28px;height:7px;background-image:url(../images/support/suggest/arrow_pc.png);background-position: right center;background-size:cover;background-repeat: no-repeat;top:85px;left:-43px;margin-top:-6px;}
.customer-suggest-page .cbody-02 .process .title {position:absolute;font-size:24px;line-height:30px;font-weight:bold;color:#fff;text-align: center;width:100%;top:70px;}
.customer-suggest-page .cbody-02 .process .txt {font-size:16px;line-height:26px;letter-spacing: -0.05em;text-align: center;color:#141414;}
.customer-suggest-page .cbody-02 .txt-wrap {margin-top:45px;border-top:1px solid #d5d5d5;padding-top:23px;font-size:0;}
.customer-suggest-page .cbody-02 .txt-wrap > * {vertical-align: top;}
.customer-suggest-page .cbody-02 .txt-wrap .dt {display:inline-block;font-size:18px;line-height:28px;color:#141414;width:330px;}
.customer-suggest-page .cbody-02 .txt-wrap .txt-list {display: inline-block;}
.customer-suggest-page .cbody-02 .txt-wrap .txt-list.item-1 {width:400px;}
.customer-suggest-page .cbody-02 .txt-wrap .desc-nor + .desc-nor {margin-top:8px;}
.customer-suggest-page .cbody-02 .txt-wrap .square {padding-left:10px;position:relative;}
.customer-suggest-page .cbody-02 .txt-wrap .square:before {content:'';position:absolute;width:3px;height:3px;background-color:#555;top:9px;left:0;}
@media screen and (max-width: 768px) {
    .customer-suggest-page .cbody-01 .section-inner {padding-left:0;padding-top:0;height:auto;padding-bottom:60px;}
    .customer-suggest-page .cbody-01 .img-wrap {position:static;text-align: center;margin-top:10px;}
    .customer-suggest-page .cbody-01 .txt-wrap {margin-top:0;}
    .customer-suggest-page .cbody-01 .txt-wrap .desc-nor {width:auto;}
    .customer-suggest-page .cbody-01 .txt-wrap .link-wrap {text-align: center;}
    .customer-suggest-page .cbody-02 .process {margin-top:30px;}
    .customer-suggest-page .cbody-02 .process li {float: none;width:280px;height:105px;padding-left:130px;}
    .customer-suggest-page .cbody-02 .process li .bg {position:absolute;width:105px;height:105px;top:0;left:0;}
    .customer-suggest-page .cbody-02 .process li + li {margin-left:0;margin-top:25px;}
    .customer-suggest-page .cbody-02 .process li + li:before {background-image:url(../images/support/suggest/arrow_mobile.png);width:8px;height:18px;background-position:center bottom;margin-top:0;top:-25px;left:52px;}
    .customer-suggest-page .cbody-02 .process .title {position:static;font-size:18px;line-height:24px;color:#141414;margin-bottom:8px;text-align: left;padding-top:15px;}
    .customer-suggest-page .cbody-02 .process .txt {text-align: left;font-size:14px;line-height:21px;color:#666;}
    .customer-suggest-page .cbody-02 .txt-wrap {margin-top:35px;padding-top:35px;}
    .customer-suggest-page .cbody-02 .txt-wrap .dt {display: block;width:auto;font-size:15px;line-height:21px;margin-bottom:12px;}
    .customer-suggest-page .cbody-02 .txt-wrap .txt-list {display: block;width:auto !important;}
    .customer-suggest-page .cbody-02 .txt-wrap .txt-list + .txt-list {margin-top:8px;}
}

/*// customer-suggest */
/* privacy-infographics */
.privacy-infographics-page hr {margin-top:60px;margin-bottom:50px;display: block;width:100%;height:1px;background-color:#b8b8b8;}
.privacy-infographics-page .cbody-01 .section-inner {padding-bottom:50px;}
.privacy-infographics-page .cbody-01 .description {font-size:18px;line-height:26px;color:#141414;margin-top:34px;}
.privacy-infographics-page .cbody-01 .top-link {height:36px;margin-top:28px;}
.privacy-infographics-page .cbody-01 .question {position:relative;font-size:0;display: inline-block;vertical-align: top;padding-top:5px;}
.privacy-infographics-page .cbody-01 .question > .txt {font-size:18px;line-height:25px;display: inline-block;vertical-align: top;color:#141414;font-weight:bold;}
.privacy-infographics-page .cbody-01 .question > a {display: inline-block;margin-left:10px;width:25px;height:25px;background:url(../images/common/footer/privacy/btn_question.png) center no-repeat;background-size:contain;vertical-align: top;}
.privacy-infographics-page .cbody-01 .question .tip {position:absolute;display: none;top:-13px;right:-310px;width:295px;box-sizing: border-box;padding:20px;background-color:#fff;border:1px solid #ea002c;z-index:10;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);}
.privacy-infographics-page .cbody-01 .question .tip:before {content:'';position:absolute;width:9px;height:14px;background-image:url(../images/common/footer/privacy/tip_arrow_left.png);background-repeat: no-repeat;background-size:contain;background-position:center;top:22px;left:-9px;}
.privacy-infographics-page .cbody-01 .question .tip .title {font-size:15px;font-weight:bold;color:#141414;margin-bottom:15px;}
.privacy-infographics-page .cbody-01 .question .tip .txt {font-size:13px;line-height:20px;color:#141414;letter-spacing: -0.05em;}
.privacy-infographics-page .cbody-01 .question .tip .txt em {color:#ea002c;}
.privacy-infographics-page .cbody-01 .question .tip .txt.gray {color:#666;margin-top:12px;}
.privacy-infographics-page .cbody-01 .question .tip button {position:absolute;top:0;right:0;width:38px;height:38px;border:none;}
.privacy-infographics-page .cbody-01 .question .tip button span {display: inline-block;background:url(../images/common/footer/privacy/ic_close.png) center no-repeat;background-size:contain;width:18px;height:18px;}
.privacy-infographics-page .cbody-01 .question.on .tip {display: block;}
.privacy-infographics-page .cbody-01 .link-wrap {float: right;}
.privacy-infographics-page .cbody-01 .link-wrap a {width:270px;color:#fff;background-color:#e51937;border-color:#e51937;}
.privacy-infographics-page .title-wrap {margin-bottom:70px;}
.privacy-infographics-page .title-big {font-size:28px;font-weight:bold;color:#141414;text-align: center;line-height:38px;letter-spacing: -0.05em;}
.privacy-infographics-page .title-big em {color:#e51937;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing: inherit;}
.privacy-infographics-page .title-big span {font-size:inherit;line-height:inherit;color:inherit;letter-spacing: inherit;}
.privacy-infographics-page ul.type-a {overflow: hidden;margin-top:-45px;}
.privacy-infographics-page ul.type-a li {float: left;width:50%;box-sizing: border-box;padding:0 30px 0 170px;margin-top:45px;min-height:95px;background-repeat: no-repeat;background-size:95px auto;background-position:30px top;}
.privacy-infographics-page ul.type-a li .dt {font-size:21px;color:#333;font-weight:bold;letter-spacing: -0.05em;margin-bottom:13px;}
.privacy-infographics-page ul.type-a li .txt-wrap {padding: 6px 0;}
.privacy-infographics-page ul.type-a li.item-1-1 {background-image:url(../images/common/footer/privacy/picto_1_1.png);}
.privacy-infographics-page ul.type-a li.item-1-2 {background-image:url(../images/common/footer/privacy/picto_1_2.png);}
.privacy-infographics-page ul.type-a li.item-1-3 {background-image:url(../images/common/footer/privacy/picto_1_3.png);}
.privacy-infographics-page ul.type-a li.item-1-4 {background-image:url(../images/common/footer/privacy/picto_1_4.png);}
.privacy-infographics-page ul.type-a li.item-2-1 {background-image:url(../images/common/footer/privacy/picto_2_1.png);}
.privacy-infographics-page ul.type-a li.item-2-2 {background-image:url(../images/common/footer/privacy/picto_2_2.png);}
.privacy-infographics-page ul.type-a li.item-2-3 {background-image:url(../images/common/footer/privacy/picto_2_3.png);}
.privacy-infographics-page ul.type-a li.item-2-4 {background-image:url(../images/common/footer/privacy/picto_2_4.png);}
.privacy-infographics-page ul.type-a li.item-3-1 {background-image:url(../images/common/footer/privacy/picto_3_1.png);}
.privacy-infographics-page ul.type-a li.item-3-2 {background-image:url(../images/common/footer/privacy/picto_3_2.png);}
.privacy-infographics-page ul.type-a li.item-3-3 {background-image:url(../images/common/footer/privacy/picto_3_3.png);}
.privacy-infographics-page ul.type-a li.item-3-4 {background-image:url(../images/common/footer/privacy/picto_3_4.png);}
.privacy-infographics-page .cbody-02 {background-color:#f7f7f7;padding:50px 0;}
.privacy-infographics-page .cbody-03 {padding-top:50px;padding-bottom:60px;}
.privacy-infographics-page ul.type-b {overflow: hidden;width:915px;margin: 0 auto;}
.privacy-infographics-page ul.type-b li {float: left;width:305px;padding-top:115px;background-repeat: no-repeat;background-size:130px auto;background-position:center top;}
.privacy-infographics-page ul.type-b li.item-4-1 {background-image:url(../images/common/footer/privacy/picto_4_1.png);}
.privacy-infographics-page ul.type-b li.item-4-2 {background-image:url(../images/common/footer/privacy/picto_4_2.png);}
.privacy-infographics-page ul.type-b li.item-4-3 {background-image:url(../images/common/footer/privacy/picto_4_3.png);}
.privacy-infographics-page ul.type-b .dt {font-size:21px;color:#333;font-weight:bold;letter-spacing: -0.05em;margin-bottom:13px;}
.privacy-infographics-page ul.type-b .desc-nor {width:170px;margin:0 auto;}
.privacy-infographics-page .cbody-04 .section-inner {padding-top:50px;padding-bottom:100px;font-size:0;}
.privacy-infographics-page .cbody-04 .section-inner > div {display:inline-block;width:480px;vertical-align: top;padding-left:30px;box-sizing: border-box;}
.privacy-infographics-page .cbody-04 .section-inner > div + div {margin-left:80px;}
.privacy-infographics-page .cbody-04 .title {font-size:23px;font-weight:bold;color:#141414;margin-bottom:25px;}
.privacy-infographics-page .cbody-04 .dt {font-size:14px;color:#333;font-weight:bold;margin-bottom:15px;line-height:20px;}
.privacy-infographics-page .cbody-04 .dt.indent {position:relative;padding-left:40px;}
.privacy-infographics-page .cbody-04 .dt.indent span {font-weight:inherit;position:absolute;top:0;left:0;line-height:inherit;color:inherit;}
.privacy-infographics-page .cbody-04 .box {display: inline-block;vertical-align: top;}
.privacy-infographics-page .cbody-04 .box + .box {margin-left:40px;}
.privacy-infographics-page .cbody-04 .desc-nor a {color:inherit;line-height: inherit;display: inline-block;}
.privacy-infographics-page .cbody-04 .item-1 .dd {display: inline-block;vertical-align: top;}
.privacy-infographics-page .cbody-04 .item-1 .dd + .dd {margin-left:40px;}
.privacy-infographics-page .cbody-04 .item-1 .dd.multiline {position:relative;padding-left:38px;}
.privacy-infographics-page .cbody-04 .item-1 .dd.multiline span {position:absolute;top:0;left:0;}
@media screen and (max-width: 768px) {
    .privacy-infographics-page hr {background-color:#e6e6e6;margin-top:45px;margin-bottom:40px;}
    .privacy-infographics-page .cbody-01 .description {font-size:15px;line-height:22px;margin-top:25px;}
    .privacy-infographics-page .cbody-01 .top-link {margin-top:18px;height:auto;}
    .privacy-infographics-page .cbody-01 .question {padding-top:0;}
    .privacy-infographics-page .cbody-01 .question .tip {right:auto;left:18px;top:40px;}
    .privacy-infographics-page .cbody-01 .question .tip:before {width:14px;height:9px;background-image:url(../images/common/footer/privacy/tip_arrow_top.png);top:-9px;left:92px;}
    .privacy-infographics-page .cbody-01 .link-wrap {float: none;text-align: center;margin-top:30px;}
    .privacy-infographics-page .title-wrap {margin-bottom:40px;}
    .privacy-infographics-page .title-big {font-size:20px;line-height:27px;}
    .privacy-infographics-page ul.type-a {margin-top:0;}
    .privacy-infographics-page ul.type-a li {margin-top:0;float: none;width:100%;padding-right:0;padding-left:110px;background-position: 0 center;}
    .privacy-infographics-page ul.type-a li + li {margin-top:25px;}
    .privacy-infographics-page ul.type-a li .dt {font-size:15px;line-height:20px;margin-bottom:10px;}
    .privacy-infographics-page ul.type-a li .txt-wrap {padding:13px 0;}
    .privacy-infographics-page ul.type-b {width:100%;}
    .privacy-infographics-page ul.type-b li {float: none;width:100%;padding-top:100px;}
    .privacy-infographics-page ul.type-b li + li {margin-top:40px;}
    .privacy-infographics-page ul.type-b .dt {font-size:15px;line-height:20px;margin-bottom:10px;}
    .privacy-infographics-page ul.type-b .desc-nor {width:220px;}
    .privacy-infographics-page .cbody-04 .section-inner {padding-top:35px;padding-bottom:40px;}
    .privacy-infographics-page .cbody-04 .section-inner > div {display: block;width:auto;padding-left:0;}
    .privacy-infographics-page .cbody-04 .section-inner > div + div {margin-left:0;padding-top:25px;margin-top:25px;border-top:1px solid #e6e6e6;}
    .privacy-infographics-page .cbody-04 .title {font-size:16px;margin-bottom:20px;}
    .privacy-infographics-page .cbody-04 .dt {margin-bottom:10px;}
    .privacy-infographics-page .cbody-04 .item-1 .dd {display: block;}
    .privacy-infographics-page .cbody-04 .item-1 .dd + .dd {margin-left:0;}
    .privacy-infographics-page .cbody-04 .box {display: block;}
    .privacy-infographics-page .cbody-04 .box + .box {margin-left:0;margin-top:16px;}
}
@media screen and (max-width: 359px) {
    .privacy-infographics-page .cbody-01 .question .tip {left:-2px;}
    .privacy-infographics-page .cbody-01 .question .tip:before {left:112px;}
}

@media (min-width: 769px) {
    .privacy-infographics-page .content-body .section-inner .desc-nor:lang(ko) {
        font-size: 15px;
        line-height: 170%;
    }
}
/*// privacy-infographics */

/*.ir-subscribe-page .iframe-wrap {height:800px;}*/
/*@media screen and (max-width: 768px) {*/
    /*.ir-subscribe-page .iframe-wrap {height:1000px;}*/
/*}*/
.ir-subscribe-page .iframe-wrap .desc-nor {margin-top:25px;padding-top:25px;border-top: 1px solid #ccc;}
.ir-subscribe-page .iframe-wrap .desc-nor .strong {font-weight:bold;color:inherit;}
.ir-subscribe-page .iframe-wrap .desc-nor a {color:inherit;text-decoration:underline;}
