@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html{
    font-size: 10px;
}

*{margin:0; padding:0;}

body {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	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;}

.wh_pre{ white-space: pre-line;}
.mb_60{ margin-bottom: 6.0rem;}
.pt_60{ padding-top: 6.0rem;}


.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;
}

h3{
    font-size: 24px;
    color:#fff;
    font-weight: 500; margin-bottom: 10px;
}
h3 span{
    font-weight: 300;
    font-size: 16px;
}
.sub_title {
	font-size: 4.0rem;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
	margin-bottom: 35px;
	text-shadow: 0 0 3px rgb(0 0 0 / 5%);
}

.sub_title b{ font-weight: 700;}

.store_link {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 30px;
}
.store_link a{}

.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: #111;
	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; }
.terms_head{border-bottom:#fff 1px solid ; padding:2rem 0rem}


/* 약관 페이지 */
.terms_style h3{
	font-size: 1.8rem;
	color: #858585;
}




/*******************************************/
/*		반응형		*/
/*******************************************/

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

	.landing_left,
	.landing_right {
		width: 50%;
	}

	.sub_title {
		font-size: 3.5rem;
	}

	.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: 50px;
		align-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;
	}

	.landing_right {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.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
	}

	.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;*/
	}

}