@media (hover: hover) {


	header a:hover,
	.scroll-top.visible:hover,
	.bar-lang:hover,
	.contact-link a:hover,
	.lang-btn a:hover {
	    border-bottom: 1px solid;
	    cursor: pointer;
	}

	.section3 .projects-list li a:hover,
	.accordion-item:hover .accordion-trigger{
		color: rgba(0,0,0,0.3);
		cursor: pointer;
	}

	.accordion-item.open:hover .accordion-trigger{
		color: rgba(0,0,0,1);
	}
    /* 왼쪽 페이지 또는 왼쪽 언어 그룹 hover */

    .panel:has(.panel__left:hover) .bar-lang-left .bar-lang,
    .bar-lang-left:hover .bar-lang {
      display: block;
    }

    .panel:has(.panel__left:hover) .bar-lang-left .bar-lang.active,
    .bar-lang-left:hover .bar-lang.active{
        border-bottom: 1px solid #000;
    }


    /* 오른쪽 페이지 또는 오른쪽 언어 그룹 hover */

    .panel:has(.panel__right:hover) .bar-lang-right .bar-lang,
    .bar-lang-right:hover .bar-lang {
      display: block;
    }

    .panel:has(.panel__right:hover) .bar-lang-right .bar-lang.active,
    .bar-lang-right:hover .bar-lang.active{
        border-bottom: 1px solid #000;
    }


}

@media (min-width: 1800px) {


}

@media (min-width: 813px) and (max-width: 1200px) {

}

@media (max-width: 813px) {

	 /* ========================================
   LANGUAGE FONT STYLE - MOBILE
======================================== */


/* EN */

.panel-language[data-language="en"],
.ideas-page[data-language="en"] {
  --font-size-intro: var(--font-intro-m-en);
  --font-size-m: var(--font-m-m-en);
  --font-size-s: var(--font-s-m-en);
}


/* KO */

.panel-language[data-language="ko"] {
  --font-size-intro: var(--font-intro-m-ko);
  --font-size-m: var(--font-m-m-ko);
  --font-size-s: var(--font-s-m-ko);
}


/* JA */

.panel-language[data-language="ja"] {
  --font-size-intro: var(--font-intro-m-ja);
  --font-size-m: var(--font-m-m-ja);
  --font-size-s: var(--font-s-m-ja);
}

		header{
            justify-content: space-between;
                    position: fixed;
    }

    header a:nth-child(2){
        display: none;
    }

    h2 {
        font-size: var(--font-size-intro);
        
    }

    .pcver{
    	display: none !important;
    }

    .mver{
    	display: block !important;
    }

    .lang-btn {
        display: block;
            position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: max-content;
        display: flex;
        padding: 15px 20px;
        font-size: var(--font-size-s);
        line-height: 1;
        z-index: 100;
    }

    .lang-btn a {
    margin-left: 30px;
    }

    .lang-btn a.active {
    border-bottom: 1px solid #000;
}

    .lang-btn a:first-child{
    	margin-left: 0;
    }



    .panel__right {
        display: none;
    }

    .js-resize-bar.panel__bar {
        display: none;
    }
    .panel__left{
        width: 100%;
    }

    .section2{
            grid-template-columns: 100%;
    }

    .section2-img{
            padding: 15px 0px 45px;
    }

     .section1 h2{
        line-height: 1.2;
        padding: 0 20px;
    }

    .section3 .projects-list li a{
        grid-template-columns: 33.3333% 66.6666%;
    }



    .section3 .question .first-line div{
        display: none;
    }

    .section3 .question li{
        grid-template-columns: 100%;
    }

    .section3 .question li div{
        display: none;
    }

    .section3 .question .first-line li a span:last-child,
    .section3 .projects-list li a span:last-child {
        display: none;
    }

    .section4 .box{
            width: 100%;
    grid-template-columns: 100%;
    gap: 0;
    }

    .clock-group {
        display: none;
    }

    .section4 .box{
            padding: 0 0 100px;
    }

        .accordion-list {
    width: calc(100% - 40px);
    }

    .accordion-trigger{
        font-size: var(--font-size-s);
    }

    .accordion-trigger{
        padding: 20px 0;
    }

    .section2 ul{
            padding: 0;
    }


}

@media only screen and (min-device-width : 813px) and (max-device-width : 1366px){

}

@media only screen and (min-device-width : 813px) and (max-device-width : 1366px) and (orientation:portrait){

}

@media all and (max-device-width: 812px) and (orientation:portrait){



}