@charset "utf-8";

/*header*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 55px;
	line-height: 55px;
	background:#fff;
}
#header.gray{
	background:#f6f8fa;
}
#header.black{
	background:#12131c;
}
#header.black .subtitle{
	color:#fff;
}
#header.color button{
	background:transparent;
	color:#fff;
	position:absolute;
	left:20px;
	padding:0;
}
#header.color button i{
	padding-right:5px;
}
#header .logo{
	font-size: 16px;
	font-weight: 400;
	padding-left:20px;
	text-align:left;
	line-height:55px;
}
#header .logo img {
	height: 20px;
	vertical-align: middle;
}
#header .subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #111;
	line-height:55px;
	padding-left:55px;
}
#header .maintitle {
	font-size: 1.6rem;
	font-weight: 600;
	color: #111;
	line-height:55px;
	padding-left:20px;
}
#header .subtitle.shop,
#header .logo.shop{
	text-align:center;
	padding-left:0;
}
#header .menuBtn{
	position: absolute;
	left: 20px;	
}
#header .rightBtn {
	position: absolute;
	right: 20px;
}
#header p span{
	width:18px;
	height:18px;
	line-height:19px;
	background:#d72b4c;
	color:#fff;
	font-weight:600;
	font-size:10px;
	border-radius:100%;
	position:absolute;
	top:10px;
	right:-7px;
	text-align:center;
}
#header p span.none{
	background:#aaa;
}
#header .submenuBtn {
	position: absolute;
	left: 55px;
}
.menuBtn img, .rightBtn img, .submenuBtn img, .logoutBtn2 img,
.cart img{
	width: 24px;
	vertical-align:middle;
}


/* 고정 bottom */
.fixingMenu {
    width: 100%;
    min-width: 280px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 100;
    padding: 0;
    margin: 0;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%), -4px -1px 6px 4px rgb(255 255 255 / 17%);
	
}
.fixingMenu.square {
    border-radius: 0
}
.fixingMenu ul {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0
}
.fixingMenu ul li {
    float: left;
    width: 25%;
    vertical-align: top;
    padding: 0;
    position: relative
}
.fixingMenu ul li a {
    display: block;
    text-align: center;
    height: 60px;
    padding: 5px 0;
    color: #222;
}
.fixingMenu ul li a figure {
    display: block;
    width: 22px;
    height: 22px;
    margin: 5px auto 6px;
    background: url(/dist/images/bottom_ico.png) 0 0 / 88px no-repeat;
}
.fixingMenu ul li a.on figure.home {background-position: 0 -22px}
.fixingMenu ul li a figure.cash {background-position: -22px 0}
.fixingMenu ul li a.on figure.cash {background-position: -22px -22px}
.fixingMenu ul li a figure.send {background-position: -44px 0}
.fixingMenu ul li a.on figure.send {background-position: -44px -22px}
.fixingMenu ul li a figure.menu {background-position: -66px 0}
.fixingMenu ul li a.on figure.menu {background-position: -66px -22px}
.fixingMenu ul li a span {display: block;    font-size: 1.2rem}

/* 배경색상 */
.type_gray {
	min-height: -webkit-calc(100vh - 55px);
	min-height: calc(100vh - 55px);
	background: #f3f5f7;
}
.type_gray2{
	min-height: -webkit-calc(100vh - 55px);
	min-height: calc(100vh - 55px);
	background-image: linear-gradient(165deg, #fff 0%, #f0f4f8 100%);
}
.type_black{
	min-height: -webkit-calc(100vh - 55px);
	min-height: calc(100vh - 55px);
	background:#12131c;
}


.container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 70px 0;
	margin-top: 55px;
}
.login-content{
	width: 100%;
	box-sizing: border-box;
	background-image: linear-gradient(to top, #f6f8fa 0%, #f3fbff 50%, #f6f8fa 100%); /*f7fcff*/
	min-height:100vh;
	padding:0 0 80px;
}
.bgColor{
	background-image: linear-gradient(to top, #f6f8fa 0%, #f3fbff 50%, #f6f8fa 100%); /*f7fcff*/
}
.bgWhite{
	background:#fff;
}
.content{
	width:100%;
	box-sizing: border-box;
}
.con-box{
	position:relative;
	padding:1rem 2rem;
}
.con-box-top{
	position:relative;
	padding:1.5rem 2rem 0;
}
.con-box-bottom{
	position:relative;
	padding:0 2rem 1.5rem;
}
.con-box-sides{
	position:relative;
	padding:0 2rem 0;
}
.main-tit{
	font-size:1.6rem;
	font-weight:500;
	margin-bottom:15px;
	position:relative;
}



/* 버튼 효과 */
.touch-button {
	transition: transform 0.1s ease;
}
.touch-button.scaled {
	transform: scale(0.96);
	transition: transform 0.1s ease;
	filter: brightness(0.96); /* 또는 opacity: 0.8; */
}
.bgline{
    margin:2rem 0;
    width:100%;
    height:1px;
    background:#bbb;
}

/* 결과 없음 */
.no_result{
	width:100%;
	min-height:200px;
	text-align: center;
	color: #222;
	font-size: 1.4rem;
	padding:5rem 0 10rem;
}
.ico_wrap {
	position: relative;
	display: block;
	width: 6rem;
	height: 6rem;
	margin: auto;
	background-color: #f4f4f4;
	border-radius: 50%;
	margin-bottom: 1.5rem;
}
.ico_wrap .ico_point:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 22px;
	background: url(/dist/images/ico_point.png);
	transform: translate(-50%,-50%);
}
.no_result p{
	color:#8e959e;
}

/*여백있는 bottom 버튼*/
.bottom-btn {
	position: fixed;
	clear: both;
	left: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
	padding:10px 10px;
	width: 100%;
	background:#fff;
}
.bottom-btn.gray {
	background:#f6f8fa;
}
.bottom-btn.bx-gr{
	box-shadow: -1px -2px 10px 0px rgb(0 0 0 / 10%), -4px -1px 6px 4px rgb(255 255 255 / 17%);
}
.bottom-btn.line{
	border-top:1px solid #ebebeb;
	background:#f7f7f7;
}
.bottom-btn .result-txt {
	padding: 5px 0 15px;
	font-size: 1.4rem;
}
.bottom-tit{
	font-size:15px;
	font-weight:500;
	text-align:left;
	margin:10px 0 20px;
}
.bottom-tit span{
	float:right;
	color:#333a40;
	font-size:1.6rem;
	font-weight:600;
}
.bottom-btn button {
	opacity: 1;
	width: 100%;
	background:#3385ff;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 44px;
	float: left;
	border-radius:8px;
	border:1px solid #3385ff ;
	letter-spacing: -0.06rem;
	padding:0;
}
.bottom-btn button:disabled{
	opacity: 0.4;
}
.bottom-btn button.left {
	width: 49.2%;
	background: #fff;
	color: #8e959e;
	border: 1px solid #ddd;
}
.bottom-btn button.left.w100,
.bottom-btn button.right.w100{
	width: 100%;
}
.bottom-btn button.left + button{
	margin-left:1.6%;
}
.bottom-btn button.right {
	width: 49%;
	color:#fff;
}
.bottom-btn button.left.gray {
	background: #8e959e;
	color: #fff;
	border: 1px solid #8e959e;
}
.bottom-btn .terms-txt{
	line-height:35px;
	font-size:1.2rem;
	text-align:left;
	padding-left:5px;
	color:#4f565a;
}
.bottom-btn button .point{
    font-weight:600;
}
.bottom-btn .terms-txt strong{
	font-weight:500;
	padding-right:5px;
	color:#8e959e;
}
.bottom-btn .fix-btn-box{
	display:flex;
}
.bottom-btn .fix-btn-box .small-lbtn{
	width:33%;
	margin-right:0.5%;
	background:#fff;
	color:#222 !important;
	border:1px solid #ccc;
	box-shadow: none;
	border-radius: 4px;
}

/* > 화살표 */
.arrow {
	border: solid #555;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	display: inline-block;
	padding: 3px;
}
.arrow.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* 토글 */
.toggle {
	background: transparent;
	border-bottom: 1px solid #333a40;
	border-left: 1px solid #333a40;
	height: 8px;
	width: 8px;
	transition: all .3s ease-in-out;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.toggle_open {
	-moz-transform: rotate(-224deg);
	-ms-transform: rotate(-224deg);
	-webkit-transform: rotate(-224deg);
	transform: rotate(-224deg);
}

.bgTit {
	width: 100%;
	color: #333a40;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.4rem;
	padding-left: 2rem;
	font-weight: 600;
	position: relative;
	line-height: 4.4rem;
}
.bgTit2 {
	width: 100%;
	background: #fff;
	color: #222;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.4rem;
	padding-left: 20px;
	font-weight: 500;
	position: relative;
	line-height: 40px;
}
.bgTit button {
	font-size: 11px;
	color: #333a40;
	border-radius: 0px;
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	font-weight: 500;
}
.bgTit button i {
	padding: 0 5px 0px;
}
.gray-txt-box{
	background:#f4f4f4;
}
.gray-txt-box .gtxt{
	font-size:1.4rem;
	color:#4f565a;
	line-height:1.5;
	letter-spacing: -0.05rem;
}


/* 완료 이미지 */
.order-img {
	text-align:center;
	padding:12rem 2rem 2rem;
	position:relative;
}
.order-img:before{
	content:'';
	display: block;
	position:absolute;
	width:5rem;
	top:5rem;
	left:50%;
	margin-left:-2.5rem;
	height:5rem;
	background:url(/dist/images/com_check_ico.png) 0 0 /5rem no-repeat;
}
.order-img p.tit {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
}
.order-img p.txt{
	font-size:1.4rem;
	color:#6d747b;
	font-weight:400;
	padding-top:1rem;
	letter-spacing: -0.05rem;
	line-height:1.5;
}

/* 안내 텍스트 공통 */
.tit-box-wrap {
    width: 100%;
    padding: 1.5rem 2rem;
    position: relative;
}
.tit-box-wrap .success{
	text-align:center;
	margin-top:7rem;
	padding:7rem 0 0;
	position:relative;
}
.tit-box-wrap .success:before{
	content:'';
	display: block;
	position:absolute;
	width:5rem;
	top:0;
	left:50%;
	margin-left:-2.5rem;
	height:5rem;
	background:url(/dist/images/com_check_ico.png) 0 0 /5rem no-repeat;
}
.tit-box-wrap .logo{
	text-align:left;
	padding:3rem 0;
}
.tit-box-wrap .headline {
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: 600;
	color: #333a40;
	letter-spacing: -0.1rem;
}
.tit-box-wrap .subtit{
	margin-top:1rem;
	font-size:1.4rem;
	padding-top:5px;
	line-height:1.6;
	font-weight:400;
	color:#333a40;
	letter-spacing: -0.08rem;
}
.tit-box-wrap .tit{
	margin-top:1rem;
	font-size:1.6rem;
	line-height:1.6;
	font-weight:600;
	color:#333a40;
	letter-spacing: -0.08rem;
}

/* 버튼스타일 */
.fullBtn { /* 파란 색상 */
	display: inline-block;
	background:#3385ff;
	width: 100%;
	line-height: 4.6rem;
	border:1px solid #3385ff;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 8px;
	text-align: center;
	transition: transform 0.1s ease;
}
.fullBtn:active{
	transform: scale(0.95);
}
.fullBtn span.cartCount{
	border-radius:50%;
	background:#fff;
	color:#333a40;
	display:inline-block;
	height:23px;
	width:23px;
	vertical-align:middle;
	line-height:23px;
	margin-right:10px;
	font-size:1.3rem;
	font-weight:600;
}
.fullBtn2 {/* 흰 배경 회색 라인 */
	display: inline-block;
	width: 100%;
	line-height: 4.6rem;
	color: #4f565a;
	background: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 8px;
	text-align: center;
	border:1px solid #ccc;
}
.fullBtn3 { /* 포인트 색상 라인 */
	display: inline-block;
	background: #fff;
	width: 100%;
	line-height: 4.2rem;
	border:1px solid #d72b4c;
	color: #d72b4c;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 4px;
	text-align: center;
}
.fullBtn4 {/* 회색 버튼 */
	display: inline-block;
	width: 100%;
	line-height: 4.2rem;
	color: #fff;
	background: #8e959e;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 4px;
	text-align: center;
	border:1px solid #8e959e;
	padding: 0;
}

.btn-group{
	display:flex;
	margin-top:2rem;
	justify-content: space-around;
}
.btn-group .left-btn{
	width:49%;
	text-align:center;
	background:#deebff;
	color:#3385ff;
	border:1px solid #deebff;
	line-height:4.4rem;
	font-size:1.4rem;
	font-weight:500;
	border-radius:6px;
}
.btn-group .right-btn{
	width:49%;
	text-align:center;
	border:1px solid #3385ff;
	color:#3385ff;
	background:#fff;
	line-height:4.4rem;
	font-size:1.4rem;
	font-weight:500;
	border-radius:6px;
}

/* normal-tabs */
.normal-tabs-wrap{
	border-bottom:1px solid #ddd;
	padding:0 2rem;
}
ul.normal-tabs{
	width:100%;
	text-align:center;
}
ul.normal-tabs:after{
	content:'';
	display:block;
	clear:both;
}
ul.normal-tabs li{
	float:left;
	margin:0 auto;
	text-align:center;
	width:33.3%;
	font-size:1.4rem;
	font-weight:600;
	display:block;
	color:#8e959e;
	letter-spacing: -0.08rem;
	padding:1.5rem 0;
}
ul.normal-tabs.col2 li{
	width:50%;
}
ul.normal-tabs.col2 li.current{
	width:50%;
}
ul.normal-tabs li:last-child{
	border-right:none;
}
ul.normal-tabs li.current{
	color: #222;
	background:#fff;
	font-weight:700;
	width:33.4%;
	border-bottom:2px solid #222;
}
.normal-tab-content.current{
	display:inherit;
}
.normal-tab-content{
	display:none;
}


/* ios 날짜 검색 영역 수정 */
.search-date-box{
	background:#fff;
	border:1px solid #ddd;
	display: flex;
	width:100%;
	border-radius:4px;
	justify-content: space-between;
	align-items: flex-start;
}
.search-date-box .date-input{
	width:48%;
}
.search-date-box p{
	width:4%;
	line-height:38px;
	text-align: center;
}
.date-input input[type="date"]{
	position:relative;
	padding:0 30px 0 10px;
	background:url(/dist/images/calendar-ico.png) no-repeat right 10px center / 16px auto;
	width:100%;
	line-height:40px;
	height:40px;
	display:inline-block;
	text-align: left !important;
	color:#222;
	font-size:1.4rem;
	vertical-align: middle;
	border:0;
	-webkit-appearance:none; /* 화살표 없애기 for chrome*/
	-moz-appearance:none; /* 화살표 없애기 for firefox*/
	appearance:none /* 화살표 없애기 공통*/
}
.date-input input[type="date"]::-webkit-clear-button,
.date-input input[type="date"]::-webkit-inner-spin-button{display:none;}
.date-input input[type="date"]::-webkit-calendar-picker-indicator{
	position:absolute;
	left:10px;
	top:10px;
	width:100%;
	height:100%;
	background:transparent;
	color:transparent;
	cursor:pointer;
}
.date-input input[type="date"]::before{
	content: attr(data-placeholder);
	width:100%;
}
.date-input input[type="date"]:valid::before{
	display:none;
}
.date-input input[date-placeholder]::before{
	font-size:1.4rem;
	padding-left:16px;
}


/* form-box */
.label-tit{
	display: block;
	position:relative;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
	color: #222;
	margin-bottom:1rem;
}
.label-tit-s{
	display: block;
	position:relative;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: left;
	color: #8e959e;
	margin-bottom:0;
}
.label-tit button{
	color:#8e959e;
	float:right;
	background:transparent;
	text-decoration: underline;
	font-size:1.2rem;
}
.label-tit .guide{
	font-size:1.2rem;
	color:#4f565a;
	font-weight:400;
	padding-left:.5rem;
}
.form-box{
	width:100%;
	padding:20px 20px 0;
}
.form-box.pd0 {
	padding: 0;
}
.form-box .form-item .col2{
	display:flex;
	justify-content: space-between;
}

.form-box .form-item + .form-item{
	margin-top:2rem;
}
.form-box .form-item:last-child{
	margin-bottom:2rem;
}
.form-item .input-line input,
.form-item .input-line select{
    border: 0;
    padding-left: 0;
}
.form-item .input-line{
    position: relative;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.form-item .input-line .time{
	position:absolute;
	top:15px;
	right:100px;
	color:#3385ff;
	font-weight:600;
}
.form-item .input-line .check-btn{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-1.7rem;
	height:3.4rem;
	background:#f7f7f7;
	border:1px solid #ddd;
	border-radius:20px;
	color:#6d747b;
	padding:0 2rem;
	font-weight:600;
}
.form-item .input-set .input-box{
	width:calc(100% - 85px);
	position: relative;
}
.form-item .input-set + .input-set{
	margin-top:1rem;
}
.form-item .input-set .check-btn{
	border:1px solid #4f565a;
	background:#fff;
	color:#222;
	width:80px;
	height:4.5rem;
	font-size:1.3rem;
	border-radius:4px;
	transition: 0.1s;
}
.form-item .input-line.focus {
    border-bottom: 1px solid #3385ff;
}
.form-item .input-line .amount-box {
	background: #fff;
	text-align: right;
	font-size: 2.4rem;
	font-weight: 700;
	height: 5rem;
	color:#333a40;
	border:none !important;
}
.form-item .input-line .amount-box::placeholder{
	color:#333a40;
	font-weight:700;
}
.form-item .input-set{
	position:relative;
	display:flex;
	justify-content: space-between;
}
.form-item .input-set .input-txt{
	width:100px;
	line-height:4rem;
	font-size:1.4rem;
	font-weight:500;
}
.form-item .input-set .unit{
	position:absolute;
	right:1.5rem;
	line-height:4.5rem;
	color:#8e959e;
	font-weight:600;
	font-size:1.4rem;
}
.form-item .input-set .col2{
	width:50%;
	padding-right:3px;
	
}
.form-item .input-set .col2:last-child{
	width:50%;
	padding-right:0;
	padding-left:3px;
}
.form-item .input-set .input-box{
	width:calc(100% - 85px);
	position: relative;
}
.form-item .input-set + .input-set{
	margin-top:1rem;
}
.form-item .input-set .check-btn{
	border:1px solid #4f565a;
	background:#fff;
	color:#222;
	width:80px;
	height:4.5rem;
	font-size:1.3rem;
	border-radius:4px;
	transition: 0.1s;
}
.form-item .input-set .del{
    position: absolute;
    right: .5rem;
    top: 50%;
    margin-top: -15px;
    background: transparent;
    line-height: 30px;
    font-size: 1.8rem;
}
.form-item .input-set .del + input{
	padding-right:4rem;
}
.form-item .input-set .del i{
	color:#bec4c9;
}
.form-item .line-input-box input{
	height:4.5rem;
	height:4.5rem;
	border-bottom:1px solid #ddd;
	font-size:1.6rem;
	font-weight:600;
	color:#333a40;
	border-radius:0;
	border-top:0;
	border-left:0;
	border-right:0;
	padding:10px 0;
}
.form-item .line-input-box input:focus{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #3385ff;
}

.form-item .input-line .unit{
	font-size:2rem;
	color:#333a40;
	text-align:right;
	line-height:5rem;
	font-weight:700;
}
.form-box label.inp-btn{
	font-size: 12px;
	line-height:37px;
	padding:0;
	font-weight: 500;
	background: #ffffff;
	outline: none;
	position:absolute;
	top:0;
	right:0;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius:4px;
	text-align: center;
	width:80px;
	color:#222;
}
.form-box li .half-list{
	width:100%;
	margin-bottom:5px;
}
.form-box li .half-list::after{
	display:block;
	content:'';
	clear:both;
}
.form-box li .half-list li{
	width:calc(50% - 2px);
	float:left;
	margin-right:4px;
	margin-bottom:7px;
	margin-top: 0 !important;
}
.form-box li .half-list li:nth-child(2n){
	width:calc(50% - 2px);
	margin-right:0%;
}

/* input i */
.input-set .eye-btn{
	position:absolute;
	top:50%;
	right:1rem;
	height:4.4rem;
	margin-top:-2.2rem;
	background:transparent;
	display: block;
	padding:0;
}
.input-set .eye-btn i{	
	color:#bbc2c8;
	font-size:1.4rem;
	line-height:4.5rem;
	width:30px;
	display: block;
	cursor: pointer;
}
.input-set .fa-user,
.input-set .fa-unlock-alt{
	position: absolute;
	top: 50%;
	margin-top:-7px;
	left: 12px;
	color: #bbc2c8;
	font-size: 14px;
}
.login .input-set input{
	padding-left:3.5rem;
}
.login .form-item + .form-item{
	margin-top:1rem;
}

/* textarea */
.text-box{
	position:relative;

}
.text-box .count{
	position:absolute;
	bottom:1.5rem;
	text-align:right;
	right:1.5rem;
	color:#4f565a;
}
.text-box .count em{
	font-weight:600;
	color:#333a40;

}

/* 첨부파일 업로드 */
.file-upload{
	width: calc(100% - 85px);
	display:inline-block;
	border-radius:4px;
	background:#fff;
	border:1px solid #ddd;
	position:relative;
}
.file-upload .upload-name {
	width:100%;
	display: inline-block;
	padding: 5px;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #ffffff !important;
	color: #8e959e !important;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 38px;
}
.file-upload button.delete{
	color:#8e959e;
	background:transparent;
	position:absolute;
	right:0;
	width:40px;
	height:38px;
	line-height:38px;
}
.file-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.file-upload label {
	display: inline-block;
	padding: .5em .75em;
	color: #8e959e;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}


.form-box-tit{
	font-size:1.5rem;
	font-weight:600;
	color:#222;
	margin-bottom:1rem;
}
.thumb-able{
	display:flex;
	justify-content: space-between;
	font-size:1.4rem;
	color:#222;
	margin-bottom:1rem;
}
.thumb-able .txt{
	font-weight:600;
	text-align:center;
}
.thumb-able .txt em{
	font-weight:700;
	color:#333a40;
}
.result-box{
    border-top:2px solid #333a40;
    padding:1.5rem 0;
}
.recipe-box{
	border-top:2px solid #333a40;
}
.bottom-btn .recipe-box{
	padding:0 1rem;
}
.recipe-box +.recipe-box{
	border-top:1px solid #e8e8e8;
	padding-top:10px;
}
.recipe-tit{
	font-size:1.5rem;
	font-weight:600;
	color:#333a40;
	margin-bottom:1rem;
	letter-spacing: -0.08rem;
	padding-top:2rem;
}
.recipe-tit.box{
	padding-top:0;
}
.recipe-tit .edit-btn{
	margin-top:-5px;
	color:#222;
	font-size:1.3rem;
	color:#4f565a;
	float:right;
	height:3rem;
	line-height:3rem;
	border:1px solid #ddd;
	border-radius:1.5rem;
	padding: 0 1.5rem;
}

/* order-info */
.order-info{
	margin:1rem 0 1.5rem;	
}
.order-info.box{
	margin:1rem 0 0;	
}
.order-info + .order-info{
	border-top:1px solid #e8e8e8;
	padding-top:1.5rem;
}
.order-info + .recipe-tit{
	margin-top:1rem;
	border-top:1px solid #e8e8e8;
}
.order-info li{
	font-size:1.4rem;
	display: table;	
	table-layout: fixed;
	width:100%;
}
.order-info li + li{
	margin-top:.5rem;
}
.order-info.info li + li{
	margin-top:1rem;
}
.order-info li .tit {
    font-weight: 500;
    color:#8e959e;
	display:table-cell;
	vertical-align: top;
	width:10rem;
	position:relative;
	text-align:left;
}
.order-info li .tit-head {
    font-weight: 600;
    color:#222;
	display:table-cell;
	vertical-align: top;
	position:relative;
	padding-top:0.5rem;
}
.order-info li .tit.line {
    padding-left: 20px
}
.order-info li .tit.line:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border: solid #e8e8e8;
    border-width: 0 0 2px 2px;
    content: ''
}
.order-info li .tit.option{
    width:175px;
}
.order-info .total-top .tit{
    font-size:1.5rem;
}
.order-info li .txt{
	display:table-cell;
	vertical-align: middle;
	color:#6d747b;
	text-align:right;
	font-weight:600;
}
.order-info li .txt em{
	font-weight:600;
}
.order-info li .txt .point{
	font-weight:600;
	color:#d72b4c;
}
.order-info + .edit-txt{
	margin-top:2rem;
}
.order-info .total-top .tit,
.order-info .total-top .txt{
	color:#333a40;
	font-weight:600;
}
.order-info .txt .point{
	color:#d72b4c;
	font-weight:700;
	font-size:1.6rem;
	padding-right:.2rem;
}

.form-item .input-set .count-input{
    width:calc(100% - 5rem);
	position: relative;
}
.form-item .input-set .minus-btn{
    width:4.5rem;
    background:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:1.8rem;
    font-weight:300;
}
.send_add_btn{
    margin-top:.5rem;
    width:100%;
    border:none;
    background:#fff;
    color:#222;
    line-height:4rem;
    font-size:1.4rem;
}
.bill-table{
	width:100%;
	font-size:1.4rem;
	margin-top:10px;
	width:100%;
}
.bill-table th{
	font-weight:500;
	color:#8e959e;
    border:1px solid #ddd;
	padding:10px;
	vertical-align: middle;
	letter-spacing: -0.05rem;
    background:#f3f3f3;
    width:120px;
}
.bill-table td{
	padding:10px;
    border:1px solid #ddd;
    text-align:right;
	font-weight:500;
	vertical-align: top;
	color:#6d747b;
}
.bank-result{
	border-radius: 20px;
	border:1px solid #ccc;
	font-size:1.4rem;
	text-align:center;
	padding:1rem;
	font-weight:600;
	color:#6d747b;
}

/* big-radio-box 계좌관리 선택 사용, 우측 체크 라디오 버튼 */
.big-radio-box{
	display: block;
}
.big-radio-box input[type=radio] {
	display: none;
}
.big-radio-box input[type=radio] + label {
	width:100%;
	font-size: 1.4rem;
	letter-spacing: -0.05rem;
	border-radius:8px;
	text-align: left;
	display: block;
	cursor: pointer;
	padding: 0 4.5rem 0 1.5rem ;
	font-weight: 500;
	border:1px solid #ddd;
	color:#4f565a;
	position:relative;
}
.big-radio-box input[type=radio]:checked + label {
	background-color:#fff;
	border:1px solid #3385ff;
	color:#333a40;
}
.big-radio-box input[type=radio] + label::before {
	content:'';
	position:absolute;
	right:1.5rem;
	top:50%;
	margin-top:-1rem;
	width: 2rem;
	height: 2rem;
	border-radius:100%;
	display: inline-block;
	border:1px solid #ddd;
	background:#fff;
	box-sizing:border-box;
}
.big-radio-box input[type=radio]:checked + label::before {
	border: 1px solid #3385ff;
	background-color: #3385ff;
}
.big-radio-box input[type=radio]:disabled + label::before {
	border: 1px solid #ddd;
	background-color: #eee;
}

.big-radio-box input[type=radio]:checked + label::after,
.big-radio-box input[type=radio]:checked + label::after{
	content: "";
	display: inline-block;
	position: absolute;
	right:3rem;
	top:2.4rem;
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.big-radio-box input[type=radio]:disabled:checked + label::after,
.big-radio-box input[type=radio]:disabled:checked + label::after{
	border: 2px solid #9f9f9f;
	border-left: none;
	border-top: none;
}
.big-radio-box + .big-radio-box{
	margin-top:1rem;
}


/* big-radio */
.big-text-radio{
	display: block;
}
.big-text-radio input[type=radio] + label {
	width:100%;
	font-size: 1.6rem;
	letter-spacing: -0.05rem;
	border-radius:4px;
	text-align: center;
	display: block;
	cursor: pointer;
	line-height:5rem;
	font-weight: 600;
	border:1px solid #ccc;
	color:#8e959e;
	position:relative;
}
.big-text-radio input[type=radio]:checked + label {
	background-color:#fff;
	border:1px solid #333a40;
	color:#333a40;
}
.big-text-radio + .big-text-radio{
	margin-top:1rem;
}


/* text radio tap style */
.radio_item {
    display: inline-block;
    vertical-align: top;
}
.radio-tap {
    box-sizing: border-box;
    width: 100%;
    display:flex;
    justify-content: space-between;
}
.radio-tap.col2 .radio-item {
    width: 50%;
}
.radio-item:first-of-type {
    border-radius: 4px 0 0 4px;
}
.radio-item:last-of-type {
    border-radius: 0 4px 4px 0;
}
.radio-item label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-weight:500;
    border-radius: inherit;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    color: #929294;
	padding:1.25rem 0;
    text-align: center;
	letter-spacing: -0.08rem;
}
.radio-item:last-child label {
    border-left:none;
}
.radio-item:last-child label:checked {
    border-left:1px solid #333a40;
}
.radio-item:last-child input[type=radio]:checked + label::before{
    content:'';
    position:absolute;
    top:-1px;
    left:-1px;
    display: block;
    width:1px;
    background:#3385ff;
    height:4.5rem;
}
.radio-item input[type=radio]:checked + label {
    z-index: 1;
    border-color: #3385ff;
    font-weight: 500;
    color: #3385ff;
	background:#fff;
}

/* 체크박스 커스텀 */
.custom-checkbox{
	margin:10px 0 15px 0;
	display: block;
}
.custom-checkbox.no-label{
	display: inline-block;
	vertical-align: top;
	margin:0;
}
.custom-checkbox>input[type=checkbox]{
	display:none;
}
.custom-checkbox>input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	line-height: 22px;
	padding-left: 30px;
	position:relative;
	font-weight:400;
	font-size:1.4rem;
	color:#222;
}
.custom-checkbox.no-label>input[type=checkbox] + label {
	height:22px;
	line-height: 22px;
	padding-left: 22px;
}
.custom-checkbox>input[type=checkbox] + label:before,
.custom-checkbox>input[type=checkbox] + label::before{
	content:'';
	width:22px;
	height:22px;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ddd;
	background:#fff;
	border-radius:6px;
}
.custom-checkbox>input[type=checkbox]:checked + label:before,
.custom-checkbox>input[type=checkbox]:checked + label::before{
	border:1px solid #222;
	background-color:#222;
}
.custom-checkbox>input[type=checkbox]:checked + label:after,
.custom-checkbox>input[type=checkbox]:checked + label::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.custom-checkbox>input[type=checkbox]:disabled + label:before,
.custom-checkbox>input[type=checkbox]:disabled + label::before{
	border: 1px solid #ddd;
	background-color: #eee;
}

/* 마케팅 수신동의 안내수단 텍스트 체크박스 */
.check-box-group{
	background:#f8f9fa;
	border-radius:4px;
	padding:15px 15px 10px 15px;
	margin-bottom:10px;
}
.text-checkbox{
	display:inline-block;
	margin:0 5px 5px 0;
}
.text-checkbox>input[type=checkbox]{
	display:none;
}
.text-checkbox>input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	padding: 7px 12px 7px 28px;
	position:relative;
	font-weight:400;
	font-size:1.2rem;
	color:#222;
	border:1px solid #ddd;
	background:#fff;
	border-radius:4px;
}
.text-checkbox>input[type=checkbox] + label:before,
.text-checkbox>input[type=checkbox] + label::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top:-12px;
	left: 5px;
	width: 6px;
	height: 10px;
	border: 2px solid #bbb;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.text-checkbox>input[type=checkbox]:checked + label {
	border:1px solid #222;
}
.text-checkbox>input[type=checkbox]:checked + label:before,
.text-checkbox>input[type=checkbox]:checked + label::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top:-12px;
	left: 5px;
	width: 6px;
	height: 10px;
	border: 2px solid #222;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}

/* 라디오 기본 */
.default-radio>input[type=radio]{
	display:none;
}
.default-radio>input[type=radio] + label {
	display: inline-block;
	cursor: pointer;
	position:relative;
	font-size:1.4rem;
	color:#6d747b;
	padding-left: 30px;
	line-height: 20px;
}
.default-radio label .float-right{
	float:right;
}
.default-radio>input[type=radio] + label:before,
.default-radio>input[type=radio] + label::before{
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing:border-box;
	border-radius:100%;
	top:0;
	left:0;
	content:'';
	position:absolute;
}
.default-radio>input[type=radio] + label:after,
.default-radio>input[type=radio] + label::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.default-radio>input[type=radio]:checked + label:after,
.default-radio>input[type=radio]:checked + label::after{
	width: 12px;
	height: 12px;
	box-sizing:border-box;
	background:#222;
	top:50%;
	margin-top:-5px;
	left:5px;
}
.default-radio>input[type=radio]:disabled + label:before,
.default-radio>input[type=radio]:disabled + label::before{
	background:#e8e8e8;
}
.default-radio>input[type=radio]:checked:disabled + label:after,
.default-radio>input[type=radio]:checked:disabled + label::after{
	width: 12px;
	height: 12px;
	box-sizing:border-box;
	background:#aaa;
	top:50%;
	margin-top:-5px;
	left:5px;
}

/* 체크박스 기본 */
.default-checkbox.m15{
	margin:15px;
	display:inline-block;
}
.default-checkbox>input[type=checkbox]{
	display:none;
}
.default-checkbox>input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	line-height: 22px;
	padding-left: 30px;
	position:relative;
	font-size:1.4rem;
	color:#222;
}
.default-checkbox label .float-right{
	float:right;
}
.default-checkbox>input[type=checkbox] + label:before,
.default-checkbox>input[type=checkbox] + label::before{
	content:'';
	width:22px;
	height:22px;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ccc;
	background:#fff;
	border-radius:6px;
}
.default-checkbox>input[type=checkbox]:checked + label:before,
.default-checkbox>input[type=checkbox]:checked + label::before{
	border:1px solid #222;
	background-color:#222;
}
.default-checkbox>input[type=checkbox]:checked + label:after,
.default-checkbox>input[type=checkbox]:checked + label::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.default-checkbox>input[type=checkbox]:disabled + label:before,
.default-checkbox>input[type=checkbox]:disabled + label::before{
	border: 1px solid #ccc;
	background-color: #e8e8e8;
}
.default-checkbox>input[type=checkbox]:checked:disabled + label:after,
.default-checkbox>input[type=checkbox]:checked:disabled + label::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 10px;
	border: 2px solid #aaa;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}

/* only-chekbx */
.only-chekbx{
	position:absolute;
    right:1.5rem;
    top:1.5rem;
}
.only-chekbx input[type=checkbox] {
	display: none;
}
.only-chekbx input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position:relative;
	font-weight:400;
	font-size:1.4rem;
	color:#222;
}
.only-chekbx input[type=checkbox] + label::before {
	content:'';
	width:22px;
	height:22px;
	position:absolute;
	top:0;
	right:0;
	border:1px solid #ddd;
	background:#fff;
	border-radius:6px;
}
.only-chekbx input[type=checkbox]:checked + label::before {
	border:1px solid #222;
	background-color:#222;
}
.only-chekbx>input[type=checkbox]:checked + label:after,
.only-chekbx>input[type=checkbox]:checked + label::after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 1.5rem;
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.only-chekbx>input[type=checkbox]:disabled + label:before,
.only-chekbx>input[type=checkbox]:disabled + label::before{
	border: 1px solid #ddd;
	background-color: #eee;
}

/* only-chekbx */
.only-radio{
	position:absolute;
    left:1.5rem;
    top:35%;
	margin-top:-11px;
}
.only-radio input[type=radio] {
	display: none;
}
.only-radio input[type=radio] + label {
	display: inline-block;
	cursor: pointer;
	position:relative;
	font-weight:400;
	font-size:1.4rem;
	color:#222;
}
.only-radio input[type=radio] + label::before {
	content:'';
	width:22px;
	height:22px;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ddd;
	background:#fff;
	border-radius:100%;
}
.only-radio input[type=radio]:checked + label::before {
	border:7px solid #222;
}
.only-radio>input[type=radio]:disabled + label:before,
.only-radio>input[type=radio]:disabled + label::before{
	border:7px solid #ddd;
}

/* 텍스트 라디오 버튼 */
.text-radio-box ul{
	display:flex;
}
.text-radio-box li{
	width:50%;
}
.text-radio-box li:first-child{
	padding-right:4px;
}
.text-radio-box li:last-child{
	padding-left:4px;
}
.text-radio input[type=radio] {
	display: none;
}
.text-radio input[type=radio] + label {
	display: inline-block;
	font-size: 1.4rem;
	font-weight:500;
	padding: 10px;
	vertical-align: middle;
	color:#6d747b;
	background:#fff;
	width:100%;
	border-radius:4px;
	text-align:center;
	border:1px solid #ddd;
}
.text-radio input[type=radio] + label span{
	font-size:1.4rem;
	line-height:1;
}
.text-radio input[type=radio]:checked + label{
	background:#fff;
	color:#333a40;
	border:1px solid #333a40;
}


/* half radio */
.group-radio{
	margin-top:10px ;
	width: 100%;
}
.half-radio {
	position: relative;
}
span.half-radio {
	display: inline-block;
	margin-bottom: 10px;
}
.half-radio + div{
	margin-top:10px;
}
.half-radio input[type=radio] {
	display: none;
}
.half-radio input[type=radio] + label {
	display: block;
	padding-left: 25px;
	font-size: 14px;
	font-weight:500;
	line-height: 20px;
}
.half-radio .label-circle:before {
	width: 20px;
	height: 20px;
	border: 5px solid #ced2db;
	background-color: #fff;
	box-sizing:border-box;
}
.group-radio input[type=radio]:checked + .label-circle:after {
	width: 20px;
	height: 20px;
	box-sizing:border-box;
	border: 5px solid #222;
}
.half-radio .label-circle:before, .half-radio .label-circle:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}


/* 라운드 박스 ex)보관함 상세 */
.round-box{
	padding:1.5rem;
	border-radius:16px;
	background:#fff;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 15%), -4px -1px 6px 4px rgb(240 240 240 / 10%);
}
.round-box + .round-box{
	margin-top:1rem;
}
.border-tit{
	border-bottom:1px solid #e8e8e8;
	padding-bottom:1.5rem;
	font-size:1.4rem;
	font-weight:700;
	margin-bottom:1.5rem;
}

/* 안내문구 */
.gray-textarea{
	width:100%;
	padding:10px;
	background:#f3f3f3;
	outline:0;
	border:1px solid #f3f3f3;
	min-height:200px;
}
.gray-guide-box{
	padding: 1.5rem;
	background:#f7f7f7;
	border-radius:4px;
}
.point-tit{
	font-size:1.4rem;
	margin-bottom:7px;
	padding-left:20px;
	position: relative;
	font-weight:600;
	color:#222;
}
.point-tit::before{
	position: absolute;
	top:1px;
	left:0;
	background:url(/dist/images/point-ico.png);
	background-size:14px;
	width:14px;
	height:14px;
	content:'';
	display: block;
}
.guidF {
	position: relative;
	margin: 15px 20px;
	color: #232732;
}
.guidF i {
	color:#aaa;
}
.guidF strong {
	display: inline-block;
	padding-left:5px;
	font-size: 13px;
}
.guidF-list{
	margin-top:5px;
}
.guidF-list li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 2px;
	letter-spacing: -0.05rem;
	line-height: 1.3;
	word-break: normal;
	color: #4f565a;
	font-weight:400;
}
.guidF-list li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #aab9bb;
	top: 6px;
	left: 5px;
	box-sizing: none;
}
.guidF-list li .strong {
	color: #333a40;
	font-weight: 600;
}
.guide_txt {
	font-size:1.2rem;
	color: #6d747b;
	line-height: 1.4;
	text-align: left;
}
.guide_txt i{
	color: #ced2db;
	padding-right:3px;
}
.guide_txt .strong{
	color:#333a40;
	font-weight:600;
}
.guide_txt .point{
	color:#d72b4c;
	font-weight:600;
}
.guide-tit{
	font-weight:600;
}
.guide-tit i{
	padding-right:5px;
	color:#d72b4c;
}
.tax-guide{
	padding:10px;
	background:#f3f3f3;
	color:#6d747b;
	border-radius:6px;
	margin:10px 0;
}
.tax-guide h4{
	font-size:13px;
	margin-bottom:5px;
	color:#333a40;
}
.tax-guide h4 i{
	padding-right:3px;
	color:#b4bec4;
}
.tax-guide ul li{
	padding-left:7px;
	position:relative;
	font-size:12px;
	color:#8e959e;
}
.tax-guide ul li + li{
	margin-top:3px;
}
.tax-guide ul li:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-2px;
	width:3px;
	height:3px;
	border-radius:100%;
	background:#b4bec4;
}
.danger-guide{
	margin-top:10px;
	border-radius:4px;
	color:#d13636;
	font-weight:500;
}
.danger-guide i{
	color:#d13636;
	padding-right:3px;
}

/*하단 안내문구*/
.bottom-guide{
	text-align:left;
	color:#8e959e;
	padding:5px 0;
	font-weight:300;
}
.bottom-guide span i{
	color:#b4bec4;
	padding-right:3px;
}
.round-ctit{
	text-align:center;
	font-weight:600;
	font-size:2rem;
	margin:2rem 0 2rem;
	color:#333a40;
}


/* 게시판 첨부파일 */
.file-wrap{
	width:100%;
	margin-top:2rem;
}
.file-wrap li{
	width:100%;
	position: relative;
}
.file-wrap li + li{
	margin-top:0.5rem;
}
.file-wrap li .file-box{
	display: block;
	cursor: pointer;
	transition: 0.3s;
	background:#f3f5f7;
	border-radius:8px;
}
.file-wrap li .file-txt{
	font-size:1.4rem;
	color:#6d747b;
	font-weight:500;
	text-align:center;
	padding:10px 15px;
}
.file-wrap li .file-txt .file-tit{
	font-size:1.2rem;
	display: block;
	text-align: left;
	width: calc(100% - 50px);
    display: -webkit-box;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.file-wrap li .file-txt .capacity{
	display: block;
	font-size:1.1rem;
	color:#8e959e;
	text-align: left;
}
.file-wrap li .file-txt .ico{
	font-size:1.6rem;
	line-height:20px;
	color:#c7c9d5;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
}

/* 게시판 상세 */
.boardHeadline {
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #eee;
	position:relative;
}
.boardHeadline.event-tit{
	padding-right:60px;
}
.boardHeadline .boardDate {
	color: #8e959e;
	margin-bottom: 1rem;
	position:relative;
	line-height:1.4;
	font-size:1.2rem;
}
.boardHeadline .boardTitle {
	font-size: 1.6rem;
	font-weight:500;
	word-break: break-all;
}
.boardDetail {
	padding: 1.5rem 2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #4f565a;
	word-break: break-all;
	white-space: normal;
}
.boardDetail.terms{
	height: calc(100vh - 265px);
	height: -webkit-calc(100vh - 265px);
	overflow-y: scroll;
}
.boardDetail.fullY {
	width:100%;
	overflow-y: auto;
	height:100%;
}
.boardDetail.fullY img{
	width:100%;
}

/* error 페이지 */
#notfound {
	position: relative;
	height: 100vh;
	background-color: #fff;
}
#notfound .notfound {
	width: 100%;
	position: absolute;
	left: 0;
	top: 45%;
	margin-top: -170px;
	text-align: center;
	padding: 0 20px;
}
.notfound .notfound-404 h1 span {
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 500;
	line-height: 14px !important;
}
.notfound .notfound-404 h1 strong {
	font-weight: 800;
	line-height: 100px !important;
	font-size: 8rem;
	letter-spacing: 3px;
	color: #222;
}
.notfound p {	
	color: #4f565a;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.4 !important;
}
.notfound p strong {
	color:#3385ff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2 !important;
}
.notfound a {
	font-size: 1.4rem;
	color: #6d747b;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #bbb;
	display: inline-block;
	padding: 8px 30px;
	font-weight: 400;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	width:10rem;
}
.notfound a.homeB {
	background: #3385ff;
	color: #fff;
	border: 1px solid #3385ff;
}

/* loading */
.loading-wrap {
	width: 100%;
	height: 100vh;
	background: #fff;
	text-align: center;
	position: relative;
}
.loading-wrap .loading-box {
	width: 160px;
	bottom: 40%;
	left: 50%;
	position: absolute;
	margin-left: -80px;
}
.loading-wrap .loading-box .loading-text {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: 400;
	color:#4f565a;;
}
.loading-wrap .loading-box .loading-text span {
	font-size: 1.4rem;
	font-weight: 400;
	padding-bottom: 15px;
	color: #222;
}

@keyframes ldio-yo2l5f2gl2 {
	0% {
		opacity: 1;
		backface-visibility: hidden;
		transform: translateZ(0) scale(1.5,1.5);
	} 100% {
		  opacity: 0;
		  backface-visibility: hidden;
		  transform: translateZ(0) scale(1,1);
	  }
}
.ldio-yo2l5f2gl2 div > div {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #222;
	animation: ldio-yo2l5f2gl2 1s linear infinite;
}.ldio-yo2l5f2gl2 div:nth-child(1) > div {
	 left: 74px;
	 top: 44px;
	 animation-delay: -0.875s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(1) {
	transform: rotate(0deg);
	transform-origin: 80px 50px;
}.ldio-yo2l5f2gl2 div:nth-child(2) > div {
	 left: 65px;
	 top: 65px;
	 animation-delay: -0.75s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(2) {
	transform: rotate(45deg);
	transform-origin: 71px 71px;
}.ldio-yo2l5f2gl2 div:nth-child(3) > div {
	 left: 44px;
	 top: 74px;
	 animation-delay: -0.625s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(3) {
	transform: rotate(90deg);
	transform-origin: 50px 80px;
}.ldio-yo2l5f2gl2 div:nth-child(4) > div {
	 left: 23px;
	 top: 65px;
	 animation-delay: -0.5s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(4) {
	transform: rotate(135deg);
	transform-origin: 29px 71px;
}.ldio-yo2l5f2gl2 div:nth-child(5) > div {
	 left: 14px;
	 top: 44px;
	 animation-delay: -0.375s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(5) {
	transform: rotate(180deg);
	transform-origin: 20px 50px;
}.ldio-yo2l5f2gl2 div:nth-child(6) > div {
	 left: 23px;
	 top: 23px;
	 animation-delay: -0.25s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(6) {
	transform: rotate(225deg);
	transform-origin: 29px 29px;
}.ldio-yo2l5f2gl2 div:nth-child(7) > div {
	 left: 44px;
	 top: 14px;
	 animation-delay: -0.125s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(7) {
	transform: rotate(270deg);
	transform-origin: 50px 20px;
}.ldio-yo2l5f2gl2 div:nth-child(8) > div {
	 left: 65px;
	 top: 23px;
	 animation-delay: 0s;
 }
.ldio-yo2l5f2gl2 > div:nth-child(8) {
	transform: rotate(315deg);
	transform-origin: 71px 29px;
}
.loadingio-spinner-spin-dxynu7pmxp {
	width: 80px;
	height: 80px;
	display: inline-block;
	overflow: hidden;
	background: #ffffff;
}
.ldio-yo2l5f2gl2 {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.8);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.ldio-yo2l5f2gl2 div { box-sizing: content-box; }
.loading-close-btn {
	background: url(/dist/images/close_btn.png)no-repeat;
	width: 20px;
	height: 20px;
	background-size: cover;
	font-size: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
/* // loading */