/* header */
header { background-color: #fff;}
header .gnb > ul > li > a{ color: #CFB699; }

/* section01 */
#section01{ width: 100%; height: 51.56vw; position: relative;}
#section01 .tit{ position: absolute; top: 50%; z-index: 10; text-align: center; width: 100%; pointer-events: none;}
#section01 .tit h4{ padding-bottom: 20px;}

/* section02 */
#section02{ padding: 90px 0 120px; text-align: center;}
#section02 .tit{ padding-bottom: 20px;}
#section02 .tit i{ padding-bottom: 20px;}
#section02 .tit h3{ padding-bottom: 12px;}
#section02 .tit p{ line-height: 26px; padding-bottom: 25px;}
#section02 .content{ width: 100%; max-width: 792px; text-align: left; font-size: 16px; color: #999; line-height: 26px; position: relative; left: 0; right: 0; margin: 0 auto;}
#section02 .btn{ width: 100%; position: relative; text-align: center; margin: 120px 0 0;}
#section02 .btn:after{ content: ''; width: 100%; height: 1px; background-color: #466E82; position: absolute; top: 50%; left: 0; z-index: -1;}
#section02 .btn a{ display: inline-block; }