/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
body * {
    /*background-color: #EAE9F5 !important;*/
    /*background-color: #fff !important;*/
    letter-spacing: -0.2px;
    box-sizing: border-box;
}ㄹ
/*사이트 푸터*/
.site-footer {
    max-width: 500px;
    margin: 0 auto;	
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #ebebeb !important;
}

/* active menu item color set to black and bold */
.current-menu-item > a {
    color: #000 !important;
    font-weight: bold;
}

.hidden {
    display: none;
}

button:focus {
    background-color: buttonface;
}

.left-align {
    text-align: left !important;
}

.ast-primary-header-bar, .ast-above-header.ast-above-header-bar {
    background-color: #3666dc;
}

.ast-container {
    padding: 0;
	display: block !important;
}

.ast-plain-container {
    background-color: #fff;
}

.site-header-primary-section-left {
    align-items: center;
}

.site-header-primary-section-left button.menu-toggle {
    padding-top: 0.6em !important;
    padding-left: 0 !important;
}

.site-header-primary-section-left button.menu-toggle:focus {
    border-style: none !important;
    border-color: transparent !important;
    border-width: 0 !important;
    outline: none !important;
}

#content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
/*     background-color: #fdfcf8 !important; */
	background-color: #fdfcf8;
}

.white-bg {
    background-color: #fff;
}

.brown-bg {
    background-color: #382D29;
}

.dark-bg {
    background-color: #382D29;
	margin-top: 80px;
}

.main-color-1 {
    color: #fff;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-blue {
    color: #0000FF;
}

.color-red {
    color: #FF0000;
}

.color-green {
    color: #008000;
}

body #page {
    max-width: 500px;
    margin: 0 auto;

    /*border: 1px solid #bcc;*/
}

.lalign {
    text-align: left !important;
}
.ralign {
    text-align: right !important;
}
.calign {
	text-align: center !important;
}

.pad-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.common-bg {
/*     padding: clamp(1.5rem, 10%, 2.5rem) 1rem clamp(3rem, 20%, 5rem) 1rem; */
	padding: 20px;  /* 컨텐츠 폭 최대 460px 로 제한 */
}

.ask-bg {
    background: url("/wp-content/uploads/2024/10/Main_Fin_01.png"), url("/wp-content/uploads/2024/09/main_star.svg");
    background-repeat: no-repeat;
    /*   background-position: clamp(0px, -15vw, -55px) 100%; */
    background-position: clamp(0px, 15vw, -55px) 15%, clamp(70%, 82vw, 100%) clamp(0vh, 0vh, 20vh);
    /*background-size: 47vw;*/
    background-size: 100%, 12%;
    /*background-color: #EAE9F5;*/
    background-color: #3666dc;
    padding-bottom: 2rem;
}

.padding-g1 {
    padding-top: calc(65% + 10vh);
}

.quote-section {
    /*padding-left: clamp(15%, 25%, 35%);*/
    padding-left: 0;
    padding-top: 1%;
    font-size: clamp(1.1rem, 1.25vw, 1.3rem);
    font-weight: 500;
    line-height: clamp(1.8rem, 2rem, 2.4rem);
	margin-top: 5px;
    margin-bottom: 1rem;
    letter-spacing: -0.2px;
    word-break: keep-all;
}

.flex {
    display: flex;
}

.flex.fcol {
    flex-direction: column;
}

.flex.als {
    align-items: flex-start;
}


.flex.ale {
    align-items: flex-end;
}

.flex.alc {
    align-items: center;
}

.flex.jsb {
    justify-content: space-between;
}

.flex.jcl {
    justify-content: left;
}

.flex.jfs {
    justify-content: flex-start;
}

.flex.jcc {
	justify-content: center;
}

.flex.jce {
	justify-content:flex-end;
}

.hzline {
    height: clamp(0.25rem, 3.5vw, 1.2rem);
    border-top: 0.7px solid black;
    display: block;
    margin: 0 0.5vw;
    flex-grow: 1;
}

.hzline-tiny {
    /*font-size: clamp(1rem, 4.5vw, 1.8rem);*/
    /*line-height: clamp(1.6rem, 7vw, 2.6rem);*/
    height: clamp(0.8rem, 3.5vw, 1.3rem);
    border-top: 2px solid black;
    display: block;
    margin: 0 0.5vw;
    width: 2vw;
}

.hzline-m {
    height: clamp(0.25rem, 3.5vw, 1rem);
    border-top: 1px solid black;
    display: block;
    /*margin: 0 2vw;*/
    width: 40%;
}

.vline-container {
    position: relative;
    display: block;
    height: 60px;
}

.vline-01 {
    border-left: 0.7px solid black;
    height: 60px;
    position: absolute;
    left: 50%;
    /*margin-left: -3px;*/
    top: 0;
}

.main-title {
    width: 100%;
    text-align: center;
    font-size: clamp(1.3rem, 1.6vw, 1.7rem);
    line-height: clamp(2.1rem, 2.6vw, 3.2rem);
    font-weight: 600;
    /*letter-spacing: -0.5pt;*/
}

.main-title-2 {
    width: 100%;
    text-align: center;
    font-size: clamp(1.7rem, 1.8vw, 1.9rem);
    line-height: clamp(1.6rem, 7vw, 2.6rem);
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 40pt;
    /*padding-top: 13px;*/
}

.main-title-3 {
    width: 100%;
    text-align: center;
    font-size: clamp(2.5rem, 2.6vw, 2.8rem);
    line-height: clamp(3rem, 3.2vw, 3.6rem);
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 20pt;
    /*padding-top: 13px;*/
}

.main-title-4 {
    width: 100%;
    text-align: center;
    font-size: clamp(2rem, 2.2vw, 2.4rem);
    line-height: clamp(2.4rem, 2.6vw, 3rem);
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 50pt;
    /*padding-top: 13px;*/
}

.main-hgt-1 {
    height: clamp(49vh, 50%, 54vh);
}

.ellipsis {
    text-align: center;
    margin: 0.1rem auto;
}

.input-section {
    text-align: center;
    /*margin: 1rem 0 3rem 0;*/
}

#input-box {
    width: 90%;
    height: 135px;
    margin: 0 auto;
    border-radius: 10px;
    background: white;
    border: none;
    font-size: 18px;
    color: black;
}

#input-box::placeholder, #input-box::-webkit-input-placeholder, #input-box::-ms-input-placeholder {
    color: #00000070;
    opacity: 1;
}

.btn-logout {
	margin: 50px auto;
	border-radius: 50px;
	width: 40%;
	padding: 12px;
	font-weight: 500;
	background-color: white;
	color: #757575;
	border: 1px solid lightgray;
}

.button-round {
    border-radius: 50px;
    padding: clamp(2vh, 1vh, 2.2vh) clamp(1.6vh, 2vh, 2.5vh);
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    color: white;
    border: none;
    margin: clamp(0.7vh, 2vh, 2vh) 0;
    background-color: #ffffff20;
    letter-spacing: 0;
    width: 40%;
    /*transition: 0.2s all;*/
}

.button-round:focus {
    background-color: #C7998F;
    color: rgba(0, 0, 0, 0.8);
}

.button-round:hover {
    background-color: #C7998F;
    color: rgba(0, 0, 0, 0.8);
}

.button-round:active {
    /*background-color: #a49fd9;*/
    /*transform: scale(0.98);*/
    /*color: rgba(0, 0, 0, 0.8);*/
}

.button-round-10 {
    border-radius: 10px;
    padding: clamp(0.5vh, 1vh, 2vh) clamp(1vh, 2vh, 3vh);
    font-size: clamp(0.5rem, 2vw, 1rem);
    border: none;
    margin: clamp(0.5vh, 1vh, 2vh) 0;
    background-color: buttonface;
    color: black;
}

.quote-center {
    text-align: center;
    font-size: clamp(1.2rem, 1.3vw, 1.5rem);
    line-height: clamp(1.8rem, 2vw, 2.5rem);
    color: #b6946e;
    font-weight: 450;
    letter-spacing: 0;
    margin: 1rem 0 6rem 0;
}

.mtitle-marg {
    margin-top: clamp(1rem, 2.5vw, 3rem);
    margin-bottom: 2rem;
}

.sample-question {
    padding: clamp(15px, 2%, 30px) clamp(15px, 2%, 30px) clamp(12px, 2%, 30px) clamp(15px, 2%, 30px);
    border-radius: 9px;
    height: clamp(6.5rem, 7vw, 10rem);
    margin: clamp(1vh, 1.6vh, 2vh) 0;
}

.question-bg-1, .question-bg-likes, .question-bg-views {
    background-color: #CDDEEF;
}

.question-bg-2, .question-bg-created_at {
    background-color: #ECE1DB;
}

.question-bg-3 {
    background-color: #e1ead4;
}

.question-bg-4 {
    background-color: #EDF3E4;
}

.question-bg-5 {
    background-color: #F0F0F0;
}

.sub-title {
    font-size: clamp(1.1rem, 4vw, 1.2rem);
    line-height: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: bold;
    /*letter-spacing: 0;*/
}

.sub-title-2 {
    font-size: clamp(1.3rem, 4vw, 1.5rem);
    line-height: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: bold;
    width: 100%;
}

.sub-title-2 .ic-part i {
    margin-right: 20px;
}

.sub-title-2 .counter-part {
    font-size: 1rem;
    font-weight: 400;
    min-width: 60px;
    text-align: right;
    background-color: #19191930;
    border-radius: 100px;
    color: #fff;
    padding: 5px 10px;
}

.sub-description {
    color: #222222;
    opacity: 0.5;
    font-size: clamp(0.7rem, 2vw, 1rem);
    line-height: clamp(0.7rem, 2vw, 1rem);
}

.more-section {
    line-height: clamp(1rem, 5vw, 1.5rem);
    margin: clamp(2vh, 5vh, 8vh) 0;
}

.color-light {
    color: #FEFDFC;
}

.img-row-3, .img-row-3 img {
    width: 31%;
    margin-bottom: clamp(1vh, 2vh, 3vh);
}

.more-btn-box {
    padding: clamp(1px, 1vw, 5px);
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    margin: clamp(2vh, 2.5vh, 3vh) 0 clamp(20px, 10vh, 50px) 0;
}
.more-btn-box.inverted {
    border: 1px solid #CAC9C9;;
    color: #EEEBEB;
}
.more-btn-box.normal {
    border: 1px solid #BBB;;
    color: #000;
}

.gaox-grid {
    display: flex;
    flex-wrap: wrap;
}

.gaox-item {
    margin: 5px;
    border: 1px solid white;
}

.gaox-columns-1 .gaox-item {
    width: calc(100% - 10px);
}

.gaox-columns-2 .gaox-item {
    width: calc(50% - 10px);
}

.gaox-columns-3 .gaox-item {
    width: calc(33.33% - 10px);
}

.gaox-columns-4 .gaox-item {
    width: calc(25% - 10px);
}

.gaox-columns-5 .gaox-item {
    width: calc(20% - 10px);
}

.gaox-columns-6 .gaox-item {
    width: calc(16.66% - 10px);
}

.gaox-item img {
    width: 100%;
    height: auto;
}


/* 팝업 애니메이션 */
.fade-in {
    animation: fadeIn 0.3s forwards;
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.slide-up-in {
    animation: slideUpIn 0.5s forwards;
}

.slide-up-out {
    animation: slideUpOut 0.5s forwards;
}

@keyframes slideUpIn {
    from {
        transform: translate(0%, 100%);
    }
    to {
        transform: translate(0%, 0%);
    }
}

@keyframes slideUpOut {
    from {
        transform: translate(0%, 0%);
    }
    to {
        transform: translate(0%, 100%);
    }
}

/* .advice-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
 */
.advice-title {
    color: rgba(0, 0, 0, 0.7);
    margin: 2rem 0;
    font-size: 1.1em;
}

.ask-title {
    margin: 2rem;
    font-size: clamp(1.4rem, 4.5vw, 1.8rem);
    line-height: clamp(2rem, 7vw, 2.8rem);
	font-weight: 650;
}

.wd-760 {
    width: 7px;
    height: 60px;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.img-separator {
    margin: 1rem 0;
}

.advice-container {
    /*   margin: 2rem 0; */
}

.advice-preface {
    font-size: 1.4rem;
}

.advice_subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    /*   margin-top: 3rem; */
    letter-spacing: 0;
}

.advice_description {
    font-size: 1.4rem;
    /*letter-spacing: -1px;*/

}

.advice-closing {
    font-size: 1.4rem;
    /*font-style: italic;*/
    margin-top: 2rem;
}

.cite {
    font-size: 1.1rem;
    color: #0f172a;
    font-weight: 600;
    line-height: clamp(4rem, 4.5vw, 5rem);
}

.advice-buttons {
	margin-top: 0px;
    margin-bottom: 30px;

}

.extra-buttons-whalf {
    background-color: #e0e9ef;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1rem;
    width: 48%;
    line-height: 1.2rem;
}

.extra-buttons-whalf:focus {
    background-color: #BCD9E7;
    /*color: blue;*/
}

.extra-buttons-whalf:hover {
    background-color: #BCD9E7;
    border: 0px solid rgba(0, 128, 0, 0.5);
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:focus {
    background-color: #e0e9ef !important;
    color: #00000070 !important;
}


.bg-download, .sample-question {
    cursor: pointer;
}


#mnd-sp-image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* dim 효과 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.mnd-sp-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.mnd-sp-popup-content img {
    max-height: 90vh;

    border-radius: 10px;
}

#mnd-sp-download-btn, #mnd-sp-close-btn {
    position: absolute;
    padding: 10px 20px;
    background-color: #00000080;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    z-index: 10000;
    font-size: 0.9em;
}

#mnd-sp-download-btn {
    top: 15px;
    right: 85px;
    background-color: #ffffff95;
    color: black;
}

#mnd-sp-close-btn {
    top: 15px;
    right: 15px;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-medium {
    font-weight: 620;
}

.mgtop-50 {
    margin-top: 50px;
}

.pdtop-sm {
    padding-top: 18px !important;
}

/* 성경구절 탭컨트롤 css*/
/* 탭 버튼 스타일 */
.tab-container {
    display: flex;
    margin-bottom: 10px;
}

.tab-container .tab-control {
    margin-top: 1.5rem;
    border-bottom: 2px solid #c8c8c8;
    width: 50%;
    padding: 10px 0;
    *cursor: pointer;
    transition: background-color 0.3s;
    color: #c8c8c8;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
    font-weight: 600;
    line-height: clamp(1.4rem, 5vw, 2rem);

}

.tab-container .tab-control.active {
    border-bottom: 3px solid #5738AF;
    color: #5738AF;
}


/* 탭 내용 스타일 */
.tab-content {
    display: none;
    margin-bottom: 6rem;
}

.tab-content.active {
    display: block;
}

#mannada-answers {
    cursor: pointer;
}

.dashicons, .dashicons-before:before {
    width: unset;
    height: unset;
    font-size: unset;
    line-height: unset;
}

.back-to-main {
    margin-left: 10px;
	font-size: clamp(0.8rem, 0.9rem, 1.2rem);
}

/* 버튼들...모바일때문에 @media 처리필요 : 일단 more-advice-button의 hover만 처리(TODO: 이쪽으로 모두 이동)*/
.more-advice-button {
    background-color: #cbcedf;
    width: 100%;
    padding: 1.1rem;
    font-size: 1rem;
    font-weight: 600;
	margin-top: 50px;
	margin-bottom: 8px;
}

.more-advice-button:focus {
    background-color: #99A3CD;
    /*color: blue;*/
}

@media (hover: hover) {
    .more-advice-button:hover {
        background-color: #99A3CD;
        border: 0px solid rgba(0, 128, 0, 0.5);
    }
}

@media (hover: none) {
    .more-advice-button:hover {
        background-color: #cbcedf;
    }
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bible-optional {
    margin-top: 30px;
    display: none;   /* conditionally shown by javascript */
}

.mannada-custom-content-container {
    width: 100%;
    text-align: center;
}

#mannada-nav-btn {
	cursor: pointer;
}

.profile-container {
    text-align: center;
    margin-top: 20px;
}

.profile-image-wrapper {
    position: relative;
    display: inline-block;
}

.profile-image {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 60px;
}

.camera-icon-overlay {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.camera-icon-overlay i {
    font-size: 20px;
}


.btn-profile-edit {
    margin-top: 20px;
    margin-bottom: 60px;
    background-color: #e8e8e8;
    border-radius: 100px;
    width: 160px;
    height: 45px;
    font-size: 14px;
    padding:10px;
}

.back-button {
    cursor: pointer;
}
.glyphter {
    font-family: 'Glyphter';
}
.current-title {
    flex-grow: 1;
	font-size: clamp(1.1rem, 1.2vw, 1.3rem);
}

#list-myquestions {
    margin-top: 50px;
}