@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 thead th{padding: 10px 5px;}
    .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);}
	#header .inner{width: auto;height: 55px;margin: 0;}
    #header .logo{position: absolute;left: 20px;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: 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: #ff6114;}
    #slide-menu.on{display: block;}

    #asd{transform: none;bottom: 20px;top: auto;}
    #asd .aside_inquiry{width: 40px;height: 148px;border-radius: 10px 0 0 0;}
    #asd .aside_gotop{width: 40px;height: 40px;border-radius: 0 0 0 10px;}


    /* 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;}

    #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 > a img{display: none;}
    #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;}
    #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{padding: 30px 20px;}
    #footer .ftWrap{width: auto;padding: 20px 0;}
    #footer .ftWrap > img{margin-bottom: 15px;width: auto;height: 30px;}
    #footer .ftWrap address{font-size: 13px;line-height: 20px;}
    #footer .ftWrap address strong{margin-right: 10px;}
    #footer .ftWrap address hr{width: 0;display: block;margin: 0;}
    #footer .fnbWrap{padding: 20px 0;width: auto;}
    #footer .fnbWrap .copyright{position: static;font-size: 12px;}


    #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{width: auto;margin-bottom: 5px;}
    #fnb > li{padding: 0 5px;}
    #fnb > li a{font-size: 13px;}
}

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

	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{margin: 10px;border-radius: 20px;overflow: hidden;}
    #main .visual .slogan{transform: translate(-50%, calc(-50% - 10px));}
    #main .visual .slogan h3{font-size: 20px;line-height: 30px;}
    .eng #main .visual .slogan{width: 100%;box-sizing: border-box;padding: 0 20px;}
    .eng #main .visual .slogan h3{font-size: 18px;font-style: italic;line-height: 30px;white-space: wrap;}
    .eng #main .visual .slogan h3 br{display: none;}
    .eng #main .visual .slogan h3 strong{font-size: 22px;}

    #main .visual .slogan p{font-size: 12px;margin-top: 10px;}
    #main .visual .arrows_wrap{bottom: 20px;padding-right: 0;width: 220px;}
    #main .visual .arrows_wrap .dots{gap: 8px;}
    #main .visual .arrows_wrap .arrows{display: none;}

    #main .m1{padding: 40px 20px;background: none;}
    #main .m1 .title{margin-bottom: 20px;}
    #main .m1 .title em{font-size: 14px;}
    #main .m1 .title h4{font-size: 20px;line-height: 30px;margin-top: 10px;}
    #main .m1 .title p{font-size: 14px;line-height: 20px;margin-top: 20px;}
    #main .m1 .title p br{display: none;}
    #main .m1 .more{width: 60px;height: 60px;}
    #main .m1 .gateway_wrap{width: auto;margin-top: 40px;}
    #main .m1 .gateway{display: block;margin: -10px 0;}
    #main .m1 .gateway li{margin: 10px 0;width: auto;height: 100vw;border-radius: 10px;}
    #main .m1 .gateway li.gate1{border-radius: 50px 10px 10px 10px;}
    #main .m1 .gateway li.gate4{border-radius: 10px 10px 50px 10px;}
    #main .m1 .gateway li .cover{top: 50px;}
    #main .m1 .gateway li .cover strong{font-size: 22px;}
    #main .m1 .gateway li .cover p{margin-top: 20px;font-size: 15px;line-height: 25px;}
    #main .m1 .gateway li .more_icon{display: none !important;}

    #main .m2{padding: 40px 20px;}
    #main .m2 .inner{width: auto;display: block;}
    #main .m2 .inner > *{width: auto;}
    #main .m2 dt .title{margin-bottom: 24px;}
    #main .m2 dt .title h4{font-size: 24px;line-height: 30px;}
    #main .m2 dt .title p{font-size: 14px;margin-top: 15px;}
    #main .m2 dt .mn{gap: 0;margin: 5px;}
    #main .m2 dt .mn li{height: 140px;border-radius: 10px;padding: 20px;width: calc(50% - 10px);margin: 5px;flex: auto;}
    #main .m2 dt .mn li p{font-size: 18px;}
    #main .m2 dt .mn li::after{bottom: 20px;left: 20px;}
    #main .m2 dd .info_text{margin-top: 10px;}
    #main .m2 dd .info_text li{height: auto;padding: 15px 0;}
    #main .m2 dd .info_text li p{font-size: 14px;position: static;transform: none;}
    #main .m2 dd .info_text li strong{font-size: 30px;text-decoration: none;position: static;}

    #main .m3{display: block;}
    #main .m3 > *{width: auto;}
    #main .m3 .contact .text_box{height: auto;padding: 40px 20px;}
    #main .m3 .contact .text_box .inner{position: static;transform: none;white-space: normal;}
    #main .m3 .contact .text_box h5{font-size: 24px;margin-bottom: 20px;}
    #main .m3 .contact .text_box .info{font-size: 13px;line-height: 26px;white-space: normal;letter-spacing: -1px;}
    #main .m3 .contact .text_box .info hr{width: 0;display: block;margin: 0;}
    #main .m3 .contact .text_box .info i{margin-right: 0;margin-top: -2px;font-size: 15px;width: 20px;}
    #main .m3 .contact .text_box .more{width: 40px;height: 40px;bottom: 20px;right: 20px;}
    #main .m3 .contact .map_box #daumRoughmapContainer1760588079262{height: 250px !important;}
    #main .m3 .notice .inner{width: auto;padding: 40px 20px;}
    #main .m3 .notice .title{margin-bottom: 20px;}
    #main .m3 .notice .title h4{font-size: 22px;}
    #main .m3 .notice .title .more{font-size: 14px;}
    #main .m3 .notice .title .more i{margin-left: 10px;margin-top: -2px;}
    #main .m3 .notice .tab{margin-bottom: 25px;}
    #main .m3 .notice .tab li{margin: 0 15px;}
    #main .m3 .notice .tab li:before{left: -15px;width: 3px;height: 3px;}
    #main .m3 .notice .tab li a{font-size: 15px;line-height: 40px;}
    #main .m3 .notice .tab li.active a{border-radius: 40px;padding: 0 20px;}
    #main .m3 .notice .list li{padding: 15px 0 15px 70px;}
    #main .m3 .notice .list li .subject{font-size: 16px;}
    #main .m3 .notice .list li .date{margin-top: 10px;font-size: 13px;}
    #main .m3 .notice .list li .date i{margin-right: 5px;}
    #main .m3 .notice .list li .cate{top: 15px;left: 0;font-size: 13px;}
  
}

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

	Subpage layout

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

    #sub{  }
    #sub #content{ width: auto;padding: 30px 20px; }
        
    #sub .visual{height: 160px;margin: 0;border-radius: 0;}
    #sub .visual .inner h2{font-size: 26px;}
    #sub .visual .inner em{margin-top: 15px;font-size: 15px;}

    .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: 24px;}
    .sub_title p{margin-top: 5px;font-size: 14px;}

    .ctit1{margin-bottom: 20px;font-size: 20px;}

    hr.hr{margin: 20px 0;}

}

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

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

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

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

    /* company > greetings */
    .gree_box1{display: block;}
    .gree_box1 dt{width: auto;margin-top: 20px;}
    .gree_box1 dd{width: auto;padding-top: 15px;padding-right: 0;}
    .gree_box1 dd .title{font-size: 22px;line-height: 34px;margin-bottom: 20px;}
    .gree_box1 dd .text p{font-size: 14px;line-height: 20px;margin: 15px 0;}
    .gree_box1 dd .sign{margin-top: 20px;font-size: 15px;}

    /* company > branch */
    .branch_box .title{margin-bottom: 20px;}
    .branch_box .title strong{font-size: 22px;}
    .branch_box .title p{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .branch_box .title p br{display: none;}
    .branch_box .list{margin: -5px;}
    .branch_box .list li{margin: 5px;width: calc(50% - 10px);}

    /* product */
    .prdt_box{display: block;margin-bottom: 30px;}
    .prdt_box dt{width: auto;padding: 15px 0;}
    .prdt_box dt h5{font-size: 18px;line-height: 30px;}
    .prdt_box dt h5 br{display: none;}
    .prdt_box dt .dt_img_list{margin-top: 20px;}
    .prdt_box dt .dt_img_list li{margin-bottom: 10px;}
    .prdt_box dt .dt_img_list li img{width: 100%;}

    .prdt_box dd{width: auto;padding: 15px 0;}
    .prdt_box dd .addr{font-size: 13px;line-height: 24px;}
    .prdt_box dd .addr .go_map{position: static;transform: none;width: auto;line-height: 36px;border-radius: 36px;font-size: 14px;display: block;margin-top: 10px;}
    .prdt_box dd ul.info_list{margin-top: 20px;}
    .prdt_box dd ul.info_list li{margin: 5px 0;display: block;}
    .prdt_box dd ul.info_list li > img{margin-right: 10px;width: 20px;}
    .prdt_box dd ul.info_list li > strong{font-size: 14px;margin-right: 5px;}
    .prdt_box dd ul.info_list li > p{font-size: 14px;}
    .prdt_box dd #map{height: 250px;margin-top: 20px;}
    .prdt_box dd .bran_wrap .box{border-radius: 10px;margin: 10px 0;padding: 20px;}
    .prdt_box dd .bran_wrap .box .title{font-size: 16px;position: static;margin-bottom: 5px;display: block;transform: none;width: auto;text-align: left;}
    .prdt_box dd .bran_wrap .box > p{font-size: 14px;}
    .prdt_box dd .bran_wrap .box ul{margin-top: 10px;}
    .prdt_box dd .bran_wrap .box ul li{margin-right: 0;display: block;}
    .prdt_box dd .bran_wrap .box ul li strong{width: 30px;}
    .prdt_box dd .bran_wrap .box ul li *{font-size: 14px;}

    .eng .prdt_box dt{width: auto;}
    .eng .prdt_box dd{width: auto;}

    .nolist1{margin: -5px 0;}
    .nolist1 li{border-radius: 5px;margin: 5px 0;padding: 15px;padding-left: 50px;}
    .nolist1 li p{font-size: 14px;}
    .nolist1 li p br{display: none;}
    .nolist1 li .no{left: 15px;font-size: 15px;}

    .nolist2{margin: -2px;}
    .nolist2 li{margin: 2px;width: calc(33.33% - 4px);border-radius: 5px;font-size: 13px;letter-spacing: -1px;line-height: 18px;padding: 8px 5px;}

    .nolist3 li{margin: 5px 0;padding-left: 25px;}
    .nolist3 li p{font-size: 14px;}
    .nolist3 li p br{display: none;}
    .nolist3 li .no{font-size: 14px;}

    .imglist{margin: -3px;}
    .imglist li{margin: 3px;width: calc(50% - 6px);}
    .imglist.len4 li{width: calc(50% - 6px);}

    .prdt_gallbox{margin: 30px 0;border: 3px solid #f4f4f4;border-radius: 10px;padding: 20px;}
    .prdt_gallbox dl{display: block;margin-bottom: 20px;}
    .prdt_gallbox dl dt{width: auto;}
    .prdt_gallbox dl dd{width: auto;margin-top: 20px;}
    .prdt_gallbox dl dd .title{padding-bottom: 15px;font-size: 20px;margin-bottom: 15px;}
    .prdt_gallbox dl dd .article h5{font-size: 16px;margin-bottom: 15px;}
    .prdt_gallbox dl dd .article .text{font-size: 14px;line-height: 24px;}

    /* portfolio */
    .partner_list{margin: -3px;}
    .partner_list li{margin: 3px;width: calc((100% / 3) - 6px);border-radius: 5px;}

    /* fancybox 조절 */
    .fancybox__slide.has-image > .fancybox__content {
        width: auto;
        max-width: 80vw;
        max-height: 60vh;
    }

    /* 툴바를 이미지 폭에 맞춰 중앙 정렬 */
    .fancybox__toolbar {
        max-width: 80vw;          
    }
}