/* 공통 */
.relative { position:relative; }
.h-full { height:100%; }

/*헤드메뉴*/
#header_wrap {position: fixed; width:100%; height:81px; background:rgba(0,0,0,0.5); z-index:10}
.scrolled #header_wrap  { background-color:#000; border-bottom:none; -webkit-transition:all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#header {position:absolute; left:0; top:0px;  width:100%;  left: 50%; transform:translateX(-50%) ; z-index:6; -webkit-transition:all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#header .header-inner {width:100%; height:100% }
#header .gnb { list-style:none; height:100%; position:absolute; right:0px}
#header .gnb > li { float:left; position:relative; display:inline-block; width:100px;  vertical-align:middle; text-align:center; }
#header .gnb > li > a {display:inline-block; line-height:1em; width:100%; color:#ddd; font-size:15px; letter-spacing:-0.5px; font-weight:600; text-decoration:none; }
#header .gnb > li > a:hover {color: #fff}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #fff}
#header .gnb .login {  font-size:12px; width:70px; color:#fff}
#header .gnb .join { font-size:12px; color:#fff; margin-left:20px}
#header .gnb .login a { color:#ddd; font-size:12px}
#header .gnb .login a:hover { color:#fff}
#header .gnb .join a { color:#ddd; font-size:12px}
#header .gnb .join a:hover { color:#fff}
#header .header-inner .menu {cursor:pointer; text-indent:-9999px; position:absolute; top:29px; left:50%; width:25px; height:20px; background-image:url(../img/cate_more.gif); margin-left:200px; border:0; display:none}
#header .header-inner .menu.on {background-image: url(../img/cate_close.gif)}
#header .gnb > li, #header #right-side-open {height:80px; line-height:80px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#header #right-side-open { position:absolute; right:0; width:100px; cursor:pointer; border-left:1px solid rgba(255,255,255,0.3); text-align:center; display: inline-block; }
#header #right-side-open span{display:inline-block; width:20px; height:20px; font-size:20px; line-height:1em; margin-top:-10px; margin-left:-10px; position:absolute; top:50%; left:50%; color:#fff; }
#header .gnb .snb {list-style:none; display:none; }
#header #logo { margin-left:25px; padding:0}
#header #logo a { display:block; width:100px; height:80px; line-height:80px}
#header #logo img { width:100%}
#header .gnb .snb,.device-md #header .gnb .snb{display: none; position: absolute; right: -82px; width: 200px; top:80px; border-top: 0; background-color: #000; z-index:2}
#header .gnb .snb li { font-size:14px; line-height:3.1; text-align:left; border-top:1px solid #414141; }
#header .gnb .snb li a { color:#FFF; display:block; padding-left:20px}
#header .gnb .snb li a:hover {color:#fff;  display:block; background-color:#2253b8; text-decoration:none; line-height:3.1}
#header .gnb .snb li:first-child { border-top:0}

#open-button{position:fixed; z-index:2000; right:65px; top:32px; width:40px; height:40px; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; -o-transition:all .3s ease-out; transition:all .3s ease-out; cursor:pointer; display:block; }
#open-button .navicon-line{position:absolute; width:20px; height:2px; border-radius:1px; background:#fff; -webkit-transition:all .7s ease-out; -moz-transition:all .7s ease-out; -o-transition:all .7s ease-out; transition:all .7s ease-out}
#open-button .nl1 {top: 11px; right: 10px; width:30px; }
#open-button .nl2 {top: 19px; right: 10px; width:24px; }
#open-button .nl3 {top: 27px; right: 10px; width:30px; }
#open-button.on>div>div{transform:rotate(225deg); -ms-transform:rotate(225deg); -webkit-transform:rotate(225deg); width:25px; position:absolute; top:15px; right:10px; margin:0; padding:0; background-color:#000; }
#open-button.on>div>div:first-child{transform:rotate(135deg); -ms-transform:rotate(135deg); -webkit-transform:rotate(135deg)}
#open-button.scrolled .navicon-line {background-color: #fff; }
#open-button.on.scrolled >div>div{background-color:#fff; }

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

    /*버튼*/
	#open-button{ display:none}
	#sitemap { display:none}
	/*버튼*/
}

@media screen and (max-width:768px) {
	#header { display:block; background-color:transparent; top:0; height:60px; position:fixed}
	#header #logo { width:120px; display:block}
	#header .gnb { display:none}
	.scrolled #header_wrap { background-color:#fff}
    .scrolled #header { border-bottom:0}
	.scrolled #open-button { z-index:9999}
    .scrolled #open-button .navicon-line { background-color:#333}
}
/*헤드메뉴*/





/*사이트맵*/
#sitemap {border:0; background-color:#07348c; width:100%; max-width:1200px; padding:80px}
#sitemap h2{ font-size:36px; color:#fff; text-align:center; padding:0 0 20px 0; width:100%; border-bottom:1px solid rgba(255, 255, 255, .3)}
#sitemap .depth1>li{float:left; width:20%; margin-top:5px}
#sitemap .depth1 > li:nth-child(5n+5) {margin-right:0px; }
#sitemap .depth1 > li:nth-child(5n+1) {clear:both; }
#sitemap .depth1>li>a{font-size:20px; display:block; text-align:left; color:#fff; margin-bottom:20px}
#sitemap .depth2>li>a{font-size:17px; display:block; line-height:2.1; color:#fff; opacity:.9}
#sitemap .depth2 > li > a:hover { color:#F4E913}
#sitemap .depth3>li>a{font-size:14px; display:block; line-height:2.1; padding-left:15px; color:#fff; opacity:.7}
#sitemap .mfp-close{position:absolute; right:0; top:-50px; z-index:1; width:30px; height:30px; border:0; font-size:17px; color:#fff}
#sitemap .mfp-close:after {background: url(../img/w_btn_close.png) no-repeat center center; }
#sitemap .arrow i { display:none}

@media screen and (max-width:1200px) {
	#sitemap { max-width:800px}
	#sitemap .depth1>li { width:50%; margin-top:4%}

}

@media screen and (max-width: 992px) {
	#sitemap { display:none}
}
/*사이트맵*/





/*퀵메뉴*/
.right_quick-area{position: fixed; z-index: 100; bottom:120px; right: 10px}
.right_quick-area .quick-left{position: fixed; right: -100px; opacity: 0; border-radius: 8px; width:auto;  transition: all 0.5s ease; bottom:120px; }

.right_quick-area.active .quick-left{opacity: 1; right: 30px; }
.right_quick-area.active .quick-left a{display:flex; flex-direction: column; align-items: center; gap:5px; font-size:16px; color:#868686; font-weight:500; margin-bottom:20px;}
.right_quick-area.active .quick-left ol{background: rgba(239, 227, 219, 0.8); padding: 0; margin: 0; display: block; border-radius: 45px; width: 90px; padding: 30px 0 20px }

.right_quick-area li {padding: 8px 0; position: relative}
.right_quick-area li span {position: absolute; color: #fff; border-radius: 30px; padding: 4px 0px; width: 80px; text-align: center; right: 100px; top: 20px; font-size: 16px; display: block; opacity: 0; transition: all 0.5s ease}
.right_quick-area li a,.right_quick-area li div {text-align: center; line-height: 50px; display: block; transition: all 0.3s ease; color:#a27b73; width:50px; height: 50px; margin: auto}
.right_quick-area li:nth-child(3) a {color: #f90}

.right_quick-area li a i,.right_quick-area li div i {font-size: 18px; margin-top:15px; }


.right_quick-area .quick-form{background: #fff; float: right; width: 0px; opacity:0; max-width: 255px; height:0px; border-radius: 8px; transition: all 0.5s ease; padding: 18px; }
.right_quick-area .quick-form .txt_notice{font-size: 17px; padding-left: 20px; }
.right_quick-area .quick-form .privacy{padding-left: 20px; line-height: 30px; }
.right_quick-area .quick-form .qf_box{padding-left: 20px; }
.right_quick-area .quick-form .pt_1 {height: 46px; }
.right_quick-area .quick-form .pt_1 li{float: left; padding-right: 5px; }
.right_quick-area .quick-form .pt_1 li input{width: 60px; padding: 5px; }
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .pt_1 li input{height: 30px; }
.right_quick-area .quick-form .qf_box .content textarea{height: 60px; }
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .qf_box .content textarea{width: 190px; padding: 5px; }
.right_quick-area .quick-form .qf_box .send_btn{float: right; margin-right: 8px; height: 30px; width: 60px; font-weight: 600; letter-spacing: -1px; background: #000; border: none; color: #fff; cursor: pointer; border-radius: 5px; }

.kakao {width: 40px; height: 40px; margin: 10px auto; background: #fdcd21; border-radius: 50%; text-align: center; box-shadow: rgba(0,0,0,0.1) 0 10px 20px; }
.kakao a { color: #461b0e; font-size: 18px; line-height: 38px; display: block; }
.kakao i { line-height:40px}
    @media (max-width:576px) {
        .right_quick-area {display: none; }
    }
*/
/*퀵메뉴*/



/*quick*/
.quick{position:fixed; top:0; left:0; overflow:hidden; width:80px; height:100%; background: #000 no-repeat left bottom; text-align:center; z-index:100; transition:0.3s; }
.quick .logo{background-color:#776356; }
.quick .logo a{display:flex; height:150px; display:flex; align-items:center; justify-content: center; }
.quick .logo a img{transition:0.3s; }
.quick ul li{border-bottom: 1px solid rgba(255,255,255,0.2); }
.quick ul li a{display:flex; width: 200px; height:80px; padding: 0 0 0 27px; align-items:center; transition:0.5s; }
.quick ul li a p{position:relative; width:110px; margin-left:10px; color:#fff; font-size:14px; letter-spacing:-0.06em; text-align:left; opacity:0; transform:translate(-15%,0); transition:0.3s; }
.quick ul li a p::before{content:""; position:absolute; top:50%; right:0; width:7px; height:11px; margin-top: -5px; background:url(../images/quick-arr.png) no-repeat center / contain; transition:0.3s; }
.quick .scroll{position:absolute; bottom:0; left:0; width:100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.quick .scroll .bar{margin-top:25px; height:90px; width:1px; background-color:rgba(255,255,255,0.5); overflow:hidden; }
.quick .scroll .bar span{animation: scroll 4s infinite; display:block; ; width:100%; height:100%; background-color:#fff; }
.quick ul li a:hover{background-color:#537c69; }
.quick ul li a:hover p::before{right:-5px; }
.quick.on{width:200px; }
.quick.on .logo a img{transform:rotate(-90deg); }
.quick.on ul li a p{opacity:1; transform:none; transition-delay:0.2s; }
@keyframes scroll {
	0% {transform:translate(0,-100%); }
	100% {transform:translate(0,100%); }
}



/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333; position:fixed; z-index:9999; top:0; right:-400px; max-width:400px; width:100%; height:100%; color:#FFF; padding:30px; -webkit-transition: right .3s ease; -moz-transition: right .3s ease; -ms-transition: right .3s ease; -o-transition: right .3s ease; transition: right .3s ease; box-sizing:border-box; overflow:auto; }
#right-side .side_gnb .call a {text-align:center; display:block; position:relative; background:#6cc043; color:#fff; font-weight:bold; height:5.0em; line-height:5em; border-radius:3px; margin-top:10px; padding:2px 0 4px 0; }
#right-side #btn-close-right-side {position:absolute; top:20px; right:0; color:#fff; width:60px; text-align:center; line-height:40px; font-size:17px; cursor:pointer}
#right-side #btn-close-right-side .fa.fa-times { font-size:18px; padding-top:20px}
.right-side-on #right-side {right:0; }
.right-side-on #wrapper { left:-300px; }
.right-side-on #header { left:-300px; }
.right-side-on #rs-overlay {display:block; }

.quick_menu {width:100%; margin:auto; padding-top:20px}
.quick_menu ul { text-align:center}
.quick_menu li{display:inline-block; margin-left:-3px; width:80px; border-right:1px solid #ddd; }
.quick_menu li:last-child { border:0}
.quick_menu li a{display:block; box-sizing:border-box; color:#f5f5f5; letter-spacing:-0.8px; text-align:center; position:relative;  font-size:12px}
.quick_menu li a:hover{color:#fff; backface-visibility:hidden}
.quick_menu li a.on{color:#fff; border-bottom-color:#FF3300; border-bottom-width:2px; border-bottom-style:solid}

.quick_kakao{text-align:center; height:35px; background-color:#ffd800; display:inline-block; clear:both}
.quick_kakao a{display:block; position:relative; background:#ffd800}
.quick_kakao a img{display:block; margin:0 auto}

.side_gnb{position:relative; width:100%; float:left; padding-top:20px; }
.side_gnb p{color:#fff; text-align:center; padding:20px }
.side_gnb .menu-list{display:block; position:relative; border-bottom:1px solid #555; margin-top:60px}
.side_gnb .menu-list>li>a{display:block; position:relative; color:#fff; font-size:15px; line-height:3.8em; padding:0 1.0em; border-top:1px solid #555; text-decoration:none}
.side_gnb .menu-list>li>a i{display:block; position:absolute; top:50%; transform:translateY(-75%) rotate(135deg); -webkit-transform:translateY(-75%) rotate(135deg); right:1.5em; width:5.31%; max-width:32px; border:1px solid #f2f2f2; border-left-width:0; border-bottom-width:0; transition:transform .3s ease; -webkit-transition:-webkit-transform .3s ease; -ms-transition:transform .3s ease}
.side_gnb .menu-list>li.on>a i{-webkit-transform:translateY(-25%) rotate(315deg); transform:translateY(-25%) rotate(315deg)}
.side_gnb .menu-list>li>a i:before{content:""; display:block; position:relative; padding-top:100%}
.side_gnb .depth-2{display:none; }
.side_gnb .depth-2>li { background-color:#ddd}
.side_gnb .depth-2>li>a{display:block; color:#f2f2f2; font-size:1.2em; line-height:3.0em; padding:0 1.5em 0 2.2em; border-bottom:1px solid #fff; color:#000}
/*모바일 오른쪽 메뉴*/


@media screen and (max-width: 576px) {
.scrollMenu {
    display: block; 
    overflow-x: auto; 
}

}

/*메인배너*/
.mainVideo {top:0; width: 100%; height: 800px; overflow:hidden; background-size:cover; padding:0; }
.bg-fixed{background-size:cover; padding:0; background-color:#000; opacity:0.5; position:absolute; width:100%; height:900px; top:0; left:0; z-index:1}

.main-carousel{padding:0; display:block; position:relative}
.main-carousel .li{height:910px; background-size:cover; background-position:center; position:relative}
.main-carousel .li .cover{display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../img/main_visual_cover.png) center bottom no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; min-width:300px; opacity:.3; z-index:1}
.main-carousel .jarallax { height: 910px; }
/*.main-carousel .img01 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img01.jpg); background-repeat:no-repeat}
.main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img02.jpg); background-repeat:no-repeat}
.main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../img/main_banner_img03.jpg); background-repeat:no-repeat}*/

.main-carousel .img01 { background-image: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) ),url(https://nowwd2.speedgabia.com/ono/img/main/main_banner_img01.jpg); background-repeat:no-repeat}
.main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) ),url(../img/main_banner_img02.jpg); background-repeat:no-repeat}

.main-carousel .li .copy_area{display:flex; flex-direction: column; max-width:630px; color:#fff; position:relative; top:60%; left:10%; transform:translateY(-60%); z-index:2; }
.main-carousel .li .copy_area .copy_htxt{width:260px; display:flex; justify-content: center; background:#f58720; color:#fff; font-size:22px; padding:20px 0px; margin: auto; margin-bottom:30px; border-radius: 50px; letter-spacing: -2px; }
.main-carousel .li .copy_area h1{font-size:17px; font-weight:300; line-height:1.3; text-align:center}
.main-carousel .li .copy_area h2{font-family: "Nanum Myeongjo", serif; font-size:60px; font-weight:500; color:#191919; word-break:keep-all; line-height:1.3; letter-spacing:-3px;  text-align:center}
.main-carousel .li .copy_area h2 span {color:#f58720; }
.main-carousel .li .copy_area h3{display:block; font-size:30px; font-weight:300; margin:20px 0px; color:#191919; opacity:0.8; word-break:keep-all; line-height:1.2; text-align:center; }

.main-carousel .li .copy_area h4{text-align:center; margin:50px auto 0 auto; color:#fff; -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); z-index:1}
.main-carousel .li .copy_area h4 a{color:#fff; padding:18px 42px; display:block; text-align:center; width: 160px; margin: auto; background-color:#ff3414}

.main-carousel .owl-dots{position:relative; width:1400px; margin:0 auto; padding: 0 30px; bottom:135px; display:none}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5); width:30px; height:5px; display:inline-block; margin-left:10px; border:0}
.main-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.main-carousel .owl-nav{position:absolute; width:100%; bottom:50%; }

.main-carousel .owl-prev {position:absolute; top:50%; left:5%; z-index:999; background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-next {position: absolute; top: 50%; right: 5%; z-index: 999; background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat; }
.main-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat; }

.nav-view .progress-bar{width:180px; position:relative; display:inline-block; margin-left:10px; height:6px; background-color:#ddd; transform:translateY(-5px)}
.nav-view .progress-bar .bar{position:absolute; left:0; top:0; height:100%; width:0; background-color:#fff}
.nav-view{position:absolute; left:100px; bottom:100px; z-index:10; color:#f3f3f3; font-size:18px}
.nav-view #slider-nav-idx { color: #fff; }
.nav-view-wrapper { max-width: 1400px; margin: 0 auto; position: relative; }

@media screen and (max-width:576px) {
	.nav-view {bottom:200px}
	.mainVideo { height:100vh}
	.bg-fixed { height:100vh}
	.main-carousel .jarallax { height: 100vh; }
	.main-carousel .li { height:100vh}
	.main-carousel .img01 { background-image: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) ),url(../img/main_banner_img01.jpg); background-repeat:no-repeat}
    .main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) ),url(../img/main_banner_img02.jpg); background-repeat:no-repeat}
/*	.main-carousel .img03 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img03.jpg); background-repeat:no-repeat}*/
	.main-carousel .li .copy_area h2 {font-size: 36px; }
	.main-carousel .li .copy_area h3 { margin:10px auto 0 auto; font-size: 15px; letter-spacing:-0.5px}
	.main-carousel .owl-nav { display:none}
	
	.nav-view-wrapper{margin-top: 50px}
}
/*메인배너*/




.section01 { width:100%; padding:150px 0}


.section01 .top { width:100%;  letter-spacing: -1px;}
.section01 .top h2 { font-family: "Nanum Myeongjo", serif; font-size:32px; color:#f58720; font-weight:500; display:block; text-align:center; padding-bottom:10px; }
.section01 .top p { font-family: "Nanum Myeongjo", serif; font-size:32px; color:#191919; text-align:center;  font-weight:500; word-break:keep-all; line-height:1.4; padding-bottom:80px}



.section02 {padding:150px 0 0}
.section02 > div {width:100%; display:flex; flex-wrap: wrap}
.section02 > div .facility{background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(../img/section02_img01.jpg); width:50%; height:635px; overflow:hidden; }
.section02 > div .ingredient {background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(../img/section02_img02.jpg);  width:50%; height:635px; overflow:hidden; }
.section02 > div .facility> div {width:100%; height:635px; padding:605px 50px 0px 50px; transition:.7s; }
.section02 > div .facility .facility_header h1 {font-size:24px; font-weight:800; color:#fff; border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:28px; }
.section02 > div .facility .facility_header h1 span {float:right; padding-right:60px; transition: .7s; }
.section02 > div .facility .facility_header h2 {font-size:50px; font-weight:500; letter-spacing:-3px; color:#fff; padding-top: 10px}
.section02 > div .facility .facility_content {font-size:17px; font-weight:300;  line-height:1.88; letter-spacing:-0.8px; color:#fff; padding-top:20px; opacity:0; transition: .7s; }
.section02 > div .ingredient > div {width:100%; height:635px; padding:605px 50px 0px 50px; transition:.7s; }
.section02 > div .ingredient .ingredient_header h1 {font-size:24px; font-weight:800; color:#fff; border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:28px; }
.section02 > div .ingredient .ingredient_header h1 span {float:right; padding-right:60px; transition: .7s; }
.section02 > div .ingredient .ingredient_header h2 {font-size:50px; font-weight:500; letter-spacing:-3px; color:#fff; padding-top: 10px}
.section02 > div .ingredient .ingredient_content {font-size:17px; font-weight:300;  line-height:1.88; letter-spacing:-0.8px; color:#fff; padding-top:20px; opacity:0; transition: .7s; }

@media(max-width:768px){
	.section02 {padding:100px 0}
    .section02 > div .facility{width:100%; height:430px; }
    .section02 > div .facility > div {height:100%; padding:20px; }
    .section02 > div .facility .facility_header h1 {font-size:17px; }
    .section02 > div .facility .facility_header h1 span {padding:0px; }
    .section02 > div .facility .facility_header h2 {font-size:22px; letter-spacing:0px; }
    .section02 > div .facility .facility_content {display:none; opacity:1; transition: unset; font-size:17px; height:300px; overflow:auto; }
    .section02 > div .ingredient {width:100%; height:430px; }
    .section02 > div .ingredient > div {height:100%; padding:20px; }
    .section02 > div .ingredient .ingredient_header h1 {font-size:17px; }
    .section02 > div .ingredient .ingredient_header h1 span {padding:0px; }
    .section02 > div .ingredient .ingredient_header h2 {font-size:22px; letter-spacing:0px; }
    .section02 > div .ingredient .ingredient_content {display:none; opacity:1; transition: unset; font-size:17px; height:300px; overflow:auto; }
}


.section03 { width:100%; padding: 150px 0 0}
.section03 h2 { font-size:50px; text-align:center; color:#0d296c; font-weight:200; padding-bottom:20px}
.section03 p { font-size:17px; color:#555; font-weight:400; line-height:1.6; word-break:keep-all; text-align:center; }
.section03 .three-layer_box { width: 100%;  display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:50px}
.section03 .clearfix { width:32%; height:512px; }
.section03 .photo { border-top-left-radius:10px; border-top-right-radius:10px}
.section03 .photo01 { background:url(../img/section03_img01.jpg) center/cover no-repeat; height:264px; clear:both}
.section03 .photo02 { background:url(../img/section03_img02.jpg) center/cover no-repeat; height:264px; clear:both}
.section03 .photo03 { background:url(../img/section03_img03.jpg) center/cover no-repeat; height:264px; clear:both}
.section03 .txt { padding:30px; height:288px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%); }
.section03 .txt h2 { font-size:22px; font-weight:bold; color:#0d296c; text-align:left; padding-bottom:20px}
.section03 .txt p { font-size:17px; color:#555; font-weight:400; height:154px; line-height:1.6; word-break:keep-all; text-align:left}
.section03 .more a{display:block; font-size:17px; margin-top:10px; font-weight:600; padding:0 40px 0 0; transition:.2s; }
.section03 .more a:hover { padding: 0px 12px; transition: all 0.3s; }


@media(max-width:768px){	
	.section03 .clearfix { width:49%; height:512px; margin-bottom:4%}			
}


@media(max-width:576px){
    .section03 .clearfix { width:100%; height:512px; margin-bottom:4%}	
}

.section04 { width:100%; padding:150px 0}
.section04 h2 { font-size:50px; text-align:center; color:#0d296c; font-weight:200; padding-bottom:20px}
.section04 p { font-size:17px; color:#555; font-weight:400; line-height:1.6; word-break:keep-all; text-align:center; }
.section04 .two-layer_box { width: 100%;  display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:50px}
.section04 .clearfix { width:49%; height:512px; }
.section04 .photo { border-top-left-radius:10px; border-top-right-radius:10px}
.section04 .photo01 {  background:url(../img/section04_img01.jpg) center/cover no-repeat; height:476px; clear:both}
.section04 .photo02 {  background:url(../img/section04_img02.jpg) center/cover no-repeat; height:476px; clear:both}
.section04 .txt { padding:30px; height:248px; }
.section04 .txt h2 { font-size:22px; font-weight:bold; color:#0d296c; text-align:left; padding-bottom:20px}
.section04 .txt p { font-size:17px; color:#555; font-weight:400; line-height:1.6; word-break:keep-all; text-align:left}
.section04 .more a{display:block; font-size:17px; margin-top:10px; font-weight:600; padding:0 40px 0 0; transition:.2s; }
.section04 .more a:hover { padding: 0px 12px; transition: all 0.3s; }

@media(max-width:768px){
   .section04 .clearfix { width:100%; height:512px; margin-bottom:4%}	
}

.section05 { width:100%; border-top:1px solid #ddd; padding:50px 0 50px 0; margin-top:100px}
.section05 .inner {width: 100%;  display: flex; justify-content: space-between; flex-wrap: wrap}
.section05 .inner h2 { display:block; font-size:28px; font-weight:600; ; margin-bottom:50px; width:100%; padding-left:20px}
.section05 .inner > div {width:49%; border-right:1px solid #ddd; }
.section05 .inner > div:last-child { border-right:0}


.bottom_quick_wrap {left: 0; bottom: 0; width: 100%; z-index: 350; position: fixed; background: #fff; transform: translateY(100%); box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); }
.bottom_quick_wrap::before { content: ''; width: 23%; height: 100%; position: absolute; left: 0; top: 0; }
.inqInner {width:100%; display: flex; margin:0 auto; padding:0 20px; max-width:1240px; align-items: center; }
.Left { width: 22.4%; max-width: 266.359px; position:relative; padding: 12px 50px 12px 0; border-radius: 0px 50px 50px 0px; }
.inq_form input {border: none; position: relative; border-radius: 3px; box-sizing: border-box; padding: 6px 10px 5px; }
.Left .stxt {font-size: 26px; font-weight: 600; line-height: 120%;}
.Left .tel {font-size: 26px; font-weight: 900; line-height: 36px; letter-spacing: -0.03em; color:#fff; }
.Right .txt {color: #222; font-weight: 700; line-height: 30px; font-size: 22px; margin-bottom: 8px; }
.Right .txt br.dn1200 {display:none; }
.Right {width: 78.6%; display: flex; justify-content: space-between; }
.inputwrap {display:flex; align-items: center; }
.Right input {  font-weight: 500;  font-size: 16px; width: 200px;  height: 60px; max-width: 200px;  box-sizing: border-box; border: 1px solid #EEEEEE;  background: #EEEEEE; border-radius: 6px; padding: 20px;  border: none; }
.Right input::placeholder{font-weight: 500; font-size: 16px; }
input#tel {margin: 0 12px; }
button.send {padding: 0; color:#fff; width:180px; border:none; cursor:pointer; background:#4e3524; border-radius: 6px; }
button.send p {font-size: 20px; font-weight: 700; line-height: 20px; text-align: center; padding:20px 30px; color:#fff}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: none; 
	-webkit-text-fill-color: #222!important; 
	transition: background-color 5000s ease-in-out 0s; 
	-webkit-transition: background-color 9999s ease-out; 
}
input:focus, textarea:focus {background:#fff; border-radius: 6px; outline: 1px solid #FF922E; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
div {box-sizing: border-box; transition:all 0.3s ease-in-out; }
.mo_only {display:none!important; }
.mo_br {display:none!important; }

@media (max-width:1155px) {
	.pc_only {display:none; }
	.mo_only {display:block!important; }
	.mo_br {display:block!important; }
	.pc_br {display:none!important; }
}

.Right input:placeholder{font-size: 16px; font-weight: 500; line-height: 20px; color:grba(0,0,0,0.3); }
input[type="checkbox"]:focus {filter: none; }
.Right input.per_prcie { width: 20px; max-width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #EEEEEE; background: #EEEEEE; border-radius: 6px; padding: 20px; }
.checkbox {display: flex; cursor: pointer; flex-direction: column; margin-right:20px;}
.h_inqury input[type="checkbox"] {  -webkit-appearance: none; position: relative; width: 11px; height: 11px; cursor: pointer; outline: none !important; background: inherit; padding: 0; border-radius: 0; background: url(../img/checkBox.png) no-repeat center/cover; }
.Right input:focus {filter:none; }
.Right input[type="checkbox"]:checked::after { transform: scale(1) translate(-50%, -50%); content: ""; position: absolute; top: 50%; left: 50%; overflow: hidden; line-height: 1; color: #fff; /* background: url(../img/checked.png) no-repeat center / cover; */ width: 20px; height: 20px; transform: translate(-50%,-50%); }
.bottom_quick_wrap .Right input:focus {outline: none; box-shadow: 0 0 0 1px #FF922E; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
.Right .check {color: #fff; cursor: pointer; font-size: 14px; font-weight: 400; line-height: 20px; padding-left: 6px; text-align: left; color: #222; }
.Right form {display: flex; align-items: center; }
p.cs_txt {color: #fff; text-decoration-line: underline; }
.inq_btn { width: 100%; height: 46px; background:#303030; border-radius: 5px; font-size: 16px; font-weight: 700; line-height: 19px; text-align: center; border: none; color: #fff; cursor: pointer; background: #FF5D2B; }
.Right input[type="checkbox"] { /* -webkit-appearance: none; */ position: relative; width: 20px; height: 20px; cursor: pointer; outline: none !important; background: inherit; padding: 0; border-radius: 3px; background:#EEE; margin-left:60px;  }
.Right.m_quick_wrap.mo_only.show input:focus {box-shadow:0 0 0 1px #ff922e!important; }

@media (min-width:1920px) {.bottom_quick_wrap::before {width: 30%; }}
@media (max-width:1500px) {
	.bottom_quick_wrap::before {width: 20%; } 
	.Right {width: 78.6%; padding-left: 40px; }
}
@media (max-width:1040px) {
	.Right {width: 75%; padding-left: 33px; }
}
@media (max-width:1155px) {
	.bottom_quick_wrap {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
	.inqInner {margin: 0 auto; padding: 0 0 0 0; }
	.bottom_quick_wrap::before {display:none; }
	.Left {width:auto; padding: 22px 21px 22px 21px; display:none;}
	.Left figure {width:22px; height:22px; }
	.Left figure img {width:100%; height:auto; }
	.Right {width: 100%; display: flex; padding-left: 0; align-items: center; justify-content: center; padding: 22px 21px 22px 21px;}
	.Right .txt {margin-bottom:0; font-size: 20px; font-weight: 700; line-height: 22px; }
	.close {top: 40%; right: 21px; width: 12px; height: 6px; position: absolute; transform: translateY(-50%); }
	.close i { font-size:24px; cursor:pointer}
	.close img {width: 100%; height: auto; vertical-align: top; }
	.m_quick_wrap {left: 0; opacity:0; width: 100%; background: #FFF; flex-direction: column; border-radius: 10px 10px 0 0; z-index:-1; bottom: -20%; position: fixed; transition: all 0.4s ease-in-out; }
    .m_quick_wrap.show{background:#fff; left:0; width:100%; flex-direction:column; border-radius:10px 10px 0 0; position:fixed; z-index:600; bottom:0; transform:translateY(0); opacity:1}
    .m_quick_wrap.Right .txt{width:100%; font-size:18px; font-weight:600; line-height:26px; padding:0 20px; box-sizing:border-box; margin:20px 0}
	.m_quick_wrap form {width: 100%; padding: 0 20px; box-sizing: border-box; }
	.m_quick_wrap .inputwrap {display: flex; flex-direction: column; width:100%; }
    .Right input{width:100%; height:54px; max-width:inherit; padding:17px; font-size:16px; font-weight:400; line-height:20px; margin-bottom:5px}
	.Right input::placeholder{font-weight:300; }
	.Right input:focus {border:1px solid #FF922E; }
	.Right input:placeholder{font-size: 16px; font-weight: 300; line-height: 20px; }
	.per_mo {display: flex; margin-top: 10px; align-items: center; }
	input#tel {margin: 10px 0 0 0; }
	button.send {margin-top: 20px; margin-bottom: 20px; width:100%;    border-radius: 8px; }
    button.send p{font-size:18px; font-weight:700; line-height:22px; letter-spacing:0; text-align:center; padding:19px 0}
    .m_close{top:20px; right:20px; cursor:pointer; width:26px; height:26px; position:absolute}
	.m_close i { font-size:28px}
	.m_close img {width:100%; height:100%; }
.    popup_bg{top:0; left:0; z-index:-1; opacity:0; width:100%; height:100%; position:fixed; background:rgba(0,0,0,.8)}
	.popup_bg.show {z-index:550; opacity:1; }
    .m_quick_wrap.Right input:focus{outline:0; box-shadow:0 0 0 1px #ff922e inset!important; filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, .2))}
	.m_quick_wrap.Right input:focus {box-shadow: 0 0 0 1px #ff922e inset!important; }
}
@media (max-width:767px) {
	/*.Right.w100 {width: 75%; }*/
}


/* 공통설정 */
.sub_vheight1 { height:560px !important; }

	/* text-align */
	.text-left {text-align:left !important;}
	.text-center {text-align:center !important;}
	.text-right {text-align:right !important;}


/*서브상단*/
.sub_visual{position:relative; max-width:2560px; margin:0 auto; height:850px; overflow:hidden; background-repeat:no-repeat; background-position:center top; }
.sub_visual.visual01 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub1/sub1_bg.jpg); }
.sub_visual.visual02 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub2/top_bg.jpg); }
.sub_visual.visual03 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub3/top_bg.jpg); }
.sub_visual.visual04 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub4/top_bg.jpg); }
.sub_visual.visual05 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub5/top_bg.jpg); }
.sub_visual.visual06 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub6/top_bg.jpg); }
.sub_visual.visual07 .bg{ background-image:url(https://nowwd2.speedgabia.com/ono/img/sub7/top_bg.jpg); }

.sub_visual .title_warp { max-width:1320px; margin:0 auto;}
.sub_visual .title_warp .title_page { width:100%; position: absolute; left: 50%; top: 55%; text-align:center; margin:0 auto; transform: translate(-50%, -50%); z-index:2;  padding:0 20px;}
.sub_visual h3{font-family: "Nanum Myeongjo", serif; font-size:26px; font-weight:300; margin-bottom:20px; letter-spacing:1px; color:#fff; }
.sub_visual .main_title{font-family: "Nanum Myeongjo", serif; font-size:60px; font-weight:300; text-align:center; color:#fff; letter-spacing:-1.5px; line-height: 1.3; margin-bottom:40px;}
.sub_visual .main_title strong{font-weight:600;}
.sub_visual .main_title1{font-size:60px; font-weight:600; text-align:center; color:#fff; letter-spacing:-1.5px; line-height: 1.3; margin-bottom:40px;}
.sub_visual p {font-size:24px; font-weight:300; text-align:center; color:#fff; line-height: 1.3; word-break: keep-all;}
.sub_visual p strong{font-weight:500;}
.sub_visual .p1{margin-bottom:40px}

.sub_visual .inBox {font-size:14px; padding-top:10px; color:#fff}
.sub_visual .inBox i { font-size:14px; color:#fff; display:inline-block; }
.sub_visual .inBox a { padding:0 13px 0 0}
.sub_visual .inBox span {padding:0 13px; opacity:0.8}
.sub_visual .inBox span.strong { opacity:1; padding:0 0 0 13px}
.sub_visual .cover{display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../img/sub_visual_cover.png) center bottom no-repeat; 
-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; min-width:1200px; opacity:.6; z-index:1}
.sub_visual .bg{position:absolute; top:0; left:0; width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; }
.sub_visual.tmp {height:100px; background-color:#000; }
.sub_visual.tmp .title_warp {display:none; }

.sub_visual h3,
.sub_visual .main_title ,
.sub_visual .main_title1 ,
.sub_visual p,
.sub_visual .inBox {
	animation-duration: 0.7s; 
	animation-fill-mode: both; 
	animation-iteration-count: 1; 
	animation-timing-function: ease; 
	-webkit-animation-duration: 0.7s; 
	-webkit-animation-fill-mode: both; 
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: ease; 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
	animation-name:visual-tit; 
	 -webkit-animation-name:visual-tit; 
}

.sub_visual .main_title,
.sub_visual .main_title1 {animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.sub_visual p  {animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.sub_visual .inBox {animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }

.sub_visual .bg{
	content:''; 
	animation-duration: 3s; 
	animation-fill-mode: both; 
	animation-iteration-count: 1; 
	animation-timing-function: ease; 
	-webkit-animation-duration: 3s; 
	-webkit-animation-fill-mode: both; 
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: ease; 
	animation-delay: 0.4s; 
	 -webkit-animation-delay: 0.4s; 
	animation-name:visual-zoom; 
	 -webkit-animation-name:visual-zoom; 
}



@keyframes visual-zoom {
	0% {transform:scale(1.2); }
	100% {transform:scale(1); }
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2); }
	100% {transform:scale(1); }
}

@keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px); }
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px); }
}
@-webkit-keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px); }
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px); }
}


@media screen and (max-width: 1024px) {
    .sub_visual { height:422px}
	.sub_visual .title_warp { width:100%; }
	.sub_visual .title_warp .title_page { width:100%; }
	.sub_visual .main_title,
	.sub_visual .main_title1{ font-size:45px; }
}

@media screen and (max-width:768px) {
	.sub_visual h3 { font-size:20px}
	.sub_visual .main_title,
	.sub_visual .main_title1{ font-size:32px; }
	.sub_visual p { font-size:16px}
}

 @media screen and (max-width: 576px) {
	.sub_visual h3 { font-size:14px}
	.sub_visual .main_title,
	.sub_visual .main_title1{ font-size:30px; }
	.sub_visual p { font-size:14px}
	.sub_visual p br{display:none}
	.sub_visual .inBox { font-size:12px}
 }

  @media screen and (max-width: 480px) {
	.sub_visual .main_title,
	.sub_visual .main_title1{font-size:22px; margin-bottom:30px;}
	.sub_visual .p1 {margin-bottom:20px;}
  }
/*서브상단*/


/*서브 제목*/
.content_wrap { width:100%; }
.content_wrap .content_area { max-width:1400px; margin:0 auto; padding-top:90px; clear:both; }
.content_wrap .content_area .sub_title { text-align:left; margin-bottom:50px; padding:0 20px; }
.content_wrap .content_area .sub_title h2 { font-size: clamp(24px, 4vw, 52px); text-align:center; font-weight:600; }
.content_wrap .content_area .sub_title h3 { font-size:clamp(16px, 2.5vw, 24px); font-weight:400; text-align:center; margin-top:20px; line-height:150%; }
.content_wrap .content_area .sub_title h4 { font-size:clamp(16px, 2.5vw, 30px); font-weight:900; text-align:center; margin-top:20px; }
.content_wrap .content_area .sub_title h4 span { color:#f58720; }
.content_wrap .content_area .sub_title p { font-size: 18px; color:#555; padding-top:10px; word-break:keep-all;}
.content_wrap .txtboard { max-width:1400px; margin:0 auto; padding: 0 20px; font-size:12px; line-height:1.75; letter-spacing:-0.02em; clear:both; }
.content_wrap .txtboard span { font-size:14px}

/* 서브 메뉴 */
.subtabmenu{border-bottom:1px solid #d9d9d9;}
.subtabmenu .sublnb{ max-width:1400px; display: flex; flex-wrap: wrap; margin:0 auto;}
.subtabmenu .sublnb a{ width:20%; height:90px; display:flex; align-items:center; justify-content:center; font-size:clamp(16px,1.8vw,22px); color:#000; border-left:1px solid #d9d9d9; }
.subtabmenu .sublnb a:last-child {border-right: 1px solid #d9d9d9;}
.subtabmenu .sublnb a.active { font-weight:600; }
/* 모바일 드롭다운 기본 숨김 */
.sublnb_mobile{display:none;}

@media screen and (max-width: 1024px) {
	.content_wrap {}
}

@media screen and (max-width: 768px) {
	.subtabmenu{border-bottom:none;}

	/* PC 탭 숨김 */
	.subtabmenu .sublnb{display:none;}

	/* 모바일 드롭다운 */
	.sublnb_mobile{ display:block; position:relative; max-width:100%; }
	.sublnb_mobile .current{ width:100%; height:56px; background:#fff; border:none; border-bottom:1px solid #d9d9d9; font-size:16px; font-weight:600; text-align:left; padding:0 16px; position:relative; }
	.sublnb_mobile .current::after{ content: "\f078"; font-family:"FontAwesome"; font-weight:normal; position:absolute; right:16px; top:50%; transform:translateY(-50%); font-size:12px; }
	.sublnb_mobile .dropdown{ display:none; position:absolute; left:0; right:0; top:100%; background:#fff; border:1px solid #d9d9d9; z-index:10; }
	.sublnb_mobile .dropdown li a{ display:block; padding:14px 16px; border-bottom:1px solid #eee; font-size:15px; color:#000; }
	.sublnb_mobile .dropdown li a.active{ font-weight:600; background:#f5f5f5; }
	.sublnb_mobile.open .dropdown{display:block;}
	
	.content_wrap .content_area {padding-top:50px;}
}


@media screen and (max-width:576px) {
}
/*서브 제목*/



/*서브 하단 네비*/
.share-area {float: right; display:block; padding-top:17px; box-sizing: border-box; }
.share-area .hide-wrap{width:151px; height:34px; overflow:hidden; float:left}
.share-area .hide-wrap .hide-area{width:151px; height:34px; position:relative; left:200px}
.share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.share-area .hide-wrap .hide-area ul li {float: left; margin-left: 13px; cursor:pointer}
.share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0; }
.share-area .share-btn{width:34px; height:34px; background-image:url(../img/share_open_bt.png); float:right; text-indent:-9999px; padding-left:18px; box-sizing:unset; background-repeat:no-repeat; background-position-x:right; transition:all .5s ease;     background-color: inherit; border:0; margin-right:20px}
.share-area .share-btn.active {background-image: url(../img/share_close_bt.png); border-left: 1px solid #fff; }
@media screen and (max-width: 768px) {

	 .share-area { display:none}
}
@media screen and (max-width: 576px) {
	 .share-area .share-btn { display:none}
	 .share-area { display:none}
}
/*서브 하단 네비*/




/*푸터*/
#footer{ width:100%; height: 540px; padding:80px 0px; background-color:#333; border-top:1px solid #e4e2e2; clear:both}
#footer .footer_con { display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; }

.footerLogo{margin-bottom:30px;}
.footerText{padding:0 10px}
.footerText h2{margin:0 0 30px 0; font-size:18px; color:rgba(255, 255, 255, 0.8); letter-spacing:-1px}
.footerText li a { font-size:15px; font-weight:400; color:rgba(255, 255, 255, 0.8); line-height:1.8}
.footerText li a i { font-size:15px}
.footerMall{display:grid; grid-template-columns: repeat(3, auto); row-gap:10px; column-gap:20px; font-size:18px; font-weight:400; color:rgba(255, 255, 255, 0.8); }
/* 1번째(주소), 8번째(Copyright)는 한 줄 전체 */
.footerMall li:nth-child(1),
.footerMall li:nth-child(8){ grid-column:1 / -1; }

.footerMenu{display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top:30px;}
.footerMenu a{font-size:18px; color:rgba(255, 255, 255, 0.8);}
.footerMenu a::after {content: ""; width: 1px; height: .8em; background:rgba(255, 255, 255, 0.8); display: inline-block; margin: 0 .6em;}
.footerMenu a:nth-of-type(3)::after { display: none; }

@media screen and (max-width: 992px) {
	#footer{ height: 620px; padding:40px 0px; }
	.footerMall{ grid-template-columns:1fr; }
	 /*
    .footerMall{
        grid-template-columns: repeat(2, 1fr);
    }
    .footerMall li:nth-child(1),
    .footerMall li:nth-child(8){
        grid-column:1 / -1;
    }*/
}

@media screen and (max-width: 768px) {
	.footerMall { font-size:15px; }
	.footerMenu a{font-size:15px;}
}
/*푸터*/


.tl_pop_con{background:#fff; }
.tl_pop_con h2.f_pop_tit{width:100%; height:80px; line-height:80px; background:#076aa3; font-size:20px; color:#fff; }
.tl_pop_con h2.f_pop_tit img {display:inline-block; margin-left:50px; margin-right:5px; margin-top:-10px; width:120px; }
.tl_pop_con h2.f_pop_tit span {display:inline-block; padding-left:50px; }
.f_pop_wrap {line-height:23px; text-align:justify; word-break:break-all; font-size:15px; overflow-y:auto; }
.f_pop_wrap strong {color:#00a19a; font-weight:normal; }
.f_pop_wrap p { color:#333; padding:40px 50px; line-height:1.6; }
.mfp-close:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/w_btn_close.png") no-repeat center center; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; border-radius: 50%; }
.mfp-close { width: 40px; height: 40px; text-indent: -999px; opacity: 1; overflow: hidden; background-color:transparent; border:0; }
button.mfp-close:hover:after { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

/* 251207 추가 */
section{position: relative;}
.m_vlogo { position: absolute; left:50%; bottom:-70px; transform: translateX(-50%) translateY(0); z-index:5; -webkit-transition: 1s 0s ease; transition: 1s 0s ease;}
.m_vlogo img{width:100%}
  
.section1 { padding: clamp(60px, 12vw, 120px) 0 0 0; }
.section1 .top {letter-spacing: -1px; padding-bottom: clamp(60px, 10vw, 120px);}
.section1 .top h2 { font-family: "Nanum Myeongjo", serif; font-size:clamp(16px, 2.5vw, 32px); color:#f58720; font-weight:500; display:block; text-align:center; padding-bottom:10px; }
.section1 .top p { font-family: "Nanum Myeongjo", serif; font-size:clamp(16px, 2.5vw, 32px); color:#191919; text-align:center;  font-weight:500; word-break:keep-all; line-height:1.4;}

.main_youtube{background-image:url('https://nowwd2.speedgabia.com/ono/img/main/m_bg1.png'); background-size:cover; background-position:center bottom; overflow: hidden; padding-bottom:140px;}
.main_youtube .wr { 
	width: 2000px; 
	position: relative; left: calc(50% - 1000px); 
	padding-left: 300px; 
	display: -webkit-box; 
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack: justify; 
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}
.main_youtube .wr .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
    padding-top: 50px
}
.main_youtube .wr .title p {display:flex; align-items:center; font-family:'Myriad Web Pro',sans-serif; font-size:clamp(14px, 2.5vw, 20px); font-weight:500; gap:5px;}
.main_youtube .wr .title p span{width:11px; height:11px; background:#f58720; border-radius:50%;}
.main_youtube .wr .title h2 {font-family:'Nanum Myeongjo',serif; font-size:clamp(26px, 3.2vw, 60px); font-weight:500; margin-top:40px; line-height:120%;}
.main_youtube .wr .title h2 span{color:#f58720;}
.main_youtube .wr .title h3{font-size:clamp(18px, 2.5vw, 24px); font-weight:300; color:#4e4e4e; margin-top:30px; line-height:120%;}

.main_youtube .wr .ono-youtube { width: 1155px; }
.main_youtube .wr .ono-youtube .youtube-inn-1 { background: url(https://nowwd2.speedgabia.com/ono/img/main/m_youtubebg.jpg); background-size:cover; background-position:center top; padding-top: 40px}
.main_youtube .wr .ono-youtube .youtube-inn-2 { background: url(https://nowwd2.speedgabia.com/ono/img/main/m_youtubebg.jpg); background-size:cover; background-position:center top; padding-top: 40px}
.main_youtube .wr .ono-youtube .youtube-inn-3 { background: url(https://nowwd2.speedgabia.com/ono/img/main/m_youtubebg.jpg); background-size:cover; background-position:center top; padding-top: 40px}
.main_youtube .wr .ono-youtube .slick-slide { width: 500px; height: 570px; border-radius: 0 0 100px 0; overflow: hidden; margin-right: 46px; }
.main_youtube .wr .ono-youtube .slick-slide.wh { color: #fff; }
.main_youtube .wr .ono-youtube .slick-slide a { display: block; width: 100%; height: 100%; padding: 230px 0 0 40px; }
.main_youtube .wr .ono-youtube .slick-slide a .txt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.main_youtube .wr .ono-youtube .slick-slide a .txt .tit { font-size: clamp(22px, 2.5vw, 35px); font-weight:300; line-height: 1.2; }
.main_youtube .wr .ono-youtube .slick-slide a .txt .tit strong{ font-weight:600; }
.main_youtube .wr .ono-youtube .slick-slide a .txt .desc { font-size: clamp(16px, 2.5vw, 20px); padding-top: 17px; line-height: 1.2; }


.section2 { background: url(https://nowwd2.speedgabia.com/ono/img/main/m_bg2.jpg); background-size:cover; background-position:center; padding: clamp(60px, 12vw, 120px) 0; }
.section2 .top {display: flex; flex-direction: column; align-items: center; letter-spacing: -1px; padding-bottom: clamp(50px, 10vw, 70px);}
.section2 .top p {display:flex; align-items:center; font-family:'Myriad Web Pro',sans-serif; font-size:clamp(14px, 2.5vw, 20px); font-weight:500; gap:5px; color:#fff; line-height:1;}
.section2 .top p span{width:11px; height:11px; background:#f58720; border-radius:50%;}
.section2 .top h2{font-family:'Nanum Myeongjo',serif; font-size: clamp(24px, 3.2vw, 54px); color:#f58720; font-weight:500; margin-top:20px; line-height:120%; text-align:center; padding:0 20px;}
.section2 .top h3{font-size:clamp(18px, 2.5vw, 26px); font-weight:300; color:#fff; margin-top:10px; line-height:120%; text-align:center; padding:0 20px;}

#doctor * { overflow: hidden; }
#doctor .doc-wr { width: 2000px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; left: calc(50% - 1000px); padding-left: 300px }
#doctor .doc-wr .txtBox { width: 447px }
#doctor .doc-wr .txtBox .txtBox-inn .name-en { font-size: clamp(20px, 2.5vw, 35px); color:#f58720; font-weight:300; }
#doctor .doc-wr .txtBox .txtBox-inn .name-kr { font-size: clamp(30px, 2.5vw, 45px); color:#fff; font-weight:600; margin-top:15px;}
#doctor .doc-wr .txtBox .txtBox-inn .name-kr span{ color:#f58720; }
#doctor .doc-wr .txtBox .txtBox-inn ul { font-weight: 300; line-height: 1.8; padding: 26px 0 21px }
#doctor .doc-wr .txtBox .txtBox-inn ul li { font-size: clamp(16px, 2.5vw, 22px); color:#fff; font-weight:300; }
#doctor .doc-wr .img-slick { width: 1250px }
#doctor .doc-wr .img-slick .slick-slide { margin-right: 40px; overflow: hidden; position: relative }
#doctor .doc-wr .img-slick .slick-slide img {width:100%;}


.section3 { padding: clamp(60px, 12vw, 120px) 0 0; }
.section3 .top {display: flex; flex-direction: column; align-items: center; letter-spacing: -1px; margin-bottom:30px; }
.section3 .top p {display:flex; align-items:center; font-size:clamp(14px, 2.5vw, 20px); font-weight:500; gap:5px; line-height:1;}
.section3 .top p span{width:11px; height:11px; background:#f58720; border-radius:50%;}
.section3 .top h2{font-family:'Nanum Myeongjo',serif; font-size: clamp(24px, 3.2vw, 54px); font-weight:500; margin-top:20px; line-height:120%; text-align:center; padding:0 20px;}
.section3 .top h3{font-family:'Nanum Myeongjo',serif; font-size: clamp(24px, 3.2vw, 54px); color:#f58720; font-weight:500; margin-top:10px; line-height:120%; text-align:center; padding:0 20px;}
.section3 .top .line{ width:1px; height:70px; background-color:#f58720; margin:0 auto; margin-top:50px;}

#dental { background: url(https://nowwd2.speedgabia.com/ono/img/main/m_bg3.jpg); background-size:cover; background-position:center; padding: clamp(60px, 12vw, 120px) 0; }
#dental .smart {display:flex; flex-wrap: wrap; justify-content: space-between; gap:24px;}
#dental .smart .item{ display:flex; width:calc(50% - 12px); background-color:#fff; padding:30px;}
#dental .smart .item .imgBox{ width:40%; height: 240px; overflow: hidden; }
#dental .smart .item .imgBox img{width:100%; height: 100%; object-fit: cover; }
#dental .smart .item .conBox { position: relative; width: 60%; padding: 25px; font-weight:500;}
#dental .smart .item .conBox h2 { font-size:clamp(16px, 2.5vw, 20px); color:#f58720; line-height:1; margin-bottom:20px;}
#dental .smart .item .conBox h3 { font-size:clamp(20px, 2.5vw, 24px); line-height:1; margin-bottom:40px; }
#dental .smart .item .conBox p { font-size:clamp(16px, 2.5vw, 20px); color:#333; font-weight:400; line-height:130%; }
#dental .smart .item .conBox a { position: absolute; left: 25px; bottom:0px; }


.section4 { padding: clamp(60px, 12vw, 120px) 0; background-color:#f6f1ee; }
.section4 .top {display: flex; flex-direction: column; align-items: center; letter-spacing: -1px;  padding:0 20px;}
.section4 .top p {display:flex; align-items:center; font-size:clamp(14px, 2.5vw, 20px); font-weight:500; gap:5px; line-height:1;}
.section4 .top p span{width:11px; height:11px; background:#f58720; border-radius:50%;}
.section4 .top h2{font-family:'Nanum Myeongjo',serif; font-size: clamp(24px, 3.2vw, 54px); font-weight:500; margin-top:20px; line-height:130%; text-align:center;}
.section4 .top h2 span { color:#f58720; }
.section4 .top h3 {font-size:clamp(16px, 2.5vw, 26px); font-weight:300; margin-top:10px; line-height:120%; text-align:center;}

.section4 .spec {display:flex; flex-wrap: wrap; justify-content: space-between; gap:30px; margin-top:45px; }
.section4 .spec .item{ width: calc(33.333% - 20px); }
.section4 .spec .item h2 { background-color:#f58720; border-radius: 12px; padding:10px 20px; margin-bottom:15px; font-size:clamp(16px, 2.5vw, 24px); color:#fff; font-weight:600; text-align:center;  line-height:130%; }
.section4 .spec .item .imgBox{ position: relative; height: clamp(210px, 12vw, 230px); overflow: hidden; }
/* 반투명 검정 배경 */
.section4 .spec .item .imgBox .overlay{ position: absolute; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(15px); 	transition: opacity .4s ease, transform .4s ease;}
.section4 .spec .item .imgBox:hover .overlay{ opacity: 1; transform: translateY(0); }
/* 중앙 텍스트 */
.section4 .spec .item .imgBox .overlay span{ color: #fff; font-size: clamp(20px, 2vw, 30px); font-weight: 600; text-align: center; line-height: 140%; }
.section4 .spec .item img {width:100%}
.section4 .spec .item p { font-size:clamp(16px, 2.5vw, 18px); color:#333; font-weight:400; line-height:140%; text-align:center; background-color:#fff; padding:20px 30px; }


.section5 { padding: clamp(60px, 12vw, 120px) 0; }
#ono-column {overflow: hidden;}
#ono-column .column-wrap {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ono-column .title { padding-left: 300px; }
#ono-column .title p {display:flex; align-items:center; font-family:'Myriad Web Pro',sans-serif; font-size:clamp(14px, 2.5vw, 20px); font-weight:500; gap:5px;}
#ono-column .title p span{width:11px; height:11px; background:#f58720; border-radius:50%;}
#ono-column .title h2 {font-family:'Nanum Myeongjo',serif; font-size:clamp(26px, 3.2vw, 60px); font-weight:500; margin-top:40px; line-height:120%;}
#ono-column .title h2 span{color:#f58720;}
#ono-column .title h3{font-size:clamp(18px, 2.5vw, 24px); font-weight:300; color:#4e4e4e; margin-top:30px; line-height:120%;}


#ono-column .column-slk { width: 1185px; }
#ono-column .column-slk .slick-list { padding: 20px; }
#ono-column .column-slk .slick-list .slick-track{display:flex; align-items:stretch;}

#ono-column .column-slk .slick-slide {
	min-width:0;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	margin-right: 45px;
	padding: 75px 40px;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction:column;
	height:auto;
}

#ono-column .column-slk .slick-slide > a { display: block !important; width: 100%; }

#ono-column .column-slk .slick-slide .cate { font-size: clamp(16px, 2.5vw, 20px); color: #f58720; }
#ono-column .column-slk .slick-slide .subject { width: 10em; font-size: clamp(20px, 2.5vw, 28px); font-weight:600; line-height: 140%; word-break: keep-all; margin-top:20px; }
#ono-column .column-slk .slick-slide .subject span { display:block; }
#ono-column .column-slk .slick-slide .subject p { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#ono-column .column-slk .slick-slide .content { width: 100%; font-size: clamp(14px, 2.5vw, 18px); line-height : 140%; color:#8d8d8d; word-break: keep-all; margin-top:35px; }

.section6 { position:relative; height: clamp(400px, 50vw, 730px); background: url(https://nowwd2.speedgabia.com/ono/img/main/m_bg4.jpg); background-size:cover; background-position:center; padding: clamp(60px, 12vw, 120px) 0; }
.section6 .textBox { position:absolute; right:0px; bottom:0px;  z-index:6; font-weight:400; padding:0 20px;}
.section6 .textBox h2{ font-family:'Nanum Myeongjo',serif; font-size: clamp(24px, 3.2vw, 54px); color:#fff; font-weight:400; text-align:right; }
.section6 .textBox p{ font-size: clamp(16px, 2.5vw, 26px); color:#fff; font-weight:400; text-align:right; margin-top:20px; word-break: keep-all; }

.section7 { padding: clamp(60px, 12vw, 120px) 0; padding-top:0px; }
.section7 .Instar-wrap {display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.section7 .Instar-wrap .title { margin-right:30px; }
.section7 .Instar-wrap .title p {display:flex; align-items:center; font-family:'Myriad Web Pro',sans-serif; font-size:clamp(14px, 2.5vw, 20px); font-weight:500; gap:5px;}
.section7 .Instar-wrap .title p span{width:11px; height:11px; background:#f58720; border-radius:50%;}
.section7 .Instar-wrap .title h2 {font-family:'Nanum Myeongjo',serif; font-size:clamp(26px, 3.2vw, 60px); color:#f58720; font-weight:500; margin-top:40px; line-height:120%;}
.section7 .Instar-wrap .title h3{font-size:clamp(18px, 2.5vw, 24px); font-weight:300; color:#4e4e4e; margin-top:30px; line-height:120%;}
.section7 .Instar-wrap .title a { width:140px; height:40px; display:flex; justify-content: center; align-items: center; gap:10px; border:1px solid #f58720; font-size:20px; color:#f58720; border-radius:50px; margin-top:20px;}

#Instar-slk { flex:1;  min-width: 0;}
#Instar-slk .slick-slide { width:100%; overflow:hidden; border-radius:20px; }
#Instar-slk .slick-slide img{width:100%;}


.section8{background-color:#f9f9f9;}
.section8 .mapBox{display: grid; grid-template-columns: 1fr 1fr;}
.section8 .mapBox .leftBox{padding:80px; padding-right:0;}
.section8 .mapBox .leftBox img{width:100%;}
.section8 .mapBox .rightBox{background-image:url(https://nowwd2.speedgabia.com/ono/img/main/m_map_r.jpg); background-repeat:no-repeat; background-position:center top; background-size: cover; padding:80px;}
.section8 .mapBox .rightBox p {font-family:'Nanum Myeongjo',serif; font-size:clamp(18px, 2.5vw, 30px); font-weight:300; margin-bottom:40px; line-height:140%;}
.section8 .mapBox .rightBox h2 {font-size:clamp(30px, 2.5vw, 35px); font-weight:600; margin-bottom:25px;}

.section8 .mapBox .rightBox .hours { display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.section8 .mapBox .rightBox .hours li {width:50%}
.section8 .mapBox .rightBox .hours .tit { font-size:24px; font-weight:600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px }
.section8 .mapBox .rightBox .hours dl {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1.5 }
.section8 .mapBox .rightBox .hours dl dt {width: 5em; font-size:18px; font-weight: 600}
.section8 .mapBox .rightBox .hours dl dd {width: calc(100% - 6em); font-size:18px}
.section8 .mapBox .rightBox .hours dt:first-child {letter-spacing: 13.5px;}
.section8 .mapBox .rightBox .hours dt:nth-child(3) {letter-spacing: 8px}
.section8 .mapBox .rightBox .hours dt:nth-child(5) {letter-spacing: 7.5px}
.section8 .mapBox .rightBox .hours .ectit{font-size:clamp(14px, 2.5vw, 18px); font-weight: 600; }
.section8 .mapBox .rightBox .hours .addr{ font-size:clamp(14px, 2.5vw, 18px); line-height: 2; margin-bottom:20px;}
.section8 .mapBox .rightBox .hours .tels{ font-size:clamp(26px, 2.5vw, 50px); font-weight: 600; color:#f58720; line-height:1;}

.mobile{display: none}

@media screen and (max-width: 1240px) {
	.web{display: none}
	.mobile{display: block}
	.main_youtube .wr { width:100%; left:0; padding:0 20px; flex-wrap: wrap; }
	.main_youtube .wr .title,
	.main_youtube .wr .ono-youtube {width:100%;}

	#doctor .doc-wr { width:100%; left:0; padding:0 20px; flex-wrap: wrap; }
	#doctor .txtBox,
	#doctor .doc-wr .img-slick {width:100%;}

	.section4 .spec .item p br{display:none;}

	#ono-column .column-wrap { width:100%; left:0; padding:0 20px; flex-wrap: wrap; }
	#ono-column .column-wrap .title,
	#ono-column .column-wrap .column-slk {width:100%;}

	.section8 .mapBox {grid-template-columns: 1fr;}
	.section8 .mapBox .leftBox{padding:0px;}
	.section8 .mapBox .rightBox{padding:40px;}
}

@media screen and (max-width: 1024px) {
	.main-carousel .li .copy_area {max-width:unset; left: 0; padding:0 30px; }		
	
	.main_youtube .wr .title {padding-top:0px; padding-bottom:50px}
	.main_youtube .wr .title h2{margin-top: 30px;}
	.main_youtube .wr .title h3{margin-top: 20px;}
	.main_youtube .wr .ono-youtube .slick-slide { width: 380px; height: 450px; margin-right: 30px; }

	#doctor .doc-wr .img-slick .slick-slide { width: 380px; margin-right: 30px; }

	#dental .smart .item{ width:100%; }

	.section4 .spec .item{ width:100% }

	#ono-column .column-wrap .title {padding-left:0px; padding-bottom:50px}

	.section7 .Instar-wrap .title { width:100%; margin-right:0px; margin-bottom:30px; }
	#Instar-slk {flex: 1 1 auto;}	

	.section8 .mapBox .rightBox{padding:40px 20px;}
}
@media screen and (max-width:768px) {
	.main-carousel .li .copy_area .copy_htxt{font-size:18px; }
	.main-carousel .li .copy_area h2 {font-size:45px}
	.main-carousel .li .copy_area h3 {font-size:20px}
	
	.m_vlogo{ bottom:-60px; }

	.main_youtube .wr .ono-youtube .slick-slide {width: 300px; height: 380px; margin-right: 20px; }

	.section8 .mapBox .rightBox .hours li {width:100%}
	.section8 .mapBox .rightBox .hours .ectit{margin-bottom:40px;}

	#ono-column .column-slk .slick-slide { margin-right:35px; padding:40px 30px; }
}

@media screen and (max-width: 576px) {
	.main-carousel .li .copy_area h2 {font-size:40px}
	.main-carousel .li .copy_area h3 br { display:none; }
	
    .nav-view { width: 80%; left:50%; transform: translateX(-50%); bottom: 100px; }
	.m_vlogo{ bottom:-30px; }

	.main_youtube .wr .ono-youtube .slick-slide {width: clamp(260px, 90vw, 500px); margin-right: 20px; }
	.main_youtube .wr .ono-youtube .slick-slide a {padding:180px 0 0 0;}
	.main_youtube .wr .ono-youtube .slick-slide a .txt {padding:0 20px}

	#doctor .doc-wr .img-slick .slick-slide { width: clamp(260px, 90vw, 500px); }

	#dental .smart .item{ padding:20px;}
	#dental .smart .item .conBox { padding: 20px;}
	#dental .smart .item .conBox h2 { margin-bottom:10px; }
	#dental .smart .item .conBox h3 { margin-bottom:20px; }
}

@media screen and (max-width: 480px) {
	.main_youtube .wr .ono-youtube .slick-slide {margin-right:10px}

	#doctor .doc-wr .img-slick .slick-slide { margin-right:10px }

	#dental .smart .item{flex-wrap: wrap;}
	#dental .smart .item .imgBox { width: 100%; height: 220px; overflow: hidden; }
	#dental .smart .item .conBox { width: 100%; padding:20px 0;}	
	#dental .smart .item .conBox a { left: unset; right:0; bottom:20px;}

	.section6 .textBox p br{ display:none; }

	.section8 .mapBox .rightBox .hours dl dt,
	.section8 .mapBox .rightBox .hours dl dd{font-size:16px;}
}