@charset "UTF-8";
/** ======== Mobile ======== */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

@font-face {font-family: "iconfont";
  src: url('/fonts/iconfont.eot?t=1478482451321'); /* IE9*/
  src: url('/fonts/iconfont.eot?t=1478482451321#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/iconfont.woff?t=1478482451321') format('woff'), /* chrome, firefox */
  url('/fonts/iconfont.ttf?t=1478482451321') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('/fonts/iconfont.svg?t=1478482451321#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before { content: "\e695"; }

.icon-arrowleft:before { content: "\e698"; }

/*Mobile Style Default*/
body { font-family: "nanum gothic"; font-size:14px;font-weight:bold; }

h3 { font-size: 15px; }
.w-100 { width: 100%; }
.w-50 { width: 50%; }
.fl { float: left; }
.fr { float: right; }
.border-bottom { border-bottom: 1px solid #ddd; }
.clearfix { overflow: auto; zoom: 1; }
.content:after, .content:before { content: ""; display: block; overflow: hidden; }
.btn-large { min-width: 140px; }

.transfer-info .section .btn-wrap .btn{font-size:14px; padding:8px 15px;}
.transfer-info .section .btn-list { margin-top: 20px; }
.transfer-info .section .btn-list li {  margin-bottom: 10px; }
.transfer-info .section .btn-list li img { width: 100%; }
.transfer-info .section .btn-list li .btn { float: right; margin-top: 20px; padding : 8px 10px; }
.transfer-info .section .info { border: 1px solid #ddd; overflow-y: scroll; max-height: 200px; padding: 5px; background: #f8f8f8; }
.transfer-info .section .info p + p { margin-top: 10px; }
.transfer-info .section .btn { box-sizing: border-box;font-size: 14px;height:40px;line-height:24px;}
.transfer-info .section + .section { margin-top: 30px; }
.transfer-info .table td { text-align:center;}
.transfer-info .table a {display:block;}
.tansfer-info .table a + a {margin-top: 5px;}

/*Modal Default*/
.modal-page { overflow: hidden; }
.modal-page body { overflow: hidden; }
.modal-mask { position: fixed; top: 0; right: 0; left: 0; z-index: 1010; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; overflow: hidden; margin: 0; }
.modal-scroll { display: block; overflow-y: scroll; }
.modal-open { opacity: 1; }
.modal-wrap {margin:10px;background:white;position:relative;opacity:1;overflow:auto;top:0;bottom:0;min-height:calc(100% - 76px);}

/*tap*/
.modal-wrap .ui-row { text-align: center; }
.modal-wrap .ui-row li { border: 1px solid #ddd; line-height: 20px; padding: 10px; font-size: 14px; font-weight: bold; cursor:pointer;}
.modal-wrap .ui-row li + li { border-left: none; }
.modal-wrap .ui-row .active { background:#e70128;color:#fff!important; }
.ui-col {
  float: left;
  box-sizing: border-box;
  width: 100%; 
}
.ui-col-50 {
  width: 50%; 
}
.ui-row {
  display: block;
  overflow: hidden; 
}

.modal-heading { padding: 10px; border-bottom: 1px solid #ddd; }
.modal-heading i { font-size: 1.6rem; }
.modal-heading h2 { text-align: center; line-height: 44px; font-size: 1.5em; font-weight: bold;}
.modal-heading [class^="btn"] { position: absolute; top: 10px; font-size: 16px; line-height: 44px; display: block; }
.modal-heading .btn-back { left: 20px; }
.modal-heading .btn-close { right: 20px; }
.modal-heading .btn-close-acc { left: 20px; }
.modal-head h2{margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
    font-weight: bold;
    font-size: 21px;}
.modal-container { padding: 10px; }
.modal-container .header { width: 100%; box-sizing: border-box; position: relative; margin-bottom: 10px; display: inline-block; }
.modal-container .header [class^="add"] {width:50%;padding:12px 0;border-top:2px solid #f5f5f6;border-right:1px solid #f5f5f6;border-bottom:1px solid #cdcdcd;background-color:#f5f5f5;color:#777;font-weight:bold;font-size:14px;text-align:center;float:left;box-sizing:border-box;}
.modal-container .header [class^="add"].moveout {width:33.33%;}
.modal-container .header .active {padding:12px 0 13px;background-color:#fff;border-top:2px solid #e70128;border-right:1px solid #cdcdcd;border-bottom:0;border-left:1px solid #cdcdcd;color:#e70128;}
.modal-container .content { padding: 10px; border: 1px solid #ddd; background: #f8f8f8; overflow:hidden}
.modal-container .content p.title {font-size:16px;font-weight:bold;padding:6px 10px;border:1px solid #e8e8e8;background-color:#f1f1f1;height:28px;line-height:28px;margin-bottom:20px;}
.modal-container .content h3 { margin: 20px 0 10px; }
.modal-container .content .form-group { float: left; width: 100%; margin-bottom: 10px; }
.modal-container .content .form-group label {display:block;margin:10px 0 8px;font-size:14px;}
.modal-container .content .form-group .radio label {display:inline-block;}
.modal-container .content .form-box {}
.modal-container .content .confirm_area label {margin:0 5px 0 0;min-width:80px;}

.modal-container .content .form-group input[type="text"] { width: 100%; height: 30px; box-sizing: border-box;background-color:white;border: 1px solid dcdcdc;}
.modal-container .content .form-group input[type="tel"] { width: 100%; height: 30px;line-height:40px; box-sizing: border-box;background-color:white;border: 1px solid dcdcdc;}
.modal-container .content .form-group input#confirm_sms {width:calc(100% - 85px)}
.modal-container .content .form-group input { margin-bottom: 10px; }
.modal-container .content .form-group input[type="radio"] { margin-bottom: 0px; }
.modal-container .content .form-group a.btn {    
	margin-left : 5px;
	display: inline-block;
    padding: 8px 15px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    vertical-align: middle; 
    white-space: nowrap;}
    
.modal-container .content .btn-wrap { text-align: center; margin-bottom: 20px; }
.modal-container .content h2 {    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    font-size: 21px;}
/*이용약관*/
.modal-container .content h2.sub-tit{padding-top:10px;margin-top:10px;}
.terms .section h3 {font-size:1rem;}
.terms .section .request {border:1px solid #ddd;padding:10px;overflow-y:scroll;background:#f8f8f8;height:250px;line-height:1.5;font-size:.75rem;margin-bottom:20px;}
.terms .section label {color: #2a2a2a;font-size:.780rem;font-weight:bold;}
.terms .section label ~ h3 {margin-top:40px;}
.terms .section .desc li{font-size: .75rem; color:#7f5f2e; line-height: 15px; background: url(/images/sk/company/she-list-dot.png) no-repeat 0 9px; padding:0 0 0 12px;}
.terms .section ul li:first-child {margin-top: 20px; }
/*체크박스 스타일*/
input[type=checkbox]{display:inline-block;height:20px;width:20px;border:1px solid #aaa;border-radius:0;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;outline:0;background:0 0;margin-right:5px;}
input[type=checkbox]:checked:before{content:"\f00c";font-family:FontAwesome;font-size:1.2rem;-webkit-font-smoothing:antialiased;text-align:center;line-height:16px;color:#d80034;}
/*모두동의 스타일*/
.total-check-wrap {margin-top:10px;border:1px solid #8c8c8c;padding:14px 0;text-align:center;}
.total-check-wrap em {font-style:normal;margin-right:3px;}
.total-check-wrap input[type-checkbox] {margin-left:-7px;border:none;font-size:24px;height:24px;width:24px;}
.total-check-wrap input[type-checkbox]:checked:before{font-size:20px;}
.total-check-wrap.checked {border-color:#d80034;}
.total-check-wrap.checked label {color:#d80034;}

.section.join {
    overflow: hidden;
    padding: 10px;
    margin: 10px -5px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
}
.section.join.accompanyItem {
    overflow: hidden;
    padding: 10px;
    margin: 10px -5px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
    float: left;
}
.modal-container .content .form-group.btn_warp {text-align:center;overflow:hidden;margin-bottom:30px;}
.modal-container .btn_warp .btn {width:100%;display: inline-block;min-width: 112px;padding: 10px 0 11px;background-color: #444;color: #fff;font-weight: bold;font-size: 16px;text-align: center;vertical-align: middle;}

.search-box .addr { font-size: 14px; font-weight: bold; border: 1px solid #ddd; padding: 10px 6px; background: white; }
.search-box .tel { font-size: 1rem; font-weight: bold; }
.search-box .tel span { margin-right: 10px; }
.search-box p { margin-bottom: 20px; }

.fixed-bottom-menu { width: 100%; box-sizing: border-box; /* Firefox */ display: -moz-box; -moz-box-align: center; /* SafariπÇüOpera & Chrome */ display: -webkit-box; -webkit-box-sizing: border-box; -webkit-box-align: center; /* W3C */ display: box; box-align: center; -ms-margin: 5px; border-top: 1px solid #ddd; bottom: 0; height: 56px; z-index: 100; left: 0; background: #f8f8f8; }
.fixed-bottom-menu .btn { display: block; -webkit-box-flex: 1; margin-right: 10px; line-height: 2; font-size: 1rem; padding: 0 11px; position: relative; text-align: center; align-items: flex-start; height: 44px; line-height: 44px; width: 100%; }
.fixed-bottom-menu .btn:first-child { margin-left: 10px; }
.fixed-bottom-menu .btn:after { content: ""; position: absolute; top: -7px; bottom: -7px; left: 0; right: 0; }

.content.custom-b-white { background: white; border: none; }


/* 초청자 선택 */
.supply_wrap {
	height: calc(100% - 30px);
	padding: 20px 10px 10px 10px;
	background: #fff;
	font-weight: normal;
	position: relative;
}
.supply_wrap section { margin-top: 25px; }
.supply_wrap section:first-child { margin-top: 0px; }
.supply_wrap section h5 { 
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	font-weight : bold;
	}
	
    
.supply_wrap section .example { color: #8f8f8f; }
.supply_wrap section .example h6 { margin-bottom: 5px; font-size: 13px; }
.supply_wrap section .example ul li { line-height: 1.5; }
.supply_wrap section .example ul li span { vertical-align: top; }
.supply_wrap section .example ul li em { font-weight: bold; font-style: normal; }   	
	
.supply_wrap section h5 span { 
	font-size: 15px;
	color: #7f5f2e;
	margin-left: 10px;
	}
.supply_select_wrap section .search_input {
	margin-top: 10px;
	display: flex;
	justify-content: space-between
	}
.supply_select_wrap section .search_input input { 
	width: 90%;
	height: 40px;
	box-sizing: border-box;
	margin-right: 10px;
	}
.supply_select_wrap section .search_input .name { 
	width: calc(100%/3 - 5px);
	}	
.supply_select_wrap section .search_input .company { 
	width: calc(70% - 25px);
	}		
.supply_select_wrap section .search_input a {
	display: block;
	width: 30%;
	background: #987f57;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	}
.supply_select_wrap .custom-b-white .form-input .safeMemberSave{
	display: block;
	width: 30%;
	background: #987f57;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
	
/* 탭메뉴 */
.supply_select_wrap section .tab_menu_wrap { position: relative; }
.supply_select_wrap section .tab_menu_wrap a.pre { 
	position: absolute;
	top: 0px;
	left: -12px;
	width: 18px;
	height: 40px;
	background: #fff url(../../../../images/m/kr/sub/company/btn_pre.png) no-repeat center;
	background-size: contain;
	}
.supply_select_wrap section .tab_menu_wrap a.next { 
	position: absolute;
	top: 0px;
	right: -12px;
	width: 18px;
	height: 40px;
	background: #fff url(../../../../images/m/kr/sub/company/btn_next.png) no-repeat center;
	background-size: contain;
	}
.supply_select_wrap section .tab_menu_wrap a span { display: none; }
.supply_select_wrap section .tab_menu { 
	/* display: flex;  */
	/* justify-content: space-between; */
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: auto;
	} 
.supply_select_wrap section .tab_menu a {
	display: inline-block;
	min-width: 33.3%;
	margin-right: 2px;
	text-align: center; 
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 10px;
	}
.supply_select_wrap section .tab_menu a:last-child {
	margin-right: 0px;
	}
.supply_select_wrap section .tab_menu a.active {
	color: #e70128;
	border-top: 2px solid #e70128;
	border-bottom: 2px solid #e70128;
	}
.supply_select_wrap section.supply_seclect {
	height: calc(100% - 100px);
	}
.supply_select_wrap section.supply_seclect .seclect_list {
	/*height: calc(100% - 50px);*/
	height: 320px;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	overflow-y: scroll;	
	background: #f8f8f8;
	}
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr {
	display: block;
	border-bottom: 1px solid #dddddd;
	padding: 7px 15px;
	font-size: 14px;
	}
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr.active {
	display: block;
	border-bottom: 1px solid #dddddd;
	padding: 7px 15px;
	font-size: 14px;
	background : #ffeebf;
	}	
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr div { padding: 5px 0; }
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr .zipcode { 
	color: #987f57;
	font-size: 14px;
	font-weight: bold;
	}
.supply_select_wrap section.supply_seclect .seclect_list .ziptext { 
	font-weight: bold;
	font-size: 16px;
    text-align: center;
    padding: 30px;
	}
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr .title { width: 40px; margin-right: 6px; color: #fff; text-align: center; }
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr .before { background-color: #999;}
.supply_select_wrap section.supply_seclect .seclect_list .chooseAddr .after  { background-color: #0095f3; }
        
.supply_seclect .seclect_list .info div span { color: #cecece; padding: 0 10px; }
.supply_seclect .seclect_list .info div .date { color: #186fff;}


.section-grid-title {}
.ui-grid-trisect {line-style:none;padding:left:15px;overflow: hidden;padding-top:10px;text-align:center;margin:-5px -5px 10px;}
.ui-grid-trisect li{padding-bottom:10px;width:calc(100%/3);float:left;padding:0 5px;margin-bottom:10px;}
.ui-grid-trisect li div {text-align:center;background:#f1f1f1;line-height:3;}
.ui-grid-trisect li div.active {background:#e70128;color:white;font-weight: bold; }

.ui-grid-trisect-wide {line-style:none;padding:left:15px;overflow: hidden;padding-top:10px;text-align:center;margin:-5px -5px 10px;}
.ui-grid-trisect-wide li{padding-bottom:10px;width:100%;float:left;padding:0 5px;margin-bottom:10px;}
.ui-grid-trisect-wide li div {text-align:center;background:#f1f1f1;line-height:3;}
.ui-grid-trisect-wide li div.active {background:#e70128;color:white;font-weight: bold; }

.purpose2 {text-align:center;background:#f1f1f1;line-height:3;font-weight: bold; font-size: 18px; margin-top : 25px;  }
.purpose2.active {background:#e70128;color:white;font-weight: bold; font-size: 18px; margin-top : 25px; }

.start-end li.date{padding-bottom:10px;width:calc(500%/10); float:left; margin-bottom:10px; padding: 10px; list-style:none;}
.start-end li.center{padding-bottom:10px;width:calc(100%/14); text-align:center;float:left; margin-bottom:10px; padding-top: 18px; list-style:none;}
.start-end li div {padding-left: 10px; background:#f1f1f1; line-height:2.5;}
.start-end li div.active {background:#ffeebf;font-weight: bold; }

.calender { border: 2px solid #dddddd; background: #f7f7f7; }
.calender .month { 
	height: 33px; 
	background: #fff;
	position: relative;
	}
.calender .month .txt {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 33px;
	color: #333333;
	}
.calender .month a.pre {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 36px;
	height: 33px;
	background: url(../../../../images/m/kr/sub/company/btn_calender_pre.png) no-repeat center;
	background-size: cover;
	}
.calender .month a.next {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 36px;
	height: 33px;
	background: url(../../../../images/m/kr/sub/company/btn_calender_next.png) no-repeat center;
	background-size: cover;
	}
.calender .month a span { display: none; }
.calender table {}
.calender table th,
.calender table td {
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.calender table th {
	padding: 3px 0;
	border-top: 1px solid #dddddd;
	font-size: 12px;
}
.calender table td {
	padding: 8px 0;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #333333;
	font-weight: bold;
}
.calender table th:first-child,
.calender table td:first-child {
	color: #e70128;
	border-left: none;
	}
.calender table th:last-child,
.calender table td:last-child {
	color: #1c71ff;
	}
.calender table td.pass { opacity: 0.3; }
.calender table td.today { color: #7f5f2e; }
.calender table td.selectday { background: #7f5f2e; color: #fff;} 
.calender table td.through { background: #ffeebf;} 	

.modal-user-info .form-group + .form-group {}
.modal-user-info .addr-select { display: inline-block; margin-right: 10px;}
.modal-user-info .addr-select .addr-title {font-size:12px;margin-bottom:10px;margin-top:10px;}
.modal-user-info .addr-select .select.birth-first {width:70px;}
.modal-user-info .addr-select .select {width:120px;}
.modal-user-info .addr-select .select label {font-size:16px;margin:0;height:40px;line-height:27px;}


.modal-user-info .purpose-select { display: inline-block; margin-right: 10px;}
.modal-user-info .purpose-select .select {width:100%;margin-bottom: 25px;}
.modal-user-info .purpose-select .select label {font-size:16px;margin:0;height:40px;line-height:27px;}


.modal-user-info .phone-num .select {width:66px;}
.modal-user-info .phone-num .select .phone {font-size:16px;height:40px;line-height:40px;}
.modal-user-info .phone-num .select .phone option {height:40px;}
.modal-user-info .phone-num .select label {font-size:16px;margin:0;height:40px;vertical-align:bottom;padding-top:10px;}

.modal-user-info .warning {margin-bottom:30px;font-style: italic; color:#E70128;}

.modal-user-info .form-input {width:calc((90%)) }
.modal-user-info .form-input input { display: inline-block; height:20px; margin-bottom:10px;     width: 100%;}
.modal-user-info .form-input textarea { display: inline-block; height:150px; margin-bottom:20px;     width: 100%;}

.modal-user-info .btn-small {
	margin-bottom: 10px;     
	margin-left: 5px;
	display: inline-block;
    padding: 8px 15px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    }

.modal-user-info .phone-num .num {display: inline-block; padding-left: 15px; float: left;width:calc((100% - 100px)/2)}
.modal-user-info .phone-num .num input[type=tel] {width:100%;height:40px;line-height:40px;border:1px solid #dcdcdc;box-sizing:border-box;padding-left:5px;background-color:#fff;}
.modal-user-info .phone-num .num:before { content: "-"; position: absolute; line-height: 38px; margin-left: -10px; }
.modal-user-info .phone-num .num.last {}
.modal-user-info .phone-reg { margin-top: 0; width: 100%; float: left; display: block; }
.modal-user-info .phone-reg-check label { float: left; line-height: 40px; margin-right: 10px;font-size:16px;display:block;}
.modal-user-info .phone-reg-check input[type="text"] { float: left; }
.modal-user-info .phone-checkbox input[type="checkbox"] { line-height: 24px; margin-bottom: 0; }
.modal-user-info .phone-checkbox label { line-height: 24px; }
.fl.text {line-height: 40px;padding : 0px 2px;}

.total-list li { border-bottom: 1px solid #ddd; padding: 15px 0; }
.total-list li:first-child { border-top: 2px solid #6F6F6F; }
.total-list li:last-child { border-bottom: 2px solid #6F6F6F; }
.total-list li a { display: block; }
.total-list li a .add-title { font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 5px; display: inline-block; color: #333; }
.total-list li a p span {color: #7f5f2e;font-weight: 700; }
.total-list li a p.date {font-family: Arial;font-size: 16px;margin-bottom: 10px;}
.total-list li a p {background: #f5f5f5;padding:10px;color: black;margin-top: 5px; font-size: 16px; line-height: 20px; }
.total-list li a p:last-child {border-bottom: none;}
.total-list li a i { float: right; font-size: 18px; color: #bbb; }

/*방문신청 조회*/
.supply-list {margin-top : 10px;}
.supply-list li:first-child  {padding:20px; border-top: 2px solid #545454;position:relative}
.supply-list li  {padding:20px; border-bottom: 1px solid #eaeaea;position:relative}
.supply-list li:last-child  {padding:20px; border-bottom: 2px solid #545454;position:relative}
.supply-list li div.date{position:absolute; margin-bottom: 10px;}
.supply-list li div.name{line-height:20px;padding-bottom:20px;text-align:left;font-family:Arial;color:#222;}
.supply-list li div.status{color : #f00; text-align:right; }

.supply-list li div.btn-wrap {text-align:center;margin-top: 10px;padding-top:10px;border-top:1px solid #eaeaea;}
.supply-list li div.btn-wrap a {margin:6px 2px;}

.lsc-center-info {margin-top: 10px;border-top: 1px solid #ddd;padding: 12px 0px 6px;}

.transfer-info .section .access_btn {
	display: flex; 
	justify-content: space-between;
	margin-top: 15px;
	}
.transfer-info .section .access_btn a {
	width: 50%; 
	margin-right: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	color: #fff;
	}
.transfer-info .section .access_btn a:last-child { margin-right: 0px; }
.transfer-info .section .access_btn a.access { background: #e70128; }
.transfer-info .section .access_btn a.list { background: #434343; }
.transfer-info .section .access_btn a.third { background: #987f57; }

.transfer-info .table.location { margin-top: 10px; border-bottom:1px solid #d7d7d7;  font-size: 12px;}
.transfer-info .location-con li {color:#666; line-height:20px; background: url(/images/sub/common/footer-sitemap-title.png) no-repeat 0 7px; padding:0 0 0 14px; text-align: left;}

.direct_form { margin-top: 15px;}
.direct_form input {
	width: calc(80% - 10px);
	height: 40px;
	font-size: 14px;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;	
	outline-style:none;
	vertical-align: middle;
	}
.direct_form .black_btn { 
	display: inline-block;
	width:  20%;
	height: 40px;
	background: #434343; 
	vertical-align: middle;
	font-size: 1rem;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    text-align: center;
	} 	
	
.supply-list .modify_wrap .input-calendar {
    background: url(/images/sk/common/icon-calendar.gif) no-repeat 3px;
 }
 
.supply-list .modify_wrap input{
    margin-top:10px;
    margin-bottom:10px;
    padding : 6px 0px 6px 30px;
    width : 30%;
 } 
 .supply-list .modify_wrap a{
 	display:inline-block;
 	margin-left : 20px;
 }
 .supply-list .modify_wrap a span{
 	color : #666;  text-decoration: underline; font-weight:bold;
 }

/* 로그인창 */
.transfer-info .login_wrap {
	width: 100%;
	position: relative;
}
.transfer-info .login_wrap .company_num input,
.transfer-info .login_wrap .login_password input {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	}

.transfer-info .login_wrap .login_password { margin-top: 10px; }
.transfer-info .login_wrap .remember_id {margin-top: 10px;}
.transfer-info .login_wrap .loin_btn { margin-top: 15px; margin-bottom: 25px; }
.transfer-info .login_wrap .loin_btn a { 
	display: block;
	width: 100%;
	height: 50px;
	background: #e70128;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}
.transfer-info .login_wrap .loin_btn a span {
	display: inline-block;
	width: 50px;
	height: 50px;
	}
.transfer-info .login_wrap .loin_btn a span img { width: 100%; }

.transfer-info .section .btn-logout { box-sizing: border-box;font-size: 13px;height:25px;line-height:10px;background-color: #444; color: #fff; padding: 6px 15px;}

.transfer-info div.apprHead{position:absolute; margin-bottom: 10px;}
.transfer-info div.apprStatus{text-align:right; }
.transfer-info div.apprStatus h3.code{color : #f00; }

/* 입출문관리 */
.access_wrap section { margin-top: 25px; }
.access_wrap section:first-child { margin-top: 0px; }
.access_wrap section h5 { 
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	}
.access_wrap section .info {
	background: #f8f8f8;
	border: 1px solid #dddddd;
	padding: 10px 15px;
	font-size: 14px;
	margin-bottom: 10px; 
	}
.access_wrap section .info:last-child { margin-bottom: 0px; }
.access_wrap section .info div { 
	padding: 5px 0;
	}
.access_wrap section .info div.name { 
	color: #987f57;
	font-size: 17px;
	font-weight: bold;
	}
.access_wrap section .info div span { color: #cecece; padding: 0 10px; }
.access_wrap section .info div .date { color: #186fff;}
.access_wrap section .tab_menu {
	display: flex; 
	justify-content: space-between;
	margin-bottom: 10px;
	} 
.access_wrap section .tab_menu a {
	display: block;
	width: 33.3%;
	margin-right: 2px;
	text-align: center; 
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 12px;
	}
.access_wrap section .tab_menu a:last-child {
	margin-right: 0px;
	}
.access_wrap section .tab_menu a.active {
	color: #e70128;
	border-top: 2px solid #e70128;
	border-bottom: 2px solid #e70128;
	}
.access_wrap section .info.access {
	position: relative;
	}
.access_wrap section .info.access .name {
	height: 35px;
	line-height: 35px;
	}
.access_wrap section .info .access_select {
	display: flex; 
	justify-content: space-between;
	margin: 5px 0;
	}
.access_wrap section .info .access_select div {
	display: block;
	width: 25%;
	margin-right: 2px;
	background: #9ca5ab;
	color: #fff;
	padding: 10px 0px 12px;
	text-align: center;
	letter-spacing: -2px;
	font-size: 13px;
	font-weight: bold;
	}
.access_wrap section .info .access_select div:last-child {
	margin-right: 0px;	
	} 
.access_wrap section .info .access_select div.active {
	background: #de0126;
	}
.access_wrap section .info .record {
	border: 1px solid #a9a9a9;
	background: #fff;
	position: absolute;
	padding: 0px;
	right: 15px;
	top: 15px;
	width: 60%;
	display: flex; 
	justify-content: space-between;
	}
.access_wrap section .info .record p {
	height: 35px;
	line-height: 35px;
	text-indent: 5px;
	width: 80%;
	}
.access_wrap section .info .record a {
	display: block;
	width: 20%;
	text-align: center;
	background: #dddddd;
	line-height: 1.9;
	}
.access_wrap .access_btn {
	display: flex; 
	justify-content: space-between;
	margin-top: 15px;
	}
.access_wrap .access_btn a {
	width: 50%; 
	margin-right: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	color: #fff;
	}
.access_wrap .access_btn a:last-child { margin-right: 0px; }
.access_wrap .access_btn a.access { background: #e70128; }
.access_wrap .access_btn a.list { background: #434343; }

/* 입출문 리스트 */
.modal-wrap.all { height: calc(100% - 20px); }
.record_list_wrap .person_info {
	background: #f8f8f8;
	border: 1px solid #dddddd;
	padding: 10px 15px;
	font-size: 14px;
	}
.record_list_wrap .person_info div { 
	padding: 5px 0;
	}
.record_list_wrap .person_info div.name { 
	color: #987f57;
	font-size: 17px;
	font-weight: bold;
	}
.record_list_wrap .person_info div span { color: #cecece; padding: 0 10px; }
.record_list_wrap .person_info div .date { color: #186fff;}
.record_list_wrap .record_list {
	height: calc(100% - 100px);
	margin-top: 20px;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	overflow-y: scroll;	
	}
.record_list_wrap .record_list ul { padding: 10px 15px ; }
.record_list_wrap .record_list ul li{ padding: 8px 0px;}

.select_btn_area { margin-bottom: 10px;  }
.select_btn_area a.checkAll1 {
    font-size: 12px;
    font-weight:bold;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    }
.select_btn_area a.checkAll1.checked { color: #e70128; }
.select_btn_area a.checkAll1.checked::before { 
    content: '';
    display: inline-block;
    width: 17px;
	height: 14px;
	background-image: url(../../../../images/m/kr/sub/company/num_selected.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    }
.select_btn_area a.checkAll1::before { 
    content: '';
    display: inline-block;
    width: 17px;
	height: 14px;
	background-image: url(../../../../images/m/kr/sub/company/num_select.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    } 

/* 20221114 세금계산서 신청 추가페이지 */
.selectMenu { margin-top: 30px; width: 100%; }
.selectMenu div { position: relative; }
.selectMenu div a { 
	display: block; 
	border: 1px solid #eaeaea; 
	border-radius: 5px;
    padding: 26px 20px;
    overflow: hidden;
    height: 75px;
    margin-bottom: 10px;
	font-size: 16px; 
	font-weight: bold;
	padding-left: 85px;
	box-sizing: border-box;
}
.selectMenu div a:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: #f4f4f4 url("../../../../images/m/kr/sub/usercont/tax-icon-menu.png");
	background-size: 50px 150px;
	border-radius: 50%;
	top: 50%;
	left: 20px; 
	margin-top: -25px;
}
.selectMenu div a.new:before { background-position: 0px 0px; }
.selectMenu div a.change:before { background-position: 0px -50px; } 
.selectMenu div a.cancel:before { background-position: 0px -100px; } 
.tax-search-result table { border-top: 2px solid #5d5d5d; } 
.tax-search-result table tr th, .tax-search-result table tr td {
    text-align: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 5px;
	vertical-align: middle;
	font-weight: normal;
}
.tax-search-result table tr th:last-child, .tax-search-result table tr td:last-child { border-right: none; }
.tax-search-result table tr th {
    background: #f9f9f9;
    font-weight: bold;
    color: #333333;
    height: 40px;
}
.tax-search-result table tr td.checkBox { text-align: center; vertical-align: top; padding: 10px 0px;}
.tax-search-result table tr td.checkBox input[type=checkbox] { margin-top: 0px; }
.tax-search-result table + table { margin-top: 15px; }

.tax-search-result .result-tit { height: 20px; display: flex; margin-bottom: 10px; }
.tax-search-result .result-tit div { flex: 1 0; }
.tax-search-result .result-tit .tit-left { font-size: 17px; color: #333333; }
.tax-search-result .result-tit .allCheck { text-align: right; font-weight: normal; }
.tax-search-result .result-tit .allCheck input[type=checkbox] { vertical-align: middle; margin-top: -1px; }

.m_popup {
    margin: 10px;
    background: white;
    position: relative;
    opacity: 1;
    overflow: auto;
	min-height: 452px;
	margin-top: 90px;
}
.m_popup .modal-heading { height: 65px; border-bottom: none; }
.m_popup .modal-container { padding: 0 10px 20px; text-align: center; } 
.lastCheck h1 { position: relative; height: 25px; }
.lastCheck h1 span.bgLine { 
	content: '';
	display: block;
	height: 10px;
	width: 185px;
	background: #ffd7b0;
	margin: 17px auto 0;
}
.lastCheck h1 span.txt { color: #ff0031; font-size: 23px; position: absolute; width:100%; top: -17px; left: 0px; }
.lastCheck .imgArea { width: 110px; height: 110px; background: #f9f9f9; border-radius: 50%; margin: 0 auto; }
.lastCheck .imgArea img { width: 110px; height: 110px; }
.lastCheck .b_txt { border: 1px solid #afafaf; margin: 20px 0 15px; }
.lastCheck .b_txt .numCompany { font-size: 17px; color: #a2865d; line-height: 22px; padding: 15px; }
.lastCheck .b_txt .numCompany span { 
	display: inline-block; 
	background: #474747; 
	height: 22px; 
	font-size: 13px; 
	line-height: 22px; 
	padding:0 10px; 
	border-radius: 11px; 
	color: #fff; 
	vertical-align: bottom;
	margin-right: 10px;
}
.lastCheck .b_txt .stxt {
	padding: 15px;
	background: #f9f9f9;
	font-weight: normal;
	color: #666666;
	line-height: 1.3;
}
.lastCheck .b_txt .stxt span { color: #ff0031; text-decoration: underline; }
.lastCheck button { width: 100%; background: #e70128; height: 42px; font-size: 15px; font-weight: bold; color: #fff; }
/* 20221114 세금계산서 신청 추가페이지 */