@charset "utf-8";
/**************************************************

	Respond.css

**************************************************/
/**************************************************

	Setting Device Width

**************************************************/
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;}.__pcta{display: none !important;}}
@media screen and (min-width: 750px){.__ta{display: none;} .__mo{display: none !important;} .__pcta{display: block !important;}}

/**************************************************

	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )

**************************************************/
html{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}
#header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/**************************************************

     Public

**************************************************/
@media screen and (max-width: 1200px) {

    /* Table */
    .table_scroll_wrap{position: relative;overflow-x: auto;}
    .table_scroll_wrap > table{min-width: 800px;}
    .table_scroll_wrap .scroll_alert{position: absolute;bottom: 0;right: 0;z-index: 2;background: rgba(0,0,0,0.7);line-height: 40px;padding: 0 20px;font-size: 12px;letter-spacing: -1px;color: #fff;text-align: center;white-space: nowrap;}
    .table_scroll_wrap .scroll_alert i{font-size: 20px;margin-left: 10px;display: inline-block;vertical-align: middle;}
    .table1 colgroup{display: none;}
    .table1 tr > *{padding: 10px 5px;font-size: 12px;line-height: 16px;}
    .table1 tbody th{width: 80px;}
    .table1 .inp{width: 40%;font-size: 13px;padding: 0 10px;letter-spacing: -1px;}
    .table1 .w100p{width: 100% !important;}	
    .table1 .w50p{width: calc(50% - 8px);}	
    .table1 .w33p{width: calc(33% - 8px);}	
    .table1 select{padding: 0 5px;font-size: 13px;letter-spacing: -1px;}
    .table1 textarea{height: 150px;font-size: 13px;line-height: 16px;padding: 10px;letter-spacing: -1px;}
    .table1 label{font-size: 13px;}
    .table1 em.tbl_sment{font-size: 13px;}
    .table1 .fileWrap .addFile{display: block;margin-top: 5px;margin-left: 0;}
    .table1 .fileWrap input[type=file]{width: 100%;}
    .table1 .many-inputs{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .table1 .many-inputs > *{display: inline-block;}
    .table1 .many-inputs .hipen{font-size: 12px;width: 10px;line-height: 35px;}

    /* Tab */
    .tab1{margin-bottom: 20px;}
    .tab1 li a{font-size: 14px;line-height: 50px;}

    /* Button */
    .btnWrap{ margin-top: 20px; }
    .btn1{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn2{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn3{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn1.small,
    .btn2.small,
    .btn3.small{padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}

    .sb-btn.type11{height: 30px;line-height: 30px;padding: 0 8px !important;background: #545c73;border: 1px solid #3b4151;color: #ffffff !important;font-size: 14px;color: #ffffff !important;min-width: 80px;}
    .sb-btn.type22{height: 30px;line-height: 30px;padding: 0 8px !important;background: #f7f7f7;border: 1px solid #ddd;color: #000000 !important;font-size: 14px;color: #2e2e2e !important;min-width: 80px;}

    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;vertical-align: top;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* Etc */
    
}

/**************************************************

	Layout

**************************************************/
@media screen and (max-width: 1200px) {

    /* for body */
	html{min-width: 320px;overflow-x: hidden;}
    body{padding: 0;}
    img{max-width:100%;}
    /* #smooth-content{padding-top: 55px;} */

    /* for header */
	#header{position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 3px 3px rgba(0,0,0,0.05);padding: 0 15px;}
	#header .inner{width: auto;height: 55px;}
    #header .logo{position: absolute;left: 0;height: 100%;line-height: 55px;}
    #header .logo img{width: auto;max-width: 120px;max-height: 40px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

    /* layout */
	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}
    #hd-sch{display: none;}

    #slide-btn{top: 50%;transform: translate(0, -50%);right: 0;display: block;width: 25px;height: 16px;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
    #slide-bg.on{display: block;}
    #slide-close{position: absolute;top: 0;right: 0;width: 60px;height: 55px;background: rgba(0,0,0,0.2) url('/images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: 0;width: calc(100% - 55px);height: 100%;display: none;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 55px;position: relative;background: var(--slidebar-bg-color);}
    #slide-menu.on{display: block;}

    #asd{right: 20px;bottom: 20px;}
    #asd .aside_gotop{width: 40px;height: 40px;}

    /* for header of mobile */
    #tnb-mo{padding: 0 20px;line-height: 50px;border-bottom: 1px solid #ddd;background: #f7f7f7;display: none;}
    #tnb-mo > li{display: inline-block;margin-right: 15px;vertical-align: middle;}
    #tnb-mo > li a{font-size: 14px;color: #666;letter-spacing: -1px;}

    #gnb-mo > li{border-bottom: 1px solid #eee;}
    #gnb-mo > li > a{position: relative;display: block;line-height: 45px;padding: 0 20px 0 37px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > a:before{content: '\f12f';display: block;font-family: axicon;position: absolute;top: calc(50% - 1px);left: 20px;font-size: 13px;color: #999;line-height: 0;}
    #gnb-mo > li.active{border-top: 1px solid #ccc;margin-top: -1px;background: #f7f7f7;}
    #gnb-mo > li.active > a:before{transform: rotate(180deg);}
    #gnb-mo > li > ul{padding: 8px 20px;border-top: 1px solid #e1e1e1;border-bottom: 1px solid #ccc;margin-bottom: -1px;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;padding-left: 15px;}
    #gnb-mo > li.hidden-gnb{display: none;}

    #hd-lan-mo{position: absolute;top: 0;left: 20px;z-index: 92;}
    #hd-lan-mo > a{display: block;line-height: 55px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('/images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo > ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 50%;transform: translate(0, -50%);left: 90px;z-index: 91;display: none;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 55px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('/images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}
    
    #hd-sch-pop{position: fixed;top: 0;left: 0;width: 100%;z-index: 202;box-shadow: 3px 10px 30px rgba(0,0,0,0.1);padding: 0;border: none;}
    #hd-sch-pop form{width: auto;}
    #hd-sch-pop .inp{width: calc(100% - 80px);text-indent: 10px;font-size: 14px;}
    #hd-sch-pop .sbm{width: 40px;}
    #hd-sch-pop .sbm:after{font-size: 16px;}
    #hd-sch-pop .close{width: 40px;}
    #hd-sch-pop .close:after{font-size: 16px;}

    /* for footer */
    #footer .fnbWrap .inner{width: auto;}
    #footer .fnbWrap .inner{width: auto;}
    #footer .ftWrap{width: auto;padding: 0;}
    #footer address{font-size: 11px;line-height: 1.5;font-style: normal;text-align: center;padding-top: 15px;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 10px;color: #777777;}
    
    #footer { padding: 40px 0;}
    #footer .ft_logo { text-align: center }
    #footer .ft_logo img { max-width: 120px; }

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 11px;color: #b3b3b3;letter-spacing: -1px;line-height: 35px;}

}

/**************************************************

	Multi ajax popup

**************************************************/
@media screen and (max-width: 1200px) {

    .layer-ajaxpopBG{z-index: 300;}
    .layer-ajaxpop{top: 50%;left: 20px;transform: translate(0, -50%);padding-top: 50px;width: calc(100% - 40px) !important;height: auto !important;}
    .layer-ajaxpop .pop-tit{height: 50px;}
    .layer-ajaxpop .pop-tit h3{font-size: 14px;line-height: 50px;}
    .layer-ajaxpop .pop-tit .close{width: 50px;height: 50px;line-height: 50px;}
    .layer-ajaxpop .pop-tit .close:after{line-height: 50px;font-size: 14px;}

    .layer-ajaxpop .pop-wrap{height: auto;max-height: calc(100vh - 90px);}

    /* sitemap */
    .layer-ajaxpop .sitemap > li{width: 49%;}
    .layer-ajaxpop .sitemap > li > a{font-size: 14px;}
    .layer-ajaxpop .sitemap > li ul{padding: 10px 0;}
    .layer-ajaxpop .sitemap > li ul li a{font-size: 13px;line-height: 16px;}

} 

/**************************************************

	Iniit progress bar

**************************************************/
@media screen and (max-width: 1200px) {
    #loading-screen .in{width: 200px;}
}

/**************************************************

	Main

**************************************************/
@media screen and (max-width: 1200px) {

    #main{  }
    #main #mainWrap{width: auto;margin: 0;}
    
    #main .visual { height: 100vh;}
    #main .visual .roll .item { align-content: center;}
    #main .visual .roll .item a { display: block; height: 100%;}
    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;transform: none;min-width: 0; height: 100%; object-fit: cover;}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}

    /* #main .visual .txt_box { left: 10px; right: 10px; transform: translateY(-50%);} */
    #main .visual .txt_box h2 img { max-width: 30vw;}
    #main .visual .txt_box p { padding-top: 20px; font-size: 22px;}

    /* enabled fullpage.js */
    html.fp-enabled #main .visual{padding-top: 55px;}
    #main .fp-section, #main .fp-section .fp-tableCell{height: auto !important;}
    #main .visual.fp-section, #main .visual.fp-section .fp-tableCell{height: auto !important;}
    #main .footer_wrap.fp-section, #main .footer_wrap.fp-section .fp-tableCell{height: 190px !important;}


    #mainWrap section { padding: 60px 0;} 
    #mainWrap .inner { padding: 0 15px;}

    .main_tit_box h3 { font-size: 24px;}
    .view_btn { width: 120px; height: 40px; margin-top: 30px; font-size: 16px;}


    .main_about { height: calc(100vh - 55px);}
    .main_about .cont_box { display: block;} 
    .main_about .img_box { width: 50%; margin: 0 auto; text-align: center;}
    .main_about .txt_box { width: 100%; margin: 40px 0 0;}
    .main_about .txt_box h3 { text-align: center;}
    .main_about .txt_box p { padding-top: 30px; font-size: 18px; text-align: center;}
    .main_about .txt_box .view_btn { margin: 30px auto 0;}

    .main_about .txt_box .wave { top: 21%; left: -15px; right: -15px;}

    .main_technology { height: calc(100vh - 55px);}
    .main_technology .inner { align-content: center;}
    .main_technology .list_box { margin-top: 30px; padding: 0 15px;}
    .main_technology .list_box li { padding: 0 10px;}
    .main_technology .list_box li strong { font-size: 20px;}
    .main_technology .list_box li .cir { max-width: 90%; margin: 0 auto; padding-top: 10px;}
    .main_technology .list_box li p { padding-top: 10px; font-size: 16px;}
    .main_technology .list_box .view_btn { margin-top: 30px;}


    .main_product .cont_box { padding-top: 30px;}
    .main_product .table_box table colgroup { display: none;}
    .main_product .table_box table th { padding: 12px; font-size: 16px;}
    .main_product .table_box table tbody td { font-size: 13px;}

    .main_product .img_box { padding-left: 30px;}
    .main_product .img_box .bottom_img p { font-size: 15px;}
    .main_product .view_btn { margin-top: 30px;}


    
    
}

@media screen and (max-width: 750px) {
    #main .visual .txt_box p { padding-top: 10px; font-size: 16px;}

    .main_about .cont_box { align-content: center;}
    .main_about .txt_box { margin-top: 20px;}
    .main_about .txt_box p { padding-top: 15px; font-size: 16px;}


    .main_technology .list_box ul { flex-wrap: wrap; margin: -10px;}
    .main_technology .list_box li { width: 50%; padding: 10px;}

    .main_product .cont_box { display: block;}
    .main_product .table_box table tbody th img { max-width: 60px;}
    .main_product .img_box { padding: 20px 0 0; text-align: center;}
    .main_product .img_box img { max-width: 70%; }
    .main_product .img_box .bottom_img { padding-top: 15px;}

}

/**************************************************

	Subpage layout

**************************************************/
@media screen and (max-width: 1200px) {

    #sub{  }
    #sub #content{ width: auto;padding: 30px 0; }

    #sub .visual{height: 220px;}
    #sub .visual .inner h2{font-size: 22px;}
    #sub .visual .inner em{font-size: 13px;}

    .lnbWrap{display: none;}

    #status{display: none;}

    #navigator{border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2{border: none;}
    #navigator > ul > li > ul{top: 40px;left: -1px;}
    #navigator > ul > li.d2 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;}

    /* 통합검색 */
    #total_search dl{margin-bottom: 30px;}
    #total_search dl dt{padding-bottom: 15px;}
    #total_search dl dt h4{margin-bottom: 0;font-size: 16px;}
    #total_search dl dt .more{bottom: 10px;font-size: 13px;}
    #total_search dl dd{padding: 20px 0;}
    #total_search dl dd .sbj{margin-bottom: 10px;font-size: 16px;}
    #total_search dl dd .txt{font-size: 14px;line-height: 20px;}
    #total_search dl dd ul.inf{position: static;transform: none;margin-top: 10px;}
    #total_search dl dd ul.inf li{margin-left: 0;margin-right: 5px;line-height: 25px;padding: 0 10px;font-size: 13px;}
    #total_search dl dd.gallery > ul{margin: -15px -5px;}
    #total_search dl dd.gallery > ul > li{margin: 10px 5px;width: calc(50% - 10px);}
    #total_search dl dd.gallery .g-sbj{font-size: 14px;line-height: 18px;margin-top: 10px;}
    #total_search dl dd.gallery .g-txt{font-size: 13px;line-height: 16px;margin-top: 5px;}
    #total_search dl dd.gallery .g-inf{margin-top: 10px;}
    #total_search dl dd.gallery .g-inf li{font-size: 13px;}
    #total_search_no_data{margin: 15px 0;padding: 60px 10px;font-size: 13px;}

    /* shop */
    #shopCart{display: block;}
    #shopCart .lef{width: auto;}
    #shopCart .rig{width: auto;}
    #shopCart .rig .btnWrap{margin-top: 10px;}
    #shopCart .rig .btnWrap > *{width: calc(50% - 2px);}
    #shopCart .cartbox dt{width: 60px;}
    #shopCart .cartbox dt img{width: 60px;height: 60px;}
    #shopCart .cartbox dd{width: calc(100% - 75px);margin-left: 15px;padding-top: 0;}
    #shopCart .cartbox dd .tit{margin-bottom: 8px;}
    #shopCart .cartbox dd .tit label{font-size: 14px;line-height: 18px;}
    #shopCart .cartbox dd .opt{margin-bottom: 5px;}
    #shopCart .cartbox dd .opt-modify-btn{font-size: 13px;}
    #shopCart .cartinfo li{padding-left: 50px;font-size: 13px;line-height: 20px;}
    #shopCart .cartinfo li > *{font-size: 13px;}
    #shopCart .carttotal ul li{padding-left: 70px;font-size: 14px;line-height: 20px;}
    #shopCart .carttotal ul li > p{font-size: 14px;}
    #shopCart .carttotal ul li > p strong{font-size: 16px;}
    #shopCart legend{margin-bottom: 10px;font-size: 16px;}
    
    #shopCart.cart .lef .table1 tr > *:last-child{width: 120px;}
    #shopCart.order .lef .table1 tr > *:last-child{width: auto;}
    #shopCart.order .carttotal{margin-top: 0;}

}

/**************************************************

	Subpage utility
    (모든 서브페이지에서 공통으로 사용되는 utility 스타일)

**************************************************/
@media screen and (max-width: 1200px) {

    /* fullsizing wrapper */
    .full_wrapper{width: auto;left: auto;transform: none;box-sizing: border-box;margin: 0 -20px;}
    .full_wrapper.bg_gray{padding: 40px 20px;}
    .full_wrapper .inner{width: auto;}

    /* get css animation */
    ._ani_child{transform: translate(0, 10px);}

    /* etc */
    .sub_title{margin-bottom: 30px;}
    .sub_title h3{font-size: 22px;}
    .sub_title p{margin-top: 5px;font-size: 14px;}
    .sub_title strong { font-size: 16px;}
    .sub_title strong + h3 { padding-top: 5px;}

    .sub .inner { padding: 0 15px;}
    .sub section + section { padding-top: 60px;} 

    .sub_sec_tit { padding-bottom: 20px;} 
    .sub_sec_tit h4 { padding-top: 20px; font-size: 19px;} 
    .sub_sec_tit h4::before { width: 60px; height: 5px;}

}

@media screen and (max-width: 750px) {
    .sub_title h3{font-size: 20px;}
}

/**************************************************

	Subpage styling
    (각 서브페이지별 스타일. 식별을 위해 경로 주석 표기)

	- class명은 snake style로 선언 ( greetings_box1 (ㅇ) / greetingsBox1 (x) )

**************************************************/
@media screen and (max-width: 1200px) {

    .top_cont .bg_box { padding: 50px 0; }

    .top_cont .quote_box { margin-top: 20px; padding: 40px 0;}
    .top_cont .quote_box::before { font-size: 70px;}
    .top_cont .quote_box::after { font-size: 70px;}
    .top_cont .quote_box p { font-size: 20px;}

    .bg_dot_box { min-height: auto; margin-top: 15px;}
    .bg_dot_box ul { padding: 15px;}
    .bg_dot_box li { padding-left: 15px; font-size: 15px;}
    .bg_dot_box li::before { top: 8px; width: 5px; height: 5px;}
    .bg_dot_box li + li { margin-top: 5px;}

    /* company > company */
    .company_cont01 .txt_box { padding-top: 20px; }
    .company_cont01 .txt_box p { font-size: 16px;}
    .company_cont01 .txt_box p + p { padding-top: 15px;}


    .company_cont04 .tit_box h4 { font-size: 32px;}
    .company_cont04 .img_box { padding-top: 25px;}
    .company_cont04 .img_box ul { margin: 0 -10px;}
    .company_cont04 .img_box li { padding: 0 10px;}

    .company_cont04 .txt_box { padding-top: 25px; }
    .company_cont04 .txt_box p { font-size: 15px; }


    /* company > people */
    .people_cont02 .list_box > ul { margin: -15px;}
    .people_cont02 .list_box > ul > li { width: 100%; padding: 15px;}
    .people_cont02 .list_box li .txt_box { padding-left: 15px; padding-bottom: 15px;}
    .people_cont02 .list_box li .name_box { padding-bottom: 10px;}
    .people_cont02 .list_box li .name_box p { font-size: 24px;}
    .people_cont02 .list_box li .name_box::after { height: 6px; background-size: 100%;}
    .people_cont02 .list_box li .info_box { padding-top: 10px;}
    .people_cont02 .list_box li .info_box p { font-size: 16px;}

    .people_cont02 .list_box li:nth-child(even) .txt_box { padding-right: 15px;}


    /* company > contact */
    .sub_contact { margin: -30px 0; padding: 30px 0;}

    .sub_contact .contact_cont02 { padding-top: 20vh;}
    .contact_cont02 .info_box { width: 50%;}
    .contact_cont02 .info_box dl + dl { padding-top: 20px;}
    .contact_cont02 .info_box dl:first-child dt { font-size: 24px;}
    .contact_cont02 .info_box dl:first-child dd { font-size: 21px;}
    .contact_cont02 .info_box dt { font-size: 20px;}
    .contact_cont02 .info_box dd { padding-top: 10px; font-size: 17px;}


    /* technology > 공통 */
    .common_cont_box strong { font-size: 24px;}
    .common_cont_box p { font-size: 18px;}
    .common_cont_box strong + p { padding-top: 10px;}



    /* technology > core_technology */
    .sub_core_technology .img_box { padding-top: 25px;}
    .sub_core_technology .img_box ul { margin: 0 -10px;}
    .sub_core_technology .img_box li { width: calc(50% - 20px); padding: 15px; margin: 0 10px; align-content: center;}

    .sub_core_technology .table_box { padding-top: 30px;}
    .sub_core_technology .table_box thead th { padding: 12px;}
    .sub_core_technology .table_box tbody td { padding: 12px; font-size: 16px;}
    .sub_core_technology .table_box tbody td > div { padding: 12px;}

    .core_technology_cont03 .img_box li .shadow, 
    .core_technology_cont03 .img_box li .hover{ max-width: 95%;}


    /* technology > applied_technology */
    .applied_technology_cont02 .img_box { margin-top: 30px; padding: 40px 0;}
    .applied_technology_cont02 .img_box ul { padding: 0 15px;}
    .applied_technology_cont02 .img_box li { margin: 0 -15px;}
    .applied_technology_cont02 .img_box li p { padding-left: 14%; font-size: 18px;}

    .applied_technology_cont03 .img_box { margin-top: 25px;}



    /* technology > application */
    .sub_application .img_box { padding-top: 15px;}
    .sub_application .img_box p { font-size: 12px;}
    .sub_application .img_box ul { margin: 10px -10px 0;}
    .sub_application .img_box li { padding: 0 10px;}
    .sub_application .bg_dot_box { margin-top: 20px;}



    /* product > 공통 */
    .dot_list { padding-top: 25px;}
    .dot_list li { padding-left: 15px; font-size: 16px;}
    .dot_list li::before { top: 6px; width: 5px; height: 5px; }
    .dot_list li + li { margin-top: 5px;}

    /* product > hy_fi */
    .hy_fi_cont02 .img_box { padding-top: 10px;}
    .hy_fi_cont02 .img_box p { font-size: 12px;}
    
    .hy_fi_cont02 .table_box { padding-top: 60px;}
    .hy_fi_cont02 .table_box table tr > * { padding: 10px;}
    .hy_fi_cont02 .table_box thead th { font-size: 20px;}
    .hy_fi_cont02 .table_box tbody tr > * { font-size: 18px;}

    
    /* product > software */
    .software_cont02 .img_box li + li { margin-top: 20px; }


    /* story > news */ 
    .sub_story .inner { padding: 0;}    
    .sub_story .story_item .txt_box { padding: 20px 0;}
    .sub_story .story_item .txt_box .tit { padding-bottom: 10px; font-size: 22px;}
    .sub_story .story_item .txt_box .txt,
    .sub_story .story_item .txt_box .date { font-size: 16px;}

    .sub_story .story_item:nth-child(odd) .txt_box { padding-right: 20px;}
    .sub_story .story_item:nth-child(even) .txt_box { padding-left: 20px;}


    .eng .bg_dot_box { min-height: auto; }
    .eng .people_cont02 .list_box li .name_box p { font-size: 24px;}
    .eng .people_cont02 .list_box li .info_box p { font-size: 16px;}

}

@media screen and (max-width: 750px) {
    .top_cont .quote_box::before { font-size: 50px;}
    .top_cont .quote_box::after { font-size: 50px;}
    .top_cont .quote_box p { font-size: 18px;}

    .bg_dot_box li { padding-left: 10px; font-size: 14px;}


    /* company > company */
    .company_cont01 .txt_box p { font-size: 15px;}

    .company_cont04 .tit_box h4 { font-size: 24px;}
    .company_cont04 .img_box ul { margin: 0 -5px;}
    .company_cont04 .img_box li { padding: 0 5px;}
    .company_cont04 .txt_box p { font-size: 14px;}


    /* company > people */
    .people_cont02 .list_box li .top_box { display: block;}
    .people_cont02 .list_box li .img_box { text-align: center;}
    .people_cont02 .list_box li .img_box img { max-width: 60%;}
    .people_cont02 .list_box li .txt_box { padding: 15px 0 0;}
    .people_cont02 .list_box li .name_box p { font-size: 20px;}
    .people_cont02 .list_box li .info_box p { font-size: 14px;}

    .people_cont02 .list_box li:nth-child(even) .txt_box { padding: 15px 0 0;}


    /* company > contact */
    .contact_cont02 .info_box dl + dl { padding-top: 10px;} 
    .contact_cont02 .info_box dl:first-child dt { font-size: 20px;}
    .contact_cont02 .info_box dl:first-child dd { font-size: 18px;}
    .contact_cont02 .info_box dt { font-size: 17px;}
    .contact_cont02 .info_box dd { padding-top: 5px; font-size: 14px;}

    
    /* technology > 공통 */
    .common_cont_box strong { font-size: 18px;}
    .common_cont_box p { font-size: 14px;}
    /* .common_cont_box strong + p { padding-top: 5px;} */



    /* technology > applied_technology */
    .applied_technology_cont02 .img_box { padding: 30px 0;}
    .applied_technology_cont02 .img_box ul { display: block; padding: 0 20px; padding-left: 10px;}
    .applied_technology_cont02 .img_box li { width: 100%; margin: 0;}
    .applied_technology_cont02 .img_box li + li { padding-top: 20px;}
    .applied_technology_cont02 .img_box li p { font-size: 15px;}



    /* technology > application */
    .sub_application .img_box ul { display: block;}
    .sub_application .img_box li + li { padding: 10px;}



    /* product > 공통 */
    .dot_list li { font-size: 13px;}
    .dot_list li + li { margin-top: 5px;}


    /* product > hy_fi */
    .hy_fi_cont02 .table_box thead th { font-size: 17px;}
    .hy_fi_cont02 .table_box tbody tr > * { font-size: 13px;}


    /* story > news */ 
    .sub_story ul { padding: 0 15px; box-sizing: border-box;}
    .sub_story .story_item { flex-wrap: wrap; flex-direction: column-reverse;}
    .sub_story .story_item + .story_item { margin-top: 15px;}
    .sub_story .story_item > div { width: 100%;}
    .sub_story .story_item .txt_box { padding: 15px 0;}
    .sub_story .story_item .txt_box .tit { padding-bottom: 5px; font-size: 16px;}
    .sub_story .story_item .txt_box .txt,
    .sub_story .story_item .txt_box .date { font-size: 14px;}
    .sub_story .story_item .txt_box .txt { margin-bottom: 20px;}

    /* .sub_story .story_item:nth-child(odd) .txt_box { padding-right: 20px;}
    .sub_story .story_item:nth-child(even) .txt_box { padding-left: 20px;} */
    
    .sub_story .story_item:nth-child(odd) .txt_box { text-align: left;}
    .sub_story .story_item:nth-child(odd) .txt_box > div { margin-left: 0;}
    .sub_story .story_item:nth-child(even) .txt_box { padding-left: 0;}
    .sub_story .story_item:nth-child(even) { flex-direction: column-reverse;}


    /* eng */
    .eng .people_cont02 .list_box li .name_box p { font-size: 20px;}
}