/**
 * 티로그 스타일 통합 CSS
 * 이윰 빌더 테마용
 */

/* 공통 스타일 */
.lead { 
    font-size:16px; 
    line-height:1.75; 
    letter-spacing:-0.02em; 
    color:#555;  
    word-break:keep-all;
}

/* Owl Carousel 필수 기본 스타일 */
.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

/* 메인 배너 슬라이더 */
.tlog-visual {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tlog-visual .main-carousel {
    padding:0; 
    margin:0;
}

.tlog-visual .main-carousel .owl-stage-outer,
.tlog-visual .main-carousel .owl-stage {
    height: 540px;
}

.tlog-visual .main-carousel .owl-item {
    height: 540px;
}

.tlog-visual .main-carousel .li {
    height:540px; 
    background-size:cover; 
    background-position:center; 
    position:relative;
    display: block;
    width: 100%;
}

.tlog-visual .main-carousel .li .copy_area_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.tlog-visual .main-carousel .li .cover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    opacity:.6;
    z-index:1;
}

.tlog-visual .main-carousel .jarallax { 
    min-height: 540px;
    height: 540px;
    position: relative;
}

.tlog-visual .main-carousel .li .copy_area {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align:center;
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:2;
}

.tlog-visual .main-carousel .li .copy_area h1 {
    font-size:14px;
    font-weight:300; 
    line-height:1.3; 
    letter-spacing:0.5px; 
    padding-bottom:20px;  
    color:#fff; 
    text-align:center;
    margin: 0;
}

.tlog-visual .main-carousel .li .copy_area h2 {
    font-size:62px;
    font-weight:100; 
    line-height:1.3; 
    letter-spacing:-5px;  
    color:#fff; 
    text-align:center;
    margin: 0;
}

.tlog-visual .main-carousel .li .copy_area h2 strong {
    font-weight: 600;
}

.tlog-visual .main-carousel .li .copy_area h3 {
    font-size:18px;
    font-weight:500;
    text-align:center;
    margin:10px 0 0; 
    padding:0 20px; 
    word-break:keep-all; 
    color:#fff; 
    opacity:0.8; 
    letter-spacing:-1px;
}

.tlog-visual .main-carousel .owl-dots {
    position:absolute;
    width:100%; 
    text-align:center; 
    margin:0 auto; 
    bottom:40px;
    z-index: 10;
}

.tlog-visual .main-carousel .owl-dots .owl-dot {
    background:rgba(255, 255, 255, 0.5);
    width:30px;
    height:5px;
    display:inline-block;
    margin:0 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tlog-visual .main-carousel .owl-dots .owl-dot.active {
    background:rgba(255, 255, 255, 1);
}

.tlog-visual .main-carousel .owl-dots .owl-dot:hover {
    background:rgba(255, 255, 255, 0.8);
}

.tlog-visual .main-carousel .owl-nav {
    position:absolute;
    width:100%;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
}

.tlog-visual .main-carousel .owl-nav .owl-prev,
.tlog-visual .main-carousel .owl-nav .owl-next {
    width:50px;
    height:50px;
    position:absolute;
    font-size:14px; 
    color:#fff; 
    border:2px solid #fff; 
    text-align:center; 
    background-color:rgba(0,0,0,0.3); 
    cursor:pointer;
    line-height: 46px;
    transition: all 0.3s ease;
}

.tlog-visual .main-carousel .owl-nav .owl-prev {
    left:50px;
}

.tlog-visual .main-carousel .owl-nav .owl-next {
    right:50px;
}

.tlog-visual .main-carousel .owl-nav .owl-prev:hover,
.tlog-visual .main-carousel .owl-nav .owl-next:hover {
    background-color:rgba(0,0,0,0.7);
}

/* 사업영역 */
.tl_company_box_wrap { 
    width:100%; 
    padding:100px 3% 80px 3%;
}

.tl_company_box_wrap .inner {
    max-width:100%;
    margin:0 auto;
    padding:0 20px;
}

.tl_company_box_wrap h2 {
    text-align:center; 
    font-size:30px; 
    color:#333;
    margin: 0 0 20px 0;
}

.tl_company_box_wrap h2:before { 
    display:block; 
    content:""; 
    width:30px; 
    height:6px; 
    background:#8fd92e; 
    margin:0 auto 20px auto; 
    border-radius:10px;
    transform: rotate(30deg);
}

.tl_company_box_wrap h2 span { 
    display:block; 
    padding:20px 0; 
    color:#555; 
    font-size:16px; 
    font-weight:400;
}

.tl_company_box_wrap ul {
    margin-top:30px; 
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    padding: 0;
}

.tl_company_box_wrap ul li { 
    width:25%; 
    text-align:center; 
    float:left; 
    display:block;
}

.tl_company_box_wrap ul li .icon { 
    display:inline-block; 
    padding:30px;
}

.tl_company_box_wrap ul li .icon i { 
    color:#666;
    transition:transform 500ms;
}

.tl_company_box_wrap ul li:hover i {
    transform:rotateY(180deg);
}

.tl_company_box_wrap ul li .box {
    border-right:1px #eaeaea solid; 
    padding:0 10px; 
    display:block;
}

.tl_company_box_wrap ul li:last-child .box {
    border-right:0px;
}

.tl_company_box_wrap ul li dl {
    margin: 0;
}

.tl_company_box_wrap ul li dl dt {
    font-weight:bold; 
    padding-bottom:15px; 
    line-height:20px; 
    color:#222; 
    font-size:20px;
}

.tl_company_box_wrap ul li dl dd {
    margin: 0;
}

.tl_company_box_wrap ul li a {
    display:inline-block; 
    margin-top:20px; 
    border:1px #ddd solid; 
    padding:0 20px; 
    line-height:30px; 
    color:#666;  
    transition: all .2s;
    text-decoration: none;
}

.tl_company_box_wrap ul li:hover a {
    background:#2253b8; 
    color:#fff;
    border-color:#2253b8;
}

/* 뉴스갤러리 */
.tl_main_gallery_wrap { 
    width:100%;  
    padding:80px 3%; 
    background:#2c3856;
    margin-top:60px;
}

.tl_main_gallery_wrap .inner {
    max-width:100%; 
    margin:0 auto; 
    overflow:hidden;
    padding:0 20px;
}

.tl_main_gallery_wrap h2 {
    text-align:center; 
    font-size:30px; 
    color:#fff;
    margin: 0 0 20px 0;
}

.tl_main_gallery_wrap h2:before { 
    display:block; 
    content:""; 
    width:30px; 
    height:6px; 
    background:#fff; 
    margin:0 auto 20px auto; 
    border-radius:10px;
    transform: rotate(30deg);
}

.tl_main_gallery_wrap h2 span { 
    display:block; 
    padding:20px 0; 
    color:#fff; 
    opacity:0.8; 
    font-size:16px; 
    font-weight:400;
}

/* 제품소개 */
.tl_business_now_box_warp { 
    width:100%; 
    padding:80px 3%; 
    text-align:center; 
    background-color:#eff1f6; 
    clear:both;
    margin-top:60px;
}

.tl_business_now_box_warp .inner {
    max-width:100%;
    margin:0 auto;
    padding:0 20px;
}

.tl_business_now_box_warp h2 { 
    font-size:30px; 
    color:#000; 
    line-height:1.6; 
    font-weight:600;
    margin: 0 0 20px 0;
}

.tl_business_now_box_warp h2:before { 
    display:block; 
    content:""; 
    width:30px; 
    height:6px; 
    background:#8fd92e; 
    margin:0 auto 20px auto; 
    border-radius:10px;
    transform: rotate(30deg);
}

.tl_business_now_box_warp h2 span { 
    padding:10px 10px 50px 10px; 
    font-size:16px; 
    display:block; 
    color:#555; 
    font-weight:400;
}

/* GC SOFT PRODUCTS */
.tl_product_box_wrap { 
    padding:100px 3% 80px 3%; 
    max-width:100%; 
    margin:60px auto 0 auto; 
    overflow:hidden;
}

.tl_product_box_wrap h2 { 
    font-size:30px; 
    text-align:center; 
    color:#000; 
    line-height:1.6; 
    font-weight:600;
    margin: 0 0 20px 0;
}

.tl_product_box_wrap h2 span { 
    padding:10px 10px 50px 10px; 
    font-size:16px; 
    text-align:center; 
    display:block; 
    color:#555; 
    letter-spacing:-0.02em; 
    font-weight:400;
}

/* 메인 공지 최신글 */
.tl_latest_box_warp { 
    width:100%; 
    max-width:100%; 
    margin:0 auto; 
    padding:60px 3% 80px 3%; 
    border-top:1px solid #ddd; 
    clear:both; 
    overflow:hidden;
}

.tl_latest_box_warp .notice_latest { 
    width:48%; 
    float:left;
}

.tl_latest_box_warp .counsel_latest {
    width:48%; 
    float:right;
}

/* 하단 상담신청 */
.tl_contact_box_wrap { 
    width:100%; 
    min-height:450px; 
    padding:80px 3%; 
    background:#2c3856;
}

.tl_contact_box_wrap .inner { 
    max-width:800px; 
    margin:0 auto;
    padding:0 20px;
}

.tl_contact_box_wrap h2 {
    text-align:center;
    font-size:30px; 
    color:#fff; 
    line-height:1.6; 
    font-weight:600;
    margin: 0 0 20px 0;
}

.tl_contact_box_wrap h2 span {
    padding:10px 0 50px 10px; 
    display:block; 
    font-size:16px; 
    color:#fff; 
    opacity:0.8; 
    font-weight:400; 
    letter-spacing:-0.02em;
}

.tl_contact_box_wrap .input_page {
    margin-bottom: 20px;
    overflow: hidden;
}

.tl_contact_box_wrap .input_page #co_name { 
    width:48%; 
    height:60px; 
    font-size:15px; 
    color:#6e6e6e; 
    padding-left:10px; 
    float:left; 
    border:0;
}

.tl_contact_box_wrap .input_page #co_email { 
    width:48%; 
    height:60px; 
    font-size:15px; 
    color:#6e6e6e; 
    padding-left:10px; 
    float:right; 
    border:0;
}

.tl_contact_box_wrap .txtarea_page #co_message { 
    margin-top:20px; 
    width:100%; 
    height:120px;  
    font-size:15px; 
    color:#6e6e6e; 
    padding:10px 0 0 10px; 
    border:0;
}

.tl_contact_box_wrap .send_page { 
    text-align:center;
}

.tl_contact_box_wrap .send_page .send {
    margin:50px 0 0;  
    max-width:142px; 
    height:41px; 
    line-height:41px; 
    padding:0px 40px;
    background-color: #3949a3; 
    font-size:15px; 
    font-weight:bold; 
    color:#fff; 
    border:0; 
    border-radius:20px;
    cursor:pointer;
    transition: all 0.3s ease;
}

.tl_contact_box_wrap .send_page .send:hover {
    background-color: #2253b8;
}

.tl_contact_box_wrap #x_message {
    position:absolute;
    width:300px;
    border-radius:10px;
    height:50px;
    text-align:center;
    line-height:50px;
    top:50px;
    left:50%;
    margin-left:-150px;
    background-color:#FDD;
    border:2px solid #C00;
    font-weight:700;
    color:#666;
    z-index:1000;
}

.tl_contact_box_wrap #x_loading {
    position:absolute;
    display:none;
    width:200px;
    height:200px;
    top:50px;
    left:50%;
    margin-left:-100px;
    z-index:1;
    font-size:100px;
    line-height:200px;
}

.tl_contact_box_wrap #x_message.x-msg1 {
    background-color: #FDD;
}

.tl_contact_box_wrap #x_message.x-msg2 {
    background-color: #9C6;
    border:2px solid #096;
}

/* 반응형 */
@media screen and (max-width: 1024px) {
    .tl_company_box_wrap ul li { 
        width:50%;
    }
    
    .tlog-visual .main-carousel .owl-nav .owl-prev {
        left:20px;
    }
    
    .tlog-visual .main-carousel .owl-nav .owl-next {
        right:20px;
    }
}

@media screen and (max-width: 960px) {
    .tl_company_box_wrap ul li { 
        width:100%;
    }
    
    .tl_company_box_wrap ul li .box { 
        border-right:0; 
        border-bottom:1px solid #ddd; 
        padding-bottom:30px;
    }
    
    .tl_latest_box_warp .notice_latest { 
        width:100%;
        margin-bottom: 30px;
    }
    
    .tl_latest_box_warp .counsel_latest { 
        width:100%;
    }
}

@media screen and (max-width: 640px) {
    .tlog-visual .main-carousel .owl-stage-outer,
    .tlog-visual .main-carousel .owl-stage,
    .tlog-visual .main-carousel .owl-item {
        height: 60vh;
    }
    
    .tlog-visual .main-carousel .li { 
        height:60vh;
    }
    
    .tlog-visual .main-carousel .jarallax { 
        min-height: 60vh;
        height: 60vh;
    }
    
    .tlog-visual .main-carousel .li .copy_area h2 {
        font-size: 36px; 
        letter-spacing:-3px;
    }
    
    .tlog-visual .main-carousel .li .copy_area h3 { 
        max-width:90%; 
        margin:10px auto 0 auto; 
        font-size: 15px; 
        letter-spacing:-0.5px;
    }
    
    .tlog-visual .main-carousel .owl-nav { 
        display:none;
    }
    
    .tl_company_box_wrap {
        padding:60px 5% 50px 5%;
    }
    
    .tl_main_gallery_wrap {
        padding:60px 5%;
    }
    
    .tl_business_now_box_warp {
        padding:60px 5%;
    }
    
    .tl_product_box_wrap {
        padding:60px 5%;
    }
    
    .tl_latest_box_warp {
        padding:0px 5% 60px 5%;
    }
    
    .tl_contact_box_wrap {
        padding:60px 5%;
        min-height:400px;
    }
    
    .tl_contact_box_wrap .input_page #co_name,
    .tl_contact_box_wrap .input_page #co_email {
        width:100%;
        float:none;
        margin-bottom:10px;
    }
}