/*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;
    }
}

#service_04 iframe {
    width: 100%;
    height: 650px;
}
@media (max-width:768px){
    #service_04 iframe {
        height: 250px;
    }
}

#service_06 .acc_box{
    background: url(../img/acc_bg.png) left center no-repeat;
    background-size: cover;
    padding: 70px 50px;
}
#service_06 .acc_box .logo_box{
    margin-bottom: 50px;
}
#service_06 .acc_box .logo_box img{
    width: 500px;
}
#service_06 .acc_box .cont_box{
    background-color: #fff;
    padding: 50px;
}
#service_06 .acc_box .cont_box .lined{
    background-color: #666;
    width: 50px;
    height: 1px;
    display: inline-block;
    margin: 30px 0;
}
#service_06 .cont_box .form-control {
    font-size: 20px;
    height: 50px;
    color: #666;
    font-weight: 500;
    background-color: #f7f7f7;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 0;
    margin-bottom: 10px;
}
#service_06 .acc_box .cont_box .qr{
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
}
#service_06 .acc_box .cont_box .qr img{
    width: 200px;
}

@media (max-width:768px){
    #service_06 .acc_box{
        padding: 30px;
    }
    #service_06 .acc_box .logo_box{
        margin-bottom: 30px;
    }
    #service_06 .acc_box .logo_box img{
        width: 240px;
    }
    #service_06 .acc_box .cont_box{
        padding: 20px;
    }
    #service_06 .acc_box .cont_box .lined{
        width: 30px;
        margin: 20px 0;
    }
    #service_06 .cont_box .form-control {
        font-size: 16px;
        height: 45px;
    }
    #service_06 .acc_box .cont_box .qr{
        padding: 20px;
    }
    #service_06 .acc_box .cont_box .qr img{
        width: 150px;
    }
}


/*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;
    }
}

/* rdi1 */
.rdi0 {
    position: relative;
    z-index: 3;
}
.rdi1 {
    background: url(../img/rdi1.png) center top no-repeat;
    background-size: cover;
    margin-top: -13%;
}
.rdi3 {
    background-color: #f7f7f7;
}
.rdi5 {
    background-color: #230e0e;
}

/* formWrp */
.formWrp {
    max-width: 630px;
    margin: 0 auto;
}
.formWrp h1, .formWrp h2, .formWrp h3, .formWrp h4, .formWrp h5, .formWrp h6, .formWrp p {
    letter-spacing: -0.04em;
}
.formWrp ul {
    margin-top: 10px;
}
.formWrp ul li {
    margin: 10px 0;
}
.formWrp .formItem label {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}
.formWrp .formItem .form-control {
    height: 65px;
    padding: 4px 15px;
    box-shadow:  0 0 0;
    font-size: 20px;
    border: 3px solid #333;
    border-radius: 10px;
    background-color: #fff;
}
.formWrp .formItem .radio-custom {
    display: inline-block;
    margin: 0 15px 0 0;
}
.formWrp .formItem .radio-custom label {
    font-size: 17px;
    font-weight: 500;
}
.formWrp .formItem .input-group-addon {
    border-width: 2px;
}
.formWrp .formItem .input-group .form-control {
    border-radius: 0 4px 4px 0;
}
.formWrp .btnWrp input {
    border: 0px;
}
.formWrp .chc {
	margin-top: 5px;
}
.formWrp .chc .checkbox-custom {
	display: inline-block;
}
.formWrp .chc .checkbox-custom label {
    font-size: 17px;
    font-weight: 500;
}
.formWrp .chc .agr {
	display: inline-block;
	background-color: #fff;
	color: #666;
    border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 300;
	padding: 9px 10px;
	margin-left: 5px;
	line-height: 1em;
	cursor: pointer;
}
.formWrp .smtBtn {
    display: block;
    background-color: #ea001d;
    background: linear-gradient(to bottom, #ed001e, #cf001a);
    border: 1px solid #b90017;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
@media (min-width:768px) {
    .formWrp .chkWrp {
        display: inline-block;
        padding-left: 15px;
    }
}
@media (max-width:768px) {
    .formWrp {
        padding: 0 15px;
    }
    .formWrp ul {
        margin-top: 0;
    }
    .formWrp .formItem .form-control {
        height: 55px;
        padding: 8px;
        font-size: 17px;
    }
    .formWrp .chc .checkbox-custom label,
    .formWrp .formItem label {
        font-size: 15px;
    }
    .formWrp .smtBtn {
        margin-top: 5px;
        line-height: 55px;
        font-size: 22px;
    }
}
/* sersec2 */
.sersec2 .container {
    position: relative;
}
/* btForm */
.rdi8 {
    background: linear-gradient(to bottom, #3e3e3e, #0d0d0d);
    padding: 10px;
    -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;
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    z-index: 50;
}
.rdi8.sticky-active {
    top:  auto !important;
    bottom: 0;
    z-index: 100;
}
.rdi8 .formWrp ul li {
    margin: 6px 0;
}
.rdi8 .formWrp .formItem .form-control{
    height: 40px;
    border: 0px;
    border-radius: 4px;
}
.btForm.formWrp {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}
.btForm .ltBox {
    width: 20%;
    text-align: center;
}
.btForm .ltBox img {
    width: 100px;
}
.btForm .ctBox {
    width: 40%;
    padding: 0 25px;
}
.btForm .rtBox {
    width: 40%;
}
.btForm.formWrp .chc .checkbox-custom label {
    color: #eee;
}
.btForm.formWrp .smtBtn {
    margin-top: 5px;
    font-size: 18px;
    line-height: 48px
}
/* .btFormToggleBtn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    background-color: #d80712;
    width: 32px;
    padding: 15px 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    font-weight: 700;
    line-height: 20px;
} */
.btFormToggleBtnCls {
    position: absolute;
    right: 15px;
    top: 15px;
}
@media (max-width:992px){
    .rdi8 {
        top: 100%;
    }
    .rdi8.act {
        top: 0;
        height: 100%;
        z-index: 1000;
    }
    .btForm.formWrp {
        flex-wrap: wrap;
        height: 100vh;
        align-content: center;
    }
    .btForm .ltBox,
    .btForm .rtBox,
    .btForm .ctBox {
        width: 100%;
        padding: 0;
    }
    .btForm .ltBox {
        margin-bottom: 15px;
    }
    .btForm .ltBox img {
        width: 70px;
    }
    .btForm.formWrp .smtBtn {
        font-size: 20px;
        line-height: 45px;
    }
}