@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;border-bottom:2px solid #000000}
#header-wrapper ul, #header-wrapper ol {margin:0;padding:0;list-style:none}
#header-wrapper em ,#header-wrapper i {font-style:normal}
#header-wrapper button {cursor:pointer}
#header-wrapper .no-bullet {margin-bottom:0}
#header-wrapper .has-tip {border:0}
#header-wrapper.basic, #header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {padding:80px 0 0;font-size:0}
#nav-header > [class*="user-"] {display:inline-block;vertical-align:middle}
#nav-header .user-logo {width:calc(100% - 600px);font-size:inherit}
#nav-header .user-banner {width:300px}

/* logo */
#nav-header .user-logo {position:relative;height:120px;padding:0 30px;background:url('/image/vote-top-logo-bg.png') no-repeat 50% 50%}
#nav-header .user-logo a {position:absolute;display:block;z-index:1;top:50%;left:50%;width:100%;transform:translate3d(-50%, -50%, 0);text-decoration:none}
#nav-header .user-logo a > strong {display:block;font-size:1.75rem;font-weight:700;letter-spacing:-.06em;line-height:1.125}
#nav-header .user-logo a > .info {display:block;margin-top:6px;font-size:0;line-height:1}
#nav-header .user-logo a > .info > span {display:inline-block;vertical-align:middle}
#nav-header .user-logo a > .info > .logo {width:118px}
#nav-header .user-logo a > .info > .label {margin-left:6px;padding:0 18px;font-size:.875rem;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:26px;background:linear-gradient(266.35deg, #FF2E00 0%, #6748C1 69.67%);border-radius:30px}


/*********************************************
note : 최상단영역
*********************************************/
/* 기본 */
#user-gnb {position:relative}

/* intro */
#user-gnb .user-intro {display:block;margin-bottom:.625rem}
#user-gnb .user-intro::after {content:'';display:table;clear:both}
#user-gnb .user-intro > .item {float:left;font-size:.75rem;line-height:1.375;color:rgba(0,0,0,.55)}
#user-gnb .user-intro > .item:not(:first-child)::before {content:'';overflow:hidden;float:left;width:0;height:.625rem;margin:.25rem .625rem 0;border-left:1px solid rgba(0,0,0,.15)}
#user-gnb .user-intro > a.item:hover {color:rgba(0,0,0,.95)}

/*********************************************
note : 스크롤 메뉴
*********************************************/
#user-nav  .scroll-logo {display:inline-block;height:0;overflow:hidden;transition:height .05s ease;vertical-align:middle;margin-right:20px}
#user-nav.sc-logo .scroll-logo, #user-nav .scroll-logo img {height:37px}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {position:fixed;z-index:2;width:100%;padding:20px;padding-bottom:0}
#user-nav .nav-inner {background-color:#000000}
#user-nav .nav-inner::after {content:'';display:table;clear:both}

/* 전체 */
#user-nav .user-allbtn {float:left;height:55px;margin:0 .5rem 0 .8rem;font-size:0}
#user-nav .user-allbtn > .icon {display:block;position:relative;width:20px;height:2px;background-color:rgba(255,255,255,1);transition:background-color .25s}
#user-nav .user-allbtn:hover > .icon, #user-nav .user-allbtn[aria-expanded="true"] > .icon {background-color:#fff}
#user-nav .user-allbtn > .icon::before, #user-nav .user-allbtn > .icon::after {content:'';display:block;overflow:hidden;position:absolute;z-index:1;left:0;height:0;border-top:2px solid rgba(255,255,255,1);transition:width .25s, border-color .25s}
#user-nav .user-allbtn > .icon::before {top:-7px;width:100%}
#user-nav .user-allbtn > .icon::after {bottom:-7px;width:12px}
#user-nav .user-allbtn:hover > .icon::before, #user-nav .user-allbtn:hover > .icon::after,
#user-nav .user-allbtn[aria-expanded="true"] > .icon::before, #user-nav .user-allbtn[aria-expanded="true"] > .icon::after {border-top-color:#fff}
#user-nav .user-allbtn:hover > .icon::after, #user-nav .user-allbtn[aria-expanded="true"] > .icon::after {width:100%}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {float:left;position:relative;padding-left:.625rem;font-size:0;white-space:nowrap;text-align:left}
#user-nav .user-menu .secline {position:relative;display:inline-block;vertical-align:middle}
#user-nav .user-menu .secline > a {overflow:hidden;display:block;position:relative;height:60px;padding:0 1rem;font-size:1.125rem;font-weight:700;line-height:60px;color:rgba(255,255,255,1);text-decoration:none;transition:all .15s ease-in-out}
#user-nav .user-menu .secline > a.a-hover {color:#fff}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;font-size:0;background-color:#fff;border:1px solid #e73f72;visibility:hidden}
#user-nav .user-menu .secline > ul::after {content:'';display:table;clear:both}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;font-size:.75rem;font-weight:300;color:rgba(0,0,0,.65);text-overflow:ellipsis;white-space:nowrap;text-decoration:none}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:rgba(0,0,0,.95)}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {width:auto;padding:0 1.25rem;margin-top:-.375rem;white-space:nowrap}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {display:inline-block;position:relative;font-size:0;vertical-align:middle}
#header-wrapper.horizon #user-nav .user-menu .secline .sub:not(:first-child) {margin-left:.75rem;padding-left:.75rem}
#header-wrapper.horizon #user-nav .user-menu .secline .sub:not(:first-child)::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.625rem;border-left:1px solid rgba(0,0,0,.2);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {position:relative;display:block;line-height:32px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {border-top:0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:0 3.25rem 0 1.25rem;font-size:.813rem;line-height:40px;border-top:1px solid rgba(0,0,0,.05)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub:first-child > a {border-top:0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a::before {content:'';position:absolute;z-index:1;top:50%;right:1rem;border:3px solid transparent;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a.a-sub-hover,
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover {color:rgba(0,0,0,.85);background-color:rgba(0,0,0,.03)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a.a-sub-hover::before,
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover::before {border-left-color:rgba(0,0,0,.35)}

/* 메뉴바 - 2차섹션 위치 */
#header-wrapper.left #user-nav .user-menu .secline > ul {left:0}
#header-wrapper.center #user-nav .user-menu .secline > ul {left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#header-wrapper.right #user-nav .user-menu .secline > ul {left:inherit;right:0}

/*********************************************
note : 메뉴영역 (2차섹션 배경이 slideDown이 되어야 할 경우)
- subShow 옵션값을 hidden으로 설정해주세요.
#header-wrapper.horizon #user-nav::before {content:'';position:absolute;z-index:1;top:100%;width:100%;height:0;border-top:1px solid rgba(0,0,0,.12)}
#header-wrapper.horizon #user-nav::after {content:'';position:absolute;z-index:-1;top:100%;left:0;height:0;-ms-transition:all .15s ease-in-out;transition:all .15s ease-in-out}
#header-wrapper.horizon #user-nav.active::after {height:55px}
*********************************************/

/* etc */
#user-nav .user-etc {float:right;font-size:0;text-align:right}
#user-nav .user-logbox, #user-nav .user-search {display:inline-block;white-space:nowrap;vertical-align:middle}

/* sns */
#user-nav .user-etc {font-size:0;text-align:inherit}
#user-nav .user-etc .sns {display:inline-block;width:60px;height:60px;font-size:2rem;line-height:60px;color:#fff;background-color:rgba(0,0,0,.25);border:0;vertical-align:middle;text-align:center}
#user-nav .user-etc .nt i {display:inline-block;width:23px;height:27px;background:url('nt-logo.png')no-repeat;margin:0 auto;vertical-align:middle}
#user-nav .user-etc .nt {background:linear-gradient(180deg, #15C7E5 0%, #00E686 100%);}
#user-nav .user-etc .ut {background-color:#FF0000}
#user-nav .user-etc .fb {background-color:#133783}

/* 로그인 */
#user-nav .user-logbox {position:relative}
#user-nav .user-logbox a {display:inline-block;width:60px;height:60px;line-height:60px;font-size:2rem;color:#fff;text-align:center;vertical-align:middle}
#user-nav .user-logbox .mem-btn {background-color:#1DA1F2}
#user-nav .user-logbox .user-btn {background-color:#AE1DF2}
#user-nav .user-logbox .log-btn {background-color:#FFAC0A}

/* 검색 */
#user-nav .user-search {position:relative}
#user-nav .user-search .sch-btns {display:block;overflow:hidden;width:60px;height:60px;font-size:1.625rem;line-height:1;color:#fff;background:linear-gradient(135deg, #000000 0%, #FF0000 100%)}
#user-nav .user-search.active .sch-btns {background:#191919}
#user-nav .user-search.active .sch-btns > i[class^="icon-"]::before {content:'\e9af'}
#user-nav .user-search-form-wrap {display:none;position:fixed;z-index:5;right:0;top:80px;width:100%;padding:0 20px}
#user-nav .user-search-form-wrap .user-search-bg {background-color:rgba(0, 0, 0, 0.8);padding:50px 0}
#user-nav .user-search-form {width:420px;margin:0 auto}
#user-nav .user-search.active .user-search-form-wrap {display:block}
#user-nav .user-search-form input#search {display:inline-block;height:50px;margin:0;padding-right:40px;font-size:.85rem;background:#fff;border:none;border-radius:.125rem;box-shadow:none;border:1px solid rgba(0,0,0,.8);vertical-align:middle}
#user-nav .user-search-form button[onclick] {display:inline-block;width:60px;height:50px;font-size:2rem;color:#fff;cursor:pointer;vertical-align:middle}

/* 홍경아 / 1340303 / 20240119 */
#nav-header {background:url('/image/vote2024-top-bg.png') no-repeat 50% bottom}
#nav-header .user-banner {width: 320px;}
#nav-header .user-logo {background:none; width:calc(100% - 640px);}
#nav-header .user-logo .txt {font-size:1.5rem;line-height: 1;}
#nav-header .user-logo img { width: 45px; margin-left: 5px;  margin-top: -5px;}
#nav-header .user-logo a > strong { font-size: 2.5rem;margin-top:5px;}
#nav-header .user-logo a,#nav-header .user-logo a > strong,#nav-header .user-logo a > .info {display: inline-block;}
#nav-header .user-logo a > .info { border: 1px solid #feb006; border-radius: 6px; margin-left: 1rem; margin-top: -15px;}
#nav-header .user-logo a > .info > .logo {position: relative; height: 24px; font-size: 1rem; background: #feb006;  font-weight:700;   line-height: 1.5; text-align: center;}
#nav-header .user-logo a > .info > .label { display: block;margin: 0;text-align: center;background: none; color: #ff0000; font-size: 1.5rem;    padding: 0.3rem;}




/* 홍경아 / 1342178 / 20240124 */

#user-gnb {padding: 95px 0 15px; border-bottom: 2px solid #000000;}
#nav-header {padding: 0;}