/*-------------------------------------------------------------------------*/
/*service*/
/*-------------------------------------------------------------------------*/
.service-portlet {
    padding: 80px 0px 140px;
}
.button-brochure {
    position: fixed;
    top: 160px;
    right: 80px;
    width: 120px;
    height: 120px;
    z-index: 1000;
}
.service-about, .contact, .portfolio, .blog, .blog-detail  {
    margin-top: 71px;
    background: white;
    color: black;
}

/*section1*/
.liststyle.margin {
    margin-bottom: 20px;
}
.header-text h3 {
    margin-top: 40px;
    line-height: 1.3;
}
.header-text p {
    margin-top: 40px;
    width: 70%;
    font-size: 18px;
}
.service-about .detail-title {
    font-size: 32px;
}
.service-about .detail-body {
    font-size: 24px;
    margin-top: 8px;
}


/*service-business*/
.service-business {
    background: #f6f6f6;
}
.service-business .header-text h3:nth-of-type(1) {
    display: block;
}
.service-business .header-text h3:nth-of-type(2) {
    display: none;
}
.service-business .detail-wrap {
    position: relative;
    right: 0px;
    height: 820px;
}
.busienss-section {
    background-image: url("/static/images/sub/business_bg.png");
    width: 352px;
    height: 352px;
    color: black;
    padding : 60px 70px;
}
.busienss-section h6 {
    margin-bottom: 6px;
}
.busienss-section p {
    margin-top: 10px;
}
.busienss-section.section-1, .busienss-section.section-2, .busienss-section.section-3, .busienss-section.section-4{
    position: absolute;
}
.busienss-section.section-1 {
    top: -40px;
    left: -40px;
}
.busienss-section.section-2 {
    top: 140px;
    left: 200px;
}
.busienss-section.section-3 {
    top: 350px;
    left: -10px;
}
.busienss-section.section-4 {
    top: 560px;
    left: 200px;
}


/*service-history*/
.service-history {
    background: white;
}
.history-section {
    color: black;
    margin-bottom: 48px;
}
.history-section h3 {
    color: black;
}
.history-section .section-body {
    border-left: 1px solid #595959;
    margin-top: 30px;
}
.section-body ul li {
    background-image: url("/static/images/sub/history_index.png");
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position-y: 50%;
}
.history-section .section-body-top {
    height: 60px;
}
.history-section .section-body-top, .history-section .section-body-middle {
    padding-left: 20px;
    margin-bottom: 20px;
}
.history-section .section-body-top img {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    float: left;
}
.history-section .section-body-top p {
    padding-left : 20px;
}
.history-section .section-body-top .section-body-title {
    padding: 8px 0px 4px;
}
.history-award {
    position: relative;
    height: 140px;
    /*line-height: 140px;*/
    color: black;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    vertical-align: center;
}
.history-award img {
    /*margin : auto 40px;*/
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
.history-award p {
    float: left;
}
.history-award p:nth-of-type(1) {
    margin: 40px 50px 40px 120px;
    vertical-align: middle;
    font-size: 18px;
}
.history-award p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 700;
    margin: 50px 0px;
}
.history-award p:nth-of-type(3) {
    font-size: 24px;
    margin: 50px 5%;
}

/*-------------------------------------------------------------------------*/
/*portfolio*/
/*-------------------------------------------------------------------------*/
.portfolio-menu-wrap {
    display: inline-block;
}
.portfolio-menu li {
    float: left;
    list-style: none;
    margin-right: 40px;
}
.portfolio-menu li a {
    color: black;
}
.portfolio-menu li a.active {
    color: #5ce0ff;
    text-decoration: underline;
    font-weight: 900;
}

/* - Portfolio Section */
.portfolio-list li p {
    color: black;
}
.portfolio-list .list-title {
    width: 100%;
    height: 52px;
    display: inline-block;
    margin: 24px 0px;
    font-size: 18px;
    line-height: 1.5;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;

}
.portfolio-list .list-filter {
    font-size: 14px;
    padding-bottom: 24px;
    border-bottom: 1px solid #999999;
    color: #1e1e1e;
}
.portfolio-list li {
    list-style: none;
}
.portfolio-list li.columns {
    margin-bottom: 30px;
}
.portfolio-list li img {
    width: 100%;
}
.portfolio-image-block a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.portfolio-image-block a::before,
.portfolio-image-block a::after,
.portfolio-block-hover,
.loadmore a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-image-block a::before {
    content: "";
    background-color: rgba(34,6,6,0.30);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}
.portfolio-image-block a::after {
    font-family: "linea-arrows-10";
    content: "\e048";
    font-size: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translate(0%, -50%) scale(0);
    -webkit-transform: translate(0%, -50%) scale(0);
    -moz-transform: translate(0%, -50%) scale(0);
    -ms-transform: translate(0%, -50%) scale(0);
    color: #fff;
    z-index: 1;
    opacity: 0;
}
.portfolio-block-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    top: 50%;
}
.portfolio-block-hover > h5 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.portfolio-block-hover > span {
    color: #999999;
    text-transform: capitalize;
}
.portfolio-image-block a:hover::after {
    transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    opacity: 1;
}
.portfolio-image-block a:hover::before {
    background-color: rgba(37,37,37,0.50);
}
.portfolio-image-block a:hover .portfolio-block-hover {
    transform: translate(0%, -50%) scale(0);
    -webkit-transform: translate(0%, -50%) scale(0);
    -moz-transform: translate(0%, -50%) scale(0);
    -ms-transform: translate(0%, -50%) scale(0);
}


/*-------------------------------------------------------------------------*/
/*Blog*/
/*-------------------------------------------------------------------------*/
.blog {
    padding: 80px 0px 40px;;
}
.blog-listing {
    display: inline-block;
    width: 100%;
}
.blog .type-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.blog .type-post .entry-cover {
    position: relative;
    overflow: hidden;
}
.blog .type-post .entry-cover img {
    width: 570px;
    height: 300px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.blog .type-post .entry-cover img:hover {
    transform:scale(1.12);
}
.blog .type-post .entry-contentbox {
    height: 300px;
    position: relative;
    padding-left: 20px;
    color: black;
}
.blog .type-post .entry-contentbox h3 {
    color: black;
    font-size: 25px;
    font-weight: 700;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.blog .type-post .entry-contentbox .post-date {
    font-size: 14px;
    color: #1e1e1e;
    margin: 10px 0px;
}
.type-post .entry-contentbox .entry-content {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-contentbox .read-more {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 20px;
}.entry-contentbox .read-more i {
    margin-left: 8px;
    font-size : 20px
}
.entry-contentbox .read-more a {
    color: #1e1e1e;
}
.entry-contentbox .read-more a:hover {
    color: #5ce0ff;
}



/* - Ow Pagination */
.ow-pagination  {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ow-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
}
.ow-pagination ul li{
    display: inline-block;
}
.ow-pagination ul li a {
    border-radius: 0;
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: none;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    text-decoration: none;
}
.ow-pagination ul li.active a {
    border: 1px solid #e5e5e5;
    background-color: #5ce0ff;
    color: black;
}
.ow-pagination ul li > a:hover {
    background-color: #5ce0ff;
    color: black;
}
.ow-pagination ul li.next a {
    border: 1px solid #333;
    float: none;
    line-height: 30px;
}
.ow-pagination ul li.next a:hover {
    border-color: #5ce0ff;
}

/*-------------------------------------------------------------------------*/
/*Blog-detail*/
/*-------------------------------------------------------------------------*/
.blog-detail .type-post .blog-detail-contentbox {
    padding-left: 0px;
    position: relative;
    color: black;
}
.blog-detail .type-post .entry-cover {
    margin-bottom: 40px;
}
.blog-detail .type-post .entry-cover img{
    transform: none;
}
.blog-detail .type-post .blog-detail-contentbox h3 {
    color: black;
    font-size: 32px;
    font-weight: 700;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.blog-detail .type-post .post-date {
    font-size: 14px;
    color: #1e1e1e;
    margin: 10px 0px 40px 0px;
}
.blog-detail-contentbox .contentbox-body p {
    margin: 0px 0px 40px 0px;
}
.blog-detail-contentbox .contentbox-body .imagebox {
    width: 100%;
    margin: 0px 0px 40px 0px;
}
.blog-detail-contentbox .contentbox-body .imagebox img {
    width: 100%;
}
.blog-detail-contentbox .contentbox-body .imagebox p {
    text-align: center;
    font-size: 14px;
    color : #8ea5a8;
}
.blog-detail-contentbox .contentbox-body ul {
    margin: 40px 0px;
}
.blog-detail-contentbox .contentbox-body ul li {
    margin-left: 40px;
    list-style: square;
    line-height: 2;
}
/* - Blog:: Single:: Social & Tag */
.blog-detail .block-title {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.45px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.blog-detail .type-post .tags {
    border-top: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
    display: inline-block;
    width: 100%;
    margin: 40px 0px 0px;
    padding: 20px 0px;
}
.blog-detail .type-post .tags a {
    padding-left: 10px;
    display: inline-block;
    font-size: 14px;
    color: #999;
    position: relative;
    text-decoration: none;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}


/* - Blog:: Single:: Related Post */
.blog-detail .related-post {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.blog-detail .related-post .block-title {
    margin-bottom: 20px;
}
/*.blog-detail .related-post .type-post {*/
    /*margin-bottom: 5px;*/
/*}*/
.blog-detail .related-post .type-post .entry-cover {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-detail .related-post .type-post .entry-cover img {
    width: 270px;
    height: 178px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.blog-detail .related-post .type-post .entry-cover img:hover {
    transform: scale(1.3);
}
.related-post .type-post .entry-contentbox h3 {
    font-size: 24px;
    color: black;
}



/*-------------------------------------------------------------------------*/
/*Contact*/
/*-------------------------------------------------------------------------*/
.contact {
    color: black;
}
.contact .header-text {
    margin-bottom: 80px;
}
.header-text h5 {
    color: black;
    font-size: 24px;
}
.input-form input {
    width: 100%;
    height: 48px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom : 20px;
    font-family: 'Noto Sans KR', sans-serif;
}
.input-form p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.select-project {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.select-project a {
    width: 25%;
    height: 48px;
    color: black;
    float: left;
}
.select-project a:hover {
    color: #5ce0ff;
}
.select-project a div {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 48px;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select-project a div.active {
    background: #5ce0ff;
}
.input-form .input-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.input-row .price-select {
    width: calc(50% - 20px);
    margin-right: 18px;
    height: 48px;
    border: 1px solid #d2d2d2;
    float: left;
}
.input-row .price-select select {
    width: 100%;
    height: 100%;
    padding : 0px 10px;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
}
.input-row .start-date {
    width: calc(25% - 20px);
    margin-right: 18px;
    margin-bottom: 0px;
}
.input-row .end-date {
    width: 25%;
    margin-bottom: 0px;
}
.input-form textarea {
    width: 100%;
    height: 220px;
    border: 1px solid #d2d2d2;
    color: black;
    font-size: 18px;
    padding: 10px;
    resize: none;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 20px;
}
textarea::placeholder, input::placeholder {
    color: #7e7e7e;
    font-family: 'Noto Sans KR', sans-serif;
}
.input-form .attach-file {
    width: calc(75% - 20px);
    height: 48px;
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    line-height: 48px;
    margin-right: 20px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.input-form .button-attach {
    width: 25%;
    height: 48px;
    margin: 0px;
    padding: 0px;
}
.input-row.input-row-2 input{
    width: calc( 50% - 12px );
    margin-bottom: 0px;
}
.input-row.input-row-2 input:first-of-type {
    margin-right: 20px
}
.input-form textarea.terms-box {
    height: 120px;
    font-size: 12px;
    margin-bottom: 10px;
}
.input-form .terms-check-box {
    margin-bottom: 40px;
}
.input-form .button-submit {
    width: 420px;
    height: 60px;
}
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:black;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;
}

