@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

/* header */
#header {position:absolute; top:0; left:0; width:100%; background:transparent; height:100px; z-index:90; letter-spacing:-.03em;  border-bottom:1px solid #ddd;}
#header .contain {max-width:1430px; z-index:20}
#header .sitelogo a {display:block; position:absolute; top:50%; transform:translateY(-50%); left:15px; z-index:10; font-size:0; width:213px; height:44px; background-image:url('/images/common/logo.png'); background-repeat:no-repeat; background-size:cover;}

#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 15px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:16px; line-height:100px; font-weight:500;}
#gnb>ul>li.active>a {color:#ed6a00;}

#gnb .submenu {position:absolute; top:100px; left:0; width:100%; height:0; overflow:hidden; z-index:20;}
#gnb .submenu ul {display:block; padding:20px 0 34px;}
#gnb .submenu ul li {padding:0; text-align:center; padding:1px 0;}
#gnb .submenu ul li a {display:inline-block; color:#454545; font-size:16px; line-height:2em; position:relative;}
#gnb .submenu ul li a:hover {color:#ed6a00;}

.submenu-bg {background-color:#fff;}

.lang {position:absolute; top:50%; transform:translateY(-50%); right:15px;}
.lang ul {display:flex; margin-left:-5px;}
.lang ul li {margin-left:5px;}
.lang ul li a {display:block; line-height:30px; padding:0 15px; background:rgba(255,255,255,0.6); border-radius:15px; font-size:14px; font-family:'Titillium Web'; font-weight:400;}
.lang ul li a.active {background:#ed6a00; color:#fff; border-color:#ed6a00;}

.m-lang {position:absolute; top:15px; left:15px;}
.m-lang ul {display:flex; margin-left:-5px;}
.m-lang ul li {margin-left:5px;}
.m-lang ul li a {display:block; line-height:28px; padding:0 15px; border:1px solid #ddd; color:#454545; background:#fff; border-radius:15px; font-size:14px; font-family:'Titillium Web'; font-weight:400;}
.m-lang ul li a.active {background:#ed6a00; color:#fff; border-color:#ed6a00;}


/* header hover */
#main #header.header-hover {background:#fff;}
#main #header.header-hover .sitelogo a {background-image:url('/images/common/logo-on.png');}
#main #header.header-hover #gnb>ul>li>a {color:#242424;}
#main #header.header-hover #gnb>ul>li.active>a {color:#ed6a00;}
#main #header.header-hover .lang ul li a {border:1px solid #ddd; line-height:28px;}
#main #header.header-hover .lang ul li a.active {border-color:#ed6a00;}
/* sub header */
#sub #header {background:#fff;}
#sub #header .sitelogo a {background-image:url('/images/common/logo-on.png');}
#sub #header #gnb>ul>li>a {color:#242424;}
#sub #header #gnb>ul>li.active>a {color:#ed6a00;}
#sub #header .lang ul li a {border:1px solid #ddd; line-height:28px;}
#sub #header .lang ul li a.active {border-color:#ed6a00;}


.contain {position:relative; max-width:1430px; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
/* main */ 

.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; height:980px;}
.main-visual .secting-img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main-visual .txt {position:absolute; font-family:'Taviraj'; top:50%; transform:translateY(-50%); width:100%; text-align:center; color:#fff; letter-spacing:0; padding-top:10px; left:0;}
.main-visual .txt h2 {font-weight:500; font-size:80px; line-height:1.1em; margin-bottom:12px;}
.main-visual .txt p {font-size:30px; line-height:1.2em; font-weight:500;}
.main-visual .scroll {font-size:15px; line-height:1.1em; font-weight:500; color:#fff; font-family:'Taviraj'; position:absolute; bottom:60px; left:50%; transform:translateX(-50%); padding-top:65px;
	-webkit-animation: bounce2 .9s linear infinite alternate;
	-moz-animation: bounce2 .9s linear infinite alternate;
	-o-animation: bounce2 .9s linear infinite alternate;
	-ms-animation: bounce2 .9s linear infinite alternate;
	animation: bounce2 .9s linear infinite alternate;
}
@-moz-keyframes bounce2{from{bottom:70px;}to{bottom:60px;}}
@-webkit-keyframes bounce2{from{bottom:70px;}to{bottom:60px;}}
@-o-keyframes bounce2{from{bottom:70px;}to{bottom:60px;}}
@keyframes bounce2{from{bottom:70px;}to{bottom:60px;}}
.main-visual .scroll:before {content:''; width:28px; height:56px; background-image:url('../images/main/scroll.png'); background-repeat:no-repeat; background-size:cover; position:absolute; left:50%; transform:translateX(-50%); top:0; opacity:0.79;}

.section1 {font-family:'Taviraj'; padding:110px 0 100px; background-image:url('../images/main/about-bg.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center center;}
.section1 h3 {font-size:40px; line-height:1.2em; color:#fff; font-weight:500; letter-spacing:0; color:#fff; margin-bottom:60px; text-align:center;}
.section1 .cnt {display:flex; margin-left:-40px;}
.section1 .box {width:33.33333%; margin-left:40px;}

.section1 .box .tt {display:block; background:#fff; display:flex; padding:0 20px 0 30px; height:100px; justify-content:space-between; align-items:center; letter-spacing:0;}
.section1 .box .tt h4 {font-size:22px; line-height:1.1em; color:#242424; font-weight:500;}
.section1 .box .tt p {font-size:14px; line-height:1.3em; color:#686868; font-weight:400; padding-right:47px; position:relative; display:inline-block;}
.section1 .box .tt p:after {content:''; width:37px; height:11px; background-image:url('../images/bbs/view-more.png'); background-repeat:no-repeat; background-size:cover; position:absolute; bottom:3px; right:0;}
.section1 .box:hover .tt p {color:#ed6a00;}
.section1 .box:hover .tt p:after {background-image:url('../images/bbs/view-more-on.png');}



/* sub page */
.sub-visual {position:relative; height:300px; z-index:10; letter-spacing:0; margin-top:100px;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .tit {font-size:30px; line-height:1.2em; color:#fff; position:absolute; width:100%; text-align:center; top:50%; transform:translateY(-50%); z-index:11;}

#lnb {height:60px; position:relative;}
#lnb:after {content:''; width:100%; height:100%; top:0; left:0; border-bottom:1px solid #ddd; position:absolute; z-index:-1;}
.lnb {max-width:1400px; margin:0 auto;}
.lnb ul {display:flex; padding-left:1px; padding-right:1px; justify-content:center;}
.lnb ul li {margin-left:-1px; margin-right:-1px;}
.lnb ul li a {display:block; border:1px solid #ddd; border-top:0; font-size:18px; color:#242424; font-weight:500; text-align:center; background:#fff; line-height:59px;}
.lnb ul li.active a {color:#fff; background:#ed6a00; border-color:#ed6a00;}
.lnb.product ul li a {border:1px solid #ddd;}


.sub-title {margin:60px auto; text-align:center;}
.sub-title h2 {font-size:30px; line-height:1.2em; color:#242424; font-weight:500; position:relative; padding-bottom:30px;}
.sub-title h2:after {content:''; width:50px; height:3px; background:#ed6a00; position:absolute;	bottom:0; left:50%; transform:translateX(-50%);}

.real-cont {letter-spacing:-.04em; margin-bottom:100px;}

/* footer */
#footer {background:#333333; padding:30px 0; position:relative; letter-spacing:-.03em;}
#footer address {font-style:normal;}
.foot-group ul {display:flex; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid rgba(255,255,255,0.3);}
.foot-group ul li a {display:block; font-size:16px; font-weight:500; color:#f3f3f3; line-height:1.4em; margin-right:30px;}
.foot-group ul li:last-child a {margin-right:0;}
.foot-info {display:flex; align-items:center;}
.foot-logo {margin-right:40px;}
.foot-info address p {font-size:15px; line-height:1.8em; color:#c8c8c8; letter-spacing:-.04em;}
.foot-info address p span {margin:0 13px;} 

.scroll-top {position:absolute; right:15px; top:0; display:block; font-size:15px; line-height:1.3em; color:#707070; font-weight:500; padding-left:20px;}
.scroll-top:before {content:''; width:15px; height:8px; left:0; top:5px; background-image:url('../images/bbs/top-icon.png'); background-repeat:no-repeat; background-size:cover; position:absolute;}


/* for mobile */
.only-tablet {display:none;}
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}
.mobile-navigation {position:fixed; top:0; right:0; padding:80px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#ed6a00}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#ed6a00;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#ed6a00}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#ed6a00}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

.m-util {border-bottom:1px solid #ddd;}
.m-util ul {display:flex; justify-content:center; margin-left:-10px;}
.m-util ul li {font-size:15px; padding:0 10px;line-height:30px; color:#242424;font-weight:500; margin-left:10px;}
.m-util ul li a {display:block;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu {top:20px; right:15px;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#414141;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}