@charset "utf-8";
/* 서브공통 */
.body-content{padding:15vh 0 10vh;}
.body-content img{max-width:100%;}
.body-content section + section{margin-top:10vh;}
.body-content section::after{content:'';display:block;}

/* About Kingkong */
.dl_st_01{display:flex;}
.dl_st_01 > dt{flex:0 0 30%;font-size:40px;color:#604d3f;font-weight:800;font-family: "Open Sans", sans-serif;padding-right:70px;}
.dl_st_01 > dd{flex:0 0 70%;}
.dl_st_01 > dd p{font-size:23px;line-height:1.6}
.about {height:920px;}
.about .img_box{background:url('../images/sub/sub1010_01.jpg') center/cover no-repeat;position:absolute;left:0;height:920px;width:100%;display:flex;align-items:center;justify-content:center;}
.dl_st_02{display:flex;}
.dl_st_02 + .dl_st_02{margin-top:5vh}
.dl_st_02 > dt{font-size:40px;font-weight:800;font-family: "Open Sans", sans-serif;color:#aaa;position:relative;padding-right:150px;flex:0 0 35%;}
.dl_st_02 > dt::before{content:'';position:absolute;width:90px;height:1px;background:#000;right:50px;top:27px;}
.ul_st_01 li{font-size:23px;}
.ul_st_01 li + li{margin-top:10px;}

/* Brand Story */
.dl_st_03{display:flex;}
.dl_st_03 + .dl_st_03{margin-top:3vh}
.dl_st_03 > dt{flex:0 0 23%;padding-right:50px;}
.dl_st_03 > dt span{display:block;text-align:center;border-radius:50px;background:#948472;color:#fff;font-weight:700;font-size:23px;padding:5px 0 7px;}
.ul_st_color{display:flex;justify-content:space-between;}
.ul_st_color li{flex:0 0 250px;height:250px;border-radius:100%;display:flex;justify-content:center;align-items:center;text-align:center;}
.ul_st_color li.bk{background:#000;}
.ul_st_color li.gy{background:#747474;}
.ul_st_color li.gr{background:#3c5133;}
.ul_st_color li.kh{background:#604d3f;}
.ul_st_color li p{font-size:20px;color:#fff;font-family: "Open Sans", sans-serif;font-weight:800;}
.ul_st_mat{display:flex;justify-content:space-between;color:#747474;}
.ul_st_mat li p{margin-top:10px;font-size:18px;}
.ul_st_mat p.title{margin-top:15px;font-size:24px;font-family: "Open Sans", sans-serif;font-weight:800;}

/* location */
section.location .icon_list{display:flex;align-items:center;}
section.location .icon_list li + li{margin:0 0 0 20px;}
.content4 .body-content{padding-bottom:0;}
section.location .section_address {display:none;}

/* product */
.product h3{font-weight:300;font-size:40px;color:#604d3f;margin-bottom:3vh}
.product h3 strong{font-weight:800;}
.product p{font-size:23px;}
.product .img_box + p{margin-top:2vh}

/* Contact US */
.estimate .header{display:flex;justify-content:space-between;align-items:flex-end;}
.estimate .header .tel{font-size:16px;}
.estimate .header .tel span{position:relative;padding-right:15px;margin-right:10px;font-size:30px;font-weight:700;}
.estimate .header .tel span::before{content:'';position:absolute;width:2px;height:28px;top:10px;right:0;background:#999;}
.estimate .header .tel strong{font-size:30px;font-weight:700;margin-right:10px;}
.estimate .header .point{font-size:20px;color:#ff6c00;}
.estimate .agree{margin:30px 0;display:flex;justify-content:space-between;align-items:center;}
.estimate .form-check-input + label{font-size:22px;}
.estimate .form-check-input + label span{color:#ff6c00;}
.estimate .modal_open{color:#ccc;font-size:20px;font-weight:500;cursor:pointer;}
.estimate .modal_open .off{display:none;}
.estimate .modal_open.on .on{display:none;}
.estimate .modal_open.on .off{display:block;}
.estimate .modal{display:none;padding:30px;margin:20px 0;background:#f7f3f2}
.estimate .modal h5{font-size:18px;font-weight:500;margin:5px 0;}


/* 넓이가 1600px 이하일 때*/
@media all and (max-width:1600px) {

    /* About Kingkong */
    .dl_st_01 > dt{font-size:30px;}
    .dl_st_01 > dd p{font-size:18px;}
    .dl_st_02 > dt{font-size:30px;}
    .dl_st_02 > dd p{font-size:18px;}
    .ul_st_01 li{font-size:18px;}
    .about,.about .img_box{height:800px;}

    /* Brand Story */
    .ul_st_color li{flex:0 0 200px;height:200px;}


}

/* 넓이가 1280px 이하일 때*/
@media all and (max-width:1280px) {
    /* 공통 */
    .body-content{padding:5vh 0 8vh;}
    .body-content section + section{margin-top:5vh}

    /* About Kingkong */
    .dl_st_01{display:block;}
    .dl_st_01 > dt{padding:0 0 2vh}
    .about, .about .img_box{height:500px;padding:2%;}

    /* location */
    section.location .icon_list li a{display:block;width:50px;}

    /* Contact US */
    .estimate .header{display:block;}
    .estimate .header .tel em{display:block;}
    .estimate .header .point{margin-top:20px;}
    .estimate .form-check-input + label{font-size:18px;}

}

/* 넓이가 810px 이하일 때*/
@media all and (max-width:810px) {
    /* 공통 */
    .body-content h3{font-size:20px;}
    .body-content h4{font-size:18px;}
    .body-content p{font-size:15px;}

    /* About Kingkong */
    .dl_st_01 > dt{font-size:26px;}
    .dl_st_01 > dd p{font-size:15px;}
    .dl_st_02{display:block;}
    .dl_st_02 > dt {font-size:22px;}
    .dl_st_02 > dt::before{content:none}
    .dl_st_02 + .dl_st_02{margin-top:3vh}
    .ul_st_01 li{font-size:15px;}

    /* Brand Story */
    .dl_st_03 > dt{padding-right:20px;}
    .dl_st_03 > dt span{font-size:16px;}
    .ul_st_color li{flex:0 0 100px;height:100px;}
    .ul_st_mat p.title{font-size:20px;}
    .ul_st_mat li p{padding-right:10px;}


}

/* 넓이가 768px 이하일 때*/
@media all and (max-width:768px) {

}
