@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {background-color: #fff;margin-bottom: 25px;}
#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:1.875rem 0 .875rem;font-size:0}
#header-wrapper.basic #nav-header {padding-left:1.25rem;padding-right:1.25rem}
#nav-header > [class*="user-"] {display:inline-block;vertical-align:middle}
#nav-header .user-logo {width:calc(100% - 600px);font-size:inherit;padding-bottom:1.125rem}
#nav-header .user-logo > a {display:inline-block;max-width:100%}
#nav-header .updated {font-size:13px;font-weight:lighter;line-height:1;color:#444;margin-left:.875rem;}
#nav-header .user-banner {width:300px}
#nav-header .user-logo, #nav-header .user-banner {vertical-align:bottom}

/* etc */
#nav-header .user-etc .user-allbtn,
#nav-header .user-etc .user-search,
#nav-header .updated {display:inline-block;vertical-align:middle}

/* 전체 */
#nav-header .user-allbtn {height:30px;margin:0;font-size:0}
#nav-header .user-allbtn > .icon {display:block;position:relative;width:20px;height:3px;background-color:#222;transition:background-color .25s}
#nav-header .user-allbtn:hover > .icon, #nav-header .user-allbtn[aria-expanded="true"] > .icon {background-color:rgba(0,0,0,.5)}
#nav-header .user-allbtn > .icon::before, #nav-header .user-allbtn > .icon::after {content:'';display:block;overflow:hidden;position:absolute;z-index:1;left:0;height:0;border-top:3px solid #222;transition:width .25s, border-color .25s}
#nav-header .user-allbtn > .icon::before {top:-7px;width:100%}
#nav-header .user-allbtn > .icon::after {bottom:-7px;width:12px}
#nav-header .user-allbtn:hover > .icon::before, #nav-header .user-allbtn:hover > .icon::after,
#nav-header .user-allbtn[aria-expanded="true"] > .icon::before, #nav-header .user-allbtn[aria-expanded="true"] > .icon::after {border-top-color:rgba(0,0,0,.5)}
#nav-header .user-allbtn:hover > .icon::after, #nav-header .user-allbtn[aria-expanded="true"] > .icon::after {width:100%}

/* 검색 */
#nav-header .user-search {position:relative;margin-left:.5rem}
#nav-header .user-search .sch-btns {height:30px;font-size:1.5rem;line-height:1}
#nav-header .user-search > .user-search-form {display:none;position:absolute;z-index:10;left:32px;top:50%;width:215px;background-color:#fff;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#nav-header .user-search > .user-search-form::after {content:'';display:table;clear:both}
#nav-header .user-search input#search {height:33px;margin:0;padding-left:12px;padding-right:55px;font-size:.875rem;font-weight:300;letter-spacing:-0.05em;background:transparent;border-color:rgba(0,0,0,.25);border-radius:2rem;box-shadow:none}
#nav-header .user-search button[onclick] {position:absolute;z-index:5;right:29px;top:0;width:33px;height:33px;font-size:1.25rem;color:#000;cursor:pointer}
#nav-header .search-plus {position:absolute;z-index:5;right:7px;top:5px;display:block;width:22px;height:22px;border-radius:50%;font-size:1.25rem;line-height:1;color:#fff;text-align:center;background-color:#282828;cursor:pointer}

/* sns */
#nav-header .user-sns {display:inline-block;vertical-align:middle}
#nav-header .user-sns::after {content:'';display:table;clear:both}
#nav-header .user-sns > .item {overflow:hidden;float:left;width:32px;height:32px;font-size:20px;color:#fff;background-color:#cecece;line-height:32px;border-radius:50%;text-align:center;transition:transform .15s ease-in-out, -ms-transform .15s ease-in-out}
#nav-header .user-sns > .item.it {background: linear-gradient(44deg,rgba(255, 146, 29, 1) 0%, rgba(239, 5, 128, 1) 51%, rgba(168, 16, 213, 1) 100%);}
#nav-header .user-sns > .item.fb {background-color:#0865fe}
#nav-header .user-sns > .item.yt {background-color:#fe0000}
#nav-header .user-sns > .item.tw {background-color:#000000}
#nav-header .user-sns > .item.ch {background-color:#fce000;color:#3c1e1e;}
#nav-header .user-sns > .item:not(:first-child) {margin-left:.25rem}
#nav-header .user-sns > .item.tw {padding:7px}
#nav-header .user-sns > .item .icon-x::before {content:'';background: url(/image/icon-sns-x.png) no-repeat;display:block;width:17px;height:17px;background-size:17px;text-align: center;}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;position:relative;z-index:2;background-color:#282828;padding-left:.25rem;padding-right:1.25rem;}
#user-nav .auto-flex-basis {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;min-width:0}
#user-nav .auto-flex-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}

/* 전체 */
#user-nav .user-allbtn {float:left;height:50px;margin:0 1.875rem 0 0;font-size:0}
#user-nav .user-allbtn > .icon {display:block;position:relative;width:20px;height:2px;background-color:rgba(255,255,255,.5);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,.5);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 {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;/*margin-left:-1rem*/}
#user-nav .user-menu .secline {position: relative;display:block}
#user-nav .user-menu .secline > a {overflow:hidden;display:block;position:relative;height:50px;padding:0 1rem;font-size:1rem;font-weight:bold;line-height:50px;letter-spacing:-.025em;color:rgba(255,255,255,.7);transition:color .15s ease-in-out;text-decoration:none}
#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 #0b2a51;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;padding:0 1rem;font-size:.8125rem;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;margin-top:-5px;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 > a {position:relative;display:inline-block;line-height:35px}

/* 메뉴바 - 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-left:1.25rem;padding-right:2.5rem;color:rgba(0,0,0,.5);line-height:40px;white-space:nowrap}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a::before {content:'';position:absolute;z-index:1;top:50%;right:.625rem;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}

/* 스크롤 */
#user-nav.fixinner {position:fixed;z-index:50;width:100%;}

/*********************************************
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-logbox > li {position:relative;display:inline-block;vertical-align:middle;font-size:.8125rem;font-weight:inherit;color:rgba(255,255,255,.85)}
#user-nav .user-logbox > li:not(:first-child) {margin-left:.875rem;padding-left:.875rem}
#user-nav .user-logbox > li:not(:first-child)::before {content:'';overflow:hidden;position:absolute;left:0;top:50%;width:0;height:.75rem;border-left:1px solid rgba(255,255,255,.2);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .user-logbox > li > a {display:block;color:inherit}

/*********************************************
note : viewpage only
*********************************************/
#header-wrapper.for-viewpage {margin-bottom:0;font-size:0;background:none;text-align:center}
#header-wrapper.for-viewpage .user-allbtn {width:50px;margin-right:0;text-align:left}
#header-wrapper.for-viewpage .section-titles {display:inline-block;margin:0 auto;font-size:1.25rem;font-weight:700;font-weight:var(--wgt700, 700);line-height:52px;color:#fff}
#header-wrapper.for-viewpage .user-search-wrap {float:right;position:relative;width:50px;text-align:right}
#header-wrapper.for-viewpage .user-search-wrap .sch-btns {height:52px;font-size:1.375rem;color:#fff}
#header-wrapper.for-viewpage .user-search-wrap.active .sch-btns > [class^="icon-"]::before {content:"\e9af"}
#header-wrapper.for-viewpage .user-search-wrap .user-search {display:none;position:absolute;z-index:10;right:25px;top:50%;width:220px;text-align:left;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#header-wrapper.for-viewpage .user-search-wrap.active .user-search {display:block}
#header-wrapper.for-viewpage .user-search-wrap .user-search input#search {float:left;width:calc(100% - 40px);height:32px;margin-bottom:0;font-size:.8125rem;color:#fff;background:none;border:none;border-radius:0}
#header-wrapper.for-viewpage .user-search-wrap .user-search button[onclick] {float:left;width:40px;height:32px;font-size:1.375rem;color:#fff}
#article-view .article-view-header {padding-top:1.875rem !important}
/*
* #header-wrapper.for-viewpage .user-logo {float:left;margin-top:12px}
* #header-wrapper.for-viewpage .user-logo > a {display:block;overflow:hidden;width:120px;height:28px;background-repeat:no-repeat;background-position:0 50%;background-size:contain}
*/

/*********************************************
note : section-box
*********************************************/
.user-section-box .section-box {padding:.875rem 0;border-top:2px solid #282828;border-bottom:1px solid #282828}		
.user-section-box .section-box .wrapper {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}
.user-section-box .section-box .wrapper > .item {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;margin-left:1.25rem;padding-left:1.25rem;border-left:1px solid rgba(0,0,0,.1)}
.user-section-box .section-box .wrapper > :first-child {margin-left:0;border-left:0}
.user-section-box .s-title {display:block;font-size:13px;line-height:1;margin-bottom:5px}
.user-section-box .auto-link {font-size:16px;color: rgba(0, 0, 0, .75);}












