html{margin: 0;padding: 0;}
body{margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;font-size:17px !important; color:#333; position: relative;}

img{margin: 0;padding: 0;border:none;vertical-align: top;}
img.event{cursor:pointer;}

a{color: #333;text-decoration: none;}
a:hover{text-decoration:none;}

ul,ol,dl{font-size: 17px;list-style:none;margin:0;padding:0;}

table{margin:0;padding:0;border-collapse:collapse;border:none;font-family:'Noto Sans KR', sans-serif;color:#333;}
table th{padding:0;}
table td{padding:0;}
table caption{display:none;}

form, fieldset{margin: 0;padding: 0;border: 0;}
fieldset legend{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;}

input{vertical-align:middle;font-size:1em;margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;font-size:12px;}
input.radio{border:none;background:none;}
input.check{border:none;background:none;}
select{vertical-align:middle;font-size:12px;margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;font-size:12px;}
textarea{font-family:'Noto Sans KR', sans-serif;font-size:12px;}

label{font-size:12px;}
label.hidden{display:none;}

h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;}

hr{display: none;margin:0;padding:0;}

em{font-style:normal;}
p{margin:0;padding:0;}

.popup {
    position: fixed;
    width: 450px;
    height: 636px;
    top: 100px;
    left:40px;
    z-index: 1;
}
.popup-close {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: end;*/
    width: 100%;
    background: #000000;
    height: 25px;
}
.popup-close .today-x-btn {
    float: left;
    margin-left: 10px;
}
.popup-close .x-btn {
    float: right;
    margin-right: 10px;
}
.popup-close a {
    color: #ffffff;
    font-size: 16px;
}

/* new-header */
#header_new{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9vw;
    box-shadow: 1px 6px 32px -9px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 6px 32px -9px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 6px 32px -9px rgba(0,0,0,0.24);
}
.header_new_wrap{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_2023{
    font-size: 22px;
    font-weight: 900;
    padding-left: 14px;
}
.new_gnavi{
    height: 100%;
    position: relative;
    padding-right: 14px;
}
.depth1_new{
    display: flex;
    font-size: 17px;
    font-weight: 800;
    gap: 4vw;
}
.depth1_title a{
    color: #283a5d;
}
.depth2_new{
    display: none;
    position: absolute;
    top: 40px;
    text-align: left;
    padding: 4px 0;
    background: #fff;
    z-index: 9;
}
.depth2_new li{
    width: 100%;
    margin: 8px 0;
}
.depth2_new li a{
    font-size: 17px;
    font-weight: 500;
    color: #778297;
    transition: .3s;
}
.depth2_new li a:hover{
    color: #283a5d;
}
.depth1-bg{
    display: none;
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100vw;
    height: 220px;
    box-shadow: 5px 28px 36px -22px rgba(0,0,0,0.24);
    -webkit-box-shadow: 5px 28px 36px -22px rgba(0,0,0,0.24);
    -moz-box-shadow: 5px 28px 36px -22px rgba(0,0,0,0.24);
}
