/***
 cs(고객지원)
 */
.cs-wrap {
    display: grid;
    grid-template-rows: 1fr 250px;
    /*grid-template-columns: 1fr minmax(250px, 350px);*/
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 499px) {
    .cs-wrap {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.faq-wrap {
    /*width: calc(100% - 200px);*/
    /*background-image: url("/assets/images/robot.png");*/
    /*background-size: auto;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    padding: 10px;
    min-height: 350px;
}
.faq-wrap .faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 26px;
}
.faq-wrap .faq-body ul > li {
    display: block;
    cursor: pointer;
    min-height: 30px;
}
.faq-wrap .faq-body .faq-num {
    background-color: #3b5fbf;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #555555;
    border-right: #555555;
    border-radius: 5px;
    padding: 2px 8px 2px 8px;
    width: 60px;
    height: 20px;
    text-align: center;
    float: left;
    margin-right: 8px;
}
.faq-wrap .faq-body .faq-subj {
    display: block;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 50px);
    background-color: transparent;
}
.faq-wrap .faq-body .faq-subj:hover {
    color: #db4865;
}
.faq-wrap .faq-body .faq-cont {
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    min-height: 150px;
    background-color: transparent;
    color: #404040;
    float: none;
    margin-top: 15px;
    padding: 15px 25px 15px 25px;
    overflow: -moz-scrollbars-none;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 28px;
}
.faq-wrap .faq-body .faq-cont > .strong {
    font-weight:bold;
}
.faq-wrap .faq-body .faq-cont > .hoam-red {
    color: #bf193f;
}
.faq-wrap .faq-body .faq-cont > .hoam-yellow {
    color: #f8bb00;
}
.faq-wrap .faq-body .faq-cont > .hoam-gray {
    color: #c0bd97;
}
.faq-wrap .faq-body .faq-cont > .hoam-blue {
    color: #159ab5;
}
.faq-wrap .faq-body .faq-cont > .italic {
    font-style: italic;
}
.faq-wrap .faq-body .faq-cont > .invert {
    filter: invert(100%);
}
.faq-wrap .faq-body .faq-cont > .over-dot {
    /*text-emphasis-style: dot;*/
    /*text-emphasis-position: over left;*/
    text-emphasis: filled #bf193f;
    -webkit-text-emphasis-style: dot;
    -webkit-text-emphasis-position: over;
}
.faq-wrap .faq-body .faq-cont > .under-line {
    text-decoration: underline;
}
.faq-wrap .faq-body .faq-cont > .over-line {
    text-decoration: underline;
}
.faq-wrap .faq-body .faq-cont > .line-through {
    text-decoration: line-through;
}
.faq-wrap .faq-bottom {
    width: 100%;
    height: 80px;
    text-align: center;
}
.faq-wrap .faq-bottom .show-more-btn {
    margin-top: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
    transform: translateY(50%);
    max-width: 150px;
    max-height: 40px;
    width: 150px;
    height: 40px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border: none;
    font-weight: bold;
}
.cs-card-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}
.cs-card {
    display: grid;
    grid-template-columns: 32% 68%;
    height: 150px;
    width: 25%;
    min-width: 350px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    background-color: #fff;/*#e1e463;*/
    border: #c9c9c9 10px solid;
    /*border-left: #9c9c9c 5px dotted;*/
    /*border-right: #9c9c9c 7px dotted;*/
    /*border-bottom: #9c9c9c 7px dotted;*/
    box-shadow: 5px 5px 5px #777777;
    margin-right: 10px;
}
.cs-card:hover {
    /*border: none;*/
    background-color: rgba(0, 100, 180, 0.5);
    cursor: pointer;
}
.cs-card-img {
    height: 100%;
    text-align: right;
}
.cs-card-img > img {
    max-width: 70px;
    /*margin-right: 10px;*/
    margin-top: 32px;
    /*transform: translateY(-50%);*/
}
.cs-card-text {
    text-align: left;
    margin-left: 20px;
}
.cs-card-text > .card-text-title {
    font-size: 28px;
    font-weight: bold;
    color: #db4865;
    margin-top: 40px;
    margin-bottom: 5px;
}
.cs-card-text > .card-text-value {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
}
@media screen and (max-width: 499px) {
    .cs-card {
        width: 100%;
    }
}
/***
 about(호암아이씨티 소개)
 */
@media screen AND (max-width: 899px) {
    .content {
        padding: 0 10px;
    }
}
.about-subtitle {
    height: 40px;
    font-size: 22px;
    font-weight: 600;
    background-color: #e7e7e7;
    color: #8b211e;
    vertical-align: middle;
    display: table-cell;
    padding: 0 30px 0 30px;
}
.intro-wrap {
    display: block;
    width: 100%;
    /*height: 30vh;*/
    margin: 50px 0 50px 0;
}
.intro-wrap .intro-top {
    width: 100%;
    margin-top: 30px;
}
.intro-wrap .intro-tag {
    width: 100%;
    height: 38px;
    clear: both;
    margin-top: 5px;
    font-size: 18px;
}
.intro-wrap .intro-top .intro-tag .intro-name {
    width: 130px;
    height: 100%;
    float: left;
    text-align: justify;
    line-height: 0;
    background-color: #31708f;
    color: #fff;
    padding: 12px 20px 10px 20px;
    font-weight: 600;
}
.intro-wrap .intro-top .intro-tag .intro-name:before {
    content: "";
    display: inline-block;
    width: 100%;
}
.intro-wrap .intro-top .intro-tag .intro-name:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.intro-wrap .intro-top .intro-tag .intro-value {
    height: 100%;
    padding: 12px 0 10px 0;
    /*font-weight: 600;*/
    float: left;
    margin-left: 20px;
    font-size: 20px;
}
@media screen and (max-width: 899px) {
    .about-subtitle {
        font-size: 18px;
        padding: 0 20px 0 20px;
    }
    .intro-wrap {
        margin: 35px 0 35px 0;
    }
    .intro-wrap .intro-top {
        margin-top: 20px;
    }
    .intro-wrap .intro-tag {
        font-size: 16px;
    }
    .intro-wrap .intro-top .intro-tag .intro-name {
        width: 110px;
        padding: 14px 15px 8px 15px;
    }
    .intro-wrap .intro-top .intro-tag .intro-value {
        padding: 10px 0 8px 0;
        margin-left: 15px;
        font-size: 16px;
    }
}
/***
 * 소개 - 위치
 */
.location-wrap {
    display: block;
    width: 100%;
    height: 83vh;
    text-align: center;
}
.location-wrap .location-top {
    width: 100%;
    color: #000;
}
.location-wrap .location-left {
    width: 60%;
    height: 100%;
    color: #fff;
    float: left;
}
.location-wrap .location-right {
    width: 40%;
    height: 100%;
    background-color: #db4865;
    color: #000;
    float: left;
}
.location-wrap .location-right .map-src {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.location-wrap .location-right .map-src iframe {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    border: none;
}
.location-wrap .location-bottom {
    width: 100%;
    height: 20%;
    background-color: #31708f;
    color: #fff;
}
.contact {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #404040;
    padding: 35px;
    line-height: 30px;
}
.contact .address {
    font-size: 24px;
    font-weight: bold;
}
.contact .phone {
    font-size: 24px;
    font-weight: bold;
}
.contact .email {
    font-size: 24px;
    font-weight: bold;
}
.contact .title {
    color: #31708f;
    margin-bottom: 15px;
}
.contact p {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: normal;
}
.contact .welcome {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
}
.contact .welcome ul {
    height: 345px;
    background-color: #f8f8f8;
    padding: 15px;
    font-size: 18px;
}
.contact .welcome li.welcome-trx {
    margin-bottom: 10px;
}
.contact .welcome li.welcome-trx .trx-name {
    background-color: #31708f;
    color: #fff;
    padding: 3px 8px 3px 8px;
}
.contact .welcome li.welcome-trx .trx-cont {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
}
@media screen and (max-width: 899px) {
    .location-wrap .location-left {
        width: 100%;
    }
    .location-wrap .location-right {
        width: 100%;
    }
    .contact {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
        color: #404040;
        padding: 5px;
        line-height: 20px;
    }
    .contact .address {
        font-size: 16px;
        font-weight: bold;
    }
    .contact .phone {
        font-size: 16px;
        font-weight: bold;
    }
    .contact .email {
        font-size: 16px;
        font-weight: bold;
    }
    .contact .title {
        color: #31708f;
        margin-bottom: 15px;
    }
    .contact p {
        margin-top: 5px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .contact .welcome {
        font-size: 16px;
        margin-top: 50px;
    }
    .contact .welcome ul {
        padding: 5px;
        font-size: 14px;
    }
    .contact .welcome li.welcome-trx {
        /*margin-bottom: 10px;*/
    }
    .contact .welcome li.welcome-trx .trx-name {
        /*background-color: #31708f;*/
        /*color: #fff;*/
        /*padding: 3px 8px 3px 8px;*/
    }
    .contact .welcome li.welcome-trx .trx-cont {
        /*font-weight: normal;*/
        /*margin-top: 0;*/
        /*margin-bottom: 0px;*/
    }
}
/***
 채용
 */
.content-wrap img {
    width: 100%;
    height: auto;
}
/***
 포트폴리오
 */
.portfolio-wrap  {
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;/* IE, Edge */
    scrollbar-width: none;
}
.portfolio-wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.portfolio {
    /*width: 100%;*/
    min-height: 200px;
    display: block;
    padding: 10px 10px 10px 10px;
}
.portfolio .portfolio-img {
    width: 350px;
    min-height: 200px;
    border: #c7c7c7 1px solid;
    float: left;
    margin-right: 20px;
}
.portfolio .portfolio-name {
    font-size: 14pt;
    font-weight: bold;
    color: #3b5fbf;
    margin-bottom: 5px;
}
.portfolio .portfolio-name a {
    font-size: 14pt;
    font-weight: bold;
    color: #3b5fbf;
}
.portfolio .portfolio-period {
    color: #31708f;
    margin-bottom: 5px;
}
.portfolio .portfolio-customer {
    color: #31708f;
    margin-bottom: 5px;
}
.portfolio .portfolio-cont {
    height: 120px;
    max-height: 120px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    word-break:break-word;
    line-height: 20px;
}
@media screen and (max-width: 599px) {
    .portfolio .portfolio-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/***
 Portfolio Review(포트폴리오 상세보기)
 */
.pf-review-wrap {
    width: 100%;
    /*max-height: 800px;*/
    min-height: 480px;
}
.pf-review-wrap .pf-cover {
    width: 100%;
    border: #c9c9c9 1px solid;
}
.pf-review-wrap .pf-cover .pf-summary {
    width: 40%;
    height: 100%;
    float: left;
    padding: 20px;
    background-color: #2c4359;
    color: #fff;
}
.pf-review-wrap .pf-cover .pf-summary .pf-name {
    font-size: 14pt;
    font-weight: bold;
    color: #fffa90;
    margin-bottom: 15px;
}
.pf-review-wrap .pf-cover .pf-summary .pf-period {
    color: #d1edef;
    margin-bottom: 5px;
}
.pf-review-wrap .pf-cover .pf-summary .pf-customer {
    color: #d1edef;
    margin-bottom: 5px;
}
.pf-review-wrap .pf-cover .pf-summary .pf-overview {
    padding: 10px 0 20px 0;
    display: block;
    width: 100%;

    /*overflow: hidden;*/
    overflow-y: hidden;
    -ms-overflow-style: none;/* IE, Edge */
    scrollbar-width: none;

    /*text-overflow: clip;*/
    white-space: normal;
    line-height: 1.6;
    height: 11.8em;
    word-wrap: break-word;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 6;*/
    /*-webkit-box-orient: vertical;*/
}
.pf-review-wrap .pf-cover .pf-img {
    width: 60%;
    height: 100%;
    border: #fff 5px solid;
    float: left;
    /*display: flex;*/
    text-align:center;
}
.pf-review-wrap .pf-cover .pf-img img {
    /*width: 100%;*/
    /*height: auto;*/
}
@media screen and (max-width: 599px) {
    .pf-review-wrap .pf-cover .pf-summary {
        width: 100%;
    }
    .pf-review-wrap .pf-cover .pf-img {
        width: 100%;
    }
}
@media screen and (max-width: 415px) {
}
.pf-review-wrap .pf-cont {
    position: relative;
    width: 100%;
    min-height: 200px;
    clear: both;
    margin: 20px 0 10px 0;
    padding: 20px 0 20px 0;
    line-height: 1.8;
    font-size: 20px;
    word-break: break-all;
    float: left;
}
.cont-img {
    overflow: hidden;
    text-align: center;
}
.cont-img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 10px 0 0
}
.side-left {
    float: left;
}
.side-right {
    float: right;
}
.centered  {
    clear: both;
    /*position: absolute;*/
    display: block;
    margin: 0 auto;
    /*top: 50%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*-webkit-transform: translate(50%,0);*/
    /*-ms-transform: translate(50%,0);*/
    /*transform: translate(50%,0);*/
}
.size-w0 {
    /*width: 100%;*/
    height: auto;
    display: block;
    margin: 0 auto;
}
.size-w1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.size-w2 {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.size-w3 {
    width: 33.333%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.size-w4 {
    width: 25%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.size-h0 {
    width: auto;
    /*height: 100%;*/
    display: block;
    margin: auto 0;
}
.size-h1 {
    width: auto;
    height: 100%;
    display: block;
    margin: auto 0;
}
.size-h2 {
    width: auto;
    height: 50%;
    display: block;
    margin: auto 0;
}
.size-h3 {
    width: auto;
    height: 33.333%;
    display: block;
    margin: auto 0;
}
.size-h4 {
    width: auto;
    height: 25%;
    display: block;
    margin: auto 0;
}
.pf-review-wrap .pf-rel-wrap {
    clear: both;
    width: 100%;
    height: 250px;
    /*background-color: #8b211e;*/
    margin-top: 30px;
    padding: 10px 10px 10px 0;
}
.pf-review-wrap .pf-rel-wrap .pf-rel-title {
    width: max-content;
    font-size: 12pt;
    font-weight: bold;
    color: #8b211e;/*#bf193f; #2c4359;*/
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
    background-color: #f8bb00;
    border-bottom: #bf193f 1px solid;
    border-right: #bf193f 1px solid;
}
.pf-review-wrap .pf-rel-wrap .pf-rel-product-wrap {
    width: 200px;
    height: calc(100% - 14pt);
    border: #9c9c9c 1px solid;
}
/***
 inquiry(문의)
 */
.inquiry-wrap {
    width: 100%;
    height: 100%;
}
.inquiry-wrap .inquiry-notice {
    /*width: 50%;*/
    /*min-width: 600px;*/
    margin: 0 auto 30px auto;
    background: #e7e7e7;
    padding: 20px 30px 20px 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #db4865;
}
.inquiry-wrap .inquiry-cont {
    /*width: 50%;*/
    /*min-width: 600px;*/
    margin: 0 auto 30px auto;
}
.inquiry-wrap .inquiry-cont table {
    width: 100%;
    font-size: 18px;
    border-top: #c9c9c9 1px solid;
    border-collapse: collapse;
}
.inquiry-wrap .inquiry-cont table tr {
    height: 55px;
    min-height: 55px;
}
.inquiry-wrap .inquiry-cont table th, td {
    border-bottom: #c9c9c9 1px solid;
    border-left: #c9c9c9 1px solid;
    vertical-align: middle;
}
.inquiry-wrap .inquiry-cont table th {
    width: 180px;
    min-width: 80px;
    /*background: #e7e7e7;*/
    color: #555;
    border-left: none;
    padding: 10px;
    font-weight: 600;
}
.inquiry-wrap .inquiry-cont .inquiry-title {
    /*width: 80%;*/
    /*margin-left: 10%;*/
    text-align: justify;
    line-height: 0;
}
.inquiry-wrap .inquiry-cont .needed {
    color: #db4865;
}
.inquiry-wrap .inquiry-cont .inquiry-title:after {
    width: 100%;
    content: "";
    display: inline-block;
}
.inquiry-wrap .inquiry-cont .inquiry-title:before {
    width: 100%;
    content: "";
    display: inline-block;
}
.inquiry-wrap .inquiry-cont table td {
    padding: 10px 10px 10px 20px;
}
.inquiry-wrap .inquiry-cont table td:last-child {
    border-right: none;
}
.inquiry-wrap .inquiry-cont input:not(.inq-ex):not(.upload-file-name),textarea {
    width: 100%;
}
.inquiry-wrap .inquiry-cont input[type=checkbox]~label {
    margin-right: 20px;
}
.inquiry-wrap .inquiry-cont table td input:not(.inq-ex):not(.upload-file-name) {
    height: 30px;
    border: 0 solid black;
}
.inquiry-wrap .inquiry-cont textarea {
    min-height: 200px;
    border: 0 solid black;
    font-size: 18px;
    border: none;
    resize: none;
}
.inquiry-wrap .inquiry-cont input:not(.inq-ex):focus:focus {
    outline: none;
}
.inquiry-wrap .inquiry-cont input:not(.upload-file-name):focus {
    outline: none;
}
.inquiry-wrap .inquiry-cont textarea:focus {
    outline: none;
}
.inquiry-wrap .inquiry-bottom {
    height: 100px;
    text-align: center;
}
.inquiry-wrap .inquiry-bottom button {
    display: inline-block;
    padding: .5em .75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #9c9c9c;
    /*border-bottom-color: #e2e2e2;*/
    border-radius: .25em;
    margin: 0 10px 0 10px;
}
.inquiry-wrap .inquiry-bottom button:hover {
    background: #bf193f;
    color: #fff;
}
@media screen and (max-width: 899px) {
    .inquiry-wrap .inquiry-notice {
        margin: 0 auto 20px auto;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .inquiry-wrap .inquiry-cont {
        margin: 0 auto 20px auto;
    }
    .inquiry-wrap .inquiry-cont table {
        font-size: 14px;
    }
    .inquiry-wrap .inquiry-cont table th {
        width: 100px;
        padding: 5px;
    }
    .inquiry-wrap .inquiry-cont table td {
        padding: 5px 5px 5px 10px;
    }
    .inquiry-wrap .inquiry-cont textarea {
        font-size: 14px;
    }
}