@charset "UTF-8";

@import url(reset.css);





/* 연혁 */


.history {}

.history h2 {
    position: relative;
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
}

.history h2::after {
    position: absolute;
    left: -98px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 5px solid #000;
    box-sizing: border-box;
    background: #fff;
    z-index: 8;

}

.history ol {
    padding: 20px 0 100px;
    width: 400px;
    position: relative;
}


.history ol em {
    font-weight: bold;
}

.history div ol em {
    margin-right: 30px;
}






.history div:nth-child(2n-1) ol em {
    margin-right: 30px;
}

.history div:nth-child(2n) ol em {
    margin-left: 0px;
}

.history div:nth-child(2n-1) ol:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 70%;
    background: #ccc;
    height: 1px;
}

.history div:nth-child(2n) ol:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 70%;
    background: #ccc;
    height: 1px;
}


.history li {
    font-size: 17px;
    line-height: 29px;
    margin-top: 5px;
    display: inline-block;
}

.history span {
    font-size: 17px;
    line-height: 29px;
    margin-top: 5px;

}

.history em {}

.h_box div {
    display: flex;
}


.htxt_box {
    margin-top: 15px;
}

.htb_top {
    font-size: 17px;
    line-height: 29px;
    margin-right: 20px;
    font-weight: bold;
}

.htb_bottom {
    font-size: 17px;
    line-height: 29px;
}












.history>div {
    height: auto;
    position: relative;
    margin-left: 705px;
}










.history>div::after {
    position: absolute;
    left: -40px;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #ddd;
}

.history>div:first-child:after {
    top: 10px;
    height: calc(100% - 10px);
}

.history>div:nth-child(2n-1) h2 {
    margin-left: 30px;
}

.history>div:nth-child(2n-1) ol {
    margin-left: 30px;
}


.history>div:nth-child(2n) h2 {
    margin-left: -310px;
    width: 400px;
    text-align: right;
}

.history>div:nth-child(2n) ol {
    margin-left: 30px;
    text-align: left;

}


.history>div:nth-child(2n) h2:after {
    left: 712px;
}


.history div:nth-child(2n) .h_box {
    margin-left: -450px;
}

.history div:nth-child(2n-1) .h_box {
    margin-left: 20px;
}

























/* 조직도 */


.org_top {
    /* width: 500px; */
    margin: 0 auto;
    /* height: 350px; */
}

.orgt_txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.orgt_img {
    margin-top: 40px;
    width: 100%;
    height: auto;
    background-size: 100%;
}

.orgt_img img {
    width: 100%;
}


.org_bottom {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: repeat(4, 1fr);
    margin-bottom: 50px;
}




.org_bottom div {
    width: 290px;
    margin: 0 auto;
    height: 100px;
    background: url(../img/company_img/sub1_orga1.png) no-repeat;
    background-size: contain;
    position: relative;
}

.org_bottom div a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}









/* 사업분야 */


.areas {
    margin-top: 100px;
}

.areas_top {

    height: 260px;
    background: #000;
    margin: 0 auto;
    width: 800px;
    background: url(../img/company_img/sub1_areas.png)no-repeat;
    background-size: contain;
}


.areas_bottom {
    margin-top: 100px;
}

.arb1 {

    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;

}

.arb1_img {
    height: 270px;
}

.arb1_img img {
    height: 100%;
    border-radius: 50%;
    box-shadow: 3px 3px 5px #ccc;
}


/* .areas_bottom>div:nth-child(1) .arb1_img{
    background: url(../img/company_img/sub1_area1.png) no-repeat;
}
.areas_bottom>div:nth-child(2) .arb1_img{
    background: url(../img/company_img/sub1_area2.png) no-repeat;
}
.areas_bottom>div:nth-child(3) .arb1_img{
    background: url(../img/company_img/sub1_area3.png) no-repeat;
} */

.arb1_txt {
    margin-top: 10px;
    width: 650px;
}

.arbt_top {
    font-weight: bold;
    font-size: 25px;
    position: relative;
    margin-bottom: 50px;
}

.arbt_top::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -25px;
    background: #0a69b1;
    width: 20%;
    height: 3px;
}

.arbt_bottom span {
    font-size: 16px;
    color: #666;

    line-height: 23px;
}

.arbt_bottom span:first-child {
    display: inline-block;
    margin-bottom: 20px;
}

.arbt_bottom span:last-child {}


.arbi_box {
    width: 260px;
    height: 260px;
    background: #000;

}

.ab1 {
    background: url(../img/company_img/sub1_area1.png) no-repeat;
    background-size: contain;
}

.ab2 {
    background: url(../img/company_img/sub1_area2.png) no-repeat;
    background-size: contain;
}

.ab3 {
    background: url(../img/company_img/sub1_area3.png) no-repeat;
    background-size: contain;
}






/* 파트너 */


.pt_txt {
    height: 300px;
}

.pt_txt .tct_small div {
    font-size: 17px;
}


.pt_slick {
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pt_slick span {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
}


.pt_slick .slick-next,
.pt_slick .slick-prev {
    bottom: 55%;

    width: 30px;
    height: 35px;
}

.pt_slick .slick-next {
    right: -50px;
    background: url(../img/company_img/sub1_pt_arrow2.png) no-repeat;
}

.pt_slick .slick-prev {
    left: -40px;
    background: url(../img/company_img/sub1_pt_arrow1.png) no-repeat;
}

.pt_slick .slick-slide {
    height: 100%;
    margin-right: 15px;
    margin-left: 15px;
}



.pti1 {
    background: url(../img/company_img/client_02.gif) no-repeat;

}

.pti2 {
    background: url(../img/company_img/client_01.gif) no-repeat;

}

.pti3 {
    background: url(../img/company_img/client_03.gif) no-repeat;

}

.pti4 {
    background: url(../img/company_img/client_04.gif) no-repeat;

}

.pti5 {
    background: url(../img/company_img/client_05.gif) no-repeat;

}

.pti6 {
    background: url(../img/company_img/client_06.gif) no-repeat;

}

.pti7 {
    background: url(../img/company_img/client_07.gif) no-repeat;

}

.pti8 {
    background: url(../img/company_img/client_08.png) no-repeat;

}

.pti9 {
    background: url(../img/company_img/client_09.png) no-repeat;

}

.pts_img {
    height: 80px;
    width: 340px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    background-size: contain;
    margin: 0 auto 5px;
    background-position-x: 50%;
}



.pt2 {
    width: 100%;
    margin-top: 100px;
}


.pt2_box {

    display: flex;

    justify-content: space-between;
    margin-bottom: 100px;
}

.ptb_img {
    width: 500px;
    height: 300px;

}

.ptb_txt {
    width: 750px;


}

.pt2>div:nth-child(1) .ptb_img {
    background: url(../img/company_img/sub1_pt1.png) no-repeat;
    background-size: cover;
}

.pt2>div:nth-child(2) .ptb_img {
    background: url(../img/company_img/sub1_pt2.png) no-repeat;
    background-size: cover;
}

.pt2>div:nth-child(3) .ptb_img {
    background: url(../img/company_img/sub1_pt3.png) no-repeat;
    background-size: cover;
}




.ptb_txt {}

.ptb_txt .ptt1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;

}

.ptb_txt .ptt2 {
    margin-bottom: 40px;
    line-height: 25px;
    position: relative;

    font-size: 15px;

}

.ptb_txt .ptt2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.ptb_txt .ptt3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.ptb_txt .ptt4 {}


.ptb_txt .ptt3 .tel_box {}

.ptb_txt .ptt3 .tel_box span {}

.ptb_txt .ptt3 .tel_box span:first-child {
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin-right: 15px;
}


.ptb_txt .ptt3 .tel_box span:last-child {}


.ptb_txt .ptt4 a {
    color: #999;
    border: 2px solid #ccc;
    font-weight: bold;
    transition: 0.3s;
}

.ptb_txt .ptt4 a:hover {
    color: #fff;
    background: #0a69b1;
}

.ptb_txt .ptt4 a:first-child {
    padding: 17px 24px;
    margin-right: 20px;
}

.ptb_txt .ptt4 a:last-child {
    padding: 16px 66px;
}




#tab-1 {
    position: relative;
}

.cp_navBox {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 105%;
    height: 45px;
    transform: translateX(-50%);
}

.cp_navBox .arrowSlider .prev {
    background: url(../img/company_img/sub1_pt_arrow1.png) no-repeat;
}

.cp_navBox .arrowSlider .next {
    background: url(../img/company_img/sub1_pt_arrow2.png) no-repeat;
}

.cp_navBox .arrowSlider span {
    width: 22px;
    height: 40px;
}