@charset "UTF-8";

/*
File	: product.css
*/

.sub_title_image {
    width: 100%;
}
.sub_title_image img.product {
    position: relative;
    height: 98px;
    margin: 180px 0 0 0;
    float: right;
    object-fit: contain;
}
.sub_title_info {
    position: absolute;
    top: 390px;
}
.sub_title_info span {
    width: 100%;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000;
}

.sub-contain .line-rectangle {margin: 115px 0 60px 0;height: 2px;background-color: #000;}
.sub-contain .line-rectangle-section {
    height: 1px;
    margin: 45px 0 0 0;
    background-color: #dfdfdf;
}

.components_section {
    padding-top: 70px; 
    padding-bottom:0px;
    height: 370px;
    content: "";
    display: -webkit-box;
    clear: both;
}
.components_section_title {
    width: 35%;
}
.components_section_title p {
    font-family: VisbyCF;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.components_section_title img {
    margin: 32px 45px 0;
}
.components_section_content {
    margin: 35px 0 0 0;
}
.components_section_content span.important {font-family: Pretendard;font-size: 18px; font-weight: bold;margin: 15px 10px 15px 0;}
.components_section_content span.title {font-family: VisbyCF;font-size: 14px; font-weight: 500;margin: 0 5px 0 0;}
.components_section_content span.info {font-family: Pretendard;font-size: 14px; font-weight: normal;line-height: 1.71;}
.components_section_content span.info- {font-family: Pretendard;font-size: 14px; font-weight: normal;line-height: 1.71;padding-left: 0.5em;}
.components_section_content ul {
    height: 150px;
    padding: 20px 0 0 0;
}
.components_section_content li {
    font-family: Pretendard;
    font-size: 14px; 
    font-weight: normal;
    line-height: 1.71;
    color: #000;    
    list-style-position: inside;
    text-indent: -8px;
    padding: 0 0 8px 10px;
    word-break: break-all;
}
.components_section .line-rectangle {
    position: absolute;
    width: 1080px;
    height: 1px;
    margin: 315px 0 0;
    background-color: #dfdfdf;
}

.animation:before,
.animation:after {
    content: "";
    background-repeat: no-repeat;
    transition: all .33s ease;
}


.button-contain {
    /*height: 100%;*/
    margin: 33px 263px 0 0;
}

.button {
    width: 200px;
    height: 48px;    
    padding: 10px 17px 14px 16px;
    border: solid 2px #000;
    background-color: #fff;
    display: block;
    cursor:pointer;
    z-index:1;
    transition:all ease 0.5s 0s;
}
.viewbutton {
    transition:all 1s;
    top: 10px;
    display: block;
}

.viewbutton_comingsoon {
    transition:all 1s;
    display: none;
}
.button:hover {    
    background-color: #000;
}
.button:hover .viewbutton {
    display: none;
}
.button:hover .viewbutton_comingsoon {
    display: block;
}

.viewbutton span {
    margin: 0 63px 0 0;
    font-family: VisbyCF;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000;
}
.viewbutton_comingsoon span {
    margin: 0 63px 0 0;
    font-family: VisbyCF;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
}

.viewbutton img.combined-shape {
    width: 13px;
    height: 14px;
    margin: 6px 0 0 -7px;
    object-fit: contain;
    float: right;
}

.viewbutton_comingsoon img.combined-shape {
    width: 13px;
    height: 14px;
    margin: 6px 0 0 -7px;
    transform: rotate(90deg);
    object-fit: contain;
    float: right;
}

@media (max-width: 1200px) {
    .sub_title_image img.product {
        position: relative;
        height: 65px;
        margin: 130px 0 0 0;
        float: right;
        object-fit: contain;
    }
    .sub_title_info {
        position: absolute;
        top: 275px;
        padding: 0 30px 0 0px;
    }
    .sub_title_info span {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
    }
    
    .sub-contain .line-rectangle {margin: 160px 30px 60px 30px;height: 1px;}
    .sub-contain .line-rectangle-section {
        margin: 30px 30px 0 30px;
    }
    .line-rectangle-section.apply {display: block;}
    
    .components_section {
        height: 310px;
        padding: 0 30px 0 30px;
    }
    .components_section_title {
        text-align: center;
    }
    .components_section_title p {
        font-size: 20px;
    }

    .components_section_title img {
        margin: 35px 0 20px 0;
    }
    .components_section_content {
        margin: 0px 0px 0 50px;
    }
    .components_section_content p {
        font-family: VisbyCF;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        margin: 30px 0 0 0;
    }
    .components_section_content span.important {font-size: 15px; font-weight: bold;margin: 15px 8px 15px 0;}
    .components_section_content span.title {font-size: 14px; font-weight: 500;margin: 0 5px 0 0;}
    .components_section_content span.info {font-size: 14px; font-weight: normal;line-height: 1.71;}
    .components_section_content span.info- {font-size: 14px; font-weight: normal;line-height: 1.71;padding-left: 0.5em;}
    .components_section_content ul {
        height: auto;
        padding: 20px 0 0 0;
    }
    .components_section_content li {
        font-size: 14px; 
        font-weight: normal;
        line-height: 1.71;
        color: #000;    
        list-style-position: inside;
        text-indent: -8px;
        padding: 0 0 8px 10px;
        word-break: break-all;
    }
    .components_section .line-rectangle {
        width: 100%;
        height: 1px;
        margin: 315px 0 0;
    }  
    
    .button-contain {
        margin: 20px 0 0 0;
    }
    
    .button {
        width: 100%;
        height: 48px;    
        padding: 10px 17px 14px 16px;
        border: solid 2px #000;
        background-color: #fff;
        display: block;
        cursor:pointer;
        z-index:1;
        transition:all ease 0.5s 0s;
    }
    
    .button:hover .viewbutton {
        display: none;
    }
    .button:hover .viewbutton_comingsoon {
        display: block;
    }
    
    .viewbutton span {
        margin: 0 63px 0 0;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #000;
    }
    .viewbutton_comingsoon span {
        margin: 0 63px 0 0;
        font-family: VisbyCF;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #fff;
    }
}

@media (max-width: 640px) {
    .sub_title_image img.product {
        position: relative;
        height: 36px;
        margin: 206px 0 0 0;
        float: right;
        object-fit: contain;
    }
    .sub_title_info {
        position: absolute;
        top: 275px;
        padding: 0 30px 0 0px;
    }
    .sub_title_info span {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
    }
    
    .sub-contain .line-rectangle {margin: 160px 30px 60px 30px;height: 1px;}
    .line-rectangle-section.apply {display: block;}
    .components_section {
        padding-top: 70px; 
        padding-bottom:0px;
        height: 370px;
        content: "";
        display: contents;
        clear: both;
        padding: 0 30px 0 30px;
    }
    .components_section_title {
        width: 100%;
        text-align: center;
    }
    .components_section_title p {
        font-size: 20px;
    }

    .components_section_title img {
        margin: 35px 0 20px 0;
    }
    .components_section_content {
        margin: 35px 30px 0 30px;
    }
    .components_section_content p {
        font-family: VisbyCF;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        margin: 30px 0 0 0;
    }
    .components_section_content span.important {font-size: 15px; font-weight: bold;margin: 15px 8px 15px 0;}
    .components_section_content span.title {font-size: 14px; font-weight: 500;margin: 0 5px 0 0;}
    .components_section_content span.info {font-size: 14px; font-weight: normal;line-height: 1.71;}
    .components_section_content span.info- {font-size: 14px; font-weight: normal;line-height: 1.71;padding-left: 0.5em;}
    .components_section_content ul {
        height: auto;
        padding: 20px 0 0 0;
    }
    .components_section_content li {
        font-size: 14px; 
        font-weight: normal;
        line-height: 1.71;
        color: #000;    
        list-style-position: inside;
        text-indent: -8px;
        padding: 0 0 8px 10px;
        word-break: keep-all;
    }
    .components_section .line-rectangle {
        width: 100%;
        height: 1px;
        margin: 315px 0 0;
    }  
    
    .button-contain {
        margin: 33px 0px 60px 0;
    }
    
    .button {
        width: 100%;
        height: 48px;    
        padding: 10px 17px 14px 16px;
        border: solid 2px #000;
        background-color: #fff;
        display: block;
        cursor:pointer;
        z-index:1;
        transition:all ease 0.5s 0s;
    }
    
    .button:hover .viewbutton {
        display: none;
    }
    .button:hover .viewbutton_comingsoon {
        display: block;
    }
    
    .viewbutton span {
        margin: 0 63px 0 0;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #000;
    }
    .viewbutton_comingsoon span {
        margin: 0 63px 0 0;
        font-family: VisbyCF;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #fff;
    }
}