#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background-color .5s, opacity .3s;
}

#header.hide{
    opacity: 0;
}

#header.hover,
#header.scroll{
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

#header .h01{
    border-bottom: 1px solid #cccccc;
}

#header:hover .header_center>a img,
#header.scroll .header_center>a img,
#header.sec3 .header_center>a img{
    content: url(../images/footer_logo.png);
}

#header:hover .sitemap_btn> img,
#header.scroll .sitemap_btn> img{
    content: url(../images/sitemap_hover.png);
}

#header:hover ul.mainmenu>li>a,
#header.scroll ul.mainmenu>li>a{
    font-size: 20px;
    color: #222222;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

#header.sec3 ul.mainmenu>li>a{
    color: #111;
}

#header.sec3 .sitemap_btn i{
    color: #111;
}

.h02_content {
    display: none;
}

#header.hover .h02_content{
    display: block;
}

#header.hover .h02{
    height: 286px;
}

.h01{
    width: 100%;
    height: 100px;
}

.header_center{
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.header_center>a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

ul.mainmenu{
    width: max-content;
    height: 100%;
    position: absolute;
    top: 0;
    /*left: 50%;*/
    left: 52%;
    transform: translateX(-50%);
    display: flex;
}

ul.mainmenu>li{
    position: relative;
    height: 100%;
    /*margin-right: 4vw;*/
    padding-right: 4vw;
}

ul.mainmenu>li:last-child{
    margin-right: 0;
}

ul.mainmenu>li>a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    position: relative;
    transition: color .5s;
}

ul.mainmenu>li>a:after{
    content: " ";
    width: 0;
    height: 4px;
    background-color: #13a89e;
    bottom: -2px;
    left: 50%;
    transition: all 0.3s ease-out;
    position: absolute;
}

ul.mainmenu>li.motion>a:after{
    width: 100%;
    left: 0;
}

ul.submenu{
    width: max-content;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    display: none;
}

ul.submenu li{
    width: max-content;
    margin: auto;
    margin-top: 17px;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
    text-align: center;

    padding-right: 4vw;
}
ul.submenu li:hover{
    font-family: 'Pretendard-Medium', sans-serif;
    color: #13a89e;
}

ul.submenu li:first-child{
    margin-top: 0;
}

.sitemap_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: color .5s;
    cursor: pointer;
}

.h02_content {
    margin-left: 80px;
}

.h02_content p {
    font-size: 22px;
    color: #004957;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 37px;
    /*margin-top: 30px;*/
    padding-top: 30px;
}

.h02_content .text .text1 {
    font-size: 18px;
    color: #13a89e;
    font-family: 'Pretendard-Bold', sans-serif;
}

.h02_content .text .text2 {
    font-size: 16px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
}

.h02_content .text .bar {
    width: 42px;
    height: 2px;
    background-color: #13a89e;
    transform: rotate(90deg) translateX(20px);
}

.h02_content .text {
    display: flex;
}

.close_btn{
    position: absolute;
    top: 30px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #034957;
    margin-right: 80px;
}

.close_btn i{
    font-size: 40px;
}

/* ##new sitemap## */
.menu_box {
    width: 100%;
    height: 100%;
    background-image: url(../images/sitemap_bg.jpg);
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.inner_menu{
    width: 100%;
    display: flex;
}

.inner_menu:first-child {
    margin-left: 200px;
}

.inner_menu .st_box:nth-of-type(2) {
    margin-left: 145px;
}

.inner_menu .st_box:nth-of-type(3) {
    margin-left: 56px;
}

.inner_menu .st_box:nth-of-type(4) {
    margin-left: 143px;
}

.inner_menu .st_box:nth-of-type(5) {
    margin-left: 54px;
}

.st_box p {
    font-size: 35px;
    color: #222222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 63px;
    margin-bottom: 55px;
}

.st_box ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.st_box ul li {
    font-size: 20px;
    color: #747474;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 38px;
    cursor: pointer;
}

.st_box ul li:hover {
    font-size: 20px;
    color: #13a89e;
    font-family: 'Pretendard-Medium', sans-serif;
}

#header{
    /*display: block;*/
}

#m_header {
    display: none;
}

.m_menu_box{
    display: none;
}


/*  */
/* .menu_list {
    display: flex;
    padding: 0;
    align-items: baseline;
}

.menu_list li:not(:last-child) {
    margin-right: 91px;
  }

.menu_list li p {
    font-size: 35px;
    color: #222222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 55px;
}

.sub_list_li {
    font-size: 21px;
    color: #747474;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 13px;
    margin-bottom: 38px;
    cursor: pointer;
}

.sub_list_li:hover {
    font-size: 21px;
    color: #13a89e;
    font-family: 'Pretendard-Medium', sans-serif;
} */

/* mobile */
@media screen and (max-width: 767px) {

	#header {
        display: none;
    }

    #m_header{
        width: 100%;
        /*height: 60px;*/
        height: 70px;
        background-color: #004a58;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 3%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 990;
    }

    #m_header>a{
        width: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #m_header>a img{
        width: 90%;
    }

    .m_menu_icon{
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .m_menu_icon i{
        font-size: 24px;
    }

    .m_menu_box{
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 100%;
        display: flex;
        justify-content: center;
        z-index: 991;
        padding: 10% 0;
        box-sizing: border-box;
    }

    .m_inner_menu{
        padding-top: 30%;
        box-sizing: border-box;
        height: 100%;
        overflow: auto;
        text-align: center;
    }

    .m_inner_menu ul{
        width: 100%;
        margin-bottom: 40px;
    }

    .m_inner_menu ul:last-child{
        margin-bottom: 0;
    }

    .m_inner_menu ul p{
        width: 100%;
        font-size: 20px;
        color: #004a58;
        font-family: 'Pretendard-Bold', sans-serif;
    }

    .m_inner_menu ul li{
        width: 100%;
        font-size: 16px;
        color: #555;
        font-family: 'Pretendard-Regular', sans-serif;
        margin-top: 13px;
        display: none;
    }

    .m_close_btn{
        position: absolute;
        top: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .m_close_btn i{
        font-size: 26px;
    }




}



/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
