@charset "utf-8";

@media(hover: hover) and (pointer: fine) {
    #header .menu_box a:hover {
        color: #EF2D44;
        transition: 0.5s;
    }

    .header_inner .gnb .right_box .login_box a:hover .img_icon {
        filter: invert(39%) sepia(71%) saturate(6111%) hue-rotate(336deg) brightness(94%) contrast(100%);
        transition: 0.5s;
    }

    .header_inner .gnb .right_box .login_box a:hover {
        color: #EF2D44;
    }
}

/* °øÅë */

.show-default {
    display: block;
}

.hide-default {
    display: none;
}

body.on {
    touch-action: none;
    overflow: hidden !important;
    -webkit-user-select: none;
}

html.on {
    touch-action: none;
    overflow: hidden !important;
    overscroll-behavior: none;
    -webkit-user-select: none;
}

/* etc */
.animated_1 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    transition-timing-function: ease;
}

.animated_1.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animated_2 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    transition-timing-function: ease;
}

.animated_2.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animated_3 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    transition-timing-function: ease;
}

.animated_3.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animated_4 {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    transition-timing-function: ease;
}

.animated_4.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.d-1s {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.d-2s {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.d-3s {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.d-4s {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.d-5s {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.d-7s {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.d-9s {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.d-11s {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.d-13s {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.icon_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_btn {
    width: 72px;
    height: 72px;
    position: fixed;
    z-index: 10;
    bottom: 5%;
    right: 20px;
    background: url('../image/common/top_btn.svg') no-repeat center / contain;
    transition: all 0.6s ease;
    display: none;
}

.top_btn.on {
    position: absolute;
}

.gnb_btn {
    display: none;
}

/* header */


#header {
    position: fixed;
    top: 0;
    left: 0;
	border-bottom: 1px solid #eee;
}

.header_inner {
    background-color: #fff;
    padding: 0 160px;
    padding-right: unset;
    align-items: center;
    height: 100px;
    position: relative;
    justify-content: space-between;
}

.header_inner .logo {
    width: 134px;
    height: 29px;
    background: url('../image/common/logo.png') no-repeat center / contain;
	/*width: 211px;
    height: 99px;
    background: url('../image/common/logo_winter.png') no-repeat center / contain;*/
}

.header_inner .gnb {
    height: 100%;
    overflow: auto;
}

.header_inner .gnb .menu_box {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header_inner .gnb .menu_box .menu {
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_inner .gnb .menu_box .menu.active {
    color: #EF2D44;
    font-weight: 600;
}

.header_inner .gnb .menu_box .menu:not(:last-child) {
    margin-right: 75px;
}

.header_inner .gnb .right_box .login_box {
    height: 100%;
}

.header_inner .gnb .right_box .login_box a {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.header_inner .gnb .right_box .login_box a .img_icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.header_inner .gnb .right_box .login_box a:first-child {
    margin-right: 30px;
}

.header_inner .gnb .right_box .btn_box {
    height: 100%;
    position: relative;
    margin-left: 40px;
}

.header_inner .gnb .right_box .btn_box .member_link {
    height: 100%;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #7380F6, #7380F6), linear-gradient(0deg, #5F6EF1, #5F6EF1), linear-gradient(314.42deg, #4CBBD3 0%, #4C57D3 100%);
}

.header_inner .gnb .right_box .btn_box .member_link .left {
    width: 27px;
    height: 34px;
    margin-right: 10px;
}

.header_inner .gnb .right_box .btn_box .member_link .right {
    width: 28px;
    height: 7px;
    margin-left: 10px;
}


.img_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header {
    background-color: #F5F5F5;
}

#header .header_top {
    width: 100vw;
    height: 80px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* display: none; */
}

.header_top .img_c {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
	height:90%;
	max-width:1250px;
	background-image: url(../image/common/top_banner_new.png);
	background-repeat: no-repeat;
	background-size : 100%;
	background-position: center;
	overflow:hidden;
	/* border-radius:50px; */
}

.header_top .banner_c {
    width: 100%;
}

.header_top .close_x_btn {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 24px;
}

#header .header_mid {
    width: 100vw;
    height: 48px;
    background-color: #F5F5F5;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1260px;
    width: 95%;
    margin: 0 auto;
}

#header .header_mid .btn_group {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.header_mid .dot_img {
    display: flex;
    align-items: center;
    height: 40px;
    width: 3px;
}

.header_mid .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
    font-weight: 600;
    color: #AAA;
    font-size: 15px;
}

/* .header_mid .btn:first-child {
    width: 227px;
    color: #222;
    background-image: url(../image/common/union.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
} */

.header_mid .l_logo {
    width: 24px;
}

.header_mid .l_icon {
    width: 12px;
}

.header_mid .login_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 120px;
}

.header_mid .btn .on {
    display: none;
}

.header_mid .btn:hover .on {
    display: block;
}

.header_mid .btn:hover .off {
    display: none;
}

.header_mid .btn:hover {
    color: #222;
}

.header_mid .btn.main:hover {
    color: #EF2D44;
}

.header_mid .login_btn span {
    width: 1px;
    height: 10px;
    background-color: #DDDDDD;
}

.header_inner {
    display: flex;
    align-items: center;
}

#header .right_box {
    display: flex;
    align-items: center;
    gap: 220px;
}

#header .regist {
    height: 48px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF0EE;
    color: #EF2D44;
    font-size: 17px;
    font-weight: 600;
    border-radius: 80px;
    position: relative;
}

#header .regist::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../image/common/regicon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

#header .header_inner {
    padding: 0 160px;
}

.header_mid a {
    cursor: pointer;
}

.header_inner .gnb .menu_box {
    left: 42%;
}
.header_inner .gnb .menu_box .menu:not(:last-child) {
    margin-right: 55px;
}
/* END header */

/* footer */
.footer_inner {
    padding-top: 60px;
    background-color: #1B1B1C;
}

.f_logo {
    width: 140px;
    height: 28px;
}

.footer_inner .top_box {
    border-bottom: 1px solid #313543;
    padding: 0 100px;
    justify-content: space-between;
}

.footer_inner .info_box {
    margin: 40px 0 70px;
}

.footer_inner .info_box .box {
    font-size: 15px;
    font-weight: 400;
    color: #A5A5A5;
}

.footer_inner .info_box .box:first-child,
.footer_inner .right_box .box:first-child {
    margin-right: 60px;
}

.footer_inner .info_box .box .sub_box:not(:last-child) {
    margin-bottom: 15px;
}

.footer_inner .info_box .box .name {
    margin-right: 10px;
    color: #D8D8D8;
}

.footer_inner .right_box .box .name {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer_inner .right_box .box .tel {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin: 16px 0 8px;
}

.footer_inner .right_box .box .alt {
    color: #A5A5A5;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6em;
}

.footer_inner .btm_box {
    height: 80px;
    padding: 0 100px;
    justify-content: space-between;
}

.footer_inner .btm_box .box a {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.footer_inner .btm_box .box a.color {
    color: #fff;
}

.footer_inner .btm_box .box a:not(:last-child) {
    margin-right: 30px;
}

.footer_inner .btm_box .box .copy {
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #A5A5A5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* END footer */

.header_inner.active>.modal_bg {
    display: block;
}

/* modal */
.modal_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    display: none;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    width: 720px;
    z-index: 99;
    border-radius: 20px;
    overflow: auto;
    max-height: 95%;
    display: none;
}

.modal .top {
    padding: 25px 50px;
    background-color: #F3F3F3;
}

.modal .top .tit {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.modal .top .close_btn {
    width: 36px;
    height: 36px;
    background: url('../image/sub/modal_close.svg') no-repeat center / contain;
}

.modal .modal_body {
    width: 100%;
    overflow: auto;
    padding: 60px 50px;
}


/* END modal */
/* Çì´õ ¼öÁ¤ */
.header_inner .gnb .right_box .btn_box {
    display: flex;
    align-items: center;
}

.header_inner .gnb .right_box .btn_box .member_link {
    background: none;
    background-color: #EF2D44;
    border-radius: 50px;
    height: 60%;
    margin-right: 40px;
}

/* END Çì´õ ¼öÁ¤ */
@media all and (max-width:1600px) {

    /* header */
    .header_inner {
        padding: 0 3.90625%;
        height: 90px;
        padding-right: unset;
    }

    .header_inner .logo {
        /*width: 124px;
        height: 24px;
		ÀÏ¹Ý·Î°í
		*/
		/*°Ü¿ï·Î°í*/
		width: 161px;
		height: 69px;
    }

    .header_inner .gnb .menu_box .menu {
        font-size: 17px;
    }

    .header_inner .gnb .menu_box .menu:not(:last-child) {
        margin-right: 65px;
    }

    .header_inner .gnb .right_box .login_box a {
        font-size: 13px;
    }

    .header_inner .gnb .right_box .login_box a:first-child {
        margin-right: 20px;
    }

    .header_inner .gnb .right_box .btn_box {
        margin-left: 30px;
    }

    .header_inner .gnb .right_box .btn_box .member_link {
        font-size: 15px;
        padding: 0 20px;
    }

    .header_inner .gnb .right_box .btn_box .member_link .left {
        width: 20px;
        height: auto;
        margin-right: 5px;
    }

    .header_inner .gnb .right_box .btn_box .member_link .right {
        width: 18px;
        height: 5px;
        margin-left: 5px;
    }

    .header_inner .gnb .right_box .btn_box .toast_box {
        font-size: 13px;
    }

    /* END header */

    /* footer */
    .footer_inner {
        padding-top: 50px;
    }

    .f_logo {
        width: 123px;
        height: 24px;
    }

    .footer_inner .top_box {
        padding: 0 3.90625%;
    }

    .footer_inner .info_box {
        margin: 30px 0 50px;
    }

    .footer_inner .info_box .box {
        font-size: 14px;
    }

    .footer_inner .info_box .box:first-child,
    .footer_inner .right_box .box:first-child {
        margin-right: 50px;
    }

    .footer_inner .info_box .box .sub_box:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer_inner .right_box .box .name {
        font-size: 15px;
    }

    .footer_inner .right_box .box .tel {
        font-size: 28px;
    }

    .footer_inner .btm_box {
        height: 70px;
        padding: 0 3.90625%;
    }

    .footer_inner .btm_box .box a {
        font-size: 14px;
    }

    .footer_inner .btm_box .box a:not(:last-child) {
        margin-right: 20px;
    }

    .footer_inner .btm_box .box .copy {
        font-size: 13px;
    }

    /* END footer */
}

/* Å¸ºí·¿ °¡·Î */
@media all and (max-width:1399px) {

    /* header */
    .header_inner {
        height: 80px;
    }

    .header_inner .logo {
        /*width: 114px;
        height: 20px;
		ÀÏ¹Ý·Î°í
		*/
		/*°Ü¿ï·Î°í*/
		width: 161px;
		height: 69px;
    }
    }

    .header_inner .gnb .menu_box .menu {
        font-size: 16px;
    }

    .header_inner .gnb .menu_box .menu:not(:last-child) {
        margin-right: 35px;
    }

    .header_inner .gnb .right_box .login_box a {
        font-size: 13px;
    }

    .header_inner .gnb .right_box .login_box a:first-child {
        margin-right: 10px;
    }

    .header_inner .gnb .right_box .btn_box {
        margin-left: 15px;
    }

    .header_inner .gnb .right_box .btn_box .member_link {
        font-size: 12px;
    }

    .header_inner .gnb .right_box .btn_box .toast_box {
        font-size: 11px;
    }

    /* END header */

    /* footer */
    .footer_inner {
        padding-top: 40px;
    }

    .f_logo {
        width: 103px;
        height: 20px;
    }

    .footer_inner .info_box {
        margin: 15px 0 25px;
    }

    .footer_inner .info_box .box {
        font-size: 13px;
    }

    .footer_inner .info_box .box:first-child,
    .footer_inner .right_box .box:first-child {
        margin-right: 25px;
    }

    .footer_inner .right_box .box .name {
        font-size: 13px;
    }

    .footer_inner .right_box .box .tel {
        font-size: 18px;
    }

    .footer_inner .btm_box .box a:not(:last-child) {
        margin-right: 10px;
    }

    /* END footer */
}


/* Å¸ºí·¿ ¼¼·Î */
@media all and (max-width:1199px) {



    /* header */
    .gnb_btn {
        display: block;
        width: 30px;
        height: 18px;
        cursor: pointer;
        position: relative;
        z-index: 101;
    }

    .gnb_btn span {
        width: 100%;
        height: 4px;
        border-radius: 1px;
        background-color: #171617;
        display: block;
        transition: .2s ease;
        -webkit-transition: .2s ease;
    }

    .gnb_btn span:not(:last-child) {
        margin-bottom: 5px;
    }

    .header_inner.active .gnb_btn span {
        opacity: 1;
        background: #232323;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header_inner.active .gnb_btn span:nth-child(1) {
        transform: rotate(45deg);
    }

    .header_inner.active .gnb_btn span:nth-child(2) {
        opacity: 0;
    }

    .header_inner.active .gnb_btn span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .gnb {
        position: fixed;
        left: 0;
        right: 10%;
        top: 0;
        bottom: 0;
        transform: translateX(-100%);
        transition: all 0.5s ease;
        background-color: #fff;
        z-index: 100;
        padding-top: 80px;
        flex-direction: column;
    }

    .header_inner.active .gnb {
        transform: translateX(0);
    }

    .header_inner .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /*width: 134px;
        height: 29px;
		ÀÏ¹Ý·Î°í
		*/
		/*°Ü¿ï·Î°í*/
		width: 161px;
		height: 69px;
    }
    }

    .header_inner .gnb .menu_box {
        position: relative;
        flex-direction: column;
        height: auto;
        left: unset;
        top: unset;
        transform: unset;
    }

    .header_inner .gnb .menu_box .menu:not(:last-child) {
        margin-right: unset;
    }

    .header_inner .gnb .menu_box .menu {
        height: auto;
        font-size: 28px;
        padding: 18px 0;
        font-weight: 600;
    }

    .header_inner .gnb .right_box {
        flex-direction: column;
        width: 60%;
        margin: 0 auto;
    }

    .header_inner .gnb .right_box .btn_box .toast_box {
        display: none;
    }

    .header_inner .gnb .right_box .login_box {
        flex-direction: column;
        margin-top: 32px;
        padding: 0 20px;
    }

    .header_inner .gnb .right_box .login_box a {
        font-size: 28px;
        padding: 18px 0;
        border: 1px solid #4C57D3;
        border-radius: 8px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #4C57D3;
    }

    .header_inner .gnb .right_box .login_box a:first-child {
        margin-right: unset;
    }

    .header_inner .gnb .right_box .btn_box {
        margin: unset;
        padding: 0 20px;
    }

    .header_inner .gnb .right_box .btn_box .member_link {
        width: 100%;
        font-size: 28px;
        padding: 18px 0;
        border: 1px solid transparent;
        border-radius: 8px;
        font-weight: 600;
        margin: unset;
        height: 100%;
    }

    /* END header */
    .footer_inner .top_box {
        flex-wrap: wrap;
    }

    .footer_inner .top_box .right_box {
        margin-bottom: 25px;
    }
}


/* Å¸ºí·¿ °¡·Î ¹Ì¸¸ ~ ¸ð¹ÙÀÏ */
@media all and (max-width:1199px) {}

/* ¸ð¹ÙÀÏ »ó¼¼ */
@media all and (max-width:700px) {

    /* header */
    .header_inner .gnb .right_box {
        width: 80%;
    }

    .header_inner {
        height: calc(100vw * (80/375));
        padding: 0 calc(100vw * (20/375));
    }

    .header_inner .logo {
        /*width: calc(100vw * (105/375));
        height: calc(100vw * (23/375));*/
		/*°Ü¿ï·Î°í*/
		width: 161px;
		height: 69px;
    }

    .gnb_btn {
        width: calc(100vw * (30/375));
        height: calc(100vw * (18/375));
    }

    .gnb_btn span {
        height: calc(100vw * (4/375));
    }

    .gnb_btn span:not(:last-child) {
        margin-bottom: calc(100vw * (5/375));
    }

    .header_inner .gnb .menu_box .menu {
        font-size: calc(100vw * (28/375));
        padding: calc(100vw * (18/375)) 0;
    }

    .header_inner .gnb .right_box .login_box {
        margin-top: calc(100vw * (48/375));
        padding: 0 calc(100vw * (20/375));
    }

    .header_inner .gnb .right_box .login_box a {
        font-size: calc(100vw * (28/375));
        padding: calc(100vw * (18/375)) 0;
        border-radius: calc(100vw * (8/375));
        margin-bottom: calc(100vw * (20/375));
    }

    .header_inner .gnb .right_box .btn_box .member_link {
        font-size: calc(100vw * (28/375));
        padding: calc(100vw * (18/375)) 0;
        border-radius: calc(100vw * (8/375));
    }

    /* END header */

    /* footer */
    .footer_inner {
        padding-top: calc(100vw * (60/375));
    }

    .f_logo {
        width: calc(100vw * (105/375));
        height: calc(100vw * (23/375));
    }

    .footer_inner .top_box {
        padding: 0 calc(100vw * (20/375));
    }

    .footer_inner .info_box {
        margin: calc(100vw * (25/375)) 0;
        flex-direction: column;
    }

    .footer_inner .info_box .box {
        font-size: calc(100vw * (13/375));
    }

    .footer_inner .info_box .box:first-child {
        margin-right: unset;
        margin-bottom: calc(100vw * (10/375));
    }

    .footer_inner .info_box .box .sub_box:not(:last-child) {
        margin-bottom: calc(100vw * (10/375));
    }

    .footer_inner .info_box .box .name {
        margin-right: calc(100vw * (10/375));
        min-width: calc(100vw * (45/375));
        line-height: 1.4em;
    }

    .footer_inner .info_box .box .alt {
        line-height: 1.4em;
    }

    .footer_inner .right_box .box:first-child {
        margin-right: calc(100vw * (20/375));
    }

    .footer_inner .right_box .box .name {
        font-size: calc(100vw * (13/375));
    }

    .footer_inner .right_box .box .tel {
        font-size: calc(100vw * (18/375));
        margin: calc(100vw * (16/375)) 0 calc(100vw * (8/375));
    }

    .footer_inner .right_box .box .alt {
        font-size: calc(100vw * (13/375));
    }

    .footer_inner .btm_box {
        height: auto;
        padding: calc(100vw * (20/375));
        padding-bottom: calc(100vw * (60/375));
        flex-direction: column;
    }

    .footer_inner .btm_box .box {
        flex-wrap: wrap;
    }

    .footer_inner .btm_box .box a:not(:last-child) {
        margin-right: calc(100vw * (10/375));
    }

    .footer_inner .btm_box .box .copy {
        font-size: calc(100vw * (13/375));
        margin-top: calc(100vw * (30/375));
        justify-content: flex-start;
    }

    .footer_inner .btm_box .box a {
        font-size: calc(100vw * (14/375));
        line-height: 1.5em;
    }

    /* END footer */
    .show-700 {
        display: block;
    }

    .hide-700 {
        display: none;
    }
    .header_mid .btn {
        display: none;
    }
    #header .header_inner {
        padding: 0 calc(100vw * (20/375));
    }
    #header .right_box {
        gap: 170px;
    }
    .mv_arw_group {
        display: none;
    }
	
	.comparison_con {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		overflow: auto;
		flex-direction: column;
	}
}

/* ¸ð¹ÙÀÏ °¡·Î */
@media all and (max-width:568px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

@media all and (max-width:320px) {}







/* °øÅë */

/* PCÀÌÇÏ ~ Å¸ºí·¿ °¡·Î */
@media all and (max-width:1199px) {
    .show-1199 {
        display: block;
    }

    .hide-1199 {
        display: none;
    }
}

@media all and (max-width:1199px) {
    .show-1199 {
        display: block;
    }

    .hide-1199 {
        display: none;
    }
}

/* Å¸ºí·¿ °¡·Î ÀÌÇÏ */
@media all and (max-width:1024x) {}

/* Å¸ºí·¿ °¡·Î ÀÌÇÏ */
@media all and (max-width:1023px) {
    .show-1023 {
        display: block;
    }

    .hide-1023 {
        display: none;
    }
}

/* Å¸ºí·¿ ÀÌÇÏ ~ ¸ð¹ÙÀÏ */
@media all and (max-width:767px) {
    .show-767 {
        display: block;
    }

    .hide-767 {
        display: none;
    }


}

/* ¸ð¹ÙÀÏ °¡·Î ¹Ì¸¸ */
@media all and (max-width:568px) {
    .show-568 {
        display: block;
    }

    .hide-568 {
        display: none;
    }
}

/* ¸ð¹ÙÀÏ ÃÖ¼Ò */
@media all and (max-width:480px) {
    .show-425 {
        display: block;
    }

    .hide-425 {
        display: none;
    }


}

@media all and (max-width:375px) {
    .show-375 {
        display: block;
    }

    .hide-375 {
        display: none;
    }
}

@media all and (max-width:320px) {
    .show-320 {
        display: block;
    }

    .hide-320 {
        display: none;
    }
}

#header {
    /* display: none; */
    width: 100%;
    background-color: #FFF;
}

#header .header_inner {
    max-width: 1250px;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    justify-content: unset;
    align-items: center;
}

#header .h_menu {
    margin: 0 36px 0 80px;
    display: flex;
    gap: 40px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}

/*#header .header_inner .regist {*/
#header .header_inner .regist,
#header .header_inner .header_my {
	border-radius: 80px;
	background: #FFF0EE;
	padding: 14px 26px;
	color: #EF2D44;
	font-size: 17px;
	font-weight: 600;
	/*display: flex;*/
	gap: 3px;
/*}
    border-radius: 80px;
    background: #FFF0EE;
    padding: 14px 26px;
    color: #EF2D44;
    font-size: 17px;
    font-weight: 600;*/
}

#header .regist::after {
    width: 29px;
    height: 29px;
    left: -10px;
    top: -7px;
}

#header .review {
    width: 222px;
    margin-left: auto;
}

#header .header_mid {
    width: 100vw;
    margin: 0;
    padding: 0 calc(100vw * (330/1920)) 0 calc(100vw * (330/1920));
    max-width: unset;
}

#header .ham_btn {
    width: 24px;
    display: none;
}

#m_header * {
    font-family: 'pretendard';
}

#m_header .review {
    border-top: 12px solid #F5F5F5;
}

#m_header .m_slide {
    overflow-y: scroll;
    width: 90%;
    max-width: 500px;
    min-width: 340px;
    padding-top: 21px;
    z-index: 99999;
    /* height: 100vh; */
    background-color: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateX(-100%);
}

#m_header .slide_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

#m_header .slide_top img {
    width: 24px;
}

#m_header .x_btn {
    filter: invert(1);
    width: 24px;
}

#m_header .login {
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

#m_header .m_link {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    
}
#m_header .m_link li, #m_header .m_link li a{
	line-height: 60px;
}
#m_header .m_btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
}

#m_header .m_btn a {
    flex: 1;
    padding: 15px 0;
    background-color: #f0f0f0;
}

#m_header .regist {
    color: #EF2D44;
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 5px;
}

#m_header .regist img {
    width: 26px;
    height: 26px;
}

#m_header .slide_btm {
    padding-left: 20px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-bottom: 30px;
}

#m_header .slide_btm .btm_row1 {
    display: flex;
    margin-bottom: 16px;
    gap: 10px;
    margin-top: 20px;
}

#m_header .btm_btn {
    display: flex;
    gap: 3px;
    align-items: center;
    padding: 14px 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
    width: fit-content;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

#m_header .btm_btn .btm_logo {
    width: 20px;
}

#m_header .btm_btn img {
    width: 14px;
}

.header_top .MO {
    display: none;
}


body {
    overflow-x: hidden;
    width: 100vw !important;
}
.log_ok {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 20px;
}

.lok_btn {
    flex: 1;
    border-radius: 10px;
    border: 1px solid #222;
    padding: 15px 0px;
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.lok_btn.my_btn {
    color: #EF2D44;
    border-color: #EF2D44;
}
.header_mid_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1250px;
    width: 95%;
    margin: 0 auto;
}

#header .header_mid {
    padding: 0;
}
@media (max-width:1199px) {
    #header .h_menu {
        display: none;
    }

    #header .regist {
        display: none;
    }

    #header .review {
        display: none;
    }

    #header .ham_btn {
        display: block;
    }
    .mv_arw_group {
        display: none;
    }
    #header .header_mid{
        display: none;
    }
    .header_mid .login_btn {
        display: none;
    }
	.header_my{
		display:none;
	}
}

@media (max-width:700px) {
    .header_top .PC {
        display: none;
    }
    .header_top .MO {
        padding: 10px 0;
        display: block;
        
    }
    .header_top .MO img {
        width: 100%;
    }

    .header_top .img_c {
        width: 90%;
		background-image:url(../image/common/top_banner_m.png);
		background-size: calc(100vw * (297/375)) calc(100vw * (60/375)) ;
    }
	.header_top {
		
	}
	.header_my{
		display:none;
	}
}

@media (max-width :400px) {
    #m_header .btm_btn {
        font-size: calc(100vw * (11/340));
    }

	.header_my{
		display:none;
	}
}

.header_mid .btn {
    width: 227px;
}

.header_mid .btn.on {
    width: 227px;
    color: #222;
    background-image: url(../image/common/union.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #EF2D44;
}

#header .header_mid .btn_group {
    gap: 0;
}