@charset "UTF-8";

.page_bnr{
    position: relative;
    height: 400px;
    background: 50% 50% no-repeat;
    text-align: center;
}
.page_bnr.menu01{
    background-image: url("../images/sub/sub_bnr01.jpg");
}
.page_bnr.menu02{
    background-image: url("../images/sub/sub_bnr02.jpg");
}
.page_bnr.menu03{
    background-image: url("../images/sub/sub_bnr03.jpg");
}
.page_bnr.menu04{
    background-image: url("../images/sub/sub_bnr04.jpg");
}
.page_bnr .page_tit{
    padding-top: 250px;
    font-size: 38px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    color: #fff;
}

.sub_content{
    padding: 100px 0 150px;
}

.sub_tit{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}

.con_tit{
    font-size: 1.250rem;
    letter-spacing: -0.03em;
}
.con_tit > span{
    padding-bottom: 6px;
    border-bottom: 4px solid #464646;
}

.next_con_btn{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    width: 69px;
    height: 36px;
    background: url("../images/sub/next_con_btn.png") 50% 50% no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
}

/* 제품소개 */
.tab_menu{
    margin-top: 50px;
}
.tab_menu > li{
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-top: 2px solid #136734;
    text-align: center;
    background-color: #fdf8f8;
    font-size: 1.125rem;
    -webkit-clip-path: polygon(100% 0, 100% 70%, 98% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 98% 100%, 0 100%, 0 0);
}
.tab_menu.two > li{
    width: 50%;
}
.tab_menu.three > li{
    width: 33.3333%;
    background-color: #eef3f0;
}
.tab_menu > li.on{
    background-color: #136734;
    color: #fff;
}
.tab_menu > li > a {
    display: block;
    color: inherit;
}

.prd_content{
    margin-top: 50px;
}
ul.prd_list{
    margin-top: 30px;
}
ul.prd_list > li.prd_box{
    float: left;
    width: 17.692307692307693%;
    max-height: 230px;
    margin-bottom: 2.8461538461538463%;
}

ul.prd_list > li.prd_box + .prd_box{
    margin-left: 2.8461538461538463%;
}
ul.prd_list > li.prd_box:nth-child(5n+1){
    margin-left: 0;
}
ul.prd_list > li.prd_box > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
ul.prd_list > li.prd_box > a .prd_thumb > img{
    vertical-align: top;
}
ul.prd_list > li.prd_box > a .prd_info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}
ul.prd_list > li.prd_box > a:hover .prd_info{
    opacity: 1;
}
ul.prd_list > li.prd_box > a .prd_info .prd_info_con {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
ul.prd_list > li.prd_box > a .prd_info .prd_info_con > *{
    display: block;
}
ul.prd_list > li.prd_box > a .prd_info .prd_info_con strong{
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
}
ul.prd_list > li.prd_box > a .prd_info .prd_info_con .view_more_btn{
    width: 104px;
    height: 34px;
    margin: 10px auto;
    line-height: 34px;
    border: 1px solid #bebfbf;
    font-size: 14px;
}

/* 제품상세 */
.detail_tit_wrap{
    text-align: center;
}
.detail_tit_wrap span{
    font-size: 20px;
    color: #8c8c8c;
}
.prd_thumbnail{
    margin-top: 50px;
    text-align: center;
}
.prd_thumbnail .prd_model_tit{
    display: block;
    color: #136734;
    font-size: 30px;
}
.prd_info_content_wrap{
    margin-top: 50px;
}
.prd_info_content{
    padding: 10px 0 60px;
    border-top: 1px solid #959595;
}
.prd_info_content .info_tit{
    position: relative;
    top: -44px;
    padding-bottom: 5px;
    font-size: 19px;
    color: #949494;
    font-family: "Raleway", sans-serif;
}
.prd_info_content .info_tit::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 345px;
    height: 5px;
    background: #136734;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.prd_info_content .prd_info_inner{
    padding-left: 360px;
}
/* 다운로드 */
.board_search{
    margin-top: 100px;
    padding: 3.6153846153846154% 180px 2.923076923076923%;
    background-color: #eef3f0;
}
.board_search .ui.button{
    margin: 0;
}
.dl_btn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #136734;
}
.ui.pagination.menu{
    margin-top: 35px;
}
/* 오시는 길 */
.map_img{
    margin-top: 40px;
}
.root_daum_roughmap{
    width: 100% !important;
}
.location_info > dl{
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #959595;
}
.location_info > dl > dt,
.location_info > dl > dd{
    float: left;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.location_info > dl > dt{
    width: 54px;
    border-right: 1px solid #6b6b6b;
}
.location_info > dl > dd{
    width: calc(100% - 54px);
    padding-left: 24px;
}
/* 온라인 신청 */
.form_wrap{
    margin-top: 40px;
}
.form_wrap .ui.form input[type=text]{
    border-radius: 0;
}
.form_wrap .ui.table{
    border: 0;
}
.form_wrap.ui.form input[type=text]{
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.form_wrap .ui.table tr td{
    border-top: 0;
}

.btn_1{
    width: 190px;
    height: 46px;
    box-sizing: border-box;
    border: 3px solid #164328;
    background: transparent;
    cursor: pointer;
    font-size: 17px;
}
.btn_1 + .btn_1{
    margin-left: 29px;
}
.btn_1.submit_btn{
    background: #164328;
    color: #fff;
}
@media (max-width: 1300px) {
    .board_search{
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .sub_content{
        padding: 50px 0;
    }
    .next_con_btn{
        display: none;
    }
    ul.prd_list > li.prd_box{
        width: 25%;
        padding: 2%;
        box-sizing: border-box;
    }
    ul.prd_list > li.prd_box + .prd_box{
        margin-left: 0;
    }
    .board_search{
        margin-top: 50px;
    }
    .m_center{
        text-align: center;
    }
}

@media  (max-width: 768px){
    .page_bnr{
        height: 250px;
    }
    .page_bnr .page_tit{
        max-width: 80%;
        margin: 0 auto;
        padding-top: 150px;
        text-align: center;
    }
    ul.prd_list > li.prd_box{
        width: 33.3333%;
    }
    .form_wrap .ui.table:not(.unstackable) tr{
        box-shadow: none !important;
    }
}

@media  (max-width: 640px){
    .sub_content{
        padding: 25px 0;
    }
    ul.prd_list > li.prd_box{
        width: 50%;
    }
    .tab_menu > li{
        height: 40px;
        line-height: 40px;
    }
    .btn_1{
        width: 130px;
    }
}