@charset "utf-8";

body.pharmacy {
	letter-spacing: -1px;
}
body.pharmacy main {
	height: 110px; width: 100%;
	background: linear-gradient(89.56deg, #7C64F3 -5.81%, #8394EA 100.93%);
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
body.pharmacy main .main-inner {
	height: 110px;
	margin: 0 auto;
}
body.pharmacy main .main-bg {
	overflow: hidden;
}
body.pharmacy main .main-txt {
	position: absolute;
	width: 100%;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
body.pharmacy main p {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 6px;
}
body.pharmacy main span {
	font-size: 12px;
	display: block;
}
body.pharmacy main .bg01 {
	width: 146px;
	position: absolute;
	top: -67px; right: -59px;
}
body.pharmacy main .bg02 {
	width: 100px;
	position: absolute;
	bottom: -30px; left: -15px;
}
body.pharmacy .s-inner {
	width:88.8%; max-width:400px;
  	margin:40px auto 0;
}
body.pharmacy section {
	margin-bottom: 60px;
}
body.pharmacy section h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
body.pharmacy .se01 li {
	width: 100%; height: 210px;
	border: 1px solid #E8E8E8;
	border-radius: 10px;
	padding: 24px;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}
body.pharmacy .se01 li.on, body.pharmacy .se01 li:hover {
	border: 1px solid #6045E2;
	box-shadow: 4px 4px 20px rgba(159, 168, 191, 0.2);
}
body.pharmacy .se01 img {
	width: 72px; height: 72px;
	position: relative;
	vertical-align: middle;
	margin-bottom: 21px;
}
body.pharmacy .se01 li .chk-btn {
	position: absolute;
	right: 30px;
	top: 22px;
}
body.pharmacy .se01 li .chk-btn input, body.pharmacy .se02 li input, body.pharmacy .se03 .delivery-choice li input {
	display: none;
}
body.pharmacy .se01 li .chk-btn input+label, body.pharmacy .se02 li input+label::before, body.pharmacy .se03 .delivery-choice li input+label::before {
	background-color: #F8F8F8;
    border: 1px solid #CDCDCD;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}
body.pharmacy .se01 li .chk-btn input[type='radio']:checked+label, body.pharmacy .se02 li input:checked+label::before, body.pharmacy .se03 .delivery-choice li input:checked+label::before {
  	background: #7F42EC url(../img/common/check_icon.svg) no-repeat;
  	background-position: 50% 50%;
  	border: 1px solid #7f42ec;
}
body.pharmacy .se01 li .pharmacy-name {
 	font-size: 20px;
 	font-weight: 700;
 	line-height: 72px;
 	display: inline-block;
 	margin-left: 20px;
}
body.pharmacy .se01 li .txt-profile {
 	font-size: 14px;
 	color: #666;
 	line-height: 150%;
}
body.pharmacy .se01 li .txt-profile p {
	margin-bottom: 6px;
}
body.pharmacy .se01 li .txt-profile .address .adr-title {
	letter-spacing: 5px;
	display: inline-block;
	float: left;
	width: 36px;
}
body.pharmacy .se01 li .txt-profile .address .adr-text {
	float: left;
	width: 85%;
}
body.pharmacy .se02 li {
	width: 48.125%; height: 70px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	float: left;
	font-size: 16px;
	color: #444;
	font-weight: 500;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
body.pharmacy .se02 ul {
    position:relative;
}
body.pharmacy .se02 ul::before {
    content:"※ 배송 소요기간: 2일 (주말,공휴일 제외)"; display:block;
    position:absolute; bottom:-24px; left:0;
    font-size:14px;
    color:#FF4E4E;
}
body.pharmacy .se02 li.on, body.pharmacy .se02 li:hover {
	border: 1px solid #7F42EC;
	box-shadow: 10px 10px 30px rgba(159, 168, 191, 0.2);
}
body.pharmacy .se02 li:last-child {
	float: right;
}
body.pharmacy .se02 li input+label::before {
	margin-right: 8px ;
}
body.pharmacy .se02 li input+label {
	cursor: pointer;
}
body.pharmacy .se03 h3 {
	display: inline-block;
	margin-right: 10px;
}
body.pharmacy .se03 .sub-text {
	font-size: 12px;
	color: #666;
	line-height: 150%;
}
body.pharmacy .se03 .sub-title span {
	display: inline-block;
	width: 20px; height: 20px;
	background: url(../img/pharmacy/bullet01.svg) no-repeat 50%;
	vertical-align: text-top;
	margin-right: 6px;
}
body.pharmacy .se03 .sub-title {
	font-size: 18px;
	color: #222;
	font-weight: 500;
	position: relative;
	margin: 30px 0;
}
body.pharmacy .se03 .sub-title::after {
	width: 56.25%; height: 1px;
	background: #EDEDED;
	content: "";
	display: inline-block;
	top: 50%; right: 0;
	position: absolute;
}
body.pharmacy .se03 .delivery-choice li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
body.pharmacy .se03 .delivery-choice li input+label {
	font-size: 16px;
	color: #222;
	line-height: 180%;
	cursor: pointer;
}
body.pharmacy .se03 .delivery-choice li input+label::before{
	margin-right: 6px;
	width: 16px; height: 16px;
}
body.pharmacy .se03 .sub-text {
	font-size: 14px;
}
body.pharmacy .se03 .delivery-info-box {
	font-size: 16px;
	color: #222;
	position: relative;
	padding-bottom: 1px;
}
body.pharmacy .se03 .delivery-info-box span {
	color: #757575;
	line-height: 180%;
}
body.pharmacy .se03 .delivery-info-box .name span{
	letter-spacing: 41px;
}
body.pharmacy .se03 .delivery-info-box .number span{
	letter-spacing: 13px;
}
body.pharmacy .se03 .delivery-info-box p {
	margin-bottom: 12px;
}
body.pharmacy .se03 .delivery-info-box .adr {
	display: inline-block;
	width: 77px;
	vertical-align: top;
}
body.pharmacy .se03 .delivery-info-box #lastAdr {
	display: none;
}
body.pharmacy .se03 .delivery-info-box .adr+span {
	display: inline-block;
	width: 70%;
	color: #222;
}
body.pharmacy .se03 .delivery-info-box .adr-modify {
	width: 74%;
	position: relative;
	float: left;
	margin-left: 82px;
}
body.pharmacy .se03 .delivery-info-box .adr-modify a {
	display: block;
	width: 107px; height: 32px;
	font-size: 14px;
	color: #6045e2;
	border: 1px solid #6045e2;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
}
body.pharmacy .se03 .delivery-adrress .sub-title span {
	background: url(../img/pharmacy/bullet03.svg) no-repeat 50%;
}
body.pharmacy .se03 .delivery-adrress .delivery-adr-box input {
	height: 48px;
	border-radius: 4px;
	font-size: 16px;
	color: #444;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 20px;
	outline: none;
	border: 1px solid #e8e8e8;
}
body.pharmacy .se03 .delivery-adrress {
	display: none;
}
body.pharmacy .se03 .delivery-adrress .delivery-adr-box input:focus {
	border: 1px solid #6045e2;
}
body.pharmacy .se03 .delivery-adrress .delivery-adr-box .search-btn a {
	display: block;
	width: 33.4%;
	height: 48px;
	border-radius: 4px;
	font-size: 14px;
	color: #6045e2;
	font-weight: 500;
	text-align: center;
	line-height: 48px;
	border: 1px solid #6045e2;
	display: inline-block;
	float: right;
}
body.pharmacy .se03 .delivery-adrress .delivery-adr-box .basic-adr, body.pharmacy .se03 .delivery-adrress .delivery-adr-box .detail-adr {
	width: 100%;
}
body.pharmacy .se03 .delivery-adrress .delivery-adr-box input::placeholder {
	color: #B6B7BD;
}
body.pharmacy .se03 .delivery-adrress .delivery-adr-box .postcode {
	width: 63.4%;
}
body.pharmacy .se03 .delivery-memo {
	width: 100%;
	padding-top: 40px;
}
body.pharmacy .se03 .delivery-memo .sub-title {
	margin: 40px 0 20px;
}
body.pharmacy .se03 .delivery-memo .sub-title span {
	background: url(../img/pharmacy/bullet02.svg) no-repeat 50%;
}
body.pharmacy .se03 .delivery-memo textarea {
	width: 100%; height: 190px;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
	resize: none;
	padding: 16px;
	font-size: 16px;
	color: #222;
}
body.pharmacy .se03 .delivery-memo textarea:focus {
	border: 1px solid #7F42EC;
	outline: none;
}
body.pharmacy .se03 .delivery-memo textarea::placeholder {
	font-size: 16px;
	color: #b6b7bd;
}
body.pharmacy .se03 .delivery-btn {
	margin-top: 40px;
}
body.pharmacy .se03 .delivery-btn button {
	width: 100%; height: 52px;
	border-radius: 4px;
	background-color: #623CE2;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 52px;
}

@media screen and (min-width: 768px) {
	body.pharmacy main .main-bg {
		position: relative;
		height: 110px;
	}
	body.pharmacy main .main-inner, body.pharmacy main .main-bg, body.pharmacy .s-inner {
		width: 668px;
		max-width: none;
	}
	body.pharmacy main p {
		font-size: 28px;
	}
	body.pharmacy main .bg01 {
		width: 180px;
		right: 17px; top: -66px;
	}
	body.pharmacy main .bg02 {
		width: 116px;
		left: 46px; bottom: -32px;
	}
	body.pharmacy .se01 li {
		height: 160px;
		padding: 30px;
	}
	body.pharmacy .se01 img {
		width: 100px; height: 100px;
		vertical-align: top;
		margin-bottom: 0;
		border-radius: 500px;
		overflow: hidden;
	}
	body.pharmacy .se01 li .pharmacy-name {
		font-size: 28px;
		line-height: unset;
		margin-left: 30px;
	}
	body.pharmacy .se01 li .txt-profile {
		position: absolute;
		left: 160px;
		top: 72px;
		width: 100%;
	}
	body.pharmacy .se01 li .chk-btn input+label {
		width: 30px; height: 30px;
	}
	body.pharmacy .se01 li .chk-btn {
		top: 50%;
		transform: translateY(-50%);
	}
	body.pharmacy .se02 li {
		text-align: left;
		padding-left: 30px;
	}
	body.pharmacy .se03 .delivery-adrress .delivery-adr-box .search-btn a {
		width: 107px;
		float: none;
		margin-left: 12px;
	}
	body.pharmacy .se03 .delivery-adrress .delivery-adr-box .postcode, body.pharmacy .se03 .delivery-adrress .delivery-adr-box .basic-adr, body.pharmacy .se03 .delivery-adrress .delivery-adr-box .detail-adr {
		width: 328px;
	}
	 body.pharmacy .se03 .delivery-adrress .delivery-adr-box .detail-adr {
	 	margin-left: 12px;
	 }
	 body.pharmacy .se03 .delivery-adrress .delivery-adr-box .basic-adr, body.pharmacy .se03 .delivery-adrress .delivery-adr-box .detail-adr {
	 	float: left;
	 }
	body.pharmacy .se03 .delivery-choice li {
		width: 24%;
	}
	body.pharmacy .se03 .delivery-info-box p span {
		display: inline-block;
		margin-right: 8px;
	}
	body.pharmacy .se03 .delivery-info-box .name span {
		letter-spacing: 33px;
	}
	body.pharmacy .se03 .delivery-info-box .number span {
		letter-spacing: 10px;
	}
	body.pharmacy .se03 .delivery-info-box .adr+span br {
		display: none;
	}
	body.pharmacy .se03 .delivery-info-box .adr-modify {
		width: auto;
		float: right;
		margin-top: -45px;
	}
	body.pharmacy .se03 .delivery-info-box p {
		display: inline-block;
		width: 100%;
	}
	body.pharmacy .se03 .delivery-info-box .adr+span {
		width: 68%;
		margin-right: 0;
	}
	body.pharmacy .se03 .sub-title::after {
		width: 80%;
	}
	body.pharmacy .se03 .delivery-memo {
		padding-top: 0;
	}
	body.pharmacy .se03 .delivery-memo textarea {
		height: 140px;
	}
	body.pharmacy .se03 .delivery-btn button {
		width: 400px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 1280px) {
	body.pharmacy main, body.pharmacy main .main-bg {
		height: 160px;
	}
	body.pharmacy main .main-inner, body.pharmacy main .main-bg, body.pharmacy .s-inner {
		width: 840px;
	}
	body.pharmacy main .bg01 {
		width: 270px;
		top: -96px;
	}
	body.pharmacy main .bg02 {
		width: 174px;
		bottom: -48px;
	}
	body.pharmacy .se03 .delivery-adrress .delivery-adr-box .postcode {
		width: 360px;
	}
	body.pharmacy .se03 .delivery-adrress .delivery-adr-box .basic-adr, body.pharmacy .se03 .delivery-adrress .delivery-adr-box .detail-adr {
		width: 414px;
	}
	body.pharmacy .se03 .delivery-adrress .delivery-adr-box .detail-adr {
		margin-left: 12px;
	}
	body.pharmacy .se03 .delivery-info-box p {
		width: 85%;
	}
	body.pharmacy .se03 .delivery-info-box .adr+span {
		width: 80%;
	}
	body.pharmacy .se03 .delivery-info-box .adr-modify {
		margin-top: -40px;
	}
	
}