html{
    width: 100vw;
    height: 100vh;
    background:linear-gradient(rgb(249, 219, 188), white);
    background-repeat:no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.homeBox,
.cameraBox, 
.cameraShowBox,
.springBox,
.summerBox,
.autumnBox,
.winterBox,
.qnaBox{
    width: 30.8rem;
    height: 46.8rem;
    border: none;
    border-radius: 4.5rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0.4vw 0.6vw 1.4vw 0 rgba(0, 0, 0, 0.0625);
    padding-top:2rem;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.homeTitle{
    text-align: center;
}

#subTitle,
#Title, 
#cameraTitle{
    white-space: nowrap;
    font-weight:400;
    font-size:1rem;
    color:#000000;
}

#Title {
    font-size: 1.8rem;
    margin-top:-0.2rem;
}


#home_face{
    width: 20rem;
    height: 20rem;
}

.ContainerBox{
    width:30.8rem;
    display:flex;
    gap:1rem;
    flex-direction: column;
    align-items: center;
    margin-top:1rem;
}

.Container1,
.Container2,
.Container3{
    display:flex;
    gap:1rem;
    align-items: center;
}

.Container3{
    margin-left:-3rem;
}

#home_camera,
#home_makeup,
#home_color{
    width: 1.85rem;
    height: 1.85rem;
}

#cameraP,
#colorP,
#makeupP {
    font-weight: 400;
    font-size: 0.7rem;
    color: #000000;
}

#startBtn{
    margin: 0;
    width: 19.4rem;
    min-height: 4.2rem;
    border: none;
    border-radius: 2.85rem;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    color: #000000;
    cursor: pointer;
    margin-top: 1rem;
}

#copy{
    margin-top:-1.8rem;
    font-size:0.6rem;
    cursor:pointer;
    text-decoration: underline;
}

#copy:hover{
    color:blue;
}

.cameraBox{
    padding:0;
    margin:0;
}

#homeBtn,
#cameraBtn{
    cursor:pointer;
}

.cameraTitleBox {
    margin-top:8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.cameraDiv{
    width:27rem;
    height:20rem;
    border:none;
    background:pink;
    border-radius:3rem;
    margin-top:2rem;
}

#cameraShowTitle{
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
}

.circle {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background-color: white;
    margin-top: 2vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.checkBtn {
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    margin-top: 5vw;
}

#recameraShowBtn,
#qnaBtn{
    width:20rem;
    height:2.5rem;
    border-radius:2rem;
    background-color:rgb(252, 237, 223);
    border:none;
    font-size:1rem;
    font-weight:400;
    cursor:pointer;
}

.aBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.qBox {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000000;
    align-items: center;
    display: flex;
    justify-content: center;
}

.answerBtnStyle {
    margin: 10px;
    width: calc(50% - 20px);
    max-width: 17rem;
    height: 19rem;
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    cursor: pointer;
}

.circle2 {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cameraCircle{
    background:none;
    width:14rem;
    height:14rem;
    border:0.5rem solid white;
    border-radius:50%;
    position: absolute;
    margin-top:16rem;
}

.resultSpringTitle{
    text-align: center;   
}

#resultName,
#resultKind{
    font-weight: 400;
    font-size: 1rem;
    color:#000000;
}

#resultKind{
    font-size: 1.5rem;
    margin-top:-1rem;
}

#result_springPng{
    width:15rem;
    height:15rem;
    border-radius: 50%;
    margin-top:1rem;
}

.result_spring_div {
    width: 10rem;
    height: 10rem;
    border: none;
    border-radius: 50%;
    background: pink;
    background-size: cover;
    position: absolute;
    margin-top: 9.4rem;
}


#intro{
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top:0.3rem;
}

.introContainer1,
.introContainer2,
.introContainer3{
    display:flex;
    align-items: flex-start;
    gap:0.5rem;
    padding-left:2rem;
    padding-right:2rem;
}

#springBtn,
#summerBtn,
#autumnBtn,
#winterBtn{
    margin: 0;
    width: 19.4rem;
    min-height: 4.2rem;
    border: none;
    border-radius: 2.85rem;
    background: #fffce3;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    color: #000000;
    cursor: pointer;
    margin-top:-1rem;
}

#summerBtn{
    background:rgb(234, 242, 255);
    margin-top:-2rem;
}

#autumnBtn{
    background:rgb(228, 214, 192);
    margin-top:-2rem;
}

#winterBtn{
    background:rgb(250, 240, 255);
    margin-top:-3rem;
}

.Lip,
.Blusher,
.Shadow{
    text-align: left;
}

#LipTitle,
#ShadowTitle,
#BlusherTitle{
    font-size:1rem;
    font-weight:400;
    color:#000000;
    margin-left:1.5rem;
    margin-top:-1rem;
}

#ShadowTitle,
#BlusherTitle{
    margin-top:-2.5rem;
}

ul {
    display: flex;
    overflow-x: hidden;
    padding: 0;
}

li {
    list-style-type: none;
    flex: 0 0 30%;
    width: 33.33%;
    padding-left:2.5rem;
    box-sizing: border-box;
}

.springBox>.Lip>.slideShow>ul>li>img,
.springBox>.Shadow>.slideShow1>ul>li>img,
.springBox>.Blusher>.slideShow2>ul>li>img,
.summerBox>.Lip>.slideShow>ul>li>img,
.summerBox>.Shadow>.slideShow1>ul>li>img,
.summerBox>.Blusher>.slideShow2>ul>li>img,
.autumnBox>.Lip>.slideShow>ul>li>img,
.autumnBox>.Shadow>.slideShow1>ul>li>img,
.autumnBox>.Blusher>.slideShow2>ul>li>img,
.winterBox>.Lip>.slideShow>ul>li>img,
.winterBox>.Shadow>.slideShow1>ul>li>img,
.winterBox>.Blusher>.slideShow2>ul>li>img{
    width: 7rem;
    height:8rem;
    border:none;
    border-radius:1rem;
}

.springBox>.Lip>.slideShow>ul>li>p,
.springBox>.Shadow>.slideShow1>ul>li>p,
.springBox>.Blusher>.slideShow2>ul>li>p,
.summerBox>.Lip>.slideShow>ul>li>p,
.summerBox>.Shadow>.slideShow1>ul>li>p,
.summerBox>.Blusher>.slideShow2>ul>li>p,
.autumnBox>.Lip>.slideShow>ul>li>p,
.autumnBox>.Shadow>.slideShow1>ul>li>p,
.autumnBox>.Blusher>.slideShow2>ul>li>p,
.winterBox>.Lip>.slideShow>ul>li>p,
.winterBox>.Shadow>.slideShow1>ul>li>p,
.winterBox>.Blusher>.slideShow2>ul>li>p
{
    font-size:0.5rem;
    font-weight:400;
    color:#000000;
}

#slideShow,
#slideShow1,
#slideShow2 {
    width: 31rem;
    height: 15rem;
    position: relative;
    overflow: hidden;
    margin-top:-1.5rem;
}

.slides,
.slides1,
.slides2 {
    width: 30rem;
    transition: 0.5s ease-out;
}

.controller span {
    position: absolute;
    background-color: transparent;
    color: black;
    text-align: center;
    border-radius: 50%;
    padding: 5px 15px;
    top: 60px;
    font-size: 1.3em;
}

.prev,
.prev1,
.prev2 {
    left: 10px;
}

.next,
.next1,
.next2 {
    right: 10px;
}

.shareContainer{
    display:flex;
    gap:0.5rem;
}

#copyBar{
    margin-top:-2.2rem;
}