@charset "utf-8";
::after, ::before{
	box-sizing: border-box;
}

html{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1;
}
body{
	margin:0;
	padding:0;
	background:#fff8f8;
	line-height:1;
}
div, ul, li, a{
	box-sizing: border-box;
}
form{
	margin:0;
}
button{
	cursor:pointer;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
input:not([type="image" i]) {
    box-sizing: border-box;
}
input[type="text" i] {
    padding: 1px 2px;
}
input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
}
.txt_left{
	text-align:left;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a.btn_admin{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#52549b;
	padding:6px 10px;
	font-size:14px;
	border-radius:8px;
}
a.btn_01{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#7fbef3;
	padding:6px 10px;
	font-size:14px;
	border-radius:8px;
}
a.btn_02{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#52549b;
	padding:6px 10px;
	font-size:14px;
	border-radius:8px;
}
a.btn_03{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#aaa;
	padding:6px 10px;
	font-size:14px;
	border-radius:8px;
}
a.btn_red{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:red;
	padding:6px 10px;
	font-size:14px;
	border-radius:8px;
}
input[type='text'], input[type='password'], select{
	border:1px solid #bbb;
}
.mask_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
	top:0;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}
/* 모달 */
.my_modal{
    position:fixed;
    z-index:10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width:100%;
	border:1px solid #ddd;
}
.my_modal .my_modal_inner{
    width:100%;
    height:100%;
    position:relative;
	/*border-left:1px solid #ddd;*/
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
}
.my_modal .head{
    width:100%;
	position:relative;
    height:54px;
    font-size:20px;
    padding:14px 15px;
    font-weight:600;
	background:#fff;
	box-shadow:none;
}
.my_modal .head .btn_modal_close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
	border:none;
	background:none;
	width:36px;
	height:36px;
	color:#ddd;
}
.my_modal .content{
    background:#fff;
    padding:15px;
    height:calc(100% - 104px);
	overflow:auto;
}
.my_modal .content_no_footer{
    background:#fff;
    padding:15px;
    height:calc(100% - 54px);
	overflow:auto;
}
.my_modal .footer{
    position:absolute;
    display:inline-block;
    bottom:0px;
    width:100%;
    height:54px;
    background:#f5f5f5;
    padding:10px 15px;
}
.my_modal .footer .btn_wrap{
    float:right;
}
/* 페이징 */
.tb_bottom{
	width:100%;
	text-align:center;
	padding:10px 0;
	line-height: 1.1;
	font-size:14px;
}

.tb_bottom .paging_arrow {
    display: inline-block;
    padding: 15px 0px;
    color: #888;
    width: 45px;
    height: 45px;
    text-align: center;
}
.tb_bottom .paging_arrow i {
	line-height: 1.2;
}
.tb_bottom .paging_num{
	display: inline-block;
    padding: 15px 0px;
    color: #888;
    width: 45px;
    height: 45px;
    text-align: center;
	text-decoration:none;
}

.tb_bottom .active_page {
    color: #000;
	font-weight:800;
}
/* 로그인 페이지 */
.login_wrap{
	width:100%;
	height:100vh;
	position:relative;
}
.login_wrap .login_box{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-width:450px;
	width:100%;
	padding:50px 15px;
	line-height:1.2;
	box-shadow:1px 1px 3px #888;
	background:#fff;
}
.login_wrap .login_box .head {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 15px 0 30px;
}
.login_wrap .login_box .content {
    width: 100%;
    position: relative;
    margin: auto;
}
.login_wrap .login_box .content .col {
    padding: 15px;
}
.login_wrap .login_box .content .col input[type='text'], .login_wrap .login_box .content .col input[type='password'] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.login_wrap .login_box .btn_wrap {
    width: 100%;
    position: relative;
    margin: auto;
}
.login_wrap .login_box .btn_wrap .btn_login {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #D0413E;
    color: #fff;
    border: none;
}
.login_wrap .login_box .btn_wrap .btn_join {
	display:inline-block;
	text-decoration:none;
	width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #ff9390;
    color: #fff;
	border: none;
	margin-top:10px;
}
/* 회원가입 페이지 */
.join_wrap{
	width:100%;
	height:100vh;
	position:relative;
}
.join_wrap .join_box{
	margin:50px auto;
	width:100%;
	max-width:450px;
	box-shadow:1px 1px 5px #888;
	background:#fff;
}
.join_wrap .join_box .head {
    width: 100%;
    font-size: 20px;
	font-weight:600;
	color:#D0413E;
    padding: 30px 30px 10px;
}
.join_wrap .join_box .contents{
	padding:05px 30px 30px;
}
.join_wrap .join_box .contents .terms_wrap{
	box-shadow:1px 1px 5px #ddd;
	margin-bottom:30px;
}
.join_wrap .join_box .contents .terms_wrap h2{
	font-size:16px;
	margin:0;
	padding:10px 15px;
	background:#ff9390;
	color:#fff;
}
.join_wrap .join_box .contents .terms_wrap .content{
	padding:10px;
}
.join_wrap .join_box .contents .terms_wrap .content .terms{
	padding:10px;
}
.join_wrap .join_box .contents .terms_wrap .terms h3{
	margin:0 0 10px;
	font-size:14px;
}
.join_wrap .join_box .contents .terms_wrap .terms textarea{
	resize:none;
	border:1px solid #ddd;
	width:100%;
	height:200px;
	overflow-y:scroll;
	line-height:1.5;
}
.join_wrap .join_box .contents .terms_wrap .terms_last{
	padding:0 10px 10px;
	font-size:14px;
	font-weight:600;
}
.join_wrap .join_box .contents .join_info{
	box-shadow:1px 1px 5px #ddd;
	margin-bottom:15px;
}
.join_wrap .join_box .contents .join_info h2{
	font-size:16px;
	margin:0;
	padding:10px 15px;
	background:#ff9390;
	color:#fff;
}
.join_wrap .join_box .contents .join_info .content{
	padding: 15px;
	display:inline-block;
	width:100%;
}
.join_wrap .join_box .contents .join_info .content .col50{
	width:50%;
	padding:10px 10px;
	float:left;
}
.join_wrap .join_box .contents .join_info .content .col100{
	width:100%;
	padding:10px 10px;
	float:left;
}
.join_wrap .join_box .contents .join_info .content .column{
	margin:0 0 5px;
	font-size:14px;
	font-weight:600;
}
.join_wrap .join_box .contents .join_info .content .input_txt{
	font-size:14px;
	padding:8px 5px;
	width:100%;
	border:1px solid #ddd;
	-webkit-appearance: none;
}
.join_wrap .join_box .contents .join_info .content .year_txt{
	width:95px;
	text-align:center;
}
.join_wrap .join_box .contents .join_info .content .month_txt{
	width:60px;
	text-align:center;
}
.join_wrap .join_box .contents .join_info .content .date_txt{
	width:60px;
	text-align:center;
}

.join_wrap .join_box .contents .join_info .content .mb_phone1{
	width:60px;
	text-align:center;
}
.join_wrap .join_box .contents .join_info .content .mb_phone2{
	width:70px;
	text-align:center;
}
.join_wrap .join_box .contents .join_info .content .mb_phone3{
	width:70px;
	text-align:center;
}
.join_wrap .join_box .contents .btn_wrap{
	width:100%;
}
.join_wrap .join_box .contents .btn_wrap .btn_submit{
	width:100%;
	padding:15px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	border:none;
	background:#D0413E;
	box-shadow:1px 1px 5px #797aa5;
}
/* 회원가입 페이지 */
.modify_wrap{
	width:100%;
	height:100vh;
	position:relative;
}
.modify_wrap .modify_box{
	margin:50px auto;
	width:100%;
	max-width:450px;
	box-shadow:1px 1px 5px #888;
	background:#fff;
}
.modify_wrap .modify_box .head {
    width: 100%;
    font-size: 20px;
	font-weight:600;
	color:#D0413E;
    padding: 30px 30px 10px;
}
.modify_wrap .modify_box .contents{
	padding:05px 30px 30px;
}
.modify_wrap .modify_box .contents .terms_wrap{
	box-shadow:1px 1px 5px #ddd;
	margin-bottom:30px;
}
.modify_wrap .modify_box .contents .terms_wrap h2{
	font-size:16px;
	margin:0;
	padding:10px 15px;
	background:#ff9390;
	color:#fff;
}
.modify_wrap .modify_box .contents .terms_wrap .content{
	padding:10px;
}
.modify_wrap .modify_box .contents .terms_wrap .content .terms{
	padding:10px;
}
.modify_wrap .modify_box .contents .terms_wrap .terms h3{
	margin:0 0 10px;
	font-size:14px;
}
.modify_wrap .modify_box .contents .terms_wrap .terms textarea{
	resize:none;
	border:1px solid #ddd;
	width:100%;
	height:200px;
	overflow-y:scroll;
	line-height:1.5;
}
.modify_wrap .modify_box .contents .terms_wrap .terms_last{
	padding:0 10px 10px;
	font-size:14px;
	font-weight:600;
}
.modify_wrap .modify_box .contents .join_info{
	box-shadow:1px 1px 5px #ddd;
	margin-bottom:15px;
}
.modify_wrap .modify_box .contents .join_info h2{
	font-size:16px;
	margin:0;
	padding:10px 15px;
	background:#ff9390;
	color:#fff;
}
.modify_wrap .modify_box .contents .join_info .content{
	padding: 15px;
	display:inline-block;
	width:100%;
}
.modify_wrap .modify_box .contents .join_info .content .col50{
	width:50%;
	padding:10px 10px;
	float:left;
}
.modify_wrap .modify_box .contents .join_info .content .col100{
	width:100%;
	padding:10px 10px;
	float:left;
}
.modify_wrap .modify_box .contents .join_info .content .column{
	margin:0 0 5px;
	font-size:14px;
	font-weight:600;
}
.modify_wrap .modify_box .contents .join_info .content .input_txt{
	font-size:14px;
	padding:8px 5px;
	width:100%;
	border:1px solid #ddd;
	-webkit-appearance: none;
}
.modify_wrap .modify_box .contents .join_info .content .year_txt{
	width:95px;
	text-align:center;
}
.modify_wrap .modify_box .contents .join_info .content .month_txt{
	width:60px;
	text-align:center;
}
.modify_wrap .modify_box .contents .join_info .content .date_txt{
	width:60px;
	text-align:center;
}

.modify_wrap .modify_box .contents .join_info .content .mb_phone1{
	width:60px;
	text-align:center;
}
.modify_wrap .modify_box .contents .join_info .content .mb_phone2{
	width:70px;
	text-align:center;
}
.modify_wrap .modify_box .contents .join_info .content .mb_phone3{
	width:70px;
	text-align:center;
}
.modify_wrap .modify_box .contents .btn_wrap{
	width:100%;
}
.modify_wrap .modify_box .contents .btn_wrap .btn_submit{
	width:100%;
	padding:15px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	border:none;
	background:#D0413E;
	box-shadow:1px 1px 5px #797aa5;
}