
/* 셀렉트 네비 */
.select-navi-box { position: absolute; z-index: 3; cursor: pointer; }
.select-navi-box .arrow-btn { width: 20px; background: #f8f8f8; text-align: center; border: 1px solid #dee3eb; float: left; height: 26px; }
.select-navi-box .arrow-btn.pre { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.select-navi-box .arrow-btn.post { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.select-navi-box .arrow-btn img { width: 12px; opacity: .5; margin-top: 5px; }
.select-navi-box .arrow-btn.disabled { cursor: not-allowed; }
.select-navi-box .arrow-btn:hover img { opacity: .9; }
.select-navi-box .arrow-btn.disabled:hover img,
.select-navi-box .arrow-btn.disabled img {opacity: .2; }

.select-navi-box .selectbox { float: left; border-radius: 0; border-left: none; border-right: none; height: 26px; margin-top: 0; }
.select-navi-box .selectbox label { line-height: 24px; }
.select-navi-box .select-box-02 { margin-right: 0; }
.select-navi-box .select-box-02:hover { background: #f8f8f8; border-color: #dee3eb; }


/* 크게보기 툴 에리어 */
.expand-grid-box .grid-box-header { height: 35px; background: var(--theme-blue); position: absolute; width: 100%; left: 0; top: 0; z-index: 10; }
.expand-grid-box .grid-box-header .grid-title { font-size: 1.3rem; font-weight: bold; color: #fff; height: 35px; padding: 7px 0 7px 10px; float: left; }
.expand-grid-box .grid-box-header .grid-option-wrap { float: right; position: relative }
.expand-grid-box .grid-box-header .grid-option-wrap .select-navi-box { width: 120px; right: 220px; top: 4px; }
.expand-grid-box .grid-box-header .grid-option-wrap .view-toggle {position: relative; top: 4px; font-size: 1.3rem; right:20px;}
.expand-grid-box .grid-box-header .grid-option-wrap .select-box-02 { display: inline-block; vertical-align: top;}
.expand-grid-box .grid-box-header .grid-option-wrap .lang-box { position: relative; right:10px; top:2px; }

.expand-image-wrap .close-btn-wrap .pop-close-btn.custom { width: 50px; height: 50px; border-radius: 50%; border-style: none; background: rgba(28,45,95,0.5); position: absolute; right: 0; top: 25px; transition: background .25s ease; outline: 0; color:white;}
