/********************************************************
팝업
*********************************************************/
.pull-right {
    float: right;
    padding-top: 3px;
}

.popup_bottom {
    background-color: #555;
    color: white;
    height: 25px;
    padding: 0px 10px 4px 10px;
}

.popup_bottom > a {
    color: #fff;
    font-size: 13px;
}
/********************************************************
HOME CC
*********************************************************/

#top-search .icon-homecc img {
    width: 100px;
    padding-bottom: 3px;
    padding-right: 3px;
}


/********************************************************
홈씨씨 페이지 일부 변경
*********************************************************/

 
.add{
    text-align: center;
    font-size: 13.5px;
    padding-top:15px;
}
 

 

/********************************************************
홈씨씨 페이지 일부 변경 끝
*********************************************************/

/********************************************************
퀵메뉴
*********************************************************/
.quickmenu {
    right: 50%;
    margin-right: -720px;
    top: 400px;
    width: 100px;
    text-align: center;
    position: absolute;
}
.homecc-link {
    border: 1px solid #ddd;
    padding: 20px 13px;
    text-align: center;
    background-color: #1a4770;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.glassCoating {
    border: 1px solid #ddd;
    margin-top:10px;
    padding: 10px 13px;
    text-align: center;
    background-color: #ea0000;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.glassCoating img {
    padding: 5px 10px;
}


.qmenu-home {
    width: 100px;
    background-color: #fff;
    /*    border:1px solid #aaa;*/
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none;
}
.home-title {
    height: 22px;
    line-height: 22px;
    background-color: #aaa;
    font-size: 0.8em;
    text-align: center;
    color: #eee;
    font-weight: 600;
    margin-top: -4px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.home-title a {
    color: #fff;
}
.home-list li {
    list-style-type: none;
    margin: 15px;
    height: 80px;
    border-bottom: 1px solid #efefef;
}
.home-list li:last-child {
    border-bottom: 0;
}
.home-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-list li a img {
    display: inline-block;
    height: 50px;
    padding-bottom: 10px;
}
.icon-txt {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-weight: 600;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

.icon-txt-ing {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

.oneline {
    font-size:12px;
    letter-spacing: -0.093em;
}  

.oneline_01 {
    font-size:13px;
    letter-spacing: -0.073em;
}



/********************************************************
퀵메뉴 END
*********************************************************/



/********************************************************
추가 디폴트
*********************************************************/
figure > img {
    max-height:100% !important;
}
.view-mb {
    display: none !important;
}
.view-pc {
    display: block !important;
}
.btn {
    border-radius: 3px !important;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}
.base-color {
    color: #2363ab !important;
}
.none li {
    list-style-type: none;
}
#footer .mobile-select {
    display: none;
}
.bgcolordark {
    background-color: #999 !important;
}
.bgcolorpoint {
    background-color: #aeaeae !important;
}
.box-shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.box-shadow:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.20);
}
.box-shadow-small {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.box-shadow-small:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}
.sub-tap-menu {
    margin-bottom: 20px;
}
.title-2dep {
    color: #fff;
    text-align: center;
}
.list-group-item {
    padding: 1.25rem;
    background-color: transparent;
}
.section li {
    line-height: 1.85em;
}
.product-list li {
    margin-bottom: 5px;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    border: 1px solid #bbb;
}
.ci-bg {
    border: 2px solid #dcdcdc;
    padding: 30px 10px 0 10px;
    background: #fff url(/resources/img/promote/ci-bg.png) left top repeat;
    margin-bottom: 20px;
}
.ci-bg > img {
    margin-bottom: 20px;
    max-width: 380px;
}
.movie-title {
    text-align: center;
    margin: 10px 0 0 0;
}
.company-info-bg {
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 240px;
    background-image: -webkit-linear-gradient(155deg, rgb(35, 99, 171) 0%, rgb(3, 78, 162) 100%);
    background-image: -o-linear-gradient(155deg, rgb(35, 99, 171) 0%, rgb(3, 78, 162) 100%);
    background-image: linear-gradient(245deg, rgb(35, 99, 171) 0%, rgb(3, 78, 162) 100%);
}
.company-info-content {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: -180px;
    padding-bottom: 20px;
}
.circle-icon {
    border: 1px solid #ccc;
    border-radius: 50em;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    margin-bottom: 20px;
}
.iconbox-icon-container > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 70px;
}
.circle-icon > img {
    width: 50px;
}
.fbox-desc {
    margin-bottom: 40px;
}
.small-title {
    font-weight: 400 !important;
}
.after-line:after {
    content: '';
    display: block;
    margin: 15px auto 30px auto;
    width: 40px;
    border-top: 2px solid #555;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.after-line.white:after {
    border-top: 2px solid #fff;
}
.after-line.left:after {
    margin: 15px 0 30px 0;
}
.after-line.nobottommargin:after {
    margin: 15px auto 0 auto;
}
.after-line.none:after {
    border-top: none;
    margin: 10px 0;
}
.page-title-heading {
    letter-spacing: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.page-title-heading:before {
    content: "|";
    padding-right: 5px;
    font-weight: 700;
}
.small-text {
    font-size: 13px !important;
    line-height: 1.5em;
}
.middle-text {
    font-size: 14px !important;
    line-height: 1.5em;
}
.classification {
    list-style: none;
}
.classification li a {
    font-size: 1.5em;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}
.classification li span {
    float: right;
    font-weight: 600;
}
.career_box .proceeding {
    display: inline-block;
    padding: 2px 7px;
    margin-bottom: 10px;
}
.career_box .school {
    font-size: 1.1em;
}
.career_box .title {
    font-size: 1.5em;
    font-weight: bold;
}
.classification > li:hover > a,
.classification > .active > a {
    border: 2px solid #4686ce !important;
}
.agency-banner {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.glass-thum {
    width: 300px;
}
.agency-banner h4 > i {
    vertical-align: middle;
}
.agency-banner .inner {
    padding: 10px 30px 40px;
    text-align: center;
}
.search-box.is-agency,
.search-box.is-big-search {
    padding: 30px 60px 10px;
}
.search-box.is-agency .selects
{
    float: left;
    width: 300px;
}
.search-box.is-agency .selects select {
    float: left;
}
.search-box.is-agency .selects select:first-child {
    width: -webkit-calc(60% - 5px);
    width: calc(60% - 5px);
    margin-right: 5px;
}

.search-box.is-agency .selects select:last-child {
    width: 40%;
}
.search-box.is-agency .input {
    position: relative;
    float: left;
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    padding: 0 20px;
    vertical-align: middle;
}
.search-box.is-agency .input input {
    width: 100%;
}
.search-box.is-agency .input button {
    position: absolute;
    top: 6px;
    right: 35px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.search-box.is-agency .button {
    float: right;
    width: 90px;
    height: 38px;
    padding: 0;
    margin: 0 5px;
    line-height: 38px;
    text-align: center;
}
.search-box.is-big-search .selects {
    width: 200px;
}
.search-box.is-big-search .selects select:last-child {
    width: 100%;
}
.search-box.is-big-search .input {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
    padding-left: 0;
}
.search-box.is-big-search .lo-table i {
    vertical-align: middle !important;
}
.search-box.is-big-search .button {
    float: none;
}
.search-detail {
    display: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
}
.search-detail .detail-section {
    border-bottom: 1px solid #ddd;
}
.search-detail .detail-section:last-child {
    border-bottom: 0;
}
.search-detail .detail-section input {
    margin-right: 10px;
}
.search-detail .title {
    /* margin-left: 60px; */
}
.search-detail label {
    /* font-size: 16px;
    font-weight: 400; */
}
.list-upper {
    padding-bottom: 15px;
}
.list-upper .left {
    float: left;
}
.list-upper .left > * {
    display: inline-block;
}
.list-upper .left .total {
    margin-left: 10px;
}
.list-upper .right {
    float: right;
}
.list-upper .right .category-icons {
    text-align: right;
}
.list-upper .right .category-icons .category-item {
    display: inline-block;
    margin-left: 25px;
}
.list-upper .right .category-icons .category-item:first-child {
    margin-left: 0;
}
.search-box.is-agency .input.nobtn {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 0;
    padding-left: 20px;
}
.search-box.is-agency .checks .check-item label {
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}
.search-box.is-agency label {
    margin-right: 10px;
}
.search-box.is-agency input {
    margin-right: 5px;
    vertical-align: middle;
}

.report-form {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.report-form .input-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.report-form .input-row:last-child {
    border-bottom: 0;
}
.report-form .input-row > * {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.report-form .input-row .input-name {
    width: 250px;
    background-color: #f7f7f7;
    border-right: 1px solid #ccc;
}
.report-form .input-row .input-name .text {
    display: inline-block;
}
.report-form .input-row .input-name .text.required {
    position: relative;
}
.report-form .input-row .input-name .text.required:before {
    content: '* ';
    color: red;
}
.report-form .input-row .input-value {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
}
.report-form .input-row .input-value .form-control {
    display: inline-block;
}
.report-form .input-row .input-value .small {
    width: 150px;
}
.report-form .input-row .input-value .medium {
    width: 250px;
}
.report-form .input-row .input-value .number {
    width: 80px;
}
.report-form .input-row .input-value .mail {
    width: 140px;
}
.report-form .input-row .input-value .textarea {
    height: 120px;
    resize: none;
}
.report-form .desc {
    font-size: 14px;
    margin-left: 10px;
}
.terms-wrap {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.8em;
}
.terms-check {
    margin-top: 10px;
    text-align: right;
}
.terms-buttons {
    margin-top: 10px;
    text-align: center;
}
.terms-buttons .button {
    margin: 0 2.5px;
}
.subcontractor h5 {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}
.subcontractor h6 {
    color: #555;
    padding-bottom: 10px;
}
.subcontractor dl dt {
    clear: both;
    float: left !important;
    padding: 3px 0;
    color: #666;
}
.subcontractor dl dd {
    float: left !important;
    padding: 3px 0;
}
ol.subdocument {
  padding-left: 30px;  
}
.accordion-stylle {
    background-color: #f7f7f7;
    line-height: 50px;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    border-top: 0;
}
.bottommargin-mb {
    margin-bottom:0 !important;
}
.owl-carousel .owl-dots {
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
}
.bannerbox {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
}
.bannerbox h5,
.bannerbox p,
.bannerbox a,
.bannerbox a:hover {
    color: #fff !important;
}
.bannerbox p {
    margin-bottom: 0 !important;
}
.pd-section {
    background-color: #2363ab;
    line-height: 48px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 19px;
    border-radius: 2px;
}
.pd-section:before {
    content : '∨';
    font-size:16px;
    vertical-align: top;
    padding-right: 10px;
}
.ab-right {
    position:absolute;
    right:0;
    top:0;
}
.ac-title {
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.ui-datepicker-trigger {
    border: 1px solid #bbb;
    vertical-align: top;
    cursor: pointer;
}
.location-table {
    display: none;
}

.location-table.view {
    display: block;
}

.location-page {
    display: none
}

.location-page.active {
    display: table;
}
.title-won {
    position: relative;
}

.text-won {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    color: #555 !important;
    font-weight: 400 !important;
    font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", "Nanum Gothic", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;;
}
.text-hidden {
    text-overflow: ellipsis;
    overflow: hidden;
}
.border-blue {
    border: 5px solid #0650a3;
}
.big-search .form-search {
    width: 420px !important;
    border: 4px solid #2363ab;
    background-color: #fff;
}
.big-search .button-xlarge {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    margin-top: -8px;
    margin-left: -4px;
}
#page-title.title-search {
    padding: 40px 20px 35px;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block !important
}
.soon-ico {
    max-width: 250px;
}
.find-ico {
    font-size: 60px;
    color:#222;
}
.cate {
    background-color: #222;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: table-cell;
}
/**
/********************************************************
디폴트 END
*********************************************************/



/********************************************************
페이지 TOP BG
*********************************************************/
#page-title.title-bg-companyInfo {
    background: url(../../resources/img/common/header_info.png);
    background-position: 50% 30% !important;
}
#page-title.title-bg-constInfo {
    background: url(../../resources/img/common/header_const.png);
    background-position: 50% 20% !important;
}
#page-title.title-bg-envInfo {
    background: url(../../resources/img/common/header_env.png);
    background-position: 50% 60% !important;
}
#page-title.title-bg-scaleInfo {
    background: url(../../resources/img/common/header_scale.png);
    background-position: 50% 20% !important;
}
#page-title.title-bg-infraInfo {
    background: url(../../resources/img/common/header_infra.png);
    background-position: 50% 50% !important;
}
#page-title.title-bg-customer {
    background: url(../../resources/img/common/title-bg-customer.jpg);
    background-position: 50% 40% !important;
}
#page-title.title-search {
    background: url(../../resources/img/technicArticle/title-bg-search.jpg);
    background-position: 50% 50% !important;
}
/********************************************************
페이지 TOP BG END
*********************************************************/




#img-special img{
    max-width: 70%;
    width: 400px;
    
    border-radius: 3px;
}


/********************************************************
테이블
*********************************************************/
.lo-table {
    width: 100%;
}
.lo-table.top {
    border-top: 2px solid #222;
}
.lo-table.bottom {
    border-bottom: 2px solid #ddd;
}
.lo-table tr th,
.lo-table tr td {
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
}
.lo-table tr th {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.lo-table tr td {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
}
.lo-table thead tr th {
    padding: 0px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.lo-table thead.white tr th {
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 10px;
}
.lo-table thead tr th > div {
    border-left: 1px solid #ededed;
    margin: 10px 0;
}
.lo-table thead tr th:first-child > div {
    border-left: none;
}
.lo-table .table-line {
    height: 15px;
    padding: 0;
    border: none;
    margin: 10px 0;
    border-bottom: 1px solid #ededed;
}
.lo-table tr td ul {
    padding: 0 10px 0 30px;
}
.lo-table ul {
    list-style-type: none;
}
.lo-table.border tr th,
.lo-table.border tr td {
    border: 1px solid #ededed;
}
.lo-table.border tr th:first-child,
.lo-table.border tr td:first-child {
    border-left: none !important;
}
.lo-table .notice {
    background-color: #f8f8f8;
}
.lo-table tr.notice th,
.lo-table tr.notice td {
    padding: 14px 15px 10px;
}
.lo-table tr.notice i {
    font-size: 19px;
}
.lo-table .theadStyle {
    font-size: 17px;
    font-weight: 600;
}
.style-cate {
    background: #efefef;
    color: #222;
    padding: 2px;
    position: relative;
    display: block;
}
.style-cate i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}
.lo-table .badge {
    vertical-align: middle !important;
}
.lo-table.vertical thead tr th {
    border-bottom: 1px solid #222;
}
.lo-table.vertical thead tr th > div {
    border: none;
    margin: 0;
}
.lo-table.vertical th,
.lo-table.vertical td {
    border-left: 1px solid #ddd;
}
.lo-table.vertical th.first,
.lo-table.vertical td.first,
.lo-table.vertical th:first-child,
.lo-table.vertical td:first-child {
    border-left: none;
}
.lo-table i {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}
.lo-table.smallpadding thead tr th,
.lo-table.smallpadding thead tr td,
.lo-table.smallpadding tbody tr th,
.lo-table.smallpadding tbody tr td {
    padding: 10px !important;
}
.lo-table.h30 tr th {
    height: 30px !important;
}
.lo-table .fa-external-link-alt {
    color: #222;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 700;
}
.lo-table.profitAndLoss tbody tr th:first-child {
    padding-left: 40px;
}
.ci-table {
    border-top: 1px solid #bbb;
}
.ci-table tr th,
.ci-table tr td {
    border-color: #bbb;
}
.ci-table tr th {
    border-right: 1px solid #bbb;
    font-weight: 600;
    font-size: 17px;
}
.input-group-append {
    margin-left: 5px;
}
.search-box {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 20px 10px;
    margin: 0;
}
.search-title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
}

.search-box-white .form-control {
    width: auto;
    display: inline;
}
.search-box-white select,
.search-box-white input {
    margin-right: 5px;
}
.search-box-white {
    text-align: right;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;
}
.hasDatepicker {
    width: 130px;
    height: 30px;
    line-height: 30px;
}
.page-nav {
    padding: 40px 0;
}
.career-title {
    font-size: 17px;
    font-weight: 600;
}
.career-title .badge {
    margin-left: 6px;
}
.career-date .badge {
    margin-right: 2px;
}
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.td-link {
    position: relative;
}
.newcomer {
    background: #C5EBD4;
}
.occupation {

    background: #B9DFF4;
}
.open-recruit {
    background: #FCE0B6;
}
.tableDiv {
    display: block;
}
.stock-date {
    position: absolute;
    right: 15px;
    top: 20px;
    margin-bottom: 0;
}
.stock-date em {
    font-weight: normal;
    font-style: normal;
}
.stock_point_div {
    border-top: 2px solid #222;
    padding-top: 30px;
    margin: 0;
}
.stock_point .num {
    font-size: 3em;
    font-weight: bold;
}
.stock td,
.stock th {
    vertical-align: middle !important;
}
.stock span.mw45 {
    display: inline-block;
    min-width: 45px;
}
.stock span.mw75 {
    display: inline-block;
    min-width: 75px;
}
.h595 {
    height: 595px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ml20 {
    margin-left: 20px;
}
.stock_point .up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 0 12.5px 20px 12.5px;
    border-color: transparent transparent #dc3545 transparent;
    vertical-align: middle;
}
.stock_point .down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 20px 12.5px 0 12.5px;
    border-color: #007bff transparent transparent transparent;
    vertical-align: middle;
}
.up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #dc3545 transparent;
}
.down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #007bff transparent transparent transparent;
}
p.mw180 {
    min-width: 180px;
    margin: 0;
}
.w200 {
    width: 200px !important;
}
.w100 {
    width: 100px !important;
}
.news_list {
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
}
.news_list ul {
    list-style: none;
}
.news_list ul li {
    padding: 2em 0;
    border-top: 1px solid #ddd;
}
.news_list ul li:first-child {
    border-top: 2px solid #222;
}
.news_list ul li:last-child {
    border-bottom: 1px solid #ddd;
}
.news_list ul li:after {
    content: '';
    display: block;
    clear: both;
}
.news_list ul li > div {
    float: left;
}
.news_list ul li > div.img {
    width: 25%
}
.news_list ul li > div.img > img {
    width: 100%;
}
.news_list ul li > div.desc {
    width: 75%;
    padding-left: 2em;
}
.news_list ul li > div.desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 76px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lo-table.view .white tr th {
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
    font-size: 19px;
    padding: 5px 10px;
}
.lo-table.view tr td {
    padding: 30px 10px;
}
.lo-table.view .white tr th.stitle {
    font-size: 15px;
}
.lo-table .text-muted {
    margin-left: 5px;
}
.lo-table.view tr .nxt-prv {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    width: 50%;
}
.text-area-scroll {
    width: 100%;
    height: 300px;
    padding: 1.2em;
    border: 1px solid #ddd;
    overflow-y: scroll;
}
.product-inner-box {
    margin-bottom:20px;
}
.homecc_page {
    border-bottom: 0;
}

.homecc_page .nav-link {
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border: 1px solid #ddd !important;
    border-radius: 0;
}

.homecc_page .nav-link.active,
.homecc_page .nav-link:hover {
    background-color: #f7f7f7 !important;
}
.w-33 {
    width: 33.33%
}
.icon-line-paper-clip {
    font-size:16px !important;
    font-weight:normal !important;
}
.lo-glass tr th,
.lo-glass tr td {
    text-align: center !important;
    border-right: 1px solid #ddd;
    padding: 5px !important;
}
.lo-glass tr th:last-child,
.lo-glass tr td:last-child {
    border-right: none !important;
}
.flag_style {
    display: inline-block;
    width: 27px;
    height: 19px;
    background: url('../../resources/img/common/flag.png') no-repeat left 3px;
    text-indent: -9999px;
    vertical-align: middle;
}

.flag_style.kor {
    background-position: 0 0;
}

.flag_style.usa,
.flag_style.eng {
    background-position: -30px 0;
}

.flag_style.chn {
    background-position: -60px 0;
}

.flag_style.jpn {
    background-position: -90px 0;
}

.flag_style.tai {
    background-position: -120px 0;
}

.flag_style.rus {
    background-position: -150px 0;
}

.flag_style.tur {
    background-position: 0px -30px;
}

.flag_style.de {
    background-position: -30px -30px;
}

.flag_style.ro {
    background-position: -60px -30px;
}

.flag_style.el {
    background-position: -90px -30px;
}

.flag_style.hu {
    background-position: -120px -30px;
}

.flag_style.bg {
    background-position: -150px -30px;
}

.flag_style.sk {
    background-position: 0px -60px;
}

.flag_style.lv {
    background-position: -30px -60px;
}

.flag_style.et {
    background-position: -60px -60px;
}

.flag_style.fr {
    background-position: -90px -60px;
    float: inherit !important;
}

.flag_style.es {
    background-position: -120px -60px;
}

.flag_style.nl {
    background-position: -150px -60px;
}

.flag_style.pt {
    background-position: 0px -90px;
}

.flag_style.sv {
    background-position: -30px -90px;
}

.flag_style.da {
    background-position: -60px -90px;
}

.flag_style.ga {
    background-position: -90px -90px;
}

.flag_style.sl {
    background-position: -120px -90px;
}

.flag_style.cy {
    background-position: -150px -90px;
}

.flag_style.it {
    background-position: 0px -120px;
}

.flag_style.pl {
    background-position: -30px -120px;
}

.flag_style.be {
    background-position: -60px -120px;
}

.flag_style.cs {
    background-position: -90px -120px;
}

.flag_style.at {
    background-position: -120px -120px;
}

.flag_style.fi {
    background-position: -150px -120px;
}

.flag_style.lt {
    background-position: 0px -150px;
}

.flag_style.lu {
    background-position: -30px -150px;
}

.flag_style.mt {
    background-position: -60px -150px;
}
/******************************************************
테이블 END
*********************************************************/


/********************************************************
메인페이지
*********************************************************/
.main-row {
    margin-left: -10px;
    margin-right: -10px;
}
.main-row > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.title-box {
    padding: 0;
    margin: 0;
}
.title-box.interior,
.title-box.glass {
    overflow: hidden;
}
.title-box .box-top {
    position: relative;
    background-color: #4c4741;
    padding-top: 60px;
    padding-left: 40px;
    height: 380px;
}
.glass.title-box .box-top {
    background-color: #325c81;
}
.box-top > img {
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: #fff;
    max-width: 24px;
}
.title-box .box-top .after-line:after {
    margin-bottom: 20px;
}
.title-box .box-bottom {
    background-color: #bfb09d;
    padding: 50px 40px 40px;
    height: 219px;
}
.glass.title-box .box-bottom {
    background-color: #a4b7c8;
}
.thum-box {
    position: relative;
    height:288px;
    overflow: hidden;
}
.thum-box:hover > .box-img,
.thum-box:hover > .box-name {
    opacity : 0;
    -webkit-transition: opacity 0.4s ease-in-out !important;
    -o-transition: opacity 0.4s ease-in-out !important;
    transition: opacity 0.4s ease-in-out !important;
}
.thum-box > a {
    display: table;
}
.thum-box > a > .inner-box {
    display:table-cell;
    padding: 10px;
    vertical-align:middle;
}
.thum-box > a > .inner-box p {
    font-size: 16px;
}
.box-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 288px;
}
.box-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    padding: 12px 20px;
    z-index: 1;
    border:1px solid #ddd;
}
.box-name > h5 {
    font-size: 17px;
}
.box-name > img {
    max-height: 17px;
}
.hover-link {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
    z-index: 2;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.hover-link > .bg-over {}
.hover-link.blue {
    background-color: rgba(50, 92, 129, 0.8);
}
.thum-box:hover .hover-link {
    opacity: 1;
    /*transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);*/
}
.style-list-ul {
    list-style: none;
    padding: 0
}
.style-list-ul > li {
    padding: 5px 0;
    position: relative;
}
.white-ul::after {
    content: '';
    display: table;
    clear: both
}
.white-ul > li {
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #fff;
}
.white-ul > li::after {
    content: '';
    display: table;
    clear: both
}
.style-list-ul > li:first-child {
    padding-top: 0;
}
.white-ul > li:first-child {
    padding-top: 10px;
}
.style-list-ul > li .title-group {
    display: block;
    width: 100%;
    margin: 0;
}
.style-list-ul > li .description {
    font-size: 14px;
    display: block;
    width: 75%;
    float: left;
    margin: 0;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.white-ul > li .description {
    width: 100%;
}
.style-list-ul > li .date {
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    width: 25%;
    text-align: right;
    margin: 0;
}
.style-list-ul > li .title-group > .title {
    font-size: 15px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1.85em;
    color: #333;
    text-overflow: ellipsis;
}
.more-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 3px 8px;
    font-size: 13px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 600;
}
.story-box {
    padding: 30px 20px;
    background-color: #e7e7e7;
    margin-left: 0;
    margin-right: 0;
}
.story-box > .col-lg-7 {
    padding-right: 50px;
}
.story-thum {
    position: absolute;
    left:0;
    top:0;
}
.story-thum > a > img {
    width: 80px;
    height: 50px;
}
.right-content { 
    margin-left: 95px;
}

#no-cnt { 
   
    font-size: 15px;    
    font-weight: 600;
       
    }

#top-search .icon-homecc:after {
        content: '';
        padding: 0 5px;
    }
    

#foot-font {
        display: inline-block;
        margin: 15px 0;
        color:#DCDCDC !important;
        font-weight: 900;
        font-size: 13px;
    }

/********************************************************
페이지 END
*********************************************************/


/********************************************************
지도검색
*********************************************************/
.map-search {
    margin-top: 0;
}
.map-search .form-control {
    display: inline-block;
    width: calc(100% - 80px)
}
.map-search .button {
    display: inline-block;
}
#content .head_company a {
    color: #fff;
}
.head_company address {
    font-size: 1.1em;
}
.location_box {
    display: -webkit-flex;
    display: flex;
}
.location_box > .add {
    -webkit-flex: 3;
    flex: 3;
    padding-top:10px;
}
.location_box > .btn {
    -webkit-flex: 1;
    flex: 1;
    padding: 0;
    text-align: right;
}
.office_map {
    position: relative;
}
.hover_map {
    position: absolute;
    top: 0;
    left: 0;
}
.card-header:hover i,
.card-header:hover a {
    color: #0c4da2 !important;
}
.card-header i {
    display: inline-block;
    padding-right: 10px;
}
.collapse-tit {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer
}
.card-header a[aria-expanded="true"] {
    color: #0c4da2;
}
.map_area img {
    width: 100%
}
.card-body-list {
    padding: 0 !important;
}
.card-body-list ul {
    list-style: none;
}
.card-body-list ul li {
    padding: 1.2em
}
.card-body-list ul li.gray {
    background-color: #f8f9fa;
}
.card-body p {
    margin: 0;
}
.card-body-list ul li .title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1em;
    font-weight: bold;
}
.h595 {
    height: 595px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ml20 {
    margin-left: 20px;
}
.card-body-list .store {
    padding-left: 1em;
    padding-top: 1.2em;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
}
.sub_map area {
    cursor: pointer;
}
/********************************************************
지도검색 END
*********************************************************/

/********************************************************
미디어쿼리
*********************************************************/
@media (max-width: 1440px) {
    .quickmenu {
        right: 0;
        margin-right: 0;
    }
}
@media (max-width: 1339px) {
    .quickmenu {
        display: none;
    }
}
@media (max-width: 1200px) {
    .thum-box > a > .inner-box p {
        font-size: 15px;
    }
    .big-search .form-search {
        width: 340px !important;
    }
}

@media (max-width: 991px) {
    .view-pc {
        display: none !important;
    }
    .view-mb {
        display: block !important;
    }
    .bottommargin-half-mb {
        margin-bottom: 10px !important;
    }
	.quickmenu { 
		display: none !important;
	}
    #primary-menu > ul > li.sub-menu > a > div {
        font-size: 13px;
    }
    #logo,
    #logo img {
        max-height: 70px;
    }
    #primary-menu-trigger {
        top: 10px;
    }
    #top-search a,
    #top-cart,
    #side-panel-trigger,
    #top-account {
        margin: 27px 0;
    }
    .m-map-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .office_map_area {
        display: none;
    }
    .map_area {
        display: none;
    }
    #content .map-search {
        margin-top: 0;
        border: none !important;
        padding: 0 !important;
    }
    #content .head_company {
        margin-top: 1.5em;
    }
    .mbmt10 {
        margin-top: 10px;
    }
    .main-row.rtl {
        display: flex;
        flex-direction: column;
    }
    .main-row.rtl > .col-lg-4 {
        order: 1;
    }
    .main-row.rtl > .col-lg-8 {
        order: 2;
    }
    .after-line:after {
        margin: 10px auto 15px;
    }
    .title-box .box-top {
        padding: 20px;
        height: auto;
    }
    .title-box .box-top > h3 {
        display: none;
    }
    .box-top > img {
        right: 20px;
        bottom: 26px;
        max-width: 14px;
    }
    .title-box .box-bottom {
        padding: 20px;
        height: auto;
    }
    .box-img {
        height: 220px;
    }
    .story-thum {
        display: none;
    }
    .story-box > .col-lg-7 {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .story-box > .col-lg-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .story-box h4 {
        font-size: 22px;
    }
    .hiddne-mb-leftline {
        border-left: none !important;
    }
    #footer .col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }
    #footer .mobile-select {
        display: block;
        margin: 5px 0;
    }
    .glass-thum {
        width: auto;
    }
    .lo-table thead tr th > div {
        margin: 0;
    }
    .lo-table tr th {
        font-size: 13px;
    }
    .lo-table tr td {
        padding: 10px;
        font-size: 13px;
    }
    nav.sub-tap-menu li a {
        font-size: 14px;
    }
    .company-info-bg {
        padding-bottom: 220px;
    }
    .company-info-bg > img {
        max-width: 150px;
    }
    .feature-box.media-box {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 3px;
        height: 448px;
    }
    .list-group h5 {
        font-size: 16px;
    }
    .sub-tap-menu >ul li {
        display: none !important;
    }
    .sub-tap-menu >ul li.current {
        display: block !important;
        width: 100% !important;
    }
    #footer .quick-link,
    #footer select {
        font-size: 13px;
    }
    .secure-box > div {
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .search-title {
        display: inline-block;
        min-width: 100%;
        width: 100%;
    }
    .lo-table thead.white tr th,
    .lo-table .theadStyle {
        font-size: 13px;
        padding: 5px;
    }
    .stock_point {
        text-align: center;
    }
    .stock_point > p {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    .search-btn {
        margin-left: 0 !important;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }
    .stock-date {
        top: 3px;
    }
    .news_list ul li > div.img,
    .news_list ul li > div.img > a > img {
        width: 100%;
    }
    .news_list ul li > div.desc {
        width: 100%;
        padding-left: 0;
        padding-top: 1em;
    }
    .text-area-scroll {
        height: 100px;
    }
    .ci-bg > img {
        max-width: 200px;
    }
    .ci-bg > img.ci-big {
        max-width: 300px !important;
    }
    .ci-mark {
        margin-bottom: 40px;
    }
    .lo-table thead tr th.bgcolorblue div {
        padding: 5px;
    }
    .lo-table .table-line {
        height: 5px;
    }
    .classification li a {
        font-size: 14px;
        padding: 10px !important;
    }
    .career_box p {
        margin-bottom: 5px;
    }
    .career_box .title {
        font-size: 16px;
    }
    .career_box .school {
        font-size: 14px;
    }
    .career_box .proceeding {
        font-size: 13px;
    }
    .agency-banner {
        margin-bottom: 20px;
    }
    .search-box.is-agency {
        padding: 10px;
    }
    .list-upper .left,
    .list-upper .right {
        clear: both;
        float: none;
    }
    .category-icons {
        font-size: 13px;
    }
    .list-upper .right .category-icons .category-item {
        margin-left: 0;
        margin-right: 10px;
        padding-top: 10px;
    }
    .list-upper .right .category-icons .category-item:last-child {
        margin-right: 0;
    }
    .m-w300 {
        max-width: 300px !important;
    }
    .button-wrap > a {
        margin: 10px 0;
        width: 200px;
    }
    .thum-box {
        height:258px;
    }
    .story-box > .col-lg-7 {
        margin-bottom:40px;
    }
    .lo-table tr td ul {
        padding-left: 10px;
    }
    .search-detail .title {
        margin-left: 0;
        margin-bottom:10px;
    }
    .search-box.is-agency .input.nobtn {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .search-box.is-agency .input {
        padding: 0;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search-box.is-agency .input button {
        right: 15px;
    }
    .report-form .desc {
        margin: 10px 0 0 0;
    }
    .search-box .search-btn {
        width: 100%;
    }
    .search-box .date-btn {
        width:32.2%;
        margin: 2.5px 0;
        text-align: center;
    }
    .table-bottom-text > a {
        margin-left: 0 !important;
        width:100%;
        text-align: center;
        margin-top: 5px;
    }
    .tab-nav > li {
        width: 50%;
        margin: 0;
        text-align: center;
    }
    .modal-tab-nav > li {
        width: 100%;
    }
    .form-control.w200 {
        width:150px !important;
    }
    .right-content { 
    margin-left: 0px;
    }
    .sub-tap-menu {
        position:relative;
    }
    .sub-tap-menu a.left-page-link {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
    }
    .sub-tap-menu a.right-page-link {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
    }
    .lo-table.profitAndLoss tbody tr th:first-child {
        padding-left: 10px;
    }
    .boardtitle {
        width: 100%;
    }
    .boardtitle > th > div  {
        font-size: 15px;
    }
    .boardtitle > th > .tleft {
        max-width:200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        margin: 0px;
        overflow: hidden;
        display: block;
        clear: inherit;
    }
    .text-muted {
        font-size: 13px;
        font-weight: 400;
    }
    .hidden-mb {
        display: none !important;
    }
    .lo-table.view tr .nxt-prv {
        font-size: 13px;
    }
    #page-title.title-search {
        padding: 0;
    }
    .big-search .form-search {
        width: 230px !important;
    }
    .big-search h2 {
        padding-bottom: 5px;
    }
    .form-inline {
        margin-left: -webkit-calc(50% - 143px);
        margin-left: calc(50% - 143px);
    }
    .form-group {
        margin-bottom: 0;
    }
    .soon-ico {
        max-width: 150px;
    }
    .find-ico {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .tableDiv {
        overflow-x: auto;
    }
    .tableDiv > table {
        min-width: 600px;
    }
    .hasDatepicker {
        width: 90px;
        font-size: 0.9rem;
    }
    .classification li {
        text-align: center;
    }
    .classification li span {
        display: block;
        float: none;
        text-align: center;
    }
    .col_full {
        margin-bottom: 0 !important;
    }
    .search-box.is-agency .selects {
        width: 100%;
    }
    .search-box.is-agency .button {
        margin-top: 10px;
        margin-right: 5px;
    }
    .report-form .input-row {
        display: block;
    }
    .report-form .input-row > * {
        display: block;
    }
    .report-form .input-row .input-name {
        width: 100%;
        border-right: 0;
    }
    .report-form .input-row .input-value {
        width: 100%;
    }
    .report-form .input-row .input-value select.mail {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    .thum-box {
        height:228px;
    }
    .report-form .input-row .input-value .mail {
        width: 120px;
    }
}

@media only screen and (max-width: 576px) {
    .feature-box.media-box {
        height: auto;
    }
    .thum-box {
        height:200px;
    }
}

/********************************************************
연혁
*********************************************************/
div.item {
    display: flex;
    flex: auto;
    overflow-y: auto;
    padding: 0rem 1rem 0rem 1rem;
}
#timeline {
    position: relative;
    display: table;
    height: 100%;
    margin-top: 0;
    padding-bottom: 30px;
}
#timeline div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: .5rem;
    bottom: 0rem;
    left: 66px;
    z-index: 1;
    background: #C5C5C5;
}
#timeline h3 {
    /*position: -webkit-sticky;
  position: sticky;*/
    position: absolute;
    /*top: 20rem;*/
    top: 0rem;
    color: #222;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}
@media (min-width: 62em) {
    #timeline h3 {
        font-size: 22px;
        font-weight: 600;
    }
}
#timeline section.year {
    position: relative;
}
#timeline section.year:first-child section {
    margin-top: -1.3em;
    padding-bottom: 0px;
}
#timeline section.year section {
    position: relative;
    padding-bottom: 1.25em;
    margin-bottom: 2.2em;
}
#timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 89px;
    color: #C5C5C5;
}
div.item {
    padding: 0;
}
@media (min-width: 62em) {
    #timeline section.year section h4 {
        font-size: 1em;
    }
}
#timeline section.year section ul {
    list-style-type: none;
    padding: 0 0 0 75px;
    margin: -1.35rem 0 1em;
    max-width: 100rem;
    font-size: 1em;
}
@media (min-width: 62em) {
    #timeline section.year section ul {
        font-size: 16px;
        padding: 0 0 0 95px;
    }
}
#timeline section.year section ul:last-child {
    margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #2363ab;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 60px;
    top: 6px;
    z-index: 2;
}
#timeline section.year section ul li {
    margin-left: .5rem;
}
/*#timeline section.year section ul li:before {
  content: '·';
  margin-left: -.5rem;
  padding-right: .3rem;
}*/
#timeline section.year section ul li:not(:first-child) {
    margin-top: .4rem;
}
#timeline section.year section ul li span.price {
    color: mediumturquoise;
    font-weight: 500;
}
#timeline .year-bold {
    font-size: 17px;
    margin-right: 10px;
    color: #444;
    font-weight: 600;
}
#timeline .thum {
    padding-top: 20px;
}
#timeline .thum:before {
    content: none !important;
}
#timeline img {
    max-width: 250px;
}
@media (min-width: 62em) {
    #timeline img {
        max-width: 400px;
    }
}
/********************************************************
연혁 END
*********************************************************/


/********************************************************
Magnific Popup CSS
*********************************************************/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url('images/preloader-dark.gif') center center no-repeat;
	text-align: center;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 1044;
	text-indent: -9999px;
}
	.mfp-preloader a {
		color: #CCC; }
		.mfp-preloader a:hover {
			color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover,
	.mfp-close:focus {
		opacity: 1; }
	.mfp-close:active {
		top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
    display: none; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
	.mfp-arrow:active {
		margin-top: -54px; }
	.mfp-arrow:hover,
	.mfp-arrow:focus {
		opacity: 1; }
	.mfp-arrow:before,
	.mfp-arrow:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent; }
	.mfp-arrow:after {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px; }
	.mfp-arrow:before {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after {
		border-right: 17px solid #FFF;
		margin-left: 31px; }
	.mfp-arrow-left:before {
		margin-left: 25px;
		border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after {
		border-left: 17px solid #FFF;
		margin-left: 39px; }
	.mfp-arrow-right:before {
		border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
		top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #000; }

/* Main image in popup */



img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
    margin: 0 auto; }
    






/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444; }
	.mfp-figure small {
		color: #BDBDBD;
		display: block;
		font-size: 12px;
		line-height: 14px; }
	.mfp-figure figure {
		margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }



/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/********************************************************
//Magnific Popup CSS END
*********************************************************/
