@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {font-family: 'Noto Sans', sans-serif;}





/*추가*/
/* 메인 */
.swiper_product .swiper-pagination > span:nth-child(1):before{
    content: "Smart Device CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(2):before{
    content: "IC Package CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(3):before{
    content: "Networks Equipment CCL";
    
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(4):before{
    content: "5G/6G Communications CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(5):before{
    content: "PFC";
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(6):before{
    content: "5G Antenna Module";
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(7):before{
    content: "MEMS Timing Solution";
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: auto;
}


.swiper_product span.swiper-pagination-bullet:before{font-size: 1.6rem; letter-spacing: -0.8px;}
.swiper_product .swiper-pagination > span:after{margin-left: 1rem;}
.swiper_product .swiper-pagination > span{margin-left: 1rem;}


.intro_txt{font-size: 5rem; letter-spacing: -2px;}
.intro_box_wrap > ul > li > .intro_box > .num_txt > span{font-size: 3.4rem;}

.intro_txt.pc{display: flex;}


.intro_txt.ta{display: none;}
.intro_txt.mo{display: none;}

/*gnb*/
body.pc #header.pc .sub li .depth3_list li a {
    font-size: 1.5rem;
    letter-spacing: -1px;
    line-height: 2rem;
}

.header__bottom .sub li .depth3_list li{margin: 8px 0;}
.header__bottom .sub .on_depth .depth3_list:first-child, .header__bottom .sub .on_depth .depth3_list.one{ height: 160px !important;}

body.pc #header.pc{height: 374px;}


/*헤더*/

#header.reverse .search-title { 
    overflow:hidden; 
    width: 168px;
    height:40px; 
    margin-top:4px; 
    background:url("../images/logo_text_en_pc.svg") center top no-repeat; 
    text-indent:-9999px 
} 


#header.active .search-title{
    background: url(../images/logo_text_en_pc.svg) no-repeat center top;
    /*background-size: 130px;*/
    width: 168px;
    margin-top: 4px;
}
.header__bottom .search-title{
    background: url(../images/logo_white_en.svg) center top no-repeat;
    /*background-size: 130px;*/
    width: 168px;
    margin-top: 4px;
}
body.pc #header.pc .search-title {
    overflow: hidden;
    background: url(../images/logo_text_en_pc.svg) no-repeat center top;
    /*background-size: 130px;*/
    width: 168px;
    margin-top: 4px;
}



/*풋터*/

footer .footer-top__sitemap > ul > li:first-child > .sub-list > li > .sub-depth3-list .sub_depth3{letter-spacing: -1.3px;}

.regist-content li:nth-child(2) label{width: 10rem;}
.regist-content li:nth-child(3) label{width: 10rem; margin-left: 0;}
.regist-content label{width: 10rem; /*word-break: break-all;*/}
.regist-content{width: 70rem;}
.st01 .regist_input {width: 57rem;}
.st03{margin: 3rem 0 0 10rem;}
.st04{margin: 3rem 0 0 10rem;}


.regist-content #registAgree[type="checkbox"]+label{width: 37rem;}
.st02{margin-right: 25px;}
.st02 .regist_input{width: 22rem;}
.regist-content .st01{width: auto;}



/* 역사 */
.history_main > .history_wrap > .visualtext > ul > li{padding: 0 10px;}
.history_main > .history_wrap > .visualtext > ul > li > p.ttl{
    font-size: 4rem;
    line-height: 4.5rem;
    letter-spacing: -1.2px;
}
.history_main > .history_wrap > .visualtext > ul > li div.desc{margin-top: 30px;}
.history_cate div a{letter-spacing: -.5px; padding: 0 10px; height: 7rem; line-height: 1.6rem; text-align: center;}






/* 미디어쿼리 */
@media screen and (max-width: 1560px) {
	.header__bottom nav .depth_01 {transform: translate(-59%,0);}
}
@media screen and (max-width: 1400px) {
	.header__bottom nav .depth_01 {transform: translate(-63%,0);}
	.header__bottom nav .depth_01 > li {width: 14rem;}
}
@media screen and (max-width: 1280px){
    .intro_txt {font-size: 4.2rem; letter-spacing: -1px;}
    .history_main > .history_wrap > .visualtext > ul > li div.desc{width: 30rem;}
    .history_cate div a{height: 7rem;}
    .history_cate div a.active {height: 7rem;}
    .history_main > .history_wrap > .visualtext > ul > li > p.ttl{font-size: 3.5rem;    line-height: 4rem;}
	/*   
    .header__bottom nav .depth_01 {transform: translate(-60%, 0);}
    */
    
}
@media screen and (max-width: 1170px){
	.header__bottom nav .depth_01 > li {width: 12rem;}
} 
@media screen and (max-width: 1080px){
    .intro_box_wrap > ul > li > .intro_box{white-space: initial;}
    .swiper_product .swiper-pagination > span{margin-left: 0;}
    .intro_box_wrap > ul > li{margin-right: 1rem; width: 24rem;}
    .intro_box_wrap > ul > li > .intro_box{padding: 2.2rem 1.2rem;}
    .intro_box_wrap > ul > li > .intro_box > .num_txt > span {font-size: 2.3rem;}
    .intro_txt {font-size: 3rem;}
    .history_main > .history_wrap > .visualtext > ul > li div.desc{width: 50rem;}
    .history_main > .history_wrap > .visualtext > ul > li > p.ttl{line-height: 3rem; font-size: 3rem; margin-top: 10px;}
    footer .footer-bottom .logo-area p{width: 300px;}
    .history_main > .history_wrap > .visualtext > ul > li{padding-left: 5rem;}
    
    .header__bottom .sub .on_depth .depth3_list{height:140px;}
    .header__bottom .sub .on_depth .depth3_list:first-child, .header__bottom .sub .on_depth .depth3_list.one {
        height: 140px;
    }
    .slide-wrapper__main .text-area span{letter-spacing: -2px;}
    .header__bottom #logo-title{right: -80px;}
    #header .search-title{        
        background: url(../images/logo_white_en_mo.svg) no-repeat center 1px/100px;
        width: 112px;
        height: 30px;
        /*background-size: 100px;*/
    }
    #header.active .search-title{
       background: url(../images/logo_text_en_mo.svg) no-repeat center 1px/100px;
       width: 112px;
       height: 30px;
       top: -18px;
       margin-top: 0;
       /*background-size: 100px;*/
       
    }
    #header.reverse .search-title{
        background: url(../images/logo_text_en_mo.svg) no-repeat center 1px/100px;
       width: 112px;
       height: 30px;
       top: -18px;
       margin-top: 0;
    }
    
    
    .header__bottom #logo-title{/*margin-top: -18px;*/}
    .st02 .regist_input{width: 24rem; width: calc(100% - 10rem); font-size: 1.3rem;}
    .st01 .regist_input {width: 24rem; width: calc(100% - 10rem);}
    .regist-content{width:100%;}
    .regist-content li:nth-child(1) label{width: 10rem;}
    .regist-content li:nth-child(2) label{width: 10rem;}
    
    .st03 {margin: 1.9rem 0 0 10rem;}
    
    .intro_txt{font-size: 5rem; letter-spacing: -1.5px;}
    
    .intro_txt > p {font-size: 4rem; line-height: 6rem;}
    
    .intro_txt > p {font-size: 4rem; line-height: 44px;}

    .intro_txt.pc{display: none;}
    .intro_txt.ta{display: none;}
    .intro_txt.mo{display: flex;}
    
    
    .intro_txt > .txt_1_1 {transform: translateY(170px);}    
    .intro_txt > .txt_2_1 {transform: translateY(104px);}
    .intro_txt > .txt_1{transform: translateY(82px);}
    .intro_txt > .txt_2{transform: translateY(-28px);}
    .intro_txt > .txt_3{transform: translateY(-10px);}
    
    .regist-content #registAgree[type="checkbox"]+label {width: 18rem;}    
    .swiper-product .product_txt> p:nth-child(2) {line-height: 2rem;}
    
}



@media screen and (max-width: 767px){
    .swiper_product .swiper-pagination > span:nth-child(1):before,
    .swiper_product .swiper-pagination > span:nth-child(2):before,
    .swiper_product .swiper-pagination > span:nth-child(3):before,
    .swiper_product .swiper-pagination > span:nth-child(4):before,
    .swiper_product .swiper-pagination > span:nth-child(5):before,
    .swiper_product .swiper-pagination > span:nth-child(6):before, 
    .swiper_product .swiper-pagination > span:nth-child(7):before {
        content: "";
    } 
    .search_side_wrap .dwn_btn{width:100%}
    
    .swiper_head > .swiper_ttl{margin-top:50px;}
    .swiper_product .swiper{margin-top:2.9rem;}

    .intro_txt > p {font-size: 2.3rem; line-height: 30px;}


       
    
    
    .history_main > .history_wrap > .visualtext > ul > li > p.ttl{ line-height: 2.5rem;  margin-right: 100px; letter-spacing: -1px; font-size: 2rem;}
    .history_main > .history_wrap > .visualtext > ul > li{padding-left: 2.5rem;}
    .slide-wrapper__main .text-area span{font-size: 24px; line-height: 30px;}
    .swiper-product .product_txt> a.dtbtn{right: 1.5rem; margin-top: 2rem;}
    .swiper-product .product_txt> p:first-child span{font-size: 1.8rem; letter-spacing: -1px;}
    
    .slide-wrapper__main .text-area{margin-right: 1.6rem;}
    .regist-content label{width: 8rem; letter-spacing: -1px; font-size: 1.4rem; text-align: left; margin-right: 22px;}
    #registAgree[type="checkbox"]+label {margin: 0 0.5rem; font-size: 1.25rem; width: 14rem;}
    
    .regist-content li:nth-child(1) label{width: 7rem;}
    .regist-content li:nth-child(2) label{width: 7rem;}
    .regist-content li:nth-child(3) label{width: 7rem;}
    
    .st03 a{letter-spacing: -1px;}
    .st04 {margin: 0 auto; margin-top:25px;}
    
    .intro_box_wrap{top: 1rem;}
        
    .intro_txt > .txt_1_1 {transform: translateY(135px);}    
    .intro_txt > .txt_2_1 {transform: translateY(80px);}
    .intro_txt > .txt_1{transform: translateY(74px);}
    .intro_txt > .txt_2{transform: translateY(-10px);}
    .intro_txt > .txt_3{transform: translateY(-5px);}
    
    
    .intro_txt.pc{display: none;}
    .intro_txt.ta{display: none;}
    .intro_txt.mo{display: flex;}
    
    .st03 { margin: 1.6rem 0 0 9.5rem;}
    
}

   



@media screen and (max-width: 375px){
    

}

/**/  /**/

 /*제품 레이어팝업 추가*/
.pop-layer .repop.regist-content{padding: 10px 10px 0;}
.pop-layer .repop .st01 .regist_input{width: 42.5rem;}
.pop-layer .repop .st02 .regist_input{width: 42.5rem; margin-bottom: 0.8rem;}
.pop-layer #registAgreePop[type="checkbox"] + label {font-size: 1.35rem;    letter-spacing: -1px;}

.pop-layer p.ctxt{}
.pop-layer .repop .st01{}
.pop-layer .repop .st02{margin-right: 0;}
.pop-layer .st03{margin: 1.2rem 0 1.5rem 10rem;}


@media screen and (max-width: 1080px) {
     /*제품 레이어팝업 추가*/
    .pop-layer .st03{margin: 1.2rem 0 1.5rem 0rem;}
    .pop-layer .st04{margin: 3rem auto;}
    .pop-layer .repop .st01 .regist_input{width: 100%;}
    .pop-layer .repop .st02 .regist_input{width: 100%;}
    .pop-layer .repop .st03 .regist_input{float: right;}
    .pop-layer p.ctxt{width: 100%;}
    
}

@media screen and (max-width: 767px) {
     /*제품 레이어팝업 추가*/
   .pop-layer{}
   .pop-layer .st04{}
   .pop-layer p.ctxt { width: 100%;}
    
}

@media screen and (max-width: 500px) {
    .pop-layer #registAgreePop[type="checkbox"] + label {width: 64%;}
    .pop-layer .repop .st03 a{float: right;}
}

@media screen and (max-width: 375px) {
     /*제품 레이어팝업 추가*/
   .pop-layer{width: 340px; left: 50%;}
}








