@charset "utf-8";
/* CSS Document */

/**********************************************

* Project   : GTCS
* File name : gtcs_main.css
* Author    : Hightouch

**********************************************/



/*---------------------------------------------

	섹션

-----------------------------------------------*/

#home-section_intro,
#home-section_biz,
#home-section_partner,
#home-section_news{
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff;
}

#home-section_biz{
    padding-top: 90px;
    padding-bottom: 140px;
    background: #fff;
}

#home-section_with{
    padding-top: 90px;
    padding-bottom: 0px;
    background: #fff;
}


.section-row{
    margin-top: 60px;
}

.section-row.first{
    margin-top: 70px;
}


/*---------------------------------------------

	공통영역 

-----------------------------------------------*/

.home-section_title{
    text-align: center;
}

.home-section_title h3.title {
    padding-bottom: 0px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    color: #333;
}

.home-section_title p.sub_title {
    margin-top: 26px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #666;
}

.main-wrap_btn_more{
    margin-top: 60px;
    text-align: center;
}

.main-wrap_btn_more .main-btn_more{
    display: inline-block;   
    padding: 17px 40px;
    border-radius: 50px;
    background: #888;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.main-wrap_btn_more .main-btn_more:hover{
    background: #1c2d61;
    color: #fff;
}


/* **************************************** *
 *
 * 메인페이지 
 * 링크박스
 *
 * **************************************** */

.main-col_link_box{
    position: relative;
    min-height: 460px;
    background: url('/wp-content/themes/total-child-theme/images/bg/main-bg_gtcs_01.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 600ms ease-in-out;
}

.main-col_link_box.second{
    margin-top: 90px;
    background: url('/wp-content/themes/total-child-theme/images/bg/main-bg_gtcs_02.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 600ms ease-in-out;
}

.main-col_link_box.third{
    background: url('/wp-content/themes/total-child-theme/images/bg/main-bg_gtcs_03.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 600ms ease-in-out;
}

.main-col_link_box:hover{
    background-size: cover;
    background-position: center center;
}

.main-col_link_box .inner{
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 460px;
}

.main-col_link_box .inner a{
    display: table-cell;
    vertical-align: bottom;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 40px;
    transition: all 300ms ease-in-out;
}

.main-col_link_box .inner a:hover{    
    box-shadow: inset 0px 0 0px 10px #299dd8;
}

.main-col_link_box.second .inner a:hover{
    box-shadow: inset 0px 0 0px 10px #1b75bb;
}

.main-col_link_box.third .inner a:hover{
    box-shadow: inset 0px 0 0px 10px #212e60;
}

.main-col_link_box .inner a span.link_name{
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    z-index: 1;
}

.main-col_link_box .inner a span.link_name::after{
    content: '';
    position: absolute;
    display: inline-block;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background: rgba(202, 202, 202, 0.3);
    z-index: -1;
}


/* **************************************** *
 *
 * 메인페이지 
 * #home-section_biz 
 * Slick 슬라이드
 *
 * **************************************** */
#home-section_biz{
    background: url('/wp-content/themes/total-child-theme/images/bg/main_bg_biz.jpg') no-repeat;
    background-position: left 0px bottom 0px;
}

.sliderContainer {
    position: relative;
}

.slider {
    width: 100%;
    height: 600px;
    margin: 0px;
}

.slick-slide {  
    height: 600px;  
    padding: 170px 0px 120px 150px;
    background: url('/wp-content/themes/total-child-theme/images/bg/main_sld_biz_02.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 30px;
    text-align: left;
}

.slick-slide .title{  
    font-size: 48px;
    font-weight: 700;
    color: #fff;    
}

.slick-slide .subTitle{  
    font-size: 21px;
    font-weight: 700;
    color: #fff;    
}

.slick-slide .title .en{ 
    font-size: 52px;
    font-weight: 700;
    color: #fff;    
}

.slick-slide a.btn_underline{
    padding: 0px 3px;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: lowercase;
    color: #fff;
    outline: none;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -30px;
}

.slick-slide:nth-child(2) {
    background: url('/wp-content/themes/total-child-theme/images/bg/main_sld_biz_01.jpg') no-repeat;
}

.slick-slide:nth-child(3) {
    background: url('/wp-content/themes/total-child-theme/images/bg/main_sld_biz_03.jpg') no-repeat;
}

.slick-slide:nth-child(4) {
    background: url('/wp-content/themes/total-child-theme/images/bg/main_sld_biz_04.jpg') no-repeat;
}

/* 네비게이션 바 */
.progressBarContainer {
    position: absolute;
    left: 150px;
    bottom: 76px;
    width: 80%; 
}

.progressBarContainer div {
    float: left;
    display: block;
    width: 15%;
    padding: 0;
    margin-right: 5px; 
    cursor: pointer;
    color: white;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}

.progressBarContainer div span.progressBar .inProgress {
    width: 0%;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
}

.progressBarContainer div h3{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.2);
}

.progressBarContainer div.on h3{    
    color: rgba(255, 255, 255, 1);
}


/* **************************************** *
 *
 * 메인페이지 
 * #home-section_partner
 *
 * **************************************** */

#home-section_partner .section-row_logo{
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

#home-section_partner .section-row_logo.first{
    margin-top: 60px;
}

#home-section_partner .section-row_logo.last{
    border-bottom: 1px solid #ededed;
}

#home-section_partner .section-row_logo .section-col_logo{
    border-right: 1px solid #ededed;
    background: #fff;
}


/* **************************************** *
 *
 * 메인페이지 
 * #home-section_news
 *
 * **************************************** */

#home-section_news{
    background-position: left 0px bottom 0px;
    border-bottom: 1px solid #ededed;
}

#home-section_news .home-section_title {
    position: relative;
    text-align: left;
}

#home-section_news .home-section_title h3.title {
    padding-left: 5px;
    padding-bottom: 20px;    
    border-bottom: 1px solid #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #333;
}

#home-section_news .home-section_title a.btn_more_news{
    position: absolute;
    top: 3px;
    right: 0;    
    padding: 5px 12px;
    border-radius: 30px;
    background: #ededed;
    font-size: 13px;
    font-weight: 400;
    color: #969696;
    transition: all 150ms ease-in-out;
}

#home-section_news .home-section_title a.btn_more_news:hover{
    background: #888;
    color: #f7f7f7;
}

#home-section_partner{
    background: url('/wp-content/themes/total-child-theme/images/bg/main_bg_news.jpg') no-repeat;
    background-position: left 0px bottom 0px;
}

/* **************************************** *
 *
 * 메인페이지 
 * #home-section_with
 *
 * **************************************** */

#home-section_with .main-col_banner_box{
    background: #ddd url('/wp-content/themes/total-child-theme/images/bg/main-bg_with_01.jpg') no-repeat;
    background-position: left 0px bottom 0px;
    background-size: cover;
    text-align: center;
}

#home-section_with .main-col_banner_box.second{
    background: #ddd url('/wp-content/themes/total-child-theme/images/bg/main-bg_with_02.jpg') no-repeat;
    background-position: right 0px;
}

#home-section_with .main-col_banner_box{
    position: relative;
    min-height: 240px;
}

#home-section_with .main-col_banner_box .inner{
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#home-section_with .main-col_banner_box .inner a{
    display: table-cell;
    vertical-align: middle;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 240px;
    transition: all 300ms ease-in-out;
}

#home-section_with .main-col_banner_box .inner a span.link_name{
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    z-index: 1;
}

#home-section_with .main-col_banner_box .inner a span.link_btn{
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-top: 25px;
    border-radius: 43px;
    background: rgba(255, 255, 255, .3);
    transition: all 100ms ease-in-out;
}

#home-section_with .main-col_banner_box .inner a:hover span.link_btn{
    background: rgba(0, 0, 0, .3);
}

#home-section_with .main-col_banner_box .inner a span.link_btn img{
    position: absolute;
    left: 0px;
    transition: all 100ms ease-in-out;
}

#home-section_with .main-col_banner_box .inner a:hover span.link_btn img{
    left: 5px;
}


/*************************************************
 * Notebook Area - PC Contents Area End Point
 * Max width : 1600px

 PC 컨텐츠 넓이 : 1600px
	
*************************************************/

@media only screen and (max-width: 1600px) {

    .slick-initialized .slick-slide .inner {
        padding: 0 80px;
    }

    .slick-initialized .slick-slide.slick-current.slick-active .inner .cont {
        right: 80px;
    }
}

@media only screen and (max-width: 1440px){
    ul.sidr-class-sub-menu {
        background: #eff0f4;
    }

    ul.sidr-class-sub-menu li a {
        border-bottom: 1px solid #e2e2e2;
        font-size: 13px;
        color: #565656;
    }

    .sidr-class-dropdown-menu>li {
        border-bottom: 1px solid #eaeaea;
        border-bottom-color: #eaeaea !important;
    }
    
}


/*************************************************
 * Notebook Area - PC Contents Area End Point
 * Max width : 1180px

 PC 컨텐츠 넓이 : 1180px
	
*************************************************/

@media only screen and (max-width: 1300px) {
    
    button.slick-prev.slick-arrow {
        left: 10px;
    }

    button.slick-next.slick-arrow {
        right: 10px;
    }

    .slick-initialized .slick-slide .inner .cont {
        right: -10px;
        padding: 30px 70px;
    }

    .slick-initialized .slick-slide.slick-current.slick-active .inner .cont {
        right: 0px;
        padding: 30px 70px;
    }

    .wrap_content {
        position: relative;
        top: 0%;
        left: 0%;
        padding: 30px 15px 0px;
        transform: translate(0%, 0%);
    }

    .wrap_content h3 {
        padding-bottom: 24px;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.6;
        font-family: 'yg-jalnan';
    }

    .wrap_content dl dt {
        font-size: 24px;
        font-weight: 300;
    }

    .home-col_section_biz{
        width: 100%;
    }
}

/*************************************************
 * Tablet Area
 * Max width : 800px;

 타블렛 PC, 아이패드 768 x 1024
	
*************************************************/

@media only screen and (max-width: 960px) {

    /* 컬럼 변경 */
    .under960-col_width_50{
        float: left;
        width: 50%;
    }
    
}

@media only screen and (max-width: 768px) {

    /* 디스플레이 */
    .mobile_show{
        display: block;
    }

    .pc_show{
        display: none;
    }

    /* 메뉴 */
    #top-bar {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }

    #side-menu-custom{
        display: none;
    }


    /* 모바일 컬럼 조정 */
    .col_image_mobile{
        width: 100%;
        padding: 0px 15px 0px;
    }

    .col_text_mobile{
        width: 100%;
        padding: 0px 0px 0px;
        text-align: center;
    }

    /* 링크박스 */
    .main-col_link_box.second {
        margin-top: 0px;        
    }

    /* 링크박스 */
    .slick-slide {
        height: 500px;
        padding: 120px 0px 60px 40px;
        background-position: center center;
    }

    .slick-slide .title {
        font-size: 37px;
    }

    .slick-slide .title .en {
        font-size: 42px;
    }

    .progressBarContainer {
        position: absolute;
        left: 40px;
        bottom: 170px;
        width: 100%;
    }

    .progressBarContainer div {
        width: 19%;
    }

    .progressBarContainer div h3 {
        display: none
    }

    /* 파트너 */
    #home-section_partner .section-row_logo .section-col_logo {
        border-right: 1px solid #ededed;
        width: 20%;
        float: left;
    }   

    #home-section_partner {
        background: #f7f7f7;
        background-position: left 0px bottom 0px;    
    }

}


@media only screen and (max-width: 600px){
    .slick-slide:nth-child(2) {
        background: url(/wp-content/themes/total-child-theme/images/bg/main_sld_biz_01.jpg) no-repeat;
        background-position: top 0px left -400px;
    }

    .slick-slide:nth-child(3) {
        background-position: top 0px right -160px;
    }
}


@media only screen and (max-width: 460px) {
    /* 컬럼 변경 */
    .under425-col_width_100{
        float: left;
        width: 100%;
    }

    /* 디스플레이 */
    .mobile-hidden{
        display: none;
    }    

    .main-col_link_box {    
        min-height: 420px;
    }

    .main-col_link_box .inner {
        height: 420px;
    }

    /* 더보기 버튼*/
    .main-wrap_btn_more {
        margin-top: 30px;
        text-align: center;
    }
}