html {
    font-size: 19.2px;
    overflow: unset;
}

html body {
    all: initial;
}

html body .total-contain {
    all: initial;
}

.concept-content {
    width: 100%;
}

.concept-content .contents-concept {
    width: 100%;
    display: flex;
}

.concept-content .contents-concept .overview {
    width: 100%;
    opacity: 0;
    transition: all .35s ease-in;
}

.concept-content .contents-concept .overview .concept-title {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    height: 8rem;
}

.concept-content .contents-concept .overview .concept-title .imag1 {
    position: absolute;
    width: 10%;
    top: 4.875rem;
    left: 4rem;
    margin: auto;
}

.concept-content .contents-concept .overview .concept-title .title {
    width: 100%;
    position: absolute;
    display: block;
    top: 4.125rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 5vw;
    font-family: qiantuhou;
    background-image: -webkit-linear-gradient(#FAD972, #F9C67E, #F8BA87, #F6A894, #F79B98, #F494A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.concept-content .contents-concept .overview .concept-overview {
    background-image: linear-gradient(to right, #fef2ec, #feeef1, #e7f6f6, #eef8f2);
    width: 80%;
    margin: 3rem auto;
    margin-top: 0;
    border-radius: 2rem;
    box-shadow: 2px 2px 10px #81ccbd;
    padding: 2rem 4rem;
    overflow: hidden;
}

.concept-content .contents-concept .overview .concept-overview .overview-title {
    display: inline-block;
    color: #F6A894;
    width: auto;
    height: 5vw;
    line-height: 5vw;
    overflow: hidden;
    background-color: #D1F2FB;
    font-size: 5vw;
    margin-bottom: 1rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    border-radius: 0.3125rem;
    padding: 0 1.25rem;
}

.concept-content .contents-concept .overview .concept-overview p {
    font-size: 1.5vw;
    margin-bottom: 3.125rem;
    font-family: NavTitle;
    line-height: 3vw;
    text-align: justify;
    text-justify: newspaper;
}

.concept-content .contents-concept .overview .concept-overview p img {
    display: block;
    width: 70%;
    margin: 0.5rem auto;
}

.concept-content .contents-concept .overview .concept-overview p .concept-first-letter {
    color: #f9a10b;
    font-size: 2.5vw;
    margin-right: 0.2125rem;
}

.concept-content .contents-concept .overview .concept-overview p .concept-bold {
    font-weight: bolder;
}

.concept-content .contents-concept .overview .concept-overview p .annotate {
    width: 85%;
    display: block;
    margin: 1.5rem auto;
    margin-top: 0rem;
    text-align: center;
    font-size: 1.3vw;
}

.concept-content .contents-concept .overview .concept-overview p .concept-combine {
    display: flex;
    justify-content: space-around;
}

.concept-content .contents-concept .overview .concept-overview p .concept-combine img {
    width: 48%;
    border-radius: 0.5vw;
}