/* BASIC css start */
/* ===== 365ÇÇ½Ì Header ===== */

#header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #ececec;
}

.headerTop{
    width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:180px 1fr 200px;
    align-items:center;
    column-gap:30px;
}

.tlogo{
    width:220px;
    flex-shrink:0;
}

.tlogo img{
    width:220px;
    height:auto;
    display:block;
}

.topMenu{
    
    list-style:none;
    margin:0;
    padding:0;
}

.gnbWrap{
    width:100%;
    background:#fff;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

.gnbWrap .topMenu{
    width:1200px;
    height:55px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0;
}
.topMenu li{
    margin:0;
    padding:0;
}

.topMenu li a{
    display:block;
    color:#222;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}

.topMenu li a:hover{
    color:#1d4ed8;
}

.headerSearch{
    width:520px;
}
.headerSearch fieldset{
    position:relative;
    height:52px;
    border:2px solid #1d4ed8;
    border-radius:30px;
    overflow:hidden;
}

.headerSearch input{
    width:100%;
    height:52px;
    border:0;
    padding:0 60px 0 20px;
    display:block;
}

.headerSearch button{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:0;
    background:none;
    cursor:pointer;
}

.headerSearch button i{
    font-size:28px;
    color:#1d4ed8;
}

.headerIcon{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.headerIcon a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#222;
}

.headerIcon a:hover{
    color:#1d4ed8;
}

.headerIcon i{
    font-size:28px;
    margin-bottom:4px;
}

.headerIcon span{
    font-size:12px;
    white-space:nowrap;
}

.headerSearch input[type=text],
.headerSearch input{
    width:100%;
    height:52px;
    border:0;
    background:#fff;
    padding:0 55px 0 20px;
    font-size:15px;
    outline:none;
    box-sizing:border-box;
}

/* 365ÇÇ½Ì µå·Ó´Ù¿î */

.topMenu > li{
    position:relative;
}



.depth2 li{
    list-style:none;
}

.depth2 li a{
    display:block;
    padding:10px 15px;
    color:#333;
    font-size:14px;
    text-decoration:none;
}

.depth2 li a:hover{
    background:#f5f5f5;
    color:#1d4ed8;
}

.topMenu > li:hover > .depth2{
    display:block;
}

.depth2{
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.depth2 li{
    border-bottom:1px solid #f1f1f1;
}

.depth2 li:last-child{
    border-bottom:0;
}

.depth2 li a{
    white-space:nowrap;
}

.topMenu > li{
    padding:0 12px;
}

.gnbWrap{
    position:relative;
    z-index:999;
    overflow:visible;
}

.topMenu{
    overflow:visible;
}

.topMenu > li{
    position:relative;
}

.depth2{
    display:none;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    min-width:180px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    padding:8px 0;
    z-index:9999;
}

/* µå·Ó´Ù¿î Á¤·Ä */

.depth2{
    margin:0;
    list-style:none;
}

.depth2 li{
    width:100%;
}

.depth2 li a{
    width:100%;
    box-sizing:border-box;
    text-align:left;
    line-height:20px;
}

.topMenu > li:hover > a{
    color:#1d4ed8;
}

.depth2 li:hover{
    background:#f7f7f7;
}

/* µå·Ó´Ù¿î ÃÖ»óÀ§ Ç¥½Ã */

#header{
    position:relative;
    z-index:1000;
}

.gnbWrap{
    position:relative;
    z-index:1000;
}

.topMenu > li:hover{
    z-index:1001;
}

.depth2{
    z-index:99999;
}

/* ·Î°í Å©±â */

.tlogo img{
    width:180px !important;
    height:auto;
}

/* »ó´Ü ÀüÃ¼ Æø */

.headerTop,
.gnbWrap .topMenu{
    width:1500px !important;
}

.tlogo img{
    width:180px !important;
    height:auto;
}

/* ===== ·Î°í Å©°Ô ===== */
.tlogo{
    width:220px !important;
    min-width:220px !important;
    margin-right:30px !important;
}

.tlogo img{
    width:220px !important;
    height:auto !important;
    display:block;
}

/* ===== Çì´õ Á¤·Ä ===== */
.headerTop{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:25px;
    padding:15px 30px;
}

/* ===== °Ë»öÃ¢ ===== */
.headerSearch{
    flex:1;
    max-width:650px;
}

/* ===== Ä«Å×°í¸® ¿ÞÂÊ ===== */
.gnbWrap{
    padding-left:30px;
}

.topMenu{
    justify-content:flex-start !important;
    gap:35px;
}

/* ÅØ½ºÆ® ·Î°í */
.tlogo{
    min-width:180px;
    margin-right:30px;
}

.tlogo a{
    display:block;
    font-size:42px;
    font-weight:900;
    color:#111;
    text-decoration:none;
    line-height:1;
    letter-spacing:-2px;
}

.tlogo a:hover{
    color:#111;
}

/* Ä«Å×°í¸® ÀüÃ¼ ¿ÞÂÊ ÀÌµ¿ */
.gnbWrap{
    padding-left:0 !important;
}

.topMenu{
    display:flex;
    justify-content:flex-start !important;
    margin-left:60px !important;   /* ¼ýÀÚ°¡ Å¬¼ö·Ï ´õ ¿ÞÂÊ */
    gap:55px;
}
/* BASIC css end */

