@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}

.contain {max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
.contain:after {content:""; display:block; clear:both;}

/* header */
#sub #header {position:relative;}
#header {position:absolute; height:100px; width:100%; z-index:100; border-bottom:1px solid rgba(255, 255, 255, 0.3); }
#header .contain {position:relative; height:100px; max-width:1460px; width:100%;}
#header.header-hover {background:#fff; border-bottom:1px solid #ddd;}
#header.header-hover #gnb > ul > li > a {color:#2c2c2c;} 
#header.header-hover #gnb > ul > li:hover > a {color:#3d61f8;}
#header.header-hover #gnb > ul > li {color:#177a4c;}
#header.header-hover #gnb > ul {color:#177a4c; font-weight:500;}
#header.header-hover #gnb > ul > li:hover:after {transform: scaleX(1);}
#header.header-hover #gnb > ul.active {background:#fff; color:#2c2c2c;}
#header.header-hover .sitelogo a {background-image: url("../images/common/logo_w.png");}
#header.header-hover .btn-m-menu span {background:#000;}
#header.header-hover .btn-m-menu span:before,
#header.header-hover .btn-m-menu span:after {background:#000;}
#header.header-hover .submenu-bg {border-top:1px solid rgba(255, 255, 255, 0.6);}

#sub #header .btn-m-menu span {background:#000;}
#sub #header .btn-m-menu span:before,
#sub #header .btn-m-menu span:after {background:#000;}
#sub #header .submenu-bg {border-top:1px solid rgba(255, 255, 255, 0.6);}


#sub #gnb > ul > li > a {color:#2c2c2c;}                                                                                                  
#sub #gnb > ul > li:hover > a {color:#999;}                                                                                               
#sub #gnb > ul > li {color:#177a4c;}                                                                                                      
#sub #gnb > ul {color:#177a4c; font-weight:500;}                                                                                          
#sub #gnb > ul > li:hover:after {transform: scaleX(1);}                                                                                   
#sub #gnb > ul.active {background:#fff; color:#2c2c2c;}                                                                                   
#sub .sitelogo a {background-image: url("../images/common/logo_w.png");}                                                                  


.sitelogo {position:absolute; top:50%; margin-top:-30px; left:30px; z-index:10}
.sitelogo a {display:block; width:240px; height:66px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}

#gnb {position:relative; display:flex; justify-content:flex-end; height:100px; text-align:right;}
#gnb > ul {display:inline-block; margin-right:100px;}
#gnb > ul > li {float:left; position:relative; height:100px; z-index:1;}
#gnb > ul > li > a {display:block; height:100px; position:relative; margin:0 33px; text-align:center; font-size:20px; line-height:100px; font-weight:600; color:#fff; letter-spacing:0; z-index:5;}
#gnb > ul > li:last-child > a {margin-right:0;}

#gnb > ul > li:hover li {color:#177a4c;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {position:relative; padding:15px 0;}

#gnb .submenu > ul > li {font-size:16px; line-height:26px;}
#gnb .submenu > ul > li > a {position:relative; display:inline-block; font-size:16px; text-decoration:none; font-weight:400; padding-bottom:20px; color:#333;}
#gnb .submenu > ul > li.active > a,
#gnb .submenu > ul > li:hover > a {color:#3d61f8; text-decoration:underline;}
#gnb .submenu > ul > li:first-child {margin-top:15px;}



.submenu-txt {display:none; position:absolute;  padding:5px;left:350px; top:125px; z-index:2; color:#fff; font-size:20px; font-weight:bold;}
.submenu-txt a { font-family:'NanumSquare', sans-serif; position:relative; display:inline-block; }
.submenu-txt a span {position:relative; display:block; width:100%; height:0; padding-bottom:100%; overflow:hidden;}

.submenu-bg {display:none; position:relative; top:0; left:0; width:100%; border-top:1px solid rgba(255, 255, 255, 0.6); background:#fff;}
.submenu-bg:before {position:absolute; content:""; width:500px; height:186px; background:url('../images/main/submenu-bg.png')50% 50% no-repeat; background-size:contain; left:130px; bottom:30px;}


/* #sub #header {background-color:#fff; position:relative;}
#sub .submenu-bg {position:absolute; background:#fff; height:430px !important; border-bottom:0;} */

.scroll {
	position:absolute; 
	bottom:50px; 
	left:50%; 
	margin-left:-24px; 
	width:48px; 
	height:65px;
	text-align:center;
	background:url('/images/main/scroll_down.png') 50% 100% no-repeat;
	background-size:contain;
	z-index:10;
	-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:80px;}to{bottom:90px;}}
@-webkit-keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}
@-o-keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}
@keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}


 /* main */ 
.main-visual {position:relative; width:100%; line-height:0; overflow:hidden; z-index:1;}
.main-visual:before {content:""; position:absolute; top:0; left:0; width:100%; height:200px; background-image:linear-gradient(#000, transparent); opacity:.6; z-index:40;}
.main-visual .item {position:relative; width:100%; z-index:1;}
.main-visual .img {display:block; position:relative; height:980px; background-repeat:no-repeat; background-position:center center; -webkit-background-size:cover; background-size:cover; overflow:hidden;}
.main-visual .txt {font-size:22px; font-weight:500; letter-spacing:-.03em; line-height:1.636em;}
.main-visual .txt strong {}
.main-visual .caption {position:absolute; top:50%; left: 0; width: 100%; padding: 0 30px; text-align: center; z-index: 45; transform: translateY(-50%); color: #fff;}
.main-visual .caption h2 {font-family: 'Roboto', sans-serif; font-size:70px; font-weight:800; color:#083e88; letter-spacing:0; line-height:1.3em; margin-bottom:70px;}
.main-visual .caption h2 p {color:#fff; padding:20px 0;}
.main-visual .con-wrap {width:100%; max-width:1460px; text-align:left; margin:0 auto; }
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-32px; z-index:50; width:31px; height:64px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em; transition:.2s; background-size:contain; opacity:0.3;}
.main-visual .slick-prev {left:50px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:50px; background-image:url("../images/main/slide_next.png");}
.main-visual .slick-next:hover,
.main-visual .slick-prev:hover {opacity:1;}
.main-visual .slick-dots {width:100%; text-align:center; z-index:50; line-height:0; margin-left:-40px;}
.main-visual .slick-dots li {display:inline-block; padding:0 5px;}
.main-visual .slick-dots li button {display:block; width:11px; height:11px; background:#ccc; border:2px solid #ccc; border-radius:50%; overflow:hidden; text-indent:-9999px; border-radius:8px;}
.main-visual .slick-dots li.slick-active button {background:transparent; border-color:#fff;}
.main-visual .cap-wrap {width:100%; max-width:1400px; text-align:left;}
.main-visual .cap-wrap h3 {font-size:60px; letter-spacing:-.03em; line-height:1.167em; margin-bottom:20px; text-shadow:1px 0px 5px rgba(0, 0, 0, 0.2);}
.main-visual .cap-wrap .lg-txt {font-size:26px; font-weight:600; letter-spacing:-.03em; line-height:1.192em; text-shadow:1px 0px 5px rgba(0, 0, 0, 0.2);}

.main-visual .control button {position:relative; display:block; border:0; background:transparent; z-index:500;}
.main-visual .control {width:100%; align-items:center; max-width:200px; border-radius:20px; background:rgba(0, 0, 0 ,0.6); height:40px; display:flex; z-index:50; position:absolute; bottom:-350px;}
/* .main-visual .control .slick-arrow {text-indent:-999em; overflow:hidden;}
.main-visual .control .slick-prev {background:url("../images/main/slide_prev.png") no-repeat 50% 50%;}
.main-visual .control .slick-next {background:url("../images/main/slide_next.png") no-repeat 50% 50%;} */
.main-visual .control .stop:before {content:""; position:absolute; width:7px; height:12px; border-right:2px solid #fff; border-left:2px solid #fff; left:50%; top:50%; margin:-6px 0 0 -2px;}
.main-visual .control .play:before {content:""; position:absolute; border-left: 8px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; left:50%; top:50%; transform:translate(-50%,-50%);}
.main-visual .control .play {display:none;}



/* for mobile */
.btn-m-menu {position:absolute; top:50%; right:15px; margin-top:-15px; width:30px; height:30px; text-align:center; text-indent:-9999em; z-index:50; }
.btn-m-menu span {position:absolute; right:0; top:50%; width:100%; margin-top:-1.5px; height:3px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:""; position:absolute; left:0;  width:100%; height:3px; background:#fff;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; bottom:0; transition:.2s ease-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .inner {position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto;}
.mobile-navigation .brand-image {border-bottom:1px solid #d6dfd1; background-color:#e9ede7; height:128px;}
.mobile-navigation .brand-image a {display:block; padding-top:40px; padding-left:40px;}
.mobile-navigation .nav-menu .depth3 {display:block; margin-left:23px; padding-bottom:18px;}
.mobile-navigation .nav-menu .depth3 ul li a {display:block; padding:4px 0; color:#fff; font-size:18px; font-weight:300; line-height:1.4em; letter-spacing:-.04em;}
.mobile-navigation .close {position:absolute; top:18px; right:22px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;} 
.mobile-navigation .close:before, 
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#2c2c2c; border-radius:3px;} 
.mobile-navigation .close:before {transform:rotate(45deg);} 
.mobile-navigation .close:after {transform:rotate(-45deg);} 
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.8; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-navigation .close {display:block;}
html.menu-opened .mobile-overlay {display:block;}

nav.nav-menu {position:relative; border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#3d61f8;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; padding:5px 18px; color:#454545; font-size:15px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#000;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #242424; border-bottom:2px solid #242424;}
.mobile-navigation img {width:20%; margin:10px;}
.mobile-navigation .close {position:absolute; top:10px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-navigation img {width:50%; margin:10px 10px 10px 18px;}

.tabmenu {position:relative; margin-top:-30px; margin-bottom:80px; z-index:100;}
.tabmenu .contain {max-width:1200px !important;}
.lnb {width:100%; max-width:1200px; margin:0 auto; position:relative; z-index:2; box-shadow:3px 0 8px rgba(0, 0, 0, 0.3);}
.lnb ul {display:flex; justify-content:center; margin:0 auto; background:#3d61f8;}
.lnb ul li {position:relative; padding:0 35px; font-size:18px; text-align:center; line-height:1.4em; letter-spacing:-.04em;}
.lnb ul li:before {position:absolute; content:""; top:50%; right:0; margin-top:-12.5px; height:25px; width:1px; background:rgba(255, 255, 255, 0.6);}
.lnb ul li:last-child:before {display:none;}
.lnb ul li a {font-size:18px; font-weight:600; letter-spacing:-.03em; position:relative; display:flex; align-items:center; justify-content:center; height:60px; color:rgba(255, 255, 255, 0.6);}
.lnb ul li:first-child a {border-left:0;}
.lnb ul li.active a {color:#fff;}
.lnb ul li.active a:before {position:absolute; content:""; bottom:0; left:0; height:3px; width:100%; background:#fff;}

.main-business {text-align:center; padding:120px 0;}
.main-business .main-tit {margin-bottom:60px;}
.main-business .main-tit h3 {font-size:35px; font-weight:700; letter-spacing:-.03em;}
.main-business .main-tit h3 span img {vertical-align:baseline; margin-right:10px;}
.main-business ul {display:flex; margin-left:-40px;}
.main-business ul li {position:relative; font-size:20px; font-weight:600; color:#fff; text-shadow:2px 0 5px rgba(0, 0, 0, 0.3); line-height:1.400em; display:flex; flex-direction:column; justify-content:center; width:calc(20% - 40px); min-height:200px; border-radius:50%; margin-left:40px; background-repeat:no-repeat; background-size:cover; background-position:50% 50%; max-width:200px;}
.main-business ul li .circle {width:200px; height:200px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.main-business ul li a {display:flex; width:100%; height:100%; align-items:center; flex-direction:column; justify-content:center; }
.main-business ul li a:hover:before {top:0; left:0; position:absolute; content:""; width:100%; height:100%; background:rgba(61, 97, 248, 0.7); border-radius:50%;}
.main-business ul li a:hover p {display:block;}
.main-business ul li .tit {position:relative;}
.main-business ul li p {display:none; font-size:16px; font-weight:400; margin-top:10px;}
.main-business ul li p span img {vertical-align:middle; margin-left:5px;}

.main-default {padding:130px 0; background-repeat:no-repeat; background-size:cover;}
.main-default .contain {max-width:1460px;}
.main-default .main-tit {display:flex; margin-bottom:50px; position:relative;}
.main-default .main-tit h3 {font-size:35px; letter-spacing:-.03em;}
.main-default .main-tit a {position:absolute; right:0; width:35px; height:35px; background:url('../images/main/main-more.png')50% 50% no-repeat; background-size:contain;}
.main-default .main-tit a:hover {background-image: url('../images/main/main-more_ww.png');}
.main-default-list {border-top:2px solid #333;}
.main-default-list dl a {display:flex; align-items:center; justify-content:space-between; padding:0 25px; height:85px; border-bottom:1px solid #ddd;}
.main-default-list dl dt {width:75%; font-size:18px; letter-spacing:-.03em; color:#242424;}
.main-default-list dl dt span {min-width:100px; display:inline-block; margin-right:30px; line-height:30px; height:30px; background:#ff6600; border-radius:5px; color:#fff; text-align:center; font-size:18px; font-weight:600; letter-spacing:-.03em;}
.main-default-list dl dd {font-size:18px; color:#454545; letter-spacing:-.03em;}

.main-gallery  {padding:130px 0;}
.main-gallery .contain {max-width:1460px;}
.main-gallery .main-tit {display:flex; margin-bottom:50px; position:relative;}                                                                     
.main-gallery .main-tit h3 {font-size:35px; letter-spacing:-.03em;}                                                                                
.main-gallery .main-tit a {position:absolute; right:0; width:35px; height:35px; background:url('../images/main/main-more.png')50% 50% no-repeat; background-size:contain;}  
.main-gallery .main-tit a:hover {background-image: url('../images/main/main-more_ww.png');}                                                          
.main-gallery {}
.main-gallery .slick-list {margin:0 -7px;}
.main-gallery .slick-slide {padding:0 7px;}
.main-gallery .tit {font-size:18px; color:#242424; letter-spacing:-.03em; line-height:1.556em; text-align:center; margin-top:20px;}

.btm-wrap {margin:40px auto 0; height:5px;position:relative;display:flex;align-items:center;}
.btm-wrap .swiper-scrollbar {min-width:0;width:1%;flex:1 1 auto;position:static;background-color: #f4f4f4; height:1px;}
.btm-wrap .swiper-scrollbar .swiper-scrollbar-drag{background-color: #0a163c; height:2px;/*  max-width:630px !important; */}
.btm-wrap .btns{max-width:150px;width:100%;display:flex;margin-left:40px;}
.btm-wrap .btns .arr{width:70px;height:70px;border-radius:20px;cursor:pointer;transition:.3s;margin-right:10px;background-repeat:no-repeat;background-size:18px;background-position:50% 50%;}

.btm-wrap .btns .arr:last-child{margin-right:0;}
.btm-wrap .btns .arr:hover{background-color: #046bb4;}


.application {margin-top:70px;}
.application ul {display:flex; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.application ul li {width:33.3333%; border-left:1px solid #ddd; background:#fff;}
.application ul li a:hover {color:#fff; background:#0a163c;}
.application ul li a:hover .txt {color:#fff;} 
.application ul li a {display:flex; padding:0 50px; min-height:160px; align-items:center; justify-content:space-between;}
.application ul li .tit {font-size:23px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
.application ul li .txt {font-weight:600; color:#898989; margin-top:30px;}
 

 /* sub */                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
.sub-visual {overflow:hidden; position:relative; display:table; table-layout:fixed; width:100%; margin:0 auto; height:300px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}                                                                                                                                                                                                                                                                       
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg1_2 {background-image:url("../images/common/sv1_2.jpg");}
.sub-visual.bg1_3 {background-image:url("../images/common/sv1_3.jpg");}
.sub-visual.bg1_4 {background-image:url("../images/common/sv1_4.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.bg6 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual .cell {display:table-cell; vertical-align:middle; width:100%; height:100%; z-index:99; position:relative;}                                                                                                                                                                                                                                                                                                                                                                                
.sub-visual .in {text-align:left; width: 100%; max-width:1260px; margin: 0 auto; padding-left:30px; padding-right:30px;}
.sub-visual h3 {font-size:40px; color:#fff; font-weight:700; letter-spacing:0; line-height:1.3em; text-shadow:1px 0px 5px rgba(0, 0, 0, 0.2);}
.sub-visual h3.mg {margin-top:0;}
.sub-visual p {font-size:18px; font-weight:500; letter-spacing:-.03em; color:#fff; text-shadow:1px 0px 5px rgba(0, 0, 0, 0.2); margin-top:15px;}


.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}


.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}

#contArea {max-width:1260px; width:100%; padding-right:30px; padding-left:30px; margin:0 auto;}
#contArea.wide {max-width:none;} 

.sub-title.mgt {margin-top:60px;}
.sub-title {margin-bottom:30px; text-align:center;}
.sub-title h2 {position:relative; font-size:30px; font-weight:600; line-height:1.2em; letter-spacing:-.03em; color:#242424; padding-bottom:25px;}
.sub-title h2:before {position:absolute; content:""; width:50px; height:3px; background:#000; left:50%; margin-left:-25px; bottom:0;}
.sub-title ul {display:flex;}
.sub-title ul li {font-size:14px; line-height:1.8em; color:#878787; margin-right:10px; padding-right:16px; position:relative;}
.sub-title ul li:last-child {color:#505050; padding-right:0; margin-right:0;}
.sub-title ul li:after {content:''; width:6px; height:9px; background:url('../images/bbs/sub-title-arrow.png') 0 0 no-repeat; position:absolute; top:50%; margin-top:-4px; right:0;}
.sub-title ul li:last-child:after {display:none;}
.sub-title ul li.home {padding-left:22px;}
.sub-title ul li.home:before {content:''; width:16px; height:12px; background:url('../images/bbs/home.png') 0 0 no-repeat; position:absolute; top:50%; margin-top:-7px; left:0;}


.real-cont.historys {position:relative;}
.real-cont.historys:before {position:absolute; content:""; width:124px; height:715px; background:url('../images/sub/his-tt.png')50% 50% no-repeat; background-size:contain; top:50%; margin-top:-357.5px; left:0;}

/* footer */

.foot-relation .controls button {position:relative; display:block; width:40px; height:15px; border:0; background:transparent; z-index:500;}
.foot-relation .controls {display:flex; z-index:50; margin-left:90px; padding-left:30px;}
.foot-relation .controls .slick-arrow {text-indent:-999em; overflow:hidden;}
.foot-relation .controls .slick-prev {background:url("../images/main/slide_prev.png") no-repeat 50% 50%; background-size:contain;}
.foot-relation .controls .slick-next {background:url("../images/main/slide_next.png") no-repeat 50% 50%; background-size:contain;}
.foot-relation .controls .stop:before {content:""; position:absolute; width:11px; height:12px; border-right:3px solid #242424; border-left:3px solid #242424; left:50%; top:50%; margin:-6px 0 0 -4px;}
.foot-relation .controls .play:before {content:""; position:absolute; border-left: 8px solid #454545; border-top: 8px solid transparent; border-bottom: 8px solid transparent; left:50%; top:50%; transform:translate(-50%,-50%);}
.foot-relation .controls .play {display:none;}

.foot-relation {background:#fafafa; clear:both;}
.foot-relation .contain {height:120px; max-width:1460px; display:flex; align-items: center; justify-content: center; }
.foot-relation .items {width:94%; position:relative; margin-left:120px;}
.foot-relation .items:before {position:absolute; content:""; left:0; top:0; background:#fafafa; width:100%; height:100%; left:-100%; z-index:9;}
.foot-relation .slick-list {margin:0 -5px; overflow:visible;}
.foot-relation .slick-slide {padding:0 5px;}
.foot-relation .slick-slide img {margin:0 auto}

.go-top {position:fixed; right:50px; bottom:90px; z-index:9; display: flex;flex-direction: column;gap:15px;}

.footer-links {margin-bottom:15px;}
.footer-links ul {display:flex;}
.footer-links ul li {font-size:15px; font-weight:400; color:rgba(255, 255, 255, 0.6); letter-spacing:-.03em; position:relative; margin-right:20px;}
.footer-links ul li:first-child {padding-left:0;}
.footer-links ul li:first-child:before {display:none;}

#footer {clear:both; border-top:1px solid #ddd; position:relative; line-height:28px; background:#000; padding:15px 0 50px;}
#footer .contain {position:relative; max-width:1460px; color:#cccbcb; font-size:15px; letter-spacing:-.03em; line-height:1.600em;}
#footer address {font-style:normal; font-weight:400; font-size:15px; color:#666;}
#footer address span {display:inline-block; color:#bfbfbf; margin-bottom:5px; margin-right:25px;}

#footer address span.copy {margin-top:15px;}

.contain-wrap {display:flex; padding-top:40px; border-top:1px solid rgba(255, 255, 255, 0.3); justify-content:space-between;}


.link-wrap {border-bottom:1px solid #666666;}
.foot-logo {position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:5;}
.foot-info .foot-link {display:inline-block; font-weight:400;}
.foot-info {font-size:14px; color:#cccbcb;}
.foot-info div {width:1400px; border-bottom:1px solid #ccc; margin:0 auto;}
.foot-info .foot-link a {margin-right:20px; display:block; font-size:15px; color:#cccbcb;}
.foot-info span {position:relative;}
.foot-info .foot-after {color:#505050; padding-right:25px; font-size:16px; letter-spacing:-.03em; line-height:1.500em;}
.foot-link:after {content: ""; display:block; position:absolute; top:5px; left:125px; width:1px; height:12px; background-color:#a8a5a5; color:#e9e9e9;}

#footer .logo-txt {font-size:18px; color:#177a4c; font-weight:500; letter-spacing:-.03em; line-height:1.0em; margin-bottom:10px;}
#sub #footer .logo-txt {color:#2c2c2c;}
.logo-img {order:2; padding-right:140px;}

.quickmenu {position:absolute; z-index:1; right:60px;}
.quickmenu .menu {position:relative; color:#fff; text-align:center; border-radius:50%; width:130px; height:130px;}
.quickmenu .menu a {display:block; height:100%; padding-top:35px; padding-bottom:40px;}
.quickmenu .menu.m1 {border:1px solid #830769; background:#830769; margin-bottom:10px;}
.quickmenu .menu.m2 {border:1px solid #008e3b; background:#008e3b;}

/* .pr-slide .swiper-wrapper {transform:translate(0px) !important;} */
.pr-slide .swiper-slide {display:flex; width:335px;}
.pr-slide .swiper-container {
        width: 100%;
        margin: 20px auto;
    }
.pr-slide .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* width: 335px; */

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.pr-slide .pic {width:335px; margin:0 auto;}
.pr-slide .thumb {position:relative; padding-bottom:99.5%; overflow:hidden;}
.pr-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
