* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    z-index: 2;
}

.mainArea {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.mainArea .mainImg {
    position: relative;
    width: 120px;
    height: 147px;
    margin-top: 74px;
}
.text1 {
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.64px;
    letter-spacing: -0.025em;
    text-align: center;
    margin-bottom: 20px;
}
.text2 {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 300;
    line-height: 16.71px;
    letter-spacing: -0.025em;
    text-align: center;
}
.text3 {
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 300;
    line-height: 16.71px;
    letter-spacing: -0.025em;
    text-align: center;
}
.btnLine {
    display: flex;
    justify-content: center;
}
.btnLine .btnArea {
    width: 100px;
    height: 100px;
    background: rgba(245, 245, 245, 1);
    border-radius: 10px;
    border: 1px solid rgba(255, 133, 29, 1);
    margin: 0 10px;
}

.btnLine .btnArea .call {
    width: 56px;
    height: 55px;
    padding: 23px;
}
.btnLine .btnArea .msg {
    width: 47px;
    height: 32px;
    padding: 35px 27px;
}
.checkLine {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.checkLine .chkBox {
    display: flex;
    font-family: "Noto Sans KR", sans-serif;
    margin: 0 2px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 300;
    line-height: 20.27px;
    letter-spacing: -0.025em;
}
.checkLine .chkBox input{
    width: 20px;
    height: 20px;
    border: 1px solid rgba(118, 118, 118, 1);
    border-radius: 5px ;
    accent-color: rgba(255,133,29,1);/*체크박스 보라색 변경*/
}
.checkLine .chkBox .chkText {
    margin-left: 5px;
}
.bar {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 40px;
    padding-top: 20px;
    bottom: 0;
    border-radius: 12px 12px 0px 0px;
    background: rgba(255, 133, 29, 1);
    backdrop-filter: blur(4px)
}
.bar img{
    width: 13px;
    height: 14px;
}
.bar div {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.09px;
    letter-spacing: -0.025em;
    text-align: center;
    color: rgba(255, 255, 255, 1);

}
.mbBar {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translateX(-50%);
    width: 120px;
    height: 6px;
    border-radius: 20px;
    background: rgba(51, 51, 51, 1);
}
.selectMsg{
    position: relative;
    width: 250px;
    height: 243px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.selectMsg .choice {
    display: flex;
}
.selectMsg .choice input[type="radio"]{
    width: 20px;
    height: 20px;
    margin: 18px 5px 0px 15px;
    border: 2px solid rgba(153, 153, 153, 1);
    background: rgba(255, 255, 255, 1);

    accent-color: rgba(64, 44, 255, 1);/*체크박스 보라색 변경*/
}
.selectMsg .choice .choInfo {
    margin-top: 18px;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.025em;
    text-align: left;
    width: 80%;
    height: 19px;
}
.selectMsg .choice .choInfo input{
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.025em;
    text-align: left;
    width: 200px;

    border: none;
    border-bottom: 1px solid rgba(118, 118, 118, 1)
}
.anser {
    margin-top: 20px;
    position: relative;
    width: 259px;
    height: 29px;
    left: 50%;
    transform: translateX(-50%);

    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.64px;
    letter-spacing: -0.025em;
    text-align: center;
}

.anArea {
    margin-top: 20px;
    position: relative;
    width: 200px;
    height: 98px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid rgba(153, 153, 153, 1);

    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.025em;
    text-align: left;
}

.Reply {
    position: relative;
    width: 103px;
    height: 33px;
    margin: 15px 5px;
    border-radius: 5px;
    background: rgba(255, 133, 29, 1);
}
.Reply div{
    color: rgba(255, 255, 255, 1);
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.71px;
    letter-spacing: -0.025em;
    text-align: center;
    padding: 8px;
}

.send {
    position: relative;
    left: 50%;
    transform:translateX(-50%);
    width: 250px;
    height: 45px;
    top: 10px;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 133, 29, 1);
}
.send .sdText {
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 300;
    line-height: 16.71px;
    letter-spacing: -0.025em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-top: 13px;
}
.contect {
    position: relative;
    width: 94px;
    height: 19px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    letter-spacing: -0.025em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
}
.blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 어두운 배경 */
    display: block; /* 항상 표시 */
    z-index: 1; /* Sc27 아래 */
}
.loding {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    width: 60px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.loding .ldBar{
    border-radius: 5px;
    position: relative;
    width: 10px;
    height: 10px;
    background: rgba(217, 217, 217, 1);
}
.loding .cor{
    background: rgba(255, 133, 29, 1);
}
.cut img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 80px;
    margin-bottom: 20px;
}
.sad img {
    position: relative;
    width: 136px;
    height: 136px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.qr{
    position: relative;
    width: 217px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);

    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 500;
    line-height: 23.87px;
    letter-spacing: -0.025em;
    text-align: center;

}
.Home {
    position: relative;
    width: 103px;
    height: 33px;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(64, 44, 255, 1);
}
.Home div{
    color: rgba(255, 255, 255, 1);
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.71px;
    letter-spacing: -0.025em;
    text-align: center;
    padding: 8px;
}

.Reconnet {
    position: relative;
    width: 103px;
    height: 33px;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(255, 133, 29, 1);
}
.Reconnet div{
    color: rgba(255, 255, 255, 1);
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.71px;
    letter-spacing: -0.025em;
    text-align: center;
    padding: 8px;
}