/*font-------------------------------------------------------------------------

font-family: 'Lato', sans-serif;
#cb0202

-------------------------------------------------------------------------*/
a {color: #333; transition: all 0.5s;}
a:hover {color: #cb0202;}
.top-menu {
    width: 100%;
}
.top-menu ul {
    display: flex;
    justify-content: flex-end;
}
.top-menu ul a {
    font-size: 13px;
    font-weight: 300;
    color: #4c4c4c;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    margin-left: 15px;
    
}
.top-menu ul a:hover{color: #cb0202;}
.top-menu ul li:last-child a::before {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #4c4c4c;
}
div#top_header {
    background-color: #f0f0f0;
}
.ourworks {
    background: url(about_bg.jpg) center center no-repeat;
    background-size: cover;
}
.ourworks .sec-tit-area {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
}
.p-wrap {
    display: block;
    text-align: center;
    width: 75%;
}
.p-wrap p {
    text-align: left;
    display: inline-block;
}
.ourworks .contents-wrap {
    display: flex;
    justify-content: space-between;
}
.about-icon {
    margin: 0;
    padding: 0;
    width: 25%;
    max-width: 25%;
    text-align: center;
}
.main-btns {
    padding-top: 20px;
}
.ourworks h3 {
    font-size: 22px;
    font-weight: 400;
    color: #2e2e2e;
}
.ourworks ul li:first-child {
    position: relative;
    padding-top: 140px!important;
}
.ourworks ul li:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 114px;
    height: 114px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(203,2,2,1);
    transform: translateX(-50%);
    border-radius: 50%;
    transition: all 0.5s;
}

.ourworks .about-icon:nth-child(1) ul li:first-child::before {background-image: url(about-icon_01.png);}
.ourworks .about-icon:nth-child(2) ul li:first-child::before {background-image: url(about-icon_02.png);}
.ourworks .about-icon:nth-child(3) ul li:first-child::before {background-image: url(about-icon_03.png);}
.ourworks .about-icon:nth-child(4) ul li:first-child::before {background-image: url(about-icon_04.png);}

.product-divs {
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 90px 0;
}
.swiper-container {
    width: 1200px;
    height: auto;
    margin: 50px auto 0px;
}
.swiper-container {
    width: 1200px;
    height: auto;
    margin: 50px auto 0px;overflow: hidden!important;
}

.swiper-button-prev {
    left: 200px!important;
}
.swiper-button-next {
    right: 200px!important;
}
.swiper-button-next, .swiper-button-prev {
    top: 57%!important;
    width: 55px!important;
    height: 51px!important;
}
.swiper-button-prev:after {
    background-image: url(prev-btn.png);
}
.swiper-button-next:after {
    background-image: url(next-btn.png);
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    width: 55px!important;
    height: 51px!important;
    line-height: 52px!important;
    font-size: 0px!important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s;
    background-size: cover;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after{background-color: rgba(230,230,230,1);}
.main_title h2 {
    font-size: 46px;
    color: #363535!important;
    font-weight: 700;
}
.main_title p {
    font-size: 17px;
    color: #666666;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.swiper-slide li img {
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    opacity: 0.8;
    transition: all 0.5s;
}
.swiper-slide a li:last-child {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #424242;
}
.swiper-slide a li {transition: all 0.5s;}
.swiper-slide a:hover li {color: #cb0202;}
.swiper-slide a:hover li img {opacity: 1;}

.mainboard {
    display: flex;
    justify-content: space-around;
}
.mainboard>div {
    width: 47%;
    text-align: left;
}
.sec-right>div {
    height: 47%;
}
.sec-left {
    background-color: rgba(255,255,255,0.8);
}
.mainboard .board-area {
    padding: 50px 30px;
    position: relative;
}
.mainboard .board-area h3 {
    line-height: 1!important;
    font-size: 26px;
    font-weight: 600;
    color: #242424;
    padding-bottom: 30px;
    margin-bottom: 30px!important;
    border-bottom: 1px solid #cfcfcf!important;
}
.mainboard .board_output a {
    position: relative;
    font-family: 'Noto Sans KR'!important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #5d5d5d!important;
    line-height: 2.8;
    padding-left: 10px!important;
}
.mainboard .board_output a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #5d5d5d;
    border-radius: 50%;
}
.mainboard tr.board_output_7_tr td {
    font-family: 'Noto Sans KR'!important;
    font-size: 16px!important;
    color: #8b8b8b!important;
    font-weight: 300;
}
.mainboard tr.board_output_7_tr td:last-child {
    width: 17%;
}
.mainboard .QnA>tbody>tr:nth-child(2)>td>a::before {
    display: none;
}
.mainboard>.sec-left>.board-area>.board_output>tbody>tr:last-child {
    display: block;
    position: absolute;
    background: red;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 30px;
}
.mainboard .board-area>.board_output>tbody>tr:last-child {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 30px;
}
.mainboard .board-area>.board_output>tbody>tr:last-child td {
    width: 100%;
    height: 100%;
    display: block;
}
.mainboard .board-area>.board_output>tbody>tr:last-child td a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0!important;
    background-color: #cb0202;
    transition: all 0.5s;
}
.mainboard .board-area>.board_output>tbody>tr:last-child td a:hover {
    background-color: rgba(203,3,3,0.3);
    border: 2px solid #000;
}
.sec-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ask-area ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.ask-area ul li {
    width: 47%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    transition: all 0.5s;
}
.cs-area {
    background-color: rgba(255,255,255,0.8);
    padding: 50px 90px;
}
.ask-area ul li:hover {
    background-color: rgba(203,3,3,0.9);
}
.ask-area ul li a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 125px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #333333;
    transition: all 0.5s;
}
.ask-area ul li:hover a {color: #fff;}
.ask-area ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.ask-area ul li:nth-child(1) a::before {background-image: url(cs-icon_01.png);}
.ask-area ul li:nth-child(2) a::before {background-image: url(cs-icon_02.png);}
.ask-area ul li:nth-child(1):hover a::before {background-image: url(cs-icon_01_w.png);}
.ask-area ul li:nth-child(2):hover a::before {background-image: url(cs-icon_02_w.png);}
.cs-area ul {
    padding-left: 90px!important;
    background: url(cs-icon_03.png) center left no-repeat;
}
.cs-area li:nth-child(2), .cs-area li:nth-child(1) a {
    font-family: 'Lato'!important;
    font-size: 29px;
    color: #303030;
    font-weight: 700;
}
.cs-area li:nth-child(3) a {
    font-size: 18px;
    font-weight: 300;
    color: #5d5d5d;
}
.cs-area li a:hover {color: #cb0202;}
.main-map {
    height: 360px;
}
.main-map iframe {
    width: 100%;
    height: 100%;
}
#footerarea {
    text-align: center;
}
li.copy {
    color: #bebebe;
}
    .mainboard tr.board_output_7_tr td:first-child {display: none;}



/*-------------------------------------------------------------------------

서브페이지

-------------------------------------------------------------------------*/
ol {
    padding-left: 20px;
}
ol li {
    margin-bottom: 15px;
}
span.pt {color: #cb0202;}
.history::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #343434;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 100;
}
.history::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #343434;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 100;
}
.history {
    position: relative;
}
.his_list ul li:hover .his_box {transition: all 0.5s;}
.his_list ul li:hover .his_box {background-color: #f1f1f1;}

.his_list h3 {position: relative; transition: all 0.5s;}
.his_list ul li:hover h3 {position: relative; color: #cb0202;}
.his_list ul li h3::before {
    position: absolute;
    content: "";
    top: 14px;
    left: 60px;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #cb0202 transparent transparent;
    opacity: 0;
    transition: all 0.5s;
}
.his_list ul li:hover h3::before {opacity: 1;}
.his_list ul li .his_point {transition: all 0.5s;}
.his_list ul li:hover .his_point {background-color: #cb0202;}

.business table {width: 100%;}
.business table th {
    font-size: 17px!important;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 1px solid #cb0202;
    background-color: #f7f7f7;
}
.business table td {
    border: 1px solid #ddd;
    font-size: 16px!important;
    text-align: center;
    padding: 10px;
}
.business table td li {
    position: relative;
    text-align: left;
    padding-left: 30px;
}
.business table td li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    top: 12px;
    left: 12px;
}
.add-area {
    padding: 30px 50px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #cb0202;
}
.add-area p {
    margin-bottom: 10px;
}
select[name="add9Y"], select[name="add10Y"], select[name="add9M"], select[name="add10M"], select[name="add9D"], select[name="add10D"] {
    width: 100px!important;
}
#subarea .subcontxt .mailformtb  tr:nth-child(12) td input[type='text'] {
    width: 29%!important;
}

.mailformtb>tbody>tr {
    border-bottom: 1px solid #ddd;
}
.shtitle.mail-tit {
    margin-bottom: 0!important;
}
input.formmail_border {
    font-size: 16px;
    color: #222;
}
.mailform1 a:nth-child(1) {background-color: #cb0202;opacity: 0.8;}
.mailform1 a:hover:nth-child(1) {opacity: 1;}
.subcontxt.board-area {
    padding: 0;
}
font {
    font-family: 'Noto Sans KR'!important;
    font-size: 15px!important;
    color: #333!important;
}
table.board.qalist>tbody>tr:nth-child(1) {
    border-top: 1px solid #ddd;
    background: #f7f7f7;
}

td.board_bgcolor {
    background-color: #f7f7f7!important;
    padding: 7px;
}
td.formmail_cell_bgcolor a {
    display: inline-block;
    width: 69px;
    height: 20px;
    background: #cd0202 url('btn_zip.png') center center no-repeat;
    border-radius: 5px;
    opacity: 0.8;
    transition: all 0.5s;
}
td.formmail_cell_bgcolor a:hover {opacity: 1;}
td.formmail_cell_bgcolor a img {
    display: none;
}
.product-wrap .main-wrap {
    background-color: #f7f7f7;
    padding: 20px 50px;
    font-size: 1.015em;
    line-height: 1.8;
    font-weight: 500;
}
.product-wrap .img-wrapper {
    text-align: center;
    margin: 50px auto;
}
.product-wrap .prd-spec {
    margin: 40px 0 0;
    padding: 35px 0 0;
    border-top: 1px solid #ddd;
}
.product-wrap .prd-spec h4 span::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cd0202;
}
.product-wrap .prd-spec h4 span {
    position: relative;
    padding-left: 20px;
}
.subcontxt .mailformtb input[name="address_post1"] {
    width: 170px!important;
}

.his_list ul li.right {flex-direction: row-reverse;}

.subcontxt .txt-wrap {
    text-align: center;
}
.subcontxt .txt-wrap ul {
    display: inline-block;
}
.subcontxt .txt-wrap ul li {
    text-align: left;
}

.product-wrap table {
    width: 100%;
}

.product-wrap table th {
    font-size: 16px!important;
    background: #f7f7f7;
}
.product-wrap table th, .product-wrap table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.product-wrap .subcontxt > .img-wrap img {
    padding: 0 30px;
}
.product-wrap .main-wrap li {
    font-size: 0.895em;
    line-height: 1.5;
    font-weight: 400;
    color: #cb0202;
}







/*-------------------------------------------------------------------------

반응형

-------------------------------------------------------------------------*/

@media (max-width: 1200px){
    .container {
        width: 100%;
        max-width: 100%;
    }
    .swiper-container {max-width: 90%; }
    .swiper-button-next, .swiper-button-prev {opacity: 0;}
    .mainboard {justify-content: space-between;}
    .mainboard>div {text-align: left;}
    .cs-area {padding: 50px 70px;}
    .ourworks p br {display: none!important;}
    .ourworks {padding: 50px 0;}
    .ourworks .sec-tit-area,.mainboard {flex-wrap: wrap;}
    .ourworks h2 {width: 100%; text-align:center;}
    .p-wrap {width: 100%;}
    .p-wrap p {text-align: center;}
    .toparr a.top {left: auto; right: 1%;}
    .top-menu ul {padding: 0 15px!important;}
}




@media (max-width: 1024px){
    .mainboard tr.board_output_7_tr td:last-child {display: none;}
    .submn a {min-width: 120px;}
}




@media (max-width: 811px){
    .carousel-caption {
        right: 0;
        bottom: 40%!important;
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .mainboard>div {width: 100%; margin-bottom: 20px;}
    .sec-right {flex-direction: row;}
    .sec-right>div {height: 100%; width: 49%;}
    .ask-area ul li {width: 49%;}
    .cs-area {padding: 30px 20px;}
    .ask-area ul li a {padding-top: 100px;}
    .mainboard tr.board_output_7_tr td:last-child {display: revert;}
    .submn a {min-width: 90px;}
    .history::after,.history::before {display: none;}
    .his_list ul li .his_box {background-color: #f1f1f1;}
    .his_point {background-color: #cd0202;}
    .business table td,.business table th {font-size: 1em!important;}
    .business table td li::before {top: 10px;}
    .product-wrap .main-wrap {font-size: 1em;}
    .product-wrap .subcontxt > .img-wrap img {padding: 0 0;}
}





@media (max-width: 560px){
    
    .carousel-caption {    bottom: 30%!important;}
    .carousel-indicators {bottom: 0px!important;}
    #main_slide .carousel-inner {max-height: 300px!important;}
    #header .header_wrap .logo {left: 5px;}
    .product-wrap .prd-spec h4 span {    padding-left: 15px;}
    .product-wrap .prd-spec h4 span::before {    top: 10px;
    width: 5px;
    height: 5px;}
/*    #top_header .row {max-width: 90%;}*/
    .slide_txtarea {max-width: 90%; margin: auto;}
    .contents .contents-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .about-icon.col-sm-6.col-6 {
        width: 50%;
        max-width: 100%;
    }
    .ourworks ul li:first-child {padding-top: 120px!important;}
    .main_title {
        width: 90%;
        margin: auto;
    }
    .sec-right {flex-direction: column;}
    .sec-right>div {width: 100%;}
    .ask-area {height: auto!important; margin-bottom: 20px;}
    .ask-area ul li {padding-bottom: 30px;}
    .mainboard tr.board_output_7_tr td:first-child,.mainboard tr.board_output_7_tr td:last-child {display: none;}
    .mainboard .board_output a {white-space: nowrap;}
    .mainboard tr.board_output_7_tr td {width: 100%; overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;}
    table.board_output.QnA {
        overflow: hidden;
        display: block;
    }
    .main_title p {line-height: 1.5!important;}
    .product-divs {    padding: 50px 0;}
    .swiper-slide a li:last-child {    margin-top: 10px;}
    .cs-area li:nth-child(2), .cs-area li:nth-child(1) a {font-size: 1.5em;}
    .cs-area li:nth-child(3) a {font-size: 1em;}
    .p-wrap p br {display: none!important;}
    .main_title h2 {font-size: 2em;}
    .swiper-container {max-width: 90%;}
    .subcontxt h4 {font-size: 1em;}
    .business table td, .business table th {padding: 2px 0;}
    .add-area {padding: 10px;}
    .add-area p {font-size: 0.9em!important;}
    .product-wrap .main-wrap {padding: 10px 20px;}
    .product-wrap .img-wrapper {margin: 30px auto;}
    td font,.bbsnewf5 a:link,.qalist tdm,.mailformtb table td,.subcontxt .mailformtb input[type='text'] {font-size: 13px!important;}
    table.board.qalist>tbody>tr>td:nth-child(3){display: none;}
    select[name="add9Y"], select[name="add10Y"], select[name="add9M"], select[name="add10M"], select[name="add9D"], select[name="add10D"] {
        width: 25%!important;
    }
    input[type=checkbox], input[type=radio] {margin-right: 8px!important;}
    .subcontxt .txt-wrap ul li {
        font-size: 0.895em!important;
        line-height: 1.5;
    }
    .product-wrap table th, .product-wrap table td {padding: 5px 0;}
    .product-wrap table td {font-size: 0.795em!important;}
    hr.gap50px {height: 30px !important;}
    .submn a {    min-width: 1px;}
    td.bbsetc_dateof_write {
        white-space: nowrap;
        padding-left: 5px!important;
    }
    .qalist td.att_title {white-space: nowrap;}
    .subcontxt .mailformtb td.formmail_title_bgcolor {
        word-break: keep-all;
        line-height: 1.2!important;
    }
    .subcontxt .mailformtb select {
        margin: 10px 0;
        font-size: 13px!important;
        padding: 5px!important;
    }
    
}