body {
    padding: 0px;
    margin: 0px;
}

.App {
    background-size: cover;
    background-position: center;
}

.g-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.tooltiptext {
    display: none;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #423f3f;
    font-family: "Noto sans kr 400", sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    padding: 6px 10px;
    position: absolute;
    z-index: 1;
    right: -36px;
    top: 40px;
}

.avatalk-contents {
    position: relative;
    display: flex;
    flex-flow: row;
}

.charecter-con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
}

.charecter-area {
    width: 400px;
    text-align: center;
}

.charecter-area img {
    width: 100%;
}

.chat-con {
    width: 90%;
    margin-left: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.avatalk-logo {
    position: absolute;
    top: 0;
}

.charecter-btn {
    position: absolute;
    left: 0;
}

.charecter-motion {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.w-button {
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    color: #fff;
    line-height: inherit;
    padding: 8px 17px;
}

.motion-btn {
    line-height: 20px;
    margin-bottom: 12px;
    width: max-content;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
    border: 1px solid #94a7c6;
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-family: Notosanskr, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 14px;
    margin-bottom: 12px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}

.chat-btn {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    align-items: center;
}
.chat-button {
    padding: 8px 17px;
    box-sizing: border-box;
}

.chat-button-wrapper {
    background-color: rgba(150, 160, 251, 0.5);
    border: 1px solid #fff;
    border-radius: 30px;
    height: auto;
    line-height: 26px;
    font-family: Notosanskr, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    width: auto;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
}

.chat-button-wrapper > img {
    margin-bottom: -6px;
}

.fixed-chat-button {
    padding: 7px 17px;
    box-sizing: border-box;
}

.fixed-chat-button-wrapper {
    background-color: rgba(150, 160, 251, 0.5);
    border: 1px solid #fff;
    border-radius: 30px;
    height: auto;
    line-height: 30px;
    font-family: Notosanskr, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    width: auto;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
}
.fixed-chat-button-wrapper > img {
    margin-bottom: -6px;
}

.chat-message {
    color: #ffffff;
    text-align: center;
    padding-left: 4px;
}

.chat-message {
    color: #fff;
    font-family: Notosanskr, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
}

.ava-watermark {
    display: block;
    height: 19px;
    padding-top: 0px;
    background-image: url(https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/images/avatalk-logo-w_1.svg);
    background-position: 50% 50%;
    background-size: 120px;
    background-repeat: no-repeat;
}

.logo-wrap {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0px;
}

.g-wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.button-icon {
    width: 20px;
    vertical-align: text-top;
    margin-right: 5px;
}
.button-thumbnail {
    width: -webkit-fill-available;
}
.button-text {
    line-height: 20px;
    display: inline;
    vertical-align: text-top;
}

.button-divider {
    border: 1px solid #c9c9c9;
    margin-top: 8px;
    margin-bottom: 20px;
    width: -webkit-fill-available;
}

.iframe-button {
    margin-bottom: 12px;
    padding-bottom: 0px;
    height: 210px;
}

@media screen and (max-width: 719px) {
    .chat-con {
        max-width: 360px;
    }
}

.g-wrap {
    display: block;
    overflow-y: auto;
}

.ava-watermark {
    background-size: 120px;
}

.avatalk-contents {
    width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 20px;
}

.charecter-con {
    margin-bottom: -10px;
    margin-right: auto;
    margin-left: auto;
}

.charecter-area {
    margin-top: 100px;
    width: 360px;
    margin-bottom: 30px;
    line-height: 200px;
    min-height: 200px;
}

.chat-btn {
    margin-top: 30px;
}

.charecter-area #char-image {
    vertical-align: middle;
}

.chat-con {
    display: block;
    margin: 0 auto;
}

.logo-wrap {
    position: relative;
}

.tooltiptext {
    right: 2px;
    top: 34px;
}

.chat-message {
    padding-left: 0px;
}
.charecter-con {
    min-width: 90%;
    max-width: 90%;
}

.privacy-title-wrapper {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.privacy-sub-title-wrapper {
    display: flex;
    align-items: center;
    padding-top: 5px;
}


.user-input-title-wrapper {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.privacy-title {
    font-weight: 600;
    margin: auto;
    text-align: center;
}

.user-input-title {
    font-weight: 600;
    margin: auto;
}

.privacy-input {
    display: grid;
    padding: 10px 10px 4px 10px;
}
.user-input {
    display: grid;
    margin: 20px;
    border-bottom: 1px solid;
}

.privacy-name {
    padding: 8px;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #B1B8C6;
}
.user-input-name {
    padding: 10px;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-left: 10px;
}

.privacy-input-wrapper {
    background-color: white;
    width: 100%;
    min-height: 174px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding-bottom: 2px;    
}

.user-input-wrapper {
    background-color: white;
    width: 100%;
    min-height: 104px;
    margin: 10px;
    border-radius: 20px;
}

.privacy-aggrement-wrapper {
    font-size: 13px;
    padding: 10px;
    margin: 10px;
}

.privacy-aggrement {
    display: flex;
    align-items: center;
}

.privacy-aggrement span {
    margin-left: 7px;
}

.privacy-aggrement a {
    color:inherit;
}

.privacy-submit {
    display: flex;
    margin: 12px;
}

.privacy-submit span {
    margin: auto;
}

.privacy-required-text {
    text-align: center;
    font-size: 14px;
    color: red;
    display: none;
}

.user-input-context {
    text-align: center;
    border: none;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 12px;
}

.user-input-context:focus {
    outline: none;
}

.user-input-submit {
    margin: 12px;
}

.privacy-sub-title {
    margin: auto;
    font-family: Notosanskr, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    margin-top:8px;
    margin-bottom:6px;
}

.text-wrapper {
    margin-bottom: 10px;
}

.main-title-wrapper {
    margin-bottom: 4px;
}

.main-title {
    font-family: Notosanskr, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}

.sub-title {
    font-family: Notosanskr, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}

.contents-divider-wrapper {
    width: 100%;
}

.contents-divider {
    border-width: 1px;
    display: flex;
}

input[type="checkbox"] {
    accent-color: #8D9598;
}



.selectBox2 * { box-sizing: border-box; }
.selectBox2 {
  position: relative;
  display: none;
  width: 100px;
  height: 35px;
  border-radius: 4px;
  background-size: 20px;
  cursor: pointer;
}
.selectBox2 .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  padding-left: 15px;
  padding-right: 13px;
  font-size: 15px;
  background: transparent;
  cursor: pointer;
}

.selectBox2 .label img {
    width: 14px; /* 화살표 이미지의 크기를 조절합니다 */
    height: 14px;
}

.selectBox2 .optionList {
  position: absolute; 
  top: 16px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.60);
  color: black;
  list-style-type: none;
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
  max-height: 0;
  transition: .3s ease-in;
}

.selectBox2 .optionList::-webkit-scrollbar {width: 6px;}
.selectBox2 .optionList::-webkit-scrollbar-track {background: transparent; }
.selectBox2 .optionList::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {background: #303030;}

.selectBox2.active .optionList {
  max-height: 500px;
}

.selectBox2 .optionItem {
  padding: 7px 15px 7px;
  transition: .1s;
}

.selectBox2 .optionItem:hover {
  background: rgba(255, 255, 255, 0.65);
}

.selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}

.right-button-wrap {
    position: absolute;
    right: -8px;
    top: 40px;
    color: #222222;
}

.badge-area-share {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    position: absolute;
    right: 20px;
}

.badge-area {
    right: 67px;
    width: 90%;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
    position: absolute;
}

.share-button-wrapper {
    z-index: 3;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 5px #0003;
    cursor: pointer;
    top: 0px;
}

.ai-button-wrapper {
    z-index: 3;
    position: absolute; 
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex !important;
    background-color: white;
    box-shadow: 0 2px 5px #0003;
    top: 0px;
}

@media screen and (max-width: 767px) {
    .badge-area {
        margin-bottom: 10px;
        left: auto;
        right: 63px;
    }
    
    .badge-area-share {
        width: 100%;
        margin-bottom: 10px;
    }
    .share-button-wrapper {
        width: 36px;
        height: 36px;
    }
    .ai-button-wrapper {
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 479px) {
    .badge-area-share {
        flex: 0 auto;
        width: 90%;
    }

    .avatalk-contents {
        width: 100%;
    }
}


@media screen and (max-width: 719px) {

    .privacy-required-text {
        font-size: 11px;
    }

    .privacy-aggrement-wrapper {
        font-size: 11px;
    }
    
    .chat-btn {
        margin-top: 30px;
    }

    .charecter-area {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .chat-message {
        padding-left: 0px;
    }

    .tooltiptext {
        right: 2px;
        top: 70px;
    }
    .chat-con {
        width: 90%;
    }
    .iframe-button {
        height: auto;
    }
}

@font-face {
    font-family: "NotoSansKRBold";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NotoSansKR-Bold.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NanumSquareRound";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NanumSquareRoundOTFB.woff")
        format("woff");
}

@font-face {
    font-family: "NanumSquareBold";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NanumSquareB.woff")
        format("woff");
}

@font-face {
    font-family: "NanumMyeongjoExtraBold";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/NanumMyeongjoExtraBold.woff")
        format("woff");
}

@font-face {
    font-family: "MaruBuri";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/MaruBuri-Bold.woff")
        format("woff");
}

@font-face {
    font-family: "SeoulHangangExtraBold";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/SeoulHangangEB.woff")
        format("woff");
}

@font-face {
    font-family: "IMHyemin";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/IM_Hyemin-Bold.woff")
        format("woff");
}

@font-face {
    font-family: "UhBeeZZIBA";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/UhBeeZZIBA-Regular.woff")
        format("woff");
}

@font-face {
    font-family: "Katuri";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/Katuri.woff")
        format("woff");
}

@font-face {
    font-family: "Neodgm";
    src: url("https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/common/builder/fonts/neodgm.woff")
        format("woff");
}
