@charset "utf-8";
/*--------------------------------------------------------------*

* section *

*---------------------------------------------------------------*/
.section {padding: 100px 0; box-sizing: border-box;}

/*--------------------------------------------------------------*

* 버튼 *

*---------------------------------------------------------------*/
.btn_wrap {display: flex; align-items: center;}
.btn_wrap .btn {display: flex; align-items: center; justify-content: center; padding: 0;}
.btn_wrap .basic {font-weight: 500; font-size: var(--fz-14); line-height: 1em; letter-spacing: -0.025em; color: #fff; padding: 12px 20px; box-sizing: border-box;}

/* 색상 */
.btn_wrap .btn.gray {background-color: #bbb;}

/*--------------------------------------------------------------*

* 리스트 *

*---------------------------------------------------------------*/
.bar_list {list-style: '-'; padding-left: 0.25em;}
.bar_list li {padding-left: 0.25em;}

/*--------------------------------------------------------------*

* sub_tit *

*---------------------------------------------------------------*/
.sub_tit span{font-weight: 600; font-size: var(--fz-16); letter-spacing: 0.8em; line-height: 1.75em; color:#aaaaaa;}
.sub_tit h4{font-size: var(--fz-40); font-weight: 300; letter-spacing: -0.025em; color:#222222; line-height: 1.2;}
.sub_tit h4 b{font-weight: 700;}


/*--------------------------------------------------------------*

* 팝업 *

*---------------------------------------------------------------*/
.pop_up {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; width: 100%; max-height: 100vh; overflow-y: auto; z-index: 1001;}
.pop_bg {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.5); z-index: 1000;}

.pop_up.on {display: block;}
.pop_bg.on {display: block;}

/*--------------------------------------------------------------*

* left_meun *

*---------------------------------------------------------------*/
.nav > li{font-size: 16px !important;}