

/* channel_talk / bottom_menu */
#channel_talk > span, #bottom_menu > span{
    display: block;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    position: fixed;
    right: 3rem;
    z-index: 2;
}
#channel_talk > span{
    bottom: 10rem;
}
#bottom_menu > span{
    bottom: 3rem;
}

/* bottom_menu 영역 */
    
    #bottom_menu_wrap{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 30;
        text-align: center;
        display: none;
    }
    #bottom_menu_wrap.active{
        display: block;
    }
    #bottom_menu_wrap::after{
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        backdrop-filter:blur(2rem);
        -webkit-backdrop-filter : blur(2rem); /*아이폰 사파리에서 블러처리*/
        z-index: -29;
    }
    #bottom_menu_wrap .list_wrap {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #bottom_menu_wrap .list_wrap.total-wrap {
		padding: 0 2rem;
    	width: calc(100% - 4rem);
	}
    
    #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap {
		width: 100%;
	}
	
	#bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul {
		justify-content: center !important;
	}
	
	#bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li {
		width: 12rem;
	}
	
	#bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li span:nth-of-type(2) {
		width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
    
    #bottom_menu .wrap span, #bottom_menu .wrap a{
        color: #1B2340;
        font-family: "Pretendard_bold", serif;
    }
    #bottom_menu .wrap:not(:last-of-type){
        margin-bottom: 5rem;
    }
    #bottom_menu .wrap:not(:nth-of-type(2)) li:not(:last-of-type){
        margin-bottom: 2rem;
    }
    /* 다운로드 영역 */
        #bottom_menu .wrap:first-of-type li a{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
        }
        #bottom_menu .wrap:first-of-type li a::after{
            content: "";
            display: block;
            width: 3rem;
            height: 3rem;
            background-image: url("../img/svg/down.svg");
            background-size: cover;
            background-position: center;
            align-items: center;
        }
        #bottom_menu .wrap:first-of-type li:last-of-type a::after{
            background-image: url("../img/svg/arrow_right.svg");
        }
    /* //다운로드 영역 */

    /* sns 영역 */
        #bottom_menu_wrap .wrap:nth-of-type(2) ul{
            display: flex;
            justify-content: space-between;
            gap: 5rem;
        }
        #bottom_menu_wrap .wrap:nth-of-type(2) ul .sns{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 1rem;
        }
        #bottom_menu .wrap:nth-of-type(2) li img{
            display: block;
            width: 7rem;
        }
    /* //sns 영역 */

    /* 문의 영역 */
        #bottom_menu .wrap:last-of-type li:last-of-type a{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
        }
        #bottom_menu .wrap:last-of-type li:last-of-type a::before{
            content: "";
            display: block;
            width: 3rem;
            height: 3rem;
            background-image: url("../img/svg/call.svg");
            background-size: cover;
            background-position: center;
            align-items: center;
        }
        
        html[lang="cn"] #bottom_menu .wrap:last-of-type li:nth-of-type(3) a::before,
		html[lang="cn"] #bottom_menu .wrap:last-of-type li:nth-of-type(4) a::before {
	    content: "";
	    display: inline-block;
	    width: 3rem;
	    height: 3rem;
	    background-image: url("../img/svg/call.svg");
	    background-size: cover;
	    background-position: center;
	    margin-right: 0.5em;
	    vertical-align: middle; /* 아이콘이 문자와 높이 맞춤 */
		}
    /* //문의 영역 */
    .exit{
        position: absolute;
        right: 3rem;
        top: 3rem;
        cursor: pointer;
    }
    .exit span{
        display: block;
        width: 3rem;
    }
/* //bottom_menu 영역 */
/* // channel_talk / bottom_menu */

/* 번역 적용 시 전체 카톡/라인 제거 css [s] */
html[lang=cn] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(1),
html[lang=jp] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(1),
html[lang=en] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(1),
html[lang=vi] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(1),
html[lang=th] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(1) {
	display : none;
}

html[lang=cn] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(2),
html[lang=jp] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(2),
html[lang=en] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(2),
html[lang=vi] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(2),
html[lang=th] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li:nth-of-type(2) {
	display : none;
}
/* 번역 적용 시 전체 카톡/라인 제거 css [e] */

/* 영어일때 처리 [s]*/
html[lang=en] #bottom_menu_wrap .list_wrap.total-wrap .sns-app-wrap ul li span:nth-of-type(2) {
		width: unset;
	    overflow: unset;
	    text-overflow: unset;
	    white-space: unset;
	}

/* 영어일때 처리 [e]*/


@media all and (max-width:550px){
    #channel_talk > span, #bottom_menu > span{
        width: 4rem;
        height: 4rem;
        right: 2rem;
        bottom: 8rem;
    }
    #bottom_menu > span{
        bottom: 2rem;
    }
    #channel_talk > span img, #bottom_menu > span img{
        display: block;
        width: 100%;
    }
    #bottom_menu .wrap > span, #bottom_menu .wrap:nth-of-type(2) li span{
        font-size: 1.5rem;
    }
    #bottom_menu .wrap:first-of-type li,#bottom_menu .wrap:last-of-type li a{
        font-size: 2.2rem;
    }
    #bottom_menu .wrap:first-of-type li a::after, #bottom_menu .wrap:last-of-type li:last-of-type a::before{
        width: 2.3rem;
        height: 2.3rem;
    }
    #bottom_menu .wrap:nth-of-type(2) li img{
        width: 5rem;
    }
    #bottom_menu_wrap .wrap:nth-of-type(2) ul{
        justify-content: center;
        gap: 3rem;
        flex-wrap: wrap;
    }
    #bottom_menu .wrap:not(:nth-of-type(2)) li:not(:last-of-type){
        margin-bottom: 1.5rem;
    }
}