@charset "utf-8";

/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리 파트 각 작성.
*/

/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
body,th,td,input,select,textarea,button{font-family:'NotoSansKR', sans-serif; font-weight:300; font-size:15px; color:#555;}
dl,ul,ol,menu,li {list-style:none;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
a:hover, a:focus ,a:active{text-decoration:none; color:#009688;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{overflow-x:hidden;}
}

.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
::selection {
	background:#337ab7;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background:#337ab7;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#337ab7;
	color: #fff;
	text-shadow: none;
}

/* 옵션 */
.ht_10 { width:100%; height:10px; }
.ht_20 { width:100%; height:20px; }
.ht_30 { width:100%; height:30px; }
.ht_40 { width:100%; height:40px; }
.ht_50 { width:100%; height:50px; }
.ht_60 { width:100%; height:60px; }
.ht_70 { width:100%; height:70px; }
.ht_80 { width:100%; height:80px; }
.ht_90 { width:100%; height:90px; }
.ht_100 { width:100%; height:100px; }
.block { display:block; }
.cell { float:left; box-sizing:border-box; }
.cell-right { float:right; box-sizing:border-box; }
.k-cell::after { clear:both; display:block; content:""; }
.img-box > img { display:block; width:100%; }
.con { max-width:1200px; margin:auto; }

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(../images/common/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}
.loader_svg { position:absolute; top:50%; left:50%; margin:-60px 0 0 -40px; } /*로더 위치*/

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top { width:60px; height:60px; position:fixed; bottom:25px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:rgba(0,0,0,0.8); box-shadow: 0px 10px 20px rgba(0,0,0,0.3); }
.back-to-top:hover { background:#009688; }
.back-to-top i{color: #fff; font-size: 24px; display: block; line-height: 55px;}

@media only screen and (max-width: 980px) {
	.back-to-top {width: 60px; height: 60px;}
	.back-to-top i {line-height: 58px; font-size: 20px;}
}

@media only screen and (max-width: 768px) {
	.back-to-top {width: 50px; height: 50px; bottom: 15px; right: 15px;}
	.back-to-top i {line-height: 48px; font-size: 18px;}
}

/*전화걸기 버튼(fixed형)*/
.phone_call { width:60px; height:60px; position:fixed; bottom:90px; right:20px; display:block; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:rgb(142,20,20,0.85); box-shadow: 0px 10px 20px rgba(0,0,0,0.3); }
.phone_call:hover { background:#8e1414; }
.phone_call i{color: #fff; font-size: 28px; display: block; line-height: 60px;}

@media only screen and (max-width: 980px) {
        .phone_call {width: 60px; height: 60px; background: rgb(142,20,20,0.95);}
        .phone_call i {line-height: 60px; font-size: 26px;}
}

@media only screen and (max-width: 768px) {
        .phone_call {width: 50px; height: 50px; bottom: 70px; right: 15px; }
        .phone_call i {line-height: 52px; font-size: 26px;}
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {z-index :666; width: 100%; height: 65px; background-color: #f9f9f9;position: fixed; top: 0; left: 0;}
#header h1{float:left;}
#header h1 a{display: block;}
#header #header_in{position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: 65px;}
#nav{display: inline-block; margin-left: 70px;}


.nav-btn{display:none;}
.nav-bg{z-index:888; display:none; position:absolute; top:65px; width:100%; height:120px; background:#fff; border-top:1px solid #d4d4d4; } /*대메뉴 하단 보더라인 적용*/


.util-menu{position:absolute; top:18px; right:0; line-height:0; font-size:0;}
.util-menu ul{display:inline-block;}

/*탑메뉴 pc용 안쓰는거*/
/*

.util-menu li:first-child{ border: 1px solid #337ab7;margin-left: 0;}
.util-menu a {display:inline-block; line-height:33px; font-size:16px; font-weight: 400; color: #333; padding: 0 10px; border-radius:25px; }

*/
.util-menu li:first-child { border-color: #337ab7; margin-left: 0; }
.util-menu li:first-child:hover { border-color:#009688; }
.util-menu li { display: inline-block; float: left; height: 30px; border: 1px solid #e1e1e1; text-align: center; margin-left: 10px; border-radius:15px; }

.util-menu li:first-child a { color: #1886a2; font-size: 12px; }
.util-menu a { display: inline-block; line-height: 28px; font-size: 12px; font-weight: 400; color: #333; padding: 0 10px; border-radius:15px; }
.util-menu a:hover { color: #fff; background:#333; }

.util-menu li:first-child a{color:#337ab7; font-size: 12px; border-radius: 15px;}
.util-menu li:first-child a:hover {background:#009688; color:#fff; border-color:#009688; }

.navigation:after{content:""; display:block; clear:both;}
.navigation > li{position:relative; float:left; height:100%; line-height: 66px; text-align:center;}
.navigation .main-menu{display:block; padding: 0 65px; width:100%; font-weight:bold; font-size:18px; color:#555;}
.navigation .sub-menu{display:none; z-index:998; position:absolute; top:65px; left:0; width:100%; height: 120px;}
.navigation .sub-menu a{display:block; text-align:center; line-height:40px; letter-spacing:-0.5px; font-size:15px; font-weight: normal; color:#333;}
.navigation .sub-menu .intro-menu{display:none;}

.navigation > li:hover > a {color:#f20;}
.navigation > li:hover:after {content:''; position:absolute; height:1px; width:100%; left:0; bottom:0; background-color:rgba(255,255,255,0.5); z-index:999;} /*대메뉴 2뎁스메뉴 구분 보더라인*/

.navigation .sub-menu a:hover{background:#e30302; color:#fff;} /*2뎁스메뉴 hover*/

#header_in .mb-ver { display:none;  }



@media only screen and (max-width: 980px) {
	#header{z-index:666; width:100%; height:65px; background:#f9f9f9; border-bottom: 1px solid #e1e1e1;}
	#header > div{padding:0;}

	#header h1{float:left; height:65px;}
	#header h1 a{display:block; }
	#header h1 img{width:auto;}

	.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:30px; height:23px; cursor:pointer;}
	.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:2px; background:#aaa; transition:.2s all linear; border-radius:5px;}
	.nav-btn span:nth-child(1){top:0;}
	.nav-btn span:nth-child(2){top:10px;}
	.nav-btn span:nth-child(3){top:20px;}

	.nav-btn.nav-close{position:fixed;}
	.nav-btn.nav-close span:nth-child(1){top:50%; transform:rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2){margin-left:0; width:0;}
	.nav-btn.nav-close span:nth-child(3){top:50%; transform:rotate(-45deg);}

	.nav-bg{z-index:777; display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7);}

	#nav{z-index:888; position:fixed; top:64px; right:-100%; display:block; padding:0 0 20px; width:100%; height:100%; background:#fff;}

	.util-menu{position:relative; top:0; padding:14px 30px; width:100%; max-height:65px; border-top:1px solid #e1e1e1; border-bottom:1px solid #eee;}
	.util-menu ul {width: 100%;}
	.util-menu li {width: calc(33.33% - 10px); margin-left: 15px; height:35px; border-radius: 25px; }
	.util-menu a {width: 100%; padding: 0; line-height: 33px; }

	.navigation .main-menu{display:block; padding:0 30px; width:100%; line-height:50px; font-weight:500; font-size:18px; color:#000; transition:none;}

	.navigation > li {width:100%; text-align:left; border-top:1px solid #e1e1e1;}
	.navigation > li:first-child {border-top:none;}
	.navigation > li:hover:after {display:none;}
	.navigation > li.active {background:#e30302;}
	.navigation > li a {color:#000;}
	.navigation > li.active > a {color:#fff;}
	.navigation > li.active > ul li a {color:#555;}

	.navigation > li:hover .sub-menu {background:inherit;}
	.navigation .sub-menu {display:none; position:relative; top:0; height:inherit; background:#f1f1f1 !important;}
	.navigation .sub-menu li {border-top:1px solid #b0b0b0;}
	.navigation .sub-menu li:first-child {border-top:none;}
	.navigation .sub-menu a{display:block; padding:5px 30px; line-height:35px; font-size:17px; color:#555; text-align: left;}
	.navigation .sub-menu a:before{content:""; display:inline-block; margin:-2px 10px 0 0; width:5px; height:5px; border-radius:50%; vertical-align:middle; background:#f20;}
	.navigation .sub-menu a:hover{background:#777; }
	.navigation .sub-menu a:hover:before{background:#fff;}
}

@media only screen and (max-width: 768px) {
	.nav-btn{right:15px;}
	/*탑메뉴 모바일용 20.10.10*/
	.util-menu li{display: inline-block; float: left; height: 35px; border: 1px solid #e1e1e1; text-align: center; margin-left: 10px; border-radius:25px; }
	.util-menu li:first-child{ border: 1px solid #337ab7;margin-left: 0;} /*border-color: #337ab7; */
	.util-menu a {display:inline-block; line-height:33px; font-size:16px; font-weight: 400; color: #333; padding: 0 10px; border-radius:25px; }
	.util-menu a:hover { color: #fff; background:#333; }
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#509591; border-color: #509591; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color:#447774; border-color:#447774; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:5px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #509591;}

@media only screen and (max-width: 980px) {

}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{position:relative; width:100%; background:#363636; color:#fff; padding-top:50px; padding-bottom:50px; }
.footer-area{position:relative; margin:0 auto; width:100%; box-sizing:border-box; padding: 0 20px;}
.footer-area:after{content:""; display:block; clear:both;}

.footer-area .footer-logo { float:left; width:150px; height:auto; margin-right:40px; }
.footer-area .footer-logo img { height:150px; }

#footer .mb-ver { display:none; }
.footer-area .mb-ver.footer-logo { float:left; width:100%; height:auto; margin-right:0px; margin-bottom:15px; }
.footer-area .mb-ver.footer-logo img { height:70px; }

.footer-sns{position:absolute; top:0; right:0; padding:20px 0;}
.footer-sns li{float:left; display:inline; margin-left:10px;}
.footer-sns li:first-child{margin-left:0;}

.footer-sns li a  { display:block; width:35px; height:35px; background-color:#337ab7; border-radius: 50%; position:relative; }
.footer-sns .ico_btn_kakaotalk_white img { width:73%; position:absolute; top:5px; left:5px; }
.footer-sns .ico_btn_facebook_white img { width:56%; position:absolute; top:8px; left:7px; }
.footer-sns .ico_btn_instagram_white img { width:60%; position:absolute; top:7px; left:7px; }
.footer-sns .ico_btn_twitter_white img { width:66%; position:absolute; top:7px; left:6px; }
.footer-sns .ico_btn_naver_blog_white img { width:66%; position:absolute; top:8px; left:6px; }


.footer-sns li a:hover { background:#009688; }
.footer-sns li a img { width:35px; }

#footer p, #footer li{font-size:15px; font-weight:300; letter-spacing:0; color:#FFF;}

.footer-logo {}
.foot-logo{float:left; margin:22px 50px 0 0;}
.foot-info{float:left; width:calc(100% - 150px);}

.footer-menu{margin:0 auto 30px; line-height:0; font-size:0;}
.footer-menu li{position:relative; display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:75px; color:#fff;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li:before{content:''; position:absolute; top:33px; left:0; width:1px; height:10px; background-color:#727272;}
.footer-menu li:first-child:before{display:none;}
.footer-menu li a {line-height:10px; font-size:15px; font-weight:300; color:#fff;}
.footer-menu li a:hover { text-decoration:underline; color:#80c4ff; }
.footer-info{width:1000px; line-height:30px; margin-bottom:30px;}
.footer-info span{color:#9c9a9a;}
.footer-info a {color:#fff;  font-weight:300;}
.footer-info a:hover { color:#80c4ff; }
#footer .copyright { color:rgba(255,255,255,0.6);}
#footer a .design_kweb { color:rgba(255,255,255,0.6);}
#footer a .design_kweb:hover { color:#80c4ff !important; }

.qr-code-box {
    position: absolute;
	right:25px;
	top:47%;
}

.qr-code-box > .qr-code-box-in  {
    width:100px;
	height:100px;
	background-color:#fff;
	position: absolute;
	top:50%;
    right:0;
	transform:translateY(-50%);
}

.qr-code-box > .qr-code-box-in > .qrcode {
    display:block;
	padding-top:5px;
	padding-left:5px;
}

.qr-code-box > .qr-code-box-in canvas {
    width:100px;
	height:100px;
}

@media only screen and (min-width: 1201px) {
	#footer p, #footer li{font-size:15px;}
}

@media only screen and (max-width: 1200px) {

	.footer-sns{right:20px;}
	.footer-info{width:100%;}
}

@media only screen and (max-width:768px) {
#footer .pc-ver { display:none;  }
#footer .mb-ver { display:block;  }
}

@media only screen and (max-width:550px) {
#footer p, #footer li {
    font-size: 14px;
}
#footer {
	padding-top:30px; padding-bottom:30px;
}
.footer-area{
	padding: 0 10px;}
}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*
.carousel-inner { overflow:hidden; }
.carousel-inner > .item{height:750px;  }
.carousel-inner > .main-img01{background:url("../images/main/main_visual01.jpg") no-repeat center center/cover; }
.carousel-inner > .main-img02{background:url("../images/main/main_visual02.jpg") no-repeat center center/cover; }
.carousel-inner > .main-img03{background:url("../images/main/main_visual03.jpg") no-repeat center center/cover; }
@media (max-width:768px) {
.carousel-inner > .main-img01{background:url("../images/main/main_visual_mb01.jpg") no-repeat center center/cover; animation-duration:10s; animation-name:slidein;}
.carousel-inner > .main-img02{background:url("../images/main/main_visual_mb02.jpg") no-repeat center center/cover; animation-duration:10s; animation-name:slidein;}
.carousel-inner > .main-img03{background:url("../images/main/main_visual_mb03.jpg") no-repeat center center/cover; animation-duration:10s; animation-name:slidein;}
}
.main-visual {position: relative;}
.main-visual .carousel-caption{top:53%; left:0; right:0; bottom:auto; padding:0; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; text-shadow:none; color:#fff;}
.main-visual .carousel-caption .slogan{padding:0; text-align:left; line-height:1.3; font-size:18px; color:#fff; word-break:keep-all;}
.main-visual .carousel-caption .slogan p {font-family: 'Nanum Square'; font-weight: normal; font-size:17px; text-shadow: 0 0 5px rgba(0,0,0,0.5); color:#fff; text-align: center; line-height: 32px;  letter-spacing: 0.5px; }
.main-visual .carousel-caption .slogan p b { font-size:26px; }
.main-visual .carousel-caption .slogan .copy_numb {position: relative; display: inline-block; color: #ffeb3b; font-weight: 900; font-size: 35px; margin-bottom: 30px;}
.main-visual .carousel-caption .slogan .copy_numb:before {content: ''; position: absolute; top: 45px; width: 100%; height: 2px; background: #ffeb3b;}
.main-visual .carousel-caption .slogan p.mb-ver { line-height: 20px; margin-top: 20px; }
.main-visual .carousel-caption .slogan .main-copy {margin-bottom:28px; line-height:1.1; font-weight: 800; font-size: 52px; line-height: 52px; text-shadow: 0 0 5px rgba(0,0,0,0.5); letter-spacing: -0.8px; color:#fff; 
}
.main-visual .carousel-caption .mb-ver { display:none;  }
.main-visual .carousel-caption .br-1 { display:none; }

@media only screen and (min-width: 1201px){
	.main-visual .carousel-caption{width:1200px;}
}

@media (max-width:1300px) {
.main-visual .carousel-caption .slogan .main-copy {
    font-size: 30px;
}
}

@media (max-width:980px) {
.main-visual .carousel-caption .slogan .main-copy {
    font-size: 25px;
    margin-bottom: 0px;
}
.main-visual .carousel-caption .slogan p {
    font-size: 17px;
}
}
@media (max-width:768px) {
.main-visual .carousel-caption .pc-ver { display:none;  }
.main-visual .carousel-caption .mb-ver { display:block;  }
.main-visual .carousel-caption .slogan .main-copy {
    line-height: 32px;
	margin-bottom: 10px;
}
}
@media (max-width:500px) {
.main-visual .carousel-caption .slogan .main-copy {
    font-size: 26px;
    line-height: 25px;
}
.main-visual .carousel-caption .slogan p {
    font-size: 16px;
}
.main-visual .carousel-caption .slogan p b { font-size:18px; }
}
.main-visual .carousel-control{background:none; text-shadow:none; width:10%; text-indent:-9999em; overflow:hidden;}
.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1; width:81px; height:160px; position:absolute; top:50%; transform: translateY(-50%); }
.main-visual .carousel-control.left{background:url("../images/main/visual_btn_prev_hap.png") no-repeat 0 0; position:absolute; left:20px; }
.main-visual .carousel-control.left:hover{background:url("../images/main/visual_btn_prev_hap.png") no-repeat -81px 0;}
.main-visual .carousel-control.right{background:url("../images/main/visual_btn_next_hap.png") no-repeat -81px 0; position:absolute; right:20px; }
.main-visual .carousel-control.right:hover {background:url("../images/main/visual_btn_next_hap.png") no-repeat 0px 0;}
.main-visual .carousel-indicators {bottom: 10px; left: 0; margin-left: 0; width:100%; text-align: center;}
.main-visual .carousel-indicators li{width:15px; height:15px; box-sizing:border-box; vertical-align:middle; border:3px solid rgba(255,255,255,0.5); border-radius:20px; transition: all 0.3s;}
.main-visual .carousel-indicators .active{width:30px; height:15px; box-sizing:border-box; background:#fff; border-radius:20px; border:none;}
.main-visual .list-box {position: absolute; height: 170px; width: 100%; bottom: 0; background: rgba(0,0,0,0.7); text-align: center;}
.main-visual .list-box ul {position: relative; display: inline-block; max-width: 1200px; width: 100%; height: 100%; margin: 0 auto;}
.main-visual .list-box ul li {padding: 10px 0; height: 100%; color: #61d6e4; font-size: 20px; font-weight: normal; line-height: 20px;}
.main-visual .list-box ul li img {display: inline-block; margin-bottom: 10px; WIDTH: 90PX; HEIGHT: 90PX;}
.main-visual .list-box ul li span {display: block; margin-bottom: 7px;}
.main-visual .list-box ul li small {display: block; font-size: 14px; line-height: 14px;}
.main-visual .exchange-rate-box {position: absolute; height: 100px; width: 230px; top: 0; right:0;  background: rgba(0,0,0,0.7); text-align: center; color:#fff; }
.main-visual .exchange-rate-box div {position: absolute;  top: 50%; left:50%; transform:translate(-50%,-50%); width:100%; font-size:16px;}

@media screen and (max-width:980px){
	.carousel-inner > .item{height:600px;}
}
@media screen and (max-width:768px){
	.carousel-inner > .item{height:600px;} 
	.carousel-inner > .main-img01 {background-position:55% center;}
	.main-visual .list-box {height: 135px;}
	.main-visual .list-box ul li {font-size: 15px; line-height: 14px;}
	.main-visual .list-box ul li img {height: 60px;}
	.main-visual .list-box ul li small {font-size: 15px; line-height: 12px;}
	.main-visual .carousel-indicators { display:block; } 
	.main-visual .carousel-control {display: none;}
	.main-visual .carousel-control.left,
	.main-visual .carousel-control.right{background-size:20px;}
	.main-visual .exchange-rate-box {height: 70px; width: 190px; }
	.main-visual .exchange-rate-box div {font-size:14px;}
}
*/

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.container {width: 100%;}
#mainContainer{z-index:555;}
.main-box {position: relative; display: block; width: 100%;}
.main-box-tit {position: relative; display: table; width: 100%; min-height: 228px; text-align: center;}
.main-box-tit h3 {display: table-cell; vertical-align: middle; font-family: 'Nanum Square'; font-size: 30px; font-weight: 800; background-color: #fff;}
.main-box-tit h3 span {background-color: #fff !important; position: relative; z-index: 1; padding: 0 30px;}
.main-box-tit h3 .tit { font-size:42px; }
.main-box-tit h3 .sub_tit { font-weight:500; font-size:20px; margin-top:10px; }

/*.main-box-tit h3:after { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #e1e1e1; }*/
.main-box-link {display: inline-block; width: 100%; min-height: 455px; margin-bottom: -5px;}
.main-box-link ul li {position: relative; display: table; padding: 0; max-width :100%; min-height: 455px; }
.main-box-link ul li a {display: table-cell; vertical-align: middle; text-align: center; font-size: 30px; line-height: 30px; color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,1);}
.main-box-link ul li a h4 { font-size:30px; transition:0.3s all; }
.main-box-link ul li a p { font-size:19px; margin-top:20px; }

.main-box-link ul li.box-1 {background: url("../images/main/main_link_img_1.jpg") no-repeat top/cover;}
.main-box-link ul li.box-2 {background: url("../images/main/main_link_img_2.jpg") no-repeat top/cover;}
.main-box-link ul li.box-3 {background: url("../images/main/main_link_img_3.jpg") no-repeat top/cover;}
.main-box-link ul li.box-4 {background: url("../images/main/main_link_img_4.jpg") no-repeat top/cover;}

.main-box-link ul li:hover h4 {color:#61d6e4; } /*text-decoration:underline; border-bottom:1px solid #fff;*/

.main-box-in ._bg {position: relative; margin: 0 auto; padding: 100px 0; max-width: 1200px; min-height: 520px; }
.main-box-in ._left {position: relative; padding: 0;}
.main-box-in ._left a.btn {margin-right: 20px; padding: 12px 20px; min-width: 148px; background-color: #337ab7; color: #fff; font-size: 16px;}
.main-box-in ._left a.btn:hover { background-color: #009688; color: #fff; }
.main-box-in ._left a._last {margin-right: 0;}
.main-box-in ._left span {display: inline-block; margin-bottom: 20px; font-size: 30px; font-weight: normal; line-height: 30px; color: #337ab7;}
.main-box-in ._left h4 {position: relative; margin-bottom: 30px; font-size: 42px; line-height: 1; color: #333;}
.main-box-in ._left p {max-width: 547px; font-size: 17.8px; line-height: 26px; color: #5a5a5a;} /*max-width:382px*/
.main-box-in._bg div._right {padding: 0;}
.main-box-in._bg div._right iframe {width: 100%; height: 320px;}
.main-box-in a.btn-xs-more {position: absolute; top: 0; right: 60px; padding: 4px 12px; font-size: 14px; color: #777; font-weight: 500; border: 1px solid rgba(0,0,0,0.3); border-radius: 20px; }
.main-box-in a.btn-xs-more:hover { background: #009688; color:#fff; border: 1px solid #009688; }

/*메인- 회사소개 영역*/
.page-box { background:  #e8e8e8;} /*url("../images/main/main_bg_div_1.jpg") no-repeat; bottom;*/
.company_info_pic-box { background:url('../images/main/main_bg_div_2.jpg'); background-size: cover; } /*#e8e8e8  ../images/main/main_bg_div_1.jpg */

.company_info_pic-box .mov_youtube { position:relative; padding-bottom:56.25%; width: 49.9%; }
.company_info_pic-box .mov_youtube iframe { position:absolute; width:100%; height:100%; }

.page-box .main-box-in {position: relative; background-image: none; display: block; margin: 0 auto; max-width: 1200px; width: 100%; min-height: 520px; padding: 100px 30px;}
.page-box ._left p {margin-bottom: 36px;}

.board-box {background-color: rgba(0,0,0,0.03); padding: 100px 30px;}
.board-box .main-box-in {position: relative; background-image: none; display: block; margin: 0 auto; max-width: 1200px; width: 100%; min-height: 212px;}
.board-box .main-box-in h5 {font-size: 30px; font-weight: 900; font-family: 'Nanum Square'; margin-bottom: 30px;}
.board-box .main-box-in .extract-article {min-height: inherit; display: block;}
.board-box .main-box-in .extract-content {text-align: left;}
.board-box .main-box-in .extract-content .extract-date {font-size: 16px; font-weight: 400; line-height: 16px; text-shadow: none; color: #959595; margin-bottom: 20px;}
.board-box .main-box-in .extract-content .extract-date i {margin-right: 5px;}
.board-box .main-box-in .extract-content .extract-title {font-size: 24px; line-height: 26px; text-shadow: none; color: #009688; font-weight: 400; margin-bottom: 20px;}
.board-box .main-box-in .extract-content .extract-body {font-size: 16px; color: #727272; text-shadow: none; font-weight: 400; line-height: 26px;}
.board-box .main-box-in .extract-content .extract-body:hover { text-decoration:underline; }

.board-box p.customer-pic {display: inline-block; float: left; margin-right: 26px; width:180px; height:153px; }
.board-box dl dt {font-size: 20px; color: #777; font-weight: 500; margin-bottom: 15px;}
.board-box dl dd {display: block; min-height: inherit; max-width: inherit; font-size: 16px; line-height: 27px; color: #727272; margin-bottom: 5px; }
.board-box dl dd a {text-shadow: none; text-align: left; display: block; min-height: inherit; max-width: inherit; font-size: 16px; line-height: 1.2; color: #727272; }
.board-box dl dd.customer-tel a {font-family: 'Nanum Square'; font-size: 40px; font-weight: 900; color: #009688; letter-spacing: -1px;}
.board-box ._right {padding: 0 0 0 60px;}


@media only screen and (min-width: 1201px) {
	#mainContainer{padding:50px 0 135px; margin:0 auto; width:1200px;}
}

@media only screen and (max-width: 1210px) {
	/*.movie_youtube { padding-bottom:56.25%; }*/
}
.main-container h3{position:relative; margin-bottom:20px; line-height:1.2; font-weight:400; font-size:20px; color:#000;}
.main-container h3 span{display:block; margin-top:5px; font-size:14px; color:#6c7079;}
.main-top h3 img{float:right;}
.main-top ul{margin:0 -10px;}
.main-top ul:after{content:""; display:block; clear:both;}
.main-top li{position:relative; float:left; margin:0 10px; width:calc(25% - 20px); background:#f9f9f9; border:1px solid #c5c5c5;}
.main-top .txt-frame{margin:30px 25px; word-break:keep-all;}
.main-top .txt-frame h3{margin-bottom:15px;}
.main-top .img-frame{width:100%; overflow:hidden;}
.main-top .img-frame img{width:100%;}
.main-top a:hover{color:#555;}
.main-top .caption-link{display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.main-top .caption-link:before{position:absolute; top:-1px; left:-1px; content:""; display:block; width:0; height:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;}
.main-top .caption-link:after{position:absolute; bottom:-1px; right:-1px; content:""; display:block; width:0; height:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;}
.main-top .caption-link:hover:before{width:100%; height:100%; border-left:5px solid #ff4e00; border-top:5px solid #ff4e00;}
.main-top .caption-link:hover:after{width:100%; height:100%; border-right:5px solid #ff4e00; border-bottom:5px solid #ff4e00;}
.main-center{margin:20px -10px;}
.main-center:after{content:""; display:block; clear:both;}
.main-center > div{position:relative; float:left; margin:0 10px; padding:30px 25px; height:286px; background:#f9f9f9; border:1px solid #c5c5c5;}
.webgine-box{width:calc(50% - 20px);}
.notice-box{width:calc(25% - 20px);}
.notice-box .more-btn{position:absolute; top:25px; right:20px;}
.affilates-box{width:calc(25% - 20px);}

@media only screen and (max-width: 1200px) {
	#mainContainer{padding:50px 20px 100px; width:100%;}
	.affilates-box{width:calc(25% - 10px);}
	.main-box-link ul li a h4 { font-size: 24px; }
	.main-box-link ul li a p { font-size: 17px; }
	.board-box dl dd.customer-tel a { font-size:28px; }
}

@media only screen and (max-width: 980px) {
	.notice-box{width:calc(50% - 20px);}
	.affilates-box{width:calc(50% - 20px);}
	.main-box-in ul li a {display: block;}
	.main-box-in ._bg {padding: 60px 0;}
	.main-box-in ._bg div._left p {max-width: 100%; margin-bottom: 30px;}
	.main-box-in ._bg div._right {margin: 60px 0 0; padding: 0;}
	.main-box-in a.btn-xs-more {right: 30px;}
	.page-box .main-box-in {display: inline-block; padding: 60px 30px; min-height: 440px;} /*min-height: 445px;*/
	.main-box-tit {min-height: 150px;}
	.board-box {padding: 60px 30px;}
	.board-box .main-box-in {display: inline-block;}
	.board-box p.customer-pic {width: 140px;}
	.board-box dl dd.customer-tel a {font-size: 26px;}
	.main-box-in ._left {padding: 0 30px 0 0;}
	.main-box-in ._right {padding: 0;}
	.main-box-tit h3 .tit { font-size: 36px; }
	.main-box-tit h3 .sub_tit { font-size:18px;}

	.main-box-in ._left h4 {font-size: 38px; }
	.main-box-in ._left p { font-size: 15.8px; }
	.main-box-in ._left a.btn { padding: 12px 0px; }
	.main-box-in ._left a.btn { min-width: 136px; }

	.board-box dl dd.customer-tel a { font-size:24px; }
}

@media only screen and (max-width: 768px){
	#mainContainer{padding:20px 10px 30px; width:100%;}
	.notice-box{width:calc(50% - 10px);}
	.affilates-box{width:calc(50% - 10px);}
	.main-box-link ul li{min-height:300px;}
	.main-box-tit {min-height: 100px;}
	.main-box-in ._left h4 {font-size: 40px;}
	.main-box-in ul li {min-height: 300px;}
	.main-box-in ._left {float: none; width: 100%; padding: 0 0 30px 0;}
	.main-box-in ._right {float: none; width: 100%; padding: 30px 0 0 0;}
	.main-box-in ._left p {max-width: 100%; margin-bottom: 30px;}
	.main-box-in a.btn-xs-more {right: 0;}
	.page-box ._left a.btn {width: 100%; display: block; float: none; margin-right: 0; margin-bottom: 20px;}
	.page-box ._left a._last {margin-bottom: 0;}
	.main-box-tit h3 {font-size: 25px;}
	.main-box-in._bg div._right iframe {height: 238px;} /*146px*/
	.board-box .main-box-in {padding: 0;}
	.board-box ._left {border-bottom: 1px solid #e1e1e1;}

	.board-box p.customer-pic {width: 50%; float: left; margin-right: 0; margin-bottom: 25px; text-align: center;}
	.board-box p.customer-pic img { width:60%;  }

	.page-box .main-box-in { min-height: 730px; }

	.board-box dl {position: relative; display: table; margin: 0 auto;}
	.main-box-tit h3 .tit { font-size: 30px; }
	.main-box-tit h3 .sub_tit { font-size:17px;}

	.main-box-in ._left h4 br { display:none; }
	.main-box-in ._left p br { display:none; }
	.main-box-in ._left h4 {font-size: 26px; }
	.main-box-in ._left p { font-size: 18px; }
	.main-box-in ._left span { font-size: 24px; }

	.board-box dl dt {  font-size: 26px; }



}

@media only screen and (max-width: 620px) {
	.customer-pic img { min-width:174px; }
}

@media only screen and (max-width: 480px) {
	.main-top li:first-child, .main-bottom li:first-child{margin-top:0;}
	.notice-box {width:100%;}
	.affilates-box {width:100%;}
	.main-box-link ul li {min-height: 250px;}
	.main-box-link ul li a {font-size: 20px;}

	.board-box p.customer-pic {width: 100%; float: unset; margin-right: 0; margin-bottom: 70px; text-align: center;}
	.board-box p.customer-pic img { width:62%; min-width: 200px; }
	.board-box dl { float:unset;  }


}

/*메인페이지 style 이동 20.09.30*/
.gallery-wrap { padding: 0 30px; margin-bottom: 100px; }
.gallery-wrap .gallery-list { position: relative; }
.gallery-wrap .gallery-list .owl-stage-outer,
.gallery-wrap .gallery-list .owl-stage-outer .owl-stage,
.gallery-wrap .gallery-list .owl-stage-outer .owl-stage .owl-item {height: 100%; overflow: hidden;}
.gallery-wrap .gallery-list .owl-stage { position: relative; }
.gallery-wrap .gallery-list .owl-carousel-item { height: 100%; position: relative; text-align: center;  }
.gallery-wrap .gallery-list .owl-carousel-item img { max-width: inherit; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.gallery-wrap .gallery-list .owl-carousel-item .img-title { color: #fff;	width: 100%;	overflow: hidden; font-size: 30px; font-weight: normal; line-height: 60px; }
.gallery-wrap .gallery-list .owl-carousel-item .img-content { opacity: 0; }
.gallery-wrap .gallery-list .owl-carousel-item:hover .img-content { opacity: 1; }
.gallery-wrap .gallery-list .owl-carousel-item .img-content i { display: block;	margin-top: 20px;	max-width: 110px; height: 37px; line-height: 35px; border: 1px solid #fff; text-align: center; font-style: normal; transition:all 0.5s; }
.gallery-wrap .gallery-list .owl-carousel-item .img-content i:hover { background:#009688; border-color:#009688; }
.gallery-wrap .gallery-list .owl-carousel-item .viewport { position: relative; height: 100%; padding: 0 30px; }
.gallery-wrap .gallery-list .owl-carousel-item .img-frame { position: relative; height: 100%; max-width: 400px; text-align: center; vertical-align: middle; box-sizing: border-box; overflow: hidden; margin: 0 auto; }
.gallery-wrap .gallery-list .owl-carousel-item .img-frame p { display: block; height: 100%; }
.gallery-wrap .gallery-list .owl-carousel-item .txt-box { position: absolute; left: 0; bottom: 0; padding: 0 30px; height: 60px;width: 100%; color: #fff;-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out; background: rgba(0,0,0,.6); text-align: left; }
.gallery-wrap .gallery-list .owl-carousel-item:hover .txt-box { height:100%;	 padding: 30px; }
.gallery-wrap .gallery-list .owl-carousel-item .txt-box dl { width: 100%; display: table-cell; vertical-align: middle; text-align: left; text-indent: 30px; overflow: hidden; background: rgba(0,0,0,.6); }
.gallery-wrap .gallery-list .owl-controls i{ font-size:20px; color:#000;}
.gallery-wrap .gallery-list .owl-controls .owl-prev { cursor: pointer; left: 0; position: absolute; top: 35%; opacity:0.2; }
.gallery-wrap .gallery-list .owl-controls .owl-next { cursor: pointer; position: absolute; right: 0; top: 35%; opacity:0.2; }
.gallery-wrap .gallery-list .owl-controls .owl-prev:hover,
.gallery-wrap .gallery-list .owl-controls .owl-prev:active,
.gallery-wrap .gallery-list .owl-controls .owl-next:hover,
.gallery-wrap .gallery-list .owl-controls .owl-next:active{ opacity:0.7; }
.owl-theme .owl-controls { margin-top: 40px; }
.gallery-wrap .gallery-list .owl-controls .owl-dots { display: inline-block; overflow: hidden; margin: 0 auto; }
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot { border-radius: 50%; cursor: pointer;	float: left; height: 20px; margin: 2px; width: 20px; transition:all 0.4s; border:3px solid #ccc; } /*background: #d9d9d9;*/
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot.active { background: #337ab7; width: 40px; border-radius: 19px; border:none; }
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot:hover { background:#009688; border:3px solid #009688; }
@media (max-width: 772px) {
	.gallery-wrap .gallery-list .owl-carousel-item .img-title { font-size: 22px;}
	.gallery-wrap .gallery-list .owl-carousel-item .txt-box { top: 0; height: 100%; padding: 30px; }
	.gallery-wrap .gallery-list .owl-carousel-item .img-content { opacity: 1;	}
}
@media (min-width: 320px) {
	.gallery-wrap .gallery-list .owl-carousel-item .viewport { padding: 0; }
}
/*갤러리 코드 별로 css 디자인을 따로 할경우 #gallery-[code] .owl-controls {} 와 같은 형태로 추가. 예 ) #gallery-gallery .owl-controls { background: #ccc; }*/

/*메인 - 공지사항 영역 20.09.30*/ /*없어도 되는 소스인가? 삭제해도 문제가 없음 371번줄에서 잡아주고 있었음*/
.extract-article {
	border-top: 1px solid #e1e1e1;
	padding: 10px 0;
	transition: 0.3s background linear;
}
.extract-article:first-child {
	border:0;
	padding: 0 0 10px 0;
}
.extract-article .extract-content {
	line-height: 24px;
}
.extract-article .extract-content .extract-date {
	color: #acacac;
}

.extract-webzine .extract-article .extract-thumb {
	position:relative;
	text-align: center;
	vertical-align:center;
	border:1px solid #eee;
}

.extract-webzine .extract-article .extract-thumb img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.extract-webzine .extract-article .extract-content {
	font-size:13px;
}
.extract-webzine .extract-article .extract-content .extract-title {
	font-weight: bold;
	font-size:14px;
	padding: 2px 0;
}

.extract-board .extract-article .extract-content .extract-title {
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	width: 95%;
}

.extract-board .extract-article .extract-content .extract-title:hover { text-decoration: underline; }

.extract-board .extract-article .extract-content .extract-title-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
}

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 767px) {
	.extract-webzine .extract-article .extract-thumb {
		height: 200px;
	}
	.extract-webzine .extract-article .extract-content .extract-title{
		padding: 2% 0;
	}
}
@media (min-width: 768px) {
	.extract-webzine .extract-article {
		box-sizing: content-box;
		height: 100px;
		position: relative;
	}
	.extract-webzine .extract-article .extract-thumb {
		bottom: 10px;
		left: 0;
		position: absolute;
	}
	.extract-webzine .extract-article .extract-content {
		height: 100%;
		margin-left: 115px;
		overflow: hidden;
		width: calc(100% - 115px);
	}
	.extract-webzine .extract-article .extract-thumb {
		width: 100px;
		height: 100px;
	}
}

/*메인 - 제휴사 슬라이더 배너영역 - INDEX에서 이동 20.09.30*/
#affilates .affilates-list .owl-stage-outer {height: 270px; padding: 58px 0; background: #607d8b; overflow:hidden;}
#affilates .affilates-list .owl-stage-outer,
#affilates .affilates-list .owl-stage-outer .owl-stage,
#affilates .affilates-list .owl-stage-outer .owl-stage .owl-item {height:100%;}
#affilates .affilates-list .owl-carousel-item{text-align:center;}
#affilates .affilates-list .viewport {position:relative; float:left; width:100%; height: 220px; box-sizing:border-box; padding: 35px;}
#affilates .affilates-list .viewport .img-frame{position:relative; margin:0 auto; max-width:405px; height:150px; text-align:center; background: #fff; box-shadow: 0px 6px 10px rgba(0,0,0,.3); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; transition:.3s;}
#affilates .affilates-list .viewport .img-frame:hover, #affilates .affilates-list .viewport .img-frame:active{-webkit-transform:scale(1.0); -moz-transform:scale(1.0); -ms-transform:scale(1.0); -o-transform:scale(1.0); transform:scale(1.0); box-shadow: 0px 15px 29px rgba(0,0,0,.2);} /*확대 시 이미지 살짝 깨짐 scale(1.1)*/
#affilates .affilates-list .viewport .img-frame a{display:block; width:100%; height:100%; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; transition:.3s;}
#affilates .affilates-list .viewport .img-frame img{position: absolute; top:0; bottom:0; left:0; right:0; margin:auto; max-height:100%; max-width:100%; box-sizing:border-box;}
#affilates .affilates-list .owl-controls {margin-top: 0;}
#affilates .affilates-list .owl-controls i{font-size:20px; color:#000;}
#affilates .affilates-list .owl-controls .owl-prev {cursor:pointer; position: absolute; left:0; top:50%; margin-top:-20px; opacity:0.2;}
#affilates .affilates-list .owl-controls .owl-next {cursor:pointer; position: absolute; right:0; top:50%; margin-top:-20px; opacity:0.2;}
#affilates .affilates-list .owl-controls .owl-prev:hover,
#affilates .affilates-list .owl-controls .owl-prev:active,
#affilates .affilates-list .owl-controls .owl-next:hover,
#affilates .affilates-list .owl-controls .owl-next:active{opacity:0.7;}
#affilates .affilates-list .owl-controls .owl-dots {display:inline-block; overflow:hidden; margin:0 auto;}
#affilates .affilates-list .owl-controls .owl-dots .owl-dot {background: #ccc; border-radius: 50%; cursor: pointer; float: left; height: 10px; margin: 2px; width: 10px;}
#affilates .affilates-list .owl-controls .owl-dots .owl-dot.active {background: #000;}
/*.ellipsis {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/ /*중복삭제*/

/*추가*/
/*sub.css에 있어야하나, 반영이 안되서 이곳에 반영*/
/*위아래 여백주기*/
.height_space50 { width:100%; height:50px; }
.height_space100 { width:100%; height:100px; }
.height_space200 { width:100%; height:200px; }
.height_space300 { width:100%; height:300px; }

/* 메인-content-1-box */

.content-1-box {
	 width:100%;
	 padding-top:30px;
	  padding-bottom:40px;
}
.content-1-box .content-1 {
	margin:0 auto;
}
.content-1-box .content-1 .text {
	background: linear-gradient(90deg, #efefef , #ddd );
    color: #333;
    font-weight: 500;
    font-size: 25px;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}
.content-1-box .content-1 .mb-ver {
	display:none;
}

@media (max-width:1200px) {
.content-1-box .content-1 .text {
    font-size: 22px;
}
}

@media (max-width:1050px) {
.content-1-box .content-1 .text {
    font-size: 19px;
}
}

@media (max-width:900px) {
.content-1-box .content-1 .text {
    font-size: 16px;
}
}

@media (max-width:768px) {
.content-1-box .content-1 .pc-ver {
	display:none;
}
.content-1-box .content-1 .mb-ver {
	display:block;
}
.content-1-box .content-1 .text {
    font-size: 19px;
    padding: 15px 10px;
}
.content-1-box {
	padding-top:20px;
	padding-bottom:20px;
}
}

@media (max-width:550px) {
.content-1-box .content-1 .text {
    font-size: 16px;
    padding: 15px 5px;
}
}

@media (max-width:430px) {
.content-1-box .content-1 .text {
    font-size: 14px;
}
}

/* 메인-content-2-box */

.content-2-box {
	 width:100%;
}
.content-2-box .content-2 {
	margin:0 auto;
}
.content-2-box .content-2 .title {
	font-size: 20px;
    font-weight: 500;
    color: #333;
	padding: 15px; /*padding-bottom: 20px;*/
}
.content-2-box .content-2 .text {
    color: #333;
    text-align: center;
    font-size: 15px;
}
.content-2-box .content-2 .cell {
	padding-left:3px;
	padding-right:3px;
	width:33.33333%;
}
.content-2-box .content-2 .row {
	margin:0 -3px;
}

@media (max-width:1200px) {
.content-2-box .content-2 .title {
    font-size: 18px;
}
}

@media (max-width:900px) {
.content-2-box .content-2 .text {
    font-size: 13px;
}
}

@media (max-width:768px) {
.content-2-box .content-2 .cell {
    padding-left: 0;
    padding-right: 0;
	padding-bottom:50px;
    width: 100%;
}
.content-2-box .content-2 .row {
	margin:0 0;
}
.content-2-box .content-2 .text {
    font-size: 15px;
}
.content-2-box .content-2 .cell:nth-child(3) {
	padding-bottom:0;
}
}

@media (max-width:550px) {
.content-2-box .content-2 .cell {
	padding-bottom:30px;
}
}

/* 메인-content-3-box */

.content-3-box {
	width:100%;
	padding-top: 30px;
	padding-bottom: 50px;
}
.content-3-box .content-3 {
	margin:0 auto;
}
.content-3-box .content-3 .title {
	font-size: 20px;
    font-weight: 500;
    color: #333;
	padding: 20px;
}
.content-3-box .content-3 .text {
    color: #333;
    text-align: center;
    font-size: 15px;
}
.content-3-box .content-3 .cell {
	padding-left:3px;
	padding-right:3px;
	width:33.33333%;
}
.content-3-box .content-3 .row {
	margin:0 -3px;
}


@media (max-width:1200px) {
.content-3-box .content-3 .title {
    font-size: 18px;
}
}

@media (max-width:900px) {
.content-3-box .content-3 .text {
    font-size: 13px;
}
}

@media (max-width:768px) {
.content-3-box .content-3 .cell {
    padding-left: 0;
    padding-right: 0;
	padding-bottom:50px;
    width: 100%;
}
.content-3-box .content-3 .row {
	margin:0 0;
}
.content-3-box .content-3 .text {
    font-size: 15px;
}
.content-3-box .content-3 .cell:nth-child(3) {
	padding-bottom:0;
}
}

@media (max-width:550px) {
.content-3-box .content-3 .cell {
	padding-bottom:30px;
}
.content-3-box {
	padding-bottom:30px;
}
}

/* ----------sub.css에 반영안되서 여기에 작업---------- */

/* 서브-sub-content-1-box */

.sub-content-1-box {
	width:100%;
	padding-top: 30px;
}
.sub-content-1-box .img-box {
	width:50%;
	height:350px;
}
.sub-content-1-box .img-box-3 {
	width:100%;
	height:430px;
}
.sub-content-1-box .text-box {
	width:50%;
	padding-left:50px;
}
.sub-content-1-box .text-box .title-1 {
	font-weight: bold;
    font-size: 23px;
    color: #333;
    padding-bottom: 7px;
}
.sub-content-1-box .text-box .text {
    font-size: 17px;
    color: #333;
    padding-bottom: 13px;
    line-height: 27px;
}
.sub-content-1-box .text-box .title-2 {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    line-height: 23px;
}
.sub-content-1-box .text-box li {
	position:relative;
	padding-bottom: 10px;
	padding-left:15px;
}
.sub-content-1-box .text-box li::after {
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#8e1414;
	position:absolute;
	top:38%;
	left:0;
	transform:translateY(-50%);
}
.new_list_01 li { text-indent: -9px; margin-left: 5px; font-weight:400; }
.new_list_01 li::after { 
	display:block;
	width:0px;
	height:0px;
	background:rgba(0,0,0,0) !important;
	position:unset;
	transform:unset; 
}
ol.new_list_01 li { text-indent: -23px; margin-left: 21px; font-weight:300; }
ul.new_list_01 li.inside_txt1 {  margin-left: 6px; text-indent: -1px; }

.txt_indent_1 { text-indent: -14px; margin-left: 14px; }


.sub-content-1-box .photo-text {
	width:100%;
	text-align:center;
}
@media (max-width:980px) {
.sub-content-1-box .img-box {
	height:300px;
}
.sub-content-1-box .text-box .title-1 {
    font-size: 20px;
    padding-bottom: 0;
}
.sub-content-1-box .text-box .text {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 23px;
}
.sub-content-1-box .text-box .title-2 {
    font-size: 17px;
    line-height: 21px;
}
.sub-content-1-box .text-box {
	padding-left:20px;
}
}

@media (max-width:768px) {
.sub-content-1-box .img-box {
	width:100%;
}
.sub-content-1-box .text-box {
	width:100%;
}
.sub-content-1-box .text-box {
	padding-right:20px;
	padding-top:35px;
}
}

/* 서브-sub-content-2-box */

.sub-content-2-box {
	width:100%;
	padding-top: 30px;
}
.sub-content-2-box .sub-list-box {
	width:100%;
}
.sub-content-2-box .sub-list-box > li {
	width:50%;
}
.sub-content-2-box .title-1 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 23px;
	padding:0 20px;
}
.sub-content-2-box .title-2 {
    font-size: 17px;
    color: #333;
    line-height: 23px;
	padding:0 20px;
	padding-top:30px;
}
.sub-content-2-box .sub-list-box {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}
.sub-content-2-box .sub-list-box .img-box {
	height:350px;
}
.sub-content-2-box .sub-list-box ul li {
    font-size: 17px;
    color: #333;
    line-height: 23px;
	padding-left:15px;
	position:relative;
	padding-bottom: 10px;
}
.sub-content-2-box .sub-list-box ul li::after {
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#8e1414;
	position:absolute;
	top:38%;
	left:0;
	transform:translateY(-50%);
}

@media (max-width:980px) {
.sub-content-2-box .title-1 {
    font-size: 17px;
    line-height: 21px;
}
.sub-content-2-box .sub-list-box {
	padding-left:20px;
	padding-right:20px;
}
.sub-content-2-box .sub-list-box ul li {
    font-size: 15px;
}
.sub-content-2-box .title-2 {
    font-size: 15px;
}
}

@media (max-width:768px) {
.sub-content-2-box .sub-list-box > li {
	width:100%;
}
}

/* 서브-sub-content-3-box */
.sub-content-3-box {
	width:100%;
	padding-top: 30px;
}

/* 이미지 밑 텍스트 */
.img-box {
	position:relative;
}
.img-box > .photo-text {
	position:absolute;
	left:50%;
	bottom:-30px;
	transform:translateX(-50%);
	color:#333;
	font-size:15px;
}

@media (max-width:768px) {
.img-box > .photo-text {
	font-size:14px;
	bottom:-25px;
}
}

/* Procurement & Fabrication */

.procurement-fabrication-box .img-box-1 {
	background:url("../images/sub/procurement-fabrication-img-1") no-repeat center center/cover;
}
.procurement-fabrication-box .text-box {
	width:100%;
	padding-left: 0;
}
.procurement-fabrication-box .img-box {
	width:100%;
	height:350px;
}
@media (max-width:1250px) {
.procurement-fabrication-box .text-box {
	padding: 0 20px;
}
}
@media (max-width:1000px) {
.procurement-fabrication-box .img-box {
	width:800px;
	height:280px;
}
}
@media (max-width:768px) {
.procurement-fabrication-box .img-box {
	width:100%;
}
}

/* //Procurement & Fabrication */


/* Mechanical */

.mechanical-box .img-box-1 {
	background:url("../images/sub/mechanical-img-1") no-repeat center center/cover;
}
.mechanical-box .img-box-2 {
	background:url("../images/sub/mechanical-img-2") no-repeat center center/cover;
}
.mechanical-box .text-box {
	width:100%;
	padding-left: 0;
}
@media (max-width:1250px) {
.mechanical-box .text-box {
	padding: 0 20px;
}
}
@media (max-width:768px) {
.mechanical-box .img-box-1 {
	margin-bottom:50px;
}
}

/* //Mechanical */


/* Piping */
.piping-box .img-box-1 {
	background:url("../images/sub/piping-img-1") no-repeat center center/cover;
}
.piping-box .img-box-2 {
	background:url("../images/sub/piping-img-2") no-repeat center center/cover;
}
.piping-box .img-box-3 {
	background:url("../images/sub/piping-img-3") no-repeat center center/cover;
}
.piping-box .img-box-4 {
	background:url("../images/sub/piping-img-4") no-repeat center center/cover;
}
.piping-box .img-box-5 {
	background:url("../images/sub/piping-img-5") no-repeat center center/cover;
}
.piping-box .img-box-6 {
	background:url("../images/sub/piping-img-6") no-repeat center center/cover;
}
.piping-box .text-box {
    width: 100%;
    padding-left: 0;
}
.piping-box .img-box {
    width: 100%;
    height: 500px;
}
@media (max-width:1250px) {
.piping-box .text-box {padding: 0 20px; }

}
@media (max-width:768px) {
.piping-box .img-box {
    width: 100%;
    height: 345px;
}
}
/* //Piping */

@media (max-width:640px){
.piping-box .img-box { height: 215px; }

}


/* Electrical & Instrumentation(E&I) */
.electrical-Instrumentation-box .img-box-1 {
	background:url("../images/sub/electrical-Instrumentation(E&I)-img-1") no-repeat center center/cover;
}
.electrical-Instrumentation-box .img-box-2 {
	background:url("../images/sub/electrical-Instrumentation(E&I)-img-2") no-repeat center center/cover;
}
.electrical-Instrumentation-box .text-box {
    width: 100%;
    padding-left: 0;
}
@media (max-width:1250px) {
.electrical-Instrumentation-box .text-box {
	padding: 0 20px;
}
}
@media (max-width:768px) {
.electrical-Instrumentation-box .img-box-1 {
	margin-bottom:50px;
}
}
/* //Electrical & Instrumentation(E&I) */

/*Main Visual Slicer Slick Slider Bg animation_v01*/
/*html { font-size: 62.5%;}*/
/*body { font-size: 1.6rem; font-family: 'Montserrat', sans-serif; }*/

.main_visual_slick_bg_motion_01 { margin-top:65px; }

@media (min-width: 992px) {
  .slider, .slide { height: 93vh; } /*height: 60vh;*/
}




.slide { position: relative;}
.slide .slide__img { width: 100%; height: auto; overflow: hidden; }

@media (min-width: 992px) {
  .slide .slide__img { position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
}
.slide .slide__img img { max-width: 100%; height: auto; opacity: 1 !important; -webkit-animation-duration: 12s; animation-duration: 12s; transition: all 5s ease; } /*배경이미지 등장 속도 기본 3*/
.slide .slide__content { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); min-width: 1200px !important; }  /*background: rgba(0,0,0,0.2);*//*텍스트 너비 조절 작업용 반투명박스*/
.slide .slide__content--headings { text-align: center; color: #FFF; }
.slide .slide__content--headings h2 { font-size: 6.5rem; margin: 10px 0; letter-spacing: -0.5px; }
.slide .slide__content--headings .animated { transition: all 0.5s ease; } /*???*/
.slider [data-animation-in] { opacity: 0; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; transition: opacity 0.5s ease 0.3s; } /*animation-duration 수정시 텍스트 등장속도 영향*//*transition은 ???*/
.slick-dotted .slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: 25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; display: block; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; transition: all 0.3s ease; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.simple-dots .slick-dots li { width: 20px; height: 20px; }
.simple-dots .slick-dots li button { border-radius: 50%; background-color: white; opacity: 0.25; width: 20px; height: 20px; }
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus { opacity: 1; }
.simple-dots .slick-dots li.slick-active button { color: white; opacity: 0.75; }
.stick-dots .slick-dots li { height: 3px; width: 50px; }
.stick-dots .slick-dots li button { position: relative; background-color: white; opacity: 0.25; width: 50px; height: 3px; padding: 0; }
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus { opacity: 1; }
.stick-dots .slick-dots li.slick-active button { color: white; opacity: 0.75; }
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus { opacity: 1; }
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from { transform: scale3d(1, 1, 1); }
  to { transform: scale3d(1.3, 1.3, 1.3); }
}
@keyframes zoomInImage {
  from { transform: scale3d(1, 1, 1); }
  to { transform: scale3d(1.3, 1.3, 1.3); }
}
.zoomInImage { -webkit-animation-name: zoomInImage;  animation-name: zoomInImage; }
@-webkit-keyframes zoomOutImage {
  from { transform: scale3d(1.3, 1.3, 1.3); }
  to { transform: scale3d(1, 1, 1); }
}
@keyframes zoomOutImage {
  from { transform: scale3d(1.3, 1.3, 1.3); }
  to { transform: scale3d(1, 1, 1); }
}
.zoomOutImage { -webkit-animation-name: zoomOutImage; animation-name: zoomOutImage; }

/*추가 210324 bjm*/
.slick_custom_b1 { font-size:18px; line-height:30px; text-shadow:0 0 5px rgba(0,0,0,0.3); }
.slick_custom_b1 b { font-size:3.2rem; text-shadow:0 0 5px rgba(0,0,0,0.3); display: inline-block; margin-bottom: 16px; }
.slick_custom_b1 h2 { margin-bottom: 40px !important; text-shadow:0 0 5px rgba(0,0,0,0.3); }

@media (max-width:1500px) {
	.slide .slide__content--headings h2 { font-size:5.5rem; }
	.slick_custom_b1 b { font-size:2.8rem; }
	.slick_custom_b1 h2 { margin-bottom: 20px !important; }

}
@media (max-width:1200px) {
	.slide .slide__content--headings h2 { font-size:4rem; }	
	.slide .slide__content { min-width: 1000px !important; }
	.slick_custom_b1 b { font-size:2.2rem; margin-bottom:8px !important; }
	.slick_custom_b1 h2 { margin-bottom: 16px !important; }
}
@media (max-width:1000px) {
	.slick_custom_b1 { font-size: 16px; line-height: 28px; }
	.slide .slide__content { min-width:800px !important; padding:0 15px !important; }
	
	.slick_custom_b1 p span br { display:none; }
}
@media (max-width:800px) {
	.slide .slide__content { min-width:600px !important; top: 42%; }
	.slick_custom_b1 b { margin-bottom:6px !important; }

}
@media (max-width:640px) {
	.slide .slide__content { min-width:90% !important; padding:0 15px; }
	.slide .slide__content--headings h2 { font-size:2.3rem; }
	.slick_custom_b1 { line-height:22px;  }
	.slick_custom_b1 b { font-size:1.5rem; margin-bottom:4px; }
	.slick_custom_b1 p { font-size:12px; line-height:18px;  } 
	.slick_custom_b1 h2 { margin-bottom: 18px !important; }
	.slick-dots { bottom:15px; }
	.slide .slide__content--headings span { display:none; }
}

