@charset "utf-8";

@font-face {
    font-family: 'figue';
    src: url('../font/Figue_Regular.woff');
}

@font-face {
    font-family: 'fgr';
    src: url('../font/fontawesome-webfont.woff2');
}

@font-face {
    font-family: 'uno';
    src: url('../font/Union-Regular.woff');
}


* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {text-decoration: none; color: inherit;}
a:hover {text-decoration: underline;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
/* 초기설정 */


/* header */
header {
    width: 100%;
    height: auto;
    color: #000;
    font-family: 'figue';
}
header nav {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 60px;
    padding: 20px 50px 10px 0;
    position: fixed;
    z-index: 9;
    margin-top: 30px;
    transition: .3s;
    height: 100px;
    box-shadow: 0 20px 25px #fff;
}
header nav h1.logo {
    background: url('../image/half_logo.svg')no-repeat center/cover;
    width: 136px;
    height: 75px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    color: #000;
}
header nav h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
header nav div a {
    position: relative;
    font-size: 18px;
}
header nav div p.active {
    display: block;
}
header nav div a span{
    width: 10px;
    height: 10px;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    position: absolute;
    left: 130%;
    top: 20%;
}
header nav div p {
    display: none;
    cursor: pointer;
}
header nav div p:hover {
    text-decoration: underline;
}

/* 사이드 네비게이션 */
aside {
    position: fixed;
    margin: 50px 0 0 50px;
    z-index: 9;
    font-family: 'figue';
    transition: .3s;
}
aside ul {}
aside ul li {
    margin-bottom: 5px;
}
aside ul li a {
    color: #000;
    font-size: 18px;
}
aside ul li ul {
    margin-left: 20px;
    display: none;
}
aside ul li a.orange {
    color: #FCD4A5 !important;
}
aside ul input {
    outline: none;
    background: none;
    height: 30px;
    width: 180px;
    margin-top: 50px;
    padding: 0 0 2px;
    border-bottom: 1px solid #000;
    border-radius: 2px;
}
aside ul input::placeholder {
    color: #000;
    font-size: 18px;
    font-family: 'figue';
}
aside ul input:focus {
    border: 1px solid #000;
    box-shadow: -1px 1px 1px inset rgb(0, 0, 0);
}
aside ul input:focus::placeholder {
    border-bottom: none;
}

/* 최상단 광고 박스 */
.top-banner {
    width: 100%;
    background-color: #000;
    position: fixed;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    top: 0;
    transition: .3s;
}
.top-banner a {
    color: #fff;
    font-size: 12px;
    font-family: 'uno';
}

/* 1:1 문의 */
.fixed-talk {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    font-size: 12px;
    font-weight: 600;
}

/* main */
main {
    width: 100%;
    height: 100vh;
}
main .wrap {
    width: 100%;
    height: 100%;
    padding: 255px 50px 50px;
}
main .wrap .form-inner {
    max-width: 400px;
    margin: 0 auto;
}
main .wrap .form-inner h3 {
    text-align: center;
    font-family: 'figue';
    margin: 0 0 15px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: normal;
}


/* form */

main .wrap .form-inner button {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background: transparent;
    font-size: 16px;
    font-family: 'uno';
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 24px;
}
main .wrap .form-inner button.sign {
    background-color: #000;
    color: #fff;
}
main .wrap .form-inner button.kakao img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
main .wrap .form-inner button.kakao > span{
   position: relative;
   top: -6px;
}
main .wrap .form-inner p {
    font-size: 12px;
    font-family: 'uno';
    margin: 0px 0px 5px;
}
main .wrap .form-inner form {   
    width: 100%;
    margin-bottom: 40px;
}
main .wrap .form-inner form a {
    text-decoration: none;
}
main .wrap .form-inner form label {
    width: 100%;
    display: block;
    margin: 15px 0 5px;
    font-size: 12px ;
    font-family: 'uno';
}

main .wrap .form-inner form input {
    width: 100%;
    padding: 10px;
    color: #9a9a9a;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
}
main .wrap .form-inner form #password {
    margin-bottom: 15px !important;
}
main .wrap .form-inner form input:focus {
    outline: 2px solid orange;
    border: none;
}
main .wrap .form-inner form a {
    font-size: 15px;
    font-family: 'uno';
    margin: 0px 0px 5px;
}






main .wrap .form-inner p {}

/* footer */
footer {
    width: 100%;
    height: auto;
}

footer .inner {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
footer .inner2 {
    padding-top: 50px;
    width: 100%;
    border-top: 1px solid #000;
}
footer .inner .customer {
    margin-right: 50px;
}
footer .inner .customer h4 {
    font-family: 'figue';
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}
footer .inner .customer h5 {
    font-size: 24px;
    font-family: 'figue';
    font-weight: normal;
}
footer .inner .customer h5 .phone {
    background: url('../image/352510_local_phone_icon.svg')no-repeat center/cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}
footer .inner .customer p {
    font-size: 12px;
    opacity: .45;
    font-family: 'figue';
}
footer .inner .customer p .clock {
    background: url('../image/3643779_clock_hour_ticker_time_times_icon.svg')no-repeat center/cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}
footer .inner .customer p .check {
    background: url('../image/8541612_check_tick_mark_icon.svg')no-repeat center/cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}
footer .inner .customer p:nth-child(4) {
    margin-bottom: 20px;
}
footer .inner .customer ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
footer .inner .customer ul li {
    padding: 0 5px 0;
    border-right: 1px solid #000;
    font-size: 10px;
}
footer .inner .customer ul li:last-child {
    border-right: none;
}
footer .inner .right {
    display: flex;
    gap: 60px;
    margin-right: 50px;
}
footer .inner .right > div{
    display: flex;
    flex-direction: column;
    padding: 0 15px 0;
}

footer .inner .right > div a {
    font-family: 'uno';
    font-size: 14px;
    margin-bottom: 3px;
}
footer .inner .right > div:last-child a {
    font-family: 'figue';
}

footer .inner .right > div a:first-child {
    font-family: 'figue';
    font-size: 16px;
    margin-bottom: 15px;
}