@charset "UTF-8";

/* *******************************************************************
	공통
******************************************************************* */
.highlight-blue {
    color:#284096;
}
.highlight-red {
    color:#ED6B6E;
}
.highlight-green {
    color:#1eafa8;
}
.article .contents-area .inner-wrap {
    flex-direction: column;
    gap:0;
}
.flex-w-50 {
    width: 50%;
}

/* 컨텐츠 타이틀 */
.article .section {
    position: relative;
}
.article .section h2,.article .section h2.section-title {
    font-size: 33px;
    font-weight: 900;
    margin: 45px 0 30px;
}

.article .section h3.sub-title {
    position: absolute;
    top: -73px;
    z-index: -1;
    font-weight: 800;
    font-size: 86px;
    color: #F6F6F6;
}

.article .section h4 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}
.article .section p {
    margin: 0 0 20px;
    color: #444;
    font-weight: 500;
}

.article .section .btn-area {
    padding: 30px 0;
    text-align: center;
}
.article .section .btn-area .btn-go {
    display: inline-block;
    margin: 15px;
    padding: 20px 30px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #006EF3;
    transition: all 0.25s;
    border:1px solid #009fb9;
}
.article .section .btn-area .btn-go:hover {
    background-color: #00a6c4;
    border:1px solid #0d7e91;
}


.article .section .btn-area .btn-go.red {
    background-color: #ED6B6E;
    border:1px solid #de0e1a;
}
.article .section .btn-area .btn-go.red:hover {
    background-color: #de0e1a;
    border:1px solid #be000b;
}


/* 테이블 */
.table-bordered{
    border-top: 3px solid #006EF3 !important;
    border-left:none !important;
    border-right:none !important;
}
.table-bordered tr > th {
    background-color: #f4f4f4;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
#contents .table > tbody > tr > th {
    background-color: #fbfbfb;
}
#contents .table > tbody > tr > td{
    padding: 7px 30px;
    font-size: 17px;
    line-height: 1.7;
}
#contents .table.ta-center > tbody > tr > td {
    padding: 7px 10px;
}
#contents .table > tbody > tr > td:first-child{
    border-left:none;
}
#contents .table > tbody > tr > td:last-child {
    border-right:none;

}
#contents .table tr > th {
    padding:15px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
#contents .table tr > th:first-child{
    border-left:none;
}
#contents .table.tb-th-bold tbody tr > th:first-child{
    border-left:none;
    background-color: #fff;
}
#contents .table tr > th:last-child{
    border-right:none;
}
#contents .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom:1px solid #ddd ;
}

/*탭 컨텐츠의 탭메뉴 스타일*/
#contents .article .section .tab-custom .tab-bg {
    margin: 0 0 70px;
    padding:0;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li {
    display: table-cell;
    width: 1%;
    transition: 0.5s;
    border: 2px solid #e7e7e7 ;
    border-right:0;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li:last-child {
    border-right: 2px solid #e7e7e7 !important;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active,#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active:hover {
    border: 2px solid transparent !important;
    background-image:linear-gradient(#fff, #fff), linear-gradient(90deg, #3c8fff 0%, #29c5f9 100%);
    background-origin:border-box;
    background-clip:padding-box, border-box;
}

#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active a {
    color: #006EF3;
    font-weight: 700;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li a {
    padding:15px;
    margin-bottom: 0;
    font-size: 19px;
    transition: 0.5s;
    color: #555;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li:hover a {
    font-weight: 700;
    color: #006EF3;
}

/* *******************************************************************
	home (메뉴 1 - 메인 화면)
******************************************************************* */

/* *******************************************************************
	services (메뉴 2)
******************************************************************* */
.services #contents .article {
    gap: 150px;
}

.services #contents .article,
.services .article .section .title-area {
    display: flex ;
    flex-direction: column;
    align-items: center;
}
.services .article .section .title-area {
    padding: 0 0 35px;
}

.services .article .section:first-child .title-area h2 {
    font-weight: 400;
}
.services .article .section:first-child .title-area h2 span {
    font-weight: 600;
}
.services .article .section h3.sub-title {
    top: -20px;
    line-height: 1.2;
}
.services #contents .article .section .img-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*section 상단 타이틀 존*/
.article .section .title-area h2 {
    margin: 45px 0 17px;
    text-align: center;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 600;
}
.article .section .title-area h2 b {
    font-size: 35px;
    font-weight: 800;
}

.article .section .title-area p {
    color: #919191;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}

/* *******************************************************************
	about (메뉴 3)
******************************************************************* */
.about #footer {
    border-top: 1px solid #000;
}
.about #footer > .inner-wrap {
    border-top: 1px solid #fff;
}

.about #contents {
    background: url("/images/sub/about_bg.jpg") center top no-repeat;
    background-size: cover;
}

.about .article .section h2.section-title {
    color: #fff;
}
.about .article .section h3.sub-title {
    color: rgba(255, 255, 255, 0.3);
    z-index: 9;
}
.team-area {
    display: flex;
    gap: 1.5%;
}
/*공통사항*/
.team-area .member {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 6px 14px 0px rgba(0, 0, 0, 0.70);
}
.team-area .member > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 100%;
}
.team-area .member > div .bio {

}
#contents .article .section .team-area .member > div p.name {
    margin:0;
    font-size: 27px;
    font-weight: 800;
    line-height: 42px;
}
.team-area .member > div .bio li {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    color: #555;
}
/* 좌측 ceo */
.team-area .ceo {
    width: 21.5%;
    flex-direction: column;
    padding: 30px 23px;
}
/* 우측 멤버 6명 */
.team-area ul.team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5% 2%;
    width: 77%;
}
.team-area ul.team-list .member {
    display: flex;
    justify-content: flex-start;
    width: 32%;
    padding: 40px 25px;
    color: #000;
}


/* *******************************************************************
    contact (메뉴 4)
******************************************************************* */
.root_daum_roughmap_landing {
    border-bottom: 1px solid #d7d7d7;
    border-radius: 5px;
}


/* phone ~ 767px */
@media screen and (max-width: 767px) {

    /*.flex-w-50 {*/
    /*    width: 100%;*/
    /*}*/
    /*.introduction .article .section {*/
    /*    flex-direction: column;*/
    /*}*/
    /*.article .section h2, .article .section h2.section-title {*/
    /*    font-size: 17px ;*/
    /*}*/
    /*#contents .article .section ul.bullet li {*/
    /*    margin: 10px 0;*/
    /*    font-size: 15px ;*/
    /*}*/
    /*#contents .table tr > th,#contents .table > tbody > tr > td {*/
    /*    font-size: 15px;*/
    /*}*/

}