@charset "utf-8";

/**하단**/
.footer_ft {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
    /* padding: 0% 5%; */
    /* margin-top: 15%; */
    z-index: 1;
    position: relative;
    /* padding-left: 100px; */
    border-top: 1px solid var(--color-main);
}

.ft_inner {
    width: var(--width-size);
    margin: 0 auto;
    padding: var(--sub_pd_half) 30px;
    /* padding-left: 100px; */
}



.footer_ft ul li,
.footer_ft ul li a {
    color: #2D2D2D;
    font-size: 16px;
}

.copy_hi {
    margin-top: 7%;
}

.copy_hi p {
    opacity: 0.5;
}

.footer_ft .ft_top {
    display: flex;
    padding-bottom: 1rem;
    justify-content: space-between;
}

.footer_ft .ft_top .top_logo img+img {
    margin-left: 2rem
}

.footer_ft .ft_top span {}

.footer_ft .ft_top img {
    object-fit: contain;
    height: 60px;
}

.ft_top .top_left {
    display: flex;
    align-items: center;
    gap: 1rem 4rem;
}

.ft_top ul {
    display: flex;
    justify-content: center;
}

.ft_top ul li {
    padding: 0 2rem;
    position: relative;
}

.ft_top ul li:first-child {
    padding-left: 0
}

.ft_top ul li:last-child {
    padding-right: 0
}

.ft_top ul li:first-child a {
    color: var(--color-main)
}

.ft_top ul li:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-color: hsl(0deg 0% 0% / 15%);
    border-radius: 50%;
    top: 50%;
    right: 0;
    margin-right: -3px;
    transform: translateY(-50%);
}

.ft_top ul li:last-child::after {
    display: none
}

.ft_top ul li i {
    font-size: 1.4rem;
    opacity: .7;
    display: inline-block;
}

.ft_top .top_left ul li {
    margin-right: 1rem;
    position: relative;
}

.ft_top .top_left ul li:after {
    content: "";
    position: absolute;
    background-color: #c4c4c4;
    width: 1px;
    height: 53%;
    border-radius: 50%;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}

.ft_top .top_left ul li:last-child::after {
    display: none;
}

.ft_box {
    background-color: #fff;
    border-radius: 3rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem 0;
}

.ft_box ul {
    display: flex;
    padding: 0 1rem;
    gap: 4rem;
    align-items: center;
}

.ft_box>ul li {
    position: relative;
}

.ft_box>ul li:first-child::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    background-color: #a6a6a6;
    margin-right: -2rem;
    top: 53%;
    transform: translateY(-50%)
}

.ft_box strong {
    padding-left: 1rem;
    font-size: 22px;
    font-weight: 800
}

.footer_ft .ft_copy {
    position: relative;
}

.footer_ft .ft_copy .character {
    position: absolute;
    right: 0;
    bottom: 0
}

.footer_ft .ft_copy .character img {
    object-fit: contain
}

.ft_copy ul {
    display: flex;
    flex-direction: row;
    gap: .5rem 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.ft_copy ul li p {
    opacity: 50%;
    /* color: #fff; */
}

.ft_copy ul li span {
    margin-right: .5em;
}

.ft_copy ul li span a {
    font-weight: 200;
    transition: all .3s;
}

.footer_ft .ft_copy ul li span a:hover {
    color: #ffbe00;
    opacity: 1
}

.footer_ft .ft_copy .quickpage {}

.footer_ft .ft_copy .quickpage li {}

.footer_ft .ft_copy .quickpage li a {
    color: var(--color-main)
}

.footer_ft select {
    padding: 10px 20px;
    width: 18%;
    font-size: 15px;
    height: 30px;
    border: 0;
    color: #333;
    background-color: #EDEDED;
    height: 50px;
    border-radius: 4px;
    line-height: 2;
    transition: 0.4s;
}

.footer_ft select:focus {
    border-color: #e2e2e2;
    outline: 1px solid #444
}

.footer_ft select,
::picker(select) {
    appearance: base-select;
    cursor: pointer;
}

.footer_ft select:hover,
.footer_ft select:focus {}

.footer_ft select option {
    background: #ededed;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 5px;
    transition: 0.4s;
}

option:hover,
option:focus {
    background: #fff;
}

.footer_ft p,
.footer_ft a {
    font-size: 16px;
    color: #888;
    margin-top: .5rem;
}

.footer_ft .ft_copy .terms {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer_ft .ft_copy .terms a {
    padding-left: .3rem;
    color: #ffffff;
    margin-left: 1rem;
    font-size: 16px;
}

.footer_ft .ft_copy i {
    color: #fff;
    font-size: 1.45em;
}

.ft_copy .bottom_sns {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ft_copy .bottom_sns ul {
    gap: 5px;
}

.ft_copy .bottom_sns li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ededed;
}

.ft_copy .bottom_sns li a {
    line-height: 1;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    transition: .4s;
    margin: 0;
}

.ft_copy .bottom_sns li a:hover {
    opacity: 1
}

#back-top {
    position: fixed;
    bottom: 12px;
    right: 9px;
    z-index: 100000;
    display: none;
}

#back-top a {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 7em;
    margin-bottom: 3em;
}

#back-top .top {
    background-color: #fff;
    width: 80px;
    height: 80px;
    bottom: 30%;
    right: 50%;
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.5em;
    display: block;
    border-radius: 50%;
    letter-spacing: 1px;
    text-align: center;
    padding: .5em 0;
    box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 14%);
    transition: all 0.5s linear;
}

#back-top .top:hover {
    background-color: var(--color-main);
    color: #fff;
    transition: all 0.5s linear;
}

#back-top .top i {
    font-size: 1.5em;
    line-height: 1.6em;
}

#back-top a:hover {
    color: #000;
}

#back-top {
    position: fixed;
    bottom: 12px;
    right: 9px;
    z-index: 10;
    display: none;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 3rem;
    margin-bottom: 3rem;
}

#back-top .top {
    background-color: #fff;
    width: 60px;
    height: 60px;
    bottom: 30%;
    right: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    display: inline-flex;
    border-radius: 50%;
    letter-spacing: 1px;
    text-align: center;
    padding: .5em 0;
    box-shadow: 0 3px 10px rgb(158 116 41 / 40%);
    transition: all 0.5s linear;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    background-color: var(--color-main);
}

#back-top .top:hover {
    background-color: var(--color-main2);
    color: #fff;
    transition: all 0.5s linear;
    box-shadow: 0 3px 10px rgb(41 158 130 / 40%);
}

#back-top .top i {
    font-size: 1.5em;
    line-height: 1.6em;
}

#back-top a:hover {
    color: #000;
}

.goto {
    position: fixed;
    right: 35px;
    top: 65%;
    transform: translateY(-50%);
    z-index: 25;
}

.goto h3 {
    /* visibility:hidden; */
    height: 0;
    text-indent: -9999px;
}

.goto ul {
    margin-bottom: 1rem;
}

.goto ul li {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: relative;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
    background-color: var(--color-main)
}

.goto ul li+li {
    margin-top: 1rem
}

.goto ul li a {
    display: block;
    height: 100%;
}

.goto ul li a span {}

.goto ul li a p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: 0;
    height: 52px;
    position: absolute;
    z-index: -1;
    border-radius: 26px;
    right: 0;
    top: 0;
    padding-left: 20px;
    opacity: 0;
    background-color: var(--color-main);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.goto ul li:nth-of-type(1) {
    background-image: url(/img/main/goto1.png);
    background-color: var(--color-main);
}

.goto ul li:nth-of-type(2) {
    background-image: url(/img/main/goto2.png);
    background-color: #70B567;
}

.goto ul li:nth-of-type(3) {
    background-image: url(/img/main/goto3.png);
    background-color: #43A066;
}

.goto ul li:nth-of-type(4) {
    background-image: url(/img/main/goto4.png);
    background-color: #269266;
}

.goto ul li:nth-of-type(5) {
    background-image: url(/img/main/goto5.png);
    background-color: #ff981f;
}

.goto ul li:nth-of-type(2) p {
    background-color: var(--color-main);
}

.goto ul li:nth-of-type(3) p {
    background-color: #43A066
}

.goto ul li:nth-of-type(4) p {
    background-color: #269266;
}

.goto ul li:nth-of-type(5) p {
    background-color: #70B567;
}

.goto .back_top {
    text-align: center;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: 2px solid #269266;
    border-radius: 50%;
    background-image: url(/img/main/top.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
}

.goto .back_top a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.goto ul li:hover p {
    right: 0;
    transition: all 0.3s;
    opacity: 1;
    width: 120px
}

.goto ul li:nth-of-type(1):hover p,
.goto ul li:nth-of-type(4):hover p {
    width: 160px
}

.goto ul li:hover {
    background-color: #fff;
}

.goto ul li:nth-of-type(1):hover {
    background-image: url(/img/main/goto1_ov.png);
}

.goto ul li:nth-of-type(2):hover {
    background-image: url(/img/main/goto2_ov.png);
}

.goto ul li:nth-of-type(3):hover {
    background-image: url(/img/main/goto3_ov.png);
}

.goto ul li:nth-of-type(4):hover {
    background-image: url(/img/main/goto4_ov.png);
}

/* PC */
@media only screen and (min-width:1025px) and (max-width: 1500px) {
    .ft_inner {}

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/
@media all and (max-width:1024px) {
    .ft_inner {
        padding: 2rem 3% 2rem;
    }

    .footer_ft .ft_top {
        flex-wrap: wrap;
        gap: 0;
        display: flex;
    }

    .footer_ft .ft_top img {
        width: 32%;
    }

    .ft_top ul li {
        padding: 0 1rem;
        /* padding: 0; */
    }

    .footer_ft .ft_copy {
        flex-wrap: wrap;
        display: flex;
        align-items: flex-start;
    }

    .footer_ft .ft_copy ul {
        /* width: 75%; */
        /* justify-content: flex-start; */
    }

    .footer_ft select {
        width: 26%;
    }

    #back-top {
        display: none !important;
    }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
    .footer_ft .ft_top img {
        width: 200px
    }

    .ft_top ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .ft_top ul li {
        padding: 0;
        padding-right: 1rem;
    }

    .footer_ft ul li,
    .footer_ft ul li a,
    .footer_ft p,
    .footer_ft a {
        font-size: 14px;
        margin-top: 0;
    }

    .ft_top ul li:after {
        margin-right: .25rem;
        width: 3px;
        height: 3px;
    }

    .footer_ft .ft_copy {
        flex-wrap: wrap
    }

    .footer_ft .ft_copy ul {
        width: 100%;
        margin-top: 0;
        gap: 0 1rem;
        margin-bottom: 1rem;
    }

    .footer_ft select {
        width: 60%;
        margin: 0;
        margin-bottom: 1rem;
        height: auto;
        padding: .5rem 1rem;
    }

    .ft_copy .bottom_sns {
        position: relative;
        margin-top: 1rem
    }

}