/* 공통 */
h1.h1_01 {
    font-size: 38px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 900;

}

/* 인사말 */
#sub_page.company01 .line {
    height: 120px;
    width: 1px;
    background: #4a4a4a;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;

}
#sub_page.company01 .sec01 {
    padding-bottom: 120px;
     position: relative;

}
#sub_page.company01 .sec01 .flex {
    display:flex;
    justify-content:space-evenly;
    padding-left: 50px;
    padding-right: 50px;
 
}
#sub_page.company01 .sec01 .flex .box-wrap {
}
#sub_page.company01 .sec01 .flex .box-wrap .box {
}
#sub_page.company01 .sec01 .flex .box-wrap .box p {
    width: 230px;
    height: 230px;
    background: #1e1e1e;
        box-shadow: 13px 13px 14px  rgba(0, 0, 0, .2);
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#sub_page.company01 .sec01 .flex .box-wrap .box p img {
    height: 62px;
}
#sub_page.company01 .sec01 .flex .box-wrap .box p span {
    margin-top: 30px;
    color: #a6a6a6;
    font-size:17px;
    font-weight:500;
}
#sub_page.company01 .sec02 {
    background: #232323;
    padding-top: 90px;
    padding-bottom: 90px;
}
#sub_page.company01 .sec02 .title {
    text-align: center;
}
#sub_page.company01 .sec02 .title h1 {
    color: #fff;
    font-size:48px;
    font-weight:700;
    display:inline-block;
     position: relative;
}
#sub_page.company01 .sec02 .title h1::before {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #a0dd36;
    content: '';
    margin-top: 80px; 
}

#sub_page.company01 .sec02 .flex {
    display:grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 100px;
    /* padding-left: -15px;
    padding-right: -15px; */
  
}
#sub_page.company01 .sec02 .flex .box-wrap {
    /* width: 20%; */
    /* margin-bottom: 20px; */
    /* padding-left: 15px;
    padding-right: 15px; */
  

}
#sub_page.company01 .sec02 .flex .box-wrap img {
    /* width: 100%; */
}

#sub_page.company01 .sec02 .flex p {
    background: #fff;
    width: 100%;
    height: 215px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    -o-border-radius: 1.2em;

}

/* 오시는 길 */
#sub_page.company02 {
    margin-top: 80px;
    padding-bottom: 100px;
}
#sub_page.company02 section  .map {
    height: 540px;
     position: relative;
}
#sub_page.company02 section .map .root_daum_roughmap {
    width: 100%;
    height: 540px;
 
}
#sub_page.service01,
#sub_page.service02,
#sub_page.service03,
#sub_page.service04 {
    margin-top: 120px;
}
/* 서비스01 */

s.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 30px; */
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sub_page.service01 .sec02 {
    padding-top: 150px;
    background: url('../../img/service/sec02_bg.png');
    background-position: 50% 0%;
    background-repeat: no-repeat;
     position: relative;
}
#sub_page.service01 .sec02 .flex {
    display:flex;
    justify-content:space-evenly;
    /* padding-left: 70px;
    padding-right: 70px; */

}
#sub_page.service01 .sec02 .flex .box-wrap {
    text-align: center;
    width: 33.33333333333333%; 
    margin-left: 40px;
    margin-right: 40px;
}
#sub_page.service01 .sec02 .flex p img  {
        box-shadow: 0 13px 15px rgba(0, 0, 0, .4);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}
#sub_page.service01 .sec02 .flex .caption {
    text-align: center;
    margin-top: 38px;
    font-size:16px;
    color: #b1b1b1;
}
#sub_page.service01 .sec02 .flex .caption h2 {
    color: #000;
    font-size:22px;
    font-weight:900;
    margin-bottom: 20px;
}
#sub_page.service01 .sec03 {
    margin-top: 160px;
    margin-bottom: 150px;
}

#sub_page.service01 .sec03 .wrap {
<!--    background: url('../../img/service/orche_01.jpg');   -->
    background-position: 60px 0;
    background-repeat: no-repeat;
    height: 612px;
    box-shadow: 0 23px 35px rgba(0, 0, 0, .7);
    border-radius: 2em;
}

#sub_page.service01 .sec03 .wrap .text-box {
    padding-left: 40%;
    padding-right: 220px;
   
}
#sub_page.service01 .sec03 .wrap .text-box h1 {
    font-size:54px;
    font-weight:900;
    color: #fff;
    line-height: 70px;
}
#sub_page.service01 .sec03 .wrap .text-box .line {
    width: 400px;
    height: 10px;
    background: #a0dd36;
    margin-top: 22px;
    margin-bottom: 40px
}
#sub_page.service01 .sec03 .wrap .text-box  p {
    font-size:19px;
    color: #b1b1b1;
}
#sub_page.service01 .sec03 .wrap .text-box .btn-wrap {
    margin-top: 50px;
}
#sub_page.service01 .sec03 .wrap .text-box .btn-wrap a.btn {
    background: #a0dd36;
    color: #fff;
    font-size:22px;
    font-weight:600;
    width: 200px;
    height: 70px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#sub_page.service01 .sec05 {
    background: url('../../img/service/111.jpg');
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
}




#sub_page.service01 .sec11  {
    background: url('../../img/service/sec11_bg_image.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
}
#sub_page.service01 .sec11 .container {
}
#sub_page.service01 .sec11 .wrap{
    display:flex;
    justify-content: center;
    align-items: center;
    
}
#sub_page.service01 .sec11 .wrap .text-box {
    padding-left: 80px;
    width: 50%;
    
}    
#sub_page.service01 .sec11 .wrap .wrap02 .text-box {
    padding-right: 80px;
    text-align: right;
    color: #fff;
}  
/* 이거는 빼도 될까?? 성록 */
#sub_page.service01 .sec11 .wrap .text-box h1 {
    font-size:46px;
    font-weight:900;
    color: #fff;
     position: relative;
     display:inline-block;
     margin-bottom: 40px;
    
}
#sub_page.service01 .sec11 .wrap .text-box h1::before {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #a0dd36;
    content: '';
    margin-top: 78px;
}
#sub_page.service01 .sec11 .wrap .text-box p {
    color: #909090;
}
#sub_page.service01 .sec11 .wrap  p img {
        box-shadow: 0 23px 35px rgba(0, 0, 0, .7);
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        -o-border-radius: 2em;
}
/* 공통 마감  */
#sub_page.service01 .sec11 .wrap02 {
    display:flex;
    flex-direction:row-reverse;
    justify-content: center;
    align-items: center;
    
}
#sub_page.service01 .sec11 .wrap02 p.image {
    margin-top: -50px;
}


















section#portfolio {
    background: #212121;
    padding-top: 100px;
    padding-bottom: 120px;
}
section#portfolio .title {
    text-align: center;
    color: #565656; 
    font-size:19px;
    font-weight:500;
}
section#portfolio .title h1 {
    font-size:62px;
    color: #fff;
    font-family: 'Poppins', 'NotoSans', sans-serif !important;
    text-transform:uppercase;
    letter-spacing: 4px;
    font-weight:900;
    
}
section#portfolio .slider-portfolio {
    margin-top: 60px;
}
section#portfolio .slider-portfolio .box img {
    width: 100%;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}
section#portfolio .slider-portfolio .slick-list {
    margin:0 -20px;
}
section#portfolio .slider-portfolio .slick-slide {
    margin:0 20px;
}
section#portfolio .pager_wrap {
     position: absolute;
     z-index: 1;
     width: 100%;
    margin-top: 120px;
}
section#portfolio .pager_wrap .prev {
    left: 0;
    position: absolute;
}
section#portfolio .pager_wrap .next {
    right: 0;
     position: absolute;
}
section#portfolio .pager_wrap .arr {
    font-size:32px;
    width: 62px;
    height: 62px;
    background: rgba(255, 255, 255, .5);
        box-shadow: 0 3px 5px rgba(145, 145, 145, 0.4);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}
section#portfolio .btn-wrap {
    margin-top: 60px;
     position: relative;
     display:flex;
     flex-direction: column;
     align-items: center;
}
section#portfolio .btn-wrap a.btn  {
    background: #0A0A0A;
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 500;
    width: 240px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -ms-border-radius: .4em;
    -o-border-radius: .4em;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}

section#portfolio .btn-wrap a.btn span  {
    margin-left: 20px;
    color: #a0dd36;
}

/* service02  */
#sub_page.service02 .sec01  {
    background: url('../../img/service/sec02_bg_image.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
}
#sub_page.service02 .sec01 .container {
}
#sub_page.service02 .sec01 .wrap{
    display:flex;
    justify-content: center;
    align-items: center;
    
}
#sub_page.service02 .sec01 .wrap .text-box {
    padding-left: 80px;
    width: 50%;
    
}    
#sub_page.service02 .sec01 .wrap.wrap02 .text-box {
    padding-right: 80px;
    text-align: right;
    color: #fff;
}  
/* 공통  */
#sub_page.service02 .sec01 .wrap .text-box h1 {
    font-size:46px;
    font-weight:900;
    color: #fff;
     position: relative;
     display:inline-block;
     margin-bottom: 40px;
    
}
#sub_page.service02 .sec01 .wrap .text-box h1::before {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #a0dd36;
    content: '';
    margin-top: 78px;
}
#sub_page.service02 .sec01 .wrap .text-box p {
    color: #909090;
}
#sub_page.service02 .sec01 .wrap  p img {
        box-shadow: 0 23px 35px rgba(0, 0, 0, .7);
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        -o-border-radius: 2em;
}
/* 공통 마감  */
#sub_page.service02 .sec01 .wrap02 {
    display:flex;
    flex-direction:row-reverse;
    justify-content: center;
    align-items: center;
    
}
#sub_page.service02 .sec01 .wrap02 p.image {
    margin-top: -50px;
}
#sub_page.service02 .sec02 {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}
#sub_page.service02 .sec02 .title {
    color: #909090;
}
#sub_page.service02 .sec02 .title h1 {
    color: #fff;
    font-weight:900;
    font-size:46px;
}
#sub_page.service02 .sec02 .title h1 span {
     position: relative;
     display:inline-block;
     margin-bottom: 40px;
}
#sub_page.service02 .sec02 .title h1 span::before {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #a0dd36;
    content: '';
    margin-top: 78px;
}
#sub_page.service02 .sec02 .slider-wrap {
     position: relative;
}
#sub_page.service02 .sec02 .slider-image-slider  {
    margin-top: 30px;
}
#sub_page.service02 .sec02 .slider-image-slider img {
    width: 100%;
}
#sub_page.service02 .sec02 .slider-wrap .pager_wrap {
     /* position: absolute; */
     z-index: 1;
     width: 100%;
      position: relative;
      margin-top: 34px;
     
}
#sub_page.service02 .sec02 .slider-wrap .pager_wrap .wrap {
     position: relative;
     text-align: center;
     margin: 0 auto;
     display:flex;
     justify-content: center;
     align-items: center;
}
#sub_page.service02 .sec02 .slider-wrap .pager_wrap .arr {
    font-size:30px;
    color: rgba(255, 255, 255, .5);
    /* background: rgba(0, 0, 0, 0.8); */
    border-bottom: 1px rgba(255, 255, 255, .2) solid;

    width: 100px;
    height: 90px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: .6s;
    -webkit-transition: .4s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}
#sub_page.service02 .sec02 .slider-wrap .pager_wrap .arr:hover {
    background: #a0dd36;
    color: rgba(255, 255, 255, 1);
}


#sub_page.sevice03 .service03_01 {
    background: url('../../img/service/ser_03_01_bg.jpg');
    background-repeat: no-repeat;
    background-position: 95% 100%;
   
   
}
#sub_page.sevice03 .service03_01 .wrap {
    height: 60vmin;
    display:flex;
    flex-direction: column;
    justify-content: center;
   
}
#sub_page.sevice03 .service03_01 .wrap .text-box h1 {
    font-size:54px;
    font-weight:900;
    color: #000;
    line-height: 70px;
}
#sub_page.sevice03 .service03_01 .wrap .text-box .line {
    width: 100px;
    height: 10px;
    background: #a0dd36;
    margin-top: 22px;
    margin-bottom: 40px
}
#sub_page.sevice03 .service03_01 .wrap .text-box  p {
    font-size:19px;
    color: #b1b1b1;
}
#sub_page.sevice03 .service03_01 .wrap .text-box .btn-wrap {
    margin-top: 50px;
}
#sub_page.sevice03 .service03_01 .wrap .text-box .btn-wrap a.btn {
    background: #a0dd36;
    color: #fff;
    font-size:22px;
    font-weight:600;
    width: 200px;
    height: 70px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#sub_page.sevice03  .sec02 {
    margin-bottom: 120px;
}



/* 연혁 */
#sub_page.company03 section.section02 {
    margin-top: 140px;
}

#sub_page.company03 section.section02 .flex {
    display: flex;
    margin-bottom: 90px;
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 90px;
}

#sub_page.company03 section.section02 .left {
    width: 30%;
}

#sub_page.company03 section.section02 .right {
    width: 70%;
}

#sub_page.company03 section.section02 .left .title p {
    color: #9b9b9b;
    font-size: 20px;
    margin-top: 12px;
}

#sub_page.company03 section.section02 .left .title h2 {
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 50px;
    color: #000;
    font-weight: 900;
    display: inline-block;
    position: relative;

}

#sub_page.company03 section.section02 .left .title h2::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: rgba(255, 234, 93, 1);
    content: '';
    margin-top: 38px;
}

#sub_page.company03 section.section02 .right dl {
    display: flex;
    margin-bottom: 20px;

}

#sub_page.company03 section.section02 .right dl dt {
    width: 46px;
    margin-right: 60px;
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    position: relative;
}

#sub_page.company03 section.section02 .right dl dt::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #868686;
    content: '';
    margin-top: 26px;
}

/* #sub_page.company03 section.section02 .right dl dt span {
    background: #e8e8e8;
    display: block;
    border-radius: .4em;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 55px;
    margin-right: 20px;
    font-weight: 600;
} */

#sub_page.company03 section.section02 .right dl dd {
    color: #686868;
    font-weight: 400;
    font-size: 18px;

}

#sub_page.company03 section.section02 .right dl dd {
    line-height: 30px;
    color: #000;
}

#sub_page.company03 section.section02 .right p {
    margin-bottom: 50px;
}

/* 찾아오시는 길 */
#sub_page.company04 section {
    display: flex;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px #eee solid;
}

#sub_page.company04 section .left {
    width: 32%;
}

#sub_page.company04 section .right {
    width: 68%;
    padding-left: 150px;
}

#sub_page.company04 section .left .box.box01 {
    margin-bottom: 50px;
}

#sub_page.company04 section .left .box span {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
     position: relative;
     display:inline-block
}
#sub_page.company04 section .left .box span::before {
    position: absolute;
    width: 100%;
    height: 8px;
    background: rgba(255, 234, 93, 1);
    content: '';
    margin-top: 21px;
    z-index: -1;
}

#sub_page.company04 section .left .box h1 {
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: #000;
}

#sub_page.company04 section .left .box .flex {
    display: flex;
    margin-top: 20px;
}

#sub_page.company04 section .left .box .flex div {
    width: 24%;
}

#sub_page.company04 section .left .box .flex ul {
    width: 76%;
}

#sub_page.company04 section .left .box .flex ul.tel li {
    align-items: center;
    height: 57px;
    display: flex;
    color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    font-size: 29px;
}

#sub_page.company04 section .left .box .flex div p {
    width: 57px;
    height: 57px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

#sub_page.company04 section .left .box .flex div p i {
    font-size: 26px;
    color: #fff;
}
#sub_page.company04 section .right .map {
    height: 440px;
}
#sub_page.company04 section .right .map .root_daum_roughmap {
    width: 100%;
    height: 440px;
 
}

#sub_page.company04 section .left .box .flex ul li {
    padding-bottom: 5px;
    color: #949494;
}
#sub_page.etc03 section h1 {
    text-align: center;
    color: #d1d1d1;
    font-size:18px !important;
    margin-bottom: 60px;
    margin-top: 40px;
    background: #131313;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}
#sub_page.etc03 section .box {
    color: #909090;
    border-bottom:1px rgba(255, 255, 255, 0.1) solid;
    padding-bottom: 20px;
    margin-bottom: 40px;font-size:17px;
}
#sub_page.etc03 section .box span {
    color: #fff;
    display:block;
    font-size:20px;
}
#sub_page.etc03 section .box:last-child {
    border: 0;
}