/* BASIC css start */
.subrealwood_area{padding:0 0 110px;}
.subrealwood_area.first{padding:0;border-top:0;}

.subrealwood_box{min-width:1400px;max-width:1400px;margin:0 auto;}

.subrealwood_imgbox1{position:relative;overflow:hidden;min-width:1400px;max-width:1400px;margin:0 auto;}
.subrealwood_imgbox1 .text{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;font-family: "Pretendard", sans-serif;font-size:80px;line-height:80px;color:#fff;letter-spacing:3px;font-weight:500;text-align:center;text-transform: uppercase;z-index:2;}
.subrealwood_imgbox1 .img{position:relative;z-index:1;}
.subrealwood_imgbox1 .img img{width:100%;}

.realstory_textbox1{padding:120px 0 110px;min-width:1400px;max-width:1400px;margin:0 auto;}
.realstory_textbox1.padd1{padding:120px 0 0;}
.realstory_textbox1 dl{position:relative;}
.realstory_textbox1 dt{font-family: "Pretendard", sans-serif;color:#000000;font-size:34px;line-height:54px;font-weight:500;letter-spacing:-1px;}
.realstory_textbox1 dd{font-size:22px;line-height:40px;color:#000000;letter-spacing:-1px;font-weight:400;margin-top:25px;}
.realstory_textbox1 dd > div{margin-top:20px;}

.ordermade_textbox1{overflow:hidden;}
.ordermade_textbox1 .left_box{float:left;width:49.7%;margin-right:0.3%;padding:7% 5%;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#c3b6ab;}
.ordermade_textbox1 .right_box{float:right;width:49.7%;margin-left:0.3%;padding:7% 5%;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#a9a6a3;}
.ordermade_textbox1 .txt1{font-family: "Pretendard", sans-serif;font-size:30px;height:70px;line-height:30px;color:#fff;letter-spacing:-1px;font-weight:400;}
.ordermade_textbox1 .txt1 img{height:25px;}
.ordermade_textbox1 dt{font-family: "Pretendard", sans-serif;color:#fff;font-size:34px;line-height:54px;font-weight:400;letter-spacing:-2px;}
.ordermade_textbox1 .txt2{font-size:24px;line-height:45px;color:#fff;letter-spacing:-2px;font-weight:300;margin-top:130px;}
.ordermade_textbox1 .txt2 > div{margin-top:7px;}
.ordermade_textbox1 .txt2 > div:first-child{margin-top:0;}
.ordermade_textbox1 .txt2 > div span{display:inline-block;padding-bottom:2px;border-bottom:2px solid #fff;}

.ordermade_textbox2{}
.ordermade_textbox2 ul{overflow:hidden;margin:-0.5% 0 0 -0.5%;}
.ordermade_textbox2 li{float:left;width:49.5%;margin:0.5% 0 0 0.5%;padding:3.5%;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#f5f3f0;}
.ordermade_textbox2 .txt1{font-family: "Pretendard", sans-serif;font-size:20px;line-height:20px;color:#c3b6ab;font-weight:400;letter-spacing:1px;margin-bottom:18px;}
.ordermade_textbox2 dt{font-size:28px;line-height:28px;color:#201f1e;letter-spacing:-1px;margin-bottom:15px;}
.ordermade_textbox2 .txt2{font-size:24px;line-height:24px;color:#97938f;letter-spacing:-1px;font-weight:300;}

/* 21가지 주문제작과정 - 3열 정렬 */

.ordermade_textbox3{
    width:100%;
}

.ordermade_textbox3 ul{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:6px;

    width:100%;
    margin:0;
    padding:0;

    overflow:visible;
    list-style:none;
}

.ordermade_textbox3 li{
    float:none;
    width:auto;
    min-width:0;
    min-height:158px;

    margin:0;
    padding:42px 40px;

    background:#f5f3f0;
    box-sizing:border-box;
}

.ordermade_textbox3 .txt1{
    margin:0 0 18px;

    font-family:"Pretendard", sans-serif;
    font-size:16px;
    line-height:1;
    font-weight:400;

    color:#c3b6ab;
    letter-spacing:1px;
}

.ordermade_textbox3 dt{
    margin:0;

    font-family:"Pretendard", sans-serif;
    font-size:22px;
    line-height:1.35;
    font-weight:400;

    color:#201f1e;
    letter-spacing:-1.3px;

    word-break:keep-all;
}
/* BASIC css end */

