/* .sub_visual{position: relative;height: 600px;}
.sub_visual_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;overflow: hidden;}
.sub_visual_bg03{background-image: url('../img/common/sub_visual03.jpg');}
.sub_visual_bg04{background-image: url('../img/common/sub_visual04.jpg');}
.sub_visual .title{font-size: 80px;letter-spacing: -0.04em;font-family: var(--mbc);}
.sub_visual .sub{margin-top: 20px;} */
/* .sub_visual04{width: 100%;height: 520px;background-image: url('../img/common/sub_visual04.jpg');} */
.sub_visual_wrap{background-color: #fdf5e6;}
.sub_title{padding-top: 237px;display: flex;justify-content: center;gap: 22px;}
.sub_title_logo{margin-top: -74px;}
.sub_title .sub_title02{font-size: 85px;font-family: var(--om);}
.sub_visual04 .sub_title02{color: #000;}

.sub_lnb_wrap{position: relative;height: 57px;margin-top: -57px;border-top: 1px solid rgba(255,255,255,0.25);margin-bottom: 120px;}
.sub_lnb{margin-top: 92px;}
.sub_lnb li{width: 148px;height: 58px;border: 1px solid #0f100f;border-radius: 30px;line-height: 58px;text-align: center;}
.sub_lnb li:not(:last-child){margin-right: 14px;}
.sub_lnb li a{display: block;height: 100%;width: 100%;font-size: 18px;font-weight: 700;}
.sub_lnb li.on{background-color: #0f100f;color: #fff;}

/* lnb_wrap */
.lnb_wrap{z-index:199;position: fixed;top: 0;left: 0;width:100%;height:60px;background-color: var(--lightCamel);border-bottom: 1px solid var(--ivory);transition: all 0.5s ease 0s;transform: translateY(-100%);box-sizing: border-box;}
.lnb_wrap.scroll{transform: translateY(0);}
.lnb{display: flex;justify-content: center;height: 100%;}
.lnb li{width:auto;height: 100%;margin:0 13px}
.lnb li a{display: inline-flex;align-items: center;justify-content: center;height: 100%;font-size: 18px;letter-spacing: -0.04em;line-height: 1.4;font-weight: 400;color:#725211;white-space: nowrap;}
.lnb li.on a{position: relative;font-weight: 700;color: var(--oliveBlack)}
.lnb li.on a::after{content: '';display: inline-block;position: absolute;left: 0;bottom: 0;width: 100%;height: 6px;background-color: #10100f}