@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	
}
body{
  	font-family: 'Pretendard', "sans-serif";
	width: 100vw;
	height: 100vh;
    letter-spacing: -1px;
    font-size:3.7vmin;
    color: #666;
}



.sidenav {
    height: 78vmax;
    width: 0;
    position: fixed;
    z-index:99;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.4s;
    border-radius: 20px 0 0 20px;
    background: #5150bc;
    float: left;
    color: #fff;
    overflow-y: auto;
    border-top:1px solid #fff;
    box-shadow: 2px 2px 3px 3px rgba(36,35,87,0.3);
}



hgroup{
    width: 93%;
    margin: auto;
    height: 21.5vmin;
    position: relative;
}

logo, nav{
    float: left;
    top: 50%;
    transform: translateY(-50%);
    
}
logo{
    width: 40%;
    position: absolute;
    float: left;
    
}

nav{
    position: relative;
    float: right;
}
nav img{
    float: left;
    margin-left:2vmin;
    width: 5.5vmin;
  transition: 0.3s;
}

menu{
    width: 100%;
    float: left;
    margin-top: 25px;
}

ul.D_menu>li{
    font-size: 6vw;
    font-weight: 500;
    border-bottom: 1px solid rgba(244,244,244,0.3);
    padding: 4vmin 0;
}

ul.D_menu>li span{
    padding-left: 10%;
}

.sub_menu_box{
    width: 81%;
    margin: auto;
    margin-bottom: 4.5vw;
    margin-top: 2vw;
}

.sub_menu_box span{
    width: 100%;
    display: inline-block;
    border-bottom: 3px dotted rgba(244,244,244,0.4);
    font-size: 6vw;
    padding: 2vmin 0.5vmin;
    margin-bottom: 2vmin;
    font-weight: 700;
}
.sub_menu_box li{
    font-size: 4vw;
    padding: 3px 0;
}

.sub_menu_box ul{
    padding-left: 10px;
}

header{
    width: 100%;
    margin: auto;
    height: 21.5vmin;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}
containor{
    width: 100%;
    float: left;
}
spot img{
    width: 100%;
}


footer{
    width: 100%;
    height: 84vmin;
    background: #1d1d1d;
    margin-top: 13vmin;
    float: left;
    
}
.footer_wrap{
    width: 84%;
    margin: auto;
    position: relative;
    padding-top: 7vmin;

    
}
.copy_menu{
    float: left;
    color: #fff;
    line-height: 8vmin;
    font-size: 4vw;
}

.copy_menu li:nth-child(3){
    font-size: 3.5vw;
}



.copy_center{
    width: 66%;
    float: right;  
}

.footer_cc_box{
	width: 100%;
	height: 34vmin;
	background-color: #111;
	float: left;
	position: relative;
	text-align: center;
	padding: 1.2vmin;
	border-radius: 80px;
	color: #a7a7a7;
	font-size: 4.1vmin;
	z-index: 89;
    line-height: 7.6vmin;
	
}
.footer_cc_box>img{
    width: 9vmin;
    margin-top: 0.5vmax;
	margin-left: 9vmin;
    position: absolute;
}
.footer_cc_box>ul{
    margin-top: 3.3vmin;
}

.footer_cc_box>ul>li>b{
	font-size: 7.2vw;
	color: #fff;
}

address{
    float: left;
 	font-style:normal;
	width: 86%;
	color: #a6a6a6;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 4.2vmin;
    margin: 7vmin;
}
address li{
    font-size: 3.2vmin;
}
address li:nth-child(1){
    font-size: 4vmin;
    font-weight: 600;
    margin-bottom: 5px;
}

address li:nth-child(2){
    letter-spacing: -1px;
}



.button:hover{
	color: #ffe500;
}
.b_color1{
	background-color: #2a58c3;
}
.b_color2{
	background-color: #5150bc;
}
.b_color3{
	background-color: #6d49b6;
}
.b_color4{
	background-color: #8843b1;
}


.ing_bg{
    width: 100%;
    float: left;
    background: #5150bc;
    position: relative;
    padding: 4vw 0;
    
}


.main_title1{
    font-size: 7vw;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.ing_box{
    width: 100%;
    float: left;
    position: relative;
    padding: 4vw 2vw;
    margin-bottom: 3vw;
}
.ing_detail{
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
}

.ing_detail>ul>li{
    padding-top:5px;
}

.ing_detail>ul>li:nth-child(odd){
	color: #1a1956;
	font-size: 4vw;
}
.ing_detail>ul>li>b{
	font-size: 12vw;
	color: #fff;
}
.ing_detail>ul>li:nth-child(2){
	color: rgba(255,255,255,0.5);
	font-size: 4vw;
}
.ing_detail>ul>li:nth-child(4){
	color: rgba(255,255,255,0.5);
	font-size: 3vw;
}



.howtouse_box{
	width: 100%;
	float: left;
	position: relative;
    margin: 5vw 0;
    
}
.howtouse_lft{
	width:10vw;
	position: absolute;
	top: 50%;
	left: 5vw;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    z-index: 50;
}
.howtouse_rgt{
	width:10vw;
	position: absolute;
	top: 50%;
	right: -5%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    z-index: 50;
	
}

.howtouse_banner{
    width: 95%;
    margin: auto;
}

.howtouse_banner img{
    position: relative;
     left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.benefit_wrap{
	position: relative;
	width: 100%;
	float: left;
	background-color:#5150bc;
	padding: 7vw 0;
	overflow:hidden;

}

.title2{
	position: absolute;
	width: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #8d8ced;
	letter-spacing: 0;
	font-size:3vw;
	font-family: Pretendard-Light, "sans-serif";
    line-height: 3.5vw;
    margin-top: 4vw;
    letter-spacing: -0.2vw;
    float: left;

}

.title2>p{
	color: #fff;
	font-size: 7vw;
    font-weight: 700;
	font-family: Pretendard-Bold, "sans-serif";
}



.benefit_inner{
	position: relative;
	width: 150%;
	height: 88vw;
	overflow: hidden;
}


.benefit_box{
	position: relative;
	width: 57vw;
	height: 61vw;
	border-radius: 6vw;
	background-color: #fff;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 8vw 2vw 2vw 2vw;
	padding-top: 3vw;
	float:left;
}

.benefit_hotbox{
    width: 16vw;
    height: 15.5vw;
    background: linear-gradient(to top right, #254CB5 0%, #8440AD 100%);
    border-radius: 3.5vw 3.5vw 3.5vw 0;
    text-align: center;
    top: 0;
    float: left;
    position: absolute;
    margin: 3vw 0 0 2vw;
	}
.benefit_hotbox>ul{
	padding: 3vw 0;
}
.benefit_hotbox>ul>li:nth-child(1){
	font: normal 3vw  'NEXON Lv1 Gothic';
	color: #c3b6ff;
}

.benefit_hotbox>ul>li:nth-child(2){
	font: bold 5.5vw 'NEXON Lv1 Gothic';
    color: #fff;
    padding: 0.5vw 1vw 0 0;
}

.benefit_imgbox{
	width: 53vw;
	height: 37vw;
	margin: auto;
}

.benefit_imgbox>img{
	 border-radius: 4vw;
}

.benefit_textbox{
	text-align: center;
	width: 56vw;
	overflow: hidden;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


.benefit_textbox>ul>li>b{
	padding: 1vw 2vw 1vw 2vw;
    background-color: #2c54be;
    color: #fff;
    font-size: 3vw;
}

.benefit_textbox>ul>li:nth-child(1){
	font-size: 4vw;
	letter-spacing: 0px;
	margin-top: 4.5vw;
}

.benefit_textbox>ul>li:nth-child(2){
	margin-top: 2vw;
	letter-spacing: 0px;
	color:#999;
}

.title{
	width: 100%;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #999;
	letter-spacing: 0;
	font-size:3vw;
	font-family: Pretendard-Light, "sans-serif";
    line-height: 3.5vw;
    margin-top: 14vw;
    float: left;
    letter-spacing: -0.2vw;
}


.title>p{
	color: #2c58c3;
	font-size: 7vw;
	font-family: Pretendard-Bold, "sans-serif";
    font-weight: 700;
}

.guide_bg{
    width: 100%;
    float: left;
    margin: 7vw 0;
    overflow: hidden;
    overflow-x: scroll;
}


.guide_bgimg_wrap{
    width: 720%;
    height: 108vw;
    float: left;
    background:url("/mobile/images/guide_bgimg_line.png") 0 29.5vw repeat-x;
}


.guide_line_box{
	width: 55vw;
	float: left;
	text-align: center;
    padding-top: 19vw;
}

.guide_line_box>ul>li>img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.button{
	border-radius: 5vw;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 3vw;
	margin: 1vw;
	cursor: pointer;
	width: 40vw;
	height: 7vw;
    letter-spacing: -0.1vw;
}



.guide_text_info>li:nth-child(1){
	font: italic 4vw 'NEXON Lv1 Gothic';
	color:#9153b7;
	letter-spacing: 1px;
	padding: 1vw;
}

.guide_text_info>li:nth-child(3){
	font: bold 5vw 'NEXON Lv1 Gothic';
	color:#5150bc;
	padding: 1vw;
	
}

.guide_text_info>li:nth-child(4){
	font: 4vw 'Nanum SoMiCe';
	color:#8d8d8d;
	padding: 1vw;
	
}

.guide_text_info>li:nth-child(5){
	height: 5vw;
	color:#8d8d8d;
}
.secondline_box{
    padding-top: 1vw;
}


.guide_check1{
    padding-top: 4.8vw;
}


.refund_bg{
	width: 100%;
	position: relative;	
	float: left;
}
.refund_wrap{
    width: 100%;
    height: auto;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
}
.refund_content{
    width: 100%;
    height: auto;   
}
.refund_content img{
    width: 100%;
}


.refund_title{
	color: #c4c4c4;
    float: left;
    line-height: 7vw;
    position: relative;
    margin: 7vw 0;
}


.promisor_inner{
	width: 96%;
    float: left;
    height: 92vw;
    position: relative;
    background-color: #4746ae;
    border-radius: 9vw;
    padding: 5vw 0;
    margin: 1vw 0 3vw 2vw;
}
.promisor_textbox{
    width: 100%;
    height: 70px;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 4vw;
}
.promisor_textbox>ul>li:nth-child(1){
    font: bold 7vw 'NEXON Lv1 Gothic';
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 3vw;
}
	
.promisor_textbox>ul>li:nth-child(2){
	font: normal 4vw'NEXON Lv1 Gothic';
    color: #e2e2f0;
    letter-spacing: -0.15vw;
}

.promiser_contentbox{
	width: 80%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 25vw;
}
	
.promiser_hotbox_main{
	width: 21.3vmin;
    height: 19vmin;
    background: linear-gradient(to top right, #254CB5 0%, #8440AD 100%);
    border-radius: 4vmin 4vmin 4vmin 0;
    text-align: center;
    margin-right: 0.1vw;
    float: right;
    border: 0.5vw solid #fff;
    margin: 2vw;
	}
	
.promiser_hotbox_main>ul{
	padding: 2vw 0;
}
.promiser_hotbox_main>ul>li:nth-child(1){
	font: normal 12px  'NEXON Lv1 Gothic';
	color: #c3b6ff;
}

.promiser_hotbox_main>ul>li:nth-child(2){
    font: bold 6vw 'NEXON Lv1 Gothic';
    color: #fff;
    padding: 0.5vw 0;
}

.promiser_zerobox{
	width: 100%;
    height: 30vw;
    color: #fff;
    float: left;
    /* margin: 2vw; */
    font: bold 13vw 'NEXON Lv1 Gothic';
    line-height: 11vw;
    text-align: center;
}

.box22{
    width: 29%;
    height: 40vw;

}


.inner_hi_ro{
    height: 70vw;
}


.howto_page_dot{
    position: absolute;
    font-size: 9px;
    color: #777;
    top: 92%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    letter-spacing: 2px;
}






