.header.scroll {
    border-bottom: none;
}
.header.scroll .wrap {
    border-bottom: 1px solid #eeebeb;
}
.subTop {
    padding: 31rem 10rem 4rem 30rem;
}
.subTop .wrap {
    position: relative;
}
.subTop h2 {
    padding-bottom: 5rem;
    color: #222;
    line-height: 1.5;
    font-size: 6.5rem;
    font-weight: bold;
}
.subTop .symbolLogo {
    width: 19.6rem;
    position: absolute;
    top: -9rem;
    left: -10rem;
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0);
    } to {
        transform: rotate(360deg);
    }
}
.subTab {
    /* display: flex; */
    display: none;
    align-items: center;
}
.subTab li {
    width: 15.5rem;
    padding: 2rem 0;
    color: #414141;
    text-align: center;
    line-height: 1.08;
    font-size: 2.4rem;
    font-weight: bold;
    cursor: pointer;
}
.subTab li.on {
    border-bottom: 3px solid #e86615;
    color: #e86615;
}
.subBg {
    width: 100%;
    height: 60rem;
}
.subBg.intro {
    background: url(../img/introduction_img.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.subBg.ceo {
    background: url(../img/CEOmessage_img.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.mCeoImg {
    display: none;
}
.subBg.history {
    background: url(../img/history_img1.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

section.board .wrap,
section.boardView .wrap {
    max-width: 158rem;
    margin: 0 auto;
    padding: 4rem 10rem 16rem;
}
section.boardView .boardViewInner {
    max-width: 120rem;
    margin: 0 auto;
}
.subTop.board {
    padding-bottom: 0;
}
.subTop.board h2 {
    padding-bottom: 3rem;
}
.boardHead {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 4rem;
    padding-bottom: 5rem;
}
.boardTools {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-left: auto;
}
.boardSearch {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.boardSelect,
.boardInput {
    height: 4.6rem;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 0 1.4rem;
    font-size: 1.6rem;
    color: #414141;
    background: #fff;
}
.boardInput {
    width: 28rem;
}
.boardBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.6rem;
    padding: 0 2rem;
    border-radius: 999px;
    border: 1px solid #414141;
    color: #414141;
    font-size: 1.6rem;
    font-weight: bold;
    transition: all .2s;
    background: #fff;
}
.boardBtn:hover {
    background: #414141;
    color: #fff;
}
.boardBtn.primary {
    border-color: #e86615;
    background: #e86615;
    color: #fff;
}
.boardBtn.primary:hover {
    background: #c95712;
    border-color: #c95712;
}
.boardBtn.danger {
    border-color: #dc3545;
    color: #dc3545;
}
.boardBtn.danger:hover {
    background: #dc3545;
    color: #fff;
}
.boardAlert {
    padding: 1.6rem 2rem;
    border-radius: 12px;
    margin-bottom: 3rem;
    font-size: 1.7rem;
}
.boardAlert.success {
    background: rgba(40, 167, 69, .08);
    border: 1px solid rgba(40, 167, 69, .25);
    color: #1b7b34;
}
.boardAlert.error {
    background: rgba(220, 53, 69, .08);
    border: 1px solid rgba(220, 53, 69, .25);
    color: #b02a37;
}
.boardTableWrap {
    border-top: 2px solid #414141;
    overflow-x: auto;
}
.boardTable {
    width: 100%;
    border-collapse: collapse;
}
.boardTable th,
.boardTable td {
    padding: 2.2rem 1.6rem;
    border-bottom: 1px solid #eeebeb;
    text-align: left;
    vertical-align: middle;
    color: #414141;
}
.boardTable th {
    font-size: 1.6rem;
    font-weight: bold;
    background: #fafafa;
}
.boardTable .colNo,
.boardTable .colViews {
    width: 10rem;
    text-align: center;
}
.boardTable .colDate {
    width: 20rem;
    text-align: center;
}
.board .dateShort {
    display: none;
}
.boardLink {
    color: inherit;
    font-weight: bold;
    transition: color .2s;
}
.boardLink:hover {
    color: #e86615;
}
.boardBadge {
    display: inline-block;
    padding: .4rem .9rem;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: .8rem;
    vertical-align: middle;
}
.boardBadge.notice {
    background: rgba(232, 102, 21, .12);
    color: #e86615;
    margin-left: 0;
}
.boardBadge.new {
    background: rgba(220, 53, 69, .12);
    color: #dc3545;
}
.boardBadge.count {
    background: rgba(65, 65, 65, .08);
    color: #414141;
}
.boardEmpty {
    padding: 10rem 0;
    text-align: center;
    color: #666;
}
.boardPager {
    padding-top: 4rem;
    display: flex;
    justify-content: center;
}
.boardPager .boardPagerList {
    display: flex;
    gap: .8rem;
    align-items: center;
}
.boardPager .boardPagerLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.2rem;
    height: 4.2rem;
    border-radius: 999px;
    border: 1px solid #d8d8d8;
    color: #414141;
    font-size: 1.6rem;
    line-height: 4.2rem;
    padding: 0 1.2rem;
}
.boardPager .boardPagerItem.active .boardPagerLink {
    background: #e86615;
    border-color: #e86615;
    color: #fff;
    font-weight: bold;
}
.boardPager .boardPagerItem.disabled,
.boardPager .boardPagerItem[aria-disabled="true"] {
    display: none;
}
.boardPager .boardPagerLink:hover {
    border-color: #e86615;
    color: #e86615;
}
.boardPager .boardPagerItem.active .boardPagerLink:hover {
    color: #fff;
}
.boardPager .boardPagerItem.first .boardPagerLink,
.boardPager .boardPagerItem.prev .boardPagerLink,
.boardPager .boardPagerItem.next .boardPagerLink,
.boardPager .boardPagerItem.last .boardPagerLink {
    min-width: 4.8rem;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1;
}

.postHead {
    padding-bottom: 3rem;
    border-bottom: 1px solid #eeebeb;
    margin-bottom: 4rem;
}
.boardView .postHead h1 {
    font-family: 'KoPubWorldDotum', sans-serif;
    font-size: 5.5rem;
    line-height: 1.36;
    margin-bottom: 2.2rem;
}
.postMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
    color: #666;
    font-size: 1.6rem;
}
.postMeta .metaItem {
    opacity: .9;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
}
.postMeta .metaIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
}
.postActions {
    margin-left: auto;
    display: inline-flex;
    gap: 1rem;
}
.postThumb {
    max-width: 90rem;
    margin: 5rem auto;
}
.postThumb img {
    display: block;
    width: 100%;
    border-radius: 16px;
}
.postBody {
    max-width: 90rem;
    margin: 0 auto;
    color: #414141;
    line-height: 1.9;
    font-size: 1.8rem;
}
.postContent strong,
.postContent b {
    font-weight: 700;
}
.postContent p {
    margin: 0 0 1em;
}
.postContent p:last-child {
    margin-bottom: 0;
}
.postContent ul,
.postContent ol {
    margin: 0 0 1em;
    padding-left: 2.2rem;
}
.postContent li {
    margin: 0.2em 0;
}
.postContent img {
    display: block;
    height: auto;
    max-width: min(100%, 1000px);
    margin: 2rem auto;
}
.postContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}
.postContent th,
.postContent td {
    border: 1px solid #e5e5e5;
    padding: 1.2rem 1.4rem;
}
.postContent thead th {
    background: #fafafa;
}
.postContent a {
    text-decoration: underline;
}
.postAttachments {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    padding-top: 4rem;
    border-top: 1px solid #eeebeb;
}
.postAttachments h4 {
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #414141;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.postAttachments .attachIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
}
.postAttachments ul {
    border: 1px solid #eeebeb;
    border-radius: 14px;
    background: #fafafa;
    padding: 0 2rem;
}
.postAttachments ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid #eee;
}
.postAttachments ul li:last-child {
    border-bottom: 0;
}
.postAttachments .boardLink {
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: #414141;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.postAttachments .boardLink:hover {
    color: #e86615;
    text-decoration: underline;
}
.postAttachments .fileMeta {
    margin-left: 1rem;
    color: #666;
    font-size: 1.4rem;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .postAttachments ul {
        padding: 0 1.6rem;
    }
    .postAttachments ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: .6rem;
    }
    .postAttachments .boardLink {
        width: 100%;
        white-space: normal;
        word-break: break-word;
    }
    .postAttachments .fileMeta {
        margin-left: 0;
    }
}
.postFooter {
    margin-top: 6rem;
    padding-top: 4rem;
    border-top: 1px solid #eeebeb;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1280px) {
    section.board .wrap,
    section.boardView .wrap {
        padding: 7rem 5rem 14rem;
    }
    .boardInput {
        width: 24rem;
    }
}

@media screen and (max-width: 767px) {
    section.board .wrap,
    section.boardView .wrap {
        padding: 6rem 4rem 12rem;
    }
    .boardHead {
        padding-bottom: 4rem;
    }
    .boardTools {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .boardSearch {
        width: 100%;
        justify-content: flex-end;
    }
    .boardInput {
        width: 100%;
        max-width: 100%;
    }
    .boardSelect,
    .boardInput {
        font-size: 2.0rem;
    }
    .boardBtn {
        height: 5.2rem;
        font-size: 1.8rem;
    }
    .boardSearch .boardBtn {
        min-width: 10rem;
    }
    section.board .boardTable .colNo,
    section.board .boardTable .colViews {
        display: none;
    }
    .boardTable {
        min-width: 60rem;
    }
    /* 모바일 게시판(/news 등) 목록 가독성 개선 */
    section.board .boardTable th {
        font-size: 2.0rem;
    }
    section.board .boardTable td {
        font-size: 2.0rem;
        line-height: 1.35;
    }
    section.board .boardLink {
        font-size: 2.2rem;
        line-height: 1.35;
    }
    section.board .boardBadge {
        font-size: 1.3rem;
        padding: .45rem 1rem;
    }
    /* 모바일 게시글 보기(/news/{id} 등): 제목은 조금 작게, 날짜/조회수/본문은 더 크게 */
    section.boardView .postHead h1 {
        font-size: 3.4rem;
        line-height: 1.3;
        margin-bottom: 1.6rem;
    }
    section.boardView .postMeta {
        font-size: 2.0rem;
        gap: 1.4rem;
    }
    section.boardView .postBody {
        font-size: 2.1rem;
        line-height: 1.85;
    }
    section.boardView .postAttachments h4 {
        font-size: 2.4rem;
    }
    section.boardView .postAttachments .boardLink {
        font-size: 2.0rem;
        white-space: normal;
        word-break: break-word;
    }
    section.boardView .postAttachments .fileMeta {
        font-size: 1.9rem;
    }
    section.boardView .postFooter .boardBtn {
        height: 5.6rem;
        font-size: 2.0rem;
        padding: 0 2.4rem;
    }
    .board .dateFull {
        display: none;
    }
    .board .dateShort {
        display: inline;
    }
    .boardPager ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
section.global .tms .sub {
    padding-bottom: 6.7rem;
    color: #414141;
    letter-spacing: -0.84px;
    font-weight: normal;
}
section.global .tms .sub .bold {
    color: #e86615;
    font-size: 2.8rem;
    font-weight: bold;
}
section.commerce .top h3 {
    padding-bottom: 4rem;
}
section.commerce .commerceList {
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10rem;
}
section.commerce .commerceList li {
    width: 33.3%;
    margin-bottom: -1px;
}

section.ceo .pbr {
    display: none;
}
section.ceo .wrap {
    padding: 20rem 28rem 16rem;
    position: relative;
}
section.ceo .top {
    position: relative;
    z-index: 9;
}
section.ceo h3 {
    padding-bottom: 6rem;
}
section.ceo .messageWrap {
    color: #666;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 500;
}
section.ceo .message1,
section.ceo .message2 {
    padding-bottom: 5rem;
}
section.ceo .message3 {
    padding-bottom: 8rem;
}
section.ceo .ceoName {
    color: #414141;
    font-weight: bold;
}
section.ceo .flexWrap {
    gap: 4rem;
    justify-content: space-between;
    align-items: center;
}
section.ceo .flexWrap img {
    width: 50%;
    position: relative;
    top: 7rem;
}

section.history .wrap {
    padding: 23rem 10rem 16rem 19rem;
    position: relative;
}
section.history .wrap .top {
    /* padding-bottom: 14rem; */
    text-align: center;
    position: relative;
    z-index: 9;
}
section.history .contWrap {
    padding-top: 14rem;
}
section.history .flexWrap {
    gap: 22rem;
    position: relative;
}
section.history .historyImgList {
    position: absolute;
    top: 0;
    left: 0;
}
section.history .historyImgList.fixed {
    position: fixed;
    top: 24.1rem;
    left: 19rem;
}
section.history .historyImgList.last {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}
section.history .historyImgList li {
    display: none;
}
section.history .historyImgList li.on {
    display: block;
}
section.history .historyImgList img {
    display: block;
    width: 55rem;
}
section.history .historyList {
    padding-top: 5px;
    padding-left: 7.5rem;
    margin-left: 70rem;
    border-left: 1px dotted #414141;
}
section.history .historyList > li:before {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #e86615;
    position: absolute;
    top: 21.2rem;
    left: -8.5rem;
}
section.history .historyList > li:first-child:before {
    top: 19.25rem;
}
section.history .historyList > li.blank:before {
    width: 1.5rem;
    height: 1.5rem;
    left: -8.25rem;
}
section.history .historyList > li:first-child {
    padding-top: 18rem;
}
section.history .historyList > li:last-child {
    padding-bottom: 24rem;
}
section.history .historyList > li {
    display: flex;
    gap: 3.5rem;
    /* min-height: 40rem; */
    height: 20rem;
    padding-top: 20rem;
    color: #414141;
    position: relative;
}
section.history .historyList > li > img {
    display: none;
}
section.history .historyList > li .year {
    width: 14rem;
    line-height: 1.1;
    font-size: 4rem;
    font-weight: bold;
}
section.history .historyList > li .cont {
    flex: 1;
}
section.history .historyList > li.on:before {
    width: 6rem;
    height: 6rem;
    background: url(../img/history_on@2x.png) no-repeat;
    background-size: contain;
    top: 19.25rem;
    left: -10.5rem;
    animation: blink 0.4s ease-in-out infinite alternate;
} 
section.history .historyList > li:first-child.on:before {
    top: 17.25rem;
}
@keyframes blink {
    from {
        opacity: 1;
    } to {
        opacity: 0;
    }
}
section.history .historyList > li.on .year {
    color: #e86615;
    text-shadow: 1px 0 1px #e86615;
    position: relative;
}
section.history .historyList > li.on .year:after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #e86615;
    position: absolute;
    top: -0.75rem;
    right: 2.5rem;
}
section.history .hitoryTit {
    padding-bottom: 2rem;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: bold;
}
section.history .subList {
    color: #666;
    line-height: 1.5;
    font-size: 1.8rem;
}
section.history .subList li:before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 1.2rem;
    left: 0;
    transform: translateY(-50%);
}
section.history .subList li {
    padding-left: 1.5rem;
    position: relative;
}

.footer.sub {
    background-color: #f8f8f8;
}

.mbr {
    display: none;
}

@media screen and (max-width: 1580px) {
    .subTop {
        padding: 28rem 10rem 4rem 20rem;
    }
    .subTop h2 {
        font-size: 6rem;
    }
    .subTop.history h2 {
        word-break: keep-all;
    }
    .subBg {
        height: 55rem;
    }
    section.commerce .commerceList {
        margin: 0 5rem;
    }
    section.ceo .wrap {
        padding: 20rem 10rem 10rem;
    }
    section.ceo .flexWrap img {
        top: -2rem;
    }
    /* section.ceo .pbr {
        display: none;
    } */
    section.ceo .message1, 
    section.ceo .message2 {
        word-break: keep-all;
    }
    section.history .wrap {
        padding: 23rem 10rem 16rem;
    }
    section.history .historyImgList img {
        width: 45rem;
    }
    section.history .historyImgList.fixed {
        left: 10rem;
    }
    section.history .historyList {
        padding-left: 6rem;
        margin-left: 52rem;
    }
    section.history .historyList > li:before {
        left: -7rem;
    }
    section.history .historyList > li.blank:before  {
        left: -6.85rem;
    }
    section.history .historyList > li {
        gap: 2rem;
    }
    section.history .historyList > li:first-child:before {
        top: 15.25rem;
    }
    section.history .historyList > li:first-child {
        padding-top: 14rem;
    }    
    section.history .historyList > li:last-child {
        padding-bottom: 20rem;
    }
    section.history .historyList > li .year {
        width: 12rem;
    }
    section.history .historyList > li.on:before {
        left: -9rem;
    }
    section.history .historyList > li:first-child.on:before {
        top: 13.25rem;
    }
    section.history .historyList > li.on .year:after {
        width: 1.2rem;
        height: 1.2rem;
        top: -0.6rem;
        right: 1rem;
    }
}
@media screen and (max-width: 1280px) {
    .subTop {
        padding: 28rem 5rem 4rem 10rem;
    }
    .subTop .symbolLogo {
        width: 15rem;
        top: -7rem;
        left: -7rem;
    }
    .subTop h2 {
        font-size: 5rem;
    }
    .subTab li {
        width: 13.5rem;
        font-size: 2rem;
    }
    .subBg {
        height: 50rem;
    }
    section.commerce .commerceList {
        margin: 0 3rem;
    }
    section.ceo .wrap {
        padding: 20rem 5rem 10rem;
    }
    section.ceo .flexWrap img {
        top: -6rem;
    }
    section.history .wrap {
        padding: 23rem 5rem 10rem;
    }
    section.history .contWrap {
        padding-top: 10rem;
    }
    section.history .historyImgList img {
        width: 40rem;
    }
    section.history .historyImgList.fixed {
        top: 18.7rem;
        left: 5rem;
    }
    section.history .historyList {
        margin-left: 47rem;
    }
    section.history .historyList > li:before {
        top: 13.2rem;
        left: -7rem;
    }
    section.history .historyList > li:first-child:before {
        top: 13.2rem;
    }
    section.history .historyList > li {
        gap: 1rem;
        padding-top: 12rem;
    }
    section.history .historyList > li:first-child {
        padding-top: 12rem;
    }
    section.history .historyList > li:last-child {
        padding-bottom: 18rem;
    }
    section.history .historyList > li.on:before {
        width: 5rem;
        height: 5rem;
        top: 11.25rem;
        left: -8.5rem;
    }
    section.history .historyList > li:first-child.on:before {
        top: 11.25rem;
    }
    section.history .historyList > li .year {
        width: 10rem;
        font-size: 3.5rem;
    }
    section.history .historyList > li.on .year:after {
        width: 1rem;
        height: 1rem;
        right: 0.5rem;
    }
    section.history .hitoryTit {
        padding-bottom: 1.5rem;
        font-size: 2.4rem;
    }
    section.history .subList {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1024px) {
    .subTop {
        padding: 25rem 5rem 2rem 10rem;
    }
    .subTop h2 {
        font-size: 4.5rem;
    }
    section.commerce .commerceList li img {
        widtH: 70%;
    }
    section.history .wrap {
        padding: 20rem 4rem 0;
    }
    section.history .flexWrap {
        display: block;
    }
    section.history .historyImgList {
        display: none;
    }
    section.history .historyList {
        padding-top: 4.8rem;
        padding-left: 3rem;
        margin-left: 0;
    }
    section.history .historyList > li:before {
        top: 0;
        left: -4rem;
    }
    section.history .historyList > li:first-child:before {
        top: 0;
    }
    section.history .historyList > li.on:before {
        top: 0;
        left: -5.5rem;
    }
    section.history .historyList > li {
        display: block;
        height: auto;
        padding-top: 0;
        padding-bottom: 14rem;
    }
    section.history .historyList > li.blank {
        display: none;
    }
    section.history .historyList > li:first-child {
        padding-top: 0;
    }
    section.history .historyList > li > img {
        display: block;
        width: 100%;
        padding-bottom: 2rem;
    }
    section.history .historyList > li > img:nth-child(3) {
        padding-bottom: 6rem;
    }
    section.history .historyList > li .year {
        width: 14rem;
        padding-bottom: 2rem;
        font-size: 4rem;
    }
    section.history .historyList > li:first-child.on:before {
        top: 0;
    }
    section.history .historyList > li.on .year:after {
        width: 1.4rem;
        height: 1.4rem;
        right: 2.6rem;
    }
    section.history .hitoryTit {
        padding-bottom: 2rem;
        font-size: 2.8rem;
    }
    section.history .subList {
        font-size: 2.8rem;
    }
    section.history .subList li:before {
        width: 0.6rem;
        height: 0.6rem;
        top: 1.8rem;
    }

}
@media screen and (min-width:768px) and (max-width:1023px) {}
@media screen and (max-width: 767px) {
    .pbr {
        display: none;
    }
    .mbr {
        display: block;
    }
    .header.scroll {
        border-bottom: none;
    }
    .subTop {
        padding: 31rem 4rem 5rem;
    }
    .subTop h2 {
        font-size: 5.6rem;
    }
    .subTop .symbolLogo {
        width: 19.6rem;
        top: -6.6rem;
        right: 0;
        left: auto;
    }
    .subTab li {
        width: 18rem;
        padding: 1.8rem 0;
        font-size: 2.8rem;
    }
    .subBg {
        background-attachment: inherit !important;
    }
    .subBg.intro {
        height: 56.5rem;
    }
    section.global .tms .sub {
        padding-bottom: 8rem;
        font-size: 4rem;
    }
    section.ceo .wrap {
        padding: 20rem 4rem 15rem;
    }
    section.ceo .flexWrap {
        flex-wrap: wrap;
    }
    section.ceo .subTit {
        text-align: center;
        position: relative;
        z-index: 9;
    }
    section.ceo h3 {
        padding-bottom: 8rem;
        text-align: center;
        position: relative;
        z-index: 9;
    }
    .pcCeoImg {
        display: none;
    }
    .mCeoImg {
        display: block;
    }
    section.ceo .flexWrap img {
        width: 100%;
        top: 0;
    }
    section.ceo .messageWrap {
        opacity: 0;
        padding-top: 6rem;
        font-size: 2.8rem;
    }
    section.history .historyList > li.on:before {
        width: 4.2rem;
        height: 4.2rem;
        top: -1.2rem;
        left: -5rem;
    }
}
@media screen and (max-width: 575x) {
    html {
        font-size: 7px;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 6px;
    }
    .subTop.en h2 br {
        display: none;
    }
    section.history .subList li:before {
        width: 0.5rem;
        height: 0.5rem;
        top: 2rem;
    }
    section.global.en .tms .sub br {
        display: none;
    }
    section.global.en .tms .sub .bold {
        display: block;
    }
}
@media screen and (max-width: 375px) {
    html {
        font-size: 5px;
    }
}