
input[type="radio"]:disabled + .div_svg {
	border:1px solid #C3C3C3;
}

input[type="radio"]:checked + .div_svg svg {
	background: #1F77E5 !important;		
	display: block !important;
}	

/* 포인트 충전 */
/*필독사항 전체 div영역*/
 .notice-wrap {
	 border : 1px solid #e4e4e4;
 }

.notice {
  display: flex;
  width: 100%;
  overflow: hidden;
	height:60px;
}

/* 필독사항 왼쪽 영역 */
.notice-left {
  display: flex; 
  align-items:center;
  padding: 14px 18px;
   border-right: 1px solid #e4e4e4;
   gap:10px;
}

.div-notice-icon { 
	width: 30px; 
	height: 30px; 
	border-radius: 50%; 
	background-color:#FF3838;
	display: flex;
	align-items: center;
	justify-content: center;
}

.div-notice-icon svg { 
	width: 18px; 
	height: 18px; 
	display: block;
	fill: #ffff;
}

/* 필독사항 오른쪽 영역*/
.notice-right { 
	flex: 1; 
	display: flex; 
	align-items: center; 
	padding: 14px 0px 14px 20px; 
	background: #fdfdfd;
}

.tbTypeB tbody tr td.btn-change {
	padding: 13px 0px;
}

.mall-cart .login-auto-chk{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #C2C2C2;
	background-color: #FBFBFB;
}
.mall-cart .mb-br{
		display:none;
}

.shop-item-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	gap: 2%;
}

.shop-item-box .item-content {
	border: 1px solid #E0E0E0;
	width: 230px;
}

.shop-item-box .item-img {
	height:200px;
	text-align: center;
}

.shop-item-box .item-font {
	padding: 15px;
	font-size: 13px;
	color: #666;
	background: #FBFBFB;
}

.shop-item-box .item-font-tit {
	font-size: 15px;
	font-weight: 900;
	color: #333;
}

.item-title-box {
	position: relative;
	display: inline-block;
	padding: 0;
	width:100%;
}

.item-title {
	background-color: rgb(59 152 211);
	color: white;
	font-weight: 600;
	padding: 3px 16px;
	font-size: 15px;
	text-align: center;
	width: 70%;
	height: 30px;
	text-align: left;
	margin: 12px 0;
}

.item-div{
	flex: 1 1 calc(49% - 1%);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;	
}

.intro-box {
	width: 100%;
	border: 1px solid #eee;
	background: #eee;
	padding: 30px 20px;
	font-size: 16px;
	color: #333;
	word-break: keep-all;
	white-space: normal;
	max-width: 100%;
}

 .mall-order .product-intro-img-box {
	width: 100%;
	background-color: #f9fafb;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4%;
	padding: 20px;
	box-sizing: border-box;
}

.mall-order .img-box-size {
	width: 55%;
	min-width: 120px;
	height: 120px;
}

.mall-order .img-box-size img {
	width: 100%;
	height: 100%;
}

.mall-order .notice-text {
	white-space: normal;   /* 줄바꿈 가능 */
	word-break: keep-all;  /* 단어 단위 줄바꿈 (한국어에 적절) */
	line-height: 1.6; 
	color: #2667b6ff;    /* 줄 간격 */
}

.mall-order .free-form-totalbox input{
	height: 39px;
	padding: 10px 0px 10px 20px;
	width:49%;
}
.mall-order .free-form-totalbox textarea{
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
	background-color: #FBFBFB;
	font-size: 14px;
	font-family: 'Pretendard';
	font-weight: 500;
	color: rgba(0, 0, 0, 0.8);
	padding: 10px 10px 10px 20px;
	width:49%;
}
.mall-order .btn_list{
	padding: 4px;
	width:auto !important;
}

/*배송지정보 위와동일함 버튼제외하여 적용*/
.mall-order .btn_list:not(.fs-16){
	border : none !important;
}

.mall-order .tbListA td{		
	padding: 14px 10px !important;
}
.mall-order .td-left td{
	text-align: left;
}

.mall-order6 .freebtn {
	width: 120px;
	height: 40px;
	border-radius: 6px;
	font-family: 'Pretendard Medium';
	font-size: 14px;
	background-color: #1F77E5;
	color: #FFFFFF;
	text-align: center;
	align-content: center;
}

.mall-order6 .download-a.flex {
	justify-content: space-between;
}

.mall-order6 .download-a a:link,
.mall-order6 .download-a a:visited {
	color: #222222;
}

.mall-order6 .table-set {
	border-top: 2px solid #1F77E5;
}

.mall-order6 .sub-text b {
	font-size: 14px;
	font-weight: 900;
}

.mall-order7 .mobile-block {
	display: none;
}

@media  (min-width: 769px) and (max-width: 1200px) {    
	.mall-order .img-box-size {
		width: auto;
		min-width: 120px;
		height: 120px;
	}

	.mall-order6 .freebtn {
		font-size: 12px !important;
	}
}


@media (max-width: 768px) {
	.div_svg{
		width:20px !important;
		height:20px !important;
	}

	/* 포인트 충전 */
	.notice-left{
		padding: 7px 10px;
		gap:7px;
	}

	.notice-left .fs-19{
		font-size:15px;
	}

	 .notice-right { 
		padding: 0px 3px; 
	}

	.btn-change .btn_07 {
		padding: 7px 8px;
	}

	.mall-cart .mb-br{
		display:inline;
	}

    .item-div {
		flex: 1 1 100%;
	}

	.mall-order .inp-mo-100{
		width:100% !important;
	}

	.mall-order .inp-mo-59{
		width:59% !important;
	}

	.mall-order .inp-mo-mb-10{
		margin-bottom: 10px;
	}

	.mall-order .img-box-size {
		display: none;
	}

	.mall-order6 .fs-18 {
		font-size: 14px !important;
	}

	.mall-order6 .mg-bo-14 {
		margin-bottom: 12px !important;
	}

	.mall-order6 .freebtn {
		width: 93px;
		height: 32px;
		font-size: 12px !important;
	}

	.mall-order6 .tb-flex {
		display: flex;
	}

	.mall-order6 .tb-flex tr {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 216px;
	}

	.mall-order6 .tb-flex th,
	.mall-order6 .tb-flex td {
		width: 100% !important;
		height: 54px !important;
		align-content: center;
	}
}

@media (max-width: 393px) {

	.mall-order .img-box-size {
		display: none;
	}
	.mall-order .fs-20 {
		font-size: 14px !important;
	}

	.mall-order .mb-20 {
		margin-bottom: 10px;
	}

	.mall-order .notice-text, .product-intro-img-box span {
		font-size: 12px;
	}

	.mall-order .fs-16 {
		font-size: 10px !important;
	}

	.mall-order .fs-18 {
		font-size: 14px !important;
	}

	.mall-order6 .tb-flex tr {
		height: 160px;
	}

	.mall-order6 .tb-flex.product-mb-tr tr {
		height: 173px;
	}

	.mall-order7 .mobile-block {
		display: block;
	}
}