.out-block{
    width: 100%;
    padding: 2% 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    height: fit-content;
}
.block-setting{
    width: 100%;
    max-width: 1080px;
    min-width: 320px;
    box-sizing: border-box;
}
.font-h0-size{
    line-height: 50px;
    font-size: 42px;
}
.font-h1-size{
    line-height: 40px;
    font-size: 40px;
}
.font-h2-size{
    line-height: 30px;
    font-size: 24px;
}
.font-h3-size{
    line-height: 30px;
    font-size: 20px;
}

.font-p1-size{
    font-size: 16px;
}

.font-p2-size{
    font-size: 14px;
}

.table-sub-title{
    width: 33%;
    height: 40px;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
}

.sec-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    color: #4AC8C1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.sec-content{
    width: 100%;
    color: #40474A;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
}

.handle-hint {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #4AC8C1;
    text-align: center;
    align-items: center;
    margin: 20px;
}

.imgHandle{
    height: 150px;
    width: 150px;
    margin-top: 20px;
}

.icon-prev-btn{
    background-image: url(../../../img/menu/1/1-4/icon-arrow-left.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #ABABAB;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;
    top:calc(54%);
    left: 1%;
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.icon-next-btn{
    background-image: url(../../../img/menu/1/1-4/icon-arrow-right.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #ABABAB;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;
    top:calc(54%);
    right: 1%;
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.photo-two{
    position: relative;
    width: calc(calc(100% - 40px) / 2);
    display: inline-block;
    margin: 20px;
}

.photo-two img{
    width: 80%;
    max-width: 600px;
    height: 200px;
}

.water-sample{
    background-image:  url(../../../img/menu/4/4-4/4-4-b1-i1.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.circle-outer{

}

.circle-inner{

}

.arrow-white{
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    right: 110px;
    top: -15px;
}

.arrow-bg{
    width: 0px;
    height: 0px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #8CD9D6;
    position: absolute;
    right:  108px;
    top: -17px
}

.dialog-show{
    width: 100%;
    max-width: 1000px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    border: solid 2px #8CD9D6;
    background-color: white;
    animation: fadeIn 5s;
    font-weight: bold;
}

#showHoverCircle2{
    margin: 15px calc(calc(100% - 755px) / 2);
}
/*******************Mobile*************************/
@media only screen and (max-width: 1000px) {
    .out-block{
        padding: 0 10px;
    }

    .font-h3-size{
        line-height: 24px;
        font-size: 16px;
    }

    .font-h1-size{
        line-height: 32px;
        font-size: 24px;
    }

    #showHoverCircle2{
        margin: 15px 0px;
    }

    .table-sub-title{
        width: 33%;
        height: 40px;
        padding-left: 10px;
        line-height: 20px;
        display: inline-block;
        text-align: left;
    }

    .handle-hint {
        font-size: 20px;
    }

    .sec-title {
        font-size: 24px;
    }
    .sec-content{
        font-size: 16px;
    }

    .photo-two{
        position: relative;
        margin-left: calc(50% - 160px);
        width: 320px;
        display: contents;
    }

    .water-sample{
        background-image:  url(../../../img/menu/4/4-4/4-4-b1-i1-phone.svg);
        background-size: 14px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .arrow-white{
        right: calc(50% - 18px);
        top: -15px;
    }

    .arrow-bg{

        right:  calc(50% - 20px);
        top: -17px;
    }

    .photo-two img{
        max-width: 320px;
    }
}