/*게시판 검색기*/
.main_search #hd_sch #sch_stx {
    float: left;
    width: 75%;
    border: 10px solid #f30;
    border-right: 0;
    height: 90px;
    line-height: 90px;
    border-radius: 30px 0 0 30px;
    text-indent: 20px;
    font-size: 200%;
    color: #f30;
    text-align: center;
}

.main_search #hd_sch #sch_stx::placeholder {
    color: #ccc;
}

.main_search #hd_sch #sch_stx::-webkit-input-placeholder {
    color: #ccc;
}

.main_search #hd_sch #sch_stx:-ms-input-placeholder {
    color: #ccc;
}

.main_search #hd_sch #sch_stx:focus {
    border: 10px solid #f30 !important;
    border-right: 0 !important;
}

.main_search #hd_sch #sch_submit {
    float: left;
    width: calc(100% - 75%) !important;
    padding-left: 15px;
    border: 10px solid #f30;
    border-left: 0;
    height: 90px;
    line-height: 77px;
    background: #fff;
    color: #333;
}

.main_search #hd_sch #sch_submit i {
    font-size: 200%;
}

.main_search #hd_sch #sch_submit:hover {
    color: #f30 !important;
}

.main_search #hd_sch #sch_submit:focus {
    color: #f30 !important;
}

.board_search {
    clear: both;
    margin: 0;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 12px 0 !important;
}

.board_search input::placeholder {
    color: #fff;
}

.board_search input::-webkit-input-placeholder {
    color: #fff;
}

.board_search input:-ms-input-placeholder {
    color: #fff;
}


@media(max-width:1440px) {
    /*Laptop-L*/

}

@media(max-width:1024px) {

    /*Laptop*/
    .board_search {
        position: absolute;
        top: 150px;
        left: 50%;
        margin-left: -160px !important;
        float: none;
        width: 320px;
    }
}

@media(max-width:768px) {
    /*Tablet*/

}

@media(max-width:425px) {
    /*Mobile-L*/

}

@media(max-width:375px) {
    /*Mobile-M*/

}

@media(max-width:320px) {
    /*Mobile-S*/

}

/*게시판 검색기*/



.copywrap1 {
    display: table;
    width: 1100px;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -550px;
    border: 0px solid #f30;
    padding: 0px;
    z-index: 12;
}

.img_text {
    width: 100%;
    height: 100%;
    border: 0px solid #f9f;
    position: relative;
}

.event_title {
    position: relative;
    top: 100px;
    left: 0;
    width: 100%;
    font-size: 130%;
    background: none;
    border-radius: 0px;
    padding: 0px;
    /* text-shadow: 0 2px 2px #222; */
    text-align: center;
    z-index: 5;
    display: block;
}



.copywrap1 .event_title {
    text-align: center;
    position: relative;
}


.copywrap1 .event_title span {
    display: inline-block;
    text-align: left;
    line-height: 95%;
    padding: 0 !important;
}

.copywrap1 .event_title span.one {
    display: block;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0;
    font-size: 250%;
    line-height: 102%;
    color: #fff;
    position: relative;
    font-family: 'Vitro_core';
    text-align: center !important;
    letter-spacing: 0px;
    text-align: left;
}




.copywrap1 .event_title span.two {
    display: inline-block;
    padding: 0px 0 0 0 !important;
    color: #fff;
    /* font-weight: 900; */
    font-size: 250%;
    margin-top: 0px;
    font-family: 'Vitro_core';
    letter-spacing: 0px;
    text-align: center;
    font-weight: 900;
    position: relative;
    line-height: 120%;
}

.copywrap1 .event_title span.two b {}

.copywrap1 .event_title span.three {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0px;
    text-align: center;
    font-size: 80%;
    position: relative;
    margin-top: 20px;
    border: 1px solid #fff;
    overflow:hidden;
}

.copywrap1 .event_title span.three a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px !important;
    
}

.copywrap1 .event_title span.three a:before {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: #333;
    transition: 0.25s;
    z-index:-9;
}

.copywrap1 .event_title span.three a:hover:before {
    top:0;
    transition: 0.25s;
    z-index:-9;
}


.copywrap1 .event_title span.three a {
    color: #fff;
    text-align: center;
}

.copywrap1 .event_title span.three b {
    font-size: 100%;
}

.copywrap1 .event_title span.four {
    display: block;
    padding: 0px 0 0 0 !important;
    color: #70481d;
    font-weight: 500;
    font-size: 320%;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.copywrap1 .event_title span.four b {
    font-size: 110%;
}


ul.keyword {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
    bottom: -70px;
}

ul.keyword li {
    border: 0;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    float: none;
    padding: 10px 30px;
    background: #f30;
    font-size: 123%;
    font-weight: 900;
}

ul.keyword li a {
    color: #fff;
}



.copywrap1 .event_title button {
    box-shadow: 1px 1px 2px #000000;
    background: none;
    color: #fff;
    border: 3px solid #fff;
    margin-top: 10px;
    font-size: 113%;
    float: none;
    margin: 0 auto;
    display: block;
    padding: 5px 10px;
}

.copywrap1 .event_title button:hover {
    border-color: #ff0;
}

.copywrap1 .event_title button.introduce {
    border: 2px solid #fff;
    box-shadow: none !important;
    background: none !important;
    font-size: 120%;
}

.copywrap1 .event_title button.consult {
    background: #28a745;
    color: #fff;
    border: 0;
}

.copywrap1 .event_title button.company,
.copywrap1 .event_title button.portfolio {
    padding: 10px 30px;
    background: none;
}

.copywrap1 .event_title button.company {
    border: 1px solid #f85005;
    color: #f85005 !important;
}

.copywrap1 .event_title button.portfolio {
    border: 1px solid #fff;
    color: #fff;
}

.copywrap1 .event_title button.company a {
    color: #f85005 !important;
}

.copywrap1 .event_title button.company:hover {
    background: #f85005;
}

.copywrap1 .event_title button.company:hover a {
    color: #fff !important;
}

.copywrap1 .event_title button.portfolio:hover {
    background: #fff;
}

.copywrap1 .event_title button.portfolio:hover a {
    color: #f85005 !important;
}

.copywrap1 span.two {
    color: #fff;
}


.btn_more {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    font-size: 98%;
    float: left;
}


.copywrap1 .event_title a {
    display: inline-block;
}

/*태그링크*/
.copywrap1 p.event_text {
    width: 50%;
    font-size: 100%;
    padding: 10px 0 20px 0;
    color: #fff !important;
    /*글자색*/
}

.copywrap1 p.event_text a {
    color: #333 !important;
    font-size: 150%;
    /*글자색*/
    /* text-shadow: 1px 1px 2px #000000; */
}


@media(max-width:1100px) {

    /*Laptop-L*/
    .copywrap1 {
        padding: 30px !important;
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 30px;
    }
    .img_text {
    background-size: 230% !important;
}
    
}

@media(max-width:1200px) {}

@media(max-width:1024px) {
    /*Laptop*/


}

@media(max-width:768px) {

    /*Tablet*/
    .copywrap1 {
        padding: 0 40px;
    }

    .copywrap1 .event_title span.three {
        font-size: 70%;
    }

    .copywrap1 .event_title span.one {
        font-size: 164% !important;
    }

    .copywrap1 .event_title span.two {
        font-size: 164% !important;
        width: 100%;
        padding: 10px !important;
    }
}

@media(max-width:425px) {
    /*Mobile-L*/

}

@media(max-width:375px) {
    /*Mobile-M*/

    .copywrap1 .event_title span.three {
        font-size: 70%;
        text-align: left;
    }

    .copywrap1 .event_title span.one {
        font-size: 120% !important;
    }

    .copywrap1 .event_title span.two {
        font-size: 150% !important;
        padding: 0 !important;
    }
    
    .img_text {
    background-size: 290% !important;
}
    
    
}










ul.bjqs li.backimage {}

ul.copy_title {
    display: block;
    padding: 5px 0 20px 0;
    overflow: hidden;
}

ul.copy_title li {
    border: 3px solid #fff;
    border-radius: 0px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    font-size: 98%;
    float: left;
    margin-right: 10px;
}

ul.copy_title li a {
    text-shadow: none;
    color: #fff;
}




#maincopy {
    display: block;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

.maincopy {
    display: block;
    width: 460px;
    height: auto;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -133px;
}

h3.maincopy_logo {
    text-align: center;
}

h3.maincopy_logo img {
    width: 40%;
}

h4.maincopy_tit {
    font-family: 'S-CoreDream-8Heavy' !important;
    font-size: 300% !important;
    color: #d5005f !important;
    border-bottom: 2px dotted #222;
}

.maincopy p {
    line-height: 130% !important;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.maincopy p img {
    float: right;
    margin-top: -34px;
}

.maincopy ul.bbtn {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding-top: 0px;
}

.maincopy ul.bbtn li {
    display: inline-block;
    float: left;
    border: 5px solid #d5005f;
    padding: 5px 20px;
    font-size: 110%;
    margin-right: 5px;
}

.maincopy ul.bbtn li a {
    color: #d5005f;
}

.maincopy ul.bbtn li.one {}

.maincopy ul.bbtn li.otwo {}

.maincopy ul.bbtn li:hover {
    background: #d5005f;
}

.maincopy ul.bbtn li:hover a {
    color: #fff;
}
