@charset "UTF-8";

.sub-top {
    background-image: url("../img/common/sub_bg_company.jpg");
}

/* introduce */
.intro-box {
    clear: both;
    position: relative;
    height: 568px;
    background-image: url("../img/company/company_img_108.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding-top: 100px;
    text-align: center;
}

.intro-box p {
    max-width: 720px;
    margin: auto;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    text-align: center;
}

.intro-box ul {
    display: inline-block;
    width: 1160px;
    margin: 55px auto 0 auto;
}

.intro-box ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.intro-box ul li img {
    width: 200px;
    height: 200px;
}

.intro-wrap .bg-slogan {
    padding-top: 50px;
}

.intro-brand {
    clear: both;
    height: 810px;
    background-color: #ffc701;
    padding-top: 140px;
}

.brand {
    width: 1100px;
    margin: auto;
}

.brand-image {
    width: 500px;
    font-size: 0;
}

.brand-image img {
    width: 100%;
    height: 100%;
}

.brand-letter {
    font-family: "Jost", "Pretendard", "Noto Sans KR", "Nunito", sans-serif;
    font-size: 34px;
    font-weight: 800;
    padding: 45px 0 20px 0;
    text-align: center;
}

.brand-desc {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
}

.brand-mean {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    padding-top: 25px;
}

.intro-goal {
    padding-top: 130px;
    margin-bottom: 120px;
}

.intro-goal p {
    font-size: 54px;
    font-weight: 800;
    line-height: 70px;
    text-align: center;
}

.intro-goal .goal-list {
    padding-top: 60px;
}

.intro-goal .goal-list ul {
    display: inline-block;
}

.intro-goal .goal-list ul li {
    float: left;
    width: 275px;
    height: 275px;
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #757575;
    padding-top: 20%;
    margin: 0;
}

.intro-goal .goal-list ul li {
    background-image: url('../img/company/company_box1.png');
    background-size: 100%;
    margin-right: 12px;
}

.intro-goal .goal-list ul li:last-child {
    background-image: url('../img/company/company_box2.png');
    background-size: 100%;
}

.intro-goal .goal-list ul:last-child li:last-child {
    margin-right: 0;
}

.intro-goal .goal-list ul li em {
    display: block;
    color: #121212;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 10px;
}

/* greeting */
.greeting-box {
    margin: 80px 0 120px 0;
}

.greeting-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
    padding-left: 620px;
}

.greeting-img {
    position: absolute;
    top: 0;
    width: 520px;
    height: 736px;
}

.greeting-img img {
    width: 100%;
    height: 100%;
}

.greeting-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 50px 0 0 620px;
}

.greeting-people {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 45px;
}

/* history */
.history-wrap {
    position: relative;
    margin: 80px 0 50px 0;
}

.history-img {
    position: absolute;
    top: 0;
    width: 300px;
}

.history-img img {
    width: 100%;
}

.history-list {
    padding-left: 360px;
}

.history-hist dl {
    position: relative;
}

.history-list dt {
    position: absolute;
    width: 57px;
    font-size: 22px;
    font-weight: 700;
    border-top: 2px solid #000;
    padding-bottom: 2.2rem;
}

.history-list dd {
    padding: 0 0 2rem 55px;
}

.history-list dd ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 0 1.0rem 80px;
}

.history-list dd ul li.emp {
    color: #ef5350;
}

.history-list dd ul li em {
    position: absolute;
    top: 0;
    left: 40px;
    font-style: normal;
    font-weight: 700;
}

/* organization */
.org-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    min-width: 1160px;
    min-height: 480px;
}

.org-wrap .org-level {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    position: relative;
}

.org-box {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    width: 260px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.org-ceo {
    background-color: #3D259B;
    font-size: 18px;
    width: 150px;
    line-height: 86px;
    left: -30px;
    animation-delay: 0.0s;
}

.org-advisory {
    background-color: #212121;
    font-size: 16px;
    width: 200px;
    line-height: 86px;
    left: 20px;
    animation-delay: 0.2s;
}

.org-president {
    background-color: #808080;
    font-size: 16px;
    width: 200px;
    line-height: 36px;
    left: 121px;
    top: 70px;
    animation-delay: 0.4s;
}

.org-group {
    top: 150px;
}

.org-group1 {
    background-color: #357741;
    animation-delay: 0.6s;
}

.org-group2 {
    background-color: #374496;
    animation-delay: 0.8s;
}

.org-group3 {
    background-color: #A45436;
    animation-delay: 1.0s;
}

.org-group4 {
    background-color: #863796;
    animation-delay: 1.2s;
}

.org-subgroup {
    top: 220px;
}

.org-sub {
    background-color: #346486;
    animation-delay: 0.8s;
}

.org-line {
    position: absolute;
    background: #909090;
    font-size: 0;
    line-height: 0;
    z-index: 0;
}

.org-line1 {
    height: 1px;
    width: 90px;
    left: calc(50% - 75px);
    top: 43px;
}

.org-line2 {
    width: 1px;
    height: 300px;
    left: calc(50% - 150px);
    top: 86px;
}

.org-line3 {
    height: 1px;
    width: 172px;
    left: calc(50% - 150px);
    top: 172px;
}

.org-line4 {
    height: 1px;
    width: 898px;
    left: 132px;
    top: 227px;
}

.org-line5 {
    height: 1px;
    width: 898px;
    left: 132px;
    top: 347px;
}

.org-line6 {
    width: 1px;
    height: 46px;
    top: 228px;
}

.org-line7 {
    width: 1px;
    height: 36px;
    top: 347px;
}

.org-line-m1 {
    left: 130px;
}

.org-line-m2 {
    right: 430px;
}

.org-line-m3 {
    right: 130px;
}

.org-mobile {
    position: relative;
    margin-top: 20px;
    margin-bottom: 60px;
}

.org-mobile .org-level {
    position: relative;
}

.org-mobile .org-box {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.org-mobile .org-ceo {
    font-size: 18px;
    font-weight: 500;
    line-height: 74px;
    left: 0;
    animation-delay: 0.0s;
}

.org-mobile .org-advisory {
    font-size: 18px;
    font-weight: 400;
    width: 45%;
    line-height: 50px;
    margin-top: 20px;
    top: 0;
    left: 0;
    animation-delay: 0.2s;
}

.org-mobile .org-president {
    font-size: 18px;
    font-weight: 400;
    width: 45%;
    line-height: 50px;
    margin-top: 20px;
    top: 0;
    left: 55%;
    animation-delay: 0.4s;
}

.org-mobile .org-group2 {
    margin-bottom: 18px;
    animation-delay: 0.6s;
}

.org-mobile .org-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 7px;
    animation-delay: 0.8s;
}

.org-mobile .org-group1 {
    animation-delay: 1.0s;
}

.org-mobile .org-group3 {
    animation-delay: 1.2s;
}

.org-mobile .org-group4 {
    animation-delay: 1.4s;
}

.org-mobile .org-line1 {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.org-mobile .org-line2 {
    width: 5%;
    height: 1px;
    left: 45%;
    top: 118px;
}

.org-mobile .org-line3 {
    width: 5%;
    height: 1px;
    left: 50%;
    top: 188px;
}

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

.bg-slogan.organ-slogan {
    margin-bottom: 80px;
}

/* certificate */
.cert-wrap {
    position: relative;
    margin: 30px 0 100px 0;
}

.tabs {
    width: 100%;
}

.tabs ul li {
    display: inline-block;
    min-width: 150px;
    margin-right: 3px;
    height: 60px;
    line-height: 60px;
}

.tabs ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    background-color: #f2f2f2;
    color: #9e9e9e;
    padding: 0 20px;
    text-align: center;
}

.tabs ul li a:hover,
.tabs ul li.active a {
    background-color: #ffc701;
    color: #121212;
}

.cert-list {
    margin-top: 3rem;
}

.cert-list > ul {
    text-align: left;
}

.cert-list > ul > li {
    display: inline-block;
    width: 24.50%;
    vertical-align: middle;
}

.cert-list > ul > li > .inner {
    display: block;
    width: 247px;
    height: 340px;
    margin: auto;
}

.cert-list > ul > li > .inner a {
    display: block;
    width: 100%;
    text-align: center;
}

.cert-list > ul > li:nth-child(1) > .inner {
    margin: 0;
    text-align: left;
}

.cert-list > ul > li:nth-child(4n) > .inner {
    float: right;
}

.cert-list > ul > li:nth-child(4n + 1) > .inner {
    float: left;
}

.cert-list > ul > li:nth-child(4n + 2) > .inner {
    margin-left: 10px;
}

.cert-list > ul > li:nth-child(4n + 3) > .inner {
    margin-right: 10px;
}

.cert-list > ul > li:nth-child(n + 5) {
    padding-top: 6rem;
}

.cert-list > ul > li > .inner img {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.cert-list > ul > li > .inner span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 21px;
    padding-top: 15px;
    text-align: center;
}

/* partner */
.partner-wrap {
    position: relative;
    margin: 10px 0 50px 0;
}

.partner-list li {
    display: inline-block;
    width: 18%;
    height: 80px;
    margin-bottom: 40px;
    text-align: center;
}

/* contact */
.contact-wrap {
    position: relative;
    margin: 50px 0 100px 0;
}

.contact-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
    padding-bottom: 25px;
}

.contact-traffic {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-top: 30px;
}

.contact-desc {
    border-top: 2px solid #000;
}

.contact-desc dl {
    position: relative;
}

.contact-desc dt {
    position: absolute;
    width: 90px;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 0 17px 10px;
    background: url('../img/company/dot.png') no-repeat 0 50%;
}

.contact-desc dd {
    font-size: 18px;
    font-weight: 400;
    padding: 17px 0 17px 110px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-wrap .map {
    width: 100%;
    height: 500px;
    max-height: 50vh;
    margin: 30px 0 50px 0;
}

@media (max-width: 1220px) {
    .intro-box {
        height: 450px;
        margin-top: 80px;
        padding-top: 70px;
    }

    .intro-box p {
        max-width: 520px;
        font-size: 28px;
        line-height: 42px;
    }

    .intro-box ul {
        width: 940px;
        margin: 60px auto 0 auto;
    }

    .intro-box ul li img {
        width: 150px;
        height: 150px;
    }

    .intro-brand {
        height: 670px;
        padding-top: 120px;
    }

    .brand {
        width: 920px;
    }

    .brand-image {
        width: 400px;
    }

    .brand-letter {
        font-size: 30px;
        padding: 35px 0 10px 0;
    }

    .brand-desc {
        font-size: 15px;
    }

    .brand-mean {
        font-size: 38px;
        padding-top: 32px;
    }

    .intro-goal {
        padding-top: 100px;
        margin-bottom: 100px;
    }

    .intro-goal p {
        font-size: 40px;
        line-height: 55px;
        text-align: center;
    }

    .intro-goal .goal-list {
        width: 100%;
        padding-top: 50px;
        text-align: center;
        overflow: hidden;
    }

    .intro-goal .goal-list ul.float-start {
        float: none !important;
        display: inline-block;
        padding-top: 1rem;
        margin: auto;
        overflow: hidden;
    }

    .intro-goal .goal-list ul li {
        width: 220px;
        height: 220px;
        padding-top: 90px;
    }

    .greeting-box {
        margin: 50px 0 80px 0;
    }

    .greeting-title {
        font-size: 48px;
        line-height: 60px;
        padding-left: 480px;
    }

    .greeting-img {
        width: 420px;
        height: 620px;
    }

    .greeting-desc {
        font-size: 16px;
        line-height: 22px;
        padding: 40px 0 0 480px;
    }

    .greeting-people {
        padding-top: 35px;
    }

    .history-wrap {
        margin: 0 0 50px 0;
    }

    .history-img {
        width: 250px;
    }

    .history-list {
        padding-left: 300px;
    }

    .tabs ul li {
        display: inline-block;
        width: 49%;
        height: 47px;
        line-height: 47px;
        margin: 0;
    }

    .cert-list > ul > li {
        width: 33%;
    }

    .cert-list > ul > li:nth-child(4n) > .inner {
        float: none;
    }

    .cert-list > ul > li:nth-child(4n + 1) > .inner {
        float: none;
    }

    .cert-list > ul > li:nth-child(4n + 2) > .inner {
        margin-left: 0;
    }

    .cert-list > ul > li:nth-child(4n + 3) > .inner {
        float: none;
        margin-right: 0;
    }

    .cert-list > ul > li:nth-child(3n) > .inner {
        float: right;
        margin-left: 0;
    }

    .cert-list > ul > li:nth-child(3n + 1) > .inner {
        float: left;
    }

    .cert-list > ul > li:nth-child(3n + 2) > .inner {
        margin: auto !important;
        text-align: center;
    }

    .cert-list > ul > li:nth-child(n + 4) {
        padding-top: 6rem;
    }

    .partner-list li {
        width: 24%;
        height: 80px;
        margin-bottom: 30px;
    }

    .contact-wrap {
        margin: 0 0 80px 0;
    }

    .contact-title {
        font-size: 40px;
        line-height: 50px;
    }

    .contact-traffic {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .intro-goal .goal-list ul li {
        width: 200px;
        height: 200px;
        padding-top: 80px;
    }
}

@media (max-width: 960px) {
    .intro-box {
        height: 430px;
        margin-top: 70px;
        padding-top: 80px;
    }

    .intro-box p {
        font-size: 26px;
        line-height: 40px;
    }

    .intro-box ul {
        width: 760px;
        margin: 60px auto 0 auto;
    }

    .intro-box ul li img {
        width: 130px;
        height: 130px;
    }

    .intro-brand {
        height: 580px;
        padding-top: 100px;
    }

    .brand {
        width: 760px;
    }

    .brand-image {
        width: 330px;
    }

    .brand-desc {
        font-size: 13px;
    }

    .brand-mean {
        font-size: 30px;
    }

    .intro-goal {
        padding-top: 80px;
        margin-bottom: 90px;
    }

    .intro-goal p {
        text-align: center;
    }

    .intro-goal .goal-list {
        width: 100%;
        padding-top: 20px;
        text-align: center;
        overflow: hidden;
    }

    .intro-goal .goal-list ul.float-start {
        float: none !important;
        display: inline-block;
        padding-top: 1.5rem;
        margin: auto;
        overflow: hidden;
    }

    .intro-goal .goal-list ul li {
        width: 170px;
        height: 170px;
        padding-top: 65px;
    }

    .greeting-title {
        font-size: 32px;
        line-height: 40px;
        padding-left: 360px;
    }

    .greeting-img {
        width: 300px;
        height: 526px;
    }

    .greeting-desc {
        font-size: 15px;
        line-height: 20px;
        padding: 30px 0 0 360px;
    }

    .greeting-people {
        font-size: 18px;
        padding-top: 10px;
    }

    .history-wrap {
        margin: 20px 0 30px 0;
    }

    .history-img {
        display: none;
    }

    .history-list {
        padding-left: 0;
    }

    .cert-wrap {
        padding: 0 0 30px 0;
        margin-top: 0;
    }

    .cert-wrap .max-width {
        padding: 0 18px;
    }

    .tabs ul li a {
        font-size: 16px;
    }

    .cert-list > ul > li {
        width: 33%;
    }

    .cert-list > ul > li > .inner {
        width: 96%;
        height: calc(100%);
    }

    .cert-list > ul > li:nth-child(n + 4) {
        padding-top: 4rem;
    }

    .cert-list > ul > li > .inner span {
        font-size: 15px;
    }

    .partner-wrap {
        margin-top: 0;
    }

    .partner-list li {
        width: 33%;
        height: 70px;
        margin-bottom: 40px;
    }

    .partner-list li img {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .intro-box {
        height: 533px;
        margin: 0;
        padding-top: 60px;
    }

    .intro-box p {
        max-width: 330px;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0;
    }

    .intro-box ul {
        width: 350px;
        margin: 30px auto 0 auto;
    }

    .intro-box ul > li {
        width: 49%;
        text-align: center;
    }

    .intro-box ul > li:nth-child( n + 3) {
        clear: both;
        padding-top: 1.5rem;
    }

    .intro-brand {
        height: auto;
        padding-top: 60px;
    }

    .brand {
        width: 100%;
    }

    .brand.float-start,
    .brand.float-end {
        float: none !important;
        display: block;
    }

    .brand-image {
        width: 100%;
    }

    .brand-letter {
        font-size: 28px;
        padding: 25px 0 0 0;
        line-height: 45px;
    }

    .brand-desc {
        font-size: 16px;
        letter-spacing: -0.5px;
        padding-bottom: 15px;
        line-height: 20px;
    }

    .brand-mean {
        font-size: 34px;
        line-height: 47px;
        padding: 0 35px 55px 35px;
    }

    .intro-goal {
        padding: 80px 20px 30px 0;
    }

    .intro-goal p {
        font-size: 32px;
        line-height: 45px;
        text-align: center;
    }

    .intro-goal .goal-list {
        width: 100%;
        min-width: 350px;
        padding-top: 20px;
        text-align: center;
        overflow: hidden;
    }

    .intro-goal .goal-list ul.float-start {
        float: none !important;
        display: inline-block;
        padding-top: 1.5rem;
        margin: auto;
        overflow: hidden;
    }

    .intro-goal .goal-list ul li {
        width: 158px;
        height: 158px;
        padding-top: 60px;
    }

    .intro-goal .goal-list ul li:last-child {
        margin-right: 0;
    }

    .greeting-box {
        margin: 10px 0 50px 0;
    }

    .greeting-title {
        font-size: 36px;
        line-height: 43px;
        padding: 0 0 40px 0;
    }

    .greeting-img {
        position: relative;
        max-width: 550px;
        width: 100%;
        height: auto;
    }

    .greeting-img img {
        width: 100%;
        height: 100%;
    }

    .greeting-desc {
        font-size: 16px;
        font-weight: 400;
        padding: 30px 0 0 0;
    }

    .greeting-people {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }

    .history-list dd {
        padding: 55px 0 1.8rem 0;
    }

    .history-list dd ul li {
        padding-left: 35px;
    }

    .history-list dd ul li em {
        left: 0;
    }

    .bg-slogan.organ-slogan {
        margin-bottom: 80px;
    }

    .cert-list {
        width: 100%;
        margin-top: 2rem;
    }

    .cert-list > ul > li {
        width: 49.4%;
    }

    .cert-list > ul > li .inner,
    .cert-list > ul > li:nth-child(3n) > .inner,
    .cert-list > ul > li:nth-child(3n + 1) > .inner,
    .cert-list > ul > li:nth-child(3n + 2) > .inner {
        float: none;
        padding: 0;
        margin: 0;
    }

    .cert-list > ul > li:nth-child(2n) > .inner {
        float: right;
    }

    .cert-list > ul > li:nth-child(2n + 1) > .inner {
        float: left;
    }

    .cert-list > ul > li {
        padding: 0;
        margin: 0;
    }

    .cert-list > ul > li:nth-child(n + 3) {
        padding-top: 4rem;
    }

    .partner-wrap .max-width {
        padding: 0 18px;
    }

    .partner-list li {
        width: 30%;
        height: 60px;
        margin-bottom: 10px;
    }

    .partner-list li img {
        width: 100%;
    }

    .contact-title {
        font-size: 26px;
        line-height: 40px;
        padding-bottom: 7px;
    }

    .contact-traffic {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .contact-desc dt {
        width: 70px;
        font-size: 15px;
        padding: 13px 0 13px 10px;
    }

    .contact-desc dd {
        font-size: 15px;
        padding: 15px 0 15px 80px;
    }

    .contact-wrap .map {
        height: 300px;
        max-height: 40vh;
        margin: 30px 0 50px 0;
    }
}

/* english */
.en .desc-box dt p {
    font-size: 35px;
    line-height: 45px;
    white-space: nowrap;
}

.en .intro-box p {
    max-width: 1100px;
    font-size: 34px;
    line-height: 50px;
}

.en .intro-brand {
    padding-top: 125px;
}

.en .brand-desc {
    font-size: 20px;
    letter-spacing: -0.03em;
}

.en .brand-mean {
    max-width: 1000px;
    color: #222222;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.03em;
    padding-top: 40px;
    margin: auto;
}

.en .intro-goal p {
    color: #222222;
}

.en .intro-goal .goal-list ul li {
    font-size: 17px;
}

.en .intro-goal .goal-list ul li em {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.05em;
}

.en .greeting-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    padding-left: 580px;
}

.en .greeting-title em {
    display: block;
    line-height: 55px;
    font-style: normal;
}

.en .greeting-desc {
    font-size: 18px;
    line-height: 23px;
    padding: 35px 0 0 580px;
}

.en .greeting-people {
    line-height: 30px;
    padding-top: 25px;
}

.en .org-wrap .org-sub,
.en .org-mobile .org-sub {
    line-height: 130%;
    padding: 10px 0;
}

.en .cert-list > ul > li > .inner span {
    font-size: 16px;
    height: 32px;
}

@media (max-width: 1220px) {
    .en .desc-box dt p {
        font-size: 28px;
        line-height: 30px;
    }

    .en .intro-box {
        padding-top: 80px;
    }

    .en .intro-box p {
        max-width: 900px;
        font-size: 30px;
        line-height: 40px;
    }

    .en .intro-box ul {
        margin-top: 60px;
    }

    .en .intro-brand {
        padding-top: 110px;
    }

    .en .brand-desc {
        font-size: 18px;
    }

    .en .brand-mean {
        max-width: 880px;
        font-size: 30px;
        padding-top: 30px;
    }

    .en .intro-goal .goal-list ul li {
        font-size: 16px;
        padding-top: 18%;
    }

    .en .intro-goal .goal-list ul li em {
        width: 130px;
        margin: auto;
        font-size: 20px;
        line-height: 24px;
    }

    .en .greeting-title {
        font-size: 33px;
        line-height: 40px;
        padding-left: 470px;
    }

    .en .greeting-desc {
        font-size: 17px;
        padding: 15px 0 0 470px;
    }

    .en .greeting-desc p {
        margin: 0.7em 0;
    }

    .en .greeting-people {
        padding-top: 15px;
    }
}

@media (max-width: 960px) {
    .en .desc-box dt p {
        font-size: 26px;
        line-height: 24px;
    }

    .en .desc-box dd {
        font-size: 16px;
        line-height: 21px;
    }

    .en .intro-box {
        padding-top: 65px;
    }

    .en .intro-box p {
        max-width: 700px;
        font-size: 28px;
        line-height: 40px;
    }

    .en .intro-box ul {
        margin-top: 45px;
    }

    .en .intro-brand {
        padding-top: 80px;
    }

    .en .brand-desc {
        font-size: 15px;
    }

    .en .brand-mean {
        max-width: 700px;
        font-size: 30px;
        padding-top: 20px;
    }

    .en .intro-goal .goal-list ul li {
        font-size: 14px;
        padding-top: 15%;
    }

    .en .intro-goal .goal-list ul li em {
        font-size: 18px;
        line-height: 24px;
    }

    .en .greeting-title {
        font-size: 30px;
        line-height: 38px;
        padding-left: 350px;
    }

    .en .greeting-desc {
        font-size: 16px;
        padding-left: 350px;
    }

    .en .greeting-people {
        padding-top: 5px;
    }
}

@media (max-width: 800px) {
    .en .desc-box dt p {
        white-space: normal;
    }

    .en .intro-box {
        padding-top: 50px;
    }

    .en .intro-box p {
        max-width: 92%;
        font-size: 28px;
        line-height: 38px;
    }

    .en .intro-box ul {
        margin-top: 35px;
    }

    .en .intro-brand {
        padding-top: 80px;
    }

    .en .brand-desc {
        font-size: 18px;
    }

    .en .brand-mean {
        max-width: 100%;
        font-size: 28px;
        line-height: 35px;
        padding-top: 10px;
    }

    .en .intro-goal p {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: -0.05em;
    }

    .en .intro-goal .goal-list ul li {
        font-size: 15px;
        padding-top: 13%;
        overflow: hidden;
    }

    .en .greeting-box {
        padding: 1rem 0 2.5rem;
    }

    .en .greeting-title {
        font-size: 34px;
        line-height: 45px;
        padding: 0 0 20px 0;
    }

    .en .greeting-desc {
        font-size: 17px;
        padding: 20px 0 0 0;
    }

    .en .greeting-people {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }

    .en .cert-list > ul > li > .inner span {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .en .intro-box {
        padding-top: 45px;
    }

    .en .intro-box p {
        max-width: 95%;
        font-size: 24px;
        line-height: 34px;
    }

    .en .intro-box ul {
        margin-top: 35px;
    }

    .en .greeting-desc {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .en .intro-box {
        padding-top: 35px;
    }

    .en .intro-box p {
        max-width: 95%;
        font-size: 22px;
        line-height: 32px;
    }

    .en .intro-box ul {
        margin-top: 30px;
    }
}

