/* store_area */

.store_text{
color:#000!important;
}

/* main_faq */

.faq_p_span{
    font-size: 2.5rem;
    display: block;
    margin-top: 1rem;
}

/* //main_faq */


/* worldmap_area */

section#world_area{
	background-color:#1a2038;
	margin-bottom:-2rem;
    padding-bottom: 7rem;
}

.worldmap_text{
	color:#fff;
	font-size: 4rem;
    padding-bottom: 0 !important;
}

div#world_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.worldmap_img_wrap img{
	width:79vw;
}

.worldmap_img_wrap{
width:79vw;}

.worldmap_h1{
    position: absolute;
    width: 4vw !important;
    left: 29vw;
    margin-top: 14vw;
    animation-duration: var(--fa-animation-duration, 2s)!important;
}

.worldmap_h2{
    position: absolute;
    width: 3vw !important;
    left: 61vw;
    margin-top: 16vw;
    animation-duration: var(--fa-animation-duration, 2s)!important;
}
.worldmap_h3{
    position: absolute;
    width: 2vw !important;
    left: 51vw;
    margin-top: 16vw;
    animation-duration: var(--fa-animation-duration, 2.05s)!important;
}
.worldmap_h4{
    position: absolute;
    width: 2vw !important;
    left: 32vw;
    margin-top: 25vw;
    animation-duration: var(--fa-animation-duration, 2.05s)!important;
}
.worldmap_h5{
    position: absolute;
    width: 2vw !important;
    left: 74vw;
    margin-top: 33vw;
    animation-duration: var(--fa-animation-duration, 2.05s)!important;
}
.worldmap_h6{
    position: absolute;
    width: 2vw !important;
    left: 72vw;
    margin-top: 12vw;
    animation-duration: var(--fa-animation-duration, 2s)!important;
}
.worldmap_h7{
    position: absolute;
    width: 2vw !important;
    left: 18vw;
    margin-top: 10vw;
    animation-duration: var(--fa-animation-duration, 2s)!important;
}
/* //worldmap_area */


/* hiddentag_area */
section#hiddentag_area{
    background-color: #1a2038;
}


.hiddentag_service_title{
    color: #fff;
}

.common_section .section_title p{
    color:#fff;
}

.hiddentag_service_wrap{
    display: flex;
    flex-direction: column;
    margin-bottom:0!important;
}

.hiddentag_service ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.hiddentag_service ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    width: calc((100% - 10rem) / 3);
}

.hiddentag_service_list img{
    width: 25rem;
}

.hiddentag_service_list_text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiddentag_service_list_text p{
    color: #fff;
    font-size: 3rem!important;
    text-align: center;
    padding-top: 2rem;
}

.hiddentag_service_list_text span{
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 2rem 0 2rem;
}

.hiddentag_area_button{
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 0.5rem;
    position: relative;
    /*width: 130px;*/
    margin: 0 auto;
}


.hiddentag_area_button a{
    font-size: 1.8rem;
    color: #1B2340;
    font-family: Pretendard_bold, serif;
}
/* //hiddentag_area */


/* youtube_area */
#youtube_wrap{
    display: flex;
    flex-direction: column;
}

.youtube_content{
    margin:0 auto;
}

.youtube_content_box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube_content_box iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}

.youtube_button{
    padding: 1rem 2rem;
    background-color: #1B2340;
    border-radius: 0.5rem;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.youtube_button a{
    font-size: 1.8rem; color: #fff; font-family: Pretendard_bold, serif; text-align:center;
}
/* //youtube_area */




/* reference area */

.reference_wrap{
    display: flex;
    flex-direction: column;
    margin-bottom:0!important;
}

.client_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.client_ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
}

.client_li{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2vw;
    /*width: calc((100% - 80rem) / 5);*/
    justify-content: center;
    padding-bottom: 2rem;
}

.client_li ul li{
    /*margin-bottom:2rem;*/
}

.client_li ul{
    display: flex;
    align-items: center;
    flex-direction: column;
    /*gap: 2vw;*/
    gap: 0.5vw;
}

.client_list{
   text-align:center;
}

.client_list img{
    width: 25rem;
}

.client_title{
    font-size:2.5rem;
    text-align: center;
    line-height: 5rem;
    width: 17rem;
    background-color: #1a2038;
    color:#fff;
    margin-bottom: 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 1rem;
}

.client_list_text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 영어일때 처리 [s]*/
html[lang=en] .client_title {
	font-size: 1.6rem;
}
/* 영어일때 처리 [e]*/

/* 일어일때 처리 [s]*/
html[lang=ja] .client_title {
	font-size: 1.6rem;
}
/* 일어일때 처리 [e]*/

/* 베트남어일때 처리 [s]*/
html[lang=vi] .client_title {
	font-size: 1.2rem;
}
/* 베트남어일때 처리 [e]*/

/* 태국어일때 처리 [s]*/
html[lang=th] .client_title {
	font-size: 1.2rem;
	width: 20rem;
}
/* 태국어일때 처리 [e]*/

.client_list_text p{
    color: #fff;
    font-size: 3rem!important;
    text-align: center;
    padding-top: 2rem;
}

.client_list_text span{
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 2rem 0 2rem;
}

.client_button{
    padding: 1rem 2rem;
    background-color:#1a2038;
    border-radius: 0.5rem;
    position: relative;
    /*width: 130px;*/
    margin: 0 auto;
}


.client_button a{
    font-size: 1.8rem;
    color: #fff;
    font-family: Pretendard_bold, serif;
}

/* //reference area */

.popup_main {
	position: fixed;
	top : 130px;
	left : 10vh;
	width: 40rem;
	z-index: 10000;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom : 5px;
}

.popup_wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup_wrap .store-link {
	display: flex;
    justify-content: center;
    align-items: center;
}

.popup_wrap.popup_shop {
	top : 330px;
}

.popup_wrap :last-of-type {
	margin-bottom : 0;
}

.popup_wrap img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left : 1px solid #1a2038;
	border-right : 1px solid #1a2038;
	border-top : 1px solid #1a2038;
}

.popup_text {
	display : flex;
	justify-content: flex-start;
	align-items: center;
	background-color: white;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left : 1px solid #1a2038;
	border-right : 1px solid #1a2038;
	border-bottom : 1px solid #1a2038;
}

.popup_box label {
	font-size: 15px;
	display : flex;
	justify-content: flex-start;
	align-items: center;
	gap : 4px;
	margin-right: auto;
}

.popup_box {
	width: 100%;
	padding : 1rem 0 1rem 1rem;
}

.popup_text a {
	font-size: 15px;
	padding : 1rem 1rem 1rem 0;
}

/* footer store */
.footer-store .inner {
	padding : 0 19rem 19rem 19rem;
}

.footer-store a {
	display: flex;
    justify-content: center;
    align-items: center;
}

.footer-store .inner img {
	width: 100%;
}

@media (max-width:1325px){
/* bottom_menu_area */
.channel_talk_mobile_btn{
    display: block!important;
    transition:0.3s;
}
#call_popup {
	display: none!important;
}

.PC_bottom_menu{
    display: none!important;
    transition:0.3s;
}

.blink{
    display: none!important;
    transition:0.3s;
}

@-webkit-keyframes 'blink' {
    0% { opacity: 0.1; }
    50% { opacity: 1; }
    100% { opacity: 0.1; }  
}

.blink {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease;
}

/* //bottom_menu_area */


.worldmap_text{
	color:#fff;
	font-size: 4rem;
    padding-bottom: 0 !important;
}



}



@media (min-width:1325px){
	
/*팝업 [s]*/

/*팝업 [e]*/

/* reference_area */
.client_ul2{
margin-top:4rem;
margin-bottom:3rem;
}
/* //reference_area */

/* hiddentag_area */
.hiddentag_service ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.hiddentag_service ul li{
    width:20vw;
}

.hiddentag_service_list img{
    width: 17vw;
}
/* //hiddentag_area */





/* bottom_menu_area */
/*#channel_talk{
    display: block;
    transition:0.3s;
    cursor: pointer;
}*/
.channel_talk_pc_btn{
    display: block;
    transition:0.3s;
    cursor: pointer;
}
.channel_talk_mobile_btn {
	display: none;
}
.PC_bottom_menu{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 11rem;
    bottom: 3rem;
    gap: 3rem;
    z-index: 2;
    transition:0.3s;
}
.PC_bottom_menu li{
    display: block;
    height: 5rem;
}
.PC_bottom_menu li a{
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    height: 5rem;
    border-radius: 2.5rem;
    box-sizing: border-box;
    cursor: pointer;
}
.PC_bottom_menu li a span:first-of-type{
    display: block;
    width: 5rem;
    height: 5rem;
}
.PC_bottom_menu li a span:last-of-type{
    font-size: 1.8rem;
    font-family: "Pretendard_exbold";
    padding: 0 2.5rem 0 1.5rem;
}

@-webkit-keyframes blink {
    0%, 25% {
        opacity: 1;
        color: white;
    }
    50% {
        opacity: 0.5;
        color: white;
    }
    75% {
        opacity: 1;
        color: #1a2038;
    }
    100% {
        opacity: 0.5;
        color: #1a2038;
    }
}

.blink {
    -webkit-animation: blink 2s infinite ease-in-out;
    animation: blink 2s infinite ease-in-out;
}



.b_call{
                display: block;
                height: 5rem;
                cursor: pointer;
                position: fixed;
                z-index: 2;
                bottom: 8rem;
                color: #fff;
                font-size: 2rem;
                width: 14rem;
                line-height: 5rem;
                right: 51.5rem;
                font-family: Pretendard_bold, serif;}
html[lang="cn"] .b_call { line-height: 3rem; bottom: 10rem; }

#call_popup{
                display: none!important;
                position: fixed;
                left: 50%;
                top: 50%;
                padding: 7rem 5rem;
                /* background-color: rgb(187 230 255 / 58%); */
                z-index: 30;
                text-align: center;
                border-radius: 3rem;
                margin-left: -28rem;
                margin-top: -9rem;
                display: flex;
                backdrop-filter: blur(10px);
                flex-direction: column;
                /* background: rgb(193 229 255 / 93%); */
                background: linear-gradient(0deg, rgb(132 175 221 / 58%) 0%, rgb(213 245 255 / 80%) 100%);
                box-shadow: 0.5rem 0.5rem 1rem #00000021;
                border: 1px solid #1a1f35;
}

/* 베트남어 일 때 [s]*/
html[lang=vi] #call_popup {
	left : 36.8%;
}
/* 베트남어 일 때 [s]*/
html[lang=th] #call_popup {
	left : 42%;
}
/* 베트남어 일 때 [e]*/
#call_popup.active{
display: block!important;
}

/* 러시아어 일 때 [s]*/
html[lang=ru] #call_popup {
	left : 28%;
}
/* 러시아어 일 때 [e]*/

.call_exit{
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor:pointer;
}

.call_popup_wrap{
display:flex;
align-items: center;
flex-direction: row;
/* height: 7rem; */
}

.call_popup_left{
display:flex;
flex-direction: column;
align-items: center;
height: 10rem;
justify-content: space-between;
padding-right: 1rem;
}

.call_popup_img{
    width: 7rem;
    height: 7rem;
}

.call_popup_left_span{
    font-size: 2rem;
    font-family: 'Pretendard_bold';
    color: #1a1f35;
    padding-top: 1rem;
}

.call_popup_right{
display:flex;flex-direction: column;padding: 0rem 2rem;align-items: flex-start;/* height: 12rem; */justify-content: space-between;
}

.call_popoup_right_span1{
                font-size: 2.2rem;
                font-family: 'Pretendard_bold';
                color: #0c5eb5;
                padding-bottom: 0.5rem;
}

.call_popoup_right_span2{
                font-size: 4.8rem;
                font-family: 'Pretendard_exbold';
                color: #1a1f35;
}

.call_popoup_right_span3{
                font-size: 1.8rem;
                color: #ffffffd6;
}


/* //bottom_menu_area */
}



@media (max-width: 1330px) {
.client_list img{
    width: 18rem;
}
}

@media (max-width: 1024px) {


.hiddentag_service_list img {
    width: 19rem;
}

.hiddentag_service ul{
        gap: 3rem;
}

.hiddentag_service ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    width: calc((100% - 6rem) / 3);
}

.hiddentag_service_list_text p{
font-size:2.5rem!important;
}

.hiddentag_service_list_text span{
font-size:1.8rem!important;
}

}



@media (max-width: 990px) {
.client_list img{
    width: 15rem;
}

.client_title {
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
    width: 15rem;
    background-color: #1a2038;
    color:#fff;
    margin-bottom: 3rem;
    border-radius: 0.5rem;
	}
	html[lang=en] .client_title {
	font-size: 1.2rem;
	}
}

@media (max-width: 830px) {

#inquiry_wrap .text p {
    text-align: center;
}

.client_list img{
    width: 13rem;
}

.client_ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
    }
.client_li {
	width: 47%;
	justify-content: flex-end;
}

.client_li:nth-child(even) {
	justify-content: flex-start;
}

.hiddentag_service ul{
        gap: 6rem;
}

.hiddentag_service ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    width: calc((100% - 3rem) / 3);
}
}


@media (max-width:800px) {
.client_list img{
    width: 12rem;
}


    .client_title {
        font-size: 1.5rem;
        text-align: center;
        line-height: 3rem;
        width: 12rem;
    background-color: #1a2038;
    color:#fff;
        margin-bottom: 3rem;
        border-radius: 0.5rem;
    }
    html[lang=en] .client_title {
		font-size: 1.2rem;
	}
	/* 베트남어일 때 처리 [s]*/
    html[lang=vi] .client_title {
		width: 18rem;
	}
	/* 베트남일 때 처리 [s]*/
}

@media (max-width:680px) {
.client_list img{
    width: 10rem;
}


    .client_title {
        font-size: 1.5rem;
        text-align: center;
        line-height: 3rem;
        width: 10rem;
    background-color: #1a2038;
    color:#fff;
        margin-bottom: 3rem;
        border-radius: 0.5rem;
    }
    /* 영어일 때 처리 [s]*/
    html[lang=en] .client_title {
		width: 14rem;
	}
	/* 영어일 때 처리 [e]*/
	/* 일어일 때 처리 [s]*/
    html[lang=ja] .client_title {
		width: 16rem;
	}
	/* 일어일 때 처리 [s]*/
}

@media (max-width: 550px) {
.hiddentag_service ul li{
width: 100%;
}

.client_list img{
    width: 9rem;
}


    .client_title {
        font-size: 1.3rem;
        text-align: center;
        line-height: 3rem;
        width: 9rem;
    background-color: #1a2038;
    color:#fff;
        margin-bottom: 3rem;
        border-radius: 0.5rem;
    }


.worldmap_text{
	color:#fff;
	font-size: 1.5rem!important;
    padding-bottom: 0 !important;
}

.ht_biz_text{
font-size: 2rem!important;
}

.ht_biz_sub_text{
font-size: 1.1rem!important;
}
}


@media (max-width: 680px) {

.hiddentag_service_list img {
    width: 15rem;
}

.hiddentag_service_list_text p{
font-size:2rem!important;
}

.hiddentag_service_list_text span{
font-size:1.5rem!important;
}
}



@media (max-width: 550px) {
.hiddentag_service_list img {
    width: 15rem;
}

.hiddentag_service_list_text p{
font-size:1.8rem!important;
}

.hiddentag_service_list_text span{
font-size:1.3rem!important;
}


}


@media (max-width: 500px) {

.client_list img{
    width: 7rem;
}


    .client_title {
        font-size: 1.3rem;
        text-align: center;
        line-height: 2.5rem;
        width: 7rem;
    background-color: #1a2038;
    color:#fff;
        margin-bottom: 3rem;
        border-radius: 0.5rem;
    }
}


@media (max-width: 400px) {

.client_list img{
    width: 6rem;
}


    .client_title {
        font-size: 1.2rem;
        text-align: center;
        line-height: 2.5rem;
        width: 6rem;
    background-color: #1a2038;
    color:#fff;
        margin-bottom: 3rem;
        border-radius: 0.5rem;
    }
}

/* 2024-09-30 [s] */
.youtube-section .inner {
    padding : 0 19rem 19rem 19rem;
}

.youtube-section .inner .video-box .ic-black-cancel {
    display : none;
    position: absolute;
    top : 1rem;
    left : 10%;
    background: url('../img/svg/ic-black-cancel.svg') no-repeat center/cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.youtube-section .inner .video-box .ic-black-cancel.active {
    display : block
}

.youtube-section .video-box {
    width: 100%;
    display : flex;
    justify-content: center;
    align-items: center;
    gap : 2rem;
    padding : 4rem 0 0 0;
    position: relative;
}

.youtube-section .video-box:nth-of-type(2) {
    margin-top : 2rem;
}

.youtube-section .video-box .thumbnail {
    flex : 0 0 49%;
    position: relative;
    padding-bottom: 27.25%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

.youtube-section .video-box .thumbnail.active {
    flex : 0 0 80%;
    padding-bottom : 45.5% !important;
}

.youtube-section .video-box .thumbnail.active .video-iframe {
    pointer-events: unset;
}

.youtube-section .video-box .thumbnail.none {
    display : none;
}

.youtube-section .video-box .thumbnail .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    pointer-events: none;
}

.youtube-section .youtube_button{
    width: 40%;
}

.youtube-section .youtube_button a{
    display : block;
    width : 100%;
}

/* 번역 적용 시 바텀 버튼 css [s] */
html[lang=cn] .PC_bottom_menu li:nth-of-type(1),
html[lang=cn] .PC_bottom_menu li:nth-of-type(4),
html[lang=ja] .PC_bottom_menu li:nth-of-type(1),
html[lang=ja] .PC_bottom_menu li:nth-of-type(4),
html[lang=en] .PC_bottom_menu li:nth-of-type(1),
html[lang=en] .PC_bottom_menu li:nth-of-type(4),
html[lang=vi] .PC_bottom_menu li:nth-of-type(1),
html[lang=vi] .PC_bottom_menu li:nth-of-type(4),
html[lang=th] .PC_bottom_menu li:nth-of-type(1)
html[lang=th] .PC_bottom_menu li:nth-of-type(4) {
	display : none;
}

html[lang=cn] .b_call {
	right: 30.5rem;
	width: 15rem;
}

html[lang=en] .b_call {
	right: 27.5rem;
	width: 17rem;
}

html[lang=ja] .b_call {
	right: 44rem;
	width: 17rem;
}
html[lang=vi] .b_call {
	right: 43.5rem;
	width: 17rem;
}
html[lang=th] .b_call {
	right: 39.5rem;
	width: 17rem;
}
html[lang=ru] .b_call {
	right: 41.5rem;
	width: 17rem;
}

/* 번역 적용 시 바텀 버튼 css [s] */

@media (max-width: 1325px) {
    .youtube-section .inner {
        padding : 0 8rem 20rem 8rem !important;
    }
    .footer-store .inner {
		padding: 0 8rem 20rem 8rem !important;
	}
	.popup_main {
		top : unset;
		left : 0;
		bottom : 0;
		width : 100%;
		flex-direction: unset;
		margin-bottom : 0;
		justify-content: space-around;
	}	
	.popup_wrap {
		width: 49.8%;
	}
	.popup_text {
		border-radius: unset;
	}
}

@media (max-width: 900px) {
    .youtube-section .inner {
        padding : 0 4rem 14rem 4rem !important;
    }
    .footer-store .inner {
		padding: 0 4rem 14rem 4rem !important;
	}
}

@media (max-width: 768px) {
    .youtube-section .video-box .thumbnail {
        padding-bottom: 44% !important;
    }
    .popup_main {
		flex-direction: column;
	}
    .popup_wrap {
		width: 100%;
	}
}

@media (max-width: 550px) {
    .youtube-section .inner {
        padding : 0 2rem 8rem 2rem !important;
    }
     .footer-store .inner {
		padding: 0 2rem 8rem 2rem !important;
	}
}

@media (max-width: 359px) {
    .youtube-section .video-box {
        flex-wrap: wrap;
    }
    .youtube-section .video-box:nth-of-type(2) {
        margin-top: 0;
        padding : 2rem 0 0 0;
    }
    .youtube-section .video-box .thumbnail {
        flex: 0 0 100%;
        padding-bottom : 75.25% !important;
    }
    .youtube-section .video-box .thumbnail .video-iframe {
        pointer-events: unset !important;
    }
    .youtube-section .youtube_button{
        width: 87%;
    }
}

/* 2024-09-30 [e] */

/* 영어일때 처리 [s]*/
html[lang=en] .call_popoup_right_span1 {
	text-align: left;
}
html[lang=en] .call_popoup_right_span3 {
	text-align: left;
}
/* 영어일때 처리 [e]*/

@media (max-width : 480px) {
	html[lang=th] .client_li {
		justify-content: center;
        width: 100%;
	}
}

@media (max-width : 420px) {
	html[lang=vi] .client_ul li {
	width: 100%;
	justify-content: center;
	}
}

@media (max-width : 380px) {
	html[lang=en] .client_ul li,
	html[lang=ja] .client_ul li,
	html[lang=cn] .client_ul li {
	width: 100%;
	justify-content: center;
	}
}