/*reset*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

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

li {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body,
td,
p,
input,
button,
textarea,
select,
a {
    font-family: "Pretendard", sans-serif;
}

input:not([type=color]),
button,
textarea,
select {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
dt,
em,
b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: normal;
}

p {
    line-height: 1.3;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*common*/
body {
    background: #fff;
}

body.back_gr {
    background: #efefef;
}

@media (max-width: 1023px) {
    body.m_back {
        background: #fff;
    }
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    line-height: 40px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 15px;
    font-size: 15px;
    outline: 0;
}

select,
textarea {
    outline: 0;
}

select:focus,
textarea:focus {
    border: 1px solid var(--main-color);
}

input::placeholder {
    font-size: 15px;
    color: #aaa;
}

.bgw {
    background: #fff;
}

.overflow {
    overflow: hidden;
}

.center {
    text-align: center;
}

/*_pc*/

@media all and (min-width: 1024px) {
    html {
        font-size: 16px;
    }

    ._mo {
        display: none !important;
    }

    .container {
        position: relative;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 5%;
    }

    .m10 {
        margin: 10px 0;
    }

    .m20 {
        margin: 20px 0;
    }

    .m30 {
        margin: 30px 0;
    }

    .m40 {
        margin: 40px 0;
    }

    .m50 {
        margin: 50px 0;
    }

    .m60 {
        margin: 50px 0;
    }

    .m70 {
        margin: 50px 0;
    }

    .m80 {
        margin: 50px 0;
    }

    .m90 {
        margin: 50px 0;
    }

    .m100 {
        margin: 50px 0;
    }

    .mt10 {
        margin-top: 10px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .mt50 {
        margin-top: 50px;
    }

    .mt60 {
        margin-top: 60px;
    }

    .mt70 {
        margin-top: 70px;
    }

    .mt80 {
        margin-top: 80px;
    }

    .mt90 {
        margin-top: 90px;
    }

    .mt100 {
        margin-top: 100px;
    }

    /*header*/
    #header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .head_sec {
        padding: 40px 0;
        transition: 0.3s;
    }

    .head_sec .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: none;
        padding: 0 2%;
    }

    .head_sec .logoG a {
        display: block;
        width: 140px;
        height: 35px;
        background: url("../images/hd_logo.png") no-repeat center / 100%;
        text-indent: -9999px;
    }

    .head_sec .lnbG ul {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .head_sec .lnbG li>a {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }

    .head_sec .lnbG .etc {
        display: flex;
        gap: 15px;
        margin-left: 50px;
    }

    .head_sec .lnbG .etc a {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
    }

    .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
    }

    .head_sec .lnbG .etc .cart {
        position: relative;
        background-image: url("../images/ico_cart.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    .head_sec .lnbG .etc .cart .count {
        position: absolute;
        right: -4px;
        top: -4px;
        width: 14px;
        height: 14px;
        background: var(--main-color);
        border-radius: 50%;
        color: #fff;
        text-indent: 0;
        font-size: 10px;
        text-align: center;
        line-height: 100%;
        padding: 2px;
    }

    .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    /*fixed*/
    .fixed #header {
        position: fixed;
    }

    .fixed .head_sec {
        background: #fff;
        padding: 22px 0;
        border-bottom: 1px solid #eee;
    }

    .fixed .head_sec .logoG a {
        background-image: url("../images/hd_logo_b.png");
    }

    .fixed .head_sec .lnbG li>a {
        color: #000;
    }

    .fixed .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify_b.svg");
    }

    .fixed .head_sec .lnbG .etc .cart {
        background-image: url("../images/ico_cart_b.svg");
    }

    .fixed .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle_b.svg");
    }

    /*fixed와 동일*/
    .scroll #header {
        position: fixed;
    }

    .scroll .head_sec {
        background: #fff;
        padding: 22px 0;
        border-bottom: 1px solid #eee;
    }

    .scroll .head_sec .logoG a {
        background-image: url("../images/hd_logo_b.png");
    }

    .scroll .head_sec .lnbG li>a {
        color: #000;
    }

    .scroll .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify_b.svg");
    }

    .scroll .head_sec .lnbG .etc .cart {
        background-image: url("../images/ico_cart_b.svg");
    }

    .scroll .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle_b.svg");
    }

    .lnb_sec {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        transform: translateY(-100%);
        transition: transform 0.3s;
    }

    .lnb_sec.on {
        transform: translateY(0%);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .lnb_sec .sec1 {
        display: flex;
        gap: 15px;
        justify-content: center;
        align-items: center;
        background: var(--main-color);
        padding: 40px 0 20px;
    }

    .lnb_sec .sec1 .photoG {
        width: 60px;
    }

    .lnb_sec .sec1 .loginG {
        color: #fff;
    }

    .lnb_sec .sec1 .loginG a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }

    .lnb_sec .sec1 .searchG {
        position: relative;
        padding-left: 40px;
    }

    .lnb_sec .sec1 .searchG input[type="text"] {
        line-height: 40px;
        width: 350px;
        border-radius: 10px;
    }

    .lnb_sec .sec1 .searchG input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: url("../images/ico_search.png") no-repeat center / 20px;
        border: 0;
        cursor: pointer;
    }

    .lnb_sec .sec1 .close {
        position: absolute;
        right: 2%;
        top: 40px;
        width: 22px;
        height: 22px;
        background: url("../images/ico_close.png") no-repeat center / 18px;
        cursor: pointer;
    }

    .lnb_sec .sec2 {
        display: flex;
        justify-content: center;
        gap: 120px;
        padding: 20px 0;
        font-size: 13px;
    }

    .lnb_sec .sec2 li {
        margin: 30px 0;
    }

    .lnb_sec .sec2 li>a {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        padding-left: 25px;
        font-weight: 600;
    }

    .lnb_sec .sec2 dl {
        display: flex;
        align-items: flex-start;
        margin: 15px 0 5px;
    }

    .lnb_sec .sec2 dt {
        font-size: 15px;

        padding-left: 25px;
    }

    .lnb_sec .sec2 dd {
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 45px;
    }

    .lnb_sec .sec2 .home>a {
        background-image: url("../images/ico_home.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .lnb_sec .sec2 .mysim>a {
        background-image: url("../images/ico_plane.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .lnb_sec .sec2 .cart>a {
        background-image: url("../images/ico_cart_gray.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .lnb_sec .sec2 .guide>a {
        background-image: url("../images/ico_guide.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 13px;
        font-size: 16px;
        line-height: 24px;
    }

    .lnb_sec .sec2 .faq>a {
        background: url("../images/ico_faq.png") no-repeat 0 center / 16px;
    }

    .lnb_sec .sec2 .mypage>a {
        background-image: url("../images/ico_my.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 16px;
    }

    .lnb_sec .sec2 .present>a {
        background-image: url("../images/ico_present.svg");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .lnb_sec .sec2 .cs>a {
        background-image: url("../images/ico_headphon.svg");
        background-repeat: no-repeat;
        background-position: 2px center;
        background-size: 13px;
    }

    .lnb_sec .sec2 .flagG {
        position: absolute;
        right: calc(2% + 60px);
        top: 40px;
        width: 90px;
        font-size: 12px;
    }

    .lnb_sec .sec2 .flagG .current {
        display: flex;
        align-items: center;
        position: relative;
        background: url("../images/blt_arrow_down.png") no-repeat calc(100% - 10px) center / 8px #fff;
        line-height: 26px;
        border-radius: 15px;
        text-transform: uppercase;
        padding: 0 10px;
        cursor: pointer;
    }

    .lnb_sec .sec2 .flagG .current img,
    .lnb_sec .sec2 .flagG .select img {
        height: 16px;
        margin-right: 5px;
    }

    .lnb_sec .sec2 .flagG .select {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        top: 28px;
        border-radius: 10px;
        border: 1px solid #eee;
        background: #fff;
        line-height: 22px;
        text-transform: uppercase;
        padding: 5px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .lnb_sec .sec2 .flagG .select.on {
        display: flex;
    }

    .lnb_sec .sec2 .flagG .select a {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .lnb_sec .sec2 .flagG .select a:hover {
        background: #f5f5f5;
    }

    /*swiper*/
    .swiper-container {
        padding-bottom: 40px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 3px;
        width: 12px;
        height: 12px;
        background: #888;
        opacity: 1;
        border-radius: 10px;
        transition: width 0.3s;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 30px;
    }

    /*
	.swiper-button-next:after,
	.swiper-button-prev:after{display:none}
    .swiper-button-next{width:60px;height:60px;background:url('../images/banner_next.png') no-repeat center}
    .swiper-button-prev{width:60px;height:60px;background:url('../images/banner_prev.png') no-repeat center}
    */

    /*footer*/
    #footer {
        background: #464646;
    }

    .foot_sec {
        padding: 20px 0;
        background: #464646;
    }

    .foot_sec .menuG {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #777;
        padding: 20px 0;
        font-size: 15px;
        color: #fff;
    }

    .foot_sec .menuG .con {
        display: flex;
        gap: 40px;
    }

    .foot_sec .menuG .con a {
        color: #f5f5f5;
    }

    .foot_sec .menuG .con a:hover {
        color: #fff;
    }

    .foot_sec .companyG {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 20px 0;
        color: #aaa;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.6;
    }

    .foot_sec .companyG .company i {
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #aaa;
        margin: 0 10px;
    }

    .foot_sec .companyG .sns {
        display: flex;
        gap: 10px;
    }

    .foot_sec .companyG .sns a {
        width: 52px;
        height: 52px;
        text-indent: -9999px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
    }

    .foot_sec .companyG .sns a:hover {
        border: 1px solid #fff;
    }

    .foot_sec .companyG .sns .youtube {
        background: url("../images/sns_youtube.png") no-repeat center;
    }

    .foot_sec .companyG .sns .insta {
        background: url("../images/sns_insta.png") no-repeat center;
    }

    .foot_sec .companyG .sns .blog {
        background: url("../images/sns_blog.png") no-repeat center;
    }
}

/*tablet*/
@media all and (max-width: 1280px) and (min-width: 1024px) {}

/*_mobile*/

@media all and (max-width: 1023px) {
    html {
        font-size: 14px;
    }

    ._pc {
        display: none !important;
    }

    .container {
        position: relative;
        padding: 0 4%;
    }

    /*header*/
    #header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .head_sec {
        padding: 20px 0;
        transition: 0.3s;
    }

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

    .head_sec .h1_tit a {
        display: block;
        width: 130px;
        height: 30px;
        background: url("../images/hd_logo.png") no-repeat center / 100%;
        text-indent: -9999px;
    }

    .head_sec .lnbG ul {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .head_sec .lnbG li {
        display: none;
    }

    .head_sec .lnbG .etc {
        display: flex;
        gap: 10px;
        margin-left: 50px;
    }

    .head_sec .lnbG .etc a {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
    }

    .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
    }

    .head_sec .lnbG .etc .cart {
        display: none;
        background-image: url("../images/ico_cart.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    /*fixed*/
    .fixed #header {
        position: fixed;
    }

    .fixed .head_sec {
        background: #fff;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .fixed .head_sec .h1_tit a {
        background-image: url("../images/hd_logo_b.png");
    }

    .fixed .head_sec .lnbG li>a {
        color: #000;
    }

    .fixed .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify_b.svg");
    }

    .fixed .head_sec .lnbG .etc .cart {
        background-image: url("../images/ico_cart_b.svg");
    }

    .fixed .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle_b.svg");
    }

    .fixed2 #header {
        position: fixed;
    }

    .fixed2 .head_sec {
        background: #fff;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .fixed2 .head_sec .h1_tit a {
        background-image: url("../images/hd_logo_b.png");
    }

    .fixed2 .head_sec .lnbG li>a {
        color: #000;
    }

    .fixed2 .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify_b.svg");
    }

    .fixed2 .head_sec .lnbG .etc .cart {
        background-image: url("../images/ico_cart_b.svg");
    }

    .fixed2 .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle_b.svg");
    }

    /*fixed와 동일*/
    .scroll #header {
        position: fixed;
    }

    .scroll .head_sec {
        background: #fff;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .scroll .head_sec .h1_tit a {
        background-image: url("../images/hd_logo_b.png");
    }

    .scroll .head_sec .lnbG li>a {
        color: #000;
    }

    .scroll .head_sec .lnbG .etc .notify {
        background-image: url("../images/ico_notify_b.svg");
    }

    .scroll .head_sec .lnbG .etc .cart {
        background-image: url("../images/ico_cart_b.svg");
    }

    .scroll .head_sec .lnbG .etc .toggle {
        background-image: url("../images/ico_toggle_b.svg");
    }

    .lnb_sec {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        overflow: auto;
        transition: transform 0.3s;
    }

    .lnb_sec.on {
        transform: translateX(0%);
    }

    .lnb_sec .sec1 {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        align-items: center;
        background: var(--main-color);
        padding: 40px 5% 20px;
    }

    .lnb_sec .sec1 .photoG {
        width: 60px;
    }

    .lnb_sec .sec1 .loginG {
        color: #fff;
    }

    .lnb_sec .sec1 .loginG a {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
    }

    .lnb_sec .sec1 .searchG {
        position: relative;
        width: 100%;
    }

    .lnb_sec .sec1 .searchG input[type="text"] {
        line-height: 40px;
        width: 100%;
        border-radius: 10px;
    }

    .lnb_sec .sec1 .searchG input[type="text"]::placeholder {
        font-size: 14px;
        color: #999;
    }

    .lnb_sec .sec1 .searchG input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: url("../images/ico_search.png") no-repeat center / 18px;
        border: 0;
        cursor: pointer;
    }

    .lnb_sec .sec1 .close {
        position: absolute;
        right: 5%;
        top: 20px;
        width: 22px;
        height: 22px;
        background: url("../images/ico_close.png") no-repeat center / 18px;
        cursor: pointer;
    }

    .lnb_sec .sec2 {
        font-size: 13px;
    }

    .lnb_sec .sec2 li {
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .lnb_sec .sec2 li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        line-height: 55px;
        padding: 0 5% 0 calc(5% + 30px);
    }

    .lnb_sec .sec2 li>a:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 20px;
        background: url("../images/blt_arrow_right.png") no-repeat center / 12px;
        transition: 0.3s;
    }

    .lnb_sec .sec2 li.on>a:after {
        transform: rotate(90deg);
    }

    .lnb_sec .sec2 dl {
        display: none;
        padding: 5px 0 15px;
        background: #fbfbfb;
        border-top: 1px solid #f5f5f5;
    }

    .lnb_sec .sec2 dt {
        margin: 20px 0 10px;
        padding-left: 10%;
    }

    .lnb_sec .sec2 dd {
        margin: 10px 0;
        padding-left: calc(10% + 15px);
    }

    .lnb_sec .sec2 dt>a {
        font-size: 15px;
    }

    .lnb_sec .sec2 dd>a {
        font-size: 15px;
    }

    .lnb_sec .sec2 .home>a {
        background-image: url("../images/ico_home.svg");
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 15px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .mysim>a {
        background-image: url("../images/ico_plane.svg");
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 15px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .cart>a {
        background-image: url("../images/ico_cart_gray.svg");
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 15px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .cart>a>span {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .lnb_sec .sec2 .cart>a .count {
        display: inline-block;
        font-size: 14px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        width: 20px;
        height: 20px;
        padding: 3px;
        border-radius: 50%;
        background-color: var(--main-color);
        line-height: 100%;
        margin-bottom: 3px;
    }

    .lnb_sec .sec2 .guide>a {
        background-image: url("../images/ico_guide.svg");
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 14px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .faq>a {
        background: url("../images/ico_faq.png") no-repeat 5% center / 16px;
    }

    .lnb_sec .sec2 .mypage>a {
        background-image: url("../images/ico_my.svg");
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 16px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .present>a {
        background-image: url("../images/ico_present.svg");
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 16px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .cs>a {
        background-image: url("../images/ico_headphon.svg");
        background-repeat: no-repeat;
        background-position: calc(5% + 2px) center;
        background-size: 13px;
        font-size: 16px;
    }

    .lnb_sec .sec2 .flagG {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 5%;
        margin: 30px 0 20px;
        width: 90px;
        font-size: 12px;
    }

    .lnb_sec .sec2 .flagG .current {
        order: 1;
        display: flex;
        align-items: center;
        position: relative;
        background: url("../images/blt_arrow_down.png") no-repeat calc(100% - 10px) center / 8px #fff;
        line-height: 26px;
        border: 1px solid #eee;
        border-radius: 50px;
        text-transform: uppercase;
        padding: 4px 15px;
        cursor: pointer;
    }

    .lnb_sec .sec2 .flagG .current img,
    .lnb_sec .sec2 .flagG .select img {
        height: 16px;
        margin-right: 5px;
    }

    .lnb_sec .sec2 .flagG .select {
        order: 0;
        display: none;
        position: relative;
        left: 0;
        margin: 2px 0;
        border-radius: 10px;
        border: 1px solid #eee;
        background: #fff;
        line-height: 22px;
        text-transform: uppercase;
        padding: 5px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .lnb_sec .sec2 .flagG .select.on {
        display: flex;
    }

    .lnb_sec .sec2 .flagG .select a {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .lnb_sec .sec2 .flagG .select a:hover {
        background: #f5f5f5;
    }

    /*swiper*/
    .swiper-container {
        padding-bottom: 30px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 2px;
        width: 7px;
        height: 7px;
        background: #888;
        opacity: 1;
        border-radius: 7px;
        transition: width 0.3s;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 16px;
    }

    /*
	.swiper-button-next:after,
	.swiper-button-prev:after{display:none}
    .swiper-button-next{width:60px;height:60px;background:url('../images/banner_next.png') no-repeat center}
    .swiper-button-prev{width:60px;height:60px;background:url('../images/banner_prev.png') no-repeat center}
    */

    /*footer*/
    #footer {
        background: #464646;
    }

    .foot_sec {
        padding: 30px 0;
        background: #464646;
    }

    .foot_sec .snsG {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .foot_sec .snsG a {
        width: 52px;
        height: 52px;
        text-indent: -9999px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
    }

    .foot_sec .snsG a:hover {
        border: 1px solid #fff;
    }

    .foot_sec .snsG .youtube {
        background: url("../images/sns_youtube.png") no-repeat center;
    }

    .foot_sec .snsG .insta {
        background: url("../images/sns_insta.png") no-repeat center;
    }

    .foot_sec .snsG .blog {
        background: url("../images/sns_blog.png") no-repeat center;
    }

    .foot_sec .nameG {
        text-align: center;
        margin: 30px 0 20px;
    }

    .foot_sec .nameG a {
        font-size: 16px;
        color: #fff;
    }

    .foot_sec .nameG a.on:after {
        transform: rotate(180deg);
    }

    .foot_sec .nameG a:after {
        content: "";
        position: absolute;
        right: 3%;
        width: 20px;
        height: 20px;
        background: url("../images/blt_arrow_w_down.png") no-repeat center;
        transition: 0.3s;
    }

    .foot_sec .menuG {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin: 20px 0;
    }

    .foot_sec .menuG a {
        color: #eee;
        font-size: 15px;
        color: #fff;
    }

    .foot_sec .menuG a:hover {
        color: #fff;
    }

    .foot_sec .menuG i {
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #aaa;
    }

    .foot_sec .companyG {
        display: none;
        text-align: center;
        padding: 20px 0 0;
        color: #ccc;
        line-height: 1.6;
        font-size: 13px;
        border-top: 1px solid #777;
    }

    .foot_sec .companyG.on {
        display: block;
    }

    .foot_sec .companyG .company {
        font-weight: 300;
    }

    .foot_sec .companyG .company i {
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #aaa;
        margin: 0 10px;
    }

    .foot_sec .companyG .menu {
        text-align: center;
        margin: 20px 0;
    }

    .foot_sec .companyG .menu a {
        color: #eee;
        font-size: 13px;
        color: #eee;
    }

    .foot_sec .companyG .menu a:hover {
        color: #fff;
    }

    .foot_sec .companyG .menu i {
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #aaa;
        margin: 0 10px;
    }
}
