@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 */
    .fancybox-wrap{width: calc(100vw - 40px) !important;box-sizing: border-box;}
    .fancybox-wrap .fancybox-inner{width: 100% !important;}
    .fancybox-wrap .fancybox-skin{padding: 0 !important;}
    .fancybox-wrap img{max-width: 100% !important;height: auto;}
    
}

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

	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);background: #fff;}
	#header .inner{width: auto;height: 55px;margin: 0;}
    #header .logo{position: absolute;left: 20px;height: 100%;line-height: 55px;background-image: url('/images/main/logo_b.png') !important;width: 100px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

    #header #login_btn{line-height: 30px;font-size: 12px;right: 70px;border-color: rgba(0,0,0,0.3) !important;color: #333 !important;}

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

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

    #slide-btn{top: 50%;transform: translate(0, -50%);right: 20px;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: #c81823;}
    #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;}
    #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;}
    #gnb-mo > li.product > ul > li > a{font-weight: bold;color: #000;}

    #hd-lan-mo{position: absolute;top: 0;left: 20px;z-index: 92;}
    #hd-lan-mo > li{display: inline-block;vertical-align: middle;margin-right: 10px;}
    #hd-lan-mo > li a{line-height: 55px;font-weight: bold;color: #fff;font-size: 13px;position: relative;}
    #hd-lan-mo > li.active a:after{content: '';display: block;position: absolute;top: 50%;transform: translate(0, 10px);width: 100%;height: 2px;background: #fff;}

    #hd-sch-mo{position: absolute;top: 50%;transform: translate(0, -50%);left: 90px;z-index: 91;}
    #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;}

    #asd{right: 10px;top: 50%;transform: translate(0, -50%);bottom: auto;}
    #asd ul li{margin: 10px 0;}
    #asd ul li a{width: 45px;height: 45px;border-radius: 45px;background-size: 25px auto !important;}

    /* for footer */
    #footer{padding: 30px 20px;}
    #footer .fnbWrap{width: auto;padding-bottom: 15px;}

    #ft_mn{}
    #ft_mn > li{margin: 0 10px 5px 0;}
    #ft_mn > li a{font-size: 12px;}

    #fnb{position: static;top: 0;right: 0;}
    #fnb > li{margin: 0 10px 5px 0;}
    #fnb > li a{font-size: 12px;}

    #footer .ftWrap{width: auto;padding: 30px 0;}
    #footer .ftWrap dl{display: block;}
    #footer .ftWrap dl dt{width: auto;}
    #footer .ftWrap dl dt img{width: auto;height: 30px;}
    #footer .ftWrap dl dt address{margin-top: 20px;font-size: 13px;line-height: 20px;}
    #footer .ftWrap dl dt address hr{width: auto;display: block;margin: 0;}
    #footer .ftWrap dl dt address .addr_info li{display: block;padding: 0;font-size: 13px;}
    #footer .ftWrap dl dt address .addr_info li:before{display: none;}
    #footer .ftWrap dl dt address .copyright{margin-top: 20px;font-size: 12px;}

    #footer .ftWrap dl dd{width: 100% !important;margin-top: 20px;}
    #footer .ftWrap dl dd .contact_list li{padding-left: 0;margin-bottom: 15px;}
    #footer .ftWrap dl dd .contact_list li p{font-size: 13px;line-height: 20px;}
    #footer .ftWrap dl dd .contact_list li p .tel{font-size: 15px;}
    #footer .ftWrap dl dd .contact_list li strong{position: static;line-height: 20px;font-size: 13px;}
    #footer .ftWrap dl dd .btn_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 -2px;width: 100%;position: static;}
    #footer .ftWrap dl dd .btn_list li{margin: 0 2px;box-sizing: border-box;width: calc(50% - 4px);}
    #footer .ftWrap dl dd .btn_list li a{line-height: 40px;padding: 0 15px;font-size: 14px;}

    #footer address{font-size: 14px;line-height: 20px;color: #b3b3b3;font-style: normal;}
    #footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 14px;color: #777777;}


    #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;}


}

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

	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;padding: 20px 15px;}

    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;}

    #main .visual .slick-dots{bottom: 10px;}
    #main .visual .slick-dots li button{width: 20px;}

    #main .visual .slogan p{font-size: 14px;}
    #main .visual .slogan .title{font-size: 30px;margin-top: 10px;}
    #main .visual .slogan .title strong{color: #c91523;font-size: 40px;}

    #main .main_title{margin-bottom: 20px;}
    #main .main_title em{font-size: 14px;}
    #main .main_title h4{font-size: 20px;line-height: 30px;letter-spacing: -1px;margin-top: 10px;}

    #main .main_section{padding: 40px 20px;}

    #main .m1 .abu_list .item{flex: none;height: 250px;width: 100%;position: relative;}
    #main .m1 .abu_list .item::after{background: rgba(0,0,0,0.1);content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 20;}
    #main .m1 .abu_list .item a{z-index: 22;}
    #main .m1 .abu_list .item .in{z-index: 21;padding: 0 20px;box-sizing: border-box;}
    #main .m1 .abu_list .item .in strong{font-size: 20px;}
    #main .m1 .abu_list .item .in p{font-size: 13px;line-height: 20px;margin-top: 10px;display: block;letter-spacing: -1px;}
    #main .m1 .abu_list .item .in p br{display: none;}
    #main .m1 .abu_list .item:hover::before{opacity: 0.9;}
    #main .m1 .abu_list .item:hover .in p{display: block;}
    #main .m1 .abu_list .item:hover .in .img{display: none;}
    #main .m1 .arrows{margin-top: 20px;}

    /* #main .m2{padding-top: 40px;}
    #main .m2 .prdt_box{display: block;}
    #main .m2 .prdt_box dt{width: 100%;}
    #main .m2 .prdt_box dt .main_title > *{text-align: center;}
    #main .m2 .prdt_box dt .mn{display: none;}
    #main .m2 .prdt_box dd{width: 100%;}
    #main .m2 .roll_wrap{width: auto;}
    #main .m2 .roll_wrap .roll{margin: 0;}
    #main .m2 .roll_wrap .roll .item{margin: 0;width: auto;}
    #main .m2 .roll_wrap .roll .item a{padding: 40px 30px;}
    #main .m2 .roll_wrap .roll .item a:after{width: 15px;height: 12px;top: 40px;right: 30px;}
    #main .m2 .roll_wrap .roll .item .title{font-size: 20px;}
    #main .m2 .roll_wrap .roll .item .summary{font-size: 14px;}
    #main .m2 .roll_wrap .roll .item .tmb{width: 250px;padding-bottom: 250px;}
    #main .m2 .arrows{margin-top: 20px;} */

    #main .m3{background: #111;}
    #main .m3 .prdt_box{display: block;}
    #main .m3 .prdt_box dt{width: auto;}
    #main .m3 .prdt_box dt .main_title > *{text-align: center;}
    #main .m3 .prdt_box dt .main_title img{width: auto;height: 30px;}
    #main .m3 .prdt_box dt .mn{text-align: center;margin-bottom: 20px;}
    #main .m3 .prdt_box dt .mn li{display: inline-block;vertical-align: middle;margin: 0 10px;}
    #main .m3 .prdt_box dt .mn li a{font-size: 16px;line-height: 20px;}
    #main .m3 .prdt_box dt .arrows{position: relative;bottom: auto;left: auto;padding: 0 30px;width: 50px;margin: 0 auto;}
    #main .m3 .prdt_box dd{width: auto;margin-top: 20px;}
    #main .m3 .roll_wrap{width: auto;}
    #main .m3 .roll_wrap .roll{margin: 0;}
    #main .m3 .roll_wrap .roll .item{margin: 0;width: auto;}
    #main .m3 .roll_wrap .roll .item .tmb em{width: 78px;line-height: 30px;font-size: 13px;}
    #main .m3 .roll_wrap .roll .item .title{font-size: 18px;margin-top: 20px;}
    #main .m3 .roll_wrap .roll .item .summary{font-size: 13px;line-height: 20px;margin-top: 10px;}
    #main .m3 .roll_wrap .roll .item .date{font-size: 13px;margin-top: 10px;}

    #main .m4 .logo_list{margin: -3px;}
    #main .m4 .logo_list li{margin: 3px;padding: 10px;width: calc(33.33% - 6px);}
    #main .m4 .logo_list li img{max-height: 30px;max-width: 100%;}

    #main .m5{height: auto;}
    #main .m5 .inner{position: relative;top: auto;left: auto;transform: none;}
    #main .m5 h4{font-size: 20px;text-align: center;}
    #main .m5 a{width: 150px;line-height: 40px;border-radius: 40px;margin-top: 20px;font-size: 15px;}
    
}

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

	Subpage layout

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

    #gnb > li > a{padding: 0 20px;}

}

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

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

    #sub .visual{height: 160px;}
    #sub .visual .inner{width: 100%;padding: 0 20px;word-break: break-all;white-space: wrap;}
    #sub .visual .inner h2{font-size: 18px;}
    #sub .visual .inner em{font-size: 13px;margin-bottom: 10px;}

    .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_tab1{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 -4px;margin-bottom: 20px;}
    .sub_tab1 li{margin: 0 3px;width: calc(50% - 6px);}
    .sub_tab1 li a{line-height: 40px;min-width: 0;padding: 0 10px;border-radius: 40px;font-size: 14px;white-space: nowrap;overflow: hidden;}

    .prdt_visual{border-radius: 10px;height: auto;padding-bottom: 20px;}
    .prdt_visual .text{position: static;transform: none;padding: 30px 20px;}
    .prdt_visual .text em{font-size: 14px;}
    .prdt_visual .text h5{font-size: 22px;margin-top: 10px;}
    .prdt_visual .text .btns{margin-top: 20px;width: auto;}
    .prdt_visual .text .btns li a{line-height: 40px;font-size: 14px;padding: 0 15px;}
    .prdt_visual .text .btns li a img{width: 12px;height: auto;right: 10px;}
    .eng .prdt_visual .text .btns li a{font-size: 13px;padding: 0 10px;}
    .eng .prdt_visual .text .btns li a img{width: 12px;right: 6px;}
    .prdt_visual > img{position: static;transform: none;display: block;margin: 0 auto !important;width: 200px;height: auto;}
    .eng .prdt_visual .text .btns{width: auto;}

    .ctit1{margin-bottom: 20px;font-size: 20px;}
    .ctit2{font-size: 15px;padding-left: 12px;margin-bottom: 15px;line-height: 15px;}
    .ctit2:before{height: 15px;top: 0;}
    .ctit2 .jodal{font-size: 12px;line-height: 18px;position: static;display: block;margin-top: 8px;margin-left: -12px;}
    .ctit2 .jodal img{width: 15px;height: auto;}

    .middle_banner{padding: 40px 20px;}
    .middle_banner .inner{width: auto;padding: 0;}
    .middle_banner em{font-size: 14px;}
    .middle_banner p{font-size: 18px;line-height: 26px;}
   
    .middle_banner.prdt0106 img{position: static;transform: none;}
    .middle_banner.prdt0106 p{text-align: center;font-size: 14px;}
    .middle_banner.prdt0106 em{text-align: center;font-size: 13px;line-height: 22px;}

    .spec_box{display: block;margin-bottom: 40px;}
    .spec_box:last-child{margin-bottom: 0;}
    .spec_box dt{width: auto;}
    .spec_box dd{width: auto;}
    .spec_box dd p{font-size: 14px;line-height: 20px;}
    .spec_box dd p br{display: none;}

    .nolist{display: block;margin: 0;}
    .nolist > li{width: auto;margin: 10px 0;padding: 20px 0 20px 40px;}
    .nolist > li em{width: 26px;line-height: 26px;font-size: 13px;top: 22px;left: 0;}
    .nolist > li .title{line-height: 30px;font-size: 16px;}
    .nolist.wide > li{width: auto;}

    .nolist2{display: block;}
    .nolist2 li{border: none;margin: 15px 0;}
    .nolist2 li em{width: 30px;line-height: 30px;border-radius: 30px;font-size: 14px;}
    .nolist2 li p{font-size: 14px;line-height: 20px;margin-top: 15px;}

    .tmblist{display: block;margin: -20px 0;}
    .tmblist li{margin: 20px 0;}
    .tmblist .tmb{margin-bottom: 20px;}
    .tmblist .summary{font-size: 14px;line-height: 20px;}

    .prdt_table1 table{table-layout: auto;}
    .prdt_table1 table colgroup{display: none;}
    .prdt_table1 table thead th{line-height: 18px;font-size: 12px;padding: 15px 3px;}
    .prdt_table1 table thead th:first-child{border-left: none;}
    .prdt_table1 table thead th img{width: 15px;}
    .prdt_table1 table tbody tr th{font-size: 13px;width: 80px;}
    .prdt_table1 table tbody tr > *{padding: 15px 3px;font-size: 13px;}
    .prdt_table1 table tbody img{width: 60px;}

    .prdt_table2 table{table-layout: auto;}
    .prdt_table2 table colgroup{display: none;}
    .prdt_table2 table tbody tr > *{padding: 15px 3px;}
    .prdt_table2 table tbody th{width: auto;font-size: 13px;width: 80px;}

    .dotlist > li{font-size: 13px;margin: 7px 0;width: auto;}
    .dotlist > li:before{content: '';display: block;position: absolute;top: 7px;left: 0;width: 4px;height: 4px;border-radius: 50%;background: #c81823;}
    .dotlist.len2 > li{width: auto;display: block;}

    .sub_title{margin-bottom: 20px;}
    .sub_title em{font-size: 14px;}
    .sub_title h4{font-size: 20px;line-height: 30px;margin-top: 15px;}
    .sub_title h4 br{display: none;}

    .icolist li{width: calc(350% - 10px);padding: 40px 20px;}
    .icolist li img{width: 40px;height: auto;}
    .icolist li p{font-size: 14px;margin-top: 10px;}
}

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

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

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

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

    /* company > aboutus */
    .abu_box1 .img{margin-bottom: 20px;}
    .abu_box1 .text{font-size: 14px;line-height: 26px;}

    .abu_box2{display: block;padding: 40px 20px;}
    .abu_box2 dl{width: auto;display: block;}
    .abu_box2 dl dt{width: auto;font-size: 20px;margin-bottom: 20px;}
    .abu_box2 dl dd{width: auto;}
    .abu_box2 dl dd ul{margin: -8px;}
    .abu_box2 dl dd ul li{width: calc(50% - 16px);margin: 8px;padding: 15px 0 10px 0;}
    .abu_box2 dl dd ul li strong{font-size: 16px;}
    .abu_box2 dl dd ul li p{font-size: 14px;margin-top: 5px;}

    /* company > greetings */
    .gree_box1{padding: 20px;margin-bottom: 0;}
    .gree_box1 .sub_title *{text-align: left;}
    .gree_box1 .sub_title h4{font-size: 20px;line-height: 30px;}

    .gree_box1 .text1{font-size: 18px;line-height: 26px;}
    .gree_box1 .text2{font-size: 14px;line-height: 26px;margin-top: 15px;}
    .gree_box1 .text2 br{display: none;}
    .gree_box1 .sign{margin-top: 20px;font-size: 13px;}
    .gree_box1 .sign img{width: auto;height: 20px;}

    .gree_box1 .person{position: static;transform: none;width: 200px;margin: 0 auto;margin-top: 40px;display: block;}

    /* company > location */
    .loc_table{margin-bottom: 20px;}
    .loc_table table tbody tr > *{display: block;border: none;padding: 5px !important;border: none !important;font-size: 14px !important;}
    .loc_table table tbody th{width: auto;padding-bottom: 0 !important;padding-top: 10px !important;}
    .loc_table table tbody th strong{padding-left: 10px;font-size: 16px;}
    .loc_table table tbody th strong:before{width: 3px;height: 3px;}
    .loc_table table tbody td{padding-top: 0;border-bottom: 1px solid #ddd !important;padding-bottom: 10px !important;}

    /* company > history */
    .history_box1 .inner{display: block;padding: 40px 20px;}
    .history_box1 dd{padding: 0;margin-bottom: 20px;}
    .history_box1 dd em{font-size: 15px;margin-bottom: 10px;}
    .history_box1 dd h5{font-size: 20px;line-height: 20px;}
    .history_box1 dd p{font-size: 14px;line-height: 20px;}
    .history_box1 dt{margin-top: 20px;}
    .history_box1 dt img{display: block;margin: 0 auto;width: 300px;}

    .history_list_wrap{margin-top: 30px;}
    .history_list_wrap dl{display: block;padding: 20px 0;}
    .history_list_wrap dl dt{width: auto;}
    .history_list_wrap dl dt h5{font-size: 22px;margin-bottom: 5px;display: block;}
    .history_list_wrap dl dd{width: auto;}
    .history_list_wrap dl dd .subject{font-size: 15px;}
    .history_list_wrap dl dd ul{margin-top: 15px;}
    .history_list_wrap dl dd ul li{padding-left: 70px;}
    .history_list_wrap dl dd ul li p{font-size: 14px;}
    .history_list_wrap dl dd ul li strong{font-size: 14px;}

    /* incruit > info */
    .inc_list{margin-top: 20px;padding-top: 20px;display: block;}
    .inc_list > li{width: auto;padding-left: 90px;font-size: 14px;line-height: 26px;margin-bottom: 10px;}
    .inc_list > li .ctit2{top: 7px;}

    /* contents > brochure */
    .brochure_list{margin: -10px -5px;}
    .brochure_list > li{margin: 10px 5px;width: calc(50% - 10px);}
    .brochure_list .tmb{border-radius: 10px;padding: 10px;}
    .brochure_list .tmb .down_btn{line-height: 40px;font-size: 14px;bottom: 10px;left: 10px;width: 100%;position: static;margin-top: 5px;opacity: 1;}
    .brochure_list .subject{font-size: 16px;margin-top: 15px;line-height: 25px;}

}