@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:1.875rem}
#header-wrapper ul, #header-wrapper ol {padding:0;margin: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.basic, #header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}
#header-wrapper .has-tip {border-bottom:0}

/*********************************************
note : gnb
*********************************************/
#user-gnb {position:relative;font-size:0}

/* 최종편집 */
#user-gnb .user-intro {overflow:hidden;float:right;max-width:120px;font-size:.75rem;line-height:45px;color:rgba(0,0,0,.5);text-overflow:ellipsis;white-space:nowrap}

/* 로그인/회원가입 */
#user-gnb .user-logbox {float:right;max-width:300px;padding-left:1.125rem;font-size:0;text-align:left;white-space:nowrap}
#user-gnb .user-logbox > a {display:inline-block;overflow:hidden;position:relative;padding:0 .625rem;font-size:.75rem;line-height:45px;color:rgba(0,0,0,.5);text-overflow:ellipsis;white-space:nowrap}
#user-gnb .user-logbox > :first-child {padding-left:0}
#user-gnb .user-logbox > :last-child {padding-right:0}
#user-gnb .user-logbox > a::before {content:'';overflow:hidden;position:absolute;left:0;top:50%;width:0;height:.625rem;border-left:1px solid rgba(0,0,0,.1);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-gnb .user-logbox > a:first-child::before {display:none}
#user-gnb .user-logbox > a:hover {color:rgba(0,0,0,.8)}

/* sns */
#user-gnb .user-sns {float:right;display:block;margin:9px 0 0 15px;font-size:0;text-align:right}
#user-gnb .user-sns > a {display:inline-block;overflow:hidden;width:25px;height:25px;margin-left:2px;font-size:1.125rem;line-height:25px;color:#fff;background-color:#e8e8e8;border:0;text-align:center}
#user-gnb .user-sns > a.np {background-color:#5ac351}
#user-gnb .user-sns > a.fb {background-color:#3a559f}
#user-gnb .user-sns > a.tw {background-color:#50abf1}
#user-gnb .user-sns > a.rss {background-color:#f39a11}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {width:100%;padding:1.5rem 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;font-size:0}

/* 전체 */
#nav-header .user-allbtn {display:inline-block;position:relative;width:58px;height:52px;color:#fff;text-align:center}
#nav-header .user-allbtn:hover {border-color:rgba(0,0,0,.5)}
#nav-header .user-allbtn > .icon {display:block;position:relative;width:20px;height:2px;margin:0 auto;background-color:#fff;text-align:center}
#nav-header .user-allbtn > .icon::before, #nav-header .user-allbtn > .icon::after {content:'';display:block;overflow:hidden;position:absolute;z-index:1;left:0;width:100%;height:2px;background-color:#fff;transition:transform .25s ease-in-out, -ms-transform .25s ease-in-out}
#nav-header .user-allbtn > .icon::before {top:-7px}
#nav-header .user-allbtn > .icon::after {bottom:-7px}
#nav-header .user-allbtn.active > .icon {height:0;background:transparent}
#nav-header .user-allbtn.active > .icon::before, #nav-header .user-allbtn.active > .icon::after {top:50%}
#nav-header .user-allbtn.active > .icon::before {-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
#nav-header .user-allbtn.active > .icon::after {-ms-transform:rotate(45deg);transform:rotate(45deg)}

/* search */
#nav-header .user-search {display:inline-block;margin-left:1.25rem;font-size:0;vertical-align:middle}
#nav-header .sch-btns {display:block;overflow:hidden;width:55px;cursor:pointer}
#nav-header .sch-btns::before {content:url('search-btn.png');display:block}
#nav-header .sch-btns.active:before {content:url('search-close.png')}
#nav-header .user-search-form {display:none;position:absolute;z-index:1000;left:0;top:100%;width:100%;padding:1.875rem;background-color:rgba(0,0,0,.5)}
#nav-header .user-search-form > .inner {display:block;max-width:560px;margin:0 auto}
#nav-header .user-search-form input#search {float:left;width:calc(100% - 60px);height:52px;margin:0;font-size:1.125rem;font-weight:300;border:0;border-radius:0;box-shadow:none}
#nav-header .user-search-form button[onclick] {float:left;width:60px;height:52px;font-size:1.5rem;color:#fff}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {position:relative;font-size:0;border-bottom:2px solid #2d2d2d;text-align:center}
#header-wrapper.horizon #user-nav::before {content:'';position:absolute;z-index:1;top:calc(100% + 1px);left:0;width:100%;height:0;background-color:#fff;transition:all .15s ease-in-out}
#header-wrapper.horizon #user-nav.active::before {height:65px}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {position:relative;z-index:10}
#user-nav .user-menu .secline {display:inline-block;position:relative;vertical-align:middle}
#user-nav .user-menu .secline > a {display:block;position:relative;padding:0 1.125rem;font-size:1.1rem;font-weight:500;line-height:52px;color:#000;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}
#user-nav .user-menu .secline > a::after {content:'';display:none;overflow:hidden;position:absolute;z-index:2;left:1.125rem;right:1.125rem;bottom:-1px;height:0;border-top:2px solid #e73f72}
/*#user-nav .user-menu > :nth-last-child(-n + 4) > a {color:#3f6bb9 !important}
#user-nav .user-menu > :last-child > a {color:#f39a11 !important}
#user-nav .user-menu > :nth-last-child(4) > a, #user-nav .user-menu > :last-child > a {margin-left:.375rem;padding-left:1.5rem}
#user-nav .user-menu > :nth-last-child(4) > a:before, #user-nav .user-menu > :last-child > a::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.875rem;border-left:1px solid rgba(0,0,0,.12);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .user-menu > :nth-last-child(-n + 4) > a::after {border-top-color:#3f6bb9 !important}
#user-nav .user-menu > :last-child > a::after {border-top-color:#f39a11 !important}/*
#user-nav .user-menu .secline > a.a-hover {color:#e73f72}
#user-nav .user-menu .secline > a.a-hover::after {display:block}

/* 메뉴바 - 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 > ul > :first-child::before {display:none}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;padding:0 1rem;font-size:.813rem;font-weight:300;color:rgba(0,0,0,.7);text-overflow:ellipsis;white-space:nowrap}
#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;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::before {content:'';overflow:hidden;position:absolute;z-index:2;left:0;top:50%;width:0;height:.75rem;border-left:1px solid rgba(255,255,255,.25);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {display:inline-block;line-height:65px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {width:120px;padding:.375rem 1rem;background-color:#fff;border-width:0 1px 1px;border-style:solid;border-color:#2d2d2d;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub {float:none;border-top:1px solid rgba(255,255,255,.1);text-align:center}
#header-wrapper.vertical #user-nav .user-menu .secline > ul > :first-child {border-top:0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {line-height:35px}

/* 메뉴바 - 2차섹션(세로 - 자동박스) */
#header-wrapper.vertical.nav-autobox #user-nav .user-menu,
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline {position:inherit}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline > ul {width:100%;height:300px;left:50%;background-color:#fff;-ms-transform:translateX(-50%);transform:translateX(-50%);border:1px solid rgba(0,0,0,.12)}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub {float:left;width:50%}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .article-menu {display:block;position:absolute;left:320px;top:0;right:0;bottom:0;padding:0 1.25rem;border-left:1px solid rgba(0,0,0,.08)}

/* 메뉴바 - 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 : 전체메뉴
*********************************************/
#all-sections {display:none;overflow-y:auto;position:fixed;z-index:1002;left:0;right:0;top:120px;bottom:0;margin-top:45px;padding-bottom:90px;background-color:#fff}
#all-sections::before {content:'';overflow:hidden;position:absolute;z-index:5;left:0;top:80px;width:100%;height:0;border-top:2px solid #2d2d2d}
#header-wrapper.basic #all-sections::before {display:none}
#all-sections .mode-inner {position:relative;padding:0 1.25rem 1.25rem}
#all-sections .titles {display:block;overflow:hidden;font-size:35px;font-weight:normal;line-height:80px;color:#000;text-overflow:ellipsis;white-space:nowrap;text-align:center}
#header-wrapper.basic #all-sections .titles {border-bottom:2px solid #2d2d2d}
#all-sections .menu-list {display:flex;flex-direction:row;align-content:flex-start;flex-wrap:wrap}
#all-sections .menu-list > li {display:block;width:16.66667%;padding:25px 20px;text-align:left}
#all-sections .menu-list > li > a {display:block;overflow:hidden;position:relative;margin-bottom:1.375rem;padding-top:.875rem;font-size:1rem;font-weight:500;line-height:1.375;color:#202124;text-overflow:ellipsis;white-space:nowrap}
#all-sections .menu-list li > a > .fa {margin-left:.625rem}
#all-sections .menu-list ul.sub-list {display:block;padding:0 .375rem}
#all-sections .menu-list ul.sub-list > li {margin-bottom:.625rem}
#all-sections .menu-list ul.sub-list > :last-child {margin-bottom:0}
#all-sections .menu-list ul.sub-list > li > a {display:block;overflow:hidden;font-size:.875rem;font-weight:300;line-height:1.375;color:rgba(0,0,0,.95)}



/* 윤미정 / 1384506 / 20240624 */
#user-gnb {display:none;}
#user-nav .menu-nav {border-top: 2px solid #2e83ac;}
#user-nav .user-menu {float: left;width: calc(100% - 420px);text-align: left;}
#user-nav .menu-nav .mode-inner {float: right;width:420px;margin-top: 5px;}

/* sns */
#user-nav .user-sns {float:right;display:block;margin:9px 0 0 15px;font-size:0;text-align:right}
#user-nav .user-sns > a {display:inline-block;overflow:hidden;width:25px;height:25px;margin-left:2px;font-size:1.125rem;line-height:25px;color:#fff;background-color:#e8e8e8;border:0;text-align:center}
#user-nav .user-sns > a.np {background-color:#5ac351}
#user-nav .user-sns > a.fb {background-color:#3a559f}
#user-nav .user-sns > a.tw {background-color:#50abf1}
#user-nav .user-sns > a.rss {background-color:#f39a11}

/* 최종편집 */
#user-nav .user-intro {overflow:hidden;float:right;max-width:120px;font-size:.75rem;line-height:45px;color:rgba(0,0,0,.5);text-overflow:ellipsis;white-space:nowrap}

/* 로그인/회원가입 */
#user-nav .user-logbox {float:right;max-width:300px;padding-left:1.125rem;font-size:0;text-align:left;white-space:nowrap}
#user-nav .user-logbox > a {display:inline-block;overflow:hidden;position:relative;padding:0 .625rem;font-size:.75rem;line-height:45px;color:rgba(0,0,0,.5);text-overflow:ellipsis;white-space:nowrap}
#user-nav .user-logbox > :first-child {padding-left:0}
#user-nav .user-logbox > :last-child {padding-right:0}
#user-nav .user-logbox > a::before {content:'';overflow:hidden;position:absolute;left:0;top:50%;width:0;height:.625rem;border-left:1px solid rgba(0,0,0,.1);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .user-logbox > a:first-child::before {display:none}
#user-nav .user-logbox > a:hover {color:rgba(0,0,0,.8)}