/*white-space*/
._shorten { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } 
._shorten_s { -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical; } 

/*input type number reset*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 

/* input box color */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset; -webkit-text-fill-color: #000; } 
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; } 

/*align*/
.float:after { content: ""; display: block; clear: both; } 
.left { float: left; } 
.right { float: right; } 

/*popup open body*/
.scollStop { position: fixed; overflow: hidden; } 

/*file btn cusor*/
::-webkit-file-upload-button { cursor:pointer; } 


/*input check,radio*/
._check { position: relative; } 
._check input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } 
._check input + label { padding-left:30px; line-height: 20px; background-size: 20px; display: inline-block; background-position: left; } 
._check input.icon + label { background-image: url(https://imagecdn.banolimpizza.com/pc/common/check_off.png); } 
._check input.icon:checked + label { background-image: url(https://imagecdn.banolimpizza.com/pc/common/check_on.png); } 
._check input.checkbox + label { background-image: url(https://imagecdn.banolimpizza.com/pc/common/checkbox_off.png); } 
._check input.checkbox:checked + label { background-image: url(https://imagecdn.banolimpizza.com/pc/common/checkbox_on.png); } 
._check input.radiobox + label { background-image: url(https://imagecdn.banolimpizza.com/pc/common/radiobox_off.png); } 
._check input.radiobox:checked + label { background-image: url(https://imagecdn.banolimpizza.com/pc/common/radiobox_on.png); } 
._check input + span { width: 20px; height: 20px; background-size: 20px;; font-size: 0; display: inline-block; } 
._check input.radiobox + span { background-image: url(https://imagecdn.banolimpizza.com/pc/common/radiobox_off.png); } 
._check input.radiobox:checked + span { background-image: url(https://imagecdn.banolimpizza.com/pc/common/radiobox_on.png); } 
._check input.radiobox + span { background-image: url(https://imagecdn.banolimpizza.com/pc/common/radiobox_off.png); } 
._check input.radiobox:checked + span { background-image: url(https://imagecdn.banolimpizza.com/pc/common/radiobox_on.png); } 
._check input.checkbox + span { background-image: url(https://imagecdn.banolimpizza.com/pc/common/checkbox_off.png); } 
._check input.checkbox:checked + span { background-image: url(https://imagecdn.banolimpizza.com/pc/common/checkbox_on.png); } 
._check .lineTxt { position: relative; margin-left: 10px; color: var(--txt_03); cursor: pointer; display: inline-block; z-index: 2;; } 
._check .lineTxt span { border-bottom: 1px solid var(--txt_02); } 
/*button*/
button.colB { background-color: var(--colmainB); color: var(--colW); } 
button.colY { background-color: var(--colmainY); } 
button.colBl { background-color: var(--colBl); color: var(--colW); } 
button.colB-B { border:1px solid var(--colmainB); color: var(--colmainB); } 
button.colW-G { background-color: var(--colW); border:1px solid var(--line_03) } 
button.colW-Bl { background-color: var(--colW); border:1px solid var(--colBl) } 
button.colW-B { background-color:#fff; color: var(--colmainB); border:1px solid var(--colmainB) } 
button.colLG { background-color: var(--bg_01); } 
button.colLg-G { background-color: var(--bg_02); border: 1px solid var(--line_03); } 
button.colG-G { background-color: var(--bg_01); color: 1px solid var(--line_02); } 
button.si-M { height:42px; font-size: 16px; } 
button.si-L { height:52px; font-size: 20px; } 
button.si-XL { height:64px; font-size: 20px; } 
button:disabled { background-color: var(--bg_03); color: var(--txt_03); } 
/*tab*/
._tab { display: flex; } 
._tab li { position: relative; cursor: pointer; } 
._tab li input { position: absolute; left: 0; top: 0; width: 100%; opacity: 0; height: 100%; cursor: pointer; } 
._tab li input:checked + div { font-weight: 600; color: var(--colBl); } 
._tab li:after { content: ""; display: block; width: 1px; height: 16px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-color: var(--line_03); } 
._tab li > div { font-size: 18px; padding: 0 26px; color: var(--txt_02); cursor: pointer; line-height:56px; } 
._tab li:first-child > div { padding-left: 0; } 
._tab li:last-child:after { display: none; } 
._tab li.on div { font-weight: 600; color: var(--colBl); } 
._tabBg { display: flex; } 
._tabBg li > div { font-size: 16px; line-height: 32px; border-radius: 32px; padding: 0 16px; cursor: pointer; } 
._tabBg li.on > div { background-color: var(--colmainY); font-weight: 600; } 
._tabLine { width: 100%; display: flex; border-bottom: 1px solid #000; } 
._tabLine li { text-align: center; flex-grow: 1; position: relative; cursor: pointer; } 
._tabLine li input { position: absolute; left: 0; top: 0; width: 100%; opacity: 0; height: 100%; cursor: pointer; } 
._tabLine li input:checked + div { border-bottom: 5px solid #000; } 
._tabLine li div { height: 86px; line-height: 81px; font-size: 24px; font-weight: 500; } 



/*달력*/
._calendar { display: inline-block; } 
._calendar .calendarWrap { display: flex; border:1px solid var(--line_03); } 
._calendar .box { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_calendar.png); background-size:16PX; background-position:calc(100% - 20px); width: 160px; } 
._calendar .calendarWrap > span { display: inline-block; line-height: 42px; font-weight: 600; } 
._calendar .box input { border:0; width:100%; background-color: transparent; } 

/*input select search*/
input:disabled { background-color: var(--bg_03); opacity: 1; color: #000; } 
input { border-radius: 0; height: 42px; border:1px solid var(--line_03); padding: 0 20px; font-weight: 500; } 
input::placeholder { color: var(--txt_03); } 
select { background-color: #fff; font-weight: 500; height: 42px; border:1px solid var(--line_03); padding: 0 20px; padding-right: 50px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(https://imagecdn.banolimpizza.com/pc/arrow/arrow_down_bf.png); background-position: calc(100% - 20px); background-size: 14px; } 
select:required:invalid { color:var(--txt_03); } 
select option { color: #000; } 
textarea::placeholder { color: var(--txt_03); } 
select:disabled { background-color: var(--bg_02); } 
/*search box*/
._search:after { content: ""; display: block; clear: both; } 
._search { width: 480px; border:1px solid var(--line_03); display: flex; justify-content: space-between; flex-wrap: wrap; } 
._search input { border:0; width: calc(100% - 42px); } 
._search button { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_search_g.png); font-size: 0; background-size: 16px;; width: 42px; height:42px; } 

/*tit*/
._tit { display: inline-block; } 
._tit span { font-size: 18px; font-weight:600; } 
._tit.dotR span { position: relative; padding-right:10px; } 
._tit.dotR span:after { content: ""; display: block; width: 4px; height: 4px; background-color: red; border-radius: 4px; right: 0; position: absolute; top: 50%; transform: translateY(-50%); } 
._lineTit { font-size: 22px; font-weight: 700; padding-left: 18px; line-height: 22px; position: relative; } 
._lineTit:after { content: ""; display: block; width: 5px; height: 22px; background-color: var(--colBl); position: absolute; left:0; top: 50%; transform: translateY(-50%); } 

/*textSearch*/
._textSearch { display: flex; justify-content: center; } 
._textSearch select { font-size: 18px; height: 52px; min-width: 140px; margin-right: 10px; } 
._textSearch .searchInput { border:1px solid var(--line_03); } 
._textSearch .searchInput input { border:0; height: 52px; width: 360px; font-size: 18px; } 
._textSearch .searchInput button { width: 52px; font-size: 0; background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_search_g.png); background-size: 18px; height: 52px; } 

/*Pagination*/
._Pagination { margin-top: 40px; width: 100%; justify-content: center; display: flex; text-align: center; } 
._Pagination button { border-bottom: 1px solid #fff; transition: 0.2s all; color:#b2b2b2; padding: 5px; margin: 0 5px; font-weight: 500; } 
._Pagination button:disabled { cursor:auto; background-color: transparent; color:var(--txt_03); } 
._Pagination button.on { color: #000; font-weight: 600; } 
._Pagination button.first,
._Pagination button.prev,
._Pagination button.next,
._Pagination button.last { color: #000; } 
._Pagination button.first:disabled,
._Pagination button.prev:disabled,
._Pagination button.next:disabled,
._Pagination button.last:disabled { color:var(--txt_03); border-bottom:0; } 
._Pagination button:hover { border-bottom: 1px solid #000; } 


/*dotTxtList*/
._dotList span { position: relative; display: block; } 
._dotList span:after { content: ""; display: block; width: 5px; position: absolute; height: 5px; background-color: #000; border-radius: 5px; left: 0px; top: 50%; transform: translateY(-50%); } 
._dotList span { display: block; } 
._dotList.red span { color: red; } 
._dotList.red span:after { background-color: red; } 

/*page Depth*/
._depthArea { display: flex; } 
._depthArea a { font-size: 14px;; line-height:14px; display: inline-block; padding-right: 15px; background-image: url(https://imagecdn.banolimpizza.com/pc/arrow/arrow_right_79.png); background-size: 5px; background-position: right; padding-left: 10px; cursor: pointer; color: var(--txt_02); } 
._depthArea a:last-child { padding-right: 0; font-weight: 600; background-image: none; color: var(--colBl); } 


/*입력 그룹*/
._inputList { width: 100%; } 
._inputList li:after { content: ""; display: block; clear: both; } 
._inputList li { margin-bottom: 30px; } 
._inputList li > div { float: left; } 
._inputList li ._tit { line-height: 42px; width: 160px; } 
._inputList li input { width: 100%; } 
._inputList li button { width: 120px; margin-left:10px; flex-shrink: 0; font-weight: 600; } 
._inputList li select { min-width: 110px; margin-right: 10px; } 
._inputList li .box { width: calc(100% - 160px); float: right; } 
._inputList li .boxFlex { width: calc(100% - 160px); display: flex; } 
._inputList li .boxEqual { width: calc(100% - 160px); display: flex; justify-content: space-between; } 
._inputList li .box .boxFlex { width: 100%; } 
._inputList li .boxEqual * { flex-grow: 1; width: 30%; } 
._inputList li .boxEqual input { flex-grow: 1; margin-right: 10px; } 
._inputList li .boxEqual input:last-child { margin-right: 0; } 
._inputList li .boxEqual select:last-child { margin: 0; } 
._inputList .box.checkWrap ._check label { line-height: 36px; font-weight: 500; } 
._inputList .box.checkWrap ._check .lineTxt { line-height: 36px; } 
._inputList li > .txt.colR { color: red; } 
._inputList li > .txt { font-size: 14px; font-weight: 500; line-height: 14px; margin-top: 10px; width: calc(100% - 160px); text-align: left; float: right; } 
._inputList li > .txt.right { text-align: right; } 
._inputList li > .txt.colB { color: var(--colmainB); } 
._inputList li:last-child { margin-bottom: 0; } 
._inputList .fileBtn { position: relative; } 
._inputList .fileBtn input { opacity: 0; position: absolute; left: 0; top: 0; cursor: pointer; height: 100%; padding: 0; z-index: 1; width: 100px; border:0 } 
._inputList .fileBtn div.btn { border:1px solid var(--line_02); background-color: #fff; width: 100px; text-align: center; line-height: 40px; float: left; cursor: pointer; height:40px; font-weight: 500; } 
._inputList .fileBtn div.fileName { line-height: 40px; padding-left: 20px; float: left; color: var(--txt_02); font-weight: 500; width: calc(100% - 120px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } 
._inputList .imgTxt { font-size: 14px; margin-top: 10px; color: var(--txt_02); } 



/*수량*/
._countBtn:after { content: ""; display: block; clear: both; } 
._countBtn { width: 124px; border:1px solid var(--line_01); border-radius: 70px; display: flex; height: 42px; } 
._countBtn button { height: 42px;; background-size: 14px;; width:42px; font-size: 0; } 
._countBtn button.minus { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_minus_bl.png); } 
._countBtn button:disabled { opacity: 0.2; cursor: default; } 
._countBtn button.plus { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_plus_bl.png); } 
._countBtn input,._countBtn .countNum { height: 100%;; font-size: 20px; border:0; font-weight: 600; padding: 0; text-align: center; width: 40px; } 
._countBtn .countNum { display: inline-block; line-height: 42px; } 

/*아이콘 배경*/
.icon_delivery { background-image: url(https://imagecdn.banolimpizza.com/pc/common/receive_delivery.png); } 
.icon_visit { background-image: url(https://imagecdn.banolimpizza.com/pc/common/receive_visit.png); } 
.icon_refresh { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_refresh.png); } 
.icon_call { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_call.png); } 

/*타이틀/텍스트*/
._colTxt:after { content: ""; display: block; clear: both; } 
._colTxt .tit { color: var(--txt_01); width: 120px; font-weight: 500; line-height: 20px; } 
._colTxt .txt { width: calc(100% - 120px); line-height: 24px; font-weight: 600; } 
._colTxt .txt:after { content: ""; display: block; clear: both; } 
._colTxt .txt span { font-weight: 600; float: left; position: relative; display: inline-block; line-height: 20px; } 
._colTxt .txt span:last-child { margin-left: 10px; padding-left: 10px; } 
._colTxt .txt span:last-child:after { content: ""; display: block; position: absolute; width: 1px; height: 14px; background-color: var(--line_03); left: 0; top: 50%; transform: translateY(-50%); } 
._colTxt > div { float: left; } 
._rowTxt .tit { font-weight: 600; line-height: 16px; font-size: 16px;; } 
._rowTxt .txt { margin-top: 10px; } 
._rowTxt .txt:after { content: ""; display: block; clear: both; } 
._rowTxt .txt span { font-size: 14px; color: var(--txt_02); line-height: 14px; font-weight: 600; float: left; position: relative; } 
._rowTxt .txt span { margin-left: 10px; padding-left: 10px; } 
._rowTxt .txt span:after { content: ""; display: block; position: absolute; width: 1px; height: 14px; background-color: var(--line_03); left: 0; top: 50%; transform: translateY(-50%); } 
._rowTxt .txt span:first-child:after { display: none; } 
._rowTxt .txt span:first-child { margin:0; padding: 0; } 



/*기본 table*/
._table { width: 100%;; border:1px solid var(--line_03);; } 
._table th { text-align: center; background-color: var(--bg_03); font-weight: 600; } 
._table th,._table td { padding:10px 20px; border:1px solid var(--line_03); height: 42px;; font-size: 16px;; vertical-align: middle; } 
._table td { color: var(--txt_01); font-weight: 500; } 


/*라인 타이틀 */
._secTit { border-top: 1.5px solid var(--colBl); line-height: 60px; border-bottom: 1px solid var(--line_02); font-size: 20px; font-weight: 700; padding-left: 10px; } 



/*상품 리스트*/
._productList li { border-bottom: 1px solid var(--line_02); position: relative; padding: 20px 0; } 
._productList li:after { content: ""; display: block; clear: both; } 
._productList li ._product:after { content: ""; display: block; clear: both; } 
._productList li ._product .img { display: flex; align-items: center; float: left; width: 100px; background-color: var(--bg_03); height: 100px;; padding: 10px; } 
._productList li ._product .img img { width: 100%; } 
._productList li ._product .txtWrap { display: flex; height: 100px; align-items: center; flex-wrap: wrap; padding-left: 40px; } 
._productList li ._product .txtWrap .name { font-size:18px; line-height: 18px; font-weight: 600; width: 100%; } 
._productList li ._product .txtWrap .option { margin-top: 14px; } 
._productList li ._product .txtWrap .option span { font-size: 14px; color: var(--txt_01); line-height: 14px; position: relative; padding-right: 10px; margin-right: 10px;; } 
._productList li ._product .txtWrap .option span:after { content: ""; display:block; width: 1px; height: 14px; background-color: var(--line_02); position: absolute; right: 0; top: 50%; right: 0; transform: translateY(-50%); } 
._productList li ._product .txtWrap .option span:last-child { margin-right:0; padding-right: 0; } 
._productList li ._product .txtWrap .option span:last-child::after { display: none; } 
.productWrap ._productList li ._product .txtWrap { width: 70%; float: left; } 
.productWrap ._productList li ._product ._priceWrap { display: flex; text-align: right; float: right; height: 100px; width: calc(30% - 100px); align-items: center; flex-wrap: wrap; justify-content: flex-end; } 
.productWrap ._productList li ._product ._priceWrap .wrap div { text-align: right; line-height: 16px; margin-bottom: 10px; } 
.productWrap ._productList li ._product ._priceWrap .wrap div.sale { color: var(--txt_02); text-decoration-line: line-through; } 
.productWrap ._productList li ._product ._priceWrap .wrap div.price { font-weight: 700; } 


._actTab li { position: relative; } 
._actTab input { opacity: 0; cursor: pointer; height: 100%; border: 0; padding: 0 0; width: 100%; left: 0; top: 0; position: absolute; } 

/*총결제금액*/
._payTotal { border-top: 3px solid var(--colBl); background-color: var(--bg_03); height: 100px; position: relative; } 
._payTotal > div { float: left; } 
._payTotal > div:after { content: ""; display: block; clear: both; } 
._payTotal > div div { float: left; line-height: 34px; font-size: 20px; } 
._payTotal > div div.tit { color: var(--txt_01); } 
._payTotal > div { padding: 34px 0 34px 36px; } 
._payTotal > div .txt { font-weight: 700; padding-left: 16px; } 
._payTotal > div.deliveryPrice,
._payTotal > div.salePrice { padding: 34px 0 34px 80px; position:relative; } 
._payTotal > div.salePrice .txt { color: #FF0000; padding-left: 16px; font-weight: 700; } 
._payTotal > div.deliveryPrice { position: relative; } 
._payTotal > div.deliveryPrice:before,
._payTotal > div.salePrice::before { background-repeat: no-repeat; content: ""; display: block; width: 34px; height: 34px; background-color: var(--colmainY); background-position: center; position: absolute; left: 24px; top: 50%; transform: translateY(-50%); border-radius: 34px; background-size: 40%; } 
._payTotal > div.salePrice::before { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_minus_bl.png); } 
._payTotal > div.deliveryPrice::before { background-image: url(https://imagecdn.banolimpizza.com/pc/common/icon_plus_bl.png); } 
._payTotal > div.payTotal { padding: 0; position: absolute; right: 0; top: 0; height: 100%; padding-top: 26px; } 
._payTotal > div.payTotal .tit { float: initial; line-height: 16px; font-size: 16px; text-align: right; } 
._payTotal > div.payTotal .txt { float: initial; font-size: 24px; font-weight: 700; letter-spacing: -1px; line-height: 24px; margin-top: 10px; } 
._payTotal > div.payTotal button { height: 100%; } 

/*사용자 주문정보*/
.deliveryInfor { margin: 20px 0; padding: 20px 30px 20px 0; background-color: var(--bg_03); } 
.deliveryInfor .deliveryType { float: left; width: 160px;; text-align: center; font-size: 19px; background-size: 80px; font-weight: 600; padding-top: 100px; } 
.deliveryInfor .deliveryType.delivery { background-image: url(https://imagecdn.banolimpizza.com/pc/common/receive_delivery.png); } 
.deliveryInfor .deliveryType.visit { background-image: url(https://imagecdn.banolimpizza.com/pc/common/receive_visit.png); } 
.deliveryInfor .userInfor { float: left; width: calc(100% - 160px); padding-left: 40px; position: relative; } 
.deliveryInfor .userInfor:after { content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 0; background-color: var(--line_02); } 
.deliveryInfor .userInfor li { display: flex; line-height: 36px; } 
.deliveryInfor .userInfor li .tit { width: 130px; color: var(--txt_01); font-weight: 500; } 
.deliveryInfor .userInfor li .txt { font-weight:700; } 
.deliveryInfor .userInfor li .txt p,
.deliveryInfor .userInfor li .txt span { font-weight: 500; position: relative; padding-left: 14px; margin-left: 14px; } 
.deliveryInfor .userInfor li .txt p:after,
.deliveryInfor .userInfor li .txt span:after { content: ""; display: block; width: 1px; height: 16px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: var(--colBl); } 
.deliveryInfor .userInfor li .txt p { display: inline-block; font-weight: 500; color: var(--txt_02); } 


/*step arrow*/
._step { display: flex; padding:36px 0 30px; justify-content: center; border-bottom: 1px solid var(--line_02); } 
._step span { background-image: url(https://imagecdn.banolimpizza.com/pc/arrow/arrow_right_bf.png); background-size: 6px; padding-right:70px; background-position: calc(100% - 32px); font-size: 18px; color: var(--txt_02); font-weight: 500; } 
._step span.on { color: #000; font-weight:600; } 
._step span:last-child { background-color: none; padding-right: 0; } 


/*SNS 로그인*/
.snsLogin { text-align: center; } 
.snsLogin .tit { font-size: 20px; font-weight: 600; margin-bottom: 30px; } 
.snsLogin ul { display: flex; justify-content: center; } 
.snsLogin ul li { background-size:52px; padding-top: 64px; margin: 0 13px; width: 52px; background-position: top; font-size: 14px; cursor: pointer; font-weight: 500; } 
.snsLogin ul li.naver { background-image: url(https://imagecdn.banolimpizza.com/pc/logo/naver.png); } 
.snsLogin ul li.kakao { background-image: url(https://imagecdn.banolimpizza.com/pc/logo/kakao.png); } 
.snsLogin ul li.apple { background-image: url(https://imagecdn.banolimpizza.com/pc/logo/apple.png); } 


/*list Table*/
._tablList { min-height: 640px; } 
._tablList ul { display: table; width: 100%; } 
._tablList ul li { display: table-row; text-align: center; } 
._tablList ul li.head div { font-weight: 700; } 
._tablList ul li div { display: table-cell; font-weight: 600; vertical-align: middle; height: 70px; border-bottom: 1px solid var(--line_02); } 
._tablList ul li.colR div { color: #ff8e8e; } 
._tablList ul li.colB div { color: #6f9cfd; } 

/*게시판*/
._boardTotal { text-align: right; padding-bottom: 10px; color: var(--txt_03); font-size: 17px; } 
._boardList { border-top:1px solid var(--line_01); min-height: 560px; } 
._boardList li { line-height:64px; display: flex; cursor: pointer; justify-content: space-between; border-bottom: 1px solid var(--line_02); padding: 0 10px; transition: 0.2s all; } 
._boardList li:hover { background-color: var(--bg_03); } 
._boardList li .num { width: 120px; text-align: center; font-size: 14px; color: #969696; } 
._boardList li .tit { font-size: 18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: 600; width:500px; } 
._boardList li .day { color: #969696; width: 120px; text-align: center; } 
._boardList li.top { border-top: 1px solid #000; } 
._boardList li.top:hover { background-color: transparent; cursor: auto;; } 
._boardList li.top div { text-align: center; font-weight: 600; color: #000; font-size: 16px; } 
._boardList .empty { border-bottom: 0; } 
._boardList .empty div { text-align: center; line-height: 140px; width: 100%; border-bottom: 0; color: var(--txt_02); } 

/*게시판 상세 제목*/
._boardDetailTop { border-bottom: 1px solid var(--line_02); display: flex; flex-direction: column; gap:10px; position: relative; border-top:1px solid var(--line_01); padding: 24px 0; } 
._boardDetailTop .tit { line-height: 26px; font-size: 23px; font-weight: 600; } 
._boardDetailTop .day { font-size:14px; color: #969696; } 
._boardDetailTop .fonSizeBox { position: absolute; right: 0; bottom:16px; } 
._boardDetailTop .fonSizeBox .openBtn { padding: 8px 12px; border-radius:5px; transition: 0.2s all; } 
._boardDetailTop .fonSizeBox .openBtn > span { display: flex; align-items: end; justify-content: center; gap: 1px; } 
._boardDetailTop .fonSizeBox .openBtn span.small { font-size: 12px; line-height: 13px; } 
._boardDetailTop .fonSizeBox .openBtn span.big { font-size: 16px; line-height: 15.5px; } 
._boardDetailTop .fonSizeBox input[type="checkbox"] { position: absolute; width: 52px; cursor: pointer; height: 36px; left: 0; top: 0;; opacity: 0; } 
._boardDetailTop .fonSizeBox input:checked + .openBtn + .setPop { display: block; } 
._boardDetailTop .fonSizeBox input[type="checkbox"]:hover + .openBtn { background-color: var(--bg_01); } 
._boardDetailTop .fonSizeBox .setPop { position: absolute; background-color: #fff; right: 0; display: none; padding: 24px 20px; border-radius: 10px; box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1); } 
._boardDetailTop .fonSizeBox .setPop::after { content: ""; position: absolute; top: -8px; right: 22px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.06)); } 
._boardDetailTop .fonSizeBox .setPop ul { display: flex; gap: 10px; } 
._boardDetailTop .fonSizeBox .setPop ul::before { content: ""; display: block; width:calc(100% - 100px); height: 14px; background-color: var(--bg_01); position: absolute; left: 50%; top:34px; transform: translateX(-50%); } 
._boardDetailTop .fonSizeBox .setPop ul li { position: relative; width:58px; } 
._boardDetailTop .fonSizeBox .setPop ul li input { position: absolute; width: 100%; left: 0; top: 0;; height: 100%;; opacity: 0; cursor: pointer; } 
._boardDetailTop .fonSizeBox .setPop ul li input:checked + div .ico { background-color: var(--colmainB); color: #fff; border:1px solid var(--colmainB) } 
._boardDetailTop .fonSizeBox .setPop ul li input:checked + div .txt { color: var(--colmainB); font-weight: 600; } 
._boardDetailTop .fonSizeBox .setPop ul li .ico { background-color: #fff; border-radius: 100px; border:1px solid var(--line_02); width: 32px; transition: 0.1s all; height: 32px; display: flex; align-items: center; justify-content: center; } 
._boardDetailTop .fonSizeBox .setPop ul li.fontsize-small .ico { font-size: 10px; } 
._boardDetailTop .fonSizeBox .setPop ul li.fontsize-normal .ico { font-size: 14px; } 
._boardDetailTop .fonSizeBox .setPop ul li.fontsize-large .ico { font-size: 17px; } 
._boardDetailTop .fonSizeBox .setPop ul li.fontsize-xlarge .ico { font-size: 20.5px; } 
._boardDetailTop .fonSizeBox .setPop ul li.fontsize-xxlarge .ico { font-size: 25px; } 
._boardDetailTop .fonSizeBox .setPop ul li > div { display: flex; flex-direction: column; gap: 10px; justify-content: center; align-items: center; } 
._boardDetailTop .fonSizeBox .setPop ul li .txt { font-size: 14px; transition: 0.1s all; } 