/*서브 공통*/
.flex-box{
	display:flex;
}
.flex-box.align-center{
	align-items:center;
}
.flex-box.justify-conter{
	justify-content:center;
}
.flex-box.space-around{
	justify-content:space-around;
}
.flex-box.space-between{
	justify-content:space-between;
}

.ul_table > li{
	margin-bottom: 3rem;
}
.ul_table > li > select,
.ul_table > li > input{
	margin-bottom: 3px;
}
.ul_table > li > select:last-child,
.ul_table > li > input:last-child{
	margin-bottom: 0;
}
.sub_title{
	font-size:1.6rem;
	position:relative;
	margin-bottom:1rem;
	color:#000;
	font-weight: 600;
}
.sub_title .ess{
	color:#ff0000
}
.sub_title > .desc{
	font-size:1.3rem;
	font-weight:400;
	color:#666;
	float:right;
	margin-top:3px;
}
.btn_add{
	background: #999;
	padding:6px 10px;
	color:#fff;
	font-size:1.2rem;
	font-weight: 300;
	text-align: center;
	display:inline-block;
	position: absolute;
	top:-4px;
	right:0;
	border-radius: 4px;
}
.btn_add2{
    background: #5399cf;
	padding:6px 10px;
	color:#fff;
	font-size:1.2rem;
	font-weight: 300;
	text-align: center;
	display:inline-block;
}
.btn_remove{
	background: #fff;
	width:40px;
	height: 40px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	justify-content:center;
	align-items:center;
	border:1px solid #e2e2e2;
	margin-left: 0.5rem;
	color:#495057;
}
.mouners_up{
	background: #fff;
	width:40px;
	height: 40px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	justify-content:center;
	align-items:center;
	border:1px solid #e2e2e2;
	margin-left: 0.5rem;
	color:#495057;
}

.mouners_down{
	background: #fff;
	width:40px;
	height: 40px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	justify-content:center;
	align-items:center;
	border:1px solid #e2e2e2;
	margin-left: 0.5rem;
	color:#495057;
}

.btn_remove i{
	font-size:1.8rem;
}
.upd_div{
	position: absolute;
	top:0;
	right:0;
}
.upd_div > a{
	background: #fff;
	width:40px;
	height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #e2e2e2;
	margin-left: 0.5rem;
}
.upd_div > a:first-child{
	margin-bottom: 5px;
}
.upd_div > a i{
	font-size:1.8rem;
	color:#212529;
}

.upd_div2{
	position: absolute;
	top:0;
	right:0;
}
.upd_div2 > a{
	background: #fff;
	width:40px;
	height: 40px;
	display:inline-block;
	line-height: 40px;
	text-align:center;
	justify-content:center;
	align-items:center;
	border:1px solid #e2e2e2;
	margin-left: 0.5rem;
}
.upd_div2 > a:first-child{
	margin-bottom: 5px;
}
.upd_div2 > a i{
	font-size:1.8rem;
	color:#212529;
}

.chunk_wrap > .chunk{
    margin-bottom: 1.5rem;
	padding-bottom:1.5rem;
    position: relative;
	border-bottom:1px solid #000;
}

.chunk_wrap > .chunk:last-child{
	border-bottom:0px solid #000;
}
.chunk_wrap > .chunk .flex-box select{
	width:calc(100% - 135px);
}

[class*="bottom_btn_box"] {
	/* margin-left:-1.5rem;
	margin-right:-1.5rem;
	margin-bottom:-4rem; */
	padding-top:4rem;
	display:flex;
}
[class*="bottom_btn_box"] a{
	display:block;
	color:#fff !important;
	flex-grow:1;
	flex-basis:0;
}

[class*="bottom_btn_box"] a.submit_btn{
	background:#333333;
	color:#fff !important;
	 font-size:1.4rem;
	width:100%;
	border-radius:0;
	display:block;
	padding:15px 10px;
	outline:none;
	border-radius: 4px;
}

[class*="bottom_btn_box"] [class*="btn"]{
	background:#333333;
	color:#fff !important;
	font-size:1.4rem;
	width:100%;
	border-radius:4px;
	display:block;
	padding:15px 6px;
	outline:none;
}
[class*="bottom_btn_box"] .btn-blue{
	background:#14ae67;
}
[class*="bottom_btn_box"] .btn-gold{
	background:#3e3a39;
}
[class*="bottom_btn_box"] .btn-black{
	border:1px solid #333;
}
[class*="bottom_btn_box"] .btn-gray{
	background: #d4d4d4;
	color:#333 !important;
	border:none;
	font-weight: 500;
}

.bottom_btn_box_fixed{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
	margin:0;
	padding:0;
}


[class*="bottom_btn_box"] [class*="btn"] i{
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.3rem;
    font-weight: 400;
    transform: translateY(-1px);
}

.sub7_view_wrap [class*="bottom_btn_box"].pt10{
	margin-left: -0.3rem;
	margin-right: -0.3rem;
}
.sub7_view_wrap [class*="bottom_btn_box"].sending{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.sub7_view_wrap [class*="bottom_btn_box"] a{
	padding:0 0.3rem
}
.sub7_view_wrap [class*="bottom_btn_box"] [class*="btn"]{
	border-radius:8px !important;
}


.form-control{
	border:1px solid #e2e2e2;
	height:40px;
	padding:0px 10px;
	line-height:38px;
	font-size:1.3rem;
	outline:none;
	box-shadow:none;
	border-radius: 4px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.4rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.search_box{
	background:#fff;
	position:relative;
	padding:5px;
	border-radius: 4px;
	box-shadow: 3px 0 7.7rem rgba(140,140,140,.15);
	border:5px solid #14ae67;
}
.search_box input[type='text']{
	background:#fff;
	width:100%;
	padding:1rem;
	border:0;
	font-size:1.4rem;
}
.search_box input[type='text']::placeholder{
	color: #a6a6a6;
}
.search_box button{
	position:absolute;
	right:1rem;
	top:50%;
	border:0;
	color: #000;
	background:#fff;
	transform:translatey(-50%);
	font-size:2.2rem;
}

.cta > a.cta-white{
	display:inline-block;
	font-size:1.3rem;
	color:#333;
	padding:0.8rem 2.3rem;
	background: #fff;
	border-radius:5px;
	text-align: center;
	border:1px solid #333;
}

.pager{
	text-align: center;
	font-size:14px;
	margin-top: 1rem;
}
.pager > li{
	color:#333;
	font-weight: 500;
	display:inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
.pager > li i{
	font-size:20px;
	transform:translateY(1px);
}
.pager > li a{
	/* margin: 0 5px;
	display: block;
	width: 2.4rem;
	height: 2.4rem; */
	color:#333;
	/* border-radius: 50%;
	border: 1px solid #bdbdbd; */
}

.share_wrap > a{
	display:block;
	color:#fff;
    padding: 8px;
	text-align: left;
	margin:0.8rem 0;
	font-size:1.3rem;
	position: relative;
	min-height: 46px;
	border-radius: 4px;
}
.share_wrap > a img{
	max-width:30px;
	margin-right: 1rem;
}
.share_wrap > a.sns-text{
	background: #333;
}
.share_wrap > a.sns-kakao{
	background: #fae100;
}
.share_wrap > a > div{
	position: absolute;
	top:50%;
	left:52%;
	transform:translate(-50%,-50%);
	min-width:22rem;
}

.bullet-list > li{
	position: relative;
	padding-left: 1rem;
	font-size:1.3rem;
	color:#888;
	line-height: 1.8;
	word-break:keep-all;
}
.bullet-list > li:last-child{
	margin-bottom: 0;
}
.bullet-list > li::before{
	content:'';
	width:4px;
	height: 4px;
	background: #999;
	position: absolute;
	top:10px;
	left:0;
}

.table_black table{
	width:100%;
}
.table_black table th,
.table_black table td{
	font-size:1.3rem;
	font-weight: 300;
	text-align: center;
	padding:1rem 2px;
	line-height: 1.5;
}
.table_black table thead tr th{
	color:#fff;
	font-weight: 500;
	background: #414b5d;
}
.table_black table thead tr th:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.table_black table thead tr th:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.table_black table tbody tr td{
	color:#888;
	/* word-break:keep-all; */
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.table_black table tbody tr td [class*="cta-"]{
	font-size:1.1rem;
	border-radius:4px;
	display:block;
	width:40px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin:3px auto;
}
.table_black table tbody tr td .cta-modify{
	color:#222;
	border:1px solid #222;
	background: #fff;
}
.table_black table tbody tr td .cta-delete{
	color:#fff;
	background: #7f7f7f;
	border:1px solid #7f7f7f;
}

.table-like-white{
	border-top: 2px solid #000;
	background: #fff;
}
.table-like-white > a{
	color:#222;
	display:block;
}
.table-like-white dl{
	margin:0;
	border-bottom: 1px solid #ebebeb;
	display:flex;
	align-items:center;
}
.table-like-white dl dt,
.table-like-white dl dd{
	font-size:1.4rem;
	font-weight: 300;
	padding:1rem 0;
}
.table-like-white dl dt{
	font-weight: 500;
	text-align: center;
	width:25%;
}
.table-like-white dl dd{
	width:75%;
	word-break:break-all;
	padding-right: 1rem;
}
.table-like-white.updown dl{
	display:block;
	padding:1.5rem;
}
.table-like-white.updown dl dt,
.table-like-white.updown dl dd{
	width:100%;
	text-align: left;
	padding:0;
}
.table-like-white.updown dl dt{
	padding-bottom: 0.4rem;
}
.table-like-white.updown dl dd{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:pre;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    height:20px;
}

.table-like-white .if_nothing{
	text-align: center;
	padding:2rem;
	background: #f7f7f7;
}

.table-like-white ul{
	width:100%;
	padding:1.5rem;
	border-top: 1px solid #ebebeb;
}
.table-like-white ul > li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	line-height: 1.8;
	font-size:1.3rem;
}
.table-like-white ul.total > li{
	font-size:1.6rem;
	font-weight: 600;
	color:#000;
}

.table-like-white .swiper-slide{
	margin:0;
	border-bottom: 1px solid #ebebeb;
	display:flex;
	align-swiper-slides:center;
}
.table-like-white .swiper-slide a{
	color:#212529;
	width:100%;
}
.table-like-white .swiper-slide a .p-dt,
.table-like-white .swiper-slide a .p-dd{
	font-size:1.4rem;
	font-weight: 300;
	padding:1rem 0;
}
.table-like-white .swiper-slide a .p-dt{
	font-weight: 500;
	text-align: center;
	width:25%;
}
.table-like-white .swiper-slide a .p-dd{
	width:75%;
	word-break:break-all;
	padding-right: 1rem;
}
.table-like-white.updown .swiper-slide a{
	display:block;
	padding:1.5rem;
}
.table-like-white.updown .swiper-slide a.thum_flower{
	position:relative;
	padding-left:8rem;
}
.table-like-white.updown .swiper-slide a.thum_flower .thum{
	position:absolute;
	left:1rem;
	top:50%;
	transform: translateY(-50%);
	width:auto;
	height:6rem;
	background-size: auto 90%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	width:60px;
	height:60px;	
}




.table-like-white.updown .swiper-slide a .p-dt,
.table-like-white.updown .swiper-slide a .p-dd{
	width:100%;
	text-align: left;
	padding:0;
}
.table-like-white.updown .swiper-slide a .p-dt{
	padding-bottom: 0.4rem;
}
.table-like-white.updown .swiper-slide a .p-dd{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:pre;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    height:20px;
}

.button-bk{
    background: #333333;
    color: #fff !important;
    font-size: 1.4rem;
    width: 100%;
    border-radius: 0;
    display: block;
    padding: 15px 6px;
    outline: none;
	border:none;
}

.comment_swiper,
.flower_swiper{
	overflow:hidden;
	max-height:382px;
	height:100%;
}

.sending-psm{
	font-size:1.4rem;
	color:#ffecb0;
	word-break:keep-all;
	position: relative;
	margin-top: 0.2rem;
	padding-top: 0.3rem;
}

.account_nums {display:inline-block; background:#fff !important; width:60%;}
.account_check {display:inline-block;}
