
.section-about-dr-service {
    word-break: keep-all;
}

.section-about-dr-service h2 {
    font-size: 18px;
    line-height: 1.3888;
    font-weight: 800;
}

.section-about-dr-service article:nth-child(odd){
    background-color: #FAFAFA;
}

.container-intro {
    padding: 30px 0 27px;
    text-align: center;
}

.container-intro .logo-thinq {
    display: block;
    width: 30px;
    margin: 0 auto 17px;
}

.container-intro h1 {
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.31818;
    margin-bottom: 10px;
    padding: 0 20px;
}

.container-intro .paragraph-point {
    color: var(--green-text-point);
    font-size: 14px;
    line-height: 1.2857;
    padding: 0 20px;
}

.container-intro .paragraph-point span {
    font-weight: 800;
}

.container-intro .video-wrapper {
    position: relative;
    overflow: hidden;
}

.container-intro .video-wrapper .video-energy {
    display: block;
    width: 454px;
    margin-left: calc(50% - 227px);
}

.container-intro .video-wrapper > img {
    position: absolute;
    display: block;
    top: calc(50% - 96px);
    left: calc(50% - 150px);
    width: 301px;
    margin: 0 auto;
    z-index: 1;
}

.video-controller {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 347px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
    bottom: 5px;
}

.video-wrapper .video-controller {
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    margin: -20px auto 0;
    z-index: 100;
}

 .video-controller button {
    display: flex;
    align-items: center;
    color: #606C80;
    font-size: 13px;
    line-height: 1.4615;
    font-weight: 500;
}

.video-controller button img {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}

.video-controller button:disabled {
    display: none;
}

.container-intro .link-setting-dr {
    display: block;
    width: calc(100% - 40px);
    color: #ffffff;
    background-color: var(--green-main);
    padding: 12.5px;
    box-sizing: border-box;
    max-width: 964px;
    margin: 16px auto 0;
    font-weight: 800;
    line-height: 1.4375;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.container-intro .link-setting-dr.dim {
    background-color: var(--gray-btn);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0);
}

.dim-btn p {
    color: #606C80;
    font-size: 14px;
    padding-top: 10px;
}

.container-intro .link-setting-dr.off {
    display: none;
}

.container-intro h2 {
    margin-top: 21px;
    margin-bottom: 13px;
}

.container-intro .paragraph-about {
    font-size: 14px;
    line-height: 1.2857;
    color: #606C80;
}

.container-step {
    text-align: center;
    padding: 35px 20px 34px;
    margin: 0 auto;
    max-width: 540px;
    box-sizing: border-box;
}

.container-step h2 {
    margin-bottom: 15px;
}

.container-step ol li div{
    display: inline-flex;
    padding: 1px 8px 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    background-size: 100% 100%;
}

.container-step ol li:nth-child(1) div {
    background-image: url(../image/background/background_step_1.svg);
}

.container-step ol li:nth-child(2) div {
    background-image: url(../image/background/background_step_2.svg);
}

.container-step ol li:nth-child(3) div {
    background-image: url(../image/background/background_step_3.svg);
}

.container-step ol li:nth-child(4) div {
    background-image: url(../image/background/background_step_4.svg);
}

.container-step ol li:nth-child(5) div {
    color: var(--green-main);
    background-image: url(../image/background/background_step_5.svg);
}

.container-step ol li:nth-child(6) div {
    color: var(--green-main);
    background-image: url(../image/background/background_step_6.svg);
}

.container-step ol li p {
    margin-top: -11px;
    padding: 12px 0 15px;
    color: #606C80;
    background-color: #E5FBF8;
    line-height: 1.4375;
}

.container-step ol li:last-child p {
    padding: 19px 0 29px;
    background-color: transparent;
    background-image: url(../image/background/background_step_last.png);
    background-size: 100% 100%;
}

.container-step ol li p span {
    font-weight: 800;
    color: var(--green-text-point);
}

.container-step .icon-pig {
    margin-top: -23px;
    margin-bottom: 26px;
}

.container-step aside {
    text-align: left;
    font-weight: 400;
    color: #606C80;
    font-size: 13px;
    line-height: 1.3076;
}

.container-step aside p {
    position: relative;
    padding-left: 19px;
}

.container-step aside p::before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    top: 7px;
    left: 8px;
    border-radius: 50%;
    background-color: #606C80;
}

.container-download {
    text-align: center;
    padding: 40px 20px 87px;
}

.container-download h2 {
    margin-bottom: 20px;
}

.container-download .link-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}


.container-download .link-wrapper a.off {
    display: none;
}

.container-download .link-wrapper a img {
    display: block;
    max-width: 100%;
}