@media all and ( max-width: 768px ){

	.contentbg_2 {width:94%; background:#fff; box-shadow: 0px 0px 50px 20px #f5f5f5; padding:30px 15px; margin:0 auto; border-radius:10px;}
	.contentbg_tree {width:100%; background:#fff; box-shadow: 0px 0px 50px 20px #f5f5f5; padding:30px 0; margin:0 auto; border-radius:10px;}

.input_2 {
		font-family:"Pretendard", "Poppins", sans-serif !important;
		width:100%;
		outline:none;
		border:1px solid #e5e5e5;
		font-size:14px;
		color:#555;
		font-weight:700;
		height:2.5rem;
		line-height:2.5rem;
		border-radius:0.5rem;
		padding:0 1rem;
		-webkit-appearance : none;
		-moz-appearance: none;
		appearance: none;
	}
	.input_2::placeholder {
	    font-family:"Pretendard", "Poppins", sans-serif !important;
	    font-size:12px;
	    font-weight:700;
	    color:#999;
	}

	.InputWrapBox_2 {
		display:flex;
		justify-content:center;
		margin-bottom:10px;
		position:relative;
	}
	.InputWrapBox_3 {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin-bottom:20px;
		position:relative;
	}
	.emailselect_2 {
		width:100%;
		height:4rem;
		line-height:4rem;
		border-radius:0.5rem;
		font-size:1.3rem;
		color:#555;
		font-weight:700;
		border:1px solid #e5e5e5;
		cursor:pointer;
		outline:none;
		padding:0 15px;
		background: #fff url(../../../images/myoffice/type2/arrow_down.png) no-repeat 90% 50%;
	}
	.emailselect_2 option {
		font-size:1.3rem;
		color:#a3a3a3;
		font-weight:600;
	}
	.emailselectBox_2 {
		width:100%;
		margin:0 0 10px 0;
	}
	.emailselectBox_3 {
		width:100%;
		margin:0 0 10px 0;
	}
	.selectBox_3 {
		width:100%;
		margin:0 0 10px 0 !important;
	}
	.selectBox_4 {
		width:100%;
		margin:0 0 10px 0 !important;
	}
	.selectBox_5 {
		width:49%;
		margin:0 0 5px 0 !important;
	}
	.gap_05 {
		gap:0.5rem;
	}
	.emailat {
		display:inline-block;
		height:4rem;
		line-height:4rem;
		font-size:1.2rem;
		font-weight:700;
		color:#aeaeae;
		text-align:center;
	}
	.emailSelec {
		display:inline-block;
		width:100%;
		margin-top:10px;
	}
	.emailInput_2 {
		width:45.5%;
		font-family:"Pretendard", "Poppins", sans-serif !important;
		outline:none;
		border:1px solid #e5e5e5;
		font-size:13px;
		color:#555;
		font-weight:700;
		height:2.5rem;
		line-height:2.5rem;
		border-radius:0.5rem;
		padding:0 1rem;
		-webkit-appearance : none;
		-moz-appearance: none;
		appearance: none;
	}

	.deliTxtSelect {
		width:100%;
		height:2.5rem;
		line-height:2.5rem;
		border-radius:0.8rem;
		font-size:13px;
		color:#999;
		font-weight:700;
		border:1px solid #e5e5e5;
		cursor:pointer;
		outline:none;
		padding:0 15px;
		background: #fff url(../../../images/myoffice/type2/arrow_down.png) no-repeat 98% 50%;
	}
.deliTxtSelect option {
	font-size:13px;
	color:#a3a3a3;
	font-weight:600;
}

.inline {display:inline-block;}
.flex {display:flex; justify-content:center;}

.clr {clear:both;}

a {text-decoration:none; transition:all 0.3s;}

	.MyInfoWrap {
		width:100% !important;
		margin:5rem auto;
	}
	.InputWrapTxt {
		line-height:4rem;
		text-align:center;
		font-size:1.4rem;
		font-weight:700;
		color:#333;
	}

/****************** 버튼/라인 ******************/
.addBtn {
	position:relative;
	font-family:"Pretendard", "Poppins", sans-serif !important;
	width:100%;
	padding: 0 2rem;
	text-align: left;
	font-size: 1.3rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 50px;
	color: #555;
	font-weight:800;
	border: 0;
	background:#e3e3e3;
	cursor:pointer;
	transition:all 0.3s;
}
.addBtn i {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:1.7rem;
	font-size:1.2rem;
	font-weight:800;
}
.addBtn:hover {
	background:#d3d3d3;
}
.userBtnBox {
	width:40%;
}
.userBtnBox_2 {
	width:50%;
}
.userBtn {
	position:relative;
	font-family:"Pretendard", "Poppins", sans-serif !important;
	width:100%;
	padding: 0 2rem;
	text-align: left;
	font-size: 1.3rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 50px;
	color: #0098b7;
	font-weight:800;
	border: 0;
	border:1px solid #0098b7;
	background:#fff;
	cursor:pointer;
	transition:all 0.3s;
}
.userBtn i {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:1.7rem;
	font-size:1.6rem;
	font-weight:800;
}
.userBtn:hover {
	color:#fff;
	background:#0098b7;
}
.bankBtn {
	font-family:"Pretendard", "Poppins", sans-serif !important;
	width:100%;
	height:4rem;
	line-height:4rem;
	display:block;
	border:1px solid #0098b7;
	color:#0098b7;
	border-radius:50px;
	font-size:1.3rem;
	font-weight:800;
	padding:0 1rem;
	cursor:pointer;
	background:#fff;
	transition:all 0.3s;
}
.bankBtn:hover {
	color:#fff;
	background:#0098b7;
}
.agreeBtn {
	width:80px !important;
	border:1px solid #0098b7;
	border-radius:30px;
	color:#0098b7;
	padding:4px 10px;
	font-size:1.2rem;
	font-weight:600;
	text-align:center;
	margin-top:10px;
}
.agreeBtn:hover {
	background:#0098b7;
	color:#fff;
}
.MyOfficeBtn_bg {
	width:99%;
	height:4rem;
	line-height:4rem;
	display:block;
	background:#0098b7;
	color:#fff;
	border-radius:50px;
	font-size:1.4rem;
	font-weight:800;
	text-align:center;
	margin:0 10px;
}
.MyOfficeBtn_bg:hover {
	background:#006b81;
}
.MyOfficeBtn_line {
	width:100%;
	height:4rem;
	line-height:4rem;
	display:block;
	border:1px solid #0098b7;
	color:#0098b7;
	border-radius:50px;
	font-size:1.4rem;
	font-weight:800;
	text-align:center;
	margin:0 10px;
}
.MyOfficeBtn_line:hover {
	background:#0098b7;
	color:#fff;
}
.MyOfficePayBtn_line {
	width:100%;
	height:4rem;
	line-height:4rem;
	display:block;
	border:1px solid #0098b7;
	color:#0098b7;
	border-radius:50px;
	font-size:1.4rem;
	font-weight:800;
	text-align:center;
	margin:0 10px;
}
.MyOfficePayBtn_line:hover {
	background:#0098b7;
	color:#fff;
}
.MyOfficeRegiBtn_line {
	width:100%;
	height:4rem;
	line-height:4rem;
	display:block;
	border:1px solid #222;
	color:#222;
	border-radius:50px;
	font-size:1.4rem;
	font-weight:800;
	text-align:center;
	margin:0 10px;
}
.MyOfficeRegiBtn_line:hover {
	background:#1e3050;
	border:1px solid #1e3050;
	color:#fff;
}
.MyOfficePayBtn_bg {
	width:100%;
	height:4rem;
	line-height:4rem;
	display:block;
	background:#0098b7;
	color:#fff;
	border-radius:50px;
	font-size:1.3rem;
	font-weight:800;
	text-align:center;
	margin:0 10px;
}
.MyOfficePayBtn_bg:hover {
	background:#006b81;
	color:#fff;
}
.MyOfficedetailBtn_line {
	width:100%;
	border:1px solid #0098b7;
	color:#0098b7;
	padding:7px 0;
	border-radius:50px;
	font-size:1.3rem;
	font-weight:700;
	text-align:center;
}
.MyOfficedetailBtn_line:hover {
	background:#0098b7;
	color:#fff;
}
.myBtnBox {
	width:100%;
	margin:0 0 10px 0;
}
.MyOfficeBg {
	border-radius:30px;
	background:#fff;
	box-shadow: 5px 5px 5px 5px #efefef;
}
.DashLine {
	border:2px dashed #0098b7;
	border-radius:30px;
}
.DottedLine {
	border:2px dotted #0098b7;
	border-radius:30px;
}
/****************** 버튼/라인 ******************/

/****************** 마이오피스 메뉴(셀렉트박스) ******************/
.MyOfficeMenuBox {
	width:90%;
	margin:0 auto;
}
	.first_menu {
		display:none;
	}
	.hList > * + * {
		margin:0;
	}
	.hList {
		display:flex;
		justify-content:space-between;
	}
	.hList li {
		width:48% !important;
	}
	.menu-title {
		height:50px;
		line-height:50px;
		font-size:1.4rem;
	}
	.MyOfficeMenuBox ul.menu-dropdown li {
		width:88% !important;
		font-size:1.4rem;
		line-height:30px;
	}
	.MyOfficeMenuBox ul.menu-dropdown li:hover {
		color:#333;
		background:#ebebeb;
		border-radius:8px;
	}
	.menu-dropdown > * {
		height:30px;
		padding:0 5px;
	}
	.menu-title {text-indent:15px;}
	.menu-title:after {
		content:'';
		display:block;
		width:1.4rem;
		height:8px;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right:15px;
		background: url(../../../images/myoffice/type2/arrow_down.png) no-repeat 95% 50%;
	}
/****************** 마이오피스 메뉴(셀렉트박스) ******************/

/****************** 마이오피스 수신동의 변경 ******************/
.InputWrapBox_2 ul.agreeToggle {margin:0 auto;}
.InputWrapBox_2 ul.agreeToggle:first-child {border:0; padding:0; margin:0 0 20px 0;}
.InputWrapBox_2 ul.agreeToggle:last-child {padding:0;}
/****************** 마이오피스 수신동의 변경 ******************/

/****************** 로그인 ******************/
.InputWrap p {
	font-size:13px;
	font-weight:700;
	color:#aeaeae;
	margin:10px 0;
}
.InputWrap .txt-l em {
	color:#c03636;
}
.InputWrap .answer {
	font-size:16px;
	font-weight:700;
	color:#333;
	margin:10px 0;
	text-align:center;
}
.LoginTabsWrap {
	width:90%;
	margin:0 auto;
}
.LoginTabs {
  width:100% !important;
  position: relative;
  color: #666666;
  gap:0;
  width: 100%;
  height:380px;
  font-size: 1rem;
  margin: 100px auto;  
}
.LoginTabs h2 {
	font-size:3.6rem;
	font-weight:800;
	text-align:center;
	color:#222;
	margin:0 0 35px 0;
}
.LoginTab {
  /*float: left;*/
  width:100%;
  text-align:center;
}
.LoginTab label {
  position: relative;
  cursor:pointer;
  color: #c1c1c1;
  font-size:1.8rem;
  font-weight:800;
  letter-spacing:-1px;
}
.LoginTab [type="radio"] {
  display: none;
}
.LoginBox {
  width:100%;
  height:300px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform:translateX(-50%);
  border-radius: 15px;
  background: #ffffff;
}
[type="radio"]:checked ~ label {
  color:#222;
  border-bottom:3px solid #222;
  z-index: 0;
}
[type="radio"]:checked ~ label ~ .LoginBox {
  z-index: 1;
  width:100%;
  height:100%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform:translateX(-50%)
}
.LoginTab .LoginPanel a {
	position:relative;
	font-size:1.2rem;
	font-weight:700;
	color:#888;
	margin:0 15px;
}
.LoginTab .LoginPanel a:hover {
	color:#0098b7;
}
.LoginTab .LoginPanel a:nth-child(2):before {
	content:'';
	position:absolute;
	top:2px;
	left:-16px;
	width:2px;
	height:11px;
	background:#ccc;
}
.LoginTab .LoginPanel a:nth-child(3):before {
	content:'';
	position:absolute;
	top:2px;
	left:-16px;
	width:2px;
	height:11px;
	background:#ccc;
}
.LoginCheck {
	display:flex;
	width:100%;
	position:relative;
}
.LoginCheck input {
	display: block;
	width:18px;
	height:18px;
	border:2px solid #c1c1c1;
	border-radius:5px;
	outline:none;
	vertical-align:middle;
	margin:0 5px 0 0;
}
.LoginCheck label {
	color:#777;
	font-size:1.2rem;
	line-height:1.6rem;
	font-weight:600;
	border:0;
}
.LoginCheck label:nth-child(1) {
	width:100px;
}
.MyOfficeBtn_Box {
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px 0;
}
.MyOfficeBtn_Box a {
	width:45% !important;
	margin:5px 0;
}
/****************** 로그인 ******************/

/****************** 마이오피스 선결제 ******************/
.myofficePayWrap_m {position:relative; background:#0098b7; border-radius:20px;}
.myofficePayWrap_m ul{position:relative; padding:30px 0;}
.myofficePayWrap_m ul li {font-size:22px; line-height:34px; font-weight:800; color:#fff;}
.myofficePayWrap_m ul li:first-child {color:rgba(255, 255, 255, .7)}
.myofficePayBorder {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width: 96%;
	height: 92%;
	border-radius:20px;
	border:2px dashed #fff;
	z-index:1
}
/****************** 마이오피스 선결제 ******************/

/****************** 마이오피스 소비자현황 ******************/
.myofficeUserWrap_2 {width:95%; position:relative; background:#0098b7; border-radius:20px;}
.myofficeUserWrap_2 ul{position:relative; padding:30px 0; flex-wrap:wrap;}
.myofficeUserWrap_2 ul li {width:100%; font-size:22px; font-weight:800; margin:10px 0; text-align:center; color:#fff;}
.myofficeUserWrap_2 ul li:nth-child(2) {position:relative;}
.myofficeUserWrap_2 ul li:nth-child(2):before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:2px;
	height:50px;
	background:rgba(255, 255, 255, .5);
}
.myofficeUserWrap_2 ul li:nth-child(2):after {
	display:none;
}
.myofficeUserWrap_2 ul li p {
	font-size:18px;
	margin-bottom:5px;
	color:rgba(255, 255, 255, .7);
}
.myofficeUserBorder {
	position:absolute;
	top:5%;
	left:0.7%;
	width:98.4%;
	height:88%;
	border-radius:100px;
	border:2px dashed #fff;
	z-index:1
}
/****************** 마이오피스 소비자현황 ******************/

/****************** 마이오피스 소비자 주문 등록 ******************/
.myofficePrdWrap_2 .delivery_txt {font-size:14px; font-weight:700; color:#555; padding:10px 0; text-align:center; background:#f1f1f1; border-radius:20px;}
.myofficePrdWrap_2 ul li {position:relative; height:180px; flex-wrap:wrap;}
.myofficePrdWrap_2 ul li a .prd_img img {width:120px; height:120px; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden;}
.myofficePrdWrap_2 ul li a .prd_img img:hover {
	transform:scale(1, 1);
	-webkit-transform:scale(1, 1)
	transition:all 0.3s  ease-in-out;
	-webkit-transition:all 0.3s  ease-in-out;
}
.myofficePrdWrap_2 .prd_infoarea h2.prd_name {height:6.4rem; font-size:1.6rem; line-height:2.2rem; font-weight:700; color:#222; margin-bottom:1rem;}

.myofficePrdWrap_2 .prd_infoarea {width:100%; margin:5px 0 0 25px;}
.myofficePrdWrap_2 .prd_infoarea .txt_box {margin:0;}
.myofficePrdWrap_2 .prd_infoarea .txt_box dl {height:2rem; line-height:2rem; margin:5px 0 0 0;}
.myofficePrdWrap_2 .prd_infoarea .txt_box dl dt {font-size:14px; font-weight:600; color:#777;}
.myofficePrdWrap_2 .prd_infoarea .txt_box dl dd {font-size:14px; font-weight:700; color:#d21818; letter-spacing:-1px;}
.myofficePrdWrap_2 .prd_infoarea .txt_box dl dd.prd_price2 {font-size:26px;}
.myofficePrdWrap_2 .prd_infoarea .txt_box dl dd.prd_pv {font-size:14px; font-weight:700; color:#333;}
.myofficePrdWrap_2 .prd_infoarea .txt_box dl dd em {font-size:14px; font-weight:700; color:#777; margin-left:2px;}

.myofficePrdWrap_2 .prd_number_spinner {align-items:center; justify-content:right;}
.myofficePrdWrap_2 .prd_number_spinner .btn-minus, .btn-plus {
	width: 4rem; height:4rem; border:1px solid #e5e5e5; background:#fff; font-size:24px; font-weight:800; color:#555;
}
.myofficePrdWrap_2 .prd_number_spinner .btn-minus {
	border-right:0;
	border-radius:6px 0 0 6px;
}
.myofficePrdWrap_2 .prd_number_spinner .btn-plus {
	border-left:0;
	border-radius:0 6px 6px 0;
}
/****************** 마이오피스 소비자 주문 등록 ******************/

/****************** 라인변경 ******************/
.lineBox {
	margin:0 0 5px 0;
	height: 4.5rem;
	line-height: 4.5rem;
}
.lineBox ul li {
	font-size:14px;
	font-weight:600;
	line-height:45px;
	text-align:center;
}


	
/****************** 라인변경 ******************/

}