@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Sans:wght@300;400;500;600;700&display=swap');

html, body{
    height:100%;
    scroll-behavior: smooth;
    /* background-color: #f2f9fa; */
}

body {
    font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.wrapper {
}
.hand{
    cursor:pointer;

}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    opacity: 0.8;
}

.intro-payment-wrap .text-content{
	display:contents;
}

.intro-payment-wrap .btn-group {
	max-width:528px;
}

.intro-payment-wrap .btn-group button {
	border:2px solid #002fd9;
	background-color: #ffffff;
	color: #002fd9;
	border-radius:4rem;
}

.intro-payment-wrap .btn-group button.active {
	background-color: #002fd9;
	color: #ffffff;
	border-radius:4rem;
}

.btn-yellow {
	background-color : #FEE500;
}

.btn-yellow:hover {
	background-color: rgba(254,229,0,0.8);
}

.btn-primary {
    color: #fff;
    background-color: #002fd9;
    border-color: #002fd9;
}

.text-uppage-date-color {
	color : #bbb !important;
}

.bg-uppage-color {
	background-color: #002fd9 !important;
}

.form-link-img {
    cursor:pointer;
    position:relative;
    background-color: #ecece9;
    border: 1px solid #ecece9;
    min-width:3.125rem;
    min-height:3.125rem;
    width: 65%;
    height: 65%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius:0.4rem;
}

.rounded-uppage {
    border-radius : 0.825rem;
}

.rounded-uppage-sm {
    border-radius : 0.4rem;
}

.text-keep-all {
    word-break: keep-all !important;
}

.width-max-1000 {
	max-width:1000px;
	margin:0 auto;
}


.input-button-max-430 {
	max-width:430px;
	margin:0 auto;
}


.input-button-max-520 {
	max-width:520px;
	margin:0 auto;
}

.shadow-sm {
    box-shadow: 0 0 2.5rem rgb(0 0 0 / 5%) !important;
}

.shadow {
    box-shadow: 0 0 2.5rem rgb(0 0 0 / 8%) !important;
}

.pt-8 {
	padding-top: 8rem;
}

.pb-8 {
	padding-bottom: 8rem;
}

.fs-3d5 {
	font-size: 3.5rem;
}

.fs-3d0 {
    font-size: 3rem;
}

.fs-2d25 {
	font-size: 2.25rem;
}

.fs-1d5 {
    font-size: 1.5rem;
}

.fs-1d125 {
    font-size: 1.125rem;
}

.fs-0d938 {
	font-size: 0.938rem;
}

.fs-0d875 {
	font-size: 0.875rem;
}

.fs-0d75 {
	font-size: 0.75rem;
}

.fs-0d625 {
    font-size: 0.625rem;
}

.footer-wrap img {
    width:137px;
    height:auto;
}

[data-value="#modal_file_sell_section"] .card .form-image figure > img {
    height:272px;
    width:404px;
}

.sn-form-content p {
    margin-bottom:0;
}

.custom-text-truncate {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.custom-text-truncate-1 {
    -webkit-line-clamp: 1;
}

.custom-text-truncate-2 {
    -webkit-line-clamp: 2;
}

.custom-text-truncate-3 {
    -webkit-line-clamp: 3;
}

.custom-text-truncate-4 {
    -webkit-line-clamp: 4;
}

.custom-text-truncate-5 {
    -webkit-line-clamp: 5;
}

.custom-text-truncate-6 {
    -webkit-line-clamp: 6;
}

.custom-text-truncate-7 {
    -webkit-line-clamp: 7;
}

.custom-text-truncate-8 {
    -webkit-line-clamp: 8;
}

.sell-image {
    width:113px;
    height:76px;
    object-fit:contain;
}

.iphone-manual {
	display:none !important;
}

@media (max-width:767px){
    [data-value="#modal_file_sell_section"] .card .d-flex {
        flex-direction: column;
    }

	[data-value="#modal_file_sell_section"] .card .form-image figure > img {
		height:100%;
		width:100%;
	}

    .course-chapter-explain-wrap {
        font-size: 80%;
    }

    .course-chapter-explain-wrap > .icon-sm {
        width: 1rem !important;
        height: 1rem !important;
        line-height: 1rem !important;
    }

	.iphone-manual {
		display:block !important;
	}
}

.text-decoration-none {
    text-decoration: none !important;
}

#form_signup_direct input::placeholder {
	font-size: 0.75rem;
}
#down_bar_wrap{
    position: fixed;
    bottom:20px;
    width:100%;
}
@media (min-width: 320px){
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
}

@media (min-width: 700px) {
    .pc{
        display: block;
    }
    .mobile{
        display: none;
    }
}