/*conarea*/
.conarea {
    position: relative;
    z-index: 3;
}
.com_bg, .com_bg2 {
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-sizing: content-box;
    transform: skewY(-31deg);
    transform-origin: top center;
    pointer-events: none;
}
/*company_01*/
#company_01 {
    position: relative;
}
#company_01 .top_bg {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 2000px;
    background: url(../img/ser_bg.jpg) center top no-repeat;
    background-attachment: fixed;
}
@media (max-width:768px){
    #company_01 .top_bg {
        top: -70px;
    }
}
/*company_01 :: sec2*/
#company_01 .sec2 {
    position: relative;
}
#company_01 .sec2 .cont {
    position: relative;
    z-index: 20;
}
#company_01 .sec2 .ceo_wrp .tbox h4 {
    margin-bottom: 20px;
}
#company_01 .sec2 .ceo_wrp .tbox p {
    margin-bottom: 20px;
}
#company_01 .sec2 .logo_bg {
    background: url(../img/logo_bg.png) center center no-repeat;
    border: 1px solid #ddd;
}
@media (min-width:769px){
    #company_01 .sec2 .c_wrp {
        margin-top: -5%;
    }
    #company_01 .sec2 .c_wrp .ibox {
        padding-right: 5%;
        text-align: center;
    }
}
@media (max-width:768px){
    #company_01 .sec2 .c_wrp {
        margin-top: -10%;
    }
    #company_01 .sec2 .c_wrp .ibox {
        text-align: center;
        padding-bottom: 15px;
    }
    #company_01 .sec2 .c_wrp .ibox img {
        width: 70%;
    }
}
/*v_list*/
.v_list li .item h4 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 3px solid #111;
}
.v_list li .item p {
    margin-top: 10px;
    font-weight: 300;
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}



/*bo_wrp*/
#bo_wrp {
    position: relative;
}
#bo_wrp .top_bg {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 2000px;
    background-color: #f7f7f7;
    /*background: url(../img/com_bg.jpg) center top no-repeat;
    background-attachment: fixed;*/
}
@media (max-width:768px){
    #bo_wrp .top_bg {
        top: -70px;
    }
}
/*bo_wrp :: sec2*/
#bo_wrp .sec2 {
    position: relative;
}
#bo_wrp .sec2 .cont {
    position: relative;
    z-index: 10;
}
#bo_wrp .sec2 .ceo_wrp .tbox h4 {
    margin-bottom: 20px;
}
#bo_wrp .sec2 .ceo_wrp .tbox p {
    margin-bottom: 20px;
}
#bo_wrp .sec2 .logo_bg {
    background: url(../img/logo_bg.png) center center no-repeat;
    border: 1px solid #ddd;
}
@media (min-width:769px){
    #bo_wrp .sec2 .c_wrp .ibox {
        padding-right: 5%;
        text-align: center;
    }
}
@media (max-width:768px){
    #bo_wrp .sec2 .c_wrp .ibox {
        text-align: center;
        padding-bottom: 15px;
    }
    #bo_wrp .sec2 .c_wrp .ibox img {
        width: 70%;
    }
}

/*company_01*/
#expert_01 {
    position: relative;
}
#expert_01 .top_bg {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 2000px;
    background: url(../img/ex_bg.jpg) center top no-repeat;
    background-attachment: fixed;
    /*background-color: #2125b7;*/
}
@media (max-width:768px){
    #expert_01 .top_bg {
        top: -70px;
    }
}
/*expert_01*/
#expert_01 .sec1 {
    position: relative;
}
#expert_01 .sec1 .owl-carousel img {
    display: inline-block;
    width: auto;
}
#expert_01 .sec1 .owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 70%;
    left: 15%;
}
#expert_01 .sec1 .owl-carousel .owl-nav [class*="owl-"] {
    background-color: transparent;
    font-size: 30px;
    border: 0px;
}
#expert_01 .sec1 .c_wrp {
    height: 100%;
}
#expert_01 .sec1 .ibox {
    text-align: right;
    padding-right: 15%;
}
#expert_01 .sec1 .tbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
    z-index: 2;
}
#expert_01 .sec1 .tbox h1 {
    font-size: 100px;
    font-weight: 900;
    color: #cb161a;
    line-height: 1em;
    margin-top: 10px;
    margin-left: 30px;
}
#expert_01 .sec1 .tbox h2 {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 900;
    color: #fff;
}
#expert_01 .sec1 .tbox h4 {
    margin-top: 30px;
    font-weight: 300;
}
#expert_01 .sec1 .tbox .btn_wrp a {
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
@media (max-width:992px){
    #expert_01 .sec1 .tbox h1 {
        font-size: 50px;
    }
    #expert_01 .sec1 .tbox h2 {
        font-size: 28px;
    }
    #expert_01 .sec1 .tbox h4 {
        margin-top: 10px;
    }
    #expert_01 .sec1 .tbox .btn_wrp a {
        font-size: 14px;
        padding: 10px 25px;
    }
    #expert_01 .sec1 .ibox {
        padding-right: 10%;
    }
    #expert_01 .sec1 .ibox img{
        width: 60%;
    }
    #expert_01 .sec1 .owl-carousel .owl-nav [class*="owl-"] {
        display: none;
    }
    #expert_01 .sec1 .btn_wrp {
        margin-top: 30px;
    }
}
@media (max-width:992px){
    #expert_01 .sec1 .tbox h1 {
        font-size: 30px;
    }
    #expert_01 .sec1 .tbox h2 {
        font-size: 20px;
    }
    #expert_01 .sec1 .tbox .btn_wrp {
        margin-bottom: 60px;
    }
    #expert_01 .sec1 .tbox .btn_wrp a {
        font-size: 13px;
    }
    #expert_01 .sec1 .ibox {
        padding-right: 0%;
    }
    #expert_01 .sec1 .ibox img{
        width: 60%;
    }
    #expert_01 .sec1 .owl-carousel .owl-nav [class*="owl-"] {
        display: none;
    }
    #expert_01 .sec1 .btn_wrp {
        margin-top: 30px;
    }
}
/*expert_01 :: sec2*/
#expert_01 .sec2 {
    position: relative;
    z-index: 10;
    margin-top: -15%;
}
 #expert_01 .sec2 .cont {   
     top: -150px;
     position: relative;
}
 #expert_01 .sec2 .com_bg {   
    background: #222;
}
#expert_01 .sec2 .cont {
    position: relative;
    z-index: 10;
}
#expert_01 .sec2 .prf_cs li {
    margin-bottom: 30px;
}
@media (max-width:1700px){
    #expert_01 .sec2 {
        margin-top: -30%;
    }
}
@media (max-width:992px){
    #expert_01 .sec2 {
        margin-top: -45%;
    }
     #expert_01 .sec2 .cont {   
         top: 0;
    }
}
@media (max-width:768px){
    #expert_01 .sec2 {
        margin-top: -30%;
    }
}
/*company_01*/
.service {
    position: relative;
}
.service .top_bg {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 2000px;
    background: url(../img/com_bg.jpg) center top no-repeat;
    background-attachment: fixed;
}
.service .top_bg2 {
    background: url(../img/com_bg2.jpg) center top no-repeat;
}
@media (max-width:768px){
    .service .top_bg {
        top: -70px;
    }
}
/*service*/
.service .sec1 {
    position: relative;
    z-index: 15;
}
.service .sec2 {
    position: relative;
}
.service .sec2 .com_bg {   
    background: #222;
}
.service .sec2 .cont {
    position: relative;
    z-index: 10;
}
.service .sec2 .infobox {
    background-color: #111;
    border-radius: 10px;
    padding: 20px;
}
/*p_list*/
.p_list .item {
    border: 5px solid #fff;
    padding: 80px 15px;
}
.p_list .item.item_hit {
    border-color: #ff5743;
    position: relative;
}
.p_list .item.item_hit .item_hit {
    position: absolute;
    left: 20px;
    top: -5px;
}
.p_list .item h3,
.p_list .item h1 {
    color: #fff;
}
.p_list .item h1 {
    font-weight: 900;
    margin-top: 5px;
}
@media (max-width:768px) {
    .p_list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .p_list .item {
        padding: 30px 15px;
    }
    .p_list .item.item_hit .item_hit {
        width: 60px;
    }
}
/*svc_list*/
.svc_list > li {
    line-height: 1.2em;
    padding: 5px 0;
}
.svc_list h5 {
    position: relative;
    padding-left: 15px;
    font-weight: 500;
}
.svc_list h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.svc_list ul {
    padding-left: 15px;
    margin-bottom: 5px;
}
.svc_list ul li {
    padding: 3px 0;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}
@media (max-width:768px) {
    .svc_list ul li {
        font-size: 13px;
        padding: 0;
        line-height: 1.2em;
    }
}
/*secvice2 :: sec2*/
#service_02 .sec2 ul li {
    padding: 0 20px;
    margin-bottom: 40px;
}
#service_02 .sec2 ul li .tbox {
    padding: 20px 10px;
    background-color: #000;
}
@media (max-width:768px) {
    #service_02 .sec2 ul li p {
        margin-top: 5px;
    }
}

/*marker_line*/
.marker_line {
    line-height: 1.1em !important;
}
.marker_line > span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.marker_line > span:after {
    content: "";
    background-color: #64e3f3;
    position: absolute;
    left: 0px;
    bottom: 5px;
    height: 35%;
    width: 100%;
}
.marker_line > span span {
    position: relative;
    z-index: 3;
}
/*service_03 :: sec2 */
#service_03 .sec2 ul li:not(:last-child) {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#service_03 .sec2 .f_box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
#service_03 .sec2 .f_box > .ibox {
    width: 50%;
}
#service_03 .sec2 .f_box > .tbox {
    width: 50%;
    padding-left: 30px;
}
#service_03 .sec2 .f_box > .tbox h3,
#service_03 .sec2 .f_box > .tbox p {
    color: #fff;
}
#service_03 .sec2 .f_box > .tbox p {
    margin-top: 10px;
}
@media (max-width:768px){
    #service_03 .sec2 ul li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #service_03 .sec2 .f_box {
        flex-wrap: wrap;
    }
    #service_03 .sec2 .f_box > .ibox {
        width: 100%;
        order: 1;
    }
    #service_03 .sec2 .f_box > .tbox {
        width: 100%;
        padding: 20px 0;
        order: 2;
    }
    #service_03 .sec2 .f_box > .tbox p {
        font-size: 13px;
    }
}


/*youtu*/
.youtu {
    position: relative;
}
.youtu .sec2 {
    position: relative;
}
#youtube_02.youtu .sec2 {
    margin-top: -10%;
}
.youtu .sec2 .cont {
    position: relative;
}
.youtu .top_bg {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 2000px;
    background: url(../img/yt_bg2.jpg) center top no-repeat;
    background-attachment: fixed;
}
.youtu .top_bg2 {
    background: url(../img/yt_bg2.jpg) center top no-repeat;
}
.youtu .com_bg {  
    /*background-color: #2125b7;*/
}
.youtu .com_bg2 {  
    background-color: #FFF;
}
#youtube_02.youtu .top_bg {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 2000px;
    background: url(../img/yt2_bg.jpg) center top no-repeat;
    background-attachment: fixed;
}
#youtube_02.youtu .com_bg {  
    background-color: #fff;
}
#youtube_02.youtu .com_bg2 {  
    background-color: #fff;
}
.youtu .sec2 ul li {
    margin-bottom: 40px;
}
.youtu .sec2 ul li a {
    text-decoration: none;
    display: block;
}
.youtu .sec2 ul li a .ibox {
    position: relative;
    overflow: hidden;
}
.youtu .sec2 ul li a .ibox img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.youtu .sec2 ul li a:hover .ibox img {
    transform: scale(1.1, 1.1);
}
.youtu .sec2 ul li a .tbox {
    margin-top: 15px;
}
.youtu .sec2 ul li a h4 {
    font-weight: 700;
}
@media (max-width:768px){
    .youtu .top_bg {
        top: -70px;
    }
}
/*form_wrp*/
.form_wrp {
    background-color: #cb161a;
    padding: 15px;
    border-radius: 10px;
}
.form_wrp form {
    background-color: #fff;
    padding: 30px;
}
.form_wrp .form-control {
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 45px;
}
.form_wrp .checkbox-custom {
    display: inline-block;
    margin-right: 15px;
}
.form_wrp .checkbox-custom span {
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 5px 8px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.form_wrp .smt_btn {
    display: block;
    background-color: #333;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    border: 0px;
    width: 100%;
}
@media (max-width:768px){
    .form_wrp {
        padding: 10px;
    }
    .form_wrp form {
        padding: 20px 15px;
    }
    .form_wrp ul li {
        margin-bottom: 10px;
    }
    .form_wrp .smt_btn {
        padding: 10px;
        font-size: 14px;
    }
}
/*vdo*/
@media (max-width:768px){
    .vdo iframe {
        height: 300px !important;
    }
}