@charset "UTF-8";
body{
	margin: 0 !important;
}
.join-container {
	/* width: 100%; */
	height: 100%;
	padding: 0 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.update_info_title{
	margin: 40px 0 15px 0;
}
.ment_txt {
    font-size: 15px;
    color: #000;
    line-height: 1.375em;
	margin-bottom: 25px;
	word-break: keep-all;
	font-weight: normal;
	white-space: pre-line;
}
.choice_contents_ment {
	font-size: 15px;
    color: #000;
    line-height: 1.375em;
	margin-bottom: 30px;
	word-break: keep-all;
	font-weight: normal;
	white-space: pre-line;
}

.ment_txt2 {
    font-size: 15px;
    color: #000;
    line-height: 1.375em;
	word-break: keep-all;
	font-weight: normal;
}


/* joinstep1 약관동의하기 css*/
.all_chk_box{
	border: 2px solid #E2D8D1;
	border-radius: 10px;
	margin-bottom: 1.25em;	
	height: 35px;
}
.all_chk_box input + label{
	width: 23px !important;
	height: 23px !important;
}
.all_chk_box strong{
	font-size: 16px ;
	color: #000;
	font-weight: bold;
	display: inline-block;
	/* padding: 5px; */
	transform: translateY(1px);
}
.chk_box{
	padding: 12px;
}
.gender_chk_box{
	padding: 0 0 20px 0;
}
.chk_box input{
	display: none;
}
#checkbox_align{
	transform: translateY(7px);
}
.chk_box input + label{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #E2D8D1;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	margin-right: 0.938em;
	/* transform: translateY(-1px); */
}
.chk_box input:checked + label{
	background: url(../img/noun_done_1382561.png) center center no-repeat;
	background-size:contain;
}

.chk_line .chk_box{
	    display: flex;
}

.chk_box a{
	font-size: 15px ;
	color: #000;
	font-weight: normal;
	display: inline-block;
}


/* modal popup css */
#stopJoinModal .modal-box{
	background: #fff url(../img/popup_backTop.png) top center no-repeat;
}
#successPayModal .modal-box{
	background: #fff url(../img/popup_backTop.png) top center no-repeat;
}

/* joinstep2 email css */
.int_grp{
	margin-bottom: 40px;
}
.int_item{
	/* padding: 16px 28px; */
	padding-left: 20px;
	padding-right:20px;
	border: 2px solid #E2D8D1;
	border-radius: 10px;
	margin-bottom: 2px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;	
	height:50px;
}
.int_item input{
	width: 100%;
	vertical-align: top;
	 display: flex;
    justify-content: center;
    align-items: center;
}
/* .int_item input .str-user_name{
	transform: translateY(1px);
}
.int_item input .str-join_info_ph3{
	transform: translateY(5px);
}
.int_item input #passwordRe{
	transform: translateY(3px);
} */
#user_id{
    line-height: normal;
}
.int_item input::placeholder{
	color: #E0D8D2;
	font-size: 15px;
	font-weight: normal;
}
.int_item.select{
	/* padding: 16px 8px; */
	/* height: 50px; */
	font-size: 0.813em;
	display: -webkit-box;
}
.selected_value{
	width:70%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.int_item_code{
	padding: 16px 28px;
	border: 2px solid #E2D8D1;
	border-radius: 10px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 0.813em;
	height:22px;
	margin-bottom: 50px;
}
.int_item_code input{
	width: 100%;
	font-size: 13px;

}
.int_item_code input::placeholder{
	color: #E0D8D2;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
.int_item_code.select{
	padding: 16px 8px;
	height: 50px;
}

.birth_box .int_item{
	/* height:13px; */
	/* height:50px; */
	line-height:14px;
	font-size:13px;
}
.birth_box .int_item input{
	font-size:13px;
}
.int_grp .ment_txt, .chk_line .ment_txt{
	font-size: 15px;
	margin-bottom: 25px !important;
}


.error_msg{
    height: 16px;
    line-height: 16px;
    font-size: 0.813em;
    text-indent: 1.6em;
    margin-left: 12px;
    position: absolute;
    padding-left: 5px;
    margin-top: 4px;
}


.birth_box>li{
	float: left;
	width: 31.3%;
	margin-right: 3%;
	position: relative;
}
.birth_box>li:last-child{
	margin-right: 0;
}
.birth_box>li .int_item input{
	text-align: center;
}
.date_tit{
	position: absolute;
	background: #fff;
	/* width: 22px; */
	height: 22px;
	font-size: 0.75em;
	color: #E2D8D1;
	top: -0.75em;
	left: 0.75em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 6px;
}

/* month select custom */
.selected{
	justify-content: space-between;
	margin-bottom: 0!important;
	
}
.selected .selected-value {
	max-width: 90px;
}
.selected .arrowBtn {
    width: 20px;
    height: 50px;  /* 100%로 하고싶은데 뭔가 안되는부분이있음 */
    background: url(../img/btn_dropdown_arrow.png) no-repeat 70% 50%;
    background-size: 10px 6px;
    position: absolute;
    right: 10px;
}
.dropdown_list{
	display: none;
	position: absolute;
	left: 0;
	width: 98%;
	border-radius: 3px;
	overflow: scroll;
	background: #F4F4F5;
	max-height: 210px;
	cursor: pointer;
}
.dropdown_box.active .dropdown_list{
	display: block;	
}
/*.dropdown_box.active .int_item{
	border-color: #575757;
}*/
.dropdown_box.active .selected .arrowBtn {
	background: url("../img/btn_dropdown_arrow_up.png") no-repeat 70% 50%;
	background-size: 10px 6px;
}

.dropdown_list .dropdown_item{
	padding: 0.625em 0.813em;
	font-size: 0.813em;
}
.dropdown_list .dropdown_item:last-child{
	border-bottom: 0;
}
.dropdown_list .dropdown_item:active,.dropdown_list .dropdown_item:hover{
	background: #575757;
	color: #fff;
}



.joinstepBtn{
	position: unset !important;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	padding: 15px 0 10px;
}
.joinstepBtn button{
	padding: unset !important;
}

.policy_inform_container{
	font-size: 12px;
	line-height: 22px;
	padding: 0 26px 44px;
}
.policy_inform_container div{
	text-decoration: underline;
	display: inline;
	
}

.policy_inform_container div:active, .policy_inform_container div:hover{
  background-color: #e0e0e0c7;
} 
.policy_inform_container span{
	display: inline;
}

   
/* joinstep3 css*/
.vfcFrm{ 
    text-indent: unset;
}
.vfcFrm input{
	width: 100%;
    color: #575757;
    letter-spacing: 10px;
    font-weight: bold;
    text-align: center;
    transform: translateY(2px);
}
.vfc_error_msg{
	text-align:center;
	color:#EC5A5A !important;
    font-size: 0.813em;
    margin-top: 0.938em;
}
.textBox{
	text-align:center;
}
.textBox #reSend_btn{
    margin: 10px 0 20px;
    font-weight: bold;
    font-size: 1em;
    text-decoration: underline;
    color: #575757;
}
.textBox #limitTime{
    font-size: 20px;
    color: #1A1A1A;
    font-weight: bold;
    margin-top: 22px;
}

/* choice content css */
.top_banner{
	width: 100%;
	height: 7.813em;
	background: url(../img/content_banner.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}
.textBox h3{
	font-size: 25px;
	color: #000;
	margin-bottom: 15px ;
}
.contentBtn_item{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.contentBtn_item_contents_choice{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.contentBtn{
	padding: 0.75em 0;
	width: 100%;
	background: #fff;
	border: 2px solid #E2D8D1;
	border-radius: 15px;
	font-size: 0.938em;
	font-weight: bold;
	color: #000;
}
.contentBtn.on{
	background: #575757;
	color: #fff;
}

/* 서비스이용약관, 개인정보처리방침 css */
.join-container .txtBox{
	background: #F9F6F4;
	padding: 23px 18px;
	border-radius: 12px;
}
.join-container .txtBox p{
	max-height: 486px;
	overflow: scroll;
	font-size: 1em;
	color: #000;
	line-height: 1.375em;
}



/* tutorial page css */
.tutorial-container{
	position: relative;
}
.top_logo{
	margin: 3.75em auto 1.875em;
}
.swiper-container{
	text-align:center;
}

.swiper-container h1{
	font-size: 1.563em;
	color: #000000;
	line-height: 1.5;
}
.swiper-container p{
	font-size:0.938em;
	color:#000000;
	line-height: 1.5;
}
.tutorial-container .swiper-pagination{
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 0px;
}
.tutorial-container .swiper-pagination .swiper-pagination-bullet{
	margin-right: 10px;
	background: #EFE7E6;
	opacity: 1;
}
.tutorial-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #FFBE22;
}
.startBtn{
	width: 100%;
	padding: 0.813em 0;
	border-radius: 30px;
	background: #393938;
	color: #fff;
	font-size: 15px;
	font-weight:  bold;
	margin: 5px auto 50px;
}

/* subscribeOption css */
.subscribe-container{
	/* background: #24234E url(../img/subscribe_back.png) left top no-repeat; */
	background: url(../img/subscribe_back.png) no-repeat;
	background-size: 290px 290px;
	padding-top: 132px;
	position: relative;
}
.subscribe-container .closeBtn{
	width: 20px;
	height: 20px;
	/* border-radius: 50%; */
	/* background: #fff url(../img/subscribe_closeBtn.png) center center no-repeat; */
	background-image: url(../img/subscribe_closeBtn.png);
	background-size:20px 20px; 
	position: absolute;
	right: 1.625em;
	top: 3.125em;
}
.subscribe-container h1{
	text-align: right;
	width: 100%;
	color: #fff;
	font-size: 26px;
	white-space: pre-wrap;
	line-height:1.5;
}
.subscribe-container ul{
	margin-top: 55px;
}
.subscribe-container ul li {
	display: flex;
	margin-bottom: 13px;
	
}
.subscribe-container ul li .icon_chk{
	width: 22px;
	height: 20px;
	/* background: url(../img/icon_chk.png) center center no-repeat; */
	background: url(../img/icon_chk.png) no-repeat;
	background-size: 18px 18px;
	display: inline-block;
	margin-top:4px;
}
.subscribe-container ul li .list_text{
	font-size: 0.938em;
	color: #F9F6F4;
	display: inline-block;
	margin-left: 10px;
	word-break: keep-all;
	transform: translateY(4px);
}

ul.benefit li {
	display: flex;
	flex-direction: row;
}
ul.benefit.ja li .text-box .list_text{
	word-break: normal;
}

.btnBox{
	margin-bottom: 31px;
}
.clickBtn1{
	margin-bottom: 0.938em;
}
.clickBtn1 input,.clickBtn2 input{
	display: none;
}
.clickBtn1 input + label{
	width: 100%;
	background: #F6CE48;
	border-radius: 12px;
	padding: 1em 0;
	border: 5px solid #F6CE48;
	display: block;
	text-indent: 0.813em;
}
.clickBtn1 input:checked + label{
	border: 5px solid #fff;
}
.clickBtn2 input + label{
	width: 100%;
	background: #FDCD0D;
	border-radius: 12px;
	padding: 1em 0;
	border: 5px solid #FDCD0D;
	display: block;
	text-indent: 0.813em;
	margin-bottom: 13px;
}
.clickBtn2 input:checked + label{
	border: 5px solid #fff;
}
.clickBtn1 strong,.clickBtn2 strong{
	font-size: 0.938em;
	color: #393938;
	margin-bottom: 10px;
	display: block;
}
.clickBtn1 span,.clickBtn2 span{
	font-size: 0.875em;
	color: #393938;
}
.subscribeOption {
	padding: 0 25px;
	text-indent: 0;
	display: flex;
	align-items: center;
	height: 43px;
}
.subscribeOption .titleBox {
	flex: 1;
}
.subscribeOption .priceBox {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.subscribeOption .title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #575757;
}
.subscribeOption .subTitle {
	margin-top: 9px;
	font-size: 13px;
}
.subscribeOption .price {
	font-size: 16px;
	font-weight: bold;
	color: #575757;
	letter-spacing: 0.5px;
}
.subscribeOption .monthlyPrice {
	font-size: 13px;
	color: #AEAEAE;
}
.trialcancel{
	color: white; 
	font-size: 12px; 
	margin: 10px 0 0 0; 
	text-align: center;
	white-space: pre-wrap;
}
.trialcancel.details{
	margin-bottom: 50px;
}
.paymentBtn{
	width: 100%;
	padding: 0.813em 0;
	border-radius: 30px;
	background: #F9F6F4;
	color: #393938;
	font-size: 0.938em;
	font-weight: bold;
	margin-bottom: 10px;
}
.bt_btn{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.bt_btn button{
	color: #fff;
	font-size: 0.813em;
	text-decoration: underline;
}



.bt_btn span{
	width: 24px;
	height: 20px;
	background: url(../img/dot.png) center center no-repeat;
}

.join_introduction_inmind{
    display: block;
    background-color:white;
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateX(100%);
    /* transition: .3s ease-in-out; */
    position: absolute;
    right: 100%;
    width: 100%;
    z-index: 5;	
    box-sizing: border-box;
}

.join_tutorial_orange{
    text-align: left;
    margin: 70px 0 0 40px;
    font-weight: 700;
    font-size: 15px;
    color: #F6921E;
}

.join_tutorial_black{
    text-align: left;
    margin: 10px 0 0 40px;
    line-height: 25px;
    white-space: pre;
    font-size: 22px;
}
.join_tutorial_image {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}
.swiper-button-next{
	font-weight: bold;
    color: white;
    margin-right: 10px;
    margin-top: -20px;
    -webkit-tap-highlight-color: transparent;
}
.swiper-button-prev > img{
	width:11px;
	height:19px;
}











