/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* 로그인페이지 - 회원가입 페이지 */
body.page-id-10724 header, body.page-id-10724 footer,
body.page-id-9819 header, body.page-id-9819 footer{
    display: none;
}

/* 메인페이지 - 메인 슬라이더 */
#sld_title h1{
    background: -webkit-linear-gradient(rgb(0, 108, 255), rgb(5, 73, 215));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 메인페이지 - 계속해서... */
.add_icon .elementor-widget-container .elementor-button-wrapper a.box-button{
    padding-left: 16px;
    background: #fff url('/wp-content/uploads/2023/10/icon_button.png') no-repeat;
    background-position: left 0px top 8px;
}

.add_icon .elementor-widget-container .elementor-button-wrapper a.box-button:hover{
    background: #fff url('/wp-content/uploads/2023/10/icon_button.png') no-repeat;
    background-position: left 0px top 8px;
}

/* 라운드 백그라운드 포인트 */
.round_title{
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 0px;
    border-radius: 45px;
    background-color: #1896ff;
}

.round_title.white{
    background-color: #fff;
}

/* 메인페이지 - 커스터 마이징 */
.point_title{
    position: relative;
    display: inline-block;
}

.point_title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: #ececec;
    border-radius: 45px;
    z-index: -1;
}

.content ul.list_custom{
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    list-style: none;
}

.content ul.list_custom li{  
    padding-bottom: 25px;
    padding-left: 25px;
    background: url('/wp-content/uploads/2023/10/icon_list_custom.png') no-repeat;
    background-size: 11px 11px;
    background-position: left 0px top 5px;
}

/* 메인 페이지 - 요금제 */
.small{
    font-size: 30px;
    font-weight: 500;
}

/* 메인 페이지 - 사이드톡 사용문의하기 */
.elementor-widget-text-editor h3.dealer-icon_title{
    padding-left: 48px;
    margin-bottom: 0px;
    background: url('/wp-content/uploads/2023/12/icon_dealer.png') no-repeat;
    background-size: 36px 36px;
    background-position: left 0px top 50%;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -.5px;
    color: #000;
}

dl.info_dealer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 50px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;       
}

dl.info_dealer dt{
    width: 33.33%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}

dl.info_dealer dd{
    width: 33.33%;
    text-align: right;
    word-break: break-word;
}

dl.info_dealer dd:nth-child(2){
    text-align: center;
}

dl.info_dealer dd a{
    display: inline-block;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    color: #999;
}

dl.info_dealer dd:nth-child(2) a{
    background: url('/wp-content/uploads/2023/12/icon_tel.png') no-repeat;
    background-size: 21px 21px;
    background-position: left 0px top 50%;
}

dl.info_dealer dd:nth-child(3) a{
    background: url('/wp-content/uploads/2023/12/icon_mail.png') no-repeat;
    background-size: 21px 21px;
    background-position: left 0px top 50%;
}

/* 서브 페이지 - 요금제 */
.price_period{
    font-size: 17px;
    font-weight: 500;
    color: #999;
}

/* 풋터 회사 정보*/
.list_info_footer{
    display: flex;
    flex-wrap: wrap;
}

.list_info_footer li{
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.list_info_footer li::after{
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #333;
}

.list_info_footer li:nth-child(3n+0)::after,
.list_info_footer li:last-child::after{
    content: '';
    display: none;
}

.list_info_footer li span.sbj{
    font-weight: 700;
    color: #333;
}

/* 풋터 - 패밀리 사이트 */
.wrap_footer_family > a{
    display: inline-block;
    text-decoration: none;
    padding: 24px 40px 24px 35px;
    border: 3px solid #1896ff;
    border-radius: 45px;
    background: #fff url('/wp-content/uploads/2023/10/icon_arrow_down.png') no-repeat;
    background-size: 11px 6px;
    background-position: top 50% right 13px;
    line-height: 1;
}

.wrap_footer_family .list_footer_family{
    display: none;
    transition: all 300ms ease-in-out;
}

.wrap_footer_family.on .list_footer_family{
    position: absolute;
    display: block;
    top: 80px;
    right: 0;
    width: 158px;
    padding: 0px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.05);
    z-index: 999;
}

.wrap_footer_family .list_footer_family li{    
    border-bottom: 1px solid #ededed;
    text-align: center;
}

.wrap_footer_family .list_footer_family li a{
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #777;
}

.wrap_footer_family .list_footer_family li a{
    color: #000;
}

@media only screen and (max-width: 768px) {    
    dl.info_dealer dt, dl.info_dealer dd, dl.info_dealer dd:nth-child(2){
        width: 100%;
        text-align: left;
        word-break: break-word;
    }

    dl.info_dealer dt{
        margin-bottom: 5px;
    }

    dl.info_dealer dd a {
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 600px) {
    .elementor-widget-text-editor h3.dealer-icon_title{
        margin-bottom: 0px;
        font-size: 19px;
        font-weight: 700;
        line-height: 45px;
        color: #000;
    }

    dl.info_dealer{
        padding: 20px 20px;
    }

    dl.info_dealer dt, dl.info_dealer dd{
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 425px) {
    .mobile_hidden{
        display: none;
    }
}