@charset "utf-8";

/* =========================== 마이오피스 상단메뉴 lnb ============================= */
.mylnb {
	position: absolute;
	top: 30px;
	right: 40px;
}

.mylnb ul {display: flex; position: relative;}

.mylnb ul li {margin-left: 5px;}

.mylnb ul li > a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	color: rgba(255,255,255.1);
	transition-duration:0.5s;
}

.mylnb ul li a.info{
	background: url('../images/common/icon_contacts.svg') no-repeat 50% 50%;
}

.mylnb ul li a.out{
	background: url('../images/common/icon_lock-unlock.svg') no-repeat 50% 50%;
}

.mylnb ul li a.qr{
	background: url('../images/common/icon_qr.svg') no-repeat 50% 50%;
}

.mylnb ul li a.cart{
	position: relative; background: url('../images/common/icon_shop.png') no-repeat 50% 50%; background-size: 24px;
}

.mylnb ul li a.cart:hover{background: url('../images/common/icon_shop_b.png') no-repeat 50% 50%; background-size: 24px;}

.mylnb ul > li > a.info, 
.mylnb ul li a.out, 
.mylnb ul li a.qr{
	background-size: 60%;
	opacity:0.6;
}

.mylnb ul li a.cart .cart_count {
    position: absolute;
    bottom: -5px;
    right: -5px;
    padding: 2px 6px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #1751a0;
    font-size: 12px;
    font-weight: 600;
}

.mylnb ul > li > a:hover{
	opacity:1;
	border: 1px solid rgba(0,0,0,.2);
}

.mylnb ul li a.btn{
	width: 70px;
	background-image: linear-gradient(to right, #29529c, #1d3d8e);
	line-height: 38px;
	border: 0;
	text-align: center;
	letter-spacing: -0.06em;
}

.mylnb ul li a.btn:hover{background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out}
    
#infoOn{
	position: absolute;
    width: calc(100% - 40px);
    height:100%;
    background:rgba(255,255,255,.0);
	z-index: 100;
}

#infoOn .infoOn{
	position: absolute !important;
    top: 45px;
    right: 135px;
    width: 220px;
    padding: 5px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
	z-index: 100;
}

#infoOn .infoOn .close{
	position: absolute;    
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    opacity: .5;
	background: url(../images/common/icon_close.svg) no-repeat 0 0;
}

#infoOn .infoOn dl{margin-bottom: 15px;}

#infoOn .infoOn dl dt{padding: 10px 0;}

#infoOn .infoOn dl dt p{
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #29529c, #1d3d8e);
	border-radius: 50%;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}

#infoOn .infoOn dl dt span{
	display: block;
	width: 100%;
	font-size: 1.2rem;
	color: rgba(255,255,255,.8);
	font-weight: 500;
	letter-spacing: -0.05em;
}

#infoOn .infoOn dl dd{ 
	font-size: 1rem;
	margin-top: 5px;
}

#infoOn .infoOn dl dd .fontC_b_06{ margin:10px 0; }

#infoOn .infoOn dl dd a{
	display: block;
	width: 100%;
	background-image: linear-gradient(to right, #f39400, #fbb900, #ffec00);
	color: rgba(255,255,255,1);
	padding: 8px 0;
	border-radius: 5px;
	margin-top: 25px;
	transition-duration:0.5s;
}

#infoOn .infoOn dl dd a:hover{opacity:0.8;}

.qrTab{width:100%;height: 60px;margin-bottom: 40px;background: rgba(0,0,0,.15);}
.qrTab ul{display: flex; width: 100%;}
.qrTab li{width: inherit; max-width: 100%; display: table-cell; vertical-align: middle;}
.qrTab li a{display: block;font-size: 16px;color: rgba(0,0,0,1);border-left: 1px solid rgba(255,255,255,.2);line-height: 60px;text-align: center;}
.qrTab li a.on{color: rgba(255,255,255,1);background: rgba(0,0,0,.8);}
.qrTab li:first-child a{border:0}

#qrOn .btns{width: 250px;}
#qrOn .btns a{display: block;font-size: 14px;line-height: 40px;padding: 10px 20px;color: #fff; background:rgba(0, 0, 0, .8); border-radius: 5px;text-align: center;}
#qrOn P.qrtxt_1{font-size: 25px; color: rgba(0,0,0,1);}
#qrOn P.qrtxt_2{ font-size: 35px; color: rgba(0, 0, 0, 1); font-weight: 600; margin: 10px 0 10px;}
#qrOn P.qrtxt_3{ font-size: 18px; color: rgba(0, 0, 0, .7);}
#qrOn P.qrtxt_3 span{font-weight: 500; color: #000;}

#qrOn .qrCont{border-top: 1px solid #eee; padding: 40px 30px;}
#qrOn .qrCont dl{}
#qrOn .qrCont dt{font-size: 22px;color: rgba(0, 0, 0, 1);font-weight: 600;float: left;}
#qrOn .qrCont dd{float: right;}
#qrOn .cardQR img{width:250px;}

/* =========================== 공통 ============================= */

.container_my .box, .popOn .box, .box{
	position: relative;
	background: rgb(255,255,255,1);
	-webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.container_my h3, .box h3{
	font-size: 1.3rem;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 22px;
}

.container_my h3 span{font-size: 1.15rem;}

.container_my h3 p{color: rgba(0, 0, 0, .4);}

.container_my h3 .btn,
.btn.btn_s{
	float:right;
	background: rgba(0, 0, 0, .6);
	color: rgba(255, 255, 255, 1);
	border-radius: 3px;
}
.container_my h3 .btn a,
.btn.btn_s a{
	display:block;
	color: rgba(255, 255, 255, 1);
	font-size: .9rem;
	padding: 5px 10px;
	font-weight: 500;
}

/* =========================== 대시보드 ============================= */

.dashTit, .dashTit p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
}

.dashTit p{
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.dashboard{ margin-top:50px;}

.dashboard .dashTop{
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}

.dashboard .dashTop .floL{width: calc(30% - 0px);}

.dashboard .dashTop .floR{width: calc(67% - 0px);}


/* 본인정보 */
.dashTop .dashInfo{
}

.dashTop .dashInfo dl{
	display: flex;
	padding: 15px 10px;
}

.dashTop .dashInfo dt {
	width: 160px;
	text-align: center;
	font-size: 1.2rem;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}

.dashTop .dashInfo dt p{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	);
	background-image: linear-gradient(to right, #29529c, #1d3d8e);
	border-radius: 50%;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	min-width: 100px;
}

.dashTop .dashInfo dt span{
	display: block;
	width: 100%;
	font-size: 1.5rem;
	color: rgba(255,255,255,.8);
	font-weight: 500;
	letter-spacing: -0.05em;
}

.dashTop .dashInfo dd{
	border-radius: 5px;
	padding: 0 10px;
}

.dashTop .dashInfo dd p span:first-child{
	display: block;
    width: 75px;
    color: rgba(0, 0, 0, .8);	
}

.dashTop .dashInfo dd p{
	display: flex;
	height: 24px;
    line-height: 1.7;
    overflow: hidden;
}

.dashTop .dashInfo dd p span{
	font-size: 1.05rem;
	color: rgba(0,0,0,.6);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;    
}

/* 최종 업데이트 */
.dashTop .infoDate{
	width: 100%;
}

.infoDate .weekDate{
	position: absolute;
	top: 14px;
	right: 10px;
	display:flex;
}

.infoDate .weekDate select{
	width: 80px;
    height: 35px;
}

.infoDate select.weekDate:after {
    display: block;
    width: 22px;
    height: 22px;
    content: url(../images/common/icon_arrow-down.svg);
}

.infoDate .infoDate4{
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
}

.infoDate .infoDate4 dl{
	background: #ddf6e8;
	padding: 10px 1% 10px 1.5%;
	border-radius: 10px;
	position: relative;
	width: calc(24.25% - 0px);
}

.infoDate .infoDate4 dt{height:70px;}

.infoDate .infoDate4 dt p{
	float: right;
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}

.infoDate .infoDate4 dt p img{
	width: 50%;
	margin: 0 auto;
	filter: invert(54%) sepia(95%) saturate(346%) hue-rotate(93deg) brightness(101%) contrast(86%);
}

.infoDate .infoDate4 dl:nth-child(2) dt p img {filter: invert(78%) sepia(80%) saturate(1536%) hue-rotate(148deg) brightness(86%) contrast(93%);}
.infoDate .infoDate4 dl:nth-child(3) dt p img {filter: invert(75%) sepia(74%) saturate(1090%) hue-rotate(320deg) brightness(102%) contrast(98%);}
.infoDate .infoDate4 dl:nth-child(4) dt p img {filter: invert(40%) sepia(97%) saturate(1555%) hue-rotate(223deg) brightness(95%) contrast(96%);}

.infoDate .infoDate4 dd.tit{
	font-size: 1.15rem;
	margin-bottom: 10px;
	font-weight: 500;
}

.infoDate .infoDate4 dd{}

.infoDate .infoDate4 dd span{
	font-size: 1.7rem;
	font-weight: 600;
	color: #31c772;
}

.infoDate .infoDate4 dl:nth-child(2) {background: #d7f4f8;}
.infoDate .infoDate4 dl:nth-child(3) {background: #fff0e2;}
.infoDate .infoDate4 dl:nth-child(4) {background: #e9e7fc;}

.infoDate .infoDate4 dl:nth-child(2) dd span {color: #2ec0d4;}
.infoDate .infoDate4 dl:nth-child(3) dd span {color: #fda355;}
.infoDate .infoDate4 dl:nth-child(4) dd span {color: #786cee;}


/* 직급도전 현황 */
.dashTop .dashLevel{
}

.dashLevel h3 span{
	float: right;
    color: rgba(0, 0, 0, .6);	
}

.dashLevel .levelWrap{display: flex;margin: 20px 0;}

.dashLevel .floL, .dashLevel .floR{flex-basis: 50% !important;padding-left: 20px;}

.dashLevel h4{
	font-size: 1.1rem;
}

.dashLevel .levelDate{
	display: flex;
	margin-top: 10px;
}

.dashLevel .levelDate p.LevelBg{
	width: 90%;
	height: 16px;
	background: rgba(0,0,0,.15);
	border-radius: 8px;
}

.dashLevel .levelDate p.LevelBg span{display: block;height: 16px;border-radius: 8px;}

.dashLevel .LevelB{	}

.dashLevel .LevelB span{background: #fd4a55;}

.dashLevel .LevelS{}

.dashLevel .LevelS span{	background: #7468ed}

.dashLevel .levelDate span.txt{width: 20%;padding-left: 10px;background: none;}

.dashLevel .level_txt{
	background: rgba(0,0,0,.08);
	margin: 0 10px 10px;
	padding: 12px 0;
	border-radius: 0 0 8px 8px;
	text-align: center;
	font-size: 1rem;
	color: rgba(0,0,0,.7);
}

.dashboard .dashCont,
.contBox2,
.contBox1_2{
	display: flex; 
	flex-wrap: wrap; 
	gap: 3%;
}

.dashboard .dashCont .box,
.contBox2 .box,
.contBox1_2 .inner{
	display: flex; 
	flex-direction: column;
	width: calc(48.5% - 0px);
}

.contBox2 .box:nth-child(3){
	margin-top:30px;
}

.contBox2.w30_70 .box:nth-child(1){width: calc(30% - 0px);}
.contBox2.w30_70 .box:nth-child(2){width: calc(67% - 0px);}

/* =========================== 공통 컨텐츠 ============================= */

.dashSTit{
	font-size: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 20px;
    color: rgba(0, 0, 0, 1);
}

.dashSTit p.dashSTit{
	font-size: 2rem;
    border-bottom: 0;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 1);
}

.dashSTit .titCont{
	display: flex;
    line-height:36px;
    margin-top: -3px;
}

.dashSTit .titCont select{width:130px; height:36px}
.dashSTit .titCont label.label{margin: 10px 0 10px 15px;}

.infoTxt{
	font-size: 1.15em;
    font-weight: 500;
    margin: 30px 0;    
    line-height: 1.35;
}

.filterWrap,
.filterLine1{display: flex;margin: 30px auto;}
.filterLine1{padding: 12px 10px 12px 0;}

.filterLine1 .searchWrap{ width: 300px;}

.filterWrap dl{
	position: relative;
	float: left;
}

.filterWrap dl:nth-child(2) dd{display: flex !important}

.filterWrap dt,
.filterLine1 dt{
	font-size: 1.15rem;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}

.filterWrap dd{
	min-height: 60px;
	padding: 10px;
}

.filterWrap dl:last-child dd{	padding: 10px;}

.filterWrap .datePickWrap,
.filterLine1 .datePickWrap{
	position:relative;
	width: 100%;
	margin-right: 5px;
}

.filterWrap .datePickWrap:nth-child(3){margin-right: 0 !important;}

.filterWrap .datePickWrap span,
.filterLine1 .datePickWrap span{
	position:absolute;
	top:1px;
	left:1px;
	display:inline-block;
	width:35px;
	height:38px;
	z-index:10;
	border-radius:3px 0 0 3px;
	background-size: 50%;
	text-align: center;
    padding-top: 10px;
}

.filterWrap .datePickWrap span img,
.filterLine1 .datePickWrap span img,
.filterWrap .searchWrap a img{
	width:55%;
	opacity: 0.4;
}

.filterWrap .datePickWrap input,
.filterWrap .searchWrap input,
.filterLine1 .datePickWrap input,
.filterLine1 .searchWrap input{
	position:absolute;
	top:0;
	left:0;
	border:none;
	width:100%;
	height:40px;
	padding-left:35px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius:3px;
}

.memSearchWrap input{
	width:100%;
	/*height:34px;*/
	padding-left:35px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius:3px;
}

.filterWrap .datePickWrap input::placeholder{ 
	font-size: .95rem; 
	color: rgba(0, 0, 0, .7);
}

.filterWrap .searchWrap,
.filterLine1 .searchWrap,
.memSearchWrap{
	position:relative; 
}

.filterWrap .searchWrap input,
.filterLine1 .searchWrap input{padding-left:10px;}

.filterWrap .searchWrap a,
.filterLine1 .searchWrap a{
	position:absolute;top:1px;right:1px;
	background:#f7f7f7;
	text-align:center;
	display:inline-block;
	width:38px;
	height:38px;
	z-index:10;
	border-radius:0 3px 3px 0;
}

.memSearchWrap a{
	width: 34px;
    height: 34px;
    position: relative;
    display: block;
    min-width: 34px;
    background: #bbb;
    border-radius: 17px;
    text-align: center;
    margin:3px 5px;
}

.memSearchWrap a img{
	width:50%;
	filter: invert(100%);
    opacity: 1;
	padding-top: 8px;
}

.filterWrap .searchWrap a img,
.filterLine1 .searchWrap a img{
	width:50%;
	opacity: 0.4;
	padding-top: 9px;
}

.filterWrap select{ width:100%}

.filterWrap label{
	/*line-height: 22px;*/
    margin-right: 5px;
    margin-top: 10px;
}

.filterWrap dl:last-child dd a,
.filterLine1 .btn a{
	display: block;
    width: 100%;
    max-width: 150px;
    background: rgba(0, 0, 0, .85);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    transition-duration: 0.3s;
    float: right;
}

.filterWrap dl:last-child dd a:hover, 
.filterLine1 .btn a:hover{
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

.filterWrap  .datePick_open{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: #f3f3f4;
    border-radius: 50%;
    text-align: center;
}

.filterLine1 .datePick_open {
	display: block;
    width: 35px;
    height: 35px;
    background: #f3f3f4;
    border-radius: 50%;
    text-align: center;
    margin: 2px 10px;
}

.filterLine1 .datePickOn {top: 45px !important;right: auto;left: 0;}

.filterWrap .datePickOn .close,
.filterLine1 .datePickOn .close{
	position: absolute;    
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    opacity: .5;
	background: url(../images/common/icon_close.svg) no-repeat 0 0;
}

.filterWrap .datePickOn,
.filterLine1 .datePickOn{
	position: absolute !important;
    top: 55px;
    right: 10px;
    height: auto;
    padding: 15px 50px 15px 15px;
    color: rgba(0, 0, 0, 1);
	z-index: 100;
    width: 140px;
}

.filterWrap .datePickOn li a,
.filterLine1 .datePickOn li a{
	font-size: 1.1rem;
    line-height: 1.5;
}

.filterWrap .datePickOn li a:hover,
.filterLine1 .datePickOn li a:hover{
	text-decoration:underline;
}

.filterLine1 dl{
    display: flex;
}

.filterLine1 dl dt{
	font-size: 1.15rem;
	line-height: 40px;
	font-weight: 500;
	padding: 0 15px;
	border: 0;
}

.filterLine1 dl dd{display: contents;padding: 0 10px;}

.filterLine1 label.label{line-height:40px;}
.filterLine1 label .mark{margin-top:10px;}

.galCount2{display: flex;}
.galCount2 input{width: calc(100% - 150px);}
.galCount2 a{
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 3px;
	margin-left: 3px;	
	opacity: 0.5;
}
.galCount2 a.minus{
	background: rgba(0, 0, 0, .1) url(../images/common/icon_minus.svg) no-repeat 50% 50%;
	background-size: 50%;
}
.galCount2 a.plus{
	background: rgba(0, 0, 0, .1) url(../images/common/icon_plus.svg) no-repeat 50% 50%;
	background-size: 50%;
}

h3.poptit{
	font-size: 1.3rem;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 35px;
}

dl.solo dt{
	font-size: 1.15rem;
	font-weight: 500;
	padding: 0 15px;
	border: 0;
}

dl.solo dd{
	display: contents;
    padding: 0 10px
}

dl.solo dd select{
	width: 150px;
    height: 35px;
}

#seLevel {
    font-size: 0;
}

#seLevel input {
	width: calc(100% - 88px);
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    height: 40px;
    vertical-align: top;
}

#seLevel .markCount {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    background: #f7f7f7;
    margin-left: 4px;
    border-radius: 3px;
    text-align: center;
    vertical-align: bottom;
}

#seLevel .markCount img{width: 22px; height: 22px;}
#seLevel .markCount.up img{width: 22px; height: 22px; transform: rotate(-180deg);}

#seLevel .markCount i {
    line-height: 40px;
    font-size: 16px;
}

table.grid_design{ text-align: center;}

table.grid_design thead td {
	font-size: 1.15rem;
    color: rgba(0, 0, 0, 1);
	background: #f1f5f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

table.grid_design thead td, 
table.grid_design tbody td,
table.grid_design tfoot td{
	padding: 10px 0;
	vertical-align:middle;
	line-height: 1.7;
}

table.grid_design tbody td,
table.grid_design tfoot td{
	font-size: 1rem;
	color: rgba(0, 0, 0, .8);
	border-bottom: 1px solid #eee;
	padding: 8px 10px !important;
	height: 40px;
}

table.grid_design tfoot td {
	font-size: 1.1rem;
	color: rgba(0, 0, 0, 1);
	background: rgba(0, 0, 0, .1);
	border:0
}

table.grid_design tbody tr:nth-child(even) {	
	background: #fbfdff;
}

.mobi_scroll .w800,
.mobi_scroll .w1200{width:100%;}

.grid_page_design{
    position: relative;
    padding: 0 10px;
    margin: 20px 0;
    line-height: 30px;
}

.grid_page_design .dataView{
	position: absolute;
	left: 10px;
	top: 0;
	display: flex;
}

.grid_page_design .dataView select{
    padding: 7px 30px 7px 8px;
    margin-left: 5px;
    height: 30px;
}

.grid_page_design .pagerWrap{}

.grid_page_design .pagerWrap ul{
	display: flex;
	justify-content: center;
}

.grid_page_design .pagerWrap ul li{}

.grid_page_design .pagerWrap ul li a{
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,.15);
    margin: 0 3px;
    border-radius: 3px;
    text-align: center;
    transition-duration:0.3s;
}

.grid_page_design .pagerWrap ul li a.on, 
.grid_page_design .pagerWrap ul li a:hover{
    background: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}


.grid_page_design .pagerWrap ul li a.left{
    background: url('../images/common/icon_arrow-left.svg') no-repeat 50% 50% ;
	opacity:0.4;
	background-size:80%
}

.grid_page_design .pagerWrap ul li a.right{
    background: url('../images/common/icon_arrow-right.svg') no-repeat 50% 50% ;
	opacity:0.4;
	background-size:80%
}

.grid_page_design .pagerWrap ul li a.left:hover{
    background: url('../images/common/icon_arrow-left.svg') no-repeat 50% 50% ;
	opacity:0.6;
	background-size:80%
}

.grid_page_design .pagerWrap ul li a.right:hover{
    background: url('../images/common/icon_arrow-right.svg') no-repeat 50% 50% ;
	opacity:0.6;
	background-size:80%
}

.grid_page_design .dataTotal{
	position: absolute;
	right: 10px;
	top: 0;
}

.infoTable {
    background-color: #fff;
}

.infoTable tr {
    border-bottom: 1px solid #eee;
}

.infoTable tr:nth-child(1){
	border-top: 1px solid #eee;
}

.infoTable thead tr th,
.infoTable.th_cener th{
	text-align: center;
}

.infoTable tfoot tr th{
	text-align: center;
}

.infoTable tr th{
    background-color: #f7f7f7;
    color: #555;
    font-size: 1.05rem;
    text-align: left;
    padding: 10px;
    line-height: 22px;
    border-left: 1px solid #e5e5e5;
}
.infoTable tr th:first-child {border-left: 0;}

.infoTable tr td{
	padding: 10px;
    color: #555;
    font-size: 1rem;
	line-height: 18px;
	border-left: 1px solid #eee;
}

.infoTable.center td {text-align: center;}

.infoTable.center td span.name{	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.infoTable tr td:first-child{border-left:0}

.infoTable tr td input[type=text],
.infoTable tr td input[type=password] {
	border: 1px solid rgba(0,0,0,.15);
    line-height: 34px;
    color: rgba(0, 0, 0, .8);
    padding: 0 10px;
    box-sizing: border-box;
	font-size: 1rem;
}

.infoTable select{ 
	padding: 8.5px 10px; 
	border-radius:0;
	color: rgba(0, 0, 0, .8);
}

.infoTable .tbBtn, .btn_gray{
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    background-color: #bbb;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: .9rem;
    border-radius: 2px;
}

.infoTable.detailHis tbody td{text-align: center !important;}
.infoTable.detailHis tbody td:last-child{text-align: right !important;}

/*테이블호버*/
.hoverTd {cursor: pointer; transition: all 0.3s;}
.hoverTd:hover {background: #f5f7ff;}

.dateSelect {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 20px auto;
}

.dateSelect li {display: inline-block;}

.dateSelect span {
    font-size: 22px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 600;
    color:#000;
}

.dateSelect a {display: block;}
.dateSelect a i{font-size: 20px;}

/*회원가입*/

.joinImg{
	width: 100%;
    height: 200px;
    background: #ddd;
	margin:30px 0;
}
.joinTop{margin:50px auto; text-align:center;}
.joinTop h2{font-size: 2rem; margin-bottom: 15px; color: rgba(0, 0, 0, 1);}
.joinTop p{font-size: 1.3rem; color: rgba(0, 0, 0, .6);}

.joinType{text-align:center;}
.joinType dl{padding:50px 10px}
.joinType dt{font-size: 1.5rem; color: rgba(0, 0, 0, 1);}
.joinType dd{font-size: 1.05rem; color: rgba(0, 0, 0, .6); margin-top: 20px;}

.joinPd{ padding:10px;}

.clauseTxt {
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: auto;
	margin-bottom:20px;
	line-height: 1.5;
}

.agreeList { margin-top: 20px;}

.agreeList label {
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 300;	
    margin-bottom:5px;
}

.agreeList .mark {top: 3px;}

/* 회원가입완료 */
.regConfirm{text-align:center;padding:50px 0;}
.regConfirm .userId{background:#f1f5fa;margin:20px auto 0;line-height:50px;border-radius:25px;width:400px;font-size:18px;}

/*우편번호검색*/
.pop-bg-blue{background:#6292db;}
.pop-bg-gray{background:#999;}
.pop-bg-yellow{background:#f6c04f;}
.pop-bg-yellow:hover{background:#f7b52c;}

.postcode-top{background:#fff;padding:10px;box-sizing:border-box;}
.postcode-top dl{display:table;width:100%;border:1px solid #eeeeee;}
.postcode-top dt{display:table-cell;vertical-align:middle;width:100px;color: #333;font-size:12px;font-weight:700;background:#f5f5f5;padding-left:10px;box-sizing:border-box;}
.postcode-top dd{display:table-cell;vertical-align:middle;padding:10px;box-sizing:border-box;}
.postcode-top dd input{width:calc(100% - 54px); height:30px;}
.postcode-search{width:50px;height:30px;display:inline-block;line-height:30px;background:#333;color:#fff;text-align:center;border-radius:3px;font-size:13px;}

.postcode-middle{position:relative;height:100%;padding:10px;}
.postcode-middle h4{font-weight:normal;padding:0 10px;color: #b9b9b9;font-size:12px;}
.addList{padding:10px;}
.add-listWrap{display:inline-block;width:100%;height:385px;background:#f1f5fa;border:1px solid #ddd;box-sizing:border-box;overflow-y:scroll;margin-top:10px;}
.add-listWrap > ul{width:100%;display:table;padding-bottom:10px;border-bottom:1px dashed #ddd;}
.add-listWrap > ul:last-child{border-bottom:0;}
.add-listWrap > ul >li{float:none;display:table-cell;vertical-align:middle;}
.add-listWrap > ul >li:first-child{width:80%;}
.add-listWrap > ul >li:last-child{width:20%;text-align:center;}
.add-detail{display:table;padding:10px 0 0 10px;cursor:pointer;}
.add-detail .add-title{color:#fff;width:40px;height:18px;display:table-cell;vertical-align:middle;text-align:center;}
.add-detail p{margin-left:10px;}
.btn-side-wrap{display:flex;width:100%; justify-content: space-between; margin-top:10px;}
.btn-side-wrap a{display:block;width: calc(50% - 5px); color:#fff;padding:0 20px;font-size:13px;background:#616a7d !important;line-height:30px;border-radius:3px;text-align:center;}

/*오토쉽*/
.titOption {
    display: flex;
    justify-content: end;
    margin: 10px 0;
}

.titOption input {
    height: 40px;
    width: 230px;
    vertical-align: bottom;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #eee;
}

.titOption a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.2);
    border: 1px solid #eee;
    border-left: 0;
    text-align: center;
}

.titOption a i {
    font-size: 18px;
    color: #fff;
    line-height: 38px;
}

.titOption a:last-child {border-radius: 0px 3px 3px 0px;}

.galCont {}
.galCont ul{display: flex; flex-wrap: wrap;}

.galauto {
    width: calc(20% - 20px);
    margin: 10px 10px 10px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #eee;
    vertical-align: top;
}

.galauto dl {
    background: #f7f7f7;
}

.galauto dt {
    width: 100%;
    height: 200px;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
}

.galauto dt img {
    width: 100%;
    height:100%;
    /*position: absolute;
    top: 50%;
    margin-top: -50%;*/
}

.galauto dd {
    color: #666;
    font-size: 16px;
    padding: 10px 0;
}

.galauto dd h2 {
    color: #333;
    padding: 0 10px;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.galauto dd h2 span {
    vertical-align: middle;
    word-break: break-word;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.galauto .prodListInfo {
    padding: 0 10px;
}

.galauto .prodListInfo p {
    line-height: 1.6;
    color: #888;
}

.galauto input {
    height: 40px;
    vertical-align: bottom;
}

.galauto .prodCount,
.listCont .prodCount,
.auto .prodCount{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    border-radius: 3px;
    background: #e6ecf3;
    margin-left: 3px;
}

.galauto .prodCount i,
.listCont .prodCount i,
.auto .prodCount i{
    line-height: 40px;
    font-size: 14px;
}

.tbTit {
    background: #9ba7c9;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#autoPdtInfo .popWrap{
	width: 70%;
	height:  90%;
    left: 50%;
    margin-left: -35%;
}
#autoPdtInfo .prodView{height: 100%; overflow: scroll; padding: 20px;}
#autoPdtInfo .viewDetail{width: 100%; margin: 0;}
#autoPdtInfo .viewDetail .viewTop {display: flex;}

#autoPdtInfo .prodThumb,
#autoPdtInfo .itemInfo{width:50%;}
#autoPdtInfo .prodThumb{height: auto;}
#autoPdtInfo .itemInfo{position: relative; top:0; right: 0; box-shadow: none; background: none; padding: 20px 30px;}

/* office tab */
.officeTab {
    margin-bottom: 20px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 3px;
}

.officeTab li {
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.officeTab a {
    display: block;
    padding: 0 15px;
    line-height: 50px;
    color: #666;
    transition: all 0.3s;
}

.officeTab a.on, .officeTab a:hover {
    color: #fff;
    background: #111;
    border-radius: 3px;
}


/* 로딩중입니다. */
.loadingMsg{display: block;color:#666;position: absolute;top: 50%;left: 50%;width: 400px;height: 80px;font-size:18px;background: #ffffff;border: 1px solid #66640;line-height: 80px;margin-top: -40px;margin-left: -200px;-webkit-box-shadow: 5px 5px 10px 0px rgb(50 50 50 / 50%);-moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.5);box-shadow: 5px 5px 10px 0px rgb(50 50 50 / 50%);}
.loadingMsg i{margin-right:10px;}