.container-scroll{
	overflow:auto;
	overflow-x:hidden;
}
.container-scroll::-webkit-scrollbar {
    width: 10px;
}
 .container-scroll::-webkit-scrollbar-thumb {
    background-color: #474F59;/*#2f3542;*/
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
.container-scroll::-webkit-scrollbar-track {
    /*background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
	opacity: 0.5;*/
}
.c-bg-dark-blue{
	/*background-color:#002046 !important;*/
	background-color : #8c9aab !important;
}

.c-lb{
	background-color : #EAEDF5 !important;
	color : #555 !important;
}

.col-lb-grey{
	color : #4c72a2 !important;
}

.info-box-txt{
	font-size:17px; 
	font-weight:bold;
	padding-top:5px;
}

.v-mid{
	vertical-align:middle;
}
.txt-center{
	text-align : center;
}
.f-right{
	float:right;
}

.btn-pause,
.btn-pause:hover,
.btn-pause:active,
.btn-pause:focus {
  background-color: #8c9aab !important;
  color : #fff;
}

.btn-play,
.btn-play:hover,
.btn-play:active,
.btn-play:focus {
  background-color: #4c72a2 !important;
  color : #fff;
}

.btn-stop,
.btn-stop:hover,
.btn-stop:active,
.btn-stop:focus {
  background-color: #555 !important;
  color : #fff;
}

.btn-replay,
.btn-replay:hover,
.btn-replay:active,
.btn-replay:focus {
  background-color: #555 !important;
  color : #fff;
}

/*======= kys start========*/
.btn-sub,
.btn-sub:hover,
.btn-sub:active,
.btn-sub:focus {
    background-color: #be1824 !important;
    color : #fff;
}/*kys*/

.btn-outline-hoseo {
    color: #be1824;
    border-color: #be1824;
}
.btn-outline-hoseo:hover {
    color: #fff;
    background-color: #be1824;
    border-color: #be1824;
}
.btn-outline-hoseo:focus, .btn-outline-hoseo.focus {
    box-shadow: 0 0 0 0.2rem rgba(129, 0, 0, 0.5);
}
.btn-outline-hoseo.disabled, .btn-outline-hoseo:disabled {
    color: #be1824;
    background-color: transparent;
}
.btn-outline-hoseo:not(:disabled):not(.disabled):active, .btn-outline-hoseo:not(:disabled):not(.disabled).active,
.show > .btn-outline-hoseo.dropdown-toggle {
    color: #fff;
    background-color: #be1824;
    border-color: #be1824;
}
.btn-outline-hoseo:not(:disabled):not(.disabled):active:focus, .btn-outline-hoseo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-hoseo.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(129, 0, 0, 0.5);
}

.hoseo {color:#be1824;}/*kys*/
/*.page-item.active .page-link {
    background-color:#be1824 !important;
    border-color: #be1824 !important;
}*//*kys*/

/* 레이어 팝업 */
.jquery-modal.blocker {z-index:1000; background-color:rgba(0,0,0,0.65);}
.jquery-modal.blocker .modal {position:relative; z-index:1001; max-width:none; padding:0; border-radius:0; box-shadow:none;}
.jquery-modal.blocker .modal > a.layer-focus {overflow:hidden; position:absolute; left:0; top:0; width:1px; height:1px; font-size:0; line-height:0;}
.jquery-modal.blocker .modal .layer-title {height:60px; margin:0; padding:0 20px; line-height:60px; color:#fff; font-size:1.4286em; font-weight:700; background-color:#1a3777;}
.jquery-modal.blocker .modal .layer-contents {overflow-y:auto; padding:30px;}
.jquery-modal.blocker .modal .layer-bottom {padding:0 0 30px 0;}
.jquery-modal.blocker .modal .layer-bottom .button-group {margin:0;}
.jquery-modal.blocker .modal a.close-modal {overflow:hidden; display: block; position: absolute; right:20px; top:21px;  width: 17px; height: 17px; text-indent: -9999px; background:url('../img/close.png') no-repeat 0 0 / 100% auto;}

.jquery-modal.blocker .modal.large {width:860px;}
.jquery-modal.blocker .modal.medium {width:600px;}

.hoseo-popup{display: none;position: absolute;background-color: #fff;z-index: 99999999999;}

.hoseo-layer-title{height: 40px;margin: 0;padding: 0 20px;line-height: 40px;color: #fff;font-size: 16px;font-weight: 700;background-color: #000;text-align: left;position: relative;}
.hoseo-login-noresult .txt {color: #666;margin-bottom: 15px;line-height: 1.7;}
.hoseo-layer-contents{overflow-y: auto;padding: 10px;text-align: left;border: 1px solid #ccc;}
.hoseo-layer-footer{
    height: 30px;
    margin: 0;
    padding: 0 20px;
    line-height: 32px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background-color: #000;
    text-align: right;
    position: relative;
}
.hoseo-close{overflow: hidden;display: block;position: absolute;right: 20px;top: 7px;width: 50px;height: 30px;text-indent: -9999px;background: url('../img/close.png') no-repeat 0 0 / 100% auto;}
@media (max-width: 512px) { .hoseo-popup {top:5%; left:0px;} }
/*@media (min-width:513px) and (max-width:1024px) { .hoseo-popup { width: fit-content; top:5%; position: absolute; left: 50%; transform: translateX(-50%); } }*/
@media (min-width:513px) and (max-width:1024px) { .hoseo-popup { width: fit-content; top:5%; position: absolute; left: 50%;  } }

.jquery-modal.blocker .pagination:last-child {margin-bottom:0;}

.logo-img{
    /*max-height: 80px;*/
    max-height: 40px; /* modify by cjh */
}

.footer-img{
    max-height: 80px;
}
.att-row{
    margin-top: 10px;
    padding: 10px 0;
    border-top: 2px solid #4c4c4c;
    border-bottom: 1px solid #ccc;
}

.att-item-row{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.att-item-row p{
    padding-left: 10px;
}
.border-b2{
    border-bottom: 2px solid #ccc !important;
}
.border-b1{
    border-bottom: 1px solid #ccc !important;
}
.border-t2{
    border-top: 2px solid #000 !important;
}

.contest-card{
    border-radius: 5px;
    border: solid 1px #cccccc57;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ccc;
}
/*======= kys end========*/

.bg-header {
  background-color: #4c72a2 !important;
  color: #fff; }
  .bg-header .content .text,
  .bg-header .content .number {
    color: #fff !important; }
  .bg-header h2 {
    color: #fff !important; }

/* =========== height 옵션 =========== */
.h-input-default .dropdown-toggle{
    height:34px !important;
    padding: 0.35rem 0.45rem !important;
}
/* =========== height 옵션 =========== */

/* =========== font 옵션 =========== */
.fs-15{
	font-size:15px !important;
}
.fs-20{
	font-size:20px !important;
}
.fw-bold{
	font-weight : bold !important;
}

.color-red{
    color: red;
}
/* =========== font 옵션 =========== */
	
/* =========== padding, margin 옵션 =========== */
.pd-0{
	padding:0px !important;
}
.pd-5{
	padding:5px !important;
}
.pd-10{
	padding:10px !important;
}
.pt-5{
	padding-top:5px !important;
}
.pt-10{
	padding-top:10px !important;
}
.pb-5{
	padding-bottom:5px !important;
}
.pb-10{
	padding-bottom:10px !important;
}
.pl-0{
	padding-left : 0px !important;
}
.pl-5{
    padding-left : 5px !important;
}
.pl-10{
    padding-left : 10px !important;
}
.pr-5{
	padding-right : 5px !important;
}
.pr-10{
	padding-right : 10px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-30{
    margin-top:30px !important;
}
.mt-15{
    margin-top:15px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-5{
	margin-top:5px !important;
}
.mt-m7{
    margin-top:-7px !important;
}
.mb-0{
	margin-bottom : 0px !important;
}
.mb-10{
	margin-bottom : 10px !important;
}
.mb-15{
	margin-bottom : 15px !important;
}
.mb-20{
    margin-bottom : 20px !important;
}
.mb-30{
    margin-bottom : 30px !important;
}
.mr-5{
	margin-right:5px !important;
}
.mr-10{
    margin-right:10px !important;
}

.h-34{  /*select box높이 조절을 위해 추가*/
    height: 34px !important;
}
/* =========== END padding, margin 옵션 =========== */

.container-scroll-y{
	overflow:auto;
}
.container-scroll-y::-webkit-scrollbar {
    width: 10px;
}
 .container-scroll-y::-webkit-scrollbar-thumb {
    background-color: #474F59;/*#2f3542;*/
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
.container-scroll-y::-webkit-scrollbar-track {
    /*background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
	opacity: 0.5;*/
}

/* =========== 검색 영역 =========== */
.search-sec{
    background: #1A4668;padding: 2rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
     height: calc(3rem + 2px) !important;
     border-radius:0;
}
/* =========== END 검색 영역 =========== */

/* =========== 훈련 결과 =========== */
.result-box{
	border : 2px solid #ccc;
	text-align : center;
}
.result-cir{
	border-radius:50%;
	background-color : #2196F3;
	color: #fff;
	text-align : center;
	vertical-align : middle;
	height : 120px;
	width : 120px;
	padding-top : 15%;
}
/* =========== END 훈련 결과 =========== */

/* =========== 게시글 상세보기 =========== */
.ho-table{
	border-top : 2px solid #4c72a2;
	border-bottom : 2px solid #4c72a2;
	vertical-align: middle !important;
}
.ho-table th{
	vertical-align: middle !important;
	text-align:center;
	border-bottom : 1px solid #c3c3c3 !important;
	width : 20%;
	/*background-color:#fff !important;
	background: url('../images/pattern.png');
	opacity: 0.3!important; filter:alpha(opacity=30);*/
}
.ho-table th:after{
	background-color:#fff !important;
	background: url('../images/pattern.png');
	opacity: 0.3!important; filter:alpha(opacity=30);
}
.ho-table td{
	vertical-align: middle !important;
	width : 80%;
}

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  border-top : 2px solid #4c72a2;
  border-bottom : 2px solid #4c72a2;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  height:100%;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #EAEDF5;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  width: 20%;
  height:100%;
}

.rtable--flip tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 80%;
}

.rtable--flip tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height:100%;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}
/* =========== END 게시글 상세보기 =========== */
.img_item{
	width: 50px;
	height:50px;
	border-radius : 5px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* ADD BY CJH - 일반 검색창 커스텀 스타일 */
.normal_search_form_custom{
    float: right;display: block;padding: 0 0px;
}
.normal_search_form_custom .form-group {
    display: inline-flex;margin: 0;padding: 0 0px;
}
.normal_search_form_custom .form-group #keyword {
    width:150px;
}
.form-group { margin-bottom: 0px;}

/*메인 홍보 동영상 영역*/
.promotionVideo {
    width: 100%;
    background: url("../img/videoBack.png") center top no-repeat;
    background-size: cover;
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
}
/*메인 행사 안내*/
.eventMainInfo{
    text-align: center;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.eventMainInfo h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #222;
    margin: auto;
    font-weight: 400;
    letter-spacing: -1pt;
    text-align: center;
    padding-bottom: 10px;
}

/* 회원가입시 탭형태 분리 처리 - ADD BY CJH - S */
.join_type {border:1px solid #ddd;}
.join_type .select-list {width: 100%;  margin: 0 auto; padding:30px;}
.join_type .select-list:after {content: '';display: block;clear: both;}
/*.join_type .select-list .select-item {float: left;width: 50%;height: 60px;line-height:60px;position: relative;}*/
.join_type .select-list .select-item {float: left;width: 100%;height: 60px;line-height:60px;position: relative;}
.join_type .select-list .select-radio {display: none;}
.join_type .select-list .select-radio {display: none;}
.join_type .select-list .select-radio + .select-square { background: #f6f6f6; margin: 0; cursor: pointer; display: block; width: 100%; height: 100%; box-sizing: border-box; -webkit-transition: all 160ms ease-out;  transition: all 160ms ease-out; position: relative; text-align: center; }
.join_type .select-list .select-radio + .select-square:hover {  z-index: 1; }
.join_type .select-list .select-radio + .select-square:active { z-index: 1; }
.join_type .select-list .select-radio:checked + .select-square {background:#019ef4;}
.join_type .select-list .select-square span { text-align: center; line-height: 60px; color: #666; font-size:20px; }
.join_type .select-list .select-square span i {color:#ccc; font-size: 24px;}
.join_type .select-list .select-radio:checked + .select-square span{ color:#fff; }
.join_type .select-list .select-radio:checked + .select-square span i {color:#fff;}
@media screen and (max-width:480px) {
    .join_type .select-list .select-item {
        width:100%;
    }
}
@media screen and (min-width:481px) and (max-width:1080px) {
    .join_type .select-list .select-item {
        width:100%;
    }
}
/* 회원가입시 탭형태 분리 처리 - ADD BY CJH - E */

/* 메인 공모전 리스트 가운데 정렬 처리 - ADD BY CJH - S */
.slick-track {
    margin:0 auto;
}
/* 메인 공모전 리스트 가운데 정렬 처리 - ADD BY CJH - E */

/* 메인 팝업 모바일에서 최대 너비 설정 - ADD BY CJH - S */
.hoseo-popup {
    max-width: 100%;
}
/* 메인 팝업 모바일에서 최대 너비 설정 - ADD BY CJH - E */

/* 게시판 뷰 관련 모바일 처리 - ADD BY CJH - S */
.board_view .only_mobile_view { display: none;}
@media screen and (max-width:480px) {
    .board_view figure.image { width:100% !important; }
    .board_view .board_view_info {display: none;}
    .board_view .only_mobile_view { display: block;}
    .board_view .only_mobile_view .board_view_info{ display: block;}
    .board_view .only_mobile_view .board_view_info li:nth-child(1) {
        padding-left:0px;
    }
}
@media screen and (min-width:481px) and (max-width:1080px) {
    .board_view figure.image { width:100% !important; }
}
/* 게시판 뷰 관련 모바일 처리 - ADD BY CJH - E */

.carousel-control-next, .carousel-control-prev {
    height: 100px;
    top: calc( 50% - 50px);
}

/* add - 모집 공고 관련 css kys 210227*/
.title_light{   /* 테이블 th 색상 _ 파스텔 블루*/
    background-color: #f9fafc;
}
.mid_title{
    border-top: 1px solid #788893 !important;
    border-bottom: 1px solid #788893 !important;
    background-color: #f9fafc !important;
}

/* 추천 사용처 출력 영역*/
.recommendVisual .swiper-container {border-radius: 10px; height:100%; }
.recommendVisual .swiper-container .swiper-slide img {width:100%; height:auto;}
.recommendVisual .swiper-container .swiper-slide .img {width:100%;}
.recommendVisual .visual-btn .swiper-button-prev {width:50px; height:50px; background:rgba(0,0,0,0.2); text-align: center; line-height: 50px;  float:left; left:0;}
.recommendVisual .visual-btn .swiper-button-next {width:50px; height:50px; background:rgba(0,0,0,0.2); text-align: center; line-height: 50px;  float:right; right:0;}
.recommendVisual .visual-btn div:hover { background:rgba(0,0,0,0.4); transition:all .5s ease;}
.recommendVisual .swiper-button-prev:after, .recommendVisual .swiper-button-next:after {content: '';}
.recommendVisual .swiper-container .swiper-slide .tit {
    font-size: 17px;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}
.recommendVisual .swiper-container .swiper-slide .tit span {
    color: #00a8a5;
    border: 1px solid #00a8a5;
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 10px;
}

/* 관리자 추천 사용처 출력 영역*/
.adminRecommend .swiper-container {border-radius: 10px; height:100%; }
.adminRecommend .swiper-container .swiper-slide img {width:100%; height:auto;}
.adminRecommend .swiper-container .swiper-slide .img {width:100%;}
.adminRecommend .visual-btn .swiper-button-prev {width:50px; height:50px; background:rgba(0,0,0,0.2); text-align: center; line-height: 50px;  float:left; left:0;}
.adminRecommend .visual-btn .swiper-button-next {width:50px; height:50px; background:rgba(0,0,0,0.2); text-align: center; line-height: 50px;  float:right; right:0;}
.adminRecommend .visual-btn div:hover { background:rgba(0,0,0,0.4); transition:all .5s ease;}
.adminRecommend .swiper-button-prev:after, .adminRecommend .swiper-button-next:after {content: '';}
.adminRecommend .swiper-container .swiper-slide .tit {
    font-size: 16px;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.adminRecommend .swiper-container .swiper-slide .tit span {
    color: #00a8a5;
    border: 1px solid #00a8a5;
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 10px;
}

.tit_bg_green{
    background-color: #00b6b3;
    color: #fff;
}

.tit_bg_dark_green{
    background-color: #007673;/*#004C4A*/
    color: #fff;
}



/* 마이페이지 */
/*   Start   */

.btn-ho-mypage,
.btn-ho-mypage:hover,
.btn-ho-mypage:active,
.btn-ho-mypage:focus {
    border-radius: 100px;
    color: #4A4AF2;
    border-color: #4A4AF2;
    padding: 1px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size : 13px;
    float: right;
}

.ho-text-10 {
    font-size: 10px;
}
.ho-text-11 {
    font-size: 11px;
}
.ho-text-12 {
    font-size: 12px;
}
.ho-text-13 {
    font-size: 13px;
}
.ho-text-14 {
    font-size: 14px;
}
.ho-text-15 {
    font-size: 15px;
}
.ho-text-16 {
    font-size: 16px;
}


.id_card_profile_image{
    /*background-color: #fafafa;*/font-size: 24px;font-weight: bold;top: 386px;left: 134px;display: block;position: absolute;transform: rotate(-90deg);width: 132px;text-align: center;/*border: 2px solid lightgray;*//*width: 122px;*/
}
.mypage-inline-block-white-pre {
    display: inline-block !important;
    white-space: pre;
}

.mypage-inline-block-white-nowrap {

    display: inline-block !important;
    white-space: nowrap;
}

.user_profile_image{
    width: 70px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-radius: 100%; */
}

.mypage_center_name {
    font-size: 15px;
    color: #8C8C8C;
}
.ho-col-size {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

.ho-f-15{
    font-size: 15px;
    padding: 5px 0;
}
.mobile_item_view {
    display: none;
}


.affiliate_info_view {
    padding-bottom: 0rem;
    margin: 30px 0;
    width: 100%;
}
.affiliate_contents-wrap {
    padding: 0rem 0;
}
.affiliate_contents_info {
    background-color: #f4fafa;
    border: 5px solid #93e3e3;
    padding: 20px;
    margin-top: 10px;
}
/* 마이페이지 UI PC/모바일 출력 처리 begin */
.mobile_unable {
    display: block;
}
.mobile_btn_view {
    width: 50%;
    display: none;
    /*margin-bottom: 10px; */
    padding: 0;
}
/* 마이페이지 UI PC 숨김 처리 end */
.affiliate_contents_info li {margin-bottom:5px;}
.map-info li:first-child {background:url('../../img/ic_pin.gif') left 8px no-repeat; padding-left:20px;}
.map-info li:nth-child(2) {background:url('../img/ic_call.gif') left 8px no-repeat; padding-left:20px;}
.map-info li:nth-child(3) {background:url('../img/ic_fax.gif') left 8px no-repeat; padding-left:20px;}
.map-info li:nth-child(4) {background:url('../img/ic_mail.gif') left 8px no-repeat; padding-left:20px;}

/* 마이페이지 일감 시작 */

.ho_free_tbl {margin:20px 0; width:100%; }
.ho_free_tbl thead{ }
.ho_free_tbl th {border-top:1px solid #222; padding:15px 0; height:60px;  border-bottom:1px solid #ddd;font-weight: 500;}
.ho_free_tbl td {padding:15px 0; border-bottom:1px solid #ddd; vertical-align: top; }
.ho_free_tbl td.tit {text-align: left;}
.ho_free_tbl .ho-mypage-work-content {
    height: 500px;
    vertical-align: top;

}
/* 마이페이지 일감 끝*/

/* 찾아오시는 길 */


.icon-user-black-1x {background:url('../img/icon_face_black_24dp_1X.png') left 5px no-repeat; padding-left:20px;}
.icon-user-black-2x {background:url('../img/icon_face_black_24dp_2X.png') left 5px no-repeat; padding-left:20px;}
.icon-user-profile-1x {background:url('../img/icon_user_1X.png') left 8px no-repeat; padding-left:20px;}
@media (max-width: 768px) {

    .mobile_unable {
        display: none;
    }
    .mobile_btn_view {
        width: 50%;
        display: inline-block;
        /*margin-bottom: 10px;*/
        padding: 0;
    }
    .user_profile_image {
        width: 49px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        /* border-radius: 100%; */

    }
    .ho-att-check-icon {
        width: 80%;
        height: auto;
        text-align: center;
        align-items: center;
        max-width: 54px;
    }

    .ho-discount-check-icon {
        width: 100%;
        height: auto;
        text-align: center;
        align-items: center;
        max-width: 54px;
    }


}
/*    End   */

/* 모바일 내계정 정보수정 버튼 최소 너비 지정 */
@media (max-width: 876px) {
    .btn.btn-ho-mypage.mb-2.mobile_btn_view {
        min-width: 44px;
    }
}

/* 이미지 선명도 */
.ho-img-Sharpness{
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
	backface-visibility: hidden;
}