:root{
    --bg_thumbnail: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
    --bgColor: #010a13;
    --mainColor: #c8aa6e;
    --subColor: #f0e6d2;
}

html {
    font-size: min(2vw,18px);
    height: 100%;
}

button:focus{
    outline:0;
}

.nav-distance {
    padding: 3.3% 4.3%;
}
.nanumsquare {
    font-family: 'NanumSquare', sans-serif !important;
}

body {
    margin: auto;
    font-family: NanumSquare;
    background-color: #010a13;
    box-sizing: border-box;
    color: #f0e6d2;
}
a{
    color: #c8aa6e;
}
a:hover{
    color: #c8aa6e;
}
.navbar-light .navbar-brand {
    line-height: 1.68;
    text-align: left;
    color: #c8aa6e;
}
.navbar-light .navbar-nav .nav-link {
    color: #f0e6d2;
}
.navbar-light .navbar-toggler {
    color: #f0e6d2;
    border-color: #f0e6d2;
    border: none;
}
.section {
    margin-top: 7rem;
}
.h1,
h1 {
    color: #f0e6d2;
    font-size: 2.7rem;
    font-weight: bold;
}
#header{
    background-color: #010a13;
    width: 100%;
    height: 7rem;
    margin-bottom: 20px;
}
#header div{
    color: #f0e6d2;
    width: fit-content;
    margin: auto;
    top: 2.4rem;
    position: relative;
    font-size: 2rem;
}
#header div .name_3seclab{
    width: fit-content;
    color: #c8aa6e;
    font-weight: bold;
    margin-right: 0.5rem;
}
#header div h2{
    margin-bottom: 0px;
}
.nav-up{ 
    opacity:0;
}
.nav-down{
    opacity: 1;
}
.title {
    font-size: 2rem;
    line-height: 1.67;
    text-align: center;
    color: #f0e6d2;
}
.subtitle {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.53;
    text-align: center;
    color: #f0e6d2;
    margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
    html {
        font-size: 0.5rem;
    }
    .navbar-brand {
        font-size: 2rem;
    }
    .logo {
        width: 110px;
        height: 110px;
    }
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c8aa6e;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #c8aa6e;
}
.select-styled:active, .select-styled.active {
  background-color: #c8aa6e;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #c8aa6e;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #ffffff;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #c8aa6e;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.github-link {
    font-size: 1.75rem;
    line-height: 1.71;
    text-align: center;
    color: #004f9f;
}
.file-upload {
    padding: 7% 3%;
    margin: 0 auto;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.image-upload-wrap {
    max-width: 400px;
    max-height: 400px;
    width: 60vw;
    margin: 0 auto;
    position: relative;
    object-fit: contain;
    border-radius: 10px;
    border: dashed 4px #c8aa6e;
    background-color: #f0e6d2;
}
.logo {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0px auto;
}
.image-dropping,
.image-upload-wrap:hover {
    background-color: #c8aa6e;
    border: 4px dashed #f0e6d2;
}
.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}
.wordMessage {
    color: #f0e6d2;
    font-size: 1.5rem;
}

.resultName {
    border-bottom: solid;
    width: fit-content;
    margin: auto;
    font-size: 3rem;
    color: #c8aa6e;
    font-weight: bold;
    margin-top: 3rem;
}
.resultRealName {
    font-size: 2rem;
    color: #ff843a;
}

.result {
    display: none;
    margin: auto;
}
.drag-text {
    text-align: center;
    padding: 10%;
}
.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #c8aa6e;
    padding: 60px 0;
}
.file-upload-image {
    max-height: 90%;
    max-width: 90%;
    margin: auto;
    padding: 20px;
}
.loadingMessage {
    color: #c8aa6e;
}
.remove-image {
    font-size: 14px;
    width: 200px;
    margin: 0;
    color: #010a13;
    background: #c8aa6e;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.remove-image:hover {
    background: #c13b2a;
    color: #f0e6d2;
    transition: all 0.2s ease;
    cursor: pointer;
}
.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.upload_message {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.5rem;
}
.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
} /* Set the color of the icon */
.at-share-btn-elements svg path,
svg rect {
    fill: #f0e6d2;
}
svg path,
svg rect {
    fill: #c8aa6e;
} /** * Tooltip Styles */ /*
Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 9999999;
    cursor: pointer;
} /* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: progid:
DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
} /* Position tooltip
above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 80%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -30px;
    padding: 7px;
    width: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #f0e6d2;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
} /* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 80%;
    left: 50%;
    margin-left: 1px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ' ';
    font-size: 0;
    line-height: 0;
} /*
Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    z-index: 9999999;
} /* Convert to
a Circle-image */
.caption div {
    box-shadow: 0 0 5px #c8c8c8;
    transition: all 0.3s ease 0s;
}
.img-circle {
    border-radius: 50%;
}
.img-circle {
    border-radius: 0;
}
.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    position: relative;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.upload-image-circle {
    width: 15rem;
    height: 15rem;
    margin: auto;
}
.btnInsta{
    margin-left: 10px;
}
.bottom-line {
    background: linear-gradient(0deg, #42CBE4 40%, transparent 40%);
}
/* modal */
.modal-content{
    margin: auto;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    padding: 14px;
}
.modal-header{
    border-bottom: none;
}
.modal-body{
    color: #26292D;
    text-align: center;
}
.modal-body h2{
    font-size: 16px;
    font-weight: bold;
}
.modal-body h1{
    margin-top: 9px;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: bold;
    color: #26292D;
}
.modal-body h3{
    font-size: 14px;
    color: #808080;
    font-weight: bold;
}
.modal-body img{
    width: 30%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.modal-footer{
    border-top: none;
}
.modal-footer .btn{
    width: 95%;
    height: 50px;
    font-size: 12px;
    display: grid;
    margin: 0 auto;
    background-color: #42CBE4;
    border: none;
    border-radius: 50px;
}
.modal-footer .btn div{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}
/* popup */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}
.overlay.light {
    background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 75px auto;
    padding: 20px;
    background: #f0e6d2;
    border: 1px solid #666;
    width: 400px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
}
.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
    font-size: 2.5rem;
    margin-top: 0;
    color: #666;
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}
.popup .close:hover {
    opacity: 1;
}
.popup .content {
    max-height: 400px;
    overflow: auto;
}
.popup p {
    margin: 0 0 1em;
}
.popup p:last-child {
    margin: 0;
}
.ad-banner {
    width: 306px;
    margin: auto;
    border: solid;
    border-color: #c8aa6e;
    border-width: 3px;
}
.kakao_ad_area {
    display: contents;
}
.popup_content {
    text-align: center;
    margin-top: 30px;
    color: #c8aa6e;
    font-size: 2rem;
}
.brand {
    color: #c8aa6e;
    font-weight: bold;
    font-size: 2rem;
}
/* ------------------하단 배너-------------------- */
.container_banner {
    margin-top: 5rem;
}
#banner_title{
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
#banner_subtitle{
    text-align: center;
    font-size: 1.8rem;
    margin-top: 10px;
    color: var(--mainColor);
}
.card-body {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-radius: 30px 30px;
    border: solid;
    border-color: var(--subColor);
    border-width: 3px;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
#card-title{
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 10px;
}
#card-subtitle{
    font-size: 1.5rem;
}
.btn-card{
    bottom: 80px;
    border: none;
    background: none;
    font-size: 60px;
    position: absolute;
    color: #fff;
    width: 280px;
}
.btn-card: focus{
    outline: 0;
}
.btn-primary {
    width: 130px;
    font-size: 12px;
    display: grid;
    margin: 0 auto;
    background-color: #c8aa6e;
    border: none;
}
.btn-primary:hover {
    background-color: #c8aa6e;
    border-color: #c8aa6e;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #c8aa6e;
    border-color: #c8aa6e;
}
.btn-primary:focus {
    background-color: #c8aa6e;
    border-color: #c8aa6e;
    box-shadow: 0 0 0 0.2rem #010a13;
}

.resultIntro {
    text-align: left;
    padding-left: 15%;
    font-size: 2.9rem;
}

.ad-footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 90px;
    width: 100%;
}

.all-results-title {
    max-width: 80%;
    margin: auto;
    font-size: 4.3rem;
    font-weight: bold;
    margin-top: 9rem;
}

.all-results {
    max-width: 80%;
    margin: auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #c8aa6e;
    margin-top: 2.3rem;
    margin-bottom: 2.3rem;
}

.odometer {
    font-size: 60px;
    margin: 200px 0;
    text-align: center;
    width: 100%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.page-view {
    display: -webkit-box;
    -webkit-box-pack: center;
    color: #c8aa6e;
}

.instagram {
    text-align: center;
    margin: 0;
    margin-top: 6rem;
}

.example {
    margin: 0 auto;
    width: 80%;
    height: auto;
    text-align: center;
}

.example-pic {
    margin-top: 4rem;
    padding: 2rem;
    width: 90%;
    height: auto;
    border: solid;
    border-width: thin;
    border-color: #c8aa6e;
}

.example-message {
    margin-bottom: 5rem;
    font-size: 1.5rem;
    color: #937341;
    font-weight: bold;
}

.resultIntro-container {
    display: flex;
}

.hashtag {
    font-size: 1.8rem;
    color: #c8aa6e;
    border-bottom: solid;
    border-color: #c8aa6e;
    padding-bottom: 7rem;
    border-width: 0.3rem;
    max-width: 90%;
    margin: 0 auto;
}

.example-title {
    margin-top: 5rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #f0e6d2;
}

.copyrightSection {
    font-size: 1.5rem;
    padding: 20px 0px;
    border-bottom: solid;
    border-top: solid;
    border-color: #c8aa6e;
    width: 90%;
    text-align: center;
    color: #f0e6d2;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.reference {
    text-align: center;
    display: grid;
    margin-top: 5em;
}

.reference-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.reference-link {
    font-size: 2rem;
    color: #937341;
}

.date {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
    color: #c8aa6e;
}

.versionBtn{
    text-align: center;
}

.btn_toEn{
    color: #fff;
    margin-bottom: 4rem;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #c8aa6e;
    padding: 3px 10px;
    border-radius: 7px;
    border: dashed;
    border-width: 2px;
}

.hashtag-title {
    font-size: 2rem;
    font-weight: bold;
}

.form-check {
    position: relative;
    padding-left: 1.25rem;
    margin-top: 5rem;
}
.resultPosition {
    font-size: 2rem;
    text-align: center;
    margin-top: 1.5rem;
    color: #f0e6d2;
    font-weight: bold;
}
.resultBrand{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
    color: #c8aa6e;
}
.resultMessage {
    padding: 1.8rem;
    margin: auto;
    font-size: 1.8rem;
    text-align: left;
    margin-top: 4.2rem;
    color: #f0e6d2;
}

.resultMatching {
    width: fit-content;
    margin: auto;
    font-size: 2rem;
    color: #c8aa6e;
    margin-top: 4.2rem;
    margin-bottom:1.1rem;
}
.resultCloud{
    margin-top: 7rem;
    font-size: 2.5rem;
    color: #f0e6d2;
    font-weight: bold;
}
.toHome-title{
    color: #00bcf2;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.follow-address{
    text-decoration: underline;
}
/* 3초연구소 콘텐츠 광고 */
.content-box{
    text-decoration: none;
}
.content{
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 5rem;
}
.content-bg{
    border-radius: 15px;
    border-color: var(--mainColor);
    border-width: 10px;
    border: solid;
    width: 300px;
    height: 250px;
    filter: brightness(70%);
    object-fit: cover;
}
.content-info{
    color: #fff;
    position: absolute;
    bottom: 10px;
    width: 300px;
    text-align: center;
}
.content-title{
    width: fit-content;
    padding-left: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.content-member{
    width: fit-content;
    padding-left: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5rem;
}
.p-2 {
    padding: .8rem!important;
}

#taboola-below-article-thumbnails{
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
}

.title p{
    text-align: left;
    width: 90%;
    margin: auto;
    font-size: 2.5rem;
    font-weight: bold;
}
.subtitle p{
    text-align: left;
    width: 90%;
    margin: auto;
    color: #c8aa6e;
    font-size: 1.9rem;
}
.fa-instagram{
    color: #fff;
    margin-right: 20px;
    font-size: 2.2rem;
    background-color: #c8aa6e;
    padding: 6px;
    border: dashed;
    border-width: 2px;
    border-radius: 15px;
}
.ad_cm{
    margin-top: 11rem;
}
.ad_cm h2{
    font-size: 2rem;
    color: #f0e6d2;
}