/* BASIC css start */
/* =========================================================
   365ÇÇ½Ì ±âº»»ó´Ü ÃÖÁ¾
   ========================================================= */

#header365 {
    position:relative;
    width:100%;
    min-width:1100px;
    background:#fff;
    z-index:999;
}

#header365 .headerTop {
    position:relative;
    width:1100px;
    height:130px;
    margin:0 auto;
    background:#fff;
}


/* =========================
   ·Î°í
   ========================= */

#header365 .tlogo {
    position:absolute;
    left:150px !important;
    top:0;
    width:300px;
    height:110px;
    margin:0;
    padding:0;
    text-align:left;
}

#header365 .tlogo a {
    display:block;
    width:100%;
    height:100%;
}

#header365 .tlogo img {
    display:block;
    width:auto;
    height:auto;
    max-width:260px;
    margin-top:-12px !important;
}


/* =========================
   °Ë»öÃ¢
   ========================= */

#header365 .headerSearch {
    position:absolute;
    top:28px !important;
    left:400px !important;
    width:360px !important;
    height:52px !important;
    border:2px solid #222 !important;
    border-radius:27px !important;
    background:#fff !important;
    box-sizing:border-box !important;
}

#header365 .headerSearch fieldset {
    position:relative !important;
    width:100% !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}

#header365 .headerSearch input {
    display:block !important;
    width:305px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 12px !important;
    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    box-sizing:border-box !important;
    font-size:14px !important;
}

#header365 .headerSearch button {
    position:absolute !important;
    right:2px !important;
    top:1px !important;
    width:46px !important;
    height:46px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    cursor:pointer !important;
}

#header365 .headerSearch button i {
    display:block !important;
    position:relative !important;
    width:19px !important;
    height:19px !important;
    margin:11px auto 0 !important;
    padding:0 !important;
    font-size:0 !important;
    line-height:19px !important;
    border:3px solid #111 !important;
    border-radius:50% !important;
    box-sizing:border-box !important;
}

#header365 .headerSearch button i:after {
    content:"" !important;
    position:absolute !important;
    width:9px !important;
    height:3px !important;
    right:-7px !important;
    bottom:-4px !important;
    background:#111 !important;
    border-radius:2px !important;
    transform:rotate(45deg) !important;
}


/* =========================
   ¿À¸¥ÂÊ 5°³ ¸Þ´º
   Áú¹®°ú ´äº¯ / ·Î±×ÀÎ / È¸¿ø°¡ÀÔ /
   Àå¹Ù±¸´Ï / ¿À´Ãº»»óÇ°
   ========================= */

#header365 .headerIcon {
    position:absolute;
    right:0;
    top:30px;
    height:70px;
    display:flex;
    align-items:flex-start;
    gap:12px;
}

#header365 .headerIcon a {
    position:relative;
    display:block;
    width:50px;
    min-width:50px;
    height:65px;
    text-align:center;
    text-decoration:none;
    color:#222;
    white-space:nowrap;
}

#header365 .headerIcon a i {
    display:block;
    width:32px;
    height:30px;
    margin:0 auto 5px;
    font-size:25px !important;
    line-height:30px;
    color:#111;
    font-style:normal;
}


/* ±âÁ¸ °¡Â¥ ¾ÆÀÌÄÜ CSS Á¦°Å */
#header365 .headerIcon a i:before,
#header365 .headerIcon a i:after {
    content:none !important;
    display:none !important;
}


/* ¸Þ´º ±Û¾¾ */
#header365 .headerIcon a span {
    display:block;
    margin-top:2px;
    font-size:12px;
    font-weight:500;
    line-height:18px;
    color:#222;
}


/* =========================
   Ä«Å×°í¸®
   ========================= */

#header365 .gnbWrap {
    position:relative;
    width:100%;
    height:48px;
    border-top:1px solid #f8dce7;
    border-bottom:3px double #f8dce7;
    background:#fff4f7;
    box-sizing:border-box;
    z-index:100;
}

#header365 .topMenu {
    position:relative;
    width:1100px;
    height:48px;
    margin:0 auto;
    padding:0;
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    list-style:none;
}

#header365 .topMenu > li {
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
}

#header365 .topMenu > li > a {
    display:block;
    height:48px;
    padding:0 10px;
    line-height:48px;
    font-size:15px;
    font-weight:700;
    color:#111;
    white-space:nowrap;
    text-decoration:none;
    box-sizing:border-box;
}

#header365 .topMenu > li > a:hover {
    color:#e83e78;
}


/* =========================
   ÇÏÀ§ Ä«Å×°í¸®
   ========================= */

#header365 .depth2 {
    display:none;
    position:absolute;
    top:48px;
    left:50%;
    min-width:170px;
    margin:0;
    padding:10px 0;
    transform:translateX(-50%);
    background:#fff;
    border:1px solid #ddd;
    box-sizing:border-box;
    z-index:1000;
    list-style:none;
}

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

#header365 .depth2 li {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}

#header365 .depth2 li a {
    display:block;
    padding:8px 15px;
    font-size:13px;
    line-height:18px;
    color:#333;
    white-space:nowrap;
    text-decoration:none;
}

#header365 .depth2 li a:hover {
    background:#f7f7f7;
    color:#e83e78;
}


/* BASIC css end */

