@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:2.875rem}
#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 : 최상단영역
*********************************************/
/* 기본 */
#user-gnb {position:relative;background-color:#e4edf2}
#header-wrapper.basic #user-gnb > .mode-inner {padding-left:1rem;padding-right:1rem}
#user-gnb .user-intro, #user-gnb .user-logbox > li {font-size:.75rem;font-weight:300;line-height:35px;color:rgba(0,0,0,.55);white-space:nowrap}

/* 최종편집 */
#user-gnb .user-intro {float:left}

/* 로그인/회원가입 */
#user-gnb .user-logbox {float:right}
#user-gnb .user-logbox > li {float:left;margin-left:1.25rem}
#user-gnb .user-logbox > li:first-child {margin-left:0}
#user-gnb .user-logbox > li > a {display:block;color:inherit}
#user-gnb .user-logbox > li > a:hover {color:rgba(0,0,0,.95)}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {padding:1.875rem 0;font-size:0;white-space:nowrap}
#nav-header > [class*="user-"] {display:inline-block;vertical-align:middle}
#nav-header .user-logo {width:calc(100% - 960px);font-size:inherit}
#nav-header .user-logo a{display:block;}
#nav-header .user-banner {width:480px}
#nav-header .user-banner2 {width:480px;margin-bottom: -70px;}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {position:relative;z-index:2;border-top:3px solid #000;border-bottom:1px solid #bebebe;margin:0 auto}
#header-wrapper.horizon #user-nav::after {content:'';display:block;overflow:hidden;height:35px;background-color:#e73f72;clear:both}

/* 전체 */
#user-nav .user-allbtn {float:left;max-width:54px;height:46px;margin:0;padding:0;font-size:1.5rem;line-height:1;color:#ff6805}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {float:left;position:relative;width:calc(100% - 344px);font-size:0}
#user-nav .user-menu .secline {position:relative;display:inline-block;vertical-align:middle}
#user-nav .user-menu .secline.onair::before {content:'';overflow:hidden;position:absolute;z-index:1;top:.75rem;bottom:.75rem;width:0;border-left:1px solid rgba(0,0,0,.1)}
#user-nav .user-menu .secline > a {overflow:hidden;display:block;position:relative;height:46px;padding:0 1.85rem;font-size:1.125rem;font-weight:500;line-height:46px;letter-spacing:-.025em;color:#000;text-decoration:none;transition:all .15s ease-in-out}
#user-nav .user-menu .secline > a > i[class^="icon-angle-"] {display:inline-block;margin-top:-5px;font-size:.625em;vertical-align:middle;opacity:.5}
#user-nav .user-menu .secline > a.a-hover > i[class^="icon-angle-"], #user-nav .user-menu .secline > a:hover > i[class^="icon-"] {opacity:1}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;font-size:0;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:.8125rem;font-weight:300;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {width:auto;padding:0 1.25rem;white-space:nowrap}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {display:inline-block;position:relative;margin-left:1.25rem;font-size:0;vertical-align:middle}
#header-wrapper.horizon #user-nav .user-menu .secline .sub:first-child {margin-left:0}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {position:relative;display:block;line-height:35px;color:rgba(255,255,255,.75)}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a.a-sub-hover,
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a:hover {color:#fff}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {background-color:#fff;border:1px solid #bebebe;border-top:0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:0 2.375rem 0 1.25rem;color:rgba(0,0,0,.5);line-height:40px}
#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}
*********************************************/

/* 검색 */
#user-nav .user-search {float:right;width:300px;margin-top:.315rem;border:1px solid #f0f0f0}
#user-nav .user-search input#search {float:left;width:calc(100% - 35px);height:34px;margin:0;font-size:.8125rem;background:transparent;border:none;box-shadow:none}
#user-nav .user-search button[onclick] {float:right;width:35px;height:34px;font-size:1.375rem;color:#fff;cursor:pointer;background-color:#000}

/* sns */
#nav-header .user-sns {display:inline-block;padding:0rem;font-size:0;text-align:center;vertical-align: middle;}
#nav-header .user-sns > a {display:inline-block;overflow:hidden;padding: .05rem .45rem;font-size:1.235rem;border:0;vertical-align: middle;}
/*#nav-header .user-sns > :first-child {padding-left:0}*/
#nav-header .user-sns > a.login {background-color:#000;color:#fff;font-size:.8rem;border-radius:3px;margin-left:.3rem}
#nav-header .user-sns .icon-rss {font-size:1.085rem;}

/* 임희은 / 1064509 / 20210614 */
#nav-header .user-logo {width: calc(100% - 909px);}
#nav-header .user-banner2 {width:430px;}

/* #user-nav .user-menu {width:calc(100% - 520px)} */
#user-nav .user-menu-time {font-size:.8rem;padding:13px;float:left}

/* 임희은 / 1136984 / 20220221 */
/*#user-nav .user-menu {width:calc(100% - 720px)}
#user-nav .user-vote {float:left;width:250px;}*/

/* 이승현 / 1156408 / 20220428 */
#user-nav .user-menu {width:calc(100% - 620px)}
#user-nav .user-vote {float:left;width:150px;}

#user-nav .user-vote li {float:left;margin-top:9px;margin-right:20px;}
#user-nav .user-vote li > a{display:inline-block;color:#4043de;}

/* 배진희 / 1163078 / 20220518 */
#header-wrapper{margin-bottom:1.4rem;}

/* 최은비 / 1287672 / 20230712 */
#nav-header .user-sns > .kakaoch img{position:relative;top:-2px;width:17px;}
#nav-header .user-sns .sns{padding-right:0;}
#nav-header .user-sns > .kakaoch:hover{filter: invert(92%) sepia(18%) saturate(7062%) hue-rotate(361deg) brightness(113%) contrast(104%);}
#nav-header .user-sns > .facebook:hover{color:#1b74e4;}
#nav-header .user-sns > .instagram:hover{color:#c03085;}
#nav-header .user-sns > .twitter:hover{color:#1d9bf0;}
#nav-header .user-sns > .youtube:hover{color:#f00;}
#nav-header .user-sns > .rss:hover{color:#288e79;}
#nav-header .user-sns > .icon-facebook:before{width:17px;}