@charset "utf-8";

@import url('base.css');

/* --------------------------------------------
 * layout
/* ------------------------------------------ */
.mbg{ display:none; position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,.7); z-index:10;}
body.ovf_hdn, .ovf_hdn{ overflow:hidden; height:100%; -ms-touch-action: none; touch-action: none; -webkit-overflow-scrolling: none; overflow: hidden; -ms-scroll-chaining: none; overscroll-behavior: none;}

#wrap{ position: relative; width:100%; margin:0 auto; overflow:hidden; }

#header{ position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(255,255,255,.9); border-bottom: #f1f1f1 1px solid; display: flex; justify-content: center; z-index:2; transition:all 0.2s ease-in-out;}
#header .inner{ max-width: 1200px; width: 100%; padding: 0; height: 90px; display: flex; align-items: center; justify-content: space-between;}
.main .light #header{ background-color: rgba(0,0,0,.5);}
#header .logo{ width: 216px; height: 40px;}
#header .logo a{ height: 40px; display: block; text-indent: -9999px; background: url(../images/logo_c.png) 50% 50% no-repeat; background-size: 100% auto;}
.utill{ display: flex; align-items: center;}
.utill .bt-mn{ position: relative; width: 16px; height: 16px; margin-left: 20px; margin-top: -2px; display: none;}
.utill .bt-mn span{ position: absolute; top: -9999px; left: -9999px;}
.utill .bt-mn i{ width: 16px; height: 2px; display: block; position: absolute; top: 50%; left: 0; background-color: #222;  transition:all 0.2s ease-in-out;}
.utill .bt-mn i:nth-child(1){ margin-top: -6px;}
.utill .bt-mn i:nth-child(3){ margin-top: 6px;}
.utill .bt-mn.open i:nth-child(2){ display: none;}
.utill .bt-mn.open i:nth-child(1){ margin-top: 0; transform: rotate(45deg);}
.utill .bt-mn.open i:nth-child(3){ margin-top: 0; transform: rotate(-45deg);}
.utill .lang{ position: relative; width: 90px; height: 40px; font-size: 13px; margin: 0 0 0 30px;}
.utill .lang .inbx{ position: absolute; top: 0; left: 0; width: 100%; background-color: #fff; border: #888 1px solid; border-radius: 20px; }
.utill .lang .bt{ position: relative; display: block; color: #111; height: 40px; line-height: 44px; padding: 0 15px; width: 100%; }
.utill .lang .bt::after{ content: ''; position: absolute; width: 8px; height: 8px; border-right: #111 2px solid; border-top: #111 2px solid; transform: rotate(135deg); top: 50%; right: 20px; margin-top: -5px;}
.utill .lang .active .bt::after{ transform: rotate(-45deg); margin-top: -2px; }
.utill .lang ul{ width: 100%; display: none;}
.utill .lang ul a{ padding: 15px; color: #111; display: block;} 

.main .utill .lang .inbx{ border: rgba(255,255,255,.5) 1px solid; background-color: transparent;}
.main .utill .lang .bt{ color: #fff;}
.main .utill .lang .bt::after{ border-color: #fff;}
.main .utill .lang ul a{ color: #fff;}

#gnbWrap{ display: flex; align-items: center;}
#gnb{ display: flex;}
#gnb a{ display: block; line-height: 1.2;}
#gnb > li > a{ color: #111; font-size: 16px; padding: 0 20px; }
#gnb > li > a:hover{ color: #74e2e1;}
#gnb > li.active > a{ font-weight: 600;}

#siteFunctions{ display: none;}

.main #header{ border-bottom: none;}
.main #header .logo a{ background-image: url(../images/logo.png);}
.main #gnb > li > a{ color: #fff;}
.main #gnb > li > a:hover{ color: #74e2e1;}

#container{ position: relative; z-index: 1; width: 1200px; margin: 0 auto; padding: 180px 0; }

.tit-area{ margin: 0 0 80px 0; font-size: 18px;}
.tit-area .tit{ font-size: 72px; color: #111; font-weight: 400; line-height: 1;}
.sub04 .tit-area .tit{ font-weight: 600;}
.tit-area p{ margin: 30px 0 0 0; line-height: 1.2;}

footer{ background-color: #1d1d1f; padding: 110px 30px; font-size: 16px; color: #fff; line-height: 1.2;}
footer .inner{max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;position: relative;}
footer .logo{ width: 260px; height: 37px; text-indent: -9999px; background: url(../images/footer_logo.png); background-size: 100% auto; background-position: 0 50%; background-repeat: no-repeat;}
footer .addr{ margin: 80px 0 0 0; font-size: 14px; font-weight: 200;}
footer .copy{ font-size: 12px; color: #8a8a8a; margin: 15px 0 0 0;}
footer .footer-mn{width: 170px;display: flex;align-items: flex-start;font-size: 12px;font-weight: 600;gap: 20px;justify-content: flex-end;}
footer .footer-mn li + li{/* margin-top: 15px; */}
footer .footer-mn li a{ display: block; color: #fff;}
footer .footer-mn li a:hover{ text-decoration: underline;}

#btTop{ position: fixed; bottom: 60px; right: 64px; width: 80px; height: 80px; font-size: 24px; line-height: 80px; text-align: center;background-color: #4f4237; color: #fff; border-radius: 50%; display: none; z-index: 4;}

/* common */
div.paging{ text-align:center; padding:0; margin:65px 0 0 0; position:relative; display: flex; justify-content: center;}
div.paging a,
div.paging strong{ display:inline-block; font-size: 18px; width:50px; height:50px; line-height:50px; color:#999; text-align:center; margin:0 4px; vertical-align:middle; background-color: transparent; overflow: hidden; }
div.paging a:hover{ color: #111; }
div.paging .on,
div.paging .on:hover{ color:#111; font-weight:400; }
div.paging .direction{ position:relative; border-radius: 50%; border:#111 2px solid; }
div.paging .direction > span{ position:absolute; top:-9999px; left:-9999px;}
div.paging .direction.first:before{ content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 2px; width:12px; height:12px; display:block; border:2px solid #594d42; border-top:none;border-right:none;-webkit-transform:rotate(45deg);transform:rotate(45deg); }
div.paging .direction.first:after{ content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -6px; width:12px; height:12px; display:block; border:2px solid #594d42; border-top:none;border-right:none;-webkit-transform:rotate(45deg);transform:rotate(45deg); }
div.paging .direction.prev{ margin-right: 20px; }
div.paging .direction.prev:after{ content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -4px; width:12px; height:12px; display:block; border:2px solid #594d42; border-top:none;border-right:none;-webkit-transform:rotate(45deg);transform:rotate(45deg); }
div.paging .direction.next{ margin-left: 20px;}
div.paging .direction.next:after{ content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -9px; width:12px; height:12px; display:block; border:2px solid #594d42; border-top:none;border-right:none;-webkit-transform:rotate(-135deg);transform:rotate(-135deg); }
div.paging .direction.last:before{ content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -12px; width:12px; height:12px; display:block; border:2px solid #594d42; border-top:none;border-right:none;-webkit-transform:rotate(-135deg);transform:rotate(-135deg); }
div.paging .direction.last:after{ content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -4px; width:12px; height:12px; display:block; border:2px solid #594d42; border-top:none;border-right:none;-webkit-transform:rotate(-135deg);transform:rotate(-135deg); }
div.paging .direction:hover{ background-color:#111; border-color:#111; }
div.paging .direction:hover::before,
div.paging .direction:hover::after{ border-color:#fff; }

br.pc{ display: inline;}
br.mobi{ display: none;}

.footer-family{position: relative;width:230px;font-size:13px;display: flex;position: absolute;top: 40px;right: 0;}
.footer-family .bt{ position: relative; padding:0 20px; text-align:left;  height:42px; width:100%; border:#24242f 1px solid; color:#fff; display:block;}
.footer-family .bt::after{ content:""; display:block; position: absolute; top:50%; right:20px; margin-top:-1px; border-bottom:#fff 5px solid; border-right:transparent 5px solid; border-left:transparent 5px solid;} 
.footer-family .bt.active{ border:#24242f 1px solid; color:#68686b; }
.footer-family .bt.active::after{ transform: rotate(-180deg); border-bottom-color:#24242f; }
.footer-family ul{position: absolute;bottom: 43px;left:0;width:100%;background-color:#2e2e31;color:#fff;display:none;z-index: 5;}
.footer-family ul a{ display: flex; align-items: center; justify-content: space-between; width:100%; height:44px; padding:0 20px; color:#fff;}
.footer-family ul a i{ position: relative; width:13px; height:13px; background-color:#fff; border-radius:50%;}
.footer-family ul a i::after{ content:"";position: absolute;  display:block; width:4px; height:4px; border-top:#111 1px solid; border-right:#111 1px solid; transform: rotate(45deg); top:50%; left:50%; margin:-2px 0 0 -2px;}

@media screen and (max-width:1260px){
    
    #header .inner{ padding: 0 20px;}
    
    #contents{ width: 100%; padding-left: 2rem; padding-right: 2rem;}   

    #siteFunctions{ position: fixed; top: 0; right: -100%; width: calc(100% - 55px); height: 100vh; background-color: #fff; z-index: 10;}
    #siteFunctions .inner{ position:relative; overflow-y:auto; background-color:#fff; padding:0 0 50px; height: 100vh;}
    #siteFunctions .hd{ position:relative; height: 5rem; overflow:hidden; padding: 0 30px;}
    #siteFunctions .hd .lang{ display: inline-block; width: 4.6rem; padding-top: 1.6rem;}
    #siteFunctions .hd .lang .bt{ position: relative; display: block; font-size: 1.2rem; color: #222; padding-right: 1.8rem; font-weight: 600;}
    #siteFunctions .hd .lang .bt::after{ content: ''; display: block; position: absolute; top: 50%; right: 0; margin-top: -7px; width: 14px; height: 14px; background: url(../images/ic_lang2.png) 50% 50% no-repeat;}
    #siteFunctions .bt-close{ position:absolute; right: 10px; top:1.2rem; display:block; width:50px; height:50px; }
    #siteFunctions .bt-close span{ position:absolute; top:-9999px; left:-9999px;}
    #siteFunctions .bt-close i{ position:absolute; top:50%; left:50%; margin: -1px 0 0 -1px; width: 20px; height:2px; background-color:#222; display:block; transform: rotate(45deg);}
    #siteFunctions .bt-close i:nth-child(2){ transform: rotate(-45deg);}

    .mobMenu{ padding: 30px;}
    .mobMenu > li > a{ position: relative; display: block; font-size: 20px; font-weight: 600; color: #999; padding: 0;}
    .mobMenu > li.active > a{ color: #222;}
    .mobMenu > li + li{ margin-top: 20px;}
    
    @media screen and (max-width:999px){
        
        .mbg{ z-index: 2;}
        
        br.pc{ display: none;}
        br.mobi{ display: inline !important;}    
        
        #header{ position: fixed; background-color: #fff;}
        #header .inner{ padding: 0 2rem; height: 5.5rem;}
        #header .logo{ width: 11.5rem;}
        #header .logo a,
        .main #header .logo a{ background-image: url(../images/logo_c.png);}

        #gnbWrap #gnb,
        .utill .lang{ display: none;}
        .utill .bt-mn{ display: block;}
        
        #siteFunctions{ display: block;}
        
        @media screen and (max-width:640px){              
            
            #siteFunctions .hd{ padding: 0 3rem;}
            #siteFunctions .bt-close{ top: 0; right: 0; width:5rem; height:5rem; }
            #siteFunctions .bt-close i{ margin: -.1rem 0 0 -1rem; width: 2rem; height:.2rem;}

            .mobMenu{ padding: 3rem;}
            .mobMenu > li > a{ font-size: 1.8rem;}
            .mobMenu > li + li{ margin-top: 2rem;}

            footer{ padding: 5rem 2.5rem;}
            footer .logo{ width: 11.5rem;}
            footer .inner{ flex-direction: column;}
            footer .addr{ margin: 2rem 0 0 0; font-size: 1.3rem;}
            footer .copy{ font-size: 1.1rem; margin-top: .5rem;}
            footer .footer-tx{order:3;margin-top: 20px;}
            footer .footer-family{order:2;/* display: flex; */position: relative;top: 0;}
            footer .footer-family ul{bottom:42px;}
            footer .footer-mn{ flex-wrap: wrap; order:1; margin: 0 0 1rem 0; width: 100%; justify-content: flex-start; align-items: flex-start; flex-direction: row;}
            footer .footer-mn li + li{ margin: 0 2rem 1rem 0;}
            footer .footer-mn li{ margin-right: 2rem; margin-bottom: 1rem;}
            
            #btTop{ bottom: 8rem; right: 5.5vw; width: 4rem; height: 4rem; font-size: 1.2rem; line-height: 4rem; }

            div.paging{ margin-top: 4rem;}
            div.paging a, 
            div.paging strong{ width: 3rem; height: 3rem; line-height: calc(3rem - .2rem); font-size: 1.3rem; margin: 0 .2rem;}
        }
    }
    
}


/* main */
.section{ position: relative; overflow: hidden;}
.main #header{ background-color: transparent;}
.main-tit{ width: 100%; display: flex; justify-content: space-between; align-items: center; margin: 0 0 100px 0;}
.main-tit .tit{ font-size: 48px; font-weight: 500; }
.main-tit .bt-more{ height: 42px; display: flex; justify-content: center; align-items: center; border: #c3c3c3 1px solid; color: #111; font-size: 14px; text-transform: uppercase; padding: 0 35px; border-radius: 30px;}

.main-vis{ overflow: hidden;}
.main-vis .swiper-slide{ position: relative; height: 100vh;}
.main-vis .swiper-slide .bg{ position:absolute; top:0; right:0; left:0; bottom:0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; 	
	*opacity: 0;
	transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-vis .swiper-slide.swiper-slide-active .bg{
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}

.main-vis .swiper-slide .bg-mobi{ position:absolute; top:0; right:0; left:0; bottom:0; width: 100%;  background-position:50% 50%; background-repeat:no-repeat; background-size:cover; display: none; 
	opacity: 0;
	transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-vis .swiper-slide.swiper-slide-active .bg-mobi{
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main-vis .swiper-slide .copy{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); display: flex; align-items: flex-start; justify-content: center; bottom: 0; color: #fff; max-width: 1200px; width: 100%; flex-direction: column; text-align: left; font-size: 21px; line-height: 1.5; display: none;}
.main-vis .swiper-slide .copy b{ font-weight: 500; font-size: 90px; line-height: 1.2;}
.main-vis .swiper-slide .copy span{ margin: 70px 0 0 0;}

.section .pag{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width: 1200px; width: 100%; display: flex; z-index: 2;}
.section .pag .bt{ flex: 1; height: 120px; text-align: center; line-height: 120px; color: rgba(255,255,255,.5); position: relative; font-size: 20px; }
.section .pag .bt::before{ content: ''; width: 100%; left: 0; top: 0; height: 1px; background-color: #fff; display: block; position: absolute; top: 0; opacity: .5; }
.section .pag .bt + .bt{ margin-left: 60px;}
.section .pag .bt + .bt::after{ content: ''; position: absolute; top: 50%; width: 1px; height: 60px; margin-top: -30px; left: -30px; background-color: #fff; display: block; opacity: .15;}
.section .pag .bt.active{ color: #fff;}
.section .pag .bt.active::before{ opacity: 1; }

#menu{ position: fixed; top: 50%; right: 110px; margin-top: -40px; z-index: 9;}
#menu li{ position: relative; width: 4px; height: 4px;}
#menu li + li{ margin-top: 22px;}
#menu li span{ position: absolute; top: -9999px; left: -9999px;}
#menu li a{ width: 4px; height: 4px; background-color: #fff; border-radius: 50%; display: block;}
#menu li a::before{ content: ''; display: block; position: absolute; width: 24px; height: 24px; border: #fff 1px solid; top: 50%; left: 50%; margin: -12px 0 0 -12px; border-radius: 50%; opacity: 0; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out; transition:all 0.2s ease-in-out; }
#menu li.active a::before{ opacity: 1;}
#wrap.light #menu li a{ background-color: #282828;}
#wrap.light #menu li a::before{ border-color: #282828;}

.main-product{ min-height: 100vh; padding:100px 0; position: relative; background-color: #aab1bc; background-position: 50% 50%; background-size: cover; background-image: url(../images/main_prod.jpg); display: flex; align-items: center;}
.main-product .tit{ color: #74e2e1; }
.main-product .prod-bx{ max-width: 1200px; width: 100%; margin: 0 auto; text-align: left;}
.main-product .main-prod{ display: flex; flex-direction: column;  font-size: 16px; color:#fff; }
.main-product .main-prod .t-tx{ font-size: 30px; font-weight: 400; margin: 0; width:200px; padding:0 0 0 20px;}
.main-product .main-prod .itm{ flex: 1; color:#fff;}
.main-product .main-prod .itm + .itm{ margin: 70px 0 0 0;}
.main-product .main-prod .itm .txt{ font-family: 'Noto Sans KR';  font-weight: 300;}
.main-product .main-prod .itm .desc{ display: flex; }
.main-product .main-prod .itm span{ transition:all 0.2s ease-in-out; display: flex; justify-content: center; align-items: center; border:rgba(255,255,255,.25) 1px solid; border-radius:20px; width:120px; height:40px; margin:0 0 0 auto; font-size:14px;}
.main-product .main-prod .itm:hover span{ background-color:rgba(255,255,255,.25); }
.main-product .main-prod .itm p{ margin:60px 0 0 0;}

.main-capa{ height: 100vh; max-width: 1200px; width: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; align-items: center;}
.main-capa .tit{ color: #222;}
.main-capa .capa-bx{ display: flex;}
.main-capa .capa-bx .itm{ flex: 1;}
.main-capa .capa-bx .itm + .itm{ margin-left: 60px;}
.main-capa .capa-bx .txt{ font-size: 18px; color: #111; margin: 40px 0 0 0; text-align: center; padding: 0 20px;}

.scrollBx{ position: absolute; right: 50%; margin-right: -600px; bottom: 175px; padding-bottom: 23px; z-index:99;}
.scrollBx span::before{ content: ''; display: block; position: absolute; top: 9px; left: 50%; margin-left: -1px; width: 2px; height: 6px; background-color: rgba(255,255,255,1); -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.scrollBx span{ position: relative; display: block; width: 24px; height: 36px; border: #fff 2px solid; border-radius: 12px;}
.scrollBx::after{ content: ''; display: block; position: absolute; bottom: 0; left: 50%; width: 10px; height: 10px; margin-left: -4px; border-bottom: #fff 2px solid; border-right: #fff 2px solid; transform: rotate(45deg); -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition:all 0.2s ease-in-out; -webkit-animation: move .5s ease-in-out .3s infinite alternate; animation: move .6s ease-in-out .3s infinite alternate;}

@-webkit-keyframes move {
	0%   {bottom: 0;}
	100% {bottom: 10px;}
}
/* Standard syntax */
@keyframes move {
	0%   {bottom: 0;}
	100% {bottom: 10px;}
}

img.mobi{ display: none;}

/* sub */
.form-bx{ border-top: #999 1px solid; border-bottom: #999 1px solid; padding: 40px 0 60px;}
.form-bx .inp-grp{ display: flex; }
.form-bx .inp-grp + .inp-grp{ margin-top: 15px;}
.form-bx .inp-grp .hd{ width: 180px; font-weight: 600; font-size: 16px; position: relative; padding: 16px 0 16px 15px;}
.form-bx .inp-grp .hd .req{ color: #999; font-weight: 400; font-size: 18px; position: absolute; top: 16px; left: 0;}
.form-bx .inp-grp .bd{ flex: 1; display: flex; align-items: center;}
.form-bx .inp-grp .bd > *{ flex: 1;}
.form-bx .inp-grp .bd .inp + .inp,
.form-bx .inp-grp .bd .select + .inp{ margin-left: 15px;}
.form-bx .inp-grp .bd > label{ width: 230px; flex: none;}

.inquiry-desc{ margin: 60px 0 0 0;}
.inquiry-desc .tit{ font-size: 24px; font-weight: 400; margin: 0 0 20px 0;}
.inquiry-desc .dv-chk label{ color: #999; }
.inquiry-desc .inq-hd{ display: flex; justify-content: space-between;}
.privacy-bx{ margin: 10px 0 0 0; padding: 50px; border: #ccc 1px solid;}
.privacy-bx .t-tx{ color: #242424; font-size: 18px; margin: 40px 0 15px; }
.privacy-bx ul{ color: #999;}
.privacy-bx ul li{ text-indent: -10px; padding-left: 10px;}

.tbl-hd{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 30px 0;}
.tbl-hd .total{ display: flex; color: #999; font-size: 18px; display: flex;}
.tbl-hd .total b{ color: #111; font-weight: 400; margin-left: 10px;}
.tbl-hd .sch-bx{ position: relative; width: 300px;}
.tbl-hd .sch-bx .inp{ border: #e5e5e5 1px solid; width: 100%; height: 60px; line-height: 58px; border-radius: 30px;}
.tbl-hd .sch-bx .sch{ position: absolute; top: 0; right: 0; width: 60px; height: 60px; text-indent: -9999px; display: block; background-color: #111; background-image: url(../images/ic_sch.png); background-position: 50% 50%; background-repeat: no-repeat; border-radius: 50%;}

.tbl-list{ border-top: #111 1px solid; }
.tbl-list .itm{ border-bottom: #ccc 1px solid; padding: 30px 0; display: flex; align-items: center;}
.tbl-list .itm:hover{ background-color: #fbfbfb;}
.tbl-list .itm .num{ width: 100px; text-align: center; color: #ccc;}
.tbl-list .itm .txt{ flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #111;}
.tbl-list .itm .date{ width: 150px; text-align: center; color: #ccc;}

.tbl-view .hd{ display: flex; flex-direction: column; padding: 0 0 40px 0; border-bottom: #ccc 1px solid;}
.tbl-view .bd{ padding: 40px 0;}
.tbl-view .t-tx{ font-size: 24px; font-weight: 400;}
.tbl-view .date{ padding: 0 10px; font-size: 14px; margin: 10px 0 0 0;}

.viewBottomList{ margin:0; border-top:#ccc 1px solid; }
.viewBottomList ul{ display:block; width:100%;}
.viewBottomList ul li:hover{background-color: #fbfbfb;}
.viewBottomList .viewBottomPrev,
.viewBottomList .viewBottomNext{ display:flex; align-items: center; padding:16px 15px; border-bottom:#ccc 1px solid;}
.viewBottomList .orderPrev,
.viewBottomList .orderNext{ width:110px; font-weight: 600;}
.viewBottomList .title{ flex: 1; display: block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.viewBottomList a{ color:#999; width: 100%;  }
.viewBottomList .viewBottomPrev:hover a,
.viewBottomList .viewBottomNext:hover a{ text-decoration:underline;}

.cs-bx{ position: relative; width: 100vw; left: 50%; transform: translateX(-50%);}
.cs-bx .cs-bx1{ margin-top: -60px;}
.cs-bx .cs-bx2{ margin-top: 120px;}
.cs-bx .cs-bx2 li + li{ margin-top: 120px;}
.cs-bx .cs-bx2 li{ position: relative; display: flex; align-items: center; z-index: 2;}
.cs-bx .cs-bx2 li .thumb{ position: relative; flex: 1; overflow: hidden;}
.cs-bx .cs-bx2 li .thumb img{ object-fit: cover; height: 480px;}
.cs-bx .cs-bx2 li .desc{ position: relative; width: 47vw; padding: 0 0 0 60px; font-size: 24px; display: flex; flex-direction: column;}
.cs-bx .cs-bx2 li .desc b{ font-size: 60px; color: #ccc; font-weight: 400; margin-bottom: 50px;}
.cs-bx .cs-bx2 li:nth-child(2){ z-index: 1; flex-direction: row-reverse;}
.cs-bx .cs-bx2 li:nth-child(2)::before{ content: ''; position: absolute; top: -180px; bottom: -180px; left: 0; right: 0; background-color: #f6f6f6;}
.cs-bx .cs-bx2 li:nth-child(2) .desc{ width: 52.1vw; padding: 0 120px 0 20px; text-align: right;}

.gas-list{ display: flex; flex-wrap: wrap;}
.gas-list .itm{ margin: 0 0 60px 60px; width: calc(33.3% - 40px); overflow: hidden; border-radius: 25px;}
.gas-list .itm:nth-child(3n+1){ margin-left: 0;}
.gas-list .itm a{ display: block; }
.gas-list .itm img{ display: block; transition: all 0.2s ease-in-out; }
.gas-list .itm a:hover img{ transform: scale(1.15, 1.15);}

.gas-wr{ margin-top: -90px;}
.gas-hd{ position: relative; padding: 120px 0 90px; display: flex; align-items: center;}
.gas-hd::before{ content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100vw; bottom: 0; background-color: #f9f9f9;}
.gas-hd .thumb{ position: relative; width: 360px;}
.gas-hd .desc{ position: relative; padding: 0 0 0 115px; flex: 1;}
.gas-hd .desc .t-tx{ font-size: 48px; font-weight: 400;}
.gas-hd .desc .txt{ margin: 50px 0 0 0; font-size: 18px; color: #555;}
.gas-bd{ position: relative; margin-top: 90px;}
.gas-bd table thead{ background-color: #111;}
.gas-bd table thead th{ height: 90px; color: #fff; text-align: center; font-size: 18px; font-weight: 400;}
.gas-bd table thead th:nth-child(1){ width: 24%;}
.gas-bd table tbody tr{ border-bottom: #e3e3e3 1px solid;}
.gas-bd table tbody tr.bg{ background-color: #fbfbfb;}
.gas-bd table tbody th{ height: 88px; text-align: center; padding: 10px 20px; color: #111; font-weight: 400; border-right: #e3e3e3 1px solid;}
.gas-bd table tbody th.sm{ width: 10%;}
.gas-bd table tbody td{ height: 88px; text-align: left; padding: 10px 50px; color: #555;}
.gas-bd table tbody td ul li{ text-indent: -10px; padding-left: 10px;}

.gas03-bd{ padding: 90px 0 0 0; font-size: 24px;}
.gas03-bd .thumb{ border: #ccc 1px solid; border-radius: 25px; padding: 80px; text-align: center;}
.gas03-bd .desc{ margin: 80px 0 0 0;}

.ndir-wr{ margin-bottom: -180px;}
.ndir-wr .hd-img{ position: relative; height: 590px; background-image: url(../images/ndir_hd.jpg); background-position: 50% 50%; background-size: cover; width: 100vw; left: 50%; transform: translateX(-50%); margin-top: -80px; padding: 175px 0 0 0; display: flex; flex-direction: column;  font-size: 18px; }
.ndir-wr .hd-img b{ max-width: 1200px; line-height: 1.2; width: 100%; margin: 0 auto; font-weight: 400; font-size: 30px; text-transform: uppercase;}
.ndir-wr .hd-img span{ max-width: 1200px; width: 100%; margin: 30px auto 0; font-family: 'Noto Sans KR'; }
.ndir-wr.ftir .hd-img{ background-image: url(../images/ftir_hd.jpg); padding-top: 230px; height: 614px; color: #fff;}

.ndir-itm{ position: relative; padding: 120px 0;}
.ndir-itm .ndir-itm-hd{ position: relative; z-index: 2; display: flex; justify-content: space-between;}
.ndir-itm .ndir-itm-hd .thumb{ margin-right: -20px;}
.ndir-itm .ndir-itm-hd .tit-bx{ line-height: 1.2; width: 660px;}
.ndir-itm .ndir-itm-hd .tit-bx p{ color: #b09160; font-size: 24px; margin-bottom: 30px; }
.ndir-itm .ndir-itm-hd .tit-bx .ndir-tit{ font-size: 48px; font-weight: 400; }
.ndir-itm .ndir-itm-hd .tit-bx em{ display: block; margin-top: 20px; font-size: 18px;}
.ndir-itm .bdir-itm-bd{ position: relative; width: 100vw; left: 50%; transform: translateX(-50%); margin: -165px 0 0 0;}
.ndir-itm .bdir-itm-bd::before{ content: ''; position: absolute; top: 0; right: 0; left: calc(50% - 720px); bottom: 0; background-color: #f5f5f5;}
.ndir-itm .bdir-itm-bd .inbx{ position: relative; padding: 120px; max-width: 1440px; width: 100%; margin: 0 auto;}
.ndir-itm .bd-desc{position: relative;color: #777;font-size: 18px;padding: 0 0 30px 0;letter-spacing: -.05em;}
.ndir-itm .bd-desc p{ font-size: 24px; color: #282828; margin-bottom: 20px; font-family: 'GmarketSansMedium';}
.ndir-itm .bd-desc::after{ content: ''; position: absolute; display: block; position: absolute; top: -180px; height: 120px; width: 1px; background-color: #111; left: 0;}
.ndir-itm .tx-bx{ border-top: #ddd 1px solid; clear: both;}
.ndir-itm .tx-bx .tx-row{ display: flex; align-items: center; border-bottom: #ddd 1px solid;}
.ndir-itm .tx-bx .tx-row .tx-hd{ width: 230px; padding: 14px 20px 14px 0;}
.ndir-itm .tx-bx .tx-row .tx-bd{ flex: 1; padding: 14px; color: #777;}
.ndir-itm .tx-bx .tx-row .tx-bd b{ color: #111;}
.ndir-itm .tx-bx.col3n .tx-row .tx-hd{ width: 220px; padding:14px 10px 14px 35px; white-space:nowrap;}
.ndir-itm .tx-bx.col3n .tx-row .tx-bd{ border-left: #e9e9e9 1px solid; text-align: center;}

h4.h4-tit{margin:0 0 20px 0;font-size:18px;line-height:1;padding-top: 30px;}
.tx-tbl{ clear:both;}
.tx-tbl table{ border-top: #ddd 1px solid;}
.tx-tbl table tr{ border-bottom: #ddd 1px solid; }
.tx-tbl table th{ padding:15px 20px  ; text-align:left; border-left: #ddd 1px solid; font-weight:400;}
.tx-tbl table td{ padding:15px 20px  ; text-align:left; color:#777; border-left: #ddd 1px solid;}
.table-span{font-size: 25px;line-height: 0;vertical-align: middle;}
.tx-tbl table .brdLn{ border-left:none;}
.tx-tbl table .w01{ width:14%;}
.tx-tbl table .w02{ width:20%;}

.ndir-itm.itm0102::before{ content: ''; position: absolute;  top: 0; bottom: 0; width: 100vw; left: 50%; transform: translateX(-50%); background-color: #e6e5d5;}
.ndir-itm.itm0102 .ndir-itm-hd{ flex-direction: row-reverse;}
.ndir-itm.itm0102 .ndir-itm-hd .thumb{ margin: 0 0 0 -20px; }
.ndir-itm.itm0102 .ndir-itm-hd .tit-bx p{ color: #788252;}
.ndir-itm.itm0102 .bd-desc{ width: 660px; float: right;}
.ndir-itm.itm0102 .bdir-itm-bd::before{ background-color: #fff; left: 0; right: calc(50% - 720px);}

.ndir-itm.itm0104::before{ background-color:#d7dcdd;}
.ndir-itm.itm0202 .ndir-itm-hd .tit-bx,
.ndir-itm.itm0202 .bd-desc{ width: 540px; }

.ndir-features{ position: relative; padding: 120px 0; background-color: rgba(173,173,173,.1); width: 100vw; left: 50%; transform: translateX(-50%);}
.ndir-features dl{ max-width: 1200px; margin: 0 auto; width: 100%; }
.ndir-features dt{ font-size: 30px; margin-bottom: 35px;}
.ndir-features dd{ font-family: 'Noto Sans KR';}
.ndir-features dd + dd{ margin-top: 20px; padding-top: 20px; border-top: #ddd 1px solid; }
.ndir-features dd b{ display: block; font-size: 18px; font-weight: 600;}
.ndir-features dd ul{ margin-top: 15px;}
.ndir-features dd ul li{ text-indent: -10px; padding-left: 10px;}
.ndir-features dd ul li::before{ content: ''; display: inline-block; width: 4px; height: 4px; background-color: #999; border-radius: 50%; margin-right: 5px; vertical-align: 3px;}

.sub04 #container,
.sub04 input[type=text], 
.sub04 input[type=number], 
.sub04 input[type=password], 
.sub04 .inp,
.sub04 textarea,
.ndir-itm .ndir-itm-hd .tit-bx p,
.ndir-itm .bd-desc,
.cs-bx .cs-bx2 li .desc span{ font-family: 'Noto Sans KR';}

.lay-pop{ position: fixed; top: 0; bottom: 0; left: 0; width: 100%; z-index: 999; display: none;}
.lay-pop .bg{ position: absolute; top: 0; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,.8);}
.lay-pop .pop-inner{ position: relative; height: 100vh; display: flex; justify-content: center; align-items: center;}
.lay-pop .pop-bx{ width: 420px; position: relative;}
.lay-pop .pop-bx .pop-slide{ position: relative;}
.lay-pop .pop-bx .pop-slide .slide-bx{ overflow: hidden;}
.lay-pop .pop-bx .pop-bot{ color: #777; background-color: #fff; border-top: #e3e3e3 1px solid; display: flex; justify-content: space-between;}
.lay-pop .pop-bx .pop-bot *{ font-size: 16px; font-family: 'Noto Sans KR'; color: #777; padding: 15px 0;}
.lay-pop .pop-bx .pop-bot input[type="checkbox"]{ opacity: 0;}
.lay-pop .pop-bx .pop-bot label{ flex: 1;}
.lay-pop .pop-bx .pop-bot .chk{ color: #777;  flex: 1;}
.lay-pop .pop-bx .pop-bot .bt-close{ border-left: #e3e3e3 1px solid;  flex: 1; justify-content: center; color: #000; display: flex; align-items: center;}
.lay-pop .pag{ position: absolute; bottom: 30px; left: 50%; display: inline-block; font-size: 15px; padding: 11px 16px; width: auto; transform: translateX(-50%); line-height: 1; color: #fff; background-color:rgba(0,0,0,.2); border-radius: 20px; z-index: 2;}



/* 250416 */
.table-td{display: inline-flex;width: 100%;background-color: #f4f4f4;border-radius: 20px;height: 50px;align-items: center;justify-content: space-between;padding:6px 10px;}
.table-td.two{background-color:#fff;}
.table-td span{color:#666;}
.table-td-inner{display: grid;grid-template-columns: repeat(2, 1fr);gap: 10px 15px;}
.table-td-inner.three{display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px 15px;}
.table-td-inner.three .table-td{background-color:#fff;}
.table-txt01{font-weight: bold;width: 35%;text-align: left;}
.table-txt02{transform: skewX(-15deg);display: inline-block;font-weight: 300;}
.table-txt03{}
.table-txt04{}
.br-mo{display:none;}
@media screen and (max-width:1380px){
    .cs-bx .cs-bx2 li .desc span br{ display: none;}
}

@media screen and (max-width:1260px){
    
    .main-vis .swiper-slide .copy{ padding: 0 20px;}
    .main-product .prod-bx{ padding: 0 20px;}
    .main-capa{ padding: 0 20px;}
    
    #container{ padding: 9.5rem 2.5rem; width: 100%;}
    .tit-area{ font-size: 1.3rem; margin: 0 0 5rem 0;}
    .tit-area .tit{ font-size: 3rem; }
    .tit-area p{ margin: .5rem 0 0 0;}
    
    .form-bx{ padding: 3rem 0;}
    
    @media screen and (max-width:999px){
        
        /* main */
        #menu{ display: none;}
        
        .main #header{ background-color: #fff;}

		#indexWrap{ position: relative; z-index:1; }
            
        .br-pc,
        .scrollBx{ display: none;}
        
        .main-tit{ margin: 0 0 4rem 0;}
        .main-tit .tit{ font-size: 2rem;}
        .main-tit .bt-more{ height: auto; padding: .5rem 1.5rem; font-size: 1.1rem;}
        
        .main-vis .swiper-slide{ height: 170vw; }
        .main-vis .swiper-slide .copy{ padding: 0 2rem; font-size: 1.3rem;}
        .main-vis .swiper-slide .copy b{ font-size: 2.6rem;}
        .main-vis .swiper-slide .copy span{ margin: 2rem 0 0 0;}
        .main-vis .swiper-slide .bg{ display: none;}
        .main-vis .swiper-slide .bg-mobi{ display: block;}
        .section .pag{ left: 0; padding: 0 2rem; transform: translateX(0);}
        .section .pag .bt{ height: 7.6rem; line-height: 1.1; display: flex; flex: 1; justify-content: center; align-items: center; font-size: 1.2rem; letter-spacing: -.05em; padding: 0 .5rem; text-align: center;}
        .section .pag .bt::before{ height: .2rem;}
        .section .pag .bt + .bt{ margin-left: 1rem;}
        .section .pag .bt + .bt::after{ height: 4rem; margin-top: -2rem; left: -.5rem; }            

		.main-product{ min-height:auto; height: auto; padding:0;}
        .main-product .prod-bx{ padding: 5rem 2.5rem;}
        .main-product .main-prod{ font-size: 1.3rem;}
        .main-product .main-prod .itm .txt{ min-height: auto;}
        .main-product .main-prod .t-tx{ font-size: 1.6rem; margin-bottom: 1rem; padding:0; width:100%; }
		.main-product .main-prod .itm .desc{ position: relative; flex-direction: column; margin:0 0 2rem 0;}
		.main-product .main-prod .itm span{ position: absolute; top:.5rem; right:0;}
        
        .main-capa{ height: auto; padding: 5rem 2.5rem;}
        
        .form-bx .inp-grp .bd.tel *{ width: 30%;}
        
        .cs-bx .cs-bx1{ margin-top: -3rem;}
        .cs-bx .cs-bx2{ margin-top: 4rem;}
        .cs-bx .cs-bx2 li + li{ margin-top: 4rem; }
        .cs-bx .cs-bx2 li,
        .cs-bx .cs-bx2 li:nth-child(2){ flex-direction: column;}
        .cs-bx .cs-bx2 li .thumb,
        .cs-bx .cs-bx2 li:nth-child(2) .thumb{ width: 100%;}
        .cs-bx .cs-bx2 li .thumb img,
        .cs-bx .cs-bx2 li:nth-child(2) img{ height: 50vw;}
        .cs-bx .cs-bx2 li .desc,
        .cs-bx .cs-bx2 li:nth-child(2) .desc{ width: 100%; margin: 2rem 0 0 0; padding: 0 2.5rem; font-size: 1.3rem; text-align: left;}
        .cs-bx .cs-bx2 li .desc b,
        .cs-bx .cs-bx2 li:nth-child(2) .desc b{ font-size: 2rem; margin: 0 0 1rem 0;}
        .cs-bx .cs-bx2 li:nth-child(2)::before{ display: none;}
        
        .gas-list .itm{ width: calc(33.3% - 10px); margin: 0 0 15px 15px;}
        
        .gas-hd .thumb{ width: 30%;}
        .gas-hd .desc{ padding: 0 0 0 30px;}
        .gas-hd .desc .txt{ margin: 20px 0 0 0;}
        
        .ndir-wr{ margin-bottom: -9.5rem;}
        .ndir-wr .hd-img,
        .ndir-wr.ftir .hd-img{ margin-top: -5rem; background-size: auto 100%; height: auto; padding: 6rem 2.5rem 2rem;}
        .ndir-wr .hd-img span{ margin-top: 1rem;}
        .ndir-itm{ padding: 5rem 0;}
        .ndir-itm .ndir-itm-hd,
        .ndir-itm.itm0102 .ndir-itm-hd{ flex-direction: column;}
        .ndir-itm .ndir-itm-hd .tit-bx{ width: 100%;}
        .ndir-itm .ndir-itm-hd .tit-bx p{ margin-bottom: 1rem;}
        .ndir-itm .ndir-itm-hd .thumb{ margin-right: 0; width: 100%;}
        .ndir-itm .bdir-itm-bd{ margin: 0;}
        .ndir-itm .bdir-itm-bd .inbx{ padding: 3rem 2.5rem;}
        .ndir-itm .bd-desc,
        .ndir-itm.itm0102 .bd-desc{ width: 100%; padding-bottom: 2rem; float: none;}
        .ndir-itm .bd-desc p{ margin-bottom: 1rem;}
        .ndir-itm .tx-bx .tx-row .tx-hd{ padding: 1rem 1rem 0; width: 12rem;}
        .ndir-itm .tx-bx .tx-row .tx-bd{ padding: 1rem;}
        .ndir-itm .bd-desc::after{ display: none;}
        .ndir-features{ padding: 5rem 2.5rem;}
        .ndir-features dt{ margin-bottom: 2rem;}
        .ndir-features dd + dd{ margin-top: 1.5rem; padding-top: 1.5rem;}
        .ndir-features dd ul{ margin-top: 1rem;}
        .table-td-inner{    grid-template-columns: repeat(1, 1fr);}
        .table-td-inner.three{ grid-template-columns: repeat(1, 1fr);}
        @media screen and (max-width:640px){
            .table-span{font-size: 2rem;}
            .br-mo{display:block;}
            img.pc{ display: none;}
            img.mobi{ display: block;}
            
            .main-product .main-prod{ flex-direction: column;}
            .main-product .main-prod .itm + .itm{ margin: 3rem 0 0 0;}
			.main-product .main-prod .itm span{ font-size:1rem; height:2.4rem; width:6rem; top:.2rem;}
			.main-product .main-prod .itm p{ margin-top:2rem;}
            
            .main-capa .capa-bx{ flex-direction: column;}
            .main-capa .capa-bx .itm + .itm{ margin: 3rem 0 0 0;}
            .main-capa .capa-bx .itm{ display: flex; align-items: center;}
            .main-capa .capa-bx .itm .thumb{ width: 12rem;}
            .main-capa .capa-bx .itm .txt{ flex: 1; margin: 0; padding: 0 0 0 2rem;; text-align: left; font-size: 1.3rem;}
            
            div.paging .direction.first:before,
            div.paging .direction.first:after,
            div.paging .direction.last:before,
            div.paging .direction.last:after,
            div.paging .direction.prev:after,
            div.paging .direction.next:after{ width: .8rem; height: .8rem; margin-top: -.4rem;}
            div.paging .direction.next:after{ margin-left: -.6rem;}
            div.paging .direction.first:before{ margin-left: .2rem;}
            div.paging .direction.first:after{ margin-left: -.4rem;}
            div.paging .direction.last:before{ margin-left: -.8rem;}
            div.paging .direction.last:after{ margin-left: -.2rem;}
            
            .form-bx .inp-grp{ flex-direction: column;}
            .form-bx .inp-grp .hd{ font-size: 1.4rem; padding: 0; margin-bottom: .5rem;}
            .form-bx .inp-grp .hd .req{ position: relative; font-size: 1.2rem; top: auto; margin-right: .5rem;}
            .form-bx .inp-grp .bd .inp + .inp, 
            .form-bx .inp-grp .bd .select + .inp{ margin-left: .5rem;}
            .form-bx .inp-grp .bd > label{ width: 30%; font-size: 1.3rem;}
            
            .inquiry-desc{ margin: 4rem 0 0 0;}
            .inquiry-desc .tit{ font-size: 1.6rem; margin-bottom: 0;}
            .inquiry-desc .dv-chk label{ font-size: 1.2rem;}
            .inquiry-desc .inq-hd{ flex-direction: column;}
            
            .privacy-bx{ padding: 2rem;}
            .privacy-bx .t-tx{ font-size: 1.5rem; margin: 3rem 0 .5rem;}
            .privacy-bx ul{ font-size: 1.2rem;}
            
            .tbl-hd{ flex-direction: column; align-items: flex-start; margin: 0 0 2rem 0;}
            .tbl-hd .total{ font-size: 1.3rem;}
            .tbl-hd .sch-bx{ width: 100%; margin: .5rem 0 0 0;}
            .tbl-hd .sch-bx .inp{ height: 4rem; font-size: 1.3rem;}
            .tbl-hd .sch-bx .sch{ width: 4rem; height: 4rem;}
            
            .tbl-list .itm{ flex-wrap: wrap; padding: 1rem 0;}
            .tbl-list .itm .num{ width: auto; margin-right: 1rem; font-size: 1.3rem; }
            .tbl-list .itm .date{ width: auto; margin-top: 1rem; font-size: 1.3rem; }
            .tbl-list .itm .txt{ white-space: normal; margin-top: 1rem; width: 100%; line-height: 1.2; flex: none; font-size: 1.3rem;}
            
            .tbl-view .t-tx{ font-size: 1.6rem;}
            .tbl-view .date{ font-size: 1.2rem;}
            .tbl-view .hd{ padding: 0 0 2rem 0;}
            .tbl-view .bd{ padding: 2rem 0;}
            
            .viewBottomList .viewBottomPrev, 
            .viewBottomList .viewBottomNext{ padding: 1rem .5rem; font-size: 1.3rem;}
            .viewBottomList .orderPrev, 
            .viewBottomList .orderNext{ width: 5rem;}            
            
            .gas-list .itm,
            .gas-list .itm:nth-child(3n+1){ width: 44%; margin: 0 0 8% 8%;}
            .gas-list .itm:nth-child(2n+1){ margin-left: 0;}
            
            .gas-wr{ margin-top: -4rem; }
            .gas-hd{ flex-direction: column; padding: 3rem 0;}
            .gas-hd .thumb{ width: 100%;}
            .gas-hd .desc{ padding: 0; margin: 2rem 0 0 0;}
            .gas-hd .desc .t-tx{ font-size: 1.8rem;}
            .gas-hd .desc .txt{ font-size: 1.3rem;}
            .gas-bd{ margin-top: 3rem;}
            .gas-bd table thead th{ height: 5rem; font-size: 1.3rem; padding: .5rem 1rem;}
            .gas-bd table tbody th{ height: 4.6rem; font-size: 1.3rem; padding: .4rem;}
            .gas-bd table tbody td{ height: 4.6rem; font-size: 1.3rem; padding: 1rem 1rem;}
            
            .gas03-bd{ padding: 3rem 0; font-size: 1.3rem;}
            .gas03-bd .thumb{ padding: 2rem; border-radius: 1rem;}
            .gas03-bd .desc{ margin-top: 1rem;}            
            
            .ndir-wr{ margin-bottom: -9.5rem;}
            .ndir-wr .hd-img{ margin-top: 0; background-size: auto 100%; height: auto; padding: 6rem 2.5rem 2rem; background-image: url(../images/ndir_hd_mobi.jpg); background-size: cover; height: 108vw;}
            .ndir-wr.ftir .hd-img{ background-image: url(../images/ftir_hd_mobi.jpg); margin-top: 0; height: 108vw;}
            .ndir-wr .hd-img b{ font-size: 1.8rem;}
            .ndir-wr .hd-img span{ margin-top: 1rem; font-size: 1.2rem;}
            .ndir-itm{ padding: 5rem 0;}
            .ndir-itm .ndir-itm-hd,
            .ndir-itm.itm0102 .ndir-itm-hd{ flex-direction: column;}
            .ndir-itm .ndir-itm-hd .tit-bx{ width: 100%;}
            .ndir-itm .ndir-itm-hd .tit-bx p{ font-size: 1.4rem; margin-bottom: 1rem;}
            .ndir-itm .ndir-itm-hd .tit-bx .ndir-tit{ font-size: 2rem;}
            .ndir-itm .ndir-itm-hd .thumb{ margin-right: 0; width: 100%;}
            .ndir-itm .bdir-itm-bd{ margin: 0;}
            .ndir-itm.itm0102 .ndir-itm-hd .thumb{margin:0;}
            .ndir-itm .bdir-itm-bd .inbx{padding: 3rem 1rem;}
            .ndir-itm .bd-desc,
            .ndir-itm.itm0102 .bd-desc{ width: 100%; font-size: 1.3rem; padding-bottom: 2rem; float: none;}
            .ndir-itm .bd-desc p{ font-size: 2rem; margin-bottom: 1rem;}
            .ndir-itm .tx-bx .tx-row{ align-items: unset;}
            .ndir-itm .tx-bx .tx-row .tx-hd{ padding: 1rem 1rem 0; font-size: 1.3rem; width: 12rem; display: flex; align-items: center;}
            .ndir-itm .tx-bx .tx-row .tx-bd{ padding: 1rem 1rem; font-size: 1.3rem; display: flex; align-items: center;}
            .ndir-itm .tx-bx.col3n .tx-row .tx-hd{ width: 8rem; word-break: break-all; padding: 1rem .5rem; line-height: 1.1;}
            .ndir-itm .tx-bx.col3n .tx-row .tx-bd{ line-height: 1.1; padding: 1rem .5rem; text-align: center; justify-content: center;}
            .ndir-itm .bd-desc::after{ display: none;}
            .ndir-features{ padding: 5rem 2.5rem;}
            .ndir-features dl{ font-size: 1.3rem;}
            .ndir-features dt{ font-size: 2rem; margin-bottom: 2rem;}
            .ndir-features dd + dd{ margin-top: 1.5rem; padding-top: 1.5rem;}
            .ndir-features dd b{ font-size: 1.4rem;}
            .ndir-features dd ul{ margin-top: 1rem;}
            
			h4.h4-tit{ font-size:1.6rem; margin:0 0 1rem 0;}
            .tx-tbl table th{width:28%;}
			.tx-tbl table th,
			.tx-tbl table td{padding: 1rem .5rem;font-size: 1.2rem;}
            
            .lay-pop .pop-bx{ max-width: 88vw; width: 100%;}
            .lay-pop .pop-bx .pop-bot *{ font-size: 1.3rem; color: #bababa;}
            .lay-pop .pop-bx .pop-bot label,
            .lay-pop .pop-bx .pop-bot .bt-close{ padding: 1rem; }
            .lay-pop .pag{ padding: .8rem 1.4rem; font-size: 1.2rem;}
            
        }
    }
    
}

