/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/*   font-family: "Noto Sans KR", sans-serif; */
/***************************************************
Reset
***************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div,  applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Noto Sans KR', "Nanum Gothic", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: -0.5px;
    word-break: keep-all;

}


*{box-sizing: border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/* line-height: 1; */
  font-family: "Noto Sans KR", sans-serif;
	font-weight: 500;
}
a{text-decoration: none; color: #000;}

ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	font-family: "Noto Sans KR", sans-serif;
	background: 0;
	border: 0;
	outline: 0;
	color: #000;
	cursor: pointer;
}
select{
	color: #000;
}

/* Container*/
.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Tablet */
@media only screen and (max-width: 768px) {
    html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,p,address,pre,cite,form,fieldset,caption,legend,input,textarea,select,table,th,td,div {
        font-size:15px
    }
}
/*****************************************************
Header
*****************************************************/

/* layout */

.m-view {
    display: block;
}
.w-view {
    display: none;
}
.inner { 
    width: 100%;
    padding: 0 0.938em;
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
main {
    position: relative;
    min-height: 50vh;
}
.scroll main {
    padding: 3.625em 0 0;
}
.scroll.lnb main {
    padding: 4.562em 0 0;
}
.hidden { 
    visibility: hidden;
    opacity: 0;
    display: none;
    position: absolute;
    left: -9999px;
}
@media screen and (min-width: 68.750em) {
    .m-view {
        display: none;
    }
    .w-view {
        display: block;
    }
    .inner {
        max-width: 1200px;
        margin: auto;
        padding: 0;
    }
    main {
        /* padding: 9.000em 0 0; */
        padding: 144px 0 0;
        transition: 300ms;
    }
    .foundation main {
        padding: 143px 0 0;
    }
	.bn .foundation main {
		padding: 224px 0 0;
	}
	.scroll.bn .foundation main {
		padding: 144px 0 0;
	}
    .lnb main {
        padding: 194px 0 0;
    }
    .scroll main {
/*         padding: 7.750em 0 0; */
        padding: 144px 0 0;
    }
    .scroll.lnb main {
/*         padding: 10.50em 0 0; */
        padding: 194px 0 0;
    }
}

/* top btn */
#top-btn {
    /*visibility: hidden;
    opacity: 0;*/
	visibility: visible;
    opacity: 1;
    position: fixed;
    /*bottom: 1.875em; */
	bottom: 5.000em; 
	right: 0.938em;
    z-index: 50;
    width: 2.750em;
    height: 2.750em;
    border-radius: 50%;
    transition: 500ms;
}
#top-btn.on {
    visibility: visible;
    opacity: 1;
    bottom: 5.000em;
}
#top-btn a {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00a5e5;
    background-image: url("../../../images/svg/top-btn.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em 1em;
    box-shadow: 0 0.125em 0.125em rgb(0, 0, 0, 0.1);
    text-indent: -9999px;
    transition: 300ms;
}
#top-btn a:hover {
    opacity: 0.8;
}
#quick-qr {
	position: fixed;
	bottom: 1.875em;
    right: 0.938em;
    z-index: 51;
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
}
#quick-qr a {
	opacity: 1;
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ffcb08;
    background-image: url("../../../images/svg/qr.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-shadow: 0 0.125em 0.125em rgb(0, 0, 0, 0.1);
    text-indent: -9999px;
}
#quick-qr a:hover {
    opacity: 0.8;
}
@media screen and (min-width: 48.000em) {
    #top-btn {
        width: 3.750em;
        height: 3.750em;
    }
	#top-btn.on {
		bottom: 6.5em;
	}
    #top-btn a {
        background-size: 1.375em 1.375em;
        box-shadow: 0 0.313em 0.313em rgb(0, 0, 0, 0.1);
    }
	#quick-qr {
        width: 3.750em;
        height: 3.750em;
    }
    #quick-qr a {
        box-shadow: 0 0.313em 0.313em rgb(0, 0, 0, 0.1);
    }
}
@media screen and (min-width: 68.750em) {
	#quick-qr {
		display:none;
    }
}
@media screen and (min-width: 85.375em) {
    #top-btn {
        /*bottom: 2.250em;*/
		bottom: 6.5em;
		right: 50%;
        transform: translateX(41.250em);
    }
    #top-btn.on {
        bottom: 6.5em;
    }
	#quick-qr {
        bottom: 2.250em; right: 50%;
        transform: translateX(41.250em);
    }
}

/* bookmark */
#bookmark {
	display:none;
    position: fixed;
    top: 0; left: 0;
    z-index: 1000;
}
#bookmark a {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0; left: 0;
    width: 11.429em;
    height: 2.500em;
    border-radius: 0 0 0.714em 0;
    background-color: #333;
    font-size: 0.875rem;
    color: #fff;
    outline: 0;
}
#bookmark a:focus {
    opacity: 1;
}

/* lazyload */
.fade-in {opacity: 0;}
.fade-in.lazyloaded {opacity: 1;transition: opacity 500ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 300ms;}

/* banner */
#banner {
    position: relative;
    text-align: center;
}
#banner a {
    display:flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    min-height: 2.750em;
}
#banner .inner {
    display:flex;
    justify-content: space-between; 
    align-items: center;
}
#banner p {
	display: -webkit-box;
	align-self: center;
	max-width: 86%;
	width: calc(100% - 3.077em);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.3;
	font-size: 0.813rem;
    color: #fff;
}
#banner button {
    position: absolute;
    top: 50%;
    right: 1.154em;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 50;
    background: url('/img/common/btn_popup_close.png') center center no-repeat;
    display: inline-block;
    align-self: center;
    background-color: transparent;
    padding: 0.214em 1.071em;
    height: 2.000em;
    font-size: 0.813rem;
}
@media screen and (min-width: 68.750em) {
	#banner {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		transition: top 150ms;
	}
	.scroll #banner {
		top: -80px;
	}
    #banner .inner{
        justify-content: center;
    }
	#banner p {
		display: block;
		align-self: center;
		max-width: 86%;
        margin-right: 32px;
		font-size: 1rem;
		overflow: hidden;
		white-space: nowrap;
	}
    #banner button {
        right: 50%;
        transform: translate(36.75em, -50%);
        -webkit-transform: translate(36.75em, -50%);
        -moz-transform: translate(36.75em, -50%);
        -ms-transform: translate(36.75em, -50%);
        -o-transform: translate(36.75em, -50%);
        /* min-width: 9.571em; */
		height: 2.143em;
		font-size: 0.938rem;
    }
}
/* header */
/* header common */
#header { 
    position: relative;
    z-index: 80;
    width: 100%;
    background-color: #fff;
}
.scroll #header {
    position: fixed;
    top: 0; left: 0;
}

/* header mobile common */
#header .m-view .inner {
    position: relative;
    z-index: 90;
    height: 3.625em;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: box-shadow 300ms;
}
/* .scroll #header .m-view .inner{
    box-shadow: 0 0.125em 0.125em rgba(0,0,0,0.075);
}
.lnb #header .m-view .inner{
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.scroll.lnb #header .m-view .inner{
    box-shadow: 0 0 0 rgba(0,0,0,0);
} */
#header .m-view .inner.off {
    display: none;
}

/* header logo + tnb(m) */
.header-logo {
    position: absolute;
    top: 0; left: 0;
    z-index: 102;
    overflow: hidden;
    border-radius: 0 0 0.625em 0.625em;
}
/* .header-logo.on {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.063em 0.313em rgba(0,0,0,0.1);
} */
.header-logo-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.625em;
    box-sizing: border-box;
}
.header-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0 0 0.938em;
    box-sizing: border-box;
    vertical-align: middle;
}
.mypage .header-logo a,
.region .header-logo a {
    display: block;
}
.header-logo a img {
    /*width: 3.750em;*/
	width: 12.750em;
    padding: 0.5em 0 0;
    box-sizing: border-box;
}
.foundation .header-logo .header-logo-btn a img {
    width: 5em;
}
.center .header-logo .header-logo-btn a img {
    width: 6.375em;
    padding: 0.250em 0 0;
}
.bongha .header-logo .header-logo-btn a img {
    width: 4.250em;
}
.mypage .header-logo .header-logo-btn a img,
.region .header-logo .header-logo-btn a img {
    width: 2.75em;
    padding: 0.7em 0 0;
}
.header-logo-txt {
    padding: 0.533em 0 0 0.400em;
    font-size: 0.938rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.04em;
}
.mypage .header-logo-txt,
.region .header-logo-txt {
    padding: 0;
}
.header-tnb-btn {
    width: 2.500em;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    background-color: transparent;
    background-image: url("https://www.knowhow.or.kr/img/common/tnb-arrow-off.svg");
    background-repeat: no-repeat;
    background-position: 46% 59%;
    background-size: 1.450em 1.450em;
    font-size: 1rem;
    text-indent: -9999px;
    vertical-align: middle;
}
.header-logo.on .header-tnb-btn {
    background-image: url("https://www.knowhow.or.kr/img/common/tnb-arrow-on.svg");
}
.mypage .header-tnb-btn,
.region .header-tnb-btn {
    background-position: 46% 78%;
}
#tnb-mo {
    display: inline-block;
    position: relative;
    z-index: 97;
    width: 100%;
}
.header-tnb-list {
    display: none;
    width: 100%;
    padding: 0 0 0.313em;
}
.header-logo.on .header-tnb-list {
    display: block;
}
.header-tnb-list li {
    width: 100%;
}
.header-tnb-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.846em 0 0.846em 1.250em;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0.813rem;
}
.header-tnb-list li a:hover {
    background-color: #eee;
}

/* header btns */
.header-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 97;
    width: 100%;
    height: 100%;
    padding: 0.438em 1.2em 0 0;
    box-sizing: border-box;
    text-align: right;
    cursor: pointer;
}
.header-support{
    margin-right: 0.938em;
}
.header-support a {
    display: flex;
    align-items: center;
    font-size: 0.750rem;
    font-weight: 600;
    color: #a37c13;
}
.header-support i {
    display: inline-block;
    width: 1.375em;
    height: 1.188em;
    background-image: url('https://www.knowhow.or.kr/img/common/mypage-popup-support-heart.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 1rem;
}
.header-support span {
    display: inline-block;
    padding-left: 0.333em;
}
.header-notice-alarm {
    margin: 0 0.188em 0 0;
}
.header-notice-alarm a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    min-width: 2.500em;
}
.header-notice-alarm figure {
    display: inline-block;
    width: 1.156em;
    height: 1.188em;
}
.header-notice-alarm figure img {
    width: 100%;
}
.header-notice-num {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0.313em;
    min-width: 0.563em;
    margin-left: -0.500em;
    padding: 0.15em 0.438em;
    border-radius: 0.625em;
    background-color: #4b2e02;
    font-size: 1rem;
}
.header-notice-num span {
    display: inline-block;
    align-self: center;
    margin-top: -1px;
    font-size: 0.750rem;
    color: #fff;
}
/* .header-support {
    margin-right: 0.313em;
}
.header-support a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.385em;
    height: 2.462em;
    border-radius: 1.231em;
    background-color: #a37c13;
    font-size: 0.813rem;
    font-weight: 700;
    color: #fff;
} */

/* header search */
.header-search {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.500em;
    height: 2.500em;
    cursor: pointer;
    transition: opacity 300ms;
}
.header-search:hover {
    opacity: 0.8;
}
#header .m-view .header-search {
    position: absolute;
    top: 0.800em; right: 2.25em;
    z-index: 99;
}
.header-search button {
    position: relative;
    width: 1.500em;
    height: 1.500em;
    border: 0;
    background-color: transparent;
}
.header-search button span {
    display: inline-block;
    color: #000;
    position: absolute;
    top: 0; left: 0;
    width: 0.688em;
    height: 0.688em;
    border: solid 0.125em #111;
    border-radius: 100%;
    transform: rotate(-45deg);
    font-size: 1rem;
    text-indent: -9999px;
}
.header-search button span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.688em;
    left: 0.313em;
    height: 0.625em;
    width: 0.125em;
    background-color: #111;
}
.header-search button span:after {
    content: '';
    display: block;
    position: absolute;
}
#search-layer {
    display: none;
    position: fixed;
    top: 0; left: 0;
    z-index: 100;
    overflow-y: hidden;
    width: 100%;
    height: 100vh;
    padding: 0.938em 0.938em 1.125em;
    box-sizing: border-box;
    background-color: #fff;
}
#search-layer fieldset {
    position: relative;
    margin: 0.563em 0 0;
}
#search-layer legend {
    margin: 0 0 2.000em;
    font-size: 1.250rem;
    font-weight: 700;
    color: #333;
}
#search-layer input {
    transition: 0ms !important;
}
#search-layer #search-btn + label {
    position: absolute;
    /* top: 52px;  */
    top: -4px; 
    right: -7px;
}
.search-keyword-wrap {
    margin: 2.500em 0 0;
}
.search-keyword-tit {
    font-size: 0.938rem;
    font-weight: 700;
    color: #333;
}
.search-keyword {
    margin-top: 0.938em;
}
.search-keyword a {
    display: inline-block;
    float: left;
    margin: 0 0.583em 0.583em 0;
    padding: 0.583em 1.083em;
    border: 0.077em solid #ddd;
    border-radius: 1.083em;
    font-size: 0.813rem;
    color: #666;
    transition: 300ms;
}
.search-keyword a:hover {
    border-color: #a37c13;
    color: #a37c13;
}
.search-close-btn {
    opacity: 1;
    position: absolute;
    top: 0.563em; right: 0.563em;
    z-index: 99;
    width: 2.500em;
    height: 2.500em;
    transition: 300ms;
}
.search-close-btn:hover {
    opacity: 0.8;
}
.search-close-btn button{
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
}
.search-close-btn button span {
    display: inline-block;
    position: absolute;
    top: 50%; left: 50%;
    width: 1.125em;
    height: 0.125em;
    background-color: transparent;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    text-indent: -9999px;
    transition: 100ms;
}
.search-close-btn button span:before {
    content: '';
    position: absolute;
    top: 0; left: -0.188em;
    width: 1.250em;
    height: 0.125em;
    background-color: #111;
    transform: rotate(45deg);
    transition: 200ms;
}
.search-close-btn button span:after {
    content: '';
    position: absolute;
    top: 0; left: -0.188em;
    width: 1.250em;
    height: 0.125em;
    background-color: #111;
    transform: rotate(-45deg);
    transition: 200ms;
}

/* header mypage */
.header-mypage {
    width: 2.500em;
    height: 2.500em;
}
.header-mypage a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.header-mypage a i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://www.knowhow.or.kr/img/common/btn-mypage.svg");
    background-repeat: no-repeat;
    background-position: 50% 49%;
    background-size: 1.313em 1.313em;
    font-size: 1rem;
    text-align: left;
    text-indent: -9999px;
}

/* header m-menu */
.header-m-menu-btn {
    position: absolute;
    top: 0.78em; right: 0.24em;
    z-index: 99;
    width: 2.500em;
    height: 2.500em;
}
.header-m-menu-btn button{
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
}
.header-m-menu-btn button span {
    display: inline-block;
    position: absolute;
    top: 50%; left: 50%;
    width: 1.075em;
    height: 0.125em;
    background-color: #111;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    text-indent: -9999px;
    transition: 100ms;
}
.header-m-menu-btn button span:before {
    content: '';
    position: absolute;
    top: -0.438em; left: 0;
    width: 1.075em;
    height: 0.125em;
    background-color: #111;
    transition: 200ms;
}
.header-m-menu-btn button span:after {
    content: '';
    position: absolute;
    top: 0.438em; left: 0;
    width: 1.075em;
    height: 0.125em;
    background-color: #111;
    transition: 200ms;
}
.header-m-menu-btn.on {
    position: fixed;
}
.header-m-menu-btn.on button span {
    background-color: transparent;
}
.header-m-menu-btn.on button span:before {
    top: 0; left: -0.188em;
    width: 1.250em;
    height: 0.125em;
    transform: rotate(45deg);
	background-color: #333;
}
.header-m-menu-btn.on button span:after {
    top: 0; left: -0.188em;
    width: 1.250em;
    height: 0.125em;
    transform: rotate(-45deg);
	background-color: #333;
}

.m-menu {
    display: none;
    position: fixed;
    top: 0; right: -100%;
    z-index: 89;
    width: 50%;
    height: 100vh;
    /* height: 100%;
    max-height: 900px; */
    /* min-height: calc(var(--vh, 1vh) * 100); */
    transition: all .5s;
    background-color: #fff;
}


.m-menu-wrap {
    position: absolute;
    top: 0; right: 0;
    z-index: 89;
    overflow-y: hidden;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: 500ms;
    overflow-y: scroll;
}
.m-menu-wrap.on {
    right: 0;
}

.m-menu-active {
    right: 0; /* 화면 안으로 메뉴를 이동시킵니다 */
}
.m-menu-top {
    position: relative;
    width: 100%;
    /* padding: 0 0 1.500em; */
    background-color: #f5f5f5;
}

.m-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -9; /* 메뉴 아래에 위치 */
    visibility: hidden; /* 초기 상태에서 보이지 않음 */
}
.m-overlay-active {
    opacity: 1;
    visibility: visible; /* 오버레이가 보이도록 설정 */
}

.m-menu-login-on {
    display: none;
}
.m-menu-login-off {
    display: block;
}
.m-menu-top.login .m-menu-login-on {
    display: block;
}
.m-menu-top.login .m-menu-login-off {
    display: none;
}
.m-menu-profile {
    display: flex;
    /* height: 5.75em; */
    padding: 0.8em;
    box-sizing: border-box;
    /* background-color: #00a5e5; */
}
.m-menu-profile figure {
    position: relative;
    overflow: hidden;
    width: 2.750em;
    height: 2.750em;
    border-radius: 2.750em;
	background-image: url('https://www.knowhow.or.kr/img/common/h-profile-basic.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.m-menu-profile figure img {
    position: absolute;
    top: 50%; left: 50%;
    min-width: 100%;
    max-width: 125%;
    transform: translate(-50%, -50%);
}
.m-menu-greet {
    margin: 0.333em 0;
    /*font-size: 0.875rem;*/
	font-size: 1.125rem;
    color: #333
}
.m-menu-greet > em {
    display: block;
    /*margin: 0.571em 0 0;*/
	margin: 0.125em 0 0;
    font-weight: bold;
}
.m-menu-login-on .m-menu-greet {
    padding: 0 0 0 0.917em;
    box-sizing: border-box;
}
.m-menu-member {
    display: inline-block;
    padding: 0 0 0 1.167em;
    box-sizing: border-box;
    background-image: url("https://www.knowhow.or.kr/img/common/btn-mypage.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.m-menu-greet-logoout {
    display: flex;
    align-items: center;
    margin: 0.267em 0 0;
}
.m-menu-greet-logoout em {
    font-size: 1rem;
    font-weight: 700;
}
.m-menu-greet-logoout a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.750em;
    height: 1.188em;
    margin: 0 0 0 0.625em;
    border: 0.063em solid #333;
    border-radius: 0.156em;
    box-sizing: border-box;
    transition: 300ms;
}
.m-menu-greet-logoout a span {
    display: inline-block;
    min-height: 1em;
    position: relative;
    padding-left: 1em;
    font-size: 0.625rem;
    font-weight: 500;
    color: #555;
}
.m-menu-greet-logoout a span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.800em;
    height: 1em;
    background-image: url('https://www.knowhow.or.kr/img/common/logo-out.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
.m-menu-greet-logoout a:hover {
    background-color: #333;
}
.m-menu-greet-logoout a:hover span {
    color: #fff;
}
.m-menu-greet-logoout a:hover span::after {
    background-image: url('https://www.knowhow.or.kr/img/common/logo-out-white.svg');
}
.m-menu-top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0.625em; left: 0.938em;
    width: calc(100% - 1.875em);
    height: 4.500em;
    box-sizing: border-box;
    border-radius: 0.188em;
    background-color: #fff;
    text-align: center;
}
.m-menu-top li {
    position: relative;
    width: 33.33%;
    height: 100%;
    font-size: 0.813rem;
}
.m-menu-top li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%; right: 0;
    width: 0.077em;
    height: 3.231em;
    background-color: #ddd;
    transform: translateY(-50%);
}
.m-menu-top li:last-child::after {
    display: none;
}
.m-menu-top li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #555;
}
.m-menu-top li a span {
    padding: 2.154em 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1.538em 1.538em;
}
.m-menu-top li a:hover {
    color: #333;
}
.m-menu-btn-login span {
    background-image: url("../../../images/svg/btn-login.svg");
}
.m-menu-btn-join span {
    background-image: url("../../../images/svg/btn-join.svg");
}
.m-menu-btn-cs span {
    background-image: url("../../../images/svg/btn-cs.svg");
}
.m-menu-btn-mod span {
    background-image: url("../../../images/svg/btn-my-mod.svg");
}
.m-menu-btn-my span {
    background-image: url("../../../images/svg/btn-my.svg");
}
.m-menu-list-wrap {
    /* overflow-y: scroll; */
    width: 100%;
    height: calc(100vh - 10.250em);
	height: calc(100dvh - 10.250em);
    padding: 0.9em 0;
    box-sizing: border-box;
}
.m-menu-list-wrap > ul > li {
    margin: 0 0 0.313em;
}
.m-menu-list-wrap > ul > li:last-child {
    margin: 0;
}
.m-menu-list-wrap > ul > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.875em 0.9em;
    box-sizing: border-box;
    font-size: 1.063rem;
    font-weight: 500;
    color: #333;
}
.m-menu-list.on > a {
    color: #00a5e5;
}
/* .m-menu-list > a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0; left: 0;
    width: 0%;
    height: 0.111em;
    background-color: #00a5e5;
    transition: 300ms;
} */
.m-menu-list.on > a::after {
    width: 100%;
}
.m-menu-list > a > span::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 43%; 
    right: 1.2em;
    width: 0.444em;
    height: 0.444em;
    border-left: 0.125em solid #00a5e5;
    border-bottom: 0.125em solid #00a5e5;
    vertical-align: middle;
    transform: rotate(225deg);
    transition: 300ms;
}
.m-menu-list.on > a > span::after {
    top: 48%;
    transform: rotate(315deg);
}
.m-menu-main-sub {
    display: none;
    width: 100%;
    padding: 0.625em 0;
    box-sizing: border-box;
    background: #f5f5f5;
}
.m-menu-main-sub a {
    display: inline-block;
    width: 100%;
    padding: 0.875em 1.3em;
    box-sizing: border-box;
    font-size: 0.938rem;
    color: #555;
}
.m-menu-main-sub a:hover {
    color: #00a5e5;
}


@media screen and (min-width: 48.000em) {
    .m-menu-top li {
        font-size: 0.875rem;
    }
    .m-menu-top li::after {
        height: 2.308em;
    }
    .m-menu-top li a span {
        padding: 0.154em 0.615em 0.154em 2.000em;
        background-position: left center;
        background-size: contain;
    }
}
@media screen and (min-width: 68.750em) {
    /* header common */
    #header {
        position: fixed;
        top: 0;
        background-color: transparent;
        transition: 300ms;
    }
    .scroll #header {
        top: -2.750em;
    }
	.bn #header {
		top:44px;
	}
	.bn.scroll #header {
        top: -2.750em;
    }

    /* header top */
    #header-w-top {
        position: relative;
        z-index: 75;
        width: 100%;
        background-color: #fff;
    }
    #header-w-top::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0; left: 0;
        z-index: 80;
        width: 100%;
        height: 0.063em;
        background-color: #ddd;
    }
    #header-w-top .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-w-tnb ul {
        position: relative;
        z-index: 81;
    }
    .header-w-tnb li {
        float: left;
        width: 10.15em;
        height: 2.750em;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
    }
	.header-w-tnb li:last-child {
		border-right: 1px solid #ddd;
    }
    .header-w-tnb a {
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
        transition: opacity 300ms;
    }
    .header-w-tnb a:hover {
		color: #fff;
        /*opacity: 0.65;*/
    }
    .header-w-tnb-snu a:hover {
        background-color: #1b3b86;
    }
    .header-w-tnb-ecc a:hover {
        background-color: #00a5e5;
    }
    .header-w-tnb-hd a:hover {
        background-color: #ec6104;
    }
    .header-w-tnb-gz a:hover {
        background-color: #343636;
    }
    .header-w-tnb li.active {
        background-color: #fff;
    }
    .header-w-tnb li.active a {
        font-weight: 700;
    }
    .header-w-tnb li.active.header-w-tnb-snu a {
        color: #1b3b86;
    }
    .header-w-tnb li.active.header-w-tnb-ecc a {
        color: #00a5e5;
    }
    .header-w-tnb li.active.header-w-tnb-hd a {
        color: #ec6104;
    }
    .header-w-tnb li.active.header-w-tnb-gz a {
        color: #343636;
    }
    .header-w-tnb li:first-child.active a {
        border-left: 0.063em solid #ddd;
    }
    .header-w-tnb li:last-child.active a {
        border-right: 0.063em solid #ddd;
    }
    .header-w-snb .header-w-login-off {
        display: block;
    }
    .header-w-snb .header-w-login-on {
        display: none;
    }
    .header-w-snb.login .header-w-login-off {
        display: none;
    }
    .header-w-snb.login .header-w-login-on {
        display: block;
    }
    .header-w-snb li {
        position: relative;
        float: left;
    }
    .header-w-snb li::after {
        content: '';
        display: block;
        position: absolute;
        right: 0.5px;
        top: 50%;
        width: 0.063em;
        height: 0.625em;
        background-color: #ddd;
        transform: translateY(-50%);
    }
    .header-w-snb li:last-child:after {
        display: none;
    }
    .header-w-snb a {
        display: inline-block;
        min-height: 1.286em;
        padding: 0.071em 1.000em 0.071em 2.571em;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 1.143em center;
        background-size: auto 1.143em;
        font-size: 0.875rem;
        font-weight: 500;
        color: #999;
        transition: color 300ms;
    }
    .header-w-snb a:hover {
        color: #333;
    }
    .header-w-snb li:last-child a {
        padding: 0.071em 0 0.071em 2.571em;
    }
    .header-w-btn-login a {
        background-image: url("../../../images/svg/btn-login.svg");
    }
    .header-w-btn-join a {
        background-image: url("../../../images/svg/btn-join.svg");
    }
    .header-w-btn-cs a {
        background-image: url("../../../images/svg/btn-cs.svg");
    }
	.header-w-btn-logo-out a {
        background-image: url("../../../images/svg/logo-out-gray.svg");
    }
    .header-w-btn-my a {
        background-image: url("../../../images/svg/btn-mypage2.svg");
        color: #666;
    }
    .header-w-btn-alarm a {
        display: flex;
        padding: 0.071em 1.071em 0 1.071em;
    }
    .header-w-btn-alarm figure {
        display: inline-block;
        width: 1.063em;
        height: 1em;
    }
    .header-w-btn-alarm figure img {
        width: 100%;
    }
    .header-w-btn-alarm .header-notice-num {
        position: static;
        bottom: auto;
        right: auto;
        margin-left: -0.250em;
        padding: 0.2em 0.438em;
    }
    .header-w-snb a span {
        vertical-align: middle;
    }
    .header-w-btn-my-pop {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin: 0 0 0 0.375em;
        background-image: url("https://www.knowhow.or.kr/img/common/my-arrow-off.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        font-size: 1rem;
        vertical-align: middle;
    }
    .header-w-btn-my.on .header-w-btn-my-pop {
        background-image: url("https://www.knowhow.or.kr/img/common/my-arrow-on.svg");
    }
    .header-w-my-pop {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 2.750em; right: 50%;
        z-index: 99;
        width: 26.875em;
        height: auto;
        border-radius: 0.375em;
        background-color: pink;
        box-shadow: 0 0.313em 1.875em rgba(0, 0, 0, 0.15);
        transform: translateX(23.40em) scale(0.9);
        transform-origin: right top;
        transition: 300ms;
    }
    .header-w-my-pop.on {
        visibility: visible;
        opacity: 1;
        transform: translateX(23.40em) scale(1);
    }
    .header-w-my-pop .inner {
        position: relative;
    }
	.header-w-my-pop .inner::after {
        content: '';
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -0.375em;
        right: 2em;
        width: 1em;
        height: 1em;
        background-color: #ffcb08;
        box-shadow: -0.188em -0.188em 0.188em rgb(0, 0, 0, 0.03);
        transform: rotate(45deg);
        transition: 300ms;
    }
    .header-w-my-pop.on .inner::after {
        visibility: visible;
        opacity: 1;
}
    .header-w-my-pop-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.875em 1.875em 3.625em;
        box-sizing: border-box;
        border-radius: 0.375em 0.375em 0 0;
        background-color: #ffcb08; 
    }
    .header-w-my-pop-profile {
        display: flex;
        align-items: center;
    }
    .header-w-my-pop-profile figure {
        position: relative;
        overflow: hidden;
        width: 3.750em;
        height: 3.750em;
        border-radius: 50%;
        background-image: url('https://www.knowhow.or.kr/img/common/h-profile-basic.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .header-w-my-pop-profile figure img {
        position: absolute;
        top: 50%; left: 50%;
        max-width: 150%;
        transform: translate(-50%, -50%);
    }
    .header-w-my-pop-name {
        margin: 0 0 0 1em;
    }
    .header-w-my-pop-name em {
        margin: 0.444em 0 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #111;
    }
    .header-w-my-pop-member {
        display: inline-block;
        margin: 0 0 0 0.750em; 
        padding: 0.125em 0 0 1.250em;
        background-image: url("https://www.knowhow.or.kr/img/common/btn-mypage3.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1em 1em;
        font-size: 1rem;
        color: #333; 
    }
    .header-w-my-pop-email {
        display: block;
        margin: 0.563em 0 0 0;
        font-size: 1rem;
        color: #333;
        cursor: default;
    }
    .header-w-my-pop-page-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 7.143em;
        height: 4.286em;
        border: 0.071em solid #4b2e02;
        border-radius: 0.429em;
        font-size: 0.875rem;
        color: #4b2e02;
        transition: 300ms;
    }
    .header-w-my-pop-page-btn:hover {
        background-color: #4b2e02;
        color: #fff;
    }
    .header-w-my-pop-page-btn span {
        display: inline-block;
        padding: 1.571em 0 0;
        box-sizing: border-box;
        background-image: url("https://www.knowhow.or.kr/img/common/btn-my-basic.svg"); 
        background-repeat: no-repeat;
        background-position: 55% top;
        background-size: 1.143em 1.143em;
    }
    .header-w-my-pop-page-btn:hover span {
        background-image: url('https://www.knowhow.or.kr/img/common/btn-my-white.svg');
    }
    .header-w-my-pop-bottom {
        padding: 1.875em;
        box-sizing: border-box;
        border-radius: 0 0 0.375em 0.375em;
        background-color: #eee;
    }
    .header-w-my-pop-list {
        margin: 0 0 1.250em;
        border-radius: 0.938em;
        background-color: #fff;
        overflow: hidden;
    }
    .header-w-my-pop-list:last-child {
        margin: 0;
    }
    .header-w-my-pop-qr {
        border-radius: 0;
        background-color: transparent;
    }
    .header-w-my-pop-tit {
        padding: 1.250em 0 1.063em;
        margin: 0 1.250em;
        box-sizing: border-box;
        border-bottom: 0.063em solid #ddd;
    }
    .header-w-my-pop-tit dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-w-my-pop-tit dt {
        font-weight: 700; 
        color: #333;
    }
    .header-w-my-pop-tit dd {
        display: flex;
        align-items: center;
    }
    .header-w-my-pop-tit dd span {
        display: inline-block;
        margin: 0 0.688em 0 0;
        font-weight: bold;
        font-size: 1rem;
        color: #333;
    }
    .header-w-my-pop-tit dd a { 
        display: block;
        position: relative;
        padding: 0 1.643em 0 0.786em;
        line-height: 1.286em;
        font-size: 0.875rem;
        font-weight: 600;
        color: #a37c13;
    }
    .header-w-my-pop-tit dd a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 0.071em;
        height: 1em;
        background-color: #ddd;
    }
    .header-w-my-pop-tit dd a::after { 
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1.286em;
        height: 1.286em;
        background-image: url('https://www.knowhow.or.kr/img/common/btn-my-detail-arrow.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
    }
    .header-w-my-pop-tit dd a:hover {
        opacity: 0.63;
    }
    .header-w-my-pop-cont { 
        position: relative;
        min-height: 5.438em;
        padding: 1.000em 1.250em;
        box-sizing: border-box;
    }
    .my-pop-non-cont {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
        color: #666;
    }
    .my-pop-non-cont.cont-shown {
        display: block;
    }
    .cont-shown {
        display: block;
    }
    .cont-unshown {
        display: none;
    }
    .header-w-my-pop-receipt-btn.cont-unshown{
        display: block;
    }
    .header-w-my-pop-info {
        margin-top: -3.750em;
    }
    .header-w-my-pop-info .header-w-my-pop-cont ul {
        display: flex;
        justify-content: space-between;
    }
    .header-w-my-pop-info .header-w-my-pop-cont ul li {
        width: 33.333%;
        text-align: center;
    }
    .header-w-my-pop-cont dt {
        font-size: 1rem;
        color: #666;
    }
    .header-w-my-pop-info .header-w-my-pop-cont dt {
        margin: 0 0 0.688em 0;
    }
    .header-w-my-pop-cont dd {
        font-size: 1rem;
        font-weight: 700;
        color: #333;
    }

    .header-w-my-pop-qr li {
        float: left;
        margin: 0 1.250em 0 0;
    }
    .header-w-my-pop-qr a {
        display: inline-block;
        position: relative;
        width: 6.875em;
        height: 6.875em;
        padding: 1.125em 1.063em;
        border: 0.125em solid rgba(255, 255, 255, 0);
        border-radius: 0.938em;
        box-sizing: border-box;
        color: #111;
        line-height: 1.2;
        transition: 300ms;
    }
    .header-w-my-pop-qr a:hover {
        border-color: #eee;
        box-shadow: 0 0 0.750em rgb(0, 0, 0, 0.1);
    }
    .header-w-my-pop-qr a::before {
        content: '';
        display: block;
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background-image: url("https://www.knowhow.or.kr/img/common/bg-qrcode.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 5.625em 5.625em;
    }
    .header-w-my-pop-qr a em {
        display: block;
        margin: 0 0 0.333em;
        font-size: 1.500rem;
        font-weight: 700;
        color: #111;
    }
    .header-w-my-pop-membership a {
        background-color: #ffcb08;
    }
    .header-w-my-pop-center a {
        background-color: #664d28;
        color: #fff;
    }
    .header-w-my-pop-center a em {
        color: #fff;
    }
    .header-w-my-pop-center a::before {
        opacity: 0.2;
    }
    .header-w-my-pop-support .header-w-my-pop-cont li {
        margin: 0 0 0.875em;
    }
    .header-w-my-pop-support .header-w-my-pop-cont li:last-child {
        margin: 0;
    }
    .header-w-my-pop-support .header-w-my-pop-cont dl {
        display: flex;
        justify-content: space-between;
    }
    .header-w-my-pop-support .header-w-my-pop-cont dt {
        color: #666;
    }
    .header-w-my-pop-daycount .header-w-my-pop-cont {
        padding: 1.000em 0;
    }
    .header-w-my-pop-daycount .header-w-my-pop-cont ul {
        display: flex;
        justify-content: space-between;
    }
    .header-w-my-pop-daycount .header-w-my-pop-cont li {
        width: 33.33%;
        text-align: center;
    }
    .header-w-my-pop-daycount .header-w-my-pop-cont dt {
        margin: 0 0 0.571em;
        font-size: 0.875rem;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item {
        margin: 0 0 0.250em;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item:last-child {
        margin: 0;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item > a {
        display: block;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item > a > ul {
        height: 2.688em;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item > a > ul > li {
        float: left;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item.ing > a > ul .ing-label {
        background-color: #d59b00;
    }
    .header-w-my-pop-receipt-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.875em 0;
        background-color: #f5f5f5;
        font-size: 1rem;
        color: #666;
    }
    .header-w-my-pop-receipt-btn:hover a span {
        opacity: 0.63;
    }
    .header-w-my-pop-receipt-btn span {
        position: relative;
        display: inline-block;
        padding: 0 1.250em 0 0;
    }
    .header-w-my-pop-receipt-btn span::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 0.813em;
        height: 0.813em;
        background-image: url('https://www.knowhow.or.kr/img/common/mypage-popup-round-arrow.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .ing-label {
        width: 4.250em;
        height: 100%;
        margin: 0 0.625em 0 0;
        line-height: 2.688em;
        box-sizing: border-box;
        border-radius: 0.214em;
        background-color: #666;
        text-align: center;
    }
    .ing-label em {
        display: inline-block;
        font-size: 0.875rem;
        color: #fff;
    }
    .state-label {
        width: 4.250em;
        height: 100%;
        margin: 0 0.625em 0 0;
        line-height: 2.500em;
        box-sizing: border-box;
        border-radius: 0.214em;
        -webkit-border-radius: 0.214em;
        -moz-border-radius: 0.214em;
        -ms-border-radius: 0.214em;
        -o-border-radius: 0.214em;
        text-align: center;
    }
    .state-label em {
        display: inline-block;
        font-size: 0.875rem;
        color: #fff;
    }
    /* 신청승인, 신청완료, 모집중, 공모중 */
    .state-label.line-light-brown{
        background-color: #fff;
        border: 1px solid #d59b00;
    }
    .state-label.line-light-brown em{
        color: #d59b00;
    }
    /* 진행중, 모집종료, 공모당선 */
    .state-label.light-brown{
        background-color: #d59b00;
        border: 1px solid #d59b00;
    }
    /* 신청중, 모집대기 */
    .state-label.line-black{
        background-color: #fff;
        border: 1px solid #999;
    }
    .state-label.line-black em{
        color: #666;
    }
    /* 종료, 취소완료, 공모낙선 */
    .state-label.black{
        background-color: #666;
        border: 1px solid #666;
    }
    /* 신청거절, 승인거절, 취소 */
    .state-label.grey{
        background-color: #ddd;
        border: 1px solid #ddd;
    }
    .state-label.grey em{
        color: #999;
    }
    .header-w-my-pop-cont-wrap {
        overflow: hidden;
        width: calc(100% - 4.875em);
        height: 100%;
    }
    .header-w-my-pop-cont-wrap p {
        overflow: hidden;
        width: 100%;
        margin: 0.357em 0;
        font-size: 0.875rem;
        font-weight: 600;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header-w-my-pop-cont-wrap span {
        font-size: 0.875rem;
        font-weight: 500;
        color: #666;
    }
    .header-w-my-pop-activity .header-w-my-pop-a-item a:hover {
        opacity: 0.8;
    }
    /* header bottom */
    #header-w-bottom {
        position: relative;
        z-index: 75;
        width: 100%;
        height: 6.250em;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0 0.188em 0.188em rgb(0, 0, 0, 0);
        transition: 100ms;
    }
    .nolnb #header-w-bottom {
        border-bottom: 0.063em solid #ddd;
    }
    .scroll #header #header-w-bottom {
        height: 5.000em;
        border-bottom-width: 0;
        box-shadow: 0 0.188em 0.188em rgb(0, 0, 0, 0.03);
        transition: 100ms;
    }
    .lnb #header #header-w-bottom {
        border-bottom-width: 0;
        box-shadow: 0 0.188em 0.188em rgb(0, 0, 0, 0);
    }
    .lnb.scroll #header #header-w-bottom {
        box-shadow: 0 0.188em 0.188em rgb(0, 0, 0, 0);
    }
    .scroll #header #header-w-bottom:hover {
        background-color: #fff;
    }
	.mypage #header #header-w-bottom {
        border-bottom-width: 0;
    }
    #header-w-bottom .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .header-w-logo {
        position: relative;
        width: auto;
        transition: 300ms;
    }
    .header-w-logo a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .header-w-logo img {
        width: 12.750em;
        transition: 300ms;
    }
    .foundation .header-w-logo img {
        width: 7.750em;
    }
    .center .header-w-logo img {
        width: 9.375em;
    }
    .bongha .header-w-logo img {
        width: 6.875em;
    }
    .scroll #header .header-w-logo img {
        /*width: 6.250em;*/
		width: 12.50em;
    }
    .scroll .foundation #header .header-w-logo img {
        width: 6.250em;
    }
    .scroll .center #header .header-w-logo img {
        width: 8.250em;
    }
    .scroll .bongha #header .header-w-logo img {
        width: 5.500em;
    }
    .header-w-logo-txt {
        padding: 0 0 0 0.455em;
        font-size: 1.375rem;
        font-weight: 500;
        color: #000;
        letter-spacing: -0.04em;
    }
    .scroll #header .header-w-logo-txt {
        font-size: 1.250rem;
    }
    .header-w-logo a.member.header-w-logo-txt{
        position: absolute;
        top: 0; right: -5.727em;
        padding: 0;
    }
    .header-w-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    /* .header-w-bg {
        visibility: hidden;
        opacity: 1;
        position: absolute;
        top: 100%; left: 0;
        z-index: 50;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.4);
        transition: opacity 500ms;
    } */
    /* #header-w-bottom::after {
        content: '';
        opacity: 1;
        display: block;
        position: absolute;
        bottom: 0; left: 0;
        z-index: 80;
        width: 100%;
        height: 0.063em;
        background-color: #ddd;
        transform: translateY(0.063em);
    }
    #header-w-bottom.on::after {
        opacity: 1;
    }
    .scroll #header-w-bottom::after {
        opacity: 0;
    }
    .lnb #header-w-bottom::after {
        opacity: 0;
    }
    .lnb #header-w-bottom.on::after {
        opacity: 1;
    } */
    #gnb-w {
        height: 100%;
    }
   
    /* .mypage-header .header-w-bg {
        display: none;
    } */
    #gnb-w::after {
        content: '';
        position: absolute;
        top: 100%; left: 0;
        z-index: 80;
        width: 100%;
        height: 0;
       background-color: rgba(255, 255, 255, 0.8);
    
        box-shadow: 0 0.625em 0.625em rgba(0, 0, 0, 0.1);
        transition: height 300ms;
    }
    #gnb-w:hover::after,
    #gnb-w.on::after {
        border-top: 0.063em solid #ddd;
		height: 17.6em;
    }
    .foundation #gnb-w:hover::after,
    .foundation #gnb-w.on::after {
        height: 22.500em;
    }
    .center #gnb-w:hover::after,
    .center #gnb-w.on::after {
        /* height: 13.750em; */
        /* height: 124px; */
        height: 25.70em;
    }
    .bongha #gnb-w:hover::after,
    .bongha #gnb-w.on::after {
        height: 13.750em;
    }
    .mypage #gnb-w:hover::after,
    .mypage #gnb-w.on::after {
        height: 22.500em;
    }
    .mypage-header #gnb-w:hover::after,
    .mypage-header #gnb-w.on::after {
        display: none;
    }
    #gnb-w > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
	.foundation #gnb-w > ul {
		margin: 0 3.125em 0 0;
	}
	.member #gnb-w > ul {
		margin: 0 3.125em 0 0;
	}
	.mypage #gnb-w > ul {
		margin: 0 3.125em 0 0;
	}
	.member #gnb-w > ul > li > a {
		min-width: 7.278em;
	}
	.member #gnb-w > ul > li:nth-child(1) > a {
		min-width: 9.278em;
	}
	.member #gnb-w > ul > li:nth-child(3) > a {
		min-width: 9.278em;
	}
    #gnb-w > ul > li {
        position: relative;
        height: 100%;
    }
    #gnb-w > ul > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        min-width: 8em;
        height: 100%;
        padding: 0 1.444em;
        box-sizing: border-box;
        font-size: 1.125rem;
        font-weight: 500;
    }
    .foundation #gnb-w > ul > li > a {
        min-width: 7.278em;
    }
	.foundation #gnb-w > ul > li:nth-child(1) > a {
        min-width: 9.278em;
    }
	.foundation #gnb-w > ul > li:nth-child(3) > a {
        min-width: 9.278em;
    }
    .bongha #gnb-w > ul > li > a {
        min-width: 6.444em;
        /*padding: 0 0.833em;*/
		padding:0 0.6em;
    }
    .bongha #gnb-w > ul > li:last-child > a {
        min-width: 4.125em;
    }
    .mypage #gnb-w > ul > li > a {
        min-width: 7.278em;
    }
	.mypage #gnb-w > ul > li:nth-child(1) > a {
        min-width: 9.278em;
    }
	.mypage #gnb-w > ul > li:nth-child(3) > a {
        min-width: 9.278em;
    }
    .region #gnb-w > ul > li > a {
        min-width: 0;
        padding: 0 1em;
    }
    .region #gnb-w > ul > li:first-child > a {
        min-width: 70px;
    }
    .region #gnb-w > ul > li:nth-child(2) > a,
    .region #gnb-w > ul > li:nth-child(3) > a {
        min-width: 96px;
    }
    .region #gnb-w > ul > li:nth-child(4) > a {
        min-width: 132px;
    }
    .region #gnb-w > ul > li:nth-child(5) > a {
        min-width: 100px;
    }
    .region #gnb-w > ul > li:last-child > a {
        min-width: 81px;
    }
	/*
	.center #gnb-w > ul > li > a {
        min-width: 3.333em;
        padding: 0 1.111em;
    }
	.center #gnb-w > ul > li:nth-child(2) > a,
	.center #gnb-w > ul > li:nth-child(3) > a,
	.center #gnb-w > ul > li:nth-child(5) > a {
        / min-width: 7.944em; /
        min-width: 5.056em;
    }*/
    #gnb-w > ul > li > a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0; left: 50%;
        width: 0%;
        height: 0.222em;
        background-color: #00a5e5;
        transform: translateX(-50%);
        transition: 300ms;
    }
    #gnb-w > ul > li:hover > a {
        font-weight: 700;
        color: #00a5e5;
    }

    #gnb-w > ul > li:hover ul{
        background-color: rgb(231, 240, 247);
    }

    #gnb-w > ul > li:hover > a::after {
        width: 100%;
    }
    .header-w-gnb-sub {
		opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 6.250em; left: 0;
        z-index: 81;
        width: 100%;
        margin: -1px 0 0;
        padding: 0.875em 0;
        box-sizing: border-box;
        height: 17.7em;
    }
    #gnb-w:hover .header-w-gnb-sub,
    #gnb-w.on .header-w-gnb-sub {
		opacity: 1;
        visibility: visible;
        z-index: 81;
        transition: all 300ms 100ms;
    }
    .scroll #header #gnb-w:hover .header-w-gnb-sub,
    .scroll #header #gnb-w.on .header-w-gnb-sub {
        top: 5.000em;
        transition: opacity 300ms 100ms;
    }
    .header-w-gnb-sub a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 0;
        box-sizing: border-box;
        font-size: 17px;
        font-weight: 500;
        color: #333;
        text-align: center;
        /* line-height: 1.5; */
		cursor: pointer;
    }
    .header-w-gnb-sub a:hover {
        /* font-weight: 800; */
        color: #00a5e5;
		/* text-decoration: underline; */
    }
    .header-w-support-btn {
        margin: 0 2.500em 0 2.000em;
    }
    .bongha .header-w-support-btn {
		margin: 0;
	}
	.center	.header-w-support-btn {
		margin: 0 0 0 0.625em;
	}
    .header-w-support-btn2 {
        margin: 0 0 0 3.000em;
        height: 100%;
    }
	.region .header-w-support-btn2 {
        margin: 0 0 0 1em;
        height: 100%;
    }
    .header-w-support-btn a {
        display: inline-block;
        padding: 0.667em 1.111em;
        box-sizing: border-box;
        border-radius: 2.333em;
        background-color: #a37c13;
        font-size: 1.125rem;
        font-weight: 700;
        color: #fff;
        transition: 300ms;
    }
    .header-w-support-btn2 a {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 1.111em;
        box-sizing: border-box;
        border-radius: 0;
        background-image: linear-gradient(135deg, rgba(255,201,8,0.47) 0%, rgba(163,125,19,0.47) 100%);
        font-size: 1.125rem;
        font-weight: 700;
        color: #fff;
        transition: 300ms;
    }
    .header-w-support-btn a:hover {
        background-color: #4b2e02;
    }
    #header-w-bottom .header-search {
        margin: 0 -0.625em 0 0;
    }
    #header-w-bottom .header-search {
        margin: 0 0 0 1.5em;
    }
    .bongha #header-w-bottom .header-search {
        margin: 0 1.563em 0 1.111em;
    }
    .center #header-w-bottom .header-search {
        margin: 0 1.875em 0 1.563em;
    }
    #search-layer {
        height: 26.750em;
        padding: 0;
        box-shadow: 0 0.188em 0.188em rgb(0, 0, 0, 0.03);
    }
    .search-layer-inner {
        width: 100%;
        max-width: 50.000em;
        margin: 6.250em auto 0;
    }
    #search-layer fieldset {
        margin: 0;
    }
    #search-layer #search-txt {
        height: 2.400em;
        font-size: 1.875rem;
        border-bottom-width: 0.067em;
        outline: 0;
    }
    #search-layer #search-txt::placeholder {
        font-size: 1.875rem;
    }
    #search-layer #search-btn + label {
        position: absolute;
        top: 0.5em; right: -0.8em;
        width: 3.750em;
        height: 3.750em;
        background-color: rgba(255, 255, 255, 0);
        transition: 300ms;
    }
    #search-layer #search-btn + label span {
        width: 3.750em;
        height: 3.750em;
        border-radius: 50%;
        transition: 300ms;
    }
    #search-layer #search-btn + label:hover span {
        background-color: #ffcb08;
    }
    #search-layer #search-btn + label span i {
        top: 26%; left: 28%;
        width: 1.125em;
        height: 1.125em;
    }
    #search-layer #search-btn + label span i:before {
        top: 1.250em; left: 0.563em;
        height: 0.750em;
    }
    .search-keyword-tit {
        font-size: 1.125rem;
    }
    .search-keyword a {
        font-size: 1rem;
    }
    .search-close-btn {
        top: 2.625em; right: 2.625em;
    }
    .search-close-btn button span {
        width: 100%;
    }
    .search-close-btn button span:before,
    .search-close-btn button span:after {
        left: 0.188em;
        width: 2.000em;
    }
}

@media screen and (max-width:768px){
    .header-logo a img{
        width: 8.750em;
    }
}

/* footer
   ========================================================================== */
/* footer common */
#footer {
    width: 100%;
    background-color: #3d4246;
	/*background-color: #dd8b01;*/
    color: #fff;
}
.footer-top {
    width: 100%;
    border-bottom: 0.063em solid rgba(255, 255, 255, 0.2); 
}
.center .footer-sub-logo {
    float: left;
    width: 40%;
    padding: 1.875em 0.938em;
    box-sizing: border-box;
    transition: 300ms;
}
.center .footer-sub-logo img {
    opacity: 0.8;
    width: 100%;
    max-width: 6.750em;
}
.bongha .footer-sub-logo {
    display: none;
    float: left;
    width: 30%;
    padding: 1.875em 0.938em;
    box-sizing: border-box;
}
.footer-call {
    padding: 1.875em 0.938em;
    box-sizing: border-box;
}
.foundation .footer-call {
    float: left;
    width: 70%;
    border-right: 0.063em solid rgba(255, 255, 255, 0.2);
}
.center .footer-call {
    float: right;
    width: 60%;
    transition: 300ms;
}
.bongha .footer-call {
    float: left;
    width: 100%;
    padding: 1.500em 0.938em;
    transition: 300ms;
}
.mypage .footer-call {
    float: left;
    width: 70%;
    border-right: 0.063em solid rgba(255, 255, 255, 0.2);
}
.footer-call li {
    margin: 0 0 0.308em;
}
.footer-call li:last-child {
    margin: 0;
}
.center .footer-call li {
    padding: 0 0 0 1.250em;
    background-repeat: no-repeat;
    background-position: left center;
}
.center .footer-call li.footer-call-number {
    background-image: url("https://www.knowhow.or.kr/img/common/center-footer-call-number.svg");
    background-size: 0.625em auto;
}
.center .footer-call li.footer-call-address {
    background-image: url("https://www.knowhow.or.kr/img/common/center-footer-call-address.svg");
    background-size: 0.625em auto;
}
.center .footer-call li.footer-call-email {
    background-image: url("https://www.knowhow.or.kr/img/common/center-footer-call-email.svg");
    background-size: 0.813em auto;
}
.bongha .footer-call li {
    width: 100%;
}
/***************************************************
Footer
***************************************************/
.footer { padding: 50px 0; color: #adadad; font-size: 16px; letter-spacing: -0.05em; background: #252726; }
.footer-primary { margin: auto; width: 100%; }
.footer-primary .row { display: flex; align-items: flex-end; justify-content: space-between; }
.footer-primary .row .left{  display: flex; column-gap: 7rem;}
/* .footer-primary .row:first-child { margin-bottom: 35px; padding-bottom: 30px; border-bottom: 1px solid #3c3c3c; } */
.footer-primary .right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.footer-primary .links ul { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.footer-primary .links li { position: relative; padding: 0 10px; }
.footer-primary .links li:not(:last-child)::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 13px; background: #fff; transform: translateY(-2px); }
.footer-primary .links a { color: #fff; font-weight: 700; }
.footer-primary .info ul { display: flex; flex-wrap: wrap; margin: 0 -12px; max-width: 700px; }
.footer-primary .info li a{color: #fff;}
.footer-primary .info li a.point{color: #00a5e5;}


.footer-primary .info li { position: relative; padding: 2px 12px;font-size: 14px; }
.footer-primary .info li::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 10px; background: #515151; }
.footer-primary .info b { padding-right: 4px; font-weight: 400; color: #fff; }
.footer-primary .logo {     margin-bottom: 21px;width: 220px;height: 60px;background: url(../../images/main/logo.png) no-repeat center / auto 100%;background-size: cover;
} 
.footer-primary .copyright { margin-top: 15px; font-size: 15px; letter-spacing: -0.01em; }
.footer-primary .social ul { display: flex; margin: 0 -6px 15px; }
.footer-primary .social li { padding: 0 6px; }
.family-site { position: relative; width: 330px; }
.family-site .toggle { display: block; position: relative; padding: 18px 40px 18px 34px; line-height: 1; font-size: 14px; color: inherit; border: 1px solid #3c3c3c; transition: all ease .3s; }
.family-site .toggle::after { content: ''; position: absolute; top: 0; right: 24px; bottom: 0; margin: auto; width: 22px; height: 22px; background: url('/images/family-site-arrow.svg') no-repeat center / auto 100%; }
.family-site .listbox { display: none; z-index: 11; position: absolute; bottom: 100%; left: 0; margin-bottom: -1px; padding: 20px 0; width: 100%; background: #252726; border: 1px solid #555; }
.family-site .listbox li a { display: block; padding: 6px 34px; color: inherit; font-size: 16px; }
.family-site[aria-expanded="true"] .listbox { display: block; }
.family-site[aria-expanded="true"] .toggle { color: #fff; border-color: #555555; }
.family-site[aria-expanded="true"] .toggle::after { background-image: url('https://welcomefare.co.kr/images/family-site-arrow-light.svg'); }
@media screen and (pointer: fine) {
    .footer-primary .links a:hover { opacity: .7; }
    .footer-primary .social a:hover { opacity: .7; }
    .family-site .listbox li a:hover { color: #fff; }
    .family-site .toggle:hover { color: #fff; border-color: #555555; }
    .family-site .toggle:hover::after { background-image: url('https://welcomefare.co.kr/images/family-site-arrow-light.svg'); }
}
@media screen and (min-width: 1025px) {
    .footer-primary .info li:nth-child(3)::after,
    .footer-primary .info li:last-child::after { content: none; }
}
@media screen and (max-width: 1200px) {
	.footer { font-size: 14px; }
    .footer-primary .row { flex-direction: column; }
	.footer-primary .row:first-child { margin-bottom: 24px; }
    .footer-primary .left { flex-direction: column; align-items: flex-start; width: 100%; }
    .footer-primary .right { align-items: flex-start; margin-top: 20px; width: 100%; }
    /* .footer-primary .logo { width: 155px; height: 20px; } */
    .footer-primary .copyright { margin-left: 0; font-size: 13px; }
    .footer-primary .links li { padding: 3px 10px; }
	.footer-primary .info li::after { content: none; }
	.footer-primary .social ul { margin-bottom: 26px; }
	.footer-primary .social li img { width: 36px; }
    .family-site { width: 100%; max-width: 300px; }
	.family-site .listbox { padding: 10px 0; }
	.family-site .listbox li a { padding: 6px 24px; font-size: 14px; }
    .family-site .toggle { padding: 16px 48px 16px 24px; width: 100%; background-position: right 10px center; border: 1px solid rgba(255, 255, 255, 0.5); }
	.footer-primary .copyright { margin-top: 0; }
}
@media screen and (max-width: 768px) {
	.family-site { max-width: none; }
}