@media (min-width: 1024px) and (max-width: 1280px) {
	
	.width95 {
		width: 95% !important;
	}
	.contentbg {
		padding:70px 30px;
	}
	.overflow {
		overflow-x:scroll;
	}
	.listTable {
		width:1200px;
	}
	.absolute {
		right:30px !important;
	}
	.myofficePrdWrap .prd_infoarea h2.prd_name {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.myofficePrdWrap .prd_infoarea .txt_box dl dt {
		font-size: 14px;
	}
	.myofficePrdWrap .prd_infoarea .txt_box dl dd {
		font-size: 16px;
		letter-spacing:0;
	}
	.myofficePrdWrap .prd_infoarea .txt_box dl dd.prd_pv {
		font-size: 16px;
	}
	.regOrderBox .regOrderBoxLine ul li .regLine {
		margin-right:10px;
	}
	.CustomerInfoTxt ul li {
		display:flex;
		align-items:center;
		line-height:1.8rem;
	}
	.CustomerInfoTxt ul li span {
		width:13rem;
	}
	.memberBg .memberPos {
		width:95%;
	}
	.memberBg .memberPos .memberPosBox {
		gap:2rem;
	}
	
}
@media all and ( max-width: 768px ) {

	.width1300 {
		width: 100% !important;
	}	

	.officebg {
		width: 100%;
		height:100%;
		padding:50px 0;
	}

	.contentbg_m {
		width: 95%;
		background: #fff;
		box-shadow: 0px 0px 50px 20px #f5f5f5;
		padding: 50px 15px;
		margin: 0 auto;
		border-radius: 20px;
	}
	
	.contentbg_m_popup {
		width: 90%;
		background: #fff;
		box-shadow: 0px 0px 50px 20px #f5f5f5;
		padding: 50px 15px;
		margin: 0 auto;
		border-radius: 20px;
	}

	.contentbg {
		display: none !important;
	}

	.myofficeUserWrap_m {
		position: relative;
		background: #0098b7;
		border-radius: 20px;
	}

	.myofficeUserWrap {
		display: none;
	}

	.InputWrapBox_m {
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.memberBg {
		display: none;
	}

	.myofficePayWrap {
		display: none;
	}

	.CustomerInfoBox {
		display: none;
	}

	.myOfficeOrderWrap {
		display: none;
	}

	/*.MyInfoWrap {display:none;}*/
	.InputWrap_m {
		width: 100%;
		margin: 0 0 20px 0;
	}


	.input {
		font-family: "Pretendard", "Poppins", sans-serif !important;
		width: 100%;
		outline: none;
		border: 1px solid #e5e5e5;
		font-size: 1.4rem;
		color: #555;
		font-weight: 700;
		height: 4rem;
		line-height: 4rem;
		border-radius: 0.5rem;
		padding: 0 1rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	
	  input[type=text],
	  input[type=number],
	  input[type=password] {
	    height: 4rem;
	    line-height: 4rem;
	    border-radius: 0.4rem;
	    font-size: 1.3rem;
	    padding: 0 1rem;
	  }

	input::placeholder {
		font-family: "Pretendard", "Poppins", sans-serif !important;
		font-size: 1.3rem;
		font-weight: 700;
		color: #b7b7b7;
	}

	.prdInput {
		font-family: "Pretendard", "Poppins", sans-serif !important;
		width: 100%;
		outline: none;
		border: 1px solid #e5e5e5;
		font-size: 14px;
		color: #222;
		font-weight: 700;
		height: 4rem;
		line-height: 4rem;
		text-align: center;
		padding: 0 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.prdInput::placeholder {
		font-family: "Pretendard", "Poppins", sans-serif !important;
		font-size: 1.3rem;
		font-weight: 700;
		color: #222;
	}

	input[type="checkbox"] {
		appearance: none;
		-webkit-appearance: none;
		height: 20px;
		width: 20px;
		border-radius: 0.3em;
		cursor: pointer;
		display: flex;
		outline: none;
		align-items: center;
		justify-content: center;
		margin: 0 3px 0 0;
	}

	.LoginCheck input {
		width: 20px;
		height: 20px;
	}

	.purchaseBorder {
		padding: 30px 0 0 0;
	}

	.myofficePrdWrap .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 .prd_number_spinner .btn-minus {
		border-right: 0;
	}

	.MyOfficeMenuBox {
		width: 90%;
		margin: 0 auto;
	}

	.hList > * + * {
		margin: 0;
	}

	.hList {
		display: flex;
		justify-content: space-between;
	}

	.hList li {
		width: 48% !important;
	}

	.menu-title {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.MyOfficeMenuBox ul.menu-dropdown li {
		font-size: 14px;
		line-height: 30px;
	}

	.MyOfficeMenuBox ul.menu-dropdown li:hover {
		color: #333;
		background: #ebebeb;
		border-radius: 8px;
	}

	.menu-dropdown > * {
		height: 30px;
	}

	.MyInfoWrap {
		margin: 50px auto;
	}

	h2.MyOfficeTit {
		font-size: 3rem;
	}
	.InputWrapBox {
		margin-bottom:10px;
	}

	/****************** 버튼 ******************/
	.modiBtn_bg {
		display: block;
		border: 1px solid #0098b7;
		border-radius: 30px;
		color: #fff;
		background: #0098b7;
		padding: 10px 35px;
		font-size: 1.3rem;
		line-height:1.3rem;
		font-weight: 700;
	}

	.modiBtn_line {
		display: block;
		border: 1px solid #0098b7;
		border-radius: 30px;
		color: #0098b7;
		padding: 10px 35px;
		font-size: 1.3rem;
		line-height:1.3rem;
		font-weight: 700;
	}

	.emailselect {
		width: 100%;
		height: 4rem;
		line-height: 4rem;
		border-radius: 0.5rem;
		font-size: 1.4rem;
		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 95% 50%;
	}

	.emailselect option {
		font-size: 14px;
		color: #a3a3a3;
		font-weight: 600;
	}

	.emailat {
		display: inline-block;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 14px;
		font-weight: 700;
		color: #aeaeae;
		text-align: center;
		padding: 0 5px;
	}

	.bankBtn {
		font-family: "Pretendard", "Poppins", sans-serif !important;
		width: 100%;
		height: 2.5rem;
		line-height: 2.5rem;
		display: block;
		border: 1px solid #0098b7;
		color: #0098b7;
		border-radius: 0.5rem;
		font-size: 14px;
		font-weight: 800;
		padding: 0 10px;
		cursor: pointer;
		background: #fff;
		transition: all 0.3s;
	}

	.addBtn {
		position: relative;
		font-family: "Pretendard", "Poppins", sans-serif !important;
		width: 100%;
		padding: 0 1rem;
		text-align: left;
		font-size: 14px;
		height: 2.5rem;
		line-height: 2.5rem;
		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: 1rem;
		font-size: 1rem;
		font-weight: 800;
	}

	.searchBtn {
		border: 1px solid #0098b7;
		border-radius: 0.5rem;
		width: 40px;
		height: 40px;
		text-align: center;
		margin-left: 10px;
		background: #fff;
	}

	.searchBtn i {
		display: block;
		width: 40px;
		height: 40px;
		font-size: 1.8rem;
		color: #0098b7;
		font-weight: 800;
		line-height: 40px;
	}

	.listTableBtn {
		border: 1px solid #0098b7;
		font-size: 12px;
		font-weight: 600;
		color: #0098b7;
		padding: 5px 15px;
		border-radius: 30px;
		line-height:1.7;
	}

	.form-group {
		position: relative;
		height: 40px;
	}

	.form-group:before {
		font-family: xeicon;
		content: '\e9a0';
		position: absolute;
		top: 50%;
		transform:translateY(-50%);
		left: 10px;
		font-size: 20px;
		color: #0098b7;
		font-weight: 800;
		z-index: 1;
	}

	.deliTxtSelect {
		width: 100%;
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 0.5rem;
		font-size: 14px;
		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: 14px;
		color: #a3a3a3;
		font-weight: 600;
	}

	.MyOfficeBtn_bg {
		width: 100%;
		height: 2.5rem;
		line-height: 2.5rem;
		display: block;
		border: 1px solid #0098b7;
		background: #0098b7;
		color: #fff;
		border-radius: 50px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		margin: 0 10px;
	}

	.MyOfficeBtn_line {
		width: 100%;
		height: 2.5rem;
		line-height: 2.5rem;
		display: block;
		border: 1px solid #0098b7;
		color: #0098b7;
		border-radius: 50px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		margin: 0 10px;
	}

	.MyOfficedetailBtn_line {
		width: 100%;
		border: 1px solid #0098b7;
		color: #0098b7;
		padding: 5px 3px;
		border-radius: 50px;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	.agreeBtn {
		padding: 5px 20px;
		font-size: 12px;
		font-weight: 700;
	}

	.MyOfficePayBtn_line {
		width: 100%;
		height: 1.8rem;
		line-height: 1.8rem;
		display: block;
		border: 1px solid #0098b7;
		color: #0098b7;
		border-radius: 50px;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		margin: 0 10px;
	}

	/****************** 버튼 ******************/
	/* -------- 공통 :: BOARD PAGING -------- */
	.list_board_paging {
		margin: 30px 0 0 0;
	}
	.InputWrap {
		margin:0 0 1.2rem 0;
	}

	/* -------- 공통 :: BOARD PAGING -------- */
	/****************** 회원가입 ******************/
	.memberBg_m {
		position: relative;
		width: 100%;
		padding: 100px 0;
		background: url(../../../images/myoffice/type2/member_img.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		isolation: isolate;
	}

	.memberBg_m::after {
		content: '';
		position: absolute;
		background: white;
		z-index: -1;
		inset: 0;
		opacity: 0.3;
	}

	.memberBg_m .memberPos_m {
		width: 90%;
	}

	.memberBg_m .memberPos_m h2 {
		display: block;
		text-align: center;
		font-size: 3.6rem;
		font-weight: 800;
		color: #222;
		margin-bottom: 30px;
	}

	.memberBg_m .sellerBox, .buyBox {
		border: 5px solid rgba(255, 255, 255, .3);
		border-radius: 30px;
		padding: 35px 25px;
		background: rgba(255, 255, 255, .2);
	}
	
	.memberBg_m .sellerBox .sellerBtnBox {
		display:flex;
		flex-wrap:wrap;
		gap:1rem;
	}

	.memberPos_m h3 {
		text-align: center;
		font-size: 28px;
		font-weight: 800;
		color: #222;
		margin-bottom: 30px;
	}

	.memberBg_m .sellerBox p, .buyBox p {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 24px;
		color: #222;
		text-align: center;
	}
	.FindWrap {
		width:100% !important;
	}

	/****************** 회원가입 ******************/
	/****************** 마이오피스 회원탈퇴하기 ******************/
	.withdrawalWrap {
		font-size: 24px;
		font-weight: 700;
		line-height: 34px;
		text-align: center;
	}

	.withdrawalWrap span {
		color: #0098b7;
	}

	/****************** 마이오피스 회원탈퇴하기 ******************/
	/****************** 마이오피스 직급달성 ******************/
	.gradeNowWrap_m dl {
		position: relative;
	}

	.gradeNowWrap_m dl dt span {
		display: inline-block;
		position: absolute;
		top: 10px;
		left: 10px;
		padding: 7px 13px;
		font-size: 14px;
		font-weight: 700;
		color: #222;
		background: #fff;
		border-radius: 20px;
	}

	.gradeNowWrap_m dl dd {
		position: absolute;
		top: 50px;
		left: 170px;
		font-size: 22px;
		font-weight: 800;
		color: #222;
	}

	.gradeNowWrap_m dl:first-child dt {
		width: 100%;
		height: 130px;
		background-image: url(../../../images/myoffice/type2/grade_diamond.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.gradeNowWrap_m dl:last-child dt {
		width: 100%;
		height: 130px;
		background-image: url(../../../images/myoffice/type2/grade_emerald.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	ul.gradeList li {
		padding: 35px 30px;
		text-align: center;
		border-bottom: 1px solid #eaeaea;
	}

	ul.gradeList li:last-child {
		border: 0;
	}

	ul.gradeList li span {
		display: block;
		line-height: 52px;
	}

	ul.gradeList li span.gradeName {
		font-size: 32px;
		font-weight: 800;
		margin-top: 10px;
	}

	ul.gradeList li span.gradeDate {
		font-size: 18px;
		font-weight: 600;
	}

	/****************** 마이오피스 직급달성 ******************/
	
	/****************** 마이오피스 환불 및 취소현황 ******************/
	ul.refundWrap {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	ul.refundWrap li {
		width:48%;
		font-size:16px;
		margin-top:10px;
	}
	ul.refundWrap li span {
		font-size:14px
	}
	ul.refundWrap li:last-child {
		font-size:16px;
	}
	/****************** 마이오피스 환불 및 취소현황 ******************/
	
	/****************** 주문검색 ******************/
	.myOfficeOrderWrap_m {
		margin: 0 auto 30px auto;
	}

	.myOfficeOrderWrap_m ul li {
		position: relative;
		width: 95%;
		background: #fff;
		text-align: center;
		padding: 25px 0;
		margin: 15px auto;
		border-radius: 10px;
		box-shadow: 0px 0px 50px 5px #ebebeb;
	}

	.myOfficeOrderWrap_m ul li p span {
		display: inline-block;
		background: #0098b7;
		border-radius: 5px;
		font-size: 16px;
		color: #fff;
		padding: 7px;
		margin-right: 10px;
	}

	.myOfficeOrderWrap_m ul li .myOfficeOrderTit {
		font-size: 20px;
		font-weight: 800;
	}

	.myOfficeOrderWrap_m ul li .myOfficeBorder {
		position: absolute;
		top: 4%;
		left: 2%;
		width: 95%;
		height: 90%;
		border-radius: 10px;
		border: 2px dashed #0098b7;
	}

	.myOfficeOrderWrap_m ul li .myOfficeOrderTot {
		font-size: 26px;
		font-weight: 800;
		margin-top: 8px;
	}

	.myOfficeOrderWrap_m ul li .myOfficeOrderTot em {
		font-size: 24px;
	}

	.myOfficeOrderWrap_m ul li:last-child {
		color: #fff;
		background: #0098b7;
	}

	.myOfficeOrderWrap_m ul li:last-child .myOfficeBorder {
		border: 2px dashed #fff;
	}

	.myOfficeOrderWrap_m ul li:last-child p span {
		display: inline-block;
		background: #fff;
		border-radius: 8px;
		font-size: 22px;
		color: #0098b7;
		padding: 10px;
		margin-right: 10px;
	}

	/****************** 주문검색 ******************/
	/****************** 내 정보관리 ******************/
	.MyInfoWrap .CustomerInfoBox_m dl dt {
		width: 10rem;
		height: 10rem;
		border-radius: 2rem;
		background-color:#0098b7 ;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:50%;
		background-image: url(../../../images/myoffice/type2/customer_img.png);
	}

	.MyInfoWrap .CustomerInfoBox_m dl dd {
		text-align: center;
	}

	.MyInfoWrap .CustomerInfoBox_m dl dd p {
		font-size: 3rem;
		font-weight: 800;
		margin: 40px 0 15px 0;
	}

	.MyInfoWrap .CustomerInfoBox_m dl dd span {
		display: block;
		width: 30rem;
		padding: 1.6rem 0;
		font-size: 1.4rem;
		font-weight: 700;
		color: #0098b7;
		border-radius: 5rem;
		border: 2px solid #0098b7;
	}

	.CustomerInfoTxt {
		display: flex;
	}

	.CustomerInfoTxt ul {
		width: 100%;
	}

	.CustomerInfoTxt ul li {
		width: 100%;
		padding: 1rem 0;
		font-size: 1.4rem;
		color: #444;
		font-weight: 600;
		text-align: center;
		border-bottom:0;
	}

	.CustomerInfoTxt ul li span {
		display: inline-block;
		width: 100%;
		background: #f5f5f5;
		padding: 7px 0;
		text-align: center;
		margin: 0 0 15px 0;
		border-radius: 0.5rem;
	}

	.agreeBox p {
		padding: 15px 30px;
		font-size: 1.4rem;
		font-weight: 700;
		color: #999;
	}

	.agreeBox p span {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		color: #222;
		margin-bottom: 10px;
	}

	/****************** 내 정보관리 ******************/
	/****************** 주민번호 수집 ******************/
	.InputWrapTxt {
		line-height: 40px;
		text-align: center;
		font-size: 18px;
		font-weight: 800;
		color: #333;
	}

	/****************** 주민번호 수집 ******************/
	/****************** 마이오피스 관심회원 등록 ******************/
	ul.concernUserWrap li {
		padding: 15px 30px;
	}

	ul.concernUserWrap li:last-child a.delBtn {
		margin-top: 10px;
	}

	/****************** 마이오피스 관심회원 등록 ******************/
	/****************** 마이오피스 보너스 ******************/
	.myofficeBonusDetail {
		padding: 1rem 0;
	}

	.myofficeBonusDetail h5.myofficeTilte {
		font-size: 20px;
		margin: 20px 0 10px 0;
	}

	.myofficeBonusDetail ul li div {
		padding: 10px 0;
	}
	
	.myofficeTotalWrap {
		position: relative;
	}
	.myofficeTotalWrap div {
		position: relative;
	}

	.myofficeTotalWrap:before {
		content: '\e91a';
		font-family: xeicon;
		position: absolute;
		top:50px;
		left: 50%;
		transform:translateX(-50%);
		font-size: 14px;
		font-weight: 700;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #fff;
		color: #0098b7;
		border-radius: 50%;
	}

	.myofficeTotalWrap div:nth-child(2):after {
		display: none;
	}
	.myofficeTotalWrap div:nth-child(2):before {
		display:none;
	}
	.myofficeTotalWrap .myofficePayment:before {
		content: '\e960';
		font-family: xeicon;
		position: absolute;
		top: 30px;
		left: 60px;
		font-size: 18px;
		font-weight: 800;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #fff;
		color: #0098b7;
		border-radius: 50%;
	}

	.myofficeBonusDetail ul li div em {
		left: 35px;
	}

	ul.bonusWrap li {
		background: #f9f9f9;
		padding: 10px 0;
		border-radius: 10px;
		border: 1px solid #b2e0e9;
		font-size: 17px;
		line-height: 25px;
		font-weight: 800;
		color: #222;
	}
	
	ul.bonusWrap li span {
		font-size: 14px;
	}

	ul.bonusWrap li:last-child span {
		height: 50px;
		line-height: 50px;
	}

	.myoffice_accordion button .bonusIcon {
		position: static;
	}

	.myofficeBonusDetail {
		margin: 10px 0 0 0;
	}

	.myofficeBonusDetail ul li div span {
		right: 80px;
	}

	.myofficeTotalWrap {
		padding: 40px 0;
	}

	.myofficeTotalWrap div {
		font-size: 18px;
	}

	.myofficeTotalWrap div p {
		padding: 5px 0;
	}
	
	.myofficeTotalWrap .myofficeBonusTotal {
		margin-left:30px;
	}
	
	.myofficeTotalWrap .myofficeTaxAmount {
		margin-right:30px;
	}
	.myofficeTotalWrap .myofficePayment {
		padding-top:20px;
	}

	.myofficeTotalWrap .myOfficeBonusBorder {
		position: absolute;
		top: 2%;
		left: 2%;
		width: 95%;
		height: 95%;
		border-radius: 15px;
		border: 2px dashed #fff;
	}

	/*
    .myofficeTotalWrap div:nth-child(2):after {
        top:0;
        left:50%;
        transform:translateX(-50%);
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size:18px;
    }
    */
	.myoffice_accordion button[aria-expanded=true] + .myoffice_accordion-content {
		opacity: 1;
		max-height: 70em;
		transition: all 300ms linear;
		will-change: opacity, max-height;
	}

	/****************** 마이오피스 보너스 ******************/
	/****************** 마이오피스 약관동의 ******************/
	.LoginCheck label {
		font-size: 13px;
		line-height: 20px;
		padding: 0 0 0 3px;
	}

	h3.memberAgreeTitle {
		font-size: 16px;
	}

	/****************** 마이오피스 약관동의 ******************/
	/****************** 마이오피스 레그별 주문검색 ******************/
	.myofficeRegOrderWrap {
		border-radius: 15px;
		margin:10px 0;
	}

	.myofficeRegOrderWrap ul {
		position: relative;
		padding: 25px 0;
	}

	.myofficeRegOrderWrap ul li {
		font-size: 24px;
		line-height: 30px;
		font-weight: 800;
		color: #222;
	}

	.myofficeRegOrderWrap ul li:first-child {
		float: none;
		margin: 0 0 10px 0;
	}

	.myofficeRegOrderWrap ul li:last-child {
		float: none;
		margin-right: 0;
		font-size: 18px;
	}

	.myofficeRegOrderWrap ul li span i {
		height: 40px;
		line-height: 40px;
	}

	.myofficeRegOrderWrap ul li span em {
		font-size: 16px;
	}

	.myofficeRegOrderWrap ul li .regLine {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		border-radius: 50px;
	}

	.myofficeRegOrderALine {
		border: 2px dashed #1e5c6d;
	}

	.myofficeRegOrderBLine {
		border: 2px dashed #1d2d71;
	}

	.myofficeRegOrderEtcLine {
		border: 2px dashed #222;
	}

	/****************** 마이오피스 레그별 주문검색 ******************/
	/****************** 데이터 노출 ******************/
	.listContent {
		border: 1px solid #0098b7;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.listContent dl {
		font-size: 1.4rem;
		font-weight: 600;
		padding: 20px 10px;
		border-bottom: 2px dashed #ebebeb;
	}
	
	.listContent dl dt, .listContent dl dd {
		width:50%;
	}

	.listContent ul {
		padding: 20px;
		background: #f9f9f9;
	}

	.listContent ul li {
		font-size: 1.3rem;
		font-weight: 600;
		padding: 5px 0;
	}

	.listContent ul li.btn span {
		color: #fff;
		background: #0098b7;
		border: 1px solid #0098b7;
		border-radius: 10px;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 800;
		height: 40px;
		line-height: 40px;
		transition: all 0.3s;
	}

	.listContent ul li span {
		display: block;
		font-size: 1.3rem;
		font-weight: 600;
		padding: 3px 0;
		color: #777;
	}

	.popupListTit {
		position: relative;
		font-size: 2rem;
		line-height: 3rem;
		font-weight: 800;
		color: #0098b7;
		margin-bottom: 20px;
		padding: 10px 0;
		border-bottom: 3px solid #0098b7;
	}

	.popupListTit span {
		display: inline-block;
		font-size: 1.2rem;
		height: 3rem;
		line-height: 3rem;
		border: 1px solid #0098b7;
		border-radius: 50px;
		padding: 0 15px;
		vertical-align: top;
		margin-left: 5px;
	}

	.popupListTit a {
		display: block;
		color: #0098b7;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		font-weight: 800;
	}

	.myofficeBonusDetail ul {
		margin-bottom: 0;
	}

	/****************** 데이터 노출 ******************/
	/****************** 마이오피스 리스트 팝업 탭 메뉴 ******************/
	.taTabs {
		width: 100%;
	}

	.taTabs__navWap {
		list-style: none;
		display: flex;
		background-color: #fff;
		color: #ffffff;
		border-bottom: 1px solid #0098b7;
	}

	.taTabs__nav {
		flex: 1;
		padding: 15px 10px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		color: #999;
		background: #fff;
	}

	.taTabs__nav i {
		font-size: 14px;
	}

	.taTabs__nav--active {
		background-color: #0098b7;
		color: #ffffff;
		border-radius: 10px 10px 0 0;
	}

	.taTabs__contentWrap {
		margin: 20px 0 0 0;
	}

	.taTabs__content {
		display: none;
	}

	.taTabs__content--active {
		display: block;
	}

	table.popupListTable {
		width: 100%;
	}

	/****************** 마이오피스 리스트 팝업 탭 메뉴 ******************/
	/****************** 마이오피스 산하직급달성 ******************/
	.underGradeList {
		padding: 30px 20px;
		border-bottom: 1px solid #eaeaea;
	}
	
	.underGradeList:last-child {
		border:0;
	}

	.underGradeList ul li {
		font-size: 2.4rem;
		line-height: 3rem;
		font-weight: 800;
		color: #222;
	}

	.underGradeList ul li img {
		width: 50%;
	}

	.underGradeList ul li:first-child {
		line-height: 5rem;
		margin-bottom: 20px;
	}

	.underGradeList ul li:last-child span {
		padding-left: 40px;
		margin-left: 0;
	}

	.underGradeList ul li:last-child span.underGradeLeft em {
		position: absolute;
		top: -3px;
		left: 0;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50px;
		background: #0098b7;
		color: #fff;
		text-align: center;
		font-size: 20px;
	}

	.underGradeList ul li:last-child span.underGradeRight em {
		position: absolute;
		top: -3px;
		left: 0;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50px;
		background: #b278c9;
		color: #fff;
		text-align: center;
		font-size: 20px;
	}

	/****************** 마이오피스 산하직급달성 ******************/
	/****************** 마이오피스 좌우 실적검색 ******************/
	.myofficeRegResultWrap {
		position: relative;
		border-radius: 20px;
		margin-bottom:20px;
	}

	.myofficeRegResultWrap ul {
		position: relative;
		line-height: 40px;
		padding: 35px 0;
		text-align: center;
	}

	.myofficeRegResultWrap ul li {
		position: relative;
		font-size: 22px;
		font-weight: 800;
		color: #222;
	}

	.myofficeRegResultWrap ul li:last-child span {
		font-size: 18px;
		font-weight: 700;
	}

	.myofficeRegResultWrap ul li span i {
		height: 40px;
		line-height: 40px;
	}

	.myofficeRegResultWrap ul li span em {
		font-size: 18px;
	}

	/* .myofficeRegResultWrap ul li .regAmount:before {
		content: '';
		position: absolute;
		top: 52%;
		left: 49%;
		transform: translate(-50%, -50%);
		width: 2px;
		height: 16px;
		background: #b7b7b7;
	} */

	.myofficeRegResultWrap ul li .regLine {
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #fff;
		font-size: 22px;
		border-radius: 50px;
	}

	/****************** 마이오피스 좌우 실적검색 ******************/
	/****************** 마이오피스 소비자현황 ******************/
	.myofficeUserWrap_m ul {
		position: relative;
		padding: 10px 0;
	}

	.myofficeUserWrap_m ul li {
		font-size: 22px;
		font-weight: 800;
		text-align: center;
		color: #fff;
	}

	.myofficeUserWrap_m ul li:nth-child(2) {
		position: relative;
	}

	.myofficeUserWrap_m 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_m ul li:nth-child(2):after {
		display: none;
	}

	.myofficeUserWrap_m 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
	}

	/****************** 마이오피스 소비자현황 ******************/
	/****************** 마이오피스 선결제 ******************/
	.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
	}

	/****************** 마이오피스 선결제 ******************/
	/****************** 마이오피스 선결제 어코디언 ******************/
	.myoffice_container {
		width: 100%;
	}

	.myoffice_accordion button {
		position: relative;
		display: block;
		text-align: left;
		width: 100%;
		color: #222;
		font-size: 1.15rem;
		font-weight: 400;
		padding: 0;
		border: none;
		background: none;
		outline: none;
	}

	.myoffice_accordion button:hover, .myoffice_accordion button:focus {
		cursor: pointer;
		color: #222;
	}

	.myoffice_accordion button:hover::after, .myoffice_accordion button:focus::after {
		cursor: pointer;
		color: #03b5d2;
		border: 1px solid #03b5d2;
	}

	.myoffice_accordion button .myoffice_accordion-title {
		padding: 1em 1.5em 1em 0;
	}

	.myoffice_accordion button .icon {
		display: inline-block;
		position: absolute;
		top: 22px;
		right: 60px;
		width: 22px;
		height: 22px;
	}

	.myoffice_accordion button .icon::before {
		font-family: xeicon;
		display: block;
		position: absolute;
		content: "\e941";
		top: 5px;
		left: 5px;
		font-size: 16px;
		font-weight: 800;
	}

	.myoffice_accordion button[aria-expanded=true] {
		color: #222;
	}

	.myoffice_accordion button[aria-expanded=true] .icon::after {
		font-family: xeicon;
		display: block;
		position: absolute;
		content: "\e944";
		top: 5px;
		left: 5px;
		font-size: 16px;
		font-weight: 800;
	}

	.myoffice_accordion button[aria-expanded=true] .icon::before {
		display: none;
	}

	.myoffice_accordion button[aria-expanded=true] + .myoffice_accordion-content {
		opacity: 1;
		max-height: 60em;
		transition: all 300ms linear;
		will-change: opacity, max-height;
	}

	.myoffice_accordion .myoffice_accordion-content {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;
	}

	.myoffice_accordion .myoffice_accordion-content .myofficePayDetail {
		font-size: 1rem;
		font-weight: 300;
		margin: 1em 0;
		padding: 1em 0;
		border: 1px solid #0098b7;
		border-radius: 10px;
	}

	.myofficePayDetail ul {
		margin-bottom: 20px
	}

	.myofficePayDetail ul li h5 {
		font-size: 22px;
		font-weight: 700;
		text-align: left;
		margin: 20px 0;
	}

	.myofficePayDetail ul li div {
		position: relative;
		height: 45px;
		padding: 10px 0;
		font-size: 13px;
		font-weight: 600;
		border-bottom: 1px solid #0098b7;
	}

	.myofficePayDetail ul li div a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}

	.myofficePayDetail ul li div:last-child {
		border: 0;
	}

	.myofficePayDetail ul li div em {
		display: inline-block;
		width: 100px;
		padding: 5px 0;
		font-weight: 700;
		color: #fff;
		text-align: center;
		background: #0098b7;
		border-radius: 20px;
	}

	.myofficePayDetail ul li div span {
		color: #006175;
		padding: 5px 0;
	}

	.myofficePayDetail ul li:nth-child(3) {
		width: 100%;
	}

	/****************** 마이오피스 선결제 어코디언 ******************/
	/****************** 마이오피스 메뉴(셀렉트박스) ******************/
	.menu-title {
		text-indent: 15px;
	}

	.menu-title:after {
		content: '';
		display: block;
		width: 14px;
		height: 8px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		background: url(../../../images/myoffice/type2/arrow_down.png) no-repeat 95% 50%;
	}

	/****************** 마이오피스 메뉴(셀렉트박스) ******************/
	/****************** 마이오피스 상품리스트 ******************/
	.myofficePrdWrap ul li a .prd_img img {
		width: 120px;
		height: 120px;
		border-radius: 10px;
	}

	.myofficePrdWrap .prd_infoarea {
		margin: 0 0 0 15px;
	}

	.myofficePrdWrap .prd_infoarea h2.prd_name {
		height:7.2rem; 
		font-size:1.4rem; 
		line-height:2rem; 
		font-weight:700;
	}

	.myofficePrdWrap .prd_infoarea .txt_box {
		margin-top: 10px;
	}

	.myofficePrdWrap .prd_infoarea .txt_box dl {
		height:1.6rem;
		line-height:1.6rem;
		margin: 5px 0 0 0;
	}

	.myofficePrdWrap .prd_infoarea .txt_box dl dt {
		font-size: 13px;
	}

	.myofficePrdWrap .prd_infoarea .txt_box dl dd {
		font-size: 13px;
	}

	.myofficePrdWrap .prd_infoarea .txt_box dl dd em {
		font-size: 13px;
	}

	.myofficePrdWrap .prd_infoarea .txt_box dl dd.prd_pv {
		font-size: 13px;
	}

	/****************** 마이오피스 상품리스트 ******************/
	/****************** 마이오피스 정기구매 배송지 변경 ******************/
	.pay_delivery_table {
		width: 100%;
	}

	.pay_delivery_table h4 {
		font-size: 17px;
		font-weight: 700;
	}

	.pay_delivery_table .pay_delivery_box {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}

	.pay_delivery_table .pay_delivery_box .pay_delivery input[type=radio] {
		display: none;
	}

	.pay_delivery_table .pay_delivery_box .pay_delivery label {
		display: block;
		cursor: pointer;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
		padding: 0.7rem 1rem;
		border: 1px solid #ddd;
		border-radius: 50px;
		color: #555;
		transition: all 0.3s;
	}

	.pay_delivery_table .pay_delivery_box .pay_delivery input[type=radio]:checked ~ label {
		background: #0098b7;
		border: 1px solid #0098b7;
		color: #fff;
		font-size:1.2rem;
	}

	/****************** 마이오피스 정기구매 배송지 변경 ******************/
	
	/****************** 마이오피스 자율재구매 ******************/
	.autoshipTypeBox ul li {
		width:100%;
		font-size:26px;
	}
	/****************** 마이오피스 자율재구매 ******************/

}