/* 회원가입 팝업 */
#joinus_popup{
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.joinus_popup_inner {
	width:calc(100% - 30px);
	max-width:840px;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.joinus_popup.popup_hidden {
    display: none;
}

.joinus_popup .popup_link {
    display: block;
    cursor: pointer;
}

.joinus_popup .popup_link img {
    display: block;
    width: 100%;
    height: auto;
}

.joinus_popup .popup_controls {
    display: flex;
    background: #fff;
    border-top: 1px solid #ddd;
}

.joinus_popup .popup_controls button {
    flex: 1;
    padding: 12px;
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.joinus_popup .popup_controls button:first-child {
    border-right: 1px solid #ddd;
}

.joinus_popup .popup_controls button:hover {
    background: #f5f5f5;
}

.joinus_popup .popup_close_today {
    color: #666;
}

.joinus_popup .popup_close {
    color: #222;
    font-weight: 600;
}

@media (max-width: 768px) {

}

.inner {
    width: 1200px;
    margin: 0 auto;
}

/*메인비주얼*/

.MainVisualWrap {
    position: relative;
    width: 100%;
    padding-top: 7.5rem;
}

.MainVisualWrap:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 45rem;
    display: block;
    background: #4C9DE8;
    z-index: -1;
}

.main_visual_contianer {
    position: relative;
    padding: 0 5rem;
}

.mv_imgbx {
	display:flex;
	justify-content: flex-end;
	width:50%;
	margin-left:auto;
}
.video_box {
	position: relative;
	width:100%;
	padding-top:56.25%;
}
.video_box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.mv_imgbx img {
    height: 100%;
}

.mv_txtbx {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 1200px;
}

.mv_txtbx h2 {
    color: #fff;
    font-size: 5.6rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.mv_txtbx p {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

/*sec01*/
#main_container > .sec01 {
    padding: 10rem 0;
}


#main_container > .sec01 .sec1_container {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

#main_container > .sec01 .sec01_contents {
    width: 50%;
}

#main_container > .sec01 .sec01_contents > a {
    position: relative;
    ;
    border-radius: 1rem;
    border: 1px solid #222;
    padding: 5rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.40);
    display: flex;
    align-items: center;
    gap: 4rem;
}

#main_container > .sec01 .sec01_contents > a h4 {
    color: #222;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.6rem
}

#main_container > .sec01 .sec01_contents > a p {
    color: #222;
    font-size: 1.8rem;
    font-weight: 400;
}


#main_container > .sec01 .go_icon {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
}






/*sec02*/
#main_container > .sec02 {}

#main_container > .sec02 .swiper {
    width: 100%;

}

.sec02 h4 {
    font-size: 3.4rem;
    line-height: 5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.sec02 .product_icon{
    background: url(../_img/main/product_icon.svg)no-repeat left center;
    background-size: 6.6rem auto;
    padding-left: 8.2rem;
}


#main_container > .sec02 .item_box{
    border-radius: 0 0 10px 10px;
    border: 1px solid #DDD;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
	color:#222;
	display:block;
}

.main_slide_container {
    width: 100%;
    padding-bottom: 10rem;
}

#main_container > .sec02 .row{
	gap:4rem 0;
}
#main_container > .sec02 .imgbx img {
    width: 100%;
}

#main_container > .sec02 .txtbx {
    padding: 3rem 2rem;
}

#main_container > .sec02 .txtbx h5 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#main_container > .sec02 .txtbx p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
}

#main_container > .sec02 .txtbx .price {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#main_container > .sec02 .txtbx .price span:first-child {
    font-size: 1.7rem;
    text-decoration-line: line-through;
    color: #666
}

#main_container > .sec02 .txtbx .price span:nth-child(2) {
    font-size: 2.4rem;
    font-weight: 700;
}

#main_container > .sec02 .resev_btn {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    margin-top: 3rem;
    border: 1px solid #222;
    color: #222;
    transition: all 0.3s ease;
}

#main_container > .sec02 .item_box:hover .resev_btn {
    background: #222;
    color: #fff;
}

#main_container > .sec02 .resev_btn span:first-child {
    font-size: 1.7rem;
    font-weight: 600;
}

#main_container > .sec02 .resev_btn:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../_img/main/bk_resv_btn.svg)no-repeat center;
}

#main_container > .sec02 .resev_btn:hover:after {
    background: url(../_img/main/resv_btn.svg)no-repeat center;
}

/*sec03*/
#main_container > .sec03 {
    padding-bottom: 10rem;
}


#main_container > .sec03 .middle_banner {
    height: 330px;
    width: 100%;
    background: url(../_img/main/sec3_middle_banner_bg.png)no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 0 10rem;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 10rem;
    border-radius: 10px;
    ;
}

#main_container > .sec03 .middle_banner h3 {
    color: #fff;
    font-size: 4rem;
}

#main_container > .sec03 .middle_banner h3 span {
    display: block;
    font-weight: 400;
}

#main_container > .sec03 .middle_banner a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1rem 4rem 1rem 2rem;
    border: 1px solid #fff;
    border-radius: 4px;
    background: url(../_img/main/resv_btn.svg)no-repeat 170px center;
}

.noticeWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.noticeWrap > div {
    width: 550px;
}

.notice_list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.noticeWrap h4 {
    font-size: 3.4rem;
    line-height: 5rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.noti_icon1 {
    background: url(../_img/main/sec3_icon1.svg)no-repeat;
    padding-left: 6.6rem;
    background-size: contain;
    ;
}

.noti_icon2 {
    background: url(../_img/main/sec3_icon2.svg)no-repeat;
    padding-left: 6.6rem;
    background-size: contain;
    ;
}

.notice_list a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #222;
	text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}

.notice_list span {
    font-size: 1.6rem;
    color: #666;
	min-width:100px;
	flex-shrink: 0;
	text-align:right;
}

.notice_list > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDD;
    ;
}

.helpWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    ;
}

.helpWrap .btnbx {
    display: flex;
    flex-direction: column;
    width: 200px;
    gap: 1rem;
    ;
}

.helpWrap .btnbx a {
    border-radius: 4px;
    border: 1px solid #222;
    font-size: 1.7rem;
    padding: 10px 20px;
    background: url(../_img/main/bk_resv_btn.svg)no-repeat 90% center;
    color: #222;
    display: block;
    width: 100%;
    font-weight: 600;
}

.helpWrap .infobox p {
    font-size: 1.6rem;
}

.helpWrap .infobox h5 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 5rem;
    margin-top: 0.4rem;
}

.helpWrap .infobox p:first-child {
    font-weight: 700;
}

.helpWrap .infobox p:last-child {
    color: #666;
    margin-top: 2rem;
}






@media(max-width:1200px) {
    .inner {
        width: 100%;
        padding: 0 15px;
    }

    .mv_imgbx {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    .mv_imgbx img {
        width: 100%;
    }

    .mv_txtbx {
        width: 100%;
        padding: 0 15px
    }

    .main_visual_contianer {
        padding: 0 15px
    }

    #main_container > .sec02 .txtbx p {
        min-height: 86px;
    }

    .noticeWrap {
        gap: 40px;
    }

    .noticeWrap > div {
        width: 50%;
    }
}

@media(max-width:991.98px) {
    .MainVisualWrap {
        padding-top: 7.5rem
    }

    .MainVisualWrap:after {
        top: 0;
        transform: none;
    }

    .main_visual_contianer {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem
    }

    .mv_txtbx {
        position: static;
        transform: none;
        padding-top: 2rem;
        ;
    }

    .mv_txtbx h2 {
        font-size: 3.4rem;
        line-height: 1.5;
        margin-bottom: 6px;
    }


    #main_container > .sec01 {
        padding: 6rem 0;
    }

    #main_container > .sec01 .row {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0 15px;
        gap: 10px;
    }

    #main_container > .sec01 .row > div {
        width: 50%;
        padding: 0 !important;
    }

    #main_container > .sec01 .sec01_contents > a {
        flex-direction: column;
        padding: 20px 17px;
        min-height: 158px;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 1rem;
    }

    #main_container > .sec01 .sec01_contents > a span {
        width: 40px;
        height: 40px;
    }

    #main_container > .sec01 .sec01_contents > a span img {
        width: 100%;
    }

    #main_container > .sec01 .go_icon {
        display: none;
        ;
    }

    #main_container > .sec01 .sec01_contents > a h4 {
        font-size: 2rem;
    }



    .sec02 .inner {
        overflow: hidden;
    }

    .noticeWrap {
        gap: 40px;
        flex-direction: column;
    }

    .noticeWrap > div {
        width: 100%;
    }


    #main_container > .sec03 {
        padding-bottom: 40px;
    }

    .helpWrap .btnbx a {
        font-size: 1.5rem;
    }



}


@media (max-width: 600px) {
    #main_container > .sec02 .txtbx p {
        min-height: 72px;
    }

    #main_container > .sec02 .txtbx .price {
        margin-top: 1rem;
    }

    #main_container > .sec02 .resev_btn {
        margin-top: 4rem;
    }



    .helpWrap .btnbx {
        width: 125px;
    }



    #main_container > .sec03 .middle_banner {
        padding: 42px 20px;
        height: auto
    }

    #main_container > .sec03 .middle_banner h3 {
        font-size: 20px;
    }

    #main_container > .sec01 {
        padding: 40px 0;
    }

    #main_container > .sec01 .sec01_contents > a {
        min-height: 100%;
        ;
    }

    #main_container > .sec01 .sec01_contents > a h4 {
        font-size: 16px;
    }

    #main_container > .sec01 .sec01_contents > a p {
        font-size: 11px;
    }

    .sec02 h4 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    #main_container > .sec02 .txtbx {
        padding: 16px 20px;
    }

    #main_container > .sec02 .txtbx h5 {
        font-size: 18px;
    }

    #main_container > .sec02 .txtbx p {
        font-size: 11px;
        min-height: 72px;
    }

    #main_container > .sec02 .txtbx .price span:nth-child(2) {
        font-size: 18px;
    }

    #main_container > .sec02 .txtbx .price span:first-child {
        font-size: 11px;
    }

    #main_container > .sec02 .resev_btn span:first-child {
        font-size: 11px;
    }

    .main_slide_container {
        padding-bottom: 40px;
    }

    #main_container > .sec03 .middle_banner a {
        font-size: 11px;
        padding: 8px 20px
    }

    .noticeWrap h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .noti_icon1 {
        background-size: 30px 30px;
        padding-left: 46px;
        background-position: left center;
    }

    .noti_icon2 {
        background-size: 30px 26px;
        padding-left: 46px;
        background-position: left center;
    }

    #main_container > .sec03 .middle_banner {
        margin-bottom: 40px;
    }

    .notice_list > div {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        padding-bottom: 10px;
    }

    .notice_list a {
        line-height: 20px;
        font-size: 13px;
    }

    .notice_list span {
        font-size: 10px;
    }

    .helpWrap .infobox p:first-child {
        font-size: 12px;
    }

    .helpWrap .infobox h5 {
        font-size: 24px;
    }

    .helpWrap .infobox p:last-child {
        font-size: 11px;
        margin-top: 0;
    }



}