/* header */
.headerWrap{
    width: 100%;
    min-width: 1897px;
    height: 180px;
}
.header{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    /* padding: 0px 20px; */
    height: 115px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 6px;

}
.headerMenuWrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.headerUpMenu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.headerUpMenu>button>img{
    width: auto;
    height: 8px;
}
.divider{
    width: 1px;
    height: 16px;
    background-color: var(--border-gray-color2);
}
.headerDownMenu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.headerDownMenu>button{
    width: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerDownMenu>button>p{
    font-weight: 700;
}
.navigationWrap{
    width: 100%;
    border-top: 1px solid var(--border-gray-color2);
    border-bottom: 1px solid var(--border-gray-color2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.navigation{
    min-width: 1280px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-self: center;
}
.navigationButton{
    /* min-width: 163px; */
    width: fit-content;
    padding-right: 10px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    position: relative;
}
.navigationButton>button{
    width: 100%;
    height: 100%;
    font-size: var(--h5-size);
    font-weight: 700;
    color: var(--text-body-color);
    padding: 0px 24px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

    cursor: inherit;
}
.navigationButton>button.on{
    color: var(--third-base-color);
}
.navigationButton>button::after{
    cursor: initial;
    position: absolute;
    content: "";

    right: 0px;
    top: 50%;

    width: 12px;
    height: 9px;
    background-image: url("../../assets/icon/headerVectorBlack.png");
    background-repeat: no-repeat;

    transform: translate(-50% , -50%);
}
.navigationButton>button.on::after{
    background-image: url("../../assets/icon/headerVectorBlue.png");
}
.navigateHide{
    position: absolute;
    bottom: 0px;
    left: 50%;

    transform: translate(-50%, 100%);

    min-width: 100%;

    height: 0px;
    padding: 0px 24px;

    background-color: white;
    border: 1px solid transparent;
    border-top: 1px solid var(--border-gray-color2);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    overflow: hidden;
    transition: 0.3s;
}
.navigateHide > ul{
    width: 100%;
}
.navigationButton:hover>.navigateHide{
    padding: 8px 24px;
    height: 152px; 
    z-index: +1;

    border: 1px solid var(--border-gray-color2);
}
.navigationButton.two:hover>.navigateHide{
    height: 106px; 
}
.navigationButton.one:hover>.navigateHide{
    height: 62px; 
}
.navigateHide>ul>a{
    display: flex;
    justify-content: flex-start;
    align-items: center;

    width: 100%;
    height: 45px;

    cursor: pointer;

    font-size: var(--p-size);
    font-weight: 500;
    border-bottom: 2px dashed transparent;
    opacity: 0;
    transition: opacity 0.2s;
}
.navigationButton:hover > .navigateHide>ul>a{
    opacity: 1;
}
.navigateHide>ul>a:hover{
    font-weight: 700;
    color: var(--third-base-color);
    /* border-bottom: 2px dashed var(--third-base-color); */
}

.leftHeaderWrap{
    position: absolute;
    left: 0px;
    top: 0px;

    min-width: 285px;
    max-width: 310px;
    height: 100%;
    
    padding-top: 80px;

    border-right: 1px solid var(--border-gray-color2);
}
.leftHeaderWrap>div{
    width: 100%;
}
.leftHeader{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
}
.leftHeader>div{
    width: 100%;
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.leftNavHead{
    border-bottom: 1px solid var(--border-gray-color2);
}
.leftNavHead>h5{
    font-weight: 700;
    height: 45px;
    color: var(--third-base-color);

    display: flex;
    align-items: center;
}
.leftNavBody{
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.leftNavBody>a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: var(--p-size);
    font-weight: 400;
}
.leftNavBody>a:hover,
.leftNavBody>a.target{
    font-weight: 700;
}

.inner{
    min-height: calc(100vh - 180px);
    min-width: 1897px;
    padding: 70px 303px 116px 320px;
    position: relative;
}

.pageTitle{
    margin-bottom: 27px;
}

.toastui-editor-tooltip *{
    color: white;
}

.toastui-editor-button-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.2rem;
}

.toastui-editor-popup-body input[type=text].tui-colorpicker-palette-hex {
    min-width: 100px ;
}
.toastui-editor-popup-color .tui-colorpicker-container .tui-colorpicker-palette-preview {
    margin-top: 4px;
}
.toastui-editor-table-cell.header{
    padding: 0px;
}


.footerWrap{
    width: 100%;
    min-width: 1897px;
    height: 450px;
    margin-top: 50px;
}
.footerInner{
    width: 100%;
    padding:0px 295px 0px 320px
}
.footerNavWrap{
    width: 100%;
    height: 55px;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    border-bottom: 1px solid var(--border-gray-color2);
    border-top: 1px solid var(--border-gray-color2);
}
.footerNav {
    width: 100%;
    height: 100%;
    border-left: 1px solid var(--border-gray-color2);

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;

    background-color: white;
    transition: 0.2s;
}
.footerNav:last-of-type {
    border-right: 1px solid var(--border-gray-color2);
}
.footerNav > img {
    transition: 0.3s;
}
.footerNav:hover {
  background-color: var(--background-gray-color2);
}
.footerNav:hover > img {
    transform: rotate(180deg);
}
.footerNav:active {
  background-color: var( --background-gray-color1);
}
.footer{
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 395px;
    background-color: var(--background-gray-color1);

    display: flex;
    flex-direction: column;
}
.footerMi{
    margin-bottom: 20px;
}
.footerMi > img{
    width: 261px;
}
.footerGrid{
    margin-bottom: 40px;
    height: 85px;

    display: grid;
    grid-template-columns: 950px 330px;
    grid-template-rows: 100%;
}
.footerGrid > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footerGrid > .left{
    justify-content: space-between;
}
.footerGrid > .left > p{
    font-weight: 400;
}
.footerGrid > .left > p > strong{
    font-size: var(--p-size);
    font-weight: 700;
}
.footerGrid > .right{
    justify-content: space-around;
}
.footerGrid > .right > a{
    font-weight: 700;
    font-size: var(--p-size);

    display: flex;
    justify-self: center;
    align-items: center;
    gap: 8px;
}
.copyRight{
    height: 40px;
    border-top: 1px solid var(--border-gray-color2);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.copyRight>.left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}
.copyRight>.left>a{
    font-size: var(--p-size);
    font-weight: 400;
}
.copyRight>.left>a:hover{
    font-weight: 700;
    color: var(--third-base-color);
}
.copyRight>.right{
    font-size: var(--span-size);
    font-weight: 400;
    color: var(--text-body-color);
}