@import url('https://webfontworld.github.io/naver/NanumSquare.css');
@import url('https://webfontworld.github.io/haenam/haenam.css');

body{
    background: #ffe5ea;
}
.boxD{
    text-align: center;
}
.titleD{
    font-size: 50px;
    font-family: 'haenam';
    letter-spacing: 5px;
    line-height: 60px;
    margin: 30px auto;
}
.pointT{
    font-weight: 800;
}
.pointT:nth-of-type(1){
    color: #0e61ff;
}
.pointT:nth-of-type(2){
    color: #ffc20a;
}
.pointT:nth-of-type(3){
    color: #ff3f48;
}
.inputD{
    height: 100px;
    max-width: 550px;
    margin: 20px auto;
    background-image: url('robot.png');
    background-size: contain;
    background-position: center;
}
.nameBox{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 300px;
    text-align: center;
    font-size: 16px;
}

.labelBox{
    padding: 10px;
    margin-bottom: 10px;
    width: 300px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.gogoBtn{
    width: 300px;
    height: 40px;
    border-radius: 3px;
    padding: 10px !important;
    color: #fff !important;
    background: #333333 !important;
    border: none;
    font-size: 14px;

}

.aTag{
    text-decoration: none;
    color: white;
    font-weight: 700;
}


#buttonSpace{
    display: flex;
    justify-content: center;
}

.gogoBtn:hover{
    background: #0e61ff !important;
}
.resultD{
    background: #fff;
    margin: 30px auto;
    max-width: 500px;
    font-family: 'NanumSquare';
    font-weight: 300;
    font-size: 20px;
    padding: 30px;
    border-radius: 10px;
}
.hangs{
    padding: 0;
}
.hangs li{
    display: flex;
    margin-bottom: 15px;
    -moz-box-align: center;
    align-items: initial;
    word-break: keep-all;
    line-height: 1.5;
}
.hangs li span{
    margin-right: 10px;
    background-color: #333333;
    color: #ffffff;
    min-width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    line-height: 40px;
    font-weight: 500;
}
.hangs li p{
    display: inline-block;
    width: calc(100% - 50px);
    margin: auto;
    text-align: left;
}
.btn{
    color:#ffffff !important;
    background-color: #333333;
    border: none;
    border-radius: 3px;
    padding : 10px;
    width: 49%;
}

.hidden {
    display: none;
}

.spinner-container {
    text-align: center;
}

.spinner {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.kakao-share-button {
    background-color: #FEE500;
    border: 1px solid #FEE500;
    border-radius: 4px;
    margin: 10px;
    color: black;
    width: 300px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
