*{margin : 0;padding : 0; box-sizing: border-box;}
.bi-guide{width : 100%;position : relative;}
.bi-guide img{display: block;}
.bi-guide > section{display: flex; justify-content: center; width : 100%;position : relative;}

.bi-guide-inner{display: flex;flex-direction: column; width : 1200px;}
.row .bi-guide-inner{display: flex; flex-direction: row;}

.bi-guide-tit{font-family: brown; font-size: 36px; font-weight: 400; letter-spacing: 0.09em;}
.bi-guide-desc{font-family: brown, pretendard; font-size: 16px; line-height: 1.6em; letter-spacing: -0.033em;}

.bi-guide-01{background: #D0CBC6;padding : 109px 0 126px;}
.bi-guide-01-img{margin-left: auto;}

.bi-guide-01 .bi-guide-tit{margin-bottom: 41px;}
.bi-guide-line{display: block; width : 100%;height : 1px; background: #7F6452; clip-path: inset(0 50%); transition : 1s;}
.bi-guide-01 .bi-guide-line{margin-bottom: 41px;}

.bi-guide-line.aos-animate{clip-path: inset(0);}
.bi-guide-01 .bi-guide-desc{margin-bottom: 136px;}

.bi-guide-left{display: flex;flex-direction: column;align-items: start; width : 50%; padding : 122px 0;}

.bi-guide-right{display: flex;justify-content: center; width : 50%; padding : 122px 0;}

.bi-guide .row::after{position : absolute; content : ''; width : 50%; height: 100%; background: #FFFCF9; right : 0;z-index: -1;}

.bi-guide .bi-guide-02::after{background: #EEEAE6}

.bi-guide-02 .bi-guide-tit{margin-bottom: 86px;}

.bi-guide-tit-box{margin-bottom: 97px;}

.bi-guide-tit-num{display: flex;align-items: center;justify-content: center;width : 41px;height : 41px; color : #fff; background: #7F6452;font-family: brown;font-size: 36px; margin-bottom: 9px; font-weight: 400;}

.bi-guide-tit-marker{text-transform: uppercase; font-family: brown; font-weight: 400; color : #1A1A1A; position :relative; font-size: 36px; letter-spacing: 0.09em; margin-bottom: 5px;}
.bi-guide-tit-marker::after{position : absolute; content : ''; width : 100%;height : 20px; background: #EEEAE6; left : 0; bottom : 0;z-index: -1;}

.bi-guide-tit-kor{font-family: pretendard; font-size: 36px; font-weight: 600;}

.bi-guide-info{font-size: 14px; font-family: pretendard; letter-spacing: -0.033em; font-weight: 400; color : #755949; margin-top: 50px;}

.bi-guide-06 .bi-guide-tit-kor{margin-bottom: 90px;}

.bi-guide-07{padding : 109px 0 122px; background: #D0CBC6;}

.bi-guide-07 .bi-guide-tit{margin-bottom: 86px;}
.bi-guide-07 .bi-guide-desc{margin-bottom: 86px;;}
.bi-guide-07-img{margin-left: auto;}

.bi-guide-08{background: #755949;padding :122px 0;}
.bi-guide-img-box{display: flex;width : 100%;gap : 22px;}
.bi-guide-img-right{display: flex;flex-direction: column;gap : 22px;}

.bi-guide-img-box img{transition :1s; opacity: 0;}
.bi-guide-08-img-01{transform: translateX(-100px);}
.bi-guide-08-img-02{transform: translateY(-100px);}
.bi-guide-08-img-03{transform: translateX(100px) translateY(100px);}

.aos-animate .bi-guide-img-box img{transform: translateX(0); opacity: 1;}