@charset "utf-8";

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

.mylnb ul {display: flex;}

.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:nth-child(1) a{
	background: url('../images/common/icon_contacts.svg') no-repeat 50% 50%;
}

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

.mylnb ul li:nth-child(1) a, .mylnb ul li:nth-child(2) a{
	background-size: 60%;
	opacity:0.6;
}

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

.mylnb ul li:nth-child(3) a{
	width: auto;
	padding: 0 10px;
	background-image: linear-gradient(to right, #29529c, #1d3d8e);
	line-height: 38px;
	border: 0;
}

.mylnb ul li:nth-child(3) a: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}
*/

.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.info, 
.mylnb ul li a.out, 
.mylnb ul li a.qr{
	background-size: 60%;
	opacity:0.6;
}

#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: 40px;
    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;}

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

.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{
	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, .6);}

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

.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,
.right_sel{
	position: absolute;
	top: 14px;
	right: 10px;
	display:flex;
}

.right_sel select,
.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{
	/*flex-basis: 48.5%;*/
	display: flex; 
	flex-direction: column;
	width: calc(48.5% - 0px);
}

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

/*
.dashboard .dashCont,
.contBox2{}

.dashboard .dashCont .box,
.contBox2 .box{
	float:left;
	width:48%;
	margin-right:4%;
}

.dashboard .dashCont .box:nth-child(even),
.contBox2 .box:nth-child(even){
	margin-right:0;
}

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

*/

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

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

.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,
.memSearchWrap 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:32px;
	height:32px;
}

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

.filterWrap select{ width:100%}

.filterWrap label{
	line-height: 40px;
	margin-right: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;}

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;
}

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

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

.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;
    line-height: 30px;
	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;
	line-height: 30px;
}

.infoTable {
    background-color: #fff;
}

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

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

.infoTable tr th{
    background-color: #f7f7f7;
    color: #555;
    font-size: 1.05rem;
    text-align: left;
    padding: 10px;
    line-height: 22px;
}

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

.infoTable tr td{
	padding: 10px;
    color: #555;
    font-size: 1rem;
	line-height: 22px;
}

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

.infoTable select{ 
	padding: 8.5px 10px; 
	border-radius:0;
	color: #898989;
}

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

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

.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;}

/* 로딩중입니다. */
.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;}

.popOn{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

.popOn2{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

.popWrap{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}

.popWrap a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1) url(../images/common/icon_close.svg) no-repeat 50% 50%;
    border-radius: 50%;
    filter: invert(100%);
    z-index: 100;
    background-size: 28px;
}

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

/*gr코드 팝업*/
.popWrap.grPop{
	width: 640px;
    left: 50%;
    margin-left:-320px;
}

.qrTab{width:100%;margin: 20px 0 40px;}
.qrTab ul{justify-content: center;}
.qrTab li{width: 160px;margin: 0 10px;}
.qrTab li a{
	display: block;
	font-size: 16px;
	color: rgba(255,255,255,.5);
	line-height: 45px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 25px;
	font-weight: 500;
}
.qrTab li a.on{color: rgba(0,0,0,1);background: rgba(255,255,255,1);border-radius: 35px;}

.grPop .tabCont{color: rgba(255,255,255,1); text-align: center;}

#qrOn P.qrtxt_1{font-size: 25px; color: rgba(255,255,255,1);}
#qrOn P.qrtxt_2{ font-size: 35px; color: rgba(255,255,255, 1); font-weight: 600; margin: 10px 0 10px;}
#qrOn P.qrtxt_3{ font-size: 18px !important; color: rgba(255,255,255, .7);}
#qrOn P.qrtxt_3 span{font-weight: 500; color: rgba(255,255,255, 1);}

@media screen and (max-width: 1080px) {
	.qrTab{width:100%;margin: 10px 0 20px;}
	
	#qrOn P.qrtxt_1{font-size: 16px; color: rgba(255,255,255,1);}
	#qrOn P.qrtxt_2{ font-size: 25px; color: rgba(255,255,255, 1); font-weight: 600; margin: 5px 0 5px;}
	#qrOn P.qrtxt_3{ font-size: 15px; color: rgba(255,255,255, .7); margin-bottom: 20px !important;}
}

#qrOn .qrCont{background: #fff;padding: 40px 30px;border-radius: 20px;}
#qrOn .cardQR{
	display:table;
	margin: 0 auto;
	color: rgba(255,255,255,1);
	border-radius: 20px;
	background: rgba(0,0,0,1);
	padding: 10px 15px 15px;
	border-radius: 30px;
}
#qrOn .cardQR p{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.7rem;
	color: rgba(255,255,255, 1);
	line-height: 2;
	font-weight: 500;
}
#qrOn .cardQR img{background: #fff;padding: 20px;border-radius: 10px;width: 100% !important;}
#qrOn .qrCont .btn{
    display: inline-table;
    margin-top: 20px;
}
#qrOn .qrCont .btn a{
    display: inline-block;
    border: 1px solid rgba(0,0,0,.3);
    padding: 12px 20px;
    border-radius: 3px;
}

.popOn2 .box.grPop{background: #1f313d;}

.mgb50{margin-bottom: 50px;}

.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;}

.pop-bg-blue{background:#6292db;}
.pop-bg-gray{background:#999;}
.pop-bg-yellow{background:#f6c04f;}
.pop-bg-yellow:hover{background:#f7b52c;}

#modal{
  display:none !important;
  position:fixed; 
  width:100%; height:100%;
  top:0; left:0; 
  background:rgba(0,0,0,0.3);
}
.modal-con{
  display:none;
  position:fixed;
  top:50%; left:15%;
  transform: translate(-50%,-50%);
  height: 610px !important;
  background:#fff;
  z-index:9999;
}
.modal-con .title{
  font-size:20px; 
  padding: 20px; 
  background : gold;
}
.modal-con .con{
  font-size:15px; line-height:1.3;
  width:500px; height:610px;
}
.modal-con img{width: 100%; height: 100% !important;}
.popSlide{width:500px;box-sizing:border-box;overflow:hidden;border: 1px solid #ddd;position: relative;}
.popSlide .popImg{width: 500px; height:550px;}
.popSlide .popImg a{display:block; width: 100%; height: 100%;}
.popSlide .popImg img{width: 100%; height: 100%; object-fit: cover;}
.PopBtn{position: absolute;left: 0;bottom: -3;width: 100%;border: 1px solid #ddd;box-sizing: border-box;background: #fff;}
.PopBtn a{display:block;position: relative;float:left;width: 50%;font-size:14px;color: #333;line-height:60px;text-align:center;z-index:9999;}
.PopBtn a:first-child:after{content:"";display:block;position:absolute;right:0;top: 0;width:1px;height: 60px;background: #eee;}
.modal1{height: 610px !important;}
.modal1 .swiper-button-next, .modal1 .swiper-button-prev{width: 50px;height: 50px;color:transparent;z-index: 10;border-radius: 50%;top: 290px;}
.modal1 .swiper-button-next{background: rgba(255, 255, 255, .1) url(../images/main/arrowR.png) no-repeat 50% 50%;filter: invert(100%);background-size: 25%;right: 10px;}
.modal1 .swiper-button-prev{background: rgba(255, 255, 255, .1) url(../images/main/arrowL.png) no-repeat 50% 50%;filter: invert(100%);background-size: 25%;left: 10px;}

.icon_txt{
	/* display: inline-block; */
    font-size: 12px;
    padding: 2px 3px;
    border-radius: 2px;
    color: #fff;
}

.contBtnWrap{margin:10px 5px 15px;}
.contBtn{float:right; display:flex;}
.contBtn li{margin-right:10px;height:40px;background:#fff;border-radius:20px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(122,122,122,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(122,122,122,0.2);
box-shadow: 0px 2px 5px 0px rgba(122,122,122,0.2);}
.contBtn li:last-child{margin-right:0;}
.contBtn li a{color:#797979;line-height:40px;font-size:14px;display:block;padding:0 40px; transition:0.5s;}
.contBtn li a i{margin-right:4px;font-size:15px;}

.contBtn li.on a, .contBtn li:hover a{color:#000;}

#contentPc { font-size: 16px; /* 여기서 기본 글자 크기만 정하면 됨 */}
#contentPc * { font-size: inherit;}
#contentPc p{line-height: 1.5;}
#contentPc img{
	display: block; 
	max-width: 100%; 
	height: auto !important;
}

