*{letter-spacing: -0.5px; word-break:keep-all}
.b_color {color:#007a06; }

.b_inner {max-width:1360px; margin:0 auto; width:100%; }
.b_inner2 {max-width:1200px; margin:0 auto; width:100%; }
.b_inner3 {max-width:1100px; margin:0 auto; width:100%; }
.b_inner4 {max-width:1000px; margin:0 auto; width:100%; }

.b_center {text-align: center}

.b_more_btn {display: flex; align-items: center; justify-content: center; height:40px; border-radius: 5px; background-color: #000000; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn img {margin-left: 15px; transition:transform .2s;}
.b_more_btn:hover img {transform: translateX(4px);transition: transform .2s;}

.b_more_btn2 {height:40px; border-radius: 5px; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn2 img {margin-left: 15px; transition:transform .2s;}
.b_more_btn2:hover img {transform: translateX(4px);transition: transform .2s;}

.pc {display: inline-block !important}
.mobile {display: none !important}
.dot_space {word-spacing : -30px;}

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

@media screen and (max-width:1000px){
    .b_more_btn img{width: 12px;}
    .pc {display: none !important}
    .mobile {display: inline-block !important}
}

/*action button*/
.btn_action {;position: relative; overflow: hidden; display: inline-block; padding: 0 50px; border: 1px solid #000; color: #000; border-radius: 50px; font-weight: 600; font-size: 20px}
.btn_action:before {content:""; position: absolute; height: 100%; width: 100%; background-color: #FFD900; top: 100%; left: 0; transition: all 0.3s; z-index: -1}
.btn_action:hover:before {transform: translateY(-100%);}
.btn_action:hover {color: #000; border: 1px solid #FFD900 !important;}
.btn_action:hover img {filter: var(--filterBlack)}

a.btn_action2 {position: relative; overflow: hidden; display: inline-block; padding: 0 50px; border: 2px solid #fff; color: #fff; border-radius: 50px; font-weight: 600; font-size: 20px; z-index: 2;}
a.btn_action2:before {content:""; position: absolute; height: 120%; width: 100%; background-color: #FFD900; top: 100%; left: 0px; transition: all 0.3s; z-index: -1}
a.btn_action2:hover:before {transform: translateY(-100%);}
a.btn_action2:hover {color: #000; border: 2px solid #FFD900;}
a.btn_action2:hover img {filter: var(--filterBlack)}

#b_header{position:fixed; left:0; top:0; z-index:10; width:100%; height: 100px; border-bottom: 0px solid rgba(255,255,255,.3); z-index: 20; background-color: transparent;transition: .4s;}
#b_header:after {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(25, 25, 25, 1); content: ""; transform: translateY(-100px);}
#b_header > .b_inner{display: flex; justify-content: space-between; align-items: center; height: 100%;z-index: 12;}
#b_header > .b_inner:after {display: block; position: absolute; bottom: 20px; right: 0px; content:""; height: 1px; width: 97%; border-bottom: 0px solid rgba(255,255,255,1)}
#b_header nav {height: 100%}
#b_header #b_gnb {position: relative; display: flex; align-items: center; height: 100%; z-index: 12;}
#b_header #b_gnb > li {padding:20px 35px; position: relative; height: 100%; margin: 0 -1px 0 0}
#b_header #b_gnb > li > a {color:#fff; display: flex; align-items: center; width: 100%; letter-spacing: 0px; height: 100%; font-size: 1.7rem}
#b_header #b_gnb > li > a:hover {color: #FFD900}
#b_header #b_gnb > li:nth-child(2) > a {display: block; width: 103px; height: 60px; background: url("/data/design/t_menu02.png") no-repeat center center; background-size: 100% auto;}
#b_header #b_gnb > li:nth-child(2) > a img {display: none}
#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 70px; background-color: transparent; width: 200%; transform:translate(-50%); padding:7px 0; display: none; border:0px solid #eaeaea; border-radius: 10px; font-size: 1.5rem; opacity: 0;}
#b_header #b_gnb .b_sub_list.active {display: block; opacity: 1; transition: .4s;}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: center;}
#b_header #b_gnb .b_sub_list li a{display: block; padding:2px 0;color:#777; font-weight: 500; transition:color .5s;  }
#b_header #b_gnb .b_sub_list li a:hover{color:#f1c120; transition:color .3s; }
#b_header .b_logo {z-index: 12;}
#b_header .b_logo a{display: block; color:#fff; width: 150px; height: 41px; background: url("/data/design/t_logo_w.png") no-repeat center center; background-size: 100% auto;}
#b_header .b_logo img {width: 150px; display: none}
#b_header .b_util_box {display: none}
#b_header .b_request{padding: 0 30px; z-index: 12}
#b_header .b_request .btn_action:before {background: #FFD900}
#b_header .b_request .btn_action:hover {color: #000}
#b_header .b_request a {display: inline-block; border: 1px solid #FFD900; border-radius: 50px; padding: 10px 30px; color: #fff; font-size: 1.5rem}

.top_menu_bg {display: none; position: absolute; top: 0px; left: 0px; background: #fff; width: 100%; height: 400px; z-index: 1;}

.b_lang {display: flex; z-index: 12}
.b_lang li {position: relative; padding: 0 5px}
.b_lang li:nth-child(1):after {content: ''; width: 1px; height: 70%; background-color: rgba(255,255,255, .3); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.b_lang a {color: #777; padding: 0  10px; font-size: 1.6rem}
.b_lang a.active {color: #fff}
.b_lang a:hover {color: #FFD900}

.b_toggle_btn{display: flex; width: 30px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{display: inline-block; width: 30px; background-color: #fff; height:2px; border-radius: 5px;}
.b_toggle_btn span:first-child{margin-bottom: 7px;}
.b_toggle_btn span:nth-child(2) {margin-bottom: 7px;}

.b_site_map{width: 94%; max-width: 400px; position:fixed; right:-420px; top:0; height:100%; z-index: 30; background-color: #f9f9f9; box-shadow: -5px 0px 30px rgba(0,0,0,.07);  transition:right .5s;}
.b_site_map.open{right:0; transition:right .5s;}
.b_site_map nav{width:89%; margin:0 auto; margin-top: 200px; margin-left: 50px;}
.b_site_map #b_gnb > li {margin-bottom: 20px;}
.b_site_map #b_gnb > li > a{font-size:1.5rem; font-weight: bold;}
.b_site_map #b_gnb > li.open > a{color:#000; transition:color .3s;}
.b_site_map #b_gnb .b_sub_list {margin-top:20px; display: none; padding-bottom: 20px;}
.b_site_map #b_gnb .b_sub_list li {padding:10px 0 10px 10px; }
.b_site_map #b_gnb .b_sub_list li a{color:#777; font-size: 1.8rem; ;}

.b_site_map #b_gnb .b_sub_list li a:hover{color:#111; transition:color .3s; }
.b_site_map .b_lang {position: absolute; left: 8%; top: 5%; z-index: 11; color: #111; display: flex; justify-content: center; align-items: center; }
.b_site_map .b_lang a {color: #111}
.b_site_map .b_lang a.active {font-weight: 800}
.b_site_map .b_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
.b_site_map .b_lang li {padding: 0 10px;}
.b_site_map .b_lang .qna {border: 1px solid #000; border-radius: 50px; padding: 7px 10px;}

.b_bg_box{width: 100%; height: 100%; background-color: #000; opacity: .8; display: none; position: fixed; left: 0; top: 0; z-index: 10;}

.b_close_btn{position:absolute; right: 8%; top: 5%;width:24px; height:24px; z-index: 10; }
.b_close_btn span{position:absolute; left:0; top:14px; background-color: #ccc; width: 100%; height: 2px;ransition:background-color .3s; }
.b_close_btn span:first-child{transform:rotate(45deg);}
.b_close_btn span:last-child{transform:rotate(-45deg);}
.b_close_btn:hover span{background-color: #111; transition:background-color .3s; } 

#b_header.black > .b_inner {}
#b_header.black .b_logo a{color:#fff; }
#b_header.black .b_logo .b_logo_off{display: none;}
#b_header.black .b_logo .b_logo_on{display: block;}
#b_header.black #b_gnb > li > a{color:#fff; }
#b_header.black .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.black .b_lang_box li a{color:#c1c1c1; }
#b_header.black .b_lang_box li.on a{color:#fff; }
#b_header.black .b_toggle_btn span{background-color: #fff; }
#b_header.black .b_lang a {color: #777}
#b_header.black .b_lang a.active {color: #fff}
#b_header.black .b_lang a:hover {color: #FFD900}
#b_header.black .b_lang li:nth-child(1):after {background-color: rgba(255,255,255, .3);}
#b_header.black { background: rgba(25, 25, 25, 1); transition: .4s;}
#b_header.black.sub_black.on {background-color: transparent; transition: .2s;}

#b_header.on {background-color: transparent !important;}
#b_header.on > .b_inner {background-color: transparent !important; }
#b_header.on .b_logo a{color:#111; background: url("/data/design/t_logo_b.png") no-repeat center center; background-size: 100% auto;}
#b_header.on .b_logo .b_logo_off{display: none;}
#b_header.on .b_logo .b_logo_on{display: block;}
#b_header.on #b_gnb > li > a{color:#111; }
#b_header.on #b_gnb > li.active > a{color:#f1c120; }
#b_header.on #b_gnb > li:nth-child(2) > a {background: url("/data/design/t_menu02_b.png") no-repeat center center; background-size: 100% auto;}
#b_header.on #b_gnb > li:nth-child(2).active > a {background: url("/data/design/t_menu02_hover.png") no-repeat center center; background-size: 100% auto;}
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111; }
#b_header.on .b_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
#b_header.on .b_lang a {color: #777}
#b_header.on .b_lang a.active {color: #000}
#b_header.on .b_lang a:hover {color: #FFD900}
#b_header.on .b_search {border: 1px solid #ddd}
#b_header.on .b_search input {color: #000;}
#b_header.on .b_search i {color: #000}
#b_header.on .b_request a {border: 1px solid #000; color: #000}

.t_menu_bg {position: absolute; left: 0; top: 0; background: #fff; height: 280px; width: 100%; z-index: 11; transform: translateY(-280px); transition: .4s;}
.t_menu_bg.active {transition: .4s;}

@media screen and (max-width:1080px){
    #b_header{height: 80px;}
    #b_header nav{display: none;}
    #b_header .b_lang {display: none}

    #b_header .b_logo {padding: 0 0 0 10px}
    #b_header .b_logo a {width: 90px; height: 30px}
    #b_header .b_request {display: none}
	#b_header .b_util_box {display: block; padding: 0 10px 0 0}
    .b_toggle_btn{display: flex;}    

    .b_site_map #b_gnb > li > a{font-size:2.2rem;}
    .b_site_map #b_gnb .b_sub_list li a {font-size: 2.0rem}
}

@media screen and (max-width:760px){
    #b_header{height: 70px;}

}

.b_mv_box {height: 950px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul li{position: relative;}
.b_mv_box ul li figure{position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img{transform:scale(1.05); }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1.0); transition:transform 6s;}
.b_mv_box ul li .b_inner{display: flex; align-items: center; height:100%; width:100%; justify-content: flex-start;}
.b_mv_box .b_txt_box{position: relative; color: #fff; text-align: left; transform:translateY(30px); opacity:.2;}
.b_mv_box ul li.swiper-slide-active .b_txt_box{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .4s;}
.b_mv_box .b_txt_box h2{line-height:1.3;}
.b_mv_box .b_txt_box p{margin-bottom: 15px;}
.b_mv_box .b_txt_box p.txt {padding: 30px 0 0; letter-spacing: -0.5px; line-height: 1.4}
.b_mv_box .b_txt_box .angle {position: absolute; top: 0; left: 0}
.b_mv_navi{max-width: 1720px; margin:0 auto; width:94%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5;}
.b_mv_navi .b_prev, .b_mv_navi .b_next  {width:auto; height: auto;}
.b_mv_navi .b_prev img{transform:rotate(180deg);}
.swiper-button-next, .swiper-button-prev{background-image: none;}
.b_mv_box .b_more_btn{background-color: transparent; border:1px solid #fff;margin:55px 0 0; color: #fff; padding: 0 30px}
.b_scr_box{position: absolute; bottom: 9%; right: 5%; z-index: 5; display: flex; align-items: center; animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_scr_box p{color:#fff; margin-left: 10px; letter-spacing: 2px;}

.main_slide {position: relative; display: flex; align-items: center; justify-content: center;  }
.main_slide figure{ width:100%; height:100%; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.main_slide figure img{z-index: 9; transform:scale(1.2); height: 100%; object-fit: cover;}
.main_slide figure.active img{transform:scale(1.15); transition:transform 6s; height: 100% }
.main_slide .b_inner{}
.main_slide .txt_box{z-index: 10; position: absolute; left:50%; top: 50%; color: #fff; text-align: center; transform:translate(-50%,-50%)}
.main_slide .txt_box img {width: 100%; max-width: 426px;}
.main_slide .txt_box h1{line-height:1.2; transform:translateY(30px); opacity:0; font-size: 8.0rem; font-weight: 700}
.main_slide .txt_box h2{padding-top: 30px; transform:translateY(30px); opacity:0; font-size: 2.4rem }
.main_slide .txt_box p {padding: 20px 0 0; letter-spacing: 0px; transform:translateY(30px); opacity:0; font-size: 2.2rem; font-weight: 700}
.main_slide .txt_box.active h1 {transform:translateY(0px);opacity:1; transition:ease .8s;} 
.main_slide .txt_box.active h2 {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .4s; } 
.main_slide .txt_box.active p {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .8s;} 
.main_slide .txt_box .slidebox_bottom {transform: rotate(180deg)}
.main_slide .b_more_btn{background-color: transparent; border:1px solid #fff;margin:55px 0 0; color: #fff; padding: 0 30px}

.mouse_scroll{position: absolute; left: 50%;transform: translateX(-50%);bottom: 30px; z-index:100; color: #fff; text-align: center}
.mouse_scroll img{width: 18px; margin: auto;}
.mouse_scroll .down{height: 30px; position: relative;}
.mouse_scroll .down .arrow {font-size: 12px; animation: down 1.2s infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.mouse_scroll .down .arrow img {width: 12px}
.mouse_scroll .txt {padding: 0px 0 20px; opacity: .8; letter-spacing: 1px; font-size: 1.2rem} 

/*메인 풀페이지*/
#fp-nav ul li {transform: .5s;}
#fp-nav ul li a span {border-radius: 0px !important; width: 3.4px !important; height: 34px !important; margin: 0px !important; border-radius: 5px !important;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {background: #FFD900}
#fp-nav ul li a.active+.fp-tooltip {color: #FFD900 !important}
#fp-nav ul li, .fp-slidesNav ul li {height: 36px !important}
#fp-nav ul li:nth-child(1), #fp-nav ul li:nth-child(n+7) {display: none !important; transition: .5s;}
#fp-nav ul li .fp-tooltip {top: 80% !important; overflow: visible !important; opacity: 1 !important; font-size: 1.2rem !important;}

@keyframes down {
    0% {opacity: 0; top: 0;}
    50% {opacity: 0.3; top: 40%;}
    100% {opacity: 1; top: 90%;}
}

.video_wrap{overflow:hidden;position:relative;height: 100vh;padding-top: 90px;box-sizing:border-box;}
.video_wrap .video {position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-size: 100% 100%;	background-color: black;background-position: center center;background-size: contain;object-fit: cover;}

.fp-controlArrow.fp-prev {border: none; background: url("/data/design/index/mv_navi.png") no-repeat center center; width: 30px !important; height: 30px !important; transform: rotate(180deg); left: 50px !important; margin: -15px 0 0}
.fp-controlArrow.fp-next {border: none; background: url("/data/design/index/mv_navi.png") no-repeat center center; width: 30px !important; height: 30px !important; right: 50px !important; margin: -15px 0 0}

.mservice .txt_box p {transform:translateY(30px);opacity:0; } 
.mservice .txt_box h2 {transform:translateY(30px);opacity:0;  } 
.mservice .txt_box p.txt {transform:translateY(30px);opacity:0; } 
.mservice .txt_box a {transform:translateY(30px);opacity:0; } 
.mservice.active .txt_box p {transform:translateY(0px);opacity:1; transition:ease .8s;} 
.mservice.active .txt_box h2 {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .1s; } 
.mservice.active .txt_box p.txt {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .2s;} 
.mservice.active .txt_box a {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .3s;} 

.mservice {display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%}
.mservice figure{ z-index: 9; width:100%; height:100%; overflow:hidden;  position: absolute; top: 0px; left: 0px;}
.mservice figure img{transform:scale(1.05); width: 100%; height: 100%; object-fit: cover; }
.mservice.active figure img{transform:scale(1.1); transition:transform 6s}
.mservice .b_more_btn {background: transparent; color: #fff; border: 1px solid #FFD900; padding: 15px 0px; display: flex; justify-content: center; margin: 60px auto 0; border-radius: 60px;  width: 200px; font-size: 1.6rem}
.mservice .b_more_btn img {width: 10px}
.mservice .b_more_btn:before {background-color: #FFD900; }
.mservice .b_more_btn:hover img {filter: var(--filterBlack)}
.mservice .b_more_btn:hover {color: #000; border: 1px solid #FFD900; }

.mservice .txt_box .tl {text-align: center}
.mservice .txt_box .tl p {font-size: 2.6rem; }
.mservice .txt_box .tl h2 {font-size: 6.6rem; font-weight: 700; line-height: 1.4}
.mservice .txt_box .tl p.txt {font-size: 2.4rem; font-weight: 300 } 
.mservice.main_company .txt_box {transform: translateY(50px);}
.mservice.main_company .b_more_btn {background: transparent; color: #000; border: 1px solid #000; padding: 0 25px; display: flex; justify-content: center; margin: 20px 0 0; border-radius: 60px;  width: 200px; font-size: 1.6rem; }
.mservice.main_company .txt_box .tl {text-align: left; color: #000}
.mservice.main_company .txt_box .tl p {font-size: 2.4rem; }
.mservice.main_company .txt_box .tl h2 {font-size: 6.0rem; font-weight: 800; line-height: 1.4}
.mservice.main_company .txt_box .b_clients {display: flex; flex-wrap: wrap; padding: 80px 0 0}
.mservice.main_company .txt_box .b_clients li {width: 20%; padding: 10px 0px}
.mservice.main_company .txt_box .b_clients li img {width: 100%; max-width: 150px }
.mservice.main_company .txt_box .b_clients li {transform:translateY(30px);opacity:0;}
.mservice.main_company.active .txt_box .b_clients li {transform:translateY(0px); opacity:1; transition:ease .8s; transition-delay: .4s;}
.mservice.main_company.active .txt_box .b_clients li.b_mo2 {transition-delay: .5s;}
.mservice.main_company.active .txt_box .b_clients li.b_mo3  {transition-delay: .6s;}
.mservice.main_company.active .txt_box .b_clients li.b_mo4  {transition-delay: .7s;}
.mservice.main_company.active .txt_box .b_clients li.b_mo0  {transition-delay: .8s;}

.main_business {position: relative; display: flex; align-items: center; justify-content: center; height: 100%; z-index: 100}
.main_business.active .txt_box{transform: translate(-50%,-55%);}
.main_business .b_inner {}
.main_business .txt_box{z-index: 11; color: #000 !important; text-align: left; display: flex; justify-content: space-between; align-items: center; flex-direction: column; width: 100%;}
.main_business .txt_box .tl {width: 100%; text-align: center}
.main_business .txt_box .tl h2{line-height:1.0; font-size: 4.0rem}
.main_business .txt_box .tl p {padding: 10px 0 0; letter-spacing: -0.5px; line-height: 1.4}
.main_business .txt_box .tl p.tit {padding: 20px 0 0; ; font-size: 2.0rem;}
.main_business .txt_box .tl p.tit2 {padding: 0px 0 0; font-weight: 500; font-size: 2.4rem;}
.main_business .txt_box .area {width: 100%; display: flex; justify-content: space-between; align-items: center;  padding: 10px 0 10px}
.main_business .txt_box .area li {margin: 0 5px; overflow: hidden; position: relative; text-align: center;}
.main_business .txt_box .area img {z-index: 5; width: 100%; max-width: 300px; transform:scale(1.0); transition:transform 0.5s; border: 1px solid #ddd;}
.main_business .txt_box .area li:hover img {transform:scale(1.01); transition:transform 0.5s;}
.main_business .txt_box .area p {z-index: 10; color: #000 !important; letter-spacing: 0px; padding: 10px 0 0; width: 100%; opacity: 1; line-height: 1.2}
.main_foot {position: absolute; bottom: 0px; left: 0px; width: 100%;padding: 30px 0 !important}
.main_foot > div {display: flex; justify-content: space-between;}

.main_part {position: relative; display: flex; align-items: center; justify-content: center; height: 100%}
.main_part .b_inner {}
.main_part .txt_box{z-index: 11; color: #fff; text-align: left; display: flex; justify-content: space-between; flex-direction: column;  }
.main_part .txt_box .tl {width: 100%;}
.main_part .txt_box .tl h2{line-height:1.0; padding: 10px 0 0}
.main_part .txt_box .tl p {padding: 20px 0 0; letter-spacing: 0px; line-height: 1.4}
.main_part .txt_box .area {width: 100%; display: flex; justify-content: space-between; align-items: center;  padding: 30px 0 0}
.main_part .txt_box .area li {margin: 0 5px; overflow: hidden; position: relative}
.main_part .txt_box .area img {z-index: 5; width: 100%; max-width: 320px; transform:scale(1.0); transition:transform 0.5s;}
.main_part .txt_box .area li:hover img {transform:scale(1.01); transition:transform 0.5s;}
.main_part .txt_box .area p {z-index: 10; color: #fff; letter-spacing: 0px; padding: 10px 0 0; width: 100%; opacity: .7; line-height: 1.2}

.main_products {position: relative; display: flex; align-items: center; justify-content: center; height: 100%}
.main_products .b_inner {}
.main_products .txt_box{z-index: 11; color: #000; text-align: left; display: flex; justify-content: space-between; align-items: center  }
.main_products .txt_box .tl {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column}
.main_products .txt_box .tl h2{line-height:1.0; padding: 0px 0 0}
.main_products .txt_box .tl p {color: #000 !important; padding: 20px 0 0; letter-spacing: 0px; line-height: 1.4; }
.main_products .txt_box .area {width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0px 0 0}
.main_products .txt_box .area li {width: calc(50% - 20px); margin: 0 10px 20px; overflow: hidden; position: relative;}
.main_products .txt_box .area img {z-index: 5; width: 100%; transform:scale(1.0); transition:transform 0.5s;}
.main_products .txt_box .area li:hover img {transform:scale(1.01); transition:transform 0.5s;}
.main_products .txt_box .area li > a > p {position: absolute; z-index: 11; bottom: 20px; left: 0;z-index: 10; color: #fff; letter-spacing: 0px; padding: 10px 0 0 30px; opacity: 1; line-height: 1.2}
.main_products .txt_box .area li > a > .bg {position: absolute; z-index: 10; left:0; bottom: 0; width: 100%; height: 100px; background: rgba(0,0,0,.5);}

.b_news_list .b_slide_box {overflow: hidden;}
.b_news_list {position: relative; padding: 100px 0 0}
.b_news_list ul li {border-bottom: 1px solid #777; padding: 0 0 20px }
.b_news_list ul li .news_txt {width: 100%}
.b_news_list ul li img {width: 100%}
.b_news_list ul li h3 {padding: 10px 0 0; font-weight: 600; font-size: 18px}
.b_news_list ul li div {font-size: 14px; opacity: .8; padding: 10px 0 0}
.b_news_list ul li span {font-size: 13px; opacity: .7; float: right; padding: 20px 0 0}
.b_news_list .b_prev {transform: rotate(180deg); left: -100px; top: 250px; right: unset; bottom: unset; margin: 0;}
.b_news_list .b_prev img {width: 50px}
.b_news_list .b_next {right: -100px; top: 210px; margin: 0; left: unset; bottom: unset;}
.b_news_list .b_next img {width: 50px}

@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1320px){
    .main_slide .txt_box {padding: 0px; text-align: center}
    .main_slide .txt_box .angle {display: none}
    .mservice .txt_box .tl h2 {font-size: 4.4rem}
    .main_slide .txt_box h1 {font-size: 6.0rem}
    .main_slide .txt_box h2 {padding: 15px 0 0; font-size: 2.6rem}
    .main_slide .txt_box p {font-size: 2.2rem}
    .main_part .txt_box .tl p {font-size: 3.4rem;}
    .mservice .txt_box .tl p.txt {font-size: 2.2rem;}
    .mservice .b_more_btn span {font-size: 1.8rem}

    .main_slide figure.active img {width: 100%}

    .main_part .txt_box .tl p
    .main_business .txt_box .tl h2 {line-height: 1.2}
    .main_business .txt_box .tl p.tit {}
    .mservice .txt_box {text-align: center; padding: 0 30px;}
    .mservice .b_more_btn {margin: 40px auto 0}
	
    .main_part  .txt_box .tl h1 { line-height: 1.2}
    .main_part  .txt_box .tl h2 { line-height: 1.3; padding: 10px 0 0}
    .main_part .txt_box .tl p br {display: none}
	
	.mservice.main_company .txt_box .tl h2 {font-size:4.0rem; line-height: 1.2}

    .main_products .txt_box .tl p br {display: none;}
    .b_news_list {padding: 30px 0 0}
    .b_news_list ul li h3 {font-size: 14px}
    .mouse_scroll  {display: none;}

}

@media screen and (max-width:1080px){
    .b_mv_box {height: 800px;}

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

    .main_slide .txt_box img {width: 80%}
    #fp-nav {display: none}

    .b_mv_box {height: 700px;}
    /* .b_mv_box .b_txt_box p{margin: 25px 0;} */
    .b_mv_box .b_more_btn{margin-top: 25px;}
    .b_scr_box{bottom: 5%; }

    .b_mv_navi > div img{width: 14px;}
    

    .main_products .txt_box .area {flex-wrap: wrap;}
    .main_products .txt_box .area li {width: calc(100% - 20px); height: 150px}
    .main_products .txt_box .area li:nth-child(1) {order: 2}
    .main_products .txt_box .area li:nth-child(2) {height: 100px; order:1}
    .main_products .txt_box .area li:nth-child(3) {order: 3}
    .main_products .txt_box .area li:nth-child(4) {order: 4}
    .main_products .txt_box .area li > a > .bg {height: 60px;}
    .main_products .txt_box .area li > a > p {bottom: 10px; text-align: center; width: 100%}

    .main_business.active .txt_box{transform: translate(-50%,-65%);}
    .main_foot {padding: 20px 0 !important}
    .main_foot > div {flex-direction: column; text-align: center;}
    .main_foot .b_right_box {display: none !important;}
    .main_foot .b_logo {padding-bottom: 10px;}
    .main_foot .b_logo img {width: 80px !important}

}


.b_motion { /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0;
    transform: translate3d(0px, 30px, 0);
  }

.b_motion.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .8s;}
.b_delay_05{transition-delay: 1.0s;}

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box .b_sub_txt{display: block; margin-bottom: 30px; letter-spacing: 2px;}
.b_tit_box h3{line-height: 1.3; word-break: keep-all;}
.b_tit_box .b_cont_txt{margin-top: 30px; line-height: 1.4; }

.b_section{padding: 100px 0;}


@media screen and (max-width:760px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt{ margin-bottom: 20px; }
    .b_tit_box .b_cont_txt{margin-top: 20px; }
    .b_section{padding: 70px 0;}

}

.b_sec_01{position: relative; padding-top: 150px;}
.b_sec_01::after{content: ''; width: 100%; height: 370px; background-color: #f8f8f8; position:absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1;}
.b_sec_01 .b_inner{display: flex; align-items: center;}
.b_sec_01 .b_inner > div {width: 50%; overflow: hidden;}
.b_sec_01 .b_inner > div a {color: #fff;}
.b_sec_01 .b_left_box{display: flex; align-items: center; justify-content: center;}
.b_sec_01 .b_tit_box {text-align: left;}
.b_sec_01 .b_right_box{display: flex; align-items: flex-start; height:100%; padding-left:5%; flex-direction: column; justify-content: center;}
.b_sec_01 .b_txt_box p{line-height: 1.6; margin-top: 80px;}


@media screen and (max-width:980px){
    .b_sec_01{padding-top: 80px;}
    .b_sec_01::after{display: none;}
    .b_sec_01 .b_inner{flex-direction: column-reverse;}
    .b_sec_01 .b_inner > div{width:100%; }
    .b_sec_01 .b_left_box{align-items: flex-start; margin-top: 40px;     height: 300px;}
    .b_sec_01 .b_left_box img{width: 100%; display: block;}
    .b_sec_01 .b_right_box{padding-left:0; }
    .b_sec_01 .b_txt_box p{margin-top: 40px;}
}

@media screen and (max-width:760px){
    .b_sec_01 .b_left_box{height: auto;}
    .b_sec_01 .b_txt_box p {margin-top: 20px;}
}

.b_sec_02{overflow:hidden;}
.b_sec_02 .b_cont_box {position: relative;}
.b_sec_02 .b_slide_box {overflow: hidden;}
.b_sec_02 .b_slide_box ul li > a{display: block;}
.b_sec_02 .b_slide_box .b_img_box{background-color: #fafafa; display: flex; align-items: center; justify-content: center; }
.b_sec_02 .b_slide_box .b_img_box img{max-width: 100%; border-radius: 20px}
.b_sec_02 .b_slide_box .b_txt_box {margin-top: 20px;}
.b_sec_02 .b_slide_box .b_txt_box h4{margin:10px 0;}
.b_sec_02 .b_slide_box .b_txt_box p{color:#888;}
.b_sec_02 .b_next , .b_sec_02 .b_prev {top: 24%; width:60px; height:60px; border-radius: 50%; box-shadow: 0 2px 25px rgba(0,0,0,.17); display: flex; align-items: center; justify-content: center;}
.b_sec_02 .b_prev {left: -90px;}
.b_sec_02 .b_prev img{transform:rotate(180deg);}
.b_sec_02 .b_next {right: -90px;}
.b_sec_02 .b_pdt_link {margin-top: 90px;}
.b_sec_02 .b_pdt_link .b_more_btn{margin:0 auto; color: #fff;}
.b_sec_02 .b_pdt_link > ul{display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; flex-wrap: wrap;}
.b_sec_02 .b_pdt_link > ul li{width: 32%; background-color: #fafafa; border:1px solid #eaeaea; border-radius: 5px; height: 80px;}
.b_sec_02 .b_pdt_link > ul li a{display: flex; width: 100%; padding:0px 30px; justify-content: space-between; align-items: center; height: 100%;}
.b_sec_02 .b_pdt_link > ul li p{color:#888; }
.b_sec_02 .b_pdt_link > ul li p img{filter: invert(1); margin-left: 10px; opacity:.5; }

.b_sec_02 .b_pdt_link > ul li:hover{background-color: #007a06; border:0; transition: .3s; box-shadow: 0 6px 35px rgba(0,0,0,.23);}
.b_sec_02 .b_pdt_link > ul li:hover h4{color:#fff; }
.b_sec_02 .b_pdt_link > ul li:hover p{color:#fff; }
.b_sec_02 .b_pdt_link > ul li:hover p img{filter: unset;}

@media screen and (max-width:760px){
    .b_sec_02 .b_pdt_link > ul{ margin-bottom: 30px; }
    .b_sec_02 .b_pdt_link > ul li{width: 100%; margin-bottom: 10px; height: 60px;}
    .b_sec_02 .b_pdt_link > ul li p img{width: 12px;}
    .b_sec_02 .b_pdt_link {margin-top: 40px;}
    .b_sec_02 .b_pdt_link > ul li a{padding: 0 20px;}
    
}

.b_sec_03{display: flex; align-items: center; padding:0; flex-wrap: wrap;}
.b_sec_03 .b_banner_box{width: 50%; height: 415px; display: flex; align-items: center; justify-content: center;}
.b_sec_03 .b_banner_01{background: url(/data/design/index/banner_bg_01.jpg) no-repeat center / cover;}
.b_sec_03 .b_banner_02{background: url(/data/design/index/banner_bg_02.jpg) no-repeat center / cover;}
.b_sec_03 .b_banner_box .b_more_btn{margin:40px auto 0 auto; background-color: transparent; border: 1px solid #fff; color: #fff;}
.b_sec_03 .b_banner_box .b_tit_box {color:#fff; margin-bottom:0; }
.b_sec_03 .b_banner_box .b_tit_box .b_sub_txt{opacity: .6;}

@media screen and (max-width:760px){
    .b_sec_03 .b_banner_box{width: 100%; height: 270px; }
    .b_sec_03 .b_banner_box .b_tit_box .b_sub_txt{margin-bottom: 10px;}
    .b_sec_03 .b_banner_box .b_tit_box .b_cont_txt {margin-top: 10px;}
    .b_sec_03 .b_banner_box .b_more_btn {margin-top: 20px ;}
}

.foot_wrapper{background-color: rgba(60,60,60,1); padding:0px 0; }
.foot_wrapper .foot_top {background: #000;padding: 10px 0; color: #fff}
.foot_wrapper .foot_top > div {display: flex; justify-content: space-between;}
.foot_wrapper .foot_top .foot_copy {opacity: .7; font-size: 1.4rem}
.foot_wrapper .foot_logo img {width: 100px}
.foot_wrapper .foot_info {display: flex; justify-content: space-between; padding: 40px 0}
.foot_wrapper .foot_left {display: flex; flex-direction: column; justify-content: space-between; width: 500px}
.foot_wrapper .foot_left .foot_sns_tl {color: #fff; font-size: 1.6rem; ; opacity: .7; padding: 20px 0 0}
.foot_wrapper .foot_left .foot_sns {padding: 10px 0 0}
.foot_wrapper .foot_left .foot_sns a { margin: 0 3px 0 0}
.foot_wrapper .foot_left .foot_qna {padding: 20px 0 0}
.foot_wrapper .foot_left .foot_qna a {display: inline-block; padding: 10px 30px; background: rgba(255, 217, 0, 1); border-radius: 50px; display: flex; justify-content: space-between; align-items: center; width: 160px; font-size: 1.5rem; }
.foot_wrapper .foot_left .foot_qna a img {width: 14px}
.foot_wrapper address{color:#fff; font-size: 1.4rem; opacity: .7;}
.foot_wrapper address span{line-height: 1.7; margin-right: 10px; letter-spacing: 0px;}
.foot_wrapper address span b {letter-spacing: 0px;}
.foot_wrapper address .b_copyright{line-height: 1.7;letter-spacing: -0.5px;}
.foot_wrapper .foot_right{color:#fff; padding-right:4%; display: flex; align-items: flex-end; flex-direction: column; justify-content: space-between;}
.foot_wrapper .foot_right #b_gnb {display: flex; }
.foot_wrapper .foot_right #b_gnb > li {padding: 0 50px 0 0}
.foot_wrapper .foot_right #b_gnb > li:last-child {padding: 0}
.foot_wrapper .foot_right #b_gnb > li a {color: #fff; font-size: 1.4rem}
.foot_wrapper .foot_right #b_gnb > li .b_sub_list {padding: 20px 0 0}
.foot_wrapper .foot_right #b_gnb > li .b_sub_list li {padding: 7px 0}
.foot_wrapper .foot_right #b_gnb > li .b_sub_list li a {opacity: .5; font-size: 1.5rem}

@media screen and (max-width:1000px){
    .foot_wrapper{padding:0px 0 0px; }
    .foot_wrapper .b_inner{text-align: center; padding: 0 20px}
    .foot_wrapper .foot_left {width: 100%; padding: 20px 0 0}
    .foot_wrapper .foot_left .foot_sns a { margin: 0 2px}
    .foot_wrapper .foot_left .foot_qna {display: flex; justify-content: center; align-items: center;}

    .foot_wrapper .foot_right {display: none;}
}

@media screen and (max-width:760px){
    .foot_wrapper{padding:0px 0 20px; }
}


.br_760o{display: none;}
@media screen and (max-width:760px){
    .br_760o{display: block;}

}
.br_380o{display: none;}
@media screen and (max-width:760px){
    .br_380o{display: block;}

}

.bbs_wrap {padding: 50px 0}

/*테이블*/
.tbl_a {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_a tr {border-bottom: 1px solid #ddd;}
.tbl_a th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: left;}
.tbl_a td {padding: 15px 15px; line-height: 1.6;}

.tbl_aa {font-size: 1.6rem; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; width: 100%}
.tbl_aa tr {border-bottom: 1px solid #ddd;}
.tbl_aa th {background: #fff; padding: 10px 15px; font-weight: 500; width: 180px; text-align: left; ; border-right: 1px solid #ddd}
.tbl_aa td {padding: 10px 15px; }

.tbl_b {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_b tr {border-bottom: 1px solid #ddd;}
.tbl_b th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_b th:last-child {border-right: none;}
.tbl_b td {padding: 15px 15px; line-height: 1.6; text-align: center; border-right: 1px solid #ddd;}
.tbl_b td:last-child {border-right: none;}

/*서브페이지*/
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 500px; background-size: cover !important; z-index: 10}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff; padding: 0px 0 0;}
#content_wrapper .sub_title .txt_box h1 { font-size: 5.0rem; font-weight: 800}
#content_wrapper .sub_title .txt_box p {position: relative; letter-spacing: 0px; font-size: 2.0rem;  padding: 40px 0 0; line-height: 1.4}
#content_wrapper .sub_title .txt_box p:after {position: absolute; bottom: -30px; left: 0px; content: ""; display: inline-block; width: 90px; height: 1px; border-bottom: 2px solid #ffd900;}

#content_wrapper .sub_title_ex {height: 700px}
#content_wrapper .sub_title_ex .txt_box {text-align: center; padding: 0}
#content_wrapper .sub_title_ex .txt_box h1 { font-size: 6.6rem;}
#content_wrapper .sub_title_ex .txt_box p {display: none}
#content_wrapper .sub_title_ex .txt_box p:after {display: none}

#content_wrapper .sub_title_tab {height: 900px}
#content_wrapper .sub_title_tab .txt_box {height: 42%; padding: 50px 0 0;}

#content_wrapper .sub_menu {position: absolute; left: 0; bottom: 0; width: 100%; display: flex; justify-content: center; align-items: center; line-height: 60px; border-bottom: 0px solid #eee; background: rgba(0,0,0,.5);}
#content_wrapper .sub_menu li {padding: 0 40px; opacity: 1}
#content_wrapper .sub_menu li.active {border-bottom: 0px solid #00297c; opacity: 1; background: #fff;}
#content_wrapper .sub_menu li a {display: block; color: #fff; font-size: 1.6rem}
#content_wrapper .sub_menu li.active a {color: #333}
#content_wrapper .sub_cate {padding: 120px 0 0; display: flex; justify-content: center; align-items: center}
#content_wrapper .sub_cate li {margin: 0 10px; width: 25%}
#content_wrapper .sub_cate li a {display: block; border: 1px solid #ddd; background: #f7f7f7; font-size: 18px; padding: 15px 0; text-align: center;}
#content_wrapper .sub_cate li a.active {font-weight: 600; background: #fff; border: 1px solid #777}

#content_wrapper .cate_con {padding: 60px 0 0; display: none}
#content_wrapper .cate_con.active {display: block}
#content_wrapper .cate_con .sec01 h1 {font-size: 36px; font-weight: 500}
#content_wrapper .cate_con .sec01 p {padding: 30px 0 0; font-size: 18px; line-height: 1.4}
#content_wrapper .cate_con .sec02 {display: flex; justify-content: center; align-items: center; padding: 50px 0 0}
#content_wrapper .cate_con .sec02 img {width: 100%; padding: 0 0px}
#content_wrapper .cate_con .sec03 p {padding: 30px 0 0; font-size: 18px; line-height: 1.4}

.sub_wrapper {padding:0px 0 80px 0}
.sub_content_wrap {padding: 120px 0}
.sub_content .tl {text-align: center; font-size: 36px; font-weight: 600;}
.sub_content .tl_blank {padding: 100px 0 0;}
.sub_content .ex {text-align: center; font-size: 18px; padding: 0px 0 0; line-height: 1.4; color: #555}

.sub_content .sub_name {}
.sub_content .sub_name h1 {display: inline-block; padding: 0 0 10px 0; font-size: 52px; font-weight: 600; border-bottom: 1px solid #7fa3b2; }
.sub_content .sub_name p {font-size: 2.0rem; line-height: 1.4; padding: 20px 0 0}

.flex2 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex2 li {width: 50%;}
.flex3 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex3 li {width: 33.3%;}
.flex4 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex4 li {width: 25%;}
.flex5 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex5 li {width: 20%;}
.flex6 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex6 li {width: 16.666%;}

.b_color_red {color: rgba(255, 0, 0, 1); font-size: 1.3rem }
.ft_small {font-size: 1.5rem; opacity: 1; font-weight: 300}

.estimate01 {padding: 40px 0 0}
.estimate_box {}
.estimate_box .txt_tl .tl {line-height: 1.4; font-size: 2.6rem}
.estimate_box .txt_tl .ex {padding: 50px 0 0}
.estimate_box .txt_tl .ex img {width: 20px}
.estimate_box .txt_cate {padding: 120px 0 0; display: flex; justify-content: center; align-items: center; flex-direction: column; border-bottom: 0px solid #aaa;}
.estimate_box .txt_cate p {font-size: 2.4rem; text-align: center}
.estimate_box .txt_cate .catelist {padding: 60px 0;  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60%}
.estimate_box .txt_cate .catelist li {width: 33.33%; display: flex; justify-content: center; align-items: center; margin: 0 0 30px; padding: 0 20px}
.estimate_box .txt_cate .catelist li span {display: block; font-size: 1.4rem; border: 1px solid #191919; padding: 20px 0; text-align: center; width: 100%; cursor: pointer; border-radius: 0px;}
.estimate_box .txt_cate .catelist li span.active {background: #FFD900; color: #000}

.request_wrap {position: relative}
.request_wrap ul.add_wrap {display: flex; justify-content: space-between;flex-wrap: wrap; padding: 0 0 10px; border-top: 1px solid #777; border-bottom: 1px solid #777 }
.request_wrap ul.add_wrap li {display: flex; align-items: center; padding: 15px 5px; width: 100%; border-bottom: 1px solid rgba(25, 25, 25, 0.3)}
.request_wrap ul.add_wrap li:last-child {border-bottom: none}
.request_wrap ul.add_wrap li label {width: 270px}
.request_wrap ul.add_wrap li .item {width: calc(100% - 270px)}
.request_wrap ul.add_wrap li label span {color: #ff0000}
.request_wrap ul.add_wrap li .ml10 {margin: 0 0 0 10px}
.request_wrap .stl {font-size: 1.8rem; padding: 0 0 20px}
.request_wrap .memo {padding: 0 5px}
.request_wrap .agreement {position: absolute; left: 0; bottom: 0px; width: 100%; padding: 60px 0 0; padding: 30px; border-radius: 10px; z-index: 5; background: #fff; display: none; border: 1px solid #ddd; }
.request_wrap .agreement.active {display: block}
.request_wrap .agreement .agree_close {text-align: center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%);background: #000; color: #fff; display: inline-block; padding: 15px 20px; font-size: 14px; border-radius: 10px 10px 0 0; cursor: pointer}
.request_wrap .agreement .tl {font-size: 2.0rem; padding: 0 0 20px}
.request_wrap .agreement dl {padding: 30px; border-radius: 10px;}
.request_wrap .agreement dd {padding: 10px 0}
.request_wrap .agree_check {padding: 0px 0}
.request_wrap .agree_check li {display: flex; justify-content: space-between}
.request_wrap .agree_check .agree_view {cursor: pointer; font-weight: 600;}
.request_wrap .agree_btn {padding: 50px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 18px; width: 250px; padding: 12px 0}
.request_wrap .add_info {text-align: center; padding: 100px 0; font-size: 1.8rem; border-top: 1px solid #777; border-bottom: 1px solid #777}
.request_wrap .add_form {display: none}
.request_wrap .add_option {display: none; padding: 30px 0}
.request_wrap .safety_text {padding: 20px 0; border-top: 1px solid rgba(25, 25, 25, 0.3); border-bottom: 1px solid #777; margin: 20px 0 0}
.request_wrap .safety_text li label {display: inline-block; width: 270px}
.request_wrap .safety_text li label span {color: #ff0000}
.request_wrap .safety_text .certify_txt {display: inline-block; border: 1px solid rgba(25, 25, 25, 0.3); line-height: 34px; padding: 0 20px; margin: 0 10px 0 0; font-size: 20px; letter-spacing: 4px; font-weight: 600 }
.request_wrap .safety_text .ex {opacity: .7; font-size: 14px}

/*약관*/
.agree_box {margin: 50px auto 0; ; border: 1px solid #eee}

/*서브페이지*/
.subpage {padding: 80px 10px}
.subpage .contl {}
.subpage .contl h1 {font-size: 3.0rem; font-weight: 800; line-height: 1.2}
.subpage .contl p {font-size: 1.6rem; line-height: 1.4; padding: 20px 0 0}
.subpage .contl a {display: inline-block; font-size: 1.4rem; border: 1px solid #000; border-radius: 30px; padding: 15px 30px; margin: 25px 0 0}
.subpage .contl a img {width: 8px; margin-left: 10px}

.subTab {display: flex; flex-wrap: wrap; justify-content: space-between}
.subTab li {width: 16.66666%; text-align: center; padding: 0 10px 0 0}
.subTab li:last-child {padding: 0;}
.subTab li a {display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.5); color: #fff; font-size: 1.3rem; text-align: center; height: 70px}
.subTab li a.active {background: rgba(255,255,255,1); color: #000}

.link_box {position: absolute; top: 320px; left: 50%; transform: translateX(-50%); z-index: 10; text-align: right }
.link_box a {display: inline-block; background: #FFD900; padding: 7px 30px; border-radius: 50px; margin: 0 7px}
.link_box a img {margin: 0 5px 0 0}

.innozinc_apply {position: relative; margin: -500px 0 0; z-index: 11}
.innozinc_apply .sec01 {background: #fff; padding: 60px 0 0}
.innozinc_apply .img_box {display: none;}
.innozinc_apply .sec02 {background: #fff}

.innozinc_licence {}
.innozinc_licence .sec01 {padding: 80px 0 0}
.innozinc_licence .sec01 .ex {position: relative; padding: 30px 0}
.innozinc_licence .sec01 .ex:after { position: absolute; left: 0; bottom: 0px; content: ""; width: 100px; height: 1px; border-bottom: 1px solid #000;}

.apply_parts {position: relative; margin: -500px 0 0; z-index: 11}
.apply_parts .sec01 {background: #fff; padding: 60px 0 0}
.apply_parts .img_box {display: none;}
.apply_parts .sec02 {background: #fff}
.apply_parts .subTab li {width: 20%; text-align: center; display: flex; justify-content: center; align-items: center}
.apply_parts .subTab li:last-child {padding: 0}
.apply_parts .subTab li a {width: 100%; display: flex; justify-content: center; align-items: center}
.service_process {position: relative; margin: -500px 0 0; z-index: 11}
.service_process .sec01 {background: #fff; padding: 60px 0 0; display: none; flex-direction: column}
.service_process .sec02 {background: #fff;}

.goods_detail {}
.goods_detail .title {text-align: center}
.goods_detail .title .tl {font-size: 3.0rem; font-weight: 600; color: rgba(233, 180, 0, 1); justify-content: center}
.goods_detail .title .ex {font-size: 1.6rem; padding: 20px 0 0; line-height: 1.2; font-weight: 500}
.goods_detail .stl {font-size: 1.6rem; font-weight: 400; color: #646464}
.goods_detail .tl {font-size: 4.0rem; font-weight: 600; letter-spacing: -2px; padding: 10px 0 0; display: flex; align-items: flex-end; justify-content: flex-start}
.goods_detail .tl img {padding: 0 5px 0 0}
.goods_detail .ex {font-size: 1.8rem; padding: 20px 0 0; font-weight: 400; line-height: 1.4}
.goods_detail .link {display: flex}

.goods_detail .sec_wrap {padding: 80px 0 0}
.goods_detail .detail_box {padding: 60px 0 0}
.goods_detail .detail_box ul:first-child {border-top: 0px solid rgba(25, 25, 25, 0.4); padding: 0 0 0px;}
.goods_detail .detail_box ul {border-bottom: 1px solid rgba(25, 25, 25, 0.4); padding: 0px 0;display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; height: 148px}
.goods_detail .detail_box ul:last-child {border-bottom: none; padding: 0px 0 0}
.goods_detail .detail_box ul li:nth-child(1) { width: 55%; font-size: 4.0rem; font-weight: 600}
.goods_detail .detail_box ul li:nth-child(2) { width: 45%; font-size: 1.8rem; line-height: 1.3;}
.goods_detail .detail_apply {padding: 60px 0 0}
.goods_detail .detail_apply ul {display: flex; flex-wrap: wrap}
.goods_detail .detail_apply ul li {width: calc(50%);}
.goods_detail .detail_apply ul li:nth-child(1) {padding: 0 20px 0 0}
.goods_detail .detail_apply ul li:nth-child(2) {padding: 0 0 0 20px}
.goods_detail .detail_apply ul li img {width: 100%;}
.goods_detail .detail_apply ul li p {position: relative;text-align: center; padding: 20px 0 0; font-weight: 600; font-size: 1.8rem}
.goods_detail .detail_apply ul li p.movie {padding: 0px}
.goods_detail .detail_apply ul li p.movie .icon_youtube {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100px}
.goods_detail .detail_apply ul li p.ex {padding: 20px 0 20px; margin: 20px 0 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: left; font-size: 1.6rem; line-height: 1.8}
.goods_detail .detail_apply_img {padding: 60px 0 0}
.goods_detail .detail_apply_img ul {}
.goods_detail .detail_apply_img ul li {padding: 0 20px 50px 0; position: relative;}
.goods_detail .detail_apply_img ul li img {width: 100%;}
.goods_detail .detail_apply_img ul li p {position: relative;text-align: center; padding: 20px 0 0; font-weight: 600; font-size: 1.8rem}
.goods_detail .detail_apply_img ul li img.arr {width: 8px; position: absolute; right: 5px; top: 34%;}

.goods_detail .detail_area ul {padding: 20px 0 0}
.goods_detail .detail_area ul li { text-align: center; padding: 40px 0 }
.goods_detail .detail_area ul li img {max-width: 100px}
.goods_detail .detail_area ul li p {font-size: 1.6rem; padding: 20px 0 0;}
.goods_detail .detail_solution {padding: 30px 0 0; display: flex; flex-wrap: wrap}
.goods_detail .detail_solution .detail_list {width: 50%}
.goods_detail .detail_solution ul li {padding: 40px 0 0px}
.goods_detail .detail_solution ul a {display: block; position: relative; width: 100%; border: 1px solid #dcdcdc; padding: 30px 40px 40px}
.goods_detail .detail_solution ul a .tl {color: #f1c120; font-size: 3.6rem; letter-spacing: 0px; font-weight: 700;}
.goods_detail .detail_solution ul a .tag {padding: 40px 0 0; line-height: 2.8;}
.goods_detail .detail_solution ul a .tag span {font-size: 1.3rem; border: 1px solid #dcdcdc; border-radius: 30px; padding: 5px 15px; margin: 0 5px 0 0; font-weight: 400;}
.goods_detail .detail_solution ul a .arrow {position: absolute; right: 50px; bottom: 45px}
.goods_detail .detail_solution ul a .arrow img {width: 15px}
.goods_detail .detail_solution ul li:hover .arrow {animation: arrowLeftRight 1.2s;}

.goods_detail .detail_solution .detail_qna {padding: 0px 0 0 200px; width: 600px}
.goods_detail .detail_solution .detail_qna h2 {font-size: 2.6rem; font-weight: 600}
.goods_detail .detail_solution .detail_qna p {padding: 25px 0 0; font-size: 1.6rem}
.goods_detail .detail_solution .detail_qna a {display: inline-block; padding: 30px 0 0; font-size: 1.6rem; font-weight: 600; color: rgba(255, 0, 0, 1)}
.goods_detail .detail_solution .detail_qna a img {width: 10px}
.goods_detail .detail_imgbox {position: relative; }
.goods_detail .detail_imgbox img {width: 100%;}
.goods_detail .detail_imgbox .txt {position: absolute; top: 50px; left: 60px; color: #fff; width: 100%}
.goods_detail .detail_imgbox .txt a {position: relative; padding: 15px 30px; border-radius: 50px; font-size: 1.6rem;  margin: 40px 10px 0; }
.goods_detail .detail_imgbox .txt a img {width: 12px; margin: 0 0 0 15px}

@keyframes arrowLeftRight {
    0% {opacity: 0; right: 70px;}
    20% {opacity: 1; right: 50px;}
    40% {opacity: 1; right: 70px;}
    60% {opacity: 1; right: 50px;}
}
.goods_detail .detail_imgbox .txt .ex {padding: 30px 0 0; font-weight: 400; width: 90%}
.goods_detail .detail_imgTxt li {padding: 120px 0 0; display: flex;  flex-wrap: wrap; align-items : center}
.goods_detail .detail_imgTxt li .contl {width: 60%; padding: 0 100px 0 0px; font-size: 1.4rem}
.goods_detail .detail_imgTxt li .contl a img {width: 10px;}
.goods_detail .detail_imgTxt li .img_box {width: 40%; overflow: hidden}
.goods_detail .detail_imgTxt li .img_box img {width: 100%; transform: scale(1.0); transition: .3s}
.goods_detail .detail_imgTxt li .img_box:hover img {transform: scale(1.1); transition: .3s}
.goods_detail .detail_imgTxt li.txt {display:flex; flex-wrap: wrap}
.goods_detail .detail_imgTxt li.txt h2 {width: 60%; font-size: 4.0rem; font-weight: 600; padding: 0 0 0 200px}
.goods_detail .detail_imgTxt li.txt p {width: 40%; font-size: 1.8rem;}
.goods_detail.service_view .detail_imgTxt li:nth-child(2n) {flex-direction: row-reverse}
.goods_detail.service_view .detail_imgTxt li:nth-child(2n) .contl {padding: 0 0 0 100px}
.goods_detail.service_view .detail_imgTxt li .img_box {padding: 0 60px 0 0}

.goods_detail .detail_tab {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 30px 0 100px}
.goods_detail .detail_tab li {text-align: center;}
.goods_detail .detail_tab li a {display: block; background: #fff; border: 2px solid #FFD900; font-size: 1.8rem; font-weight: 600; text-align: center; padding: 25px 50px; border-radius: 50px; margin: 0 50px}
.goods_detail .detail_tab li a.active {background: #FFD900;}
.goods_detail .detail_ex {display: flex; flex-wrap: wrap; align-items: center; padding: 0 30px 0 90px}
.goods_detail .detail_ex .txt_box {width: 55%}
.goods_detail .detail_ex .txt_box h2 {font-size: 4.0rem; font-weight: 600}
.goods_detail .detail_ex .txt_box h3 {font-size: 2.0rem; font-weight: 600; padding: 20px 0 0}
.goods_detail .detail_ex .txt_box p {font-size: 1.6rem; padding: 30px 0 0; line-height: 1.4}
.goods_detail .detail_ex .img_box {width: 45%; overflow: hidden}
.goods_detail .detail_ex .img_box img {width: 100%; transform: scale(1.0); transition: .3s}
.goods_detail .detail_ex .img_box:hover img {transform: scale(1.1); transition: .3s}
.goods_detail .tl_ex {font-size: 4.0rem; font-weight: 600; letter-spacing: -2px; padding: 120px 0 30px 90px}
.goods_detail .img_box {padding: 0 60px; overflow: hidden}
.goods_detail .img_box li {width: calc(50% - 60px) ;position: relative; margin: 30px; padding: 0px; overflow: hidden;}
.goods_detail .img_box li img {width: 100%; transform: scale(1.0); transition: .3s}
.goods_detail .img_box li:hover img {transform: scale(1.1); transition: .3s}
.goods_detail .img_box li > p {position: absolute; left: 30px; bottom: 20px; font-size: 2.0rem; color: #fff; font-weight: 600; z-index: 4}
.goods_detail .img_box li.mshover {cursor: pointer}
.goods_detail .img_box li.mshover .txt {position: absolute; left: 0px; bottom: -300px; opacity: 0; transition: .5s}
.goods_detail .img_box li.mshover:hover .txt { display: block;position: absolute; left: 0px; bottom: 0px;  width: 100%; height: 100%; background: rgba(255,255,255,.9); padding: 20px; transition: 2s; transition: .5s; opacity: 1 }
.goods_detail .img_box li.mshover .txt h2 {position: relative; font-size: 2.0rem; font-weight: 600; padding: 40px 0 0 30px}
.goods_detail .img_box li.mshover .txt p {position: relative; font-size: 1.4rem; padding: 20px 30px 0 30px; line-height: 1.4}
.goods_detail .next_btn {padding: 100px 0; text-align: center;  display: flex; justify-content: center; align-items: center; flex-direction: column}
.goods_detail .next_btn p {font-size: 4.6rem; font-weight: 600}
.goods_detail .next_btn a {display: inline-block; width: 160px; padding: 20px 0px; font-size: 1.6rem; display: flex; justify-content: center; align-items: center; margin: 50px 0 0; border: 1px solid #000; border-radius: 50px }
.goods_detail .next_btn a:hover {background: #FFD900; color: #000; border: 1px solid #FFD900}
.goods_detail .next_btn a:before {background-color: #FFD900; }
.goods_detail .next_btn a:hover img {filter: var(--filterBlack)}

.goods_detail .next_btn a img {width: 12px; margin: 0 0 0 10px}
.goods_detail .detail_search {padding: 0 0 80px; position: relative;}

.search_tag {position: relative; font-size: 1.6rem; padding: 30px 0 30px;}
.search_tag span {display: inline-block; font-size: 1.4rem; border: 1px solid rgba(25, 25, 25, 0.5); border-radius: 30px; padding: 5px 15px; margin: 0 0 0 5px; cursor: pointer; background: #fff}
.search_tag span.active {border: 1px solid rgba(255, 217, 0, 1); background-color: rgba(255, 217, 0, 1); color: #000;}

.search_flow_box {display: none; position: absolute; left: 42px; top: 70px; background-color: #fff;width: 260px; z-index: 6; border: 1px solid rgba(25, 0, 0, 0.5); border-radius: 10px; box-shadow: 3px 5px 5px rgba(0,0,0, .1); padding: 10px 15px; transition: .3s;}
.search_flow_box.active {display: block; transition: .3s;}
.search_flow_box .ser_tl{font-size: 1.6rem; font-weight: 600; border-bottom: 1px solid #ddd; padding: 10px 5px 15px;}
.search_flow_box .ser_item {border-bottom: 1px solid #ddd; padding: 10px 0 10px}
.search_flow_box .ser_item li {display: flex; align-items: center; padding: 0 0 10px !important; color: rgba(25, 25, 25, 1)}
.search_flow_box .ser_item li input {margin:0 5px 0 0}
.search_flow_box .btn_box {padding: 10px 0}
.search_flow_box .btn_box .btn_search {border:1px solid #000; padding: 15px 0; border-radius: 3px; text-align: center; cursor: pointer; font-size: 16px; font-weight: 600; transition: .3s;}
.search_flow_box .btn_box .btn_search:hover {background-color: #FFD900; border: 1px solid #FFD900; transition: .3s;}

.search_flow_box .top_close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 3;
}

.search_flow_box .top_close:before, .search_flow_box .top_close:after {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    height: 24px;
    width: 1px;
    border-radius: 3px;
    background-color: #000;
    transform: translate(-50%, 0);
    transition: all 0.2s;
}

.search_flow_box .top_close:before {
    transform: rotate(45deg);
}

.search_flow_box .top_close:after {
    transform: rotate(-45deg);
}

.search_flow_box .top_close.on:before {
    transform: rotate(90deg);
}

.search_flow_box .top_close.on:after {
    transform: rotate(-90deg);
}

.sub_company .sec01 {}
.sub_company .sec01 .movie_box { position: relative; margin: 120px 0 0; text-align: center; padding: 0 0px}
.sub_company .sec01 .movie_box img {width: 100%}
.sub_company .sec01 .movie_box .icon_youtube {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px;}
.sub_company .sec02 {padding: 120px 0 0; display: flex;  flex-wrap: wrap; justify-content: space-between}
.sub_company .sec02 .contl {width: 55%}
.sub_company .sec02 .txt_box {text-align: center}
.sub_company .sec02 .txt_box h1 {font-size: 5.0rem; font-weight: 600; color: rgba(255, 217, 0, 1)}
.sub_company .sec02 .txt_box h1 span {font-size: 7.0rem; font-weight: 600; color: rgba(255, 217, 0, 1)}
.sub_company .sec02 .txt_box p {font-size: 1.8rem; padding: 30px 0 0}
.sub_company .sec03 {padding: 120px 0 0; display: flex;  flex-wrap: wrap; align-items : center}
.sub_company .sec03 .img_box {width: 40%; overflow: hidden}
.sub_company .sec03 .img_box img {width: 100%; transform: scale(1.0); transition: .3s}
.sub_company .sec03 .img_box:hover img {transform: scale(1.1); transition: .3s}
.sub_company .sec03 .contl {padding: 0 0 0 100px; width: 60%}
.sub_company .sec04 {padding: 200px 0 0;}
.sub_company .sec04 { position: relative}
.sub_company .sec04 img {width: 100%}
.sub_company .sec04 .txt_box {position: absolute; right : 0px; bottom: -130px; background: rgba(255, 217, 0, 1); width: 600px; height: 600px; display: flex; justify-content: center; flex-direction: column; padding: 0 60px}
.sub_company .sec04 .txt_box h1 {font-size: 3.0rem; font-weight: 600}
.sub_company .sec04 .txt_box p {font-size: 1.6rem; padding: 15px 0 0; line-height: 1.4}

.company_history .history01 {padding: 80px 0 0; margin: 0px 0}

.company_history .history01 .list {position: relative; display: flex; justify-content: space-between; padding: 0 0 150px;}
.company_history .history01 .list .img {width: 45%; text-align: right}
.company_history .history01 .list .img img {display: none;width: 100%; max-width: 300px; border: 1px solid #ddd; border-radius: 20px; box-shadow: 3px 3px 10px rgba(0,0,0,.1)}
.company_history .history01 .list .plus {width: 10%; height: 100%; text-align: center; padding: 10px 0 0}
.company_history .history01 .list .plus img {max-width: 32px}
.company_history .history01 .list .txt {width: 45%;}
.company_history .history01 .list:nth-child(2n) {flex-direction: row-reverse;}
.company_history .history01 .list:nth-child(2n) .img {text-align: left;}
.company_history .history01 .list:nth-child(2n) > .txt {text-align: right;}
.company_history .history01 {background: url(/data/design/sub_page_history_line.png) repeat-y center center;}
.company_history .history01 h1{font-size: 4.6rem;font-weight:800;color:#000; padding: 0 0 30px;}

.company_history .history01 h1 i:nth-child(1) {transition-delay: .05s;}
.company_history .history01 h1 i:nth-child(2) {transition-delay: .1s;}
.company_history .history01 h1 i:nth-child(3) {transition-delay: .1.5s;}
.company_history .history01 h1 i:nth-child(4) {transition-delay: .2s;}
.company_history .history01 h1 i:nth-child(5) {transition-delay: .25s;}
.company_history .history01 p{font-size: 1.8rem;font-weight:400;color:#000; padding: 0 0 15px}
.company_history .history01 span{font-size: 1.8rem;font-weight:500;color:#000;padding-right:7px;}

.sub_certificate .sec01 {padding: 0px 0 0; text-align: center} 
.sub_certificate .sec01 ul {padding: 20px 0 0;text-align: left;}
.sub_certificate .sec01 ul li {position: relative; text-align: center; padding: 60px 80px 60px}
.sub_certificate .sec01 ul li:nth-child(6n-5) {background: rgba(25, 25, 25, 0.1)}
.sub_certificate .sec01 ul li:nth-child(6n-4) {background: rgba(25, 25, 25, 0.1)}
.sub_certificate .sec01 ul li:nth-child(6n-3) {background: rgba(25, 25, 25, 0.1)}
.sub_certificate .sec01 ul li img {border: 1px solid #eee; width: 100%;}
.sub_certificate .sec01 ul li p {font-size: 16px; padding: 10px 0 0; line-height: 1.4;}
.sub_certificate .sec02 {padding: 80px 0 0}
.sub_certificate .sec02 ul {padding: 20px 0 0;text-align: left;}
.sub_certificate .sec02 ul li {position: relative; padding: 10px 5px}
.sub_certificate .sec02 ul li img {border: 1px solid #eee; width: 100%;}
.sub_certificate .sec02 ul li p {display: none;}

.sub_location .sec01 {padding: 0px 0 50px; text-align: left} 
.sub_location .sec01 h1 {position: relative; padding: 0 0 30px}
.sub_location .sec01 h1:after {position: absolute; left: 0; bottom: 0px; content: ""; width: 100px; height: 1px; border-bottom: 1px solid #000}
.sub_location .sec01 .sub_map {position:relative; margin: 60px auto 0; padding: 0 20px}
.sub_location .sec01 .sub_map .map_view {}
.sub_location .sec01 .sub_map #map_view1 {z-index: 5;}
.sub_location .sec01 .sub_map #map_view2 {z-index: 4;}
.sub_location .sec01 {padding: 80px 0 0; text-align: left} 
.sub_location .sec01 .img_box img {max-width: 200px;}
.sub_location .sec01 .txt_box {padding: 30px 0 0; }
.sub_location .sec01 .txt_box ul {padding: 50px 0; border-bottom: 1px solid #000; line-height: 1.4}
.sub_location .sec01 .txt_box li {font-size: 16px}
.sub_location .sec01 .txt_box li:nth-child(1) {width: 20%; font-weight: 600; font-size: 18px}
.sub_location .sec01 .txt_box li:nth-child(2) {width: 50%;}
.sub_location .sec01 .txt_box li:nth-child(2) p:nth-child(2) {padding: 10px 0 0 12px; text-indent: -14px}
.sub_location .sec01 .txt_box li:nth-child(3) {width: 30%; text-align: right}
.sub_location .sec01 .txt_box li:nth-child(3) p {padding: 0 0 5px}
.sub_location .sec01 .txt_box li:nth-child(3) p:nth-child(3) {padding: 20px 0 0}
.sub_location .sec01 .txt_box li:nth-child(3) a { font-size: 14px; margin: 0 0 0 10px; padding: 10px 30px}

.root_daum_roughmap {width: 100% !important}

.sucontl_aboutus .sec01 {display: flex; justify-content: center; align-items: flex-start;}
.sub_aboutus .sec01 li:nth-child(1) {width: 40%; padding: 0 40px 0 0}
.sub_aboutus .sec01 li:nth-child(1) img {width: 100%; border-radius: 60px 0 60px;}
.sub_aboutus .sec01 li:nth-child(2) {width: 60%;}
.sub_aboutus .sec01 h1 {padding: 20px 0 0}
.sub_aboutus .sec01 p {padding: 50px 0 0}

.sub_aboutus .sec02 {text-align: center; padding: 0px 0 0; }
.sub_aboutus .sec02 .tit {padding: 50px 0 0; font-size: 26px; font-weight: 600;}
.sub_aboutus .sec02 .tit2 {padding: 15px 0 0; font-size: 2.0rem; ;}
.sub_aboutus .sec02 ul {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding: 60px 0; margin-top: 100px;border-top: 1px solid #000; border-bottom: 1px solid #000;}
.sub_aboutus .sec02 ul li {width: 16.6666%; padding: 0 0 0px; border-right: 1px solid #000; }
.sub_aboutus .sec02 ul li:last-child {border-right: none;}
.sub_aboutus .sec02 ul li b {display: block; font-size: 2.0rem; font-weight: 500; padding: 20px 0 0}
.sub_aboutus .sec02 ul li span {display: block; font-size: 1.6rem; ; padding: 10px 0 0}
.sub_aboutus .sec02 ul li img {width: 60px}

.sub_aboutus .sec03 {padding: 150px 0; text-align: center} 
.sub_aboutus .sec03 ul {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding: 80px 0}
.sub_aboutus .sec03 ul li {position: relative; width: calc(50% - 30px); margin: 0 15px}
.sub_aboutus .sec03 ul li img {width: 100%}
.sub_aboutus .sec03 ul li p {position: absolute; bottom: 0px; left: 0px;background: rgba(0,0,0, .5); color: #fff; width: 100%; text-align: left; padding: 20px 0 20px 30px}
.sub_aboutus .sec03 ul li b {display: block; font-size: 22px; font-weight: 500; padding: 0px 0 0 0px}
.sub_aboutus .sec03 ul li span {display: block; font-size: 18px; ; padding: 5px 0 0 0px}

.sub_aboutus .sec04 {padding: 150px 0 0; text-align: center} 
.sub_aboutus .sec04 ul {padding: 50px 0 0}
.sub_aboutus .sec04 ul li img {width: 100%; max-width: 649px;}

.sub_vision .sec01 {padding: 0px 0 0; text-align: center} 
.sub_vision .sec01 ul {padding: 50px 0 0; display: flex; justify-content: center;}
.sub_vision .sec01 ul li img {width: 100%; max-width: 700px;}

.sub_vision .sec02 {padding: 120px 0 0; text-align: center} 
.sub_vision .sec02 ul {padding: 30px 0 30px; margin-top: 50px; display: flex; justify-content: space-between; background: #1d6a61;}
.sub_vision .sec02 ul li {width: 33.33%; color: #fff; font-size: 26px; font-weight: 600;}

.sub_vision .sec03 {padding: 120px 0 0; text-align: center} 
.sub_vision .sec03 ul {padding: 80px 0 0; display: flex; justify-content: center;}
.sub_vision .sec03 ul li img {width: 100%; max-width: 1000px;}

.sub_organization .sec01 {padding: 0px 0 0; text-align: center} 
.sub_organization .sec01 ul {padding: 80px 0 0; display: flex; justify-content: center;}
.sub_organization .sec01 ul li img {width: 100%; max-width: 1100px;}

.sub_partners .sec01 {padding: 0px 0 0; text-align: center} 
.sub_partners .sec01 ul {margin-top: 80px; padding: 30px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.sub_partners .sec01 ul li {width: 25%; padding-top: 15px;padding-bottom: 15px; border: 1px solid #ddd; margin-right: -1px; margin-bottom: -1px;}
.sub_partners .sec01 ul li img {width: 100%; max-width: 140px;}

.sub_rnd .sec01 {padding: 0px 0 0; text-align: center} 
.sub_rnd .sec01 ul {padding: 80px 120px 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; text-align: left;}
.sub_rnd .sec01 ul li {position: relative; width: calc(20% - 20px); aspect-ratio: 1; border-radius: 100%;text-align: center; padding: 0 0 0px; background: #f7f7f7; margin: 0 10px;  display: flex; justify-content: center;align-items: center; flex-direction: column;}
.sub_rnd .sec01 ul li img {width: 120px}
.sub_rnd .sec01 ul li p {font-size: 1.6rem; font-weight: 500; padding: 0px 0 0;}

.sub_ex {text-align: left; font-size: 3.0rem; line-height: 1.4; letter-spacing: -1px; font-weight: 600;}


.sub_rightpeople .sec01 {padding: 0px 0 0; text-align: center} 
.sub_rightpeople .sec01 ul {padding: 120px 40px 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align: left;}
.sub_rightpeople .sec01 ul li {position: relative; width: 35%; aspect-ratio: 1; text-align: center; padding: 0 80px 00px; background: rgba(0,0,0, .05); border-radius: 100%; display: flex; align-items: center;}
.sub_rightpeople .sec01 ul li h1 {font-size: 26px; font-weight: 600; padding: 10px 0 0;}
.sub_rightpeople .sec01 ul li h1:after {display: block; content: ""; height: 3px; width: 150px; border-bottom: 2px solid #333; margin: 20px auto 0;}
.sub_rightpeople .sec01 ul li p {font-size: 1.6rem; ; padding: 20px 0 0;}
.sub_rightpeople .sec01 ul li:nth-child(2) {margin-left: -70px;}
.sub_rightpeople .sec01 ul li:nth-child(3) {margin-left: -70px;}

.sub_job .sec01 {padding: 0px 0 0; text-align: center} 
.sub_job .sec01 ul {padding: 120px 0 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.sub_job .sec01 ul li {position: relative; text-align: center; padding: 20px 50px 20px; margin: 0 0 40px; display: flex; align-items: center; justify-content: flex-start; background: #f7f7f7; width: 100%;}
.sub_job .sec01 ul li h1 {position: relative;font-size: 22px; font-weight: 600; padding: 20px 0; width: 30%; color: #1d6a61;  text-align: left;}
.sub_job .sec01 ul li h1:after {position: absolute; right: 0px; top: 50%; transform: translateY(-50%); display: inline-block; content: ""; height: 100%; width: 1; border-right: 2px solid #777; margin: 0px auto 0; }
.sub_job .sec01 ul li p {width: 70%; font-size: 1.6rem; ; padding: 20px 0 20px 40px; text-align: left;}

.sub_process .sec01 {padding: 0px 0 0; text-align: center} 
.sub_process .sec01 ul {padding: 120px 0 0; display: flex; justify-content: center; align-items: center; }
.sub_process .sec01 ul li {padding: 0 0px;}
.sub_process .sec01 ul li:nth-child(2n) {padding: 0 30px;}
.sub_process .sec02 {padding: 120px 0 0; text-align: center} 
.sub_process .sec02 ul {padding: 0px 0 0; display: flex; justify-content: center; align-items: center;}
.sub_process .sec02 ul li {padding: 0px 30px; text-align: left;}
.sub_process .sec02 ul li h1 {position: relative;}
.sub_process .sec02 ul li h1::before {content: ""; position:absolute; display: inline-block; width: 14px; height: 14px; border-radius: 100%; left: -25px; top: 50%; transform: translateY(-50%); background-color: #1d6a61;}
.sub_process .sec02 ul li p {padding: 20px 0 0} 

.movie_box { max-width:100%; margin:0 auto;}
.movie_box div { position:relative; padding-top: 56.25%; overflow:hidden; }
.movie_box iframe { display:block; width:100%; height:100%; position:absolute; top: 0%; }

 
@media screen and (max-width: 1320px){
    #content_wrapper .sub_menu {line-height: 50px;justify-content: center; flex-wrap: wrap;}
    #content_wrapper .sub_menu li {padding: 0 0px; margin: 0px; width: 20%; text-align: center}
    #content_wrapper .sub_menu li a {display: block; letter-spacing: -1px;}
    #content_wrapper .sub_02 .sub_menu li {width: 33.3%}

    .sub_content .tl {font-size: 26px}

    .subpage h1 {text-align: center;}
    .subpage h1.tl {font-size: 36px}
    .subpage .contl {
        text-align: center;
    }

    .sub_company .sec01 .movie_box {padding: 20px 0 0}
    .sub_location .sec01 h1:after{left: 50%; transform: translateX(-50%);}
    .request_wrap {padding: 0 10px}

    
    
}

@media screen and (max-width: 800px){
    
   .subpage {padding: 40px 10px}

    .subTab {align-items: stretch;}
    .subTab li {padding: 0 2px 0 0;}
    .subTab li a {padding: 0px 0; height: 60px; line-height: 1.0; letter-spacing: -0.5px; display: flex; align-items: center; justify-content: center;}

    #content_wrapper .sub_title_ex {height: 300px;}
    #content_wrapper .sub_title {height: 300px; display: flex; justify-content: center; align-items: center;}
    #content_wrapper .sub_title_ex .txt_box h1 {font-size: 5.0rem}
    #content_wrapper .sub_title .txt_box {height: auto; text-align: center; padding: 0px 20px 0; margin: -30px 0 0}
    #content_wrapper .sub_title .txt_box h1 {font-size: 3.0rem}
    #content_wrapper .sub_title .txt_box p {padding: 10px 0 0; line-height: 1.2; font-size: 1.6rem;}
    #content_wrapper .sub_title .txt_box p:after {left: 50%; transform: translateX(-50%);}
    .link_box {top: 240px; text-align: center;}
    .link_box a {padding: 7px 15px; margin: 0 5px 0 0}
    .link_box a img {width: 20px; margin: 0 2px 0 0}
    #content_wrapper .sub_title .txt_box h1 img {width: auto; height: 20px}

    .request_wrap ul {flex-direction: column; padding: 0}
    .request_wrap ul li {width: 100%; padding: 0 0 10px}
    .request_wrap .memo {padding: 0}
    .request_wrap .agreement dl {padding: 20px}
	
	.innozinc_apply {margin: -60px 0 0}
	.apply_parts  {margin: -100px 0 0}
    .sub_company .sec02 .contl {width: 100%}
    .subpage .contl  {text-align: center}
    .sub_company .sec02 .txt_box {width: 100%; padding: 30px 0 0;}

    .sub_company .sec03 .img_box {width: 100%}
    .sub_company .sec03 .contl {width: 100%; padding: 30px 0 0; text-align: center;}
    .sub_company .sec04 .txt_box {position: relative; height: auto; width: 100%; padding: 20px 20px; bottom: 0%;}

    .sub_company .sec02 .txt_box h1 {font-size: 4.0rem}
    
	.company_history .history01 {background-position: 3% center;}    
	.company_history .history01 .list {align-items: flex-start; padding: 0 0 80px}
    .company_history .history01 .list .img {display: none}
    .company_history .history01 .list .plus {padding: 5px 0 0}
    .company_history .history01 .list .txt {width: 90%}
    .company_history .history01 .list:nth-child(2n) {flex-direction: row;}
    .company_history .history01 .list:nth-child(2n) > .txt {text-align: left;}
    .company_history .history01 h1 {font-size: 3.4rem; padding: 7px 0 20px 10px; text-align: left;}
    .company_history .history01 .txt p {text-indent: -16px; padding: 0 0 10px 20px; line-height: 1.6; }

    .sub_certificate .sec01 ul li {padding: 20px 10px;}
    .sub_certificate .sec01 ul li:nth-child(6n-5) {background: #fff}
    .sub_certificate .sec01 ul li:nth-child(6n-4) {background: #fff}
    .sub_certificate .sec01 ul li:nth-child(6n-3) {background: #fff}
    .sub_certificate .sec01 ul li:nth-child(4n-1) {background:rgba(25, 25, 25, 0.1) }
    .sub_certificate .sec01 ul li:nth-child(4n) {background:rgba(25, 25, 25, 0.1) }
    .sub_certificate .sec02 ul li {padding: 10px 10px}
    .sub_certificate .sec02 ul li img {width: 100%}

    .sub_location .sec01 .img_box {text-align: center;}
    .sub_location .sec01 .img_box img {width: 120px}
    .sub_location .sec01 .txt_box {padding: 0px;}
    .sub_location .sec01 .txt_box ul {flex-direction: column; align-items: center; text-align: center;}
    .sub_location .sec01 .txt_box li {width: 100%}
    .sub_location .sec01 .txt_box li:nth-child(1) {width: 100%}
    .sub_location .sec01 .txt_box li:nth-child(2) {width: 100%; padding: 10px 0 0}
    .sub_location .sec01 .txt_box li:nth-child(3) {width: 100%; text-align: center; padding: 20px 0 0}

    .innozinc_licence .sec01 .ex:after {left: 50%; transform: translateX(-50%);}

    .goods_detail .detail_tab li a {padding: 15px 10px; margin: 0 5px; font-size: 1.2rem; letter-spacing: -0.5px}

    .goods_detail .detail_solution ul a .tag {text-align: left; padding: 20px 0px 0 0px; display: flex; flex-wrap: wrap}
    .goods_detail .title.flex3 li {width: 33.33%; padding: 0 10px}
	.goods_detail .title.flex3 li p {word-break: normal; line-height: 1.2; height: 50px}
	.goods_detail .tl {font-size: 2.6rem; text-align: center; padding: 0px 0 0 0px; justify-content: center; letter-spacing: -0.5px}
	.goods_detail .title .tl {font-size: 2.0rem; letter-spacing: 0px}
    .goods_detail .ex {text-align: center;}
    .goods_detail .tl img {height: 30px}
    .goods_detail .detail_box ul {height: auto; padding: 30px 0}
    .goods_detail .detail_box ul:first-child {padding: 0 0 30px; }
    .goods_detail .detail_box ul:last-child {padding: 30px 0 0}
    .goods_detail .detail_box ul li:nth-child(1) {width: 100%; text-align: center; font-size: 2.6rem; line-height: 1.2}
    .goods_detail .detail_box ul li:nth-child(2) {width: 100%; padding: 20px 0 0; text-align: center}
    .goods_detail .detail_apply ul li {width: 100%;}
    .goods_detail .detail_apply ul li:nth-child(1) {padding: 0}
    .goods_detail .detail_apply ul li:nth-child(2) {padding: 30px 0 0}
    .goods_detail .sec_wrap {text-align: left}
    .goods_detail .detail_solution .detail_list {width: 100%;}
	.goods_detail .detail_solution ul li {padding: 20px 0 0}
    .goods_detail .detail_solution ul a {padding: 30px 5px 40px}
	.goods_detail .detail_solution ul a .tl {padding: 0 0 0 3px; text-align: left; width: 100%; justify-content: flex-start}
    .goods_detail .detail_solution ul a .arrow {right: 15px; bottom: 53px; }
	.goods_detail .detail_solution ul li:hover .arrow {animation: unset}
    .goods_detail .detail_solution ul a .tag span {padding: 3px 5px; font-size: 1.0rem; margin: 0 1px}
    .goods_detail .detail_imgbox .txt {top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
	.goods_detail .detail_solution .detail_list div.tl {text-align: center; padding: 50px 0 0}
	.goods_detail .detail_search {padding: 0 0 0px}

    .goods_detail .detail_imgbox .txt a {width: auto; padding: 5px 20px; margin: 30px 0 0}
    .goods_detail .detail_imgbox .txt .ex {padding: 10px 0 0;}
    .goods_detail .img_box {padding: 0 10px}
    .goods_detail .img_box li {padding: 5px 5px; width: calc(100%); margin: 5px 0}
    .goods_detail .img_box li > p {left: 15px; bottom: 15px; font-size: 1.8rem}
	.goods_detail .img_box li.mshover .txt h2 {padding: 10px 0 0 10px; font-size: 1.8rem}
	.goods_detail .img_box li.mshover .txt p {padding: 10px 10px 0; font-size: 1.4rem}
    .goods_detail .next_btn p {font-size: 3.0rem;}
    .goods_detail .next_btn a {padding: 10px 0}
    .goods_detail .detail_imgTxt li .contl {width: 100%; padding: 0}
    .goods_detail .detail_imgTxt li .img_box {width: 100%; padding: 30px 0 0}
    .goods_detail .link {display: block; width: 100%; text-align: center;}

    .goods_detail .detail_solution .detail_qna {padding: 50px 0 0; text-align: center; width: 100%;}
    .goods_detail .detail_imgTxt li {padding: 100px 0 0}
    .goods_detail .detail_imgTxt li.txt {flex-direction: column; text-align: center;}
    .goods_detail .detail_imgTxt li.txt h2 {padding: 0; width: 100%; font-size: 3.0rem;}
    .goods_detail .detail_imgTxt li.txt p {padding: 20px 0 0; width: 100%}
	.goods_detail.service_view .detail_imgTxt li .img_box {padding: 60px 0 0}
	.goods_detail.service_view .detail_imgTxt li:nth-child(2n) .contl {padding: 0}
	
	.goods_detail .detail_ex  {padding: 0 10px}
	.goods_detail .detail_ex .txt_box {width: 100%}
	.goods_detail .detail_ex .img_box {width: 100%; padding: 20px 0 0}
	.goods_detail .detail_ex .txt_box h2 {font-size: 3.0rem}
	.goods_detail .tl_ex {font-size: 3.0rem; padding: 80px 0 20px 10px}

    .estimate_box .txt_tl .tl {font-size: 2.0rem}
    .estimate_box .txt_tl .tl img {margin: 5px 0}
    .estimate_box .txt_tl .ex {font-size: 1.8rem}
    .estimate_box .txt_cate .catelist {width: 100%}
    .estimate_box .txt_cate .catelist li {padding: 0 5px; margin: 0 0 20px}
    .request_wrap .agree_check li {flex-direction: column;}
    .request_wrap .agree_check li p {padding: 10px 0 0}
    .request_wrap .agree_btn button {font-size: 2.0rem}

    .flex3 li {width: 50%}
	.flex4 li {width: 50%}
    .flex5 li {width: 33.33%;}
	.flex5 li img {width: 100%}
    .flex6 li {width: 50%}

	.goods_detail .detail_area ul li {padding: 40px 20px}
	.goods_detail .detail_area ul li p {padding: 20px 0px 0}

	.goods_detail .stl {text-align: center}

    .request_wrap .safety_text li label {padding: 0 0 10px}
	.request_wrap ul.add_wrap li label {width: 100px}
	.request_wrap ul.add_wrap li .item {width: calc(100% - 100px)}

	.service_process {margin: -60px 0 0}
}
