@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{
    font-size: 10px;
}
*{margin:0; padding:0;}
body{
    font-family: 'Pretendard';
    font-size: 1.6rem;
    font-weight: 400;
    word-break: keep-all;
    color:#222;
    background-size: cover;
    background-position: center;
}
li{
    list-style: none;
}
p{
	margin-bottom:0;
}
a{
    text-decoration: none; color:inherit;
}
a:hover{    text-decoration: none;}
.main_container_wrap{background: url('../img/bg.jpg');background-size: cover;min-height: calc(100vh - 120px);overflow: hidden;align-items: center;display: flex;padding-top:40px;}
.container{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    height: 100%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing_right figure img{
    filter: drop-shadow(0px 3px 17px rgba(0,0,0,0.2));
    /* height: 120%; */
}
.logo{
    margin-bottom: 35px;
}
.logo img{/* width: 200px; */}
.title{

    margin-bottom: 20px;
    margin-left:-3px;
    color:#fff;
    font-size: 48px;
    font-weight: 800;
}
.title p{
	margin-top:5px;
	font-size: 32px; font-weight: 500;
    margin-bottom: 10px;
}
.title h3{
    font-size: 45px; font-weight: 100;

    color: #2EFF47;
    margin-bottom: 96.8px;
}
h3{
    font-size: 24px;
    color:#fff;
    font-weight: 500; margin-bottom: 10px;
}
h3 span{
    font-weight: 300;
    font-size: 16px;
}
.sub_title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color:#2b2a2a;
    font-size: 3.4rem;
    line-height: 1.4;
	white-space: pre-line;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.store_link{
    display: flex;flex-wrap:wrap; margin-bottom: 30px;
}
.store_link a{
    display: flex; align-items: center; margin-right: 15px;margin-bottom: 10px; padding: 11px 50px 15px;
    border-radius: 5rem;
    color:#fff;
    transition: background 0.2s ease-in-out;
    background-color: #FF808B;
	width:45%;
}
.store_link>a>div{
	display:flex; align-items:center;
}
.store_link a:first-child{
}
.store_link a:last-child{
    margin-right: 0;
    background-color: #FF808B;

}
.store_link a:hover{
    filter: brightness(95%);
}
.store_text{
    margin-left: 7px;
	line-height:1;
    font-size: 1.9rem; font-weight: 600;
}
.store_text small{
    font-size: 1.4rem; font-weight: 100;
}
.mockup img{

transition:transform 0.5s ease-in-out;

animation: mockup_ani 1s ease-in-out 1 normal forwards;

opacity: 0;

transform: scale(1.5);
}
@keyframes mockup_ani{
    0%{
        transform: translateY(50px);
    }

    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
.landing_left{
	padding-right:40px;
	width: 45%;
}
.landing_right{width: 55%;}
.landing_sub {
        position: fixed;
        bottom: 50%;
        right: 0;
        transform: translateY(-50%);
}
.landing_sub li {
    width: 96px;
    height: 90px;
    text-align: center;
}
.landing_sub li:nth-child(1) {
    background: linear-gradient(-25deg, #67FF86, #2EFFAB);
    border-radius: 12px 0 0 0;
}
.landing_sub li:nth-child(2) {
    background: #33363D;
    border-radius: 0 0 0 12px;
}
.landing_sub li p {
    font-size: 13px;
}
.landing_sub li img {
    margin-top: 15px;
}
.landing_sub li:nth-child(2) p {
    color: #fff;
}
.landing_sub a {
    display: block; padding-top:6px; height:100%;
}
footer{

    background-color: #2b1d1d; color:rgba(255, 255, 255, 0.8);
}
.top_footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #393D41;
}
.top_menu {
    width:1024px;
    height: 100%;
    margin: 0 auto;
}
.top_footer li {
    float: left;
    font-size: 13px;
    margin-right: 18px;
    position: relative;
}
.top_footer li:after {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 1px;
    height: 10px;
    display: block;
    content: "";
    background-color: #fff;
}
.top_footer li:nth-child(1):after {
    display: none;
}
.slide_footer {
    width:1024px; margin:0 auto;
    padding: 35px 0 35px 0;
}
.slide_footer h4 {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.slide_footer h4:after {
    background-image: url(../img/up.png);
    width: 7px;
    height: 8px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 90px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.slide_footer h4.active:after {
    transform: rotate(0deg);
    top: 20%;
}
.footer_wrap{
	width:1200px;
	padding:50px 0;
	margin:0 auto;
	font-weight: 400;
	line-height: 1.6;
	font-size: 13px;

	text-align: center;
}
.footer_wrap p{
    margin-top: 10px;
    font-size: 13px; opacity: 0.8;
}
.footer_wrap a:hover{
    text-decoration: underline; color:#fff;
}
.footer_right_content {
    text-align: right;
    float: right;

}
.e-mail {
    margin-top: 10px !important;
    font-size: 16px;
}
.slide_footer{
	display:flex; justify-content:space-between; align-items:center;
}

/*��Ʈ Ŀ���� ����*/
/*���*/
img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}
.modal-content{
    border-radius: 2rem; border:none;
}
.modal-dialog{
    max-width: 1450px;
}
.modal-dialog-sm{
    max-width: 372px;
}
.modal-dialog-md{
    max-width: 626px;
}
.modal-dialog-lg{
    max-width: 800px;
}
.modal-header{
    display: flex;
    align-items: center;
    margin: 0 5rem;
    padding:6rem 0 3rem;
    border-bottom:0;
    border-top-left-radius:2rem; border-top-right-radius:2rem;
}
.modal-header1{
    padding:4rem 0 3rem;
}
.modal-dialog-sm .modal-header{
    justify-content: flex-end; padding:2rem 0 1rem;
    border-bottom: 0; margin: 0 3rem;
}
.modal-dialog-sm .modal-body{
    padding:0 3rem;
    text-align: center; font-size: 1.6rem;
}
.modal-dialog-sm .modal-body img{
    display: block; margin:0 auto 20px;
}
.modal-dialog-sm .modal-footer{
    padding-top:40px;
}
.modal-dialog-sm .modal-footer>*{
    margin:0;
}
.modal-dialog-sm .modal-footer .btn{
    border-top-left-radius: 0; border-top-right-radius: 0;
}
.modal-dialog-sm .modal-footer2{
    padding:40px 0 0;
}
.modal-dialog-sm .modal-footer2 .btn:first-child{
    border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0;
}
.modal-dialog-sm .modal-footer2 .btn:last-child{
    border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0;
}
.modal-title{
    display: block;
    font-size: 2.8rem; color:#000; font-weight: 700;
}
.modal-body{
    padding: 0 5rem;
    color:#252A34;
}
.modal-body{ -ms-overflow-style: none; }
.modal-body::-webkit-scrollbar { display: none; }
.modal-footer{
    flex-wrap: nowrap;
    padding: 0;
    border-top:0; border-bottom-right-radius:2rem; border-bottom-left-radius:2rem;
}
.modal-footer2{
    padding: 6rem 5rem;
    padding-top: 3rem;
}
.modal-footer3{
    padding: 3rem 5rem;
}
.modal-header .logo{
    margin-bottom: 10px;
}
.modal-header .close{
    margin: 0; padding: 0;
    width: 3.3rem; height: 3.3rem;
    display: flex; align-items: center;
}
.modal-dialog-sm .modal-header .close{
    margin: 0; padding: 0;
    width: 2.2rem; height: 2.2rem;
}
.revenue_visual{
    margin-bottom: 100px;
}


.con_wrap{ width:100%; max-width:1200px;  padding:4rem 2rem; margin:0 auto}
.con_wrap h2{font-size:3.2rem; }
.con_wrap h3{font-size:2.2rem; color: #000; }
.terms_head{border-bottom:#fff 1px solid ; padding:2rem 0rem}




@media screen and (max-width: 1280px){
    .container{

    }
    .mockup img{
        /* width:90%; */
        /* margin-left: 10%; */
    }
    .footer_wrap{
        width:100%; padding:50px 20px; box-sizing:border-box;
    }
    .top_footer {
        width:calc(100% - 40px); padding: 0 20px;
    }
    .top_menu {
        width:calc(100% - 40px);
    }
    .slide_footer {
        width:calc(100% - 70px);
    }
    .title h3 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px){
    body{

        /* background: url(../img/bg_landing_m.png) no-repeat;
        background-size: cover */
    }
	.main_container_wrap {padding-top:50pxalign-items: end;}
    .container{
        flex-wrap: wrap; width:calc(100% - 80px); height: auto; padding:0 40px;
    }
    .landing_left{
        width:100%; padding-right: 0;
    }
    .store_link{
        margin-bottom: 30px;
    }
    .logo{
        text-align: center; margin-bottom: 20px;
    }
    .title{
        text-align: center;
    }
    .sub_title{
        text-align: center; font-size:2.5rem;
    }
    .store_link{
        justify-content: center;
		flex-direction: column;
    }
	.store_link a{margin-bottom:10px;margin-right:0;}
	.store_link>a>div {
		width: 23px;
	}
    .landing_right{
        width:100%;
    }
    .mockup img{
        /* width:50%; */
        /* margin-left: 25%; */
    }
	h3{
		text-align:center;
	}
	.logo img{width:70px}

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

.store_text{

    font-size: 1.8rem;
}
.store_text small{
    font-size: 1.4rem;
}


	.store_link{
		margin-bottom:15px;
	}
	.landing_left{
		padding-right:0;
	}
    .container{
        display: block;
         width:calc(100% - 40px); padding:0 20px;
    }
    .logo{
        margin-bottom: 20px;
    }
    .title{
        font-size: 2.8rem;
    }
    .title h3 {
        margin-bottom: 20px;
        font-size: 3rem;
    }
    .title p{
        font-size: 2rem;
    }
    .sub_title{
        margin-bottom: 30px;
        font-size:19px;
    }
    .top_menu{
        overflow: hidden; margin:0; padding:10px 0;
    }
    .top_footer{
        height: auto;
    }

    .landing_sub {
        bottom: 0;
        width: 100%;
        z-index: 99;
        height: 50px;
        line-height: 50px;
        transform: translateY(0);
    }
	.landing_sub a{
		padding-top:0;
	}
	.store_text{font-size:1.4rem}
    .store_link a{
        width:100%;padding:8px 20px;
    }
	.store_link a:first-child{
		margin-right:10px;
	}
    .mockup img{
        width:80%; margin-left: 10%;
    }
    .top_footer li {
        font-size: 12px;
        margin-right: 15px;
    }
    .top_footer li a{
		display:block;
	}
    .e-mail {
        font-size: 14px;
        text-align: left;
    }
    .footer_right_content p {
        font-size: 12px;
    }
    .slide_footer {
        position: relative;
        padding-bottom: 100px;
    }
    .slide_footer h4 {
        margin-top: 10px;
    }

    .footer_right_content {
        position:relative; width:100%; margin-top:40px;
        text-align: left;
    }
	.footer_right_content p{
		margin-bottom:10px;
	}
	.top_footer li:after{
		top:10px; left: -7px;
	}
	.top_footer li{
		height:30px; line-height:30px;
	}
    .landing_sub li {
        width: 50%;
        height: 50px;
        float: left;
    }
    .landing_sub li p {
        font-size: 15px;
    }
    .landing_sub li img {
        display: none;
    }

	.slide_footer{
		width:calc(100% - 40px);
	}
    .landing_sub li:nth-child(1), .landing_sub li:nth-child(2) {
        border-radius: 0 0 0 0;
    }
	.slide_footer{
		flex-wrap:wrap;
	}
	.footer_right_content {
		width:100%;
	}
	.store_link:last-child a{
		justify-content:center;
	}
	.modal-header{
		padding:3rem;
		margin:0;
	}
	.modal-body{
		padding:0 3rem;
	}
}
@media screen and (max-width:400px){
	.store_link{
		flex-wrap:wrap;
	}
	.store_link a:first-child{
		margin-right:0;
	}
}