/*폰 모델명*/
.modelnm{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin-top: 4px;
}
.modelnm > ul{
	line-height: 30px;
	color: #666;
	padding:5px 0 5px;
	width: calc(100% - 80px);
}
.modelnm > ul > li{
	position: relative;
	float: left;
	display: inline-block;
	padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
}
.modelnm > ul > li:before{
	content: '>';
	position: absolute;
	left: 6px; top: 0px;
}
.modelnm > ul > li:first-child{
	padding-left: 0;
}
.modelnm > ul > li:first-child:before{
	content: '';
}
.modelnm > button{
	display: inline-block;
	width: 88px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-left: 10px;
}
.modelnm > button > span{
	display: block;
    line-height: 1;
    padding-left: 14px;
    background: url(../images/contents/bul_change.png) no-repeat left 8px center;
    background-size: 12.5px auto;
    font-size: 13px;
}
/*출시일_출고가*/
.releaseWrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding:10px 0 20px;
}
.release_dataWrap{
	float: left;
	display: inline-block;
	width: calc(50% - 1px);
	border-right: 1px solid #ddd;
}
.release_priceWrap{
	float: left;
	display: inline-block;
	width: 50%;
}
.release_tit{
	text-align: center;
	display: block;
	overflow: hidden;
	font-weight: 500;
}
.release_dataWrap > em,
.release_priceWrap > em{
	text-align: center;
	display: block;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}
/*나의 폰 현재 시세*/
.myPPWrap{
	overflow: hidden;
	padding: 21px 0 12px;
	text-align: center;
}
.myPP_tit{
	margin-bottom: 10px;
}
.myPP{
	display: block;
	font-size: 20px;
	font-weight: 700;
}
.myPP_dataWrap{
	text-align: center;
	overflow: hidden;
	color: #999;
	margin-bottom: 24px;
}
.myPP_data{
	display: inline-block;
}
.myPP_dataWrap em.myPP_up{
	display: inline-block;
	font-weight: 700;
	padding-left: 35px;
	background: url('../images/contents/ico_up01.png') no-repeat left 10px top 9px;
	background-size: 15.5px auto;
}
.myPP_dataWrap em.myPP_down{
	display: inline-block;
	font-weight: 700;
	padding-left: 35px;
	background: url('../images/contents/ico_down01.png') no-repeat left 10px top 9px;
	background-size: 15.5px auto;
}
/*최고시세_최저시세*/
.higlow{
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	border:2px solid #e7e7e7;
	border-radius: 4px;
	padding:20px 16px;
}
.higlow_tit{
	display: inline-block;
	float: left;
	color: #666;
	font-weight: 500;
	padding-right: 5px;
}
.higlow_R{
	display: inline-block;
	float: right;
}
.higlow_price{
	display: inline-block;
	font-weight: 700;
	text-align: right;
	padding-left: 5px;
	color: #000;
}
.higlowBtn{
	display: inline-block;
	border:1px solid #1da797;
	border-radius: 13px;
	padding:0 10px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #1da797;
	margin-left: 10px;
	text-decoration: none;
	font-size: 14px;
}
/*switch*/
.switchWrap{
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
}
.switchCon{
	overflow: hidden;
	border-top: 8px solid #f8f9fb;
	padding:24px 18px;
}
.switchtit{
	font-weight: 500;
	float: left;
	display: inline-block;
}
.switch {
	float: right;
	position: relative;
	display: inline-block;
	width: 48px;
	height: 24px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.switch_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 24px;
}
.switch_slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .switch_slider {
  background-color: #ff3782;
}
input:focus + .switch_slider {
  box-shadow: 0 0 1px #ff3782;
}
input:checked + .switch_slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
/*최고_일반_최저*/
.phone_priceWrap{
	overflow: hidden;
	margin-top: 10px;
}
.phone_priceTit{
	display: inline-block;
	float: left;
	padding:0 20px;
	line-height: 22px;
	border:1px solid #e7e7e7;
	border-radius: 11px;
	text-align: center;
}
.phone_priceTit > span{
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.phone_priceR{
	display: inline-flex;
	align-items: center;
	float: right;
	margin-left: 10px;
}
.phone_priceNum{
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	height: 24px;
    line-height: 22px;
}
.phone_priceNum > em{
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}
.phone_priceNumR{
	padding-left: 25px;
	color: #ff3782;
	font-size: 14px;
	text-align: right;
	width: 98px;
	display: inline-block;
}
.phone_priceNumR2{
	position: relative;
	padding-left: 25px;
	color: #fff;
	font-weight: 100;
	text-align: right;
	width: 98px;
	display: inline-block;
}
.phone_priceNumR2:after{
	content: '';
	position: absolute;
	right: 0; top: 11px;
	width: 6px; height: 1px;
	background: #666;
}
.phone_price_d{
	background: url('../images/contents/ico_down02.png') no-repeat left 0px top 6px;
	background-size: 15.5px auto
}
.phone_price_u{
	background: url('../images/contents/ico_up02.png') no-repeat left 0px top 6px;
	background-size: 15.5px auto
}
.phone_priceTxt{
	overflow: hidden;
	font-size: 12px;
	color: #999;
	padding-top: 12px;
}
.phone_priceTxt > span{
	position: relative;
	display: block;
	float: right;
	padding-left: 8px;
}
.phone_priceTxt > span:before{
	content: '*';
	position: absolute;
	left: 0px; top: 3px;
}
/*제품정보*/
.nav_info{
	overflow: hidden;
	display: block;
	margin: 8px 0 24px;
}
.nav_info > li{
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
	line-height: 22px;
}
.nav_info > li:after{
	content: '>';
	position: absolute;
	left: 5px; top: 0px;
}
.nav_info > li:first-child:after{
	content: '';
}
.nav_info > li:first-child{
	padding-left: 0;
}
/*상품이미지*/
.detailImage_area{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.detailImage{
	display: block;
	margin:20px auto;
	width: auto; height: 170px;
	text-align: center;
}
.detailImage > img{
	width: auto; height: 100%;
	margin:0 auto;
}
.detailImgNm{
	display: block;
	text-align: center;
	margin:0 auto 10px;
	color: #666;
	font-size: 14px;
}
/*알람설정*/
.alarm_modifyCon{
	position: relative;
	overflow: hidden;
	border-top:1px solid #ddd;
	padding-top: 20px;
}
.alarm_modifyCon .item_in{
	overflow: hidden;
	display: block;
}	
.alarm_modifyCon .item_in .label{
	float: left;
	color: #000;
	font-size: 14px;
	line-height: 40px;
	margin-right: 10px;
	width: 50px;
}
.alarm_modifyCon .item_in input{
	float: left;
	display: inline-block;
	width: calc(100% - 81px); height: 40px;
	border:1px solid #ddd;
	padding: 0 10px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.alarm_modifyCon .item_in .alarm_modifyTxt1{
	float: right;
	display: inline-block;
	color: #999;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	margin-left: 5px;
	width: 15px;
}
/*상품가격*/
.prod_price{
	display: block;
	margin:0 auto 20px;
	text-align: center;
}
.prod_price > .tit{
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin-right: 20px;
}
.prod_price > .tit:after{
	content: ':';
	position: absolute;
	right: -12px; top: -2px;
}
.prod_price > .prices{
	display: inline-block;
	color: #ff3782;
	font-size: 16px;
	line-height: 22px;
	padding-right: 20px;
}
.prod_price > .prices > strong{
	font-size: 20px;
}
/*search*/
.searchCon{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	border:1px solid #ddd;
	width: 100%; height: 46px;
}
.searchCon > input.txt{
	display: inline-block;
	width: calc(100% - 70px);
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border:none;
}
.searchCon > input::placeholder {
	padding-top: 0 !important;
	color: #dadada;
}
.searchCon > input::-webkit-input-placeholder {
	padding-top: 0 !important;
	color: #dadada;
}
.searchCon > input:-ms-input-placeholder {
	padding-top: 0 !important;
	color: #dadada;
}
.searchCon > button.btn_del{
	display: inline-block;
	width: 18px; height: 18px;
	overflow: hidden;
	background: url('../images/contents/bul_del01.png') no-repeat;
	background-size: 18px auto;
	margin: 6px;
}
.searchCon > button.btn_srh{
	display: inline-block;
	width: 20px; height: 20px;
	overflow: hidden;
	background: url('../images/contents/bul_search.png') no-repeat;
	background-size: 20px auto;
	margin: 6px;
}
/*스마트쇼핑*/
.shoppingTWrap{
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.shoppingBWrap{
	overflow: hidden;
	border-top: 8px solid #f8f9fb;
}
.delivery_point > .txt{
	background: #f7f7f7;
	padding: 15px;
	text-align: center;
}
.delivery_point > .txt > strong{
	color: #e3007a;
	font-size: 18px;
	font-weight: 700;
}
.delivery_point > .txt > p{
	font-weight: 400;
	letter-spacing: -.046em;
}
.delivery_point > img{
	width: 100%; height: auto;
	margin:0 auto;
}
.delivery_txtCon{
	background: #fbfbfb;
	border:1px dotted #e9e9e9;
	border-radius: 4px;
	padding:10px 12px;
}
.shoppingsubTit{
	text-align: center;
	padding-top: 134px;
	background: url('../images/contents/img_insur.gif') no-repeat top center;
	background-size: 120px auto;
	font-weight: 500;
}
.insureWrap{
	overflow: hidden;
	background: #faf5fb;
	padding: 24px 18px;
}
.ins_joining{
	overflow: hidden;
	background: #fcf7f0;
	text-align: center;
	padding:14px 20px;
}
.ins_joining > strong{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.ins_joining > p{
	display: block;
	font-size: 14px;
	color: #666;
}
.insureStep{
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
}
.insureStep > strong{
	display: block;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 60px;
}
.insureStep > ol{
	overflow:hidden;
	padding: 15px;
}
.insureStep > ol > li{
	position: relative;
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 24px;
}
.insureStep > ol > li:after{
	content: '';
	position: absolute;
	left: 20px; top: 42px;
	width: 1px; height: 24px;
	background: #e7e7e7;
}
.insureStep > ol > li:last-child:after{
	content: '';
	height: 0;
}
.insureStep > ol > li:last-child{
	padding-bottom: 0;
}
.insureStep > ol > li > span.step{
	display: inline-block;
	background: #1da797;
	width: 42px; height: 42px;
	border-radius: 21px;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
	line-height: 12px;
	letter-spacing: .05em;
	padding-top: 9px;
}
.insureStep > ol > li > span.step > em{
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.insureStep > ol > li > span.txt{
	color: #666;
	padding-left: 10px;
}
.insureInfoTit{
	display: block;
	background: url('../images/contents/ico_info.png') no-repeat left 0 top 5px;
	background-size: 14.5px auto;
	padding-left: 19px;
	font-weight: 500;
}
/*폰리스트*/
.phoneList{
	overflow: hidden;
}
.phoneList > li{
	display: block;
	border-bottom: 1px solid #e7e7e7;
}
.phoneList > li > a{
	display: block;
	width: 100%;
	color: #666;
	padding: 8px 10px 10px;
}
.phoneList > li > a:hover{
	color: #ff3782;
}
/*공시지원금*/
.item_total{
    position: relative;
	overflow: hidden;
	display: block;
	height: 890px;
}
.item_area{
	margin:0;
}
.item{
	display: block;
	padding:15px;
	margin-bottom: 12px;
	border:1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
	cursor: pointer;
	height: 168px;
}
.item_area .item:last-child{
	margin-bottom: 0;
}
.item_head{
	position: relative;
	overflow: hidden;
}
.item_head .thum{
	float: left;
    width: 70px;
    height: 70px;
    text-align: center;
}
.item_head .label{
	float: left;
	position: relative;
	height: 24px;
	padding: 0 8px;
	margin-top: 3px;
	border-radius: 12px;
	background: #ff3782;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
.item_head > dl.info{
	float: left;
	margin-left: 5px;
	padding:2px 0;
}
.item_head > dl.info > dt {
	display: block;
	color: #333;
	font-size: .947em;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.item_head > dl.info > dd{
	display: block;
	margin-top: 6px;
	color: #666;
	font-size: .78em;
	line-height: 17px;
}
.item_footer{
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	padding-top: 8px;
	border-top: 1px solid #ddd;
	display: table;
	table-layout: fixed;
	font-size: 16px;
}
.item_footer > dt{
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	color: #ff3782;
	width: 38%;
	font-size: .911em;
}
.item_footer > dd{
	display: table-cell;
	text-align: right;
	width: 67%;
}
.item_footer > dd > .price{
	display: block;
	font-weight: 700;
	line-height: 22px;
	color: #333;
}
.item_footer > dd > .txt{
	display: block;
	font-size: .72em;
	color: #999;
}
#followBtn{
	position: fixed;
	left:50%;
	bottom:18px;
	transform:translateX(-50%);
	width: 100%;
    padding:0 18px;
}
#followBtn.on {
	position: absolute;
	bottom: 155px;
}
.contents_inner{
	position: relative;
	padding: 24px 18px;
}
/*말풍선*/
.balloon_area{
	position: absolute;
	right: 0; bottom: 10px;
}
.balloon{
	position:relative;
	display: block;
	padding:0 15px;
	height: 35px;
	line-height: 34px;
	background:#1da797;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}
.balloon:after{
	border-top:8px solid #1da797;
	border-left: 8px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	content:"";
	position:absolute;
	top:8px;
	left:-8px;
}
.balloon > strong{
	font-size: 16px;
	font-weight: 700;
}
/*공시*/
.disclose_area{
	position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 20px;
}
.ann_item{
	display: block;
	border:1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
}
.ann_item dl{
	overflow: hidden;
}
.ann_item dt{
	float: left;
}
.ann_item dd{
	float: right;
}
.ann_item > .price_area{
	margin:0 18px;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.ann_item > .price_area > dt{
	font-weight: 500;
	color: #ff3782;
}
.ann_item > .price_area > dd{
	color: #666;
}
.ann_item > .pu_applyT{
	padding: 10px 18px 0;
	color: #333;
}
.ann_item > .pu_applyT > dt,
.ann_item > .pu_applyT > dd{
	font-weight: 500;
	font-size: 16px;
}
.ann_item > .pu_applyB{
	padding: 6px 18px 15px;
	color: #333;
}
.ann_item > .pu_applyB > dt,
.ann_item > .pu_applyB > dd{
	font-weight: 500;
	font-size: 14px;
}
.ann_item > .pu_apply{
	background: #f7f7f7;
	border-bottom: 1px solid #ddd;
	padding: 9px 18px 10px;
	color: #333;
	font-size: 16px;
}
.ann_item > .pu_apply > dt{
	font-weight: 500;
}
.ann_item > .pu_apply > dd{
	font-weight: 700;
}
.ann_item > .pur{
	font-size: 16px;
	font-weight: 700;
	color: #ff3782;
	padding: 9px 18px 10px;
}
/*notice*/
.not_area{
	overflow: hidden;
}
.not_tit{
	color: #000;
	font-size: 16px;
	padding-left: 18px;
	background: url('../images/contents/ico_info.png') no-repeat left 0 top 6px;
	background-size: 14px auto;
}
.not_list{
	overflow: hidden;
	margin-left: 8px;
}
.not_list > li{
	position: relative;
	font-size: .898em;
	line-height: 16px;
	margin-bottom: 3px;
	padding-left: 9px;
}
.not_list > li:before{
	content: '-';
	position: absolute;
	left: 0; top: 0;
}
/*alert*/
.cp_alert .txt2 {
    margin-top: 36px;
    padding: 0 18px 36px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    word-break: keep-all;
}
.cp_alert .txt2 p{
	font-size: 14px;
}
/*tab*/
ul.tabs {
	width: 100%; height: 42px; 
}
ul.tabs li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	background: #F8F9FB;
	border: 1px solid #ddd; 
	margin-left: -1px;
}
ul.tabs li:first-child{
	margin-left: 0;
}
ul.tabs li a {
	text-align: center;
	color: #000;
	line-height: 40px;
	display: block;
}
ul.tabs li.active{
	font-weight: 500;
	background: #fff;
	border-bottom: 1px solid #fff; 
}
.tab_container {
	width: calc(100% - 1px);
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	background: #fff;
}
.tab_content {
	font-size: 14px;
	padding:0 20px;
}
/*서비스약관동의*/
.agreeCon {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 10px;
}
.agreeCon h2 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.agreeList1 {
    overflow: hidden;
    margin-top: 10px;
    counter-reset: item;
}
.agreeList1 > li{
	display: block;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 25px;
}
.agreeList1 > li:before{
	content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    margin-left: -25px;
    width: 20px;
    text-align: left;
    font-weight: 400;
}
.agreeList2{
	overflow: hidden;
	margin-top: 8px;
	counter-reset: item;
}
.agreeList2 > li{
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.agreeList2 > li:before{
	content: "(" counter(item) ") ";
    counter-increment: item;
    position: absolute;
    margin-left: -25px;
    width: 20px;
    text-align: left;
    font-weight: 400;
}
.agreeList3{
	overflow: hidden;
	margin-top: 8px;
}
.agreeList3 > li{
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
}
/*구매물품보상보험 약관 동의*/
.cp_content_wrap2{
	padding: 0 18px 24px;
}
.insurCon {
    position: relative;
    overflow: hidden;
    padding: 0px 10px 10px;
}
.insurList1 {
    overflow: hidden;
    counter-reset: item;
}
.insurList1 > li{
	display: block;
	line-height: 22px;
	font-size: 14px;
    border-bottom: 1px dotted #ededed;
    padding: 20px 10px 20px 25px;
}
.insurList1 > li:before{
	content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    margin-left: -25px;
    width: 20px;
    text-align: left;
    font-weight: 400;
}
.insurList2{
	overflow: hidden;
	margin-top: 8px;
	counter-reset: item;
}
.insurList2 > li{
	display: block;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.insurList2 > li:before{
	content: "(" counter(item) ") ";
    counter-increment: item;
    position: absolute;
    margin-left: -25px;
    width: 20px;
    text-align: left;
    font-weight: 400;
}
/*개인정보처리방침*/
.privacyWrap{
	position: relative;
    overflow: hidden;
    margin:0 auto;
    font-size: 14px;
    line-height: 20px;
}
.shortcut{
	position: relative;
	overflow: hidden;
	margin: 20px 0 30px;
    padding: 14px 18px 9px;
    border: 3px solid #e5e5e5;
}
.sc1{
	position: relative;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	float: left;
}
.sc1 > li{
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}
.sc1 > li > a{
	color: #333;
	font-weight: 500;
}
.scWrap{
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding:44px 0 35px;
}
.scWrap > h2{
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
}
.scWrap > p{
	margin-bottom: 10px;
}
p.tb_b1{
	margin-top: -10px;
	margin-bottom: 10px;
}
p.tb_b2{
	margin-top: 5px;
}
.sc2{
	overflow: hidden;
	margin-top: 8px;
	counter-reset: item;
}
.sc2 > li{
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	color: #666;
}
.sc2 > li:before{
	content: "(" counter(item) ") ";
    counter-increment: item;
	font-weight: bold;
    position: absolute;
    margin-left: -20px;
    width: 20px;
    text-align: left;
    font-weight: 400;
}
.sc2 > li > p{
	margin-bottom: 5px;
}
.sc3{
	overflow: hidden;
}
.sc3 > li{
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
.sc3 > li:before{
	content: "-";
    position: absolute;
    margin-left: -10px;
    text-align: left;
    font-weight: 400;
}
table.scTable1{
	width: 100%;
	margin-bottom: 20px;
}
table.scTable1 thead th,
table.scTable1 tbody td{
	border-bottom: 0 none;
    border:1px solid #e7e7e7;
    text-align: center;
    word-break: break-all;
}
table.scTable1 thead th{
	border-top: 1px solid #a8a8a8;
	background-color: #f7f7f7;
	color: #000;
	text-align: center;
	font-weight: 500;
    padding:14px 5px 16px;
}
table.scTable1 tbody td{
	padding: 12px 10px 14px;
}
ol > li > table.scTable1{
	width: calc(100% + 20px);
	margin-left: -20px;
}
table.scTable1 tbody td.txt_l{
	text-align: left;
}

.clauseT{
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.clauseB{
	position: relative;
	overflow: hidden;
	width: 100%;
	border-top: 7px solid #f4f4f4;
}
.allAgreeChk{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.allAgreeChk > p{
	margin: 5px 0 20px 30px;
	line-height: 20px;
	color: #999;
}
.chkWrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}
.chk_L{
	display: inline-block;
	float: left;
}
.chk_L label{
	color: #999;
}
.chk_R{
	display: inline-block;
	float: right;
}
a.chk_detail{
	text-align: right;
	color: #999;
	text-decoration: underline;
}
.clauseBtn{
	position: relative;
	overflow: hidden;
	display: flex;
	width: 100%;
}
.clauseBtn button.clauseBtn_L{
	width: 100%;
    min-width: 50%;
	height: 48px;
	background: #eff0f2;
	color: #333;
}
.clauseBtn button.clauseBtn_R{
	width: 100%;
    min-width: 50%;
	height: 48px;
	background: #ff3782;
	color: #fff;
}
.clauseBtn button span{
	display: block;
    font-size: 18px;
    line-height: 48px;
}

@media screen and (min-width:767px) {
	.sc1{
		width: 50%;
	}
}
@media screen and (min-width:361px) {
	.not_list li br{
		display: none;
	}
}