@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;
}

/* 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:#777777; }
.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;}
}
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {z-index :666; width: 100%; height: 65px; background-color: #f9f9f9;}
#header h1{float:left;}
#header h1 a{display: block;}
#header #header_in{position: relative; margin: 0 auto; width: 100%; max-width: 1639px; height: 65px;}
#nav{display: inline-block; margin-left: 0px;}


.nav-btn{display:none;}
.nav-bg{z-index:888; display:none; position:absolute; top:65px; width:100%; height:160px; background:#fff; border-top:1px solid #d4d4d4; border-bottom:3px solid #117ae5;} /*대메뉴 하단 보더라인 적용*/


.util-menu{position:absolute; top:18px; right:0; line-height:0; font-size:0;}
.util-menu ul{display:inline-block;}

.util-menu li:first-child { border-color: rgba(0.0.0.0.3); margin-left: 0; }
.util-menu li:first-child:hover { border-color:#555; }
.util-menu li { display: inline-block; float: left; height: 30px; border: 1px solid rgba(0,0,0,0.2); text-align: center; margin-left: 10px;  } /*border-radius:15px; padding: 0 5px;*/ 

.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 15px;  } /*border-radius:15px;*/
.util-menu a:hover { color: #fff; background:#333; }

.util-menu li:first-child a{color:#555; font-size: 12px; border-radius:unset; } /*border-radius: 15px;}*/
.util-menu li:first-child a:hover {background:#555; color:#fff; border-color:#555; }

.navigation {margin-left:253px; }
.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 39px; width:100%; font-weight:500; font-size:20px; color:#555;}
.navigation .sub-menu{display:none; z-index:998; position:absolute; top:65px; left:0; width:100%; height: 160px;}
.navigation .sub-menu a{display:block; text-align:center; line-height:40px; letter-spacing:-0.5px; font-size:17px; font-weight: normal; color:#333;}
.navigation .sub-menu .intro-menu{display:none;}

.navigation > li:hover { background: #2892ff;}
.navigation > li:hover > a {color:#fff;}
.navigation > li:hover a {color:#fff;}
.navigation > li:hover .sub-menu{ background: #2892ff;}
.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:rgba(0,0,0,0.3); color:#fff;} /*2뎁스메뉴 hover*/

@media only screen and (min-width: 981px) {
	.navigation .main-menu {padding: 0 25px;}
	.util-menu {right: 20px;}
}

@media only screen and (min-width: 1201px) {
	/*#header > div{width:1200px;}*/
	
	.navigation .main-menu {padding: 0 35px;}
	.util-menu {right: 15px;}

}

@media only screen and (max-width: 1200px) {
	#header > div{padding:0 20px;}
	.navigation { margin-left: 150px; }
}

@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; margin-left: 15px;}
	#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:hover span { background:#117ae5; }

	.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 20px; width:100%; max-height:65px; border-top:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1);}
	.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:last-child { border-bottom: 1px solid #e1e1e1; }

	.navigation > li:hover {background:#117ae5; border-color:#117ae5;}
	.navigation > li:first-child {border-top:none;}
	.navigation > li:hover:after {display:none;}
	.navigation > li.active {background:#117ae5;}
	.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 rgba(0,0,0,0.1) }
	.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:#117ae5;}
	.navigation .sub-menu a:hover{background:#777; }
	.navigation .sub-menu a:hover:before{background:#fff;}
}
@media only screen and (max-width: 768px) {
	#header h1 img {width:80%; margin-top: 7px; }
}

@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 rgba(0,0,0,0.2); text-align: center; margin-left: 10px;  } /*border-radius:25px;*/
	.util-menu li:first-child{ border: 1px solid rgba(0,0,0,0.2); 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; }
}

/* 메뉴 5개 일 때 메뉴 반응형 */
@media (max-width:1100px) {
.util-menu li:first-child a {
    font-size: 14px;
}
.util-menu a {
    font-size: 10px;
}
.navigation .main-menu {
    padding: 0 20px;
}
.navigation .main-menu {
    font-size: 17px;
}
.navigation .sub-menu a {
    font-size: 15px;
}
#nav {
    margin-left: 50px;
}
}

@media (max-width:1030px) {
#nav {
    margin-left: 10px;
}
}

/* 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:#555555; color:#fff; padding-bottom:35px; }
#footer:before {content:''; position:absolute; top:75px; bottom:0; width:100%; background:#333333; }
#footer:after{content:''; position:absolute; top:74px; left:0; width:100%; height:1px; background-color:rgba(255,255,255,0.1);}
.footer-area{position:relative; margin:0 auto; width:100%; box-sizing:border-box;}
.footer-area:after{content:""; display:block; clear:both;}
.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:#333333; 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:#117ae5; }
.footer-sns li a img { width:35px; }

#footer p, #footer li { font-size:15px; font-weight:300; letter-spacing:0; color:#bfbfbf; }
/*#footer .company_name { color:#fff; }*/

.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-menu2{margin:0 auto 30px; line-height:0; font-size:0;}
.footer-menu2 li{position:relative; display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:75px; color:#fff;}
.footer-menu2 li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu2 li:before{content:''; position:absolute; top:33px; left:0; width:1px; height:10px; background-color:#727272;}
.footer-menu2 li:first-child:before{display:none;}
.footer-menu2 li a {line-height:10px; font-size:15px; font-weight:300; color:#fff;}
.footer-menu2 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; text-decoration:none; font-weight:200;}
.footer-info a:hover { color:#80c4ff; }
#footer .copyright { color:#fff; }
#footer a .design_kweb:hover { color:#80c4ff !important; }

.qr-code-box {
    position: absolute;
	right:25px;
	top:66%;
}

.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-area{width:1200px;}
	#footer p, #footer li{font-size:15px;}
}

@media only screen and (max-width: 1200px) {
	.footer-area{padding:0 20px;}

	.footer-sns{right:20px;}
	.footer-info{width:100%;}
}

@media only screen and (max-width:880px) {

	 #footer p, #footer li{white-space:normal; font-size:16px; text-align:left; }

	.footer-area{padding:0 10px; } /*text-align:center;*/

	/*.footer-sns{display:none;}*/

	.footer-menu li{margin-left:7px; padding-left:7px;}
	.footer-menu li a{font-size:16px;}

	.footer-menu2 li{margin-left:5px; padding-left:5px;}
	.footer-menu2 li a{font-size:11px;}

	.foot-info{float:none; width:100%;}
	.footer-info{width:100%; line-height: 22px; white-space:pre;}
	/*.footer-info br{display:block;}*/
	.mobile_hidden {display:none; }
	
    /*.footer-info .br_off02 {display:none;}*/
	.footer-copy {white-space:pre-line;}

	.foot-logo{float:none; margin:0 0 20px 0;}
	.qr-code-box {display:none;}

	/*.footer-copy .br_off {display:block; }*/
}

@media (max-width:640px){
	#footer { padding-bottom: 70px; }
	.footer-sns { right: unset; bottom: -70px; top: unset; left: 10px; }
	.footer-menu { margin: 0 auto 20px; }

}

.mobile_on02 {display:none;}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.carousel-inner > .item{height:925px;}
.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-img02{background:url("../images/main/main_visual02_mb.jpg") no-repeat center center/cover;}*/
}

.main-visual {position: relative;}
.main-visual .carousel-caption{top:45%; 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:25px; /* text-shadow: 0 0 5px rgba(0,0,0,0.5); */ color:#ffeb3b; }
.main-visual .carousel-caption .slogan .copy_numb {position: relative; display: inline-block; color: #000; font-weight: 900; font-size: 33px; margin-bottom: 15px; background-color: #ffeb3b; padding:5px 10px; border-radius:4px; }
.main-visual .carousel-caption .slogan .copy_numb:before {content: ''; position: absolute; top: 45px; width: 100%; height: 2px; background: #ffeb3b; display:none; }

.main-visual .carousel-caption .slogan .main-copy {margin-bottom:20px; line-height:1.1; font-weight: 800; font-size: 42px; line-height: 52px; text-shadow: 0 0 5px rgba(0,0,0,0.5); letter-spacing: -0.8px; color:#fff; /*font-size: 48px; line-height: 65px;*/
}

/*메인비주얼슬라이더 좌우 버튼*/
.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:37%; }

.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: 100px; 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:45px; 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 only screen and (min-width: 1201px){
	.main-visual .carousel-caption{width:1200px;}
}

@media only screen and (max-width: 1420px){
	.main-visual .carousel-caption .slogan{ margin-left:12%; padding:35px 25px;}
}

@media only screen and (max-width: 1200px){
	.main-visual .carousel-caption .slogan{}
}
@media screen and (max-width:980px){
	.carousel-inner > .item{height:600px;}

	.main-visual .carousel-caption {top: 40%;}
	.main-visual .carousel-caption .slogan{ font-size:15px;} /*width:388px; */
	.main-visual .carousel-caption .slogan .main-copy{margin-bottom:10px; font-size:48px;}

	.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control { top: 27%; }

	.main-visual .carousel-indicators { display:none; }
}
@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; bottom:50px; } /*display:none;*/

	.main-visual .carousel-control {display: none;}
	.main-visual .carousel-control.left,
	.main-visual .carousel-control.right{background-size:20px;}

	.main-visual .carousel-caption {top: 45%;}
	.main-visual .carousel-caption .slogan{font-size:13px; padding:0px;} 
	.main-visual .carousel-caption .slogan .copy_numb {font-size: 24px; }
	.main-visual .carousel-caption .slogan .main-copy{font-size:24px; line-height: 38px; margin-bottom: 0;}
	.main-visual .carousel-caption .slogan p {font-size: 18px; font-weight:500; line-height: 25px;}
	.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::before {position:absolute; content:""; width:100%; top:0; left:0; height:100%; background-color:rgba(0,0,0,0.2); transition:background-color 0.3s; }
.main-box-link ul li:hover::before {background-color:rgba(0,0,0,0.6); }
.main-box-link ul li a {position: relative; display: table-cell; vertical-align: middle; text-align: center; font-size: 30px; line-height: 30px; color: #fff; }
.main-box-link ul li a h4 { font-size:36px; transition:0.3s all; text-shadow: 5px 5px 10px #333333; }
.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_3.jpg") no-repeat top/cover;}
.main-box-link ul li.box-3 {background: url("../images/main/main_link_img_5.jpg") no-repeat top/cover;}
.main-box-link ul li.box-4 {background: url("../images/main/main_link_img_6.jpg") no-repeat top/cover;}

.main-box-link ul li:hover h4 {color:#ffeb3b; } /*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: #2892ff; color: #fff; font-size: 16px;}
.main-box-in ._left a.btn:hover { background: #0f5fb1; 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: 37px; line-height: 1.2; color: #333; letter-spacing:-1.5px; }
.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: #2892ff; color:#fff; border: 1px solid #2892ff; }

/*메인- 회사소개 영역*/
.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: 28px;}
.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:#2892ff; 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.4; color: #727272; margin-bottom: 6px; }
.board-box dl dd.customer-tel a {font-family: 'Nanum Square'; font-size: 26px; font-weight: 900; color: #2892ff; letter-spacing: -1px;}
.board-box dl dd.customer-tel a > .branch {display:block; font-size: 20px; font-weight: 600; color: #333333;  letter-spacing: -1px;}
.board-box dl dd.customer-tel a:last-child {color: #2892ff; }
.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:230px;}
	.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: 530px; }

	.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 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 0px; margin-bottom: 100px; }
@media all and (max-width:1200px) {
	.gallery-wrap {padding:0 15px;}
}



.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:#2892ff; border-color:#2892ff; }
.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: #2892ff; width: 40px; border-radius: 19px; border:none; }
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot:hover { background:#0f5fb1; border:3px solid #0f5fb1; }
@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 { bottom: 0; height: 60px; padding: 0 30px; }
	.gallery-wrap .gallery-list .owl-carousel-item .img-content { opacity: 1;	}
	.main-visual .carousel-indicators li { width: 20px; height: 20px; }
	.main-visual .carousel-indicators .active { height:20px; }
}
@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; }


/*-------세종의료기 기준 스타일 추가 210525------*/

/*푸터 라이센스 정보*/
.licence_info { background:#1a1a1a; padding:10px; color:rgba(255,255,255,0.6); font-size:14px; text-align:center; }
.licence_info a { color:#dbdbdb; font-weight:400; }
.licence_info a:hover { color:#fff; }
.licence_info button { padding:4px 4px; font-size:12px; color:rgba(255,255,255,0.9); line-height: 12px; border:1px solid rgba(255,255,255,0.3); background:rgba(255,255,255,0);}
.licence_info button:hover { background:#fff; color:#000; }
.modal-title { font-size:18px !important; }
.br_only_mobile { display:none;  }

@media screen and (max-width:768px) {
	.br_only_mobile { display:block;  }
	.licence_info { font-size:13px; }
}

/*케이웹미디어 버튼*/
.design_kweb:hover { color:#4fff9c; }
.design_kweb { color:#bfbfbf; transition:all 0.4s; font-size: 14px; }

/*주요취급제품 페이지*/
.more_info { text-align:center; }
.more_info .pc { display:block; }
.more_info .mobile { display:none; }


@media (max-width:768px) {
	.more_info .pc { display:none; }
	.more_info .mobile { display:block; }
	.no_padding_m { padding:0; }
}

/*메인 연락3개 배너 영역 (문의전화/오시는길/온라인문의)*/
.contact_content { background:#cfe5f2; padding:50px 0;  }
.contact_content .wrap { width:1200px; height:300px;  margin:0 auto; } /*background:rgba(0,0,0,0.1); */
.contact_content .wrap > div { padding:10px; height:100%; width:calc(33.33333333333333% - 13.4px); margin-right:20px; border-radius: 30px; text-align:center; background:#fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1); cursor:pointer; } /**/
.contact_content .wrap > div:last-child { margin-right:0; }
.contact_content .wrap > div:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.contact_content .wrap > div:hover h4 { color:#9C27AF; }
.contact_content .wrap > div:hover a { color:#9C27AF; }
.contact_content .wrap > div h4 { font-size:26px;  margin-top:40px; }
.contact_content .wrap > div h4 i { vertical-align: middle;font-size: 40px; margin-top: -7px; margin-right: 5px; color:#005ba1; }
.contact_content .wrap > div p { margin-top:30px; }
.contact_content .wrap > div a { display:inline-block; font-size:28px; margin-top:30px; font-weight:500; color:#005ba1; }
.contact_content .wrap > div a.btn_inquery { display:inline-block; width:200px; height:50px; line-height: 50px; background:#005ba1; color:#fff !important; font-size:22px; }
.contact_content .wrap > div .mini_adress { color:#333 !important; font-size:22px !important; }
.contact_content .wrap > div .cut_line { width:160px; margin:5px auto 0; }
.contact_content .wrap > div .cut_line::after { content: ""; display: block; width: 0%; height: 3px; background-color: #9c27b0; left: 0; transition: width .3s , opacity .3s; opacity: 0; }
.contact_content .wrap > div:hover .cut_line::after { width: 100%; opacity: 1; }
.contact_content .wrap > div:hover a.btn_inquery { background:#9C27AF; }

@media (max-width:1220px) {
	.contact_content { padding:50px 15px;  }
	.contact_content .wrap { width:100%; height:auto; }
	.contact_content .wrap > div { width:100%; height:250px; margin-right: 0px; margin-bottom:15px;  }
	.contact_content .wrap > div:last-child { margin-bottom:0px; }
	.contact_content .wrap > div h4 { font-size: 26px; margin-top:25px; }
}
@media (max-width:640px) {
	.contact_content .wrap > div h4 { font-size:22px; }
	.contact_content .wrap > div h4 i { font-size:36px; }
	.contact_content .wrap > div a { font-size:22px; }
	.contact_content .wrap > div .mini_adress { font-size:18px !important; }
	.contact_content .wrap > div a.btn_inquery { font-size:18px; }
}


/*제품안내 페이지(제이주방가구)*/
.sub_head_tit { font-size:32px; font-weight:600; }
.sub_product_info { background:#fff; margin-top:10px; border: 1px solid rgba(0,0,0,0.1); border-top:5px solid #8bc34a; } /*background:#e6f8d1*/
.sub_product_info:nth-child(2) {  }
.sub_product_info .img_box {  } /*background:red;*/
.sub_product_info .row { padding:30px; }
.sub_product_info .img_box {  } /*margin-right: 30px;*/
.sub_product_info .img_box.right { margin-right: 0px; }
.sub_product_info.orange { border-top: 5px solid #ff9800; }
.sub_product_info.blue { border-top: 5px solid #2196f3; }
.sub_product_info.yellow { border-top: 5px solid #ffc107; }
.sub_product_info.purple { border-top: 5px solid #9c27b0; }
.sub_head_tit i { color:#8bc34a }
.sub_head_tit i.orange { color:#ff9800; }
.sub_head_tit i.blue { color:#2196f3; }
.sub_head_tit i.yellow { color:#ffc107; }
.sub_head_tit i.purple { color:#9c27b0; }
.sub_box_bae1 { margin-top:50px; }
/*.product_info .sub_box_bae1:nth-child(2) i { color:red !important; }*/

@media (max-width:1220px) {
	.sub_box_bae1 { padding:0 15px; }
}

@media (max-width:1000px) {
	.sub_product_info .row { padding: 15px; }
}

@media (max-width:768px) {
	.sub_product_info .img_wrap img { width:100%; }
}

@media (max-width:640px) {
	.sub_product_info .row { padding: 0px; }
}

/*시공갤러리 페이지 드롭다운 버튼*/

/*위아래 여백주기*/
.height_space50 { width:100%; height:50px; } 
.height_space100 { width:100%; height:100px; } 
.height_space200 { width:100%; height:200px; }
.height_space300 { width:100%; height:300px; }
.minheight300 { height:300px; background:#fff; } /*서브페이지 컨텐츠 없을때 210215 bjm*/


/*서브페이지 탭버튼 1*/
.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { margin-left:0; margin-right:0; width:100%; height: 60px; display:none; }
.sub_fulldown_btn_01.btn-group > .btn:first-child { width: 100%; height: 50px; font-size: 20px; z-index: 9999; }
.sub_fulldown_btn_01 .dropdown-menu { width:100%; border-radius: 0px; }
.sub_fulldown_btn_01 .btn-default:hover { background: #011d54 !important; border: 1px solid #011d54 !important; color:#fff !important; }
.sub_fulldown_btn_01 .btn-default { color: #fff; background-color: #011d54; border-color: #011d54; margin-bottom: 10px; }

/*서브페이지 탭버튼 1 21.02.16*/
.sub_fulldown_btn_01 { display:none; }
.sub_fulldown_btn_01 .dropdown-menu {  top: 42px; }
.sub_fulldown_btn_01 .btn-default { color: #fff; background-color: #337ab7; border-color: #337ab7; margin-bottom: 10px; }
.sub_fulldown_btn_01 .dropdown-menu > li > a { line-height: 40px; font-size: 18px; }

@media all and (max-width:768px) {

	.sub_fulldown_btn_01{ display:block; } /*210216 bjm*/
	.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { display:block; margin-top: -5px; } /*210416 게시판 쓰기 페이지에서 드롭다운 메뉴가 pc에서 모바일 버튼이 보이는 현상 처리*/
}

/*서브페이지 보장구 리스트 (매머드 보유장비 페이지)*/
.business_area  { position: relative; }
.business_area .list-box  { position: relative; display: inline-block; width: 100%; }
.business_area .list-box .img-frame  { width: 33.33333333333333%; padding: 0 20px; text-align: center; float: left; margin-bottom: 40px; }
.business_area .list-box .img-frame > div  { border: 1px solid #025cab; border-top: none; background:rgb(2,92,171); color: #fff; } /*background: rgba(0,0,0,0.01);*/
.business_area .list-box .img-frame > div a { width: 130px; /*background: #025cab;*/ border: 2px solid #fff; font-weight:400; color: #fff; display: block; margin: 10px auto 20px; padding: 7px 0px; font-size: 16px; font-weight: 400; border-radius:50px; }
.business_area .list-box .img-frame > div a:hover { background: #337ab7; border: 2px solid #337ab7; color: #fff; }

.business_area .list-box .img-frame p  { background-repeat: no-repeat; background-size: cover; height: 350px; border: 1px solid #025cab; border-bottom: 5px solid #025cab;  }
.business_area .list-box ._frame01 p  { background-image: url("../images/sub/product_01_1.jpg"); }
.business_area .list-box ._frame02 p  { background-image: url("../images/sub/product_01_2.jpg"); }
.business_area .list-box ._frame03 p  { background-image: url("../images/sub/product_01_3.jpg"); }
.business_area .list-box ._frame04 p  { background-image: url("../images/sub/product_01_4.jpg"); }
.business_area .list-box ._frame05 p  { background-image: url("../images/sub/product_01_5.jpg"); }
.business_area .list-box ._frame06 p  { background-image: url("../images/sub/product_01_6.jpg"); }
.business_area .list-box ._frame07 p  { background-image: url("../images/sub/product_01_7.jpg"); }
.business_area .list-box ._frame08 p  { background-image: url("../images/sub/product_01_8.jpg"); }
.business_area .list-box ._frame09 p  { background-image: url("../images/sub/product_01_9.jpg"); }
.business_area .list-box ._frame10 p  { background-image: url("../images/sub/product_01_10.jpg"); }
.business_area .list-box ._frame11 p  { background-image: url("../images/sub/product_01_11.jpg"); }
.business_area .list-box ._frame12 p  { background-image: url("../images/sub/product_01_12.jpg"); }
.business_area .list-box ._frame13 p  { background-image: url("../images/sub/product_01_13.jpg"); }

.business_area .list-box ._frame21 p  { background-image: url("../images/sub/product_02_1.jpg"); }
.business_area .list-box ._frame22 p  { background-image: url("../images/sub/product_02_2.jpg"); }
.business_area .list-box ._frame23 p  { background-image: url("../images/sub/product_02_3.jpg"); }
.business_area .list-box ._frame24 p  { background-image: url("../images/sub/product_02_4.jpg"); }
.business_area .list-box ._frame25 p  { background-image: url("../images/sub/product_02_5.jpg"); }
.business_area .list-box ._frame26 p  { background-image: url("../images/sub/product_02_6.jpg"); }

.business_area .list-box ._frame31 p  { background-image: url("../images/sub/product_03_1.jpg"); }
.business_area .list-box ._frame32 p  { background-image: url("../images/sub/product_03_2.jpg"); }
.business_area .list-box ._frame33 p  { background-image: url("../images/sub/product_03_3.jpg"); }
.business_area .list-box ._frame34 p  { background-image: url("../images/sub/product_03_4.jpg"); }
.business_area .list-box ._frame35 p  { background-image: url("../images/sub/product_03_5.jpg"); }

.business_area .list-box ._frame41 p  { background-image: url("../images/sub/product_04_1.jpg"); }
.business_area .list-box ._frame42 p  { background-image: url("../images/sub/product_04_2.jpg"); }


/*.business_area .list-box ._frame04 p  { background-image: url("../images/sub/main_link_img_4.jpg"); } */
.business_area .list-box h4  { display: inline-block; background-color: #025cab; font-size: 22px; font-weight: 500; padding: 10px 0 0 0;white-space: pre-line; color: #ffeb3b; text-align: center; width: 100%; } /* padding: 10px 0; height: 50px; line-height: 41px;*/
.business_area .list-box ul  { position: relative; display: inline-block; margin: 15px auto 10px; }
.business_area .list-box ul li  { position: relative; margin-top: 5px; font-size: 16px; font-weight: 300; text-align: left; letter-spacing: 0px; }
.business_area .list-box ul li:first-child  { margin-top: 0; color: #fff; }
.business_area .list-box ul li:before  { content: ''; position: relative; width: 3px; height: 3px; background-color: #16599c; display: inline-block; top: -4px; margin-right: 6px; }
.business_area .txt-box p  { margin-top: 40px; padding: 0 15px; font-size: 20px; font-weight: 300; line-height: 1.5; color: #333; white-space: pre-line; }
.business_area .sign-box  { float: right; margin-right: 15px; font-size: 24px; font-weight: 400; color: #333; line-height: 1; }
.business_area .sign-box span  { margin-left: 20px; }
.business_area .sign-box:after  { content: ''; clear: both; float: none; display: block; }
@media only screen and (max-width:1200px)  {
	.business_area .list-box .img-frame  { width: 50%; } /*margin-top: 40px;*/
	.business_area .list-box ._frame01, .business_area .list-box ._frame02  { margin-top: 0; }
	.business_area .list-box .img-frame > div a { margin: 5px auto 25px; }
 }
@media only screen and (max-width:980px)  {
	.business_area .txt-box p  { font-size: 16px; }
	.business_area .list-box .img-frame  { width: 50%; }
 }
@media only screen and (max-width:768px)  {
	.business_area .list-box .img-frame  { width: 100%; padding: 0; } /*margin-top: 40px;*/
	.business_area .list-box .img-frame p  { margin-bottom:0; height: 200px !important; }
	.business_area .list-box ._frame01  { margin-top: 0; }
	.business_area .list-box .img-frame  { margin-bottom: 5px; }
 }

/*서브페이지 pc/모바일 별도 이미지형 컨텐츠 (세종의료기) 210513*/
.content_pc { display:block;  }
.content_m { text-align:center; display:none; }

@media (max-width:640px) {
	.content_pc { display:none;  }
	.content_m { display:block;   }
}

/*메인 - 섬네일 이미지 슬라이더 추가 owl 슬라이더*/

.main_owl_slider_responsive_01 { width:calc(100% -  720px); }



/*메인 연락3개 배너 영역 (문의전화/오시는길/온라인문의)*/
.contact_content { background:#cfe5f2; padding:50px 0;  }
.contact_content .wrap { width:1200px; height:300px;  margin:0 auto; } /*background:rgba(0,0,0,0.1); */
.contact_content .wrap > div { padding:10px; height:100%; width:calc(33.33333333333333% - 13.4px); margin-right:20px; border-radius: 30px; text-align:center; background:#337ab7; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1); cursor:pointer; } /*밝은테마 background:#fff*/
.contact_content .wrap > div:last-child { margin-right:0; }
.contact_content .wrap > div:hover { box-shadow: 10px 10px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.contact_content .wrap > div:hover h4 { color:#ffeb3b; } /*밝은테마 ; color:#005ba1; color:fff; */
.contact_content .wrap > div:hover a { color:#fff; }
.contact_content .wrap > div:hover .mini_adress { color:#fff !important; }
.contact_content .wrap > div:hover i { color:#ffeb3b; }
.contact_content .wrap > div h4 { font-size:26px;  margin-top:40px; color:#fff; }
.contact_content .wrap > div h4 i { vertical-align: middle;font-size: 40px; margin-top: -7px; margin-right: 5px; color:#fff; } /*밝은테마 color:#005ba1;*/
.contact_content .wrap > div p { margin-top:30px; color: #fff; font-size: 18px; }
.contact_content .wrap > div a { display:inline-block; font-size:28px; margin-top:30px; font-weight:500; color:#ffeb3b; } /*밝은테마 color:#005ba1;*/
.contact_content .wrap > div a.btn_inquery { display:inline-block; width:200px; height:50px; line-height: 50px; background:#8bc34a; color:#fff !important; font-size:22px; } /* 밝은테마 : background:#005ba1; color:#fff#ffeb3b color:#ffeb3b*/
.contact_content .wrap > div .mini_adress { color:#ffeb3b !important; font-size:22px !important; } /*밝은테마 : color:#333*/
.contact_content .wrap > div .cut_line { width:160px; margin:5px auto 0; }
.contact_content .wrap > div .cut_line::after { content: ""; display: block; width: 0%; height: 3px; background-color: #fff; left: 0; transition: width .3s , opacity .3s; opacity: 0; } /*밝은테마 :  background-color: #4caf50;*/
.contact_content .wrap > div:hover .cut_line::after { width: 100%; opacity: 1; background:#ffeb3b; }
.contact_content .wrap > div:hover a.btn_inquery { background:#4caf50; }

@media (max-width:1220px) {
	.contact_content { padding:50px 15px;  }
	.contact_content .wrap { width:100%; height:auto; }
	.contact_content .wrap > div { width:100%; height:250px; margin-right: 0px; margin-bottom:15px;  }
	.contact_content .wrap > div:last-child { margin-bottom:0px; }
	.contact_content .wrap > div h4 { font-size: 26px; margin-top:25px; }
}
@media (max-width:640px) {
	.contact_content .wrap > div h4 { font-size:22px; }
	.contact_content .wrap > div h4 i { font-size:36px; }
	.contact_content .wrap > div a { font-size:22px; }
	.contact_content .wrap > div .mini_adress { font-size:18px !important; }
	.contact_content .wrap > div a.btn_inquery { font-size:18px; }
}

/*pc화면 - 모바일 화면에서 보이게 안보이게 처리 (br, | 텍스트용 등) 230221 bjm*/
/*on*/
.mobile_on_768px { display:none; }
.mobile_on_640px { display:none; }
.mobile_on_620px { display:none; }
.mobile_on_480px {display: none; }
/*off*/
.mobile_off_640px {display: inline-block; }
.mobile_off_480px {display: inline-block; }
@media (max-width:768px) {
	/*on*/
	.mobile_on_768px { display:block; }
}
@media (max-width: 640px){
	/*on*/
	.mobile_on_640px { display:inline-block; }
	/*off*/
	.mobile_off_640px {display: none; }
}
@media (max-width:620px) {
	/*on*/
	.mobile_on_620px { display:block; }
}
@media (max-width:480px) {
	/*on*/
	.mobile_on_480px { display:block; }
	/*off*/
	.mobile_off_480px  { display:none; }
}


/*시공갤러리 페이지 드롭다운 버튼*/
/*위아래 여백주기*/
.height_space50 { width:100%; height:50px; } 
.height_space100 { width:100%; height:100px; } 
.height_space200 { width:100%; height:200px; }
.height_space300 { width:100%; height:300px; }
.minheight300 { height:300px; background:#fff; } /*서브페이지 컨텐츠 없을때 210215 bjm*/


/*서브페이지 탭버튼 1*/
.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { margin-left:0; margin-right:0; width:100%; height: 60px; display:none; }
.sub_fulldown_btn_01.btn-group > .btn:first-child { width: 100%; height: 50px; font-size: 20px; z-index: 9999; }
.sub_fulldown_btn_01 .dropdown-menu { width:100%; border-radius: 0px; }
.sub_fulldown_btn_01 .btn-default:hover { background: #011d54 !important; border: 1px solid #011d54 !important; color:#fff !important; }
.sub_fulldown_btn_01 .btn-default { color: #fff; background-color: #011d54; border-color: #011d54; margin-bottom: 10px; }

/*서브페이지 탭버튼 1 21.02.16*/
.sub_fulldown_btn_01 { display:none; }
.sub_fulldown_btn_01 .dropdown-menu {  top: 42px; }
.sub_fulldown_btn_01 .btn-default { color: #fff; background-color: #025cab; border-color: #025cab; margin-bottom: 10px; }
.sub_fulldown_btn_01 .dropdown-menu > li > a { line-height: 40px; font-size: 18px; }

@media all and (max-width:768px) {
	.sub-tab.new_tab { display:none; } /**/
	.sub_fulldown_btn_01{ display:block; } /*210216 bjm*/
	.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { display:block; margin-top: -5px; } /*210416 게시판 쓰기 페이지에서 드롭다운 메뉴가 pc에서 모바일 버튼이 보이는 현상 처리*/
}

/*푸터 라이센스 정보*/
.licence_info { background:#1a1a1a; padding:10px; color:rgba(255,255,255,0.6); font-size:14px; text-align:center; }
.licence_info a { color:#dbdbdb; font-weight:400; }
.licence_info a:hover { color:#fff; }
.licence_info button { padding:4px 4px; font-size:12px; color:rgba(255,255,255,0.9); line-height: 12px; border:1px solid rgba(255,255,255,0.3); background:rgba(255,255,255,0);}
.licence_info button:hover { background:#fff; color:#000; }
.modal-title { font-size:18px !important; }
.br_only_mobile { display:none;  }

@media screen and (max-width:768px) {
        .br_only_mobile { display:block;  }
        .licence_info { font-size:13px; }
		.footer_wrap { line-height:24px;  } /*푸터 텍스트 행간 넓게*/
}

/*pc 히든처리*/
.pc_hidden { display:none; }
@media (max-width:768px) {
	.pc_hidden { display:block; }
}

/*모바일 히든처리*/
@media (max-width:768px) {
	.mobile_hidden { display:none; }
}

/*전화걸기 버튼(fixed형)*/
.phone_call { width:60px; height:60px; position:fixed; bottom:155px; right:20px; display:block; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#2892ff; box-shadow: 0px 10px 20px rgba(0,0,0,0.3); color:#ffffff; font-size: 29px; display: block; line-height: 58px; }
.phone_sms { width:60px; height:60px; position:fixed; bottom:90px; right:20px; text-align: center; z-index: 10000; border-radius:50%; background:#06b554; box-shadow: 0px 10px 20px rgba(0,0,0,0.3); color:#ffffff; font-size: 25px; display: block; line-height: 56px; }
.phone_call:hover { background:#0f5fb1; color:#ffffff; }
.phone_sms:hover {background:#177a43; color:#ffffff; }
.phone_call.second { bottom:90px; background:#34bf07; }
.phone_call.second:hover { background:#09810c; }

@media only screen and (max-width: 768px) {
        .phone_call {width: 50px; height: 50px; bottom: 125px; right: 15px; line-height:48px; font-size: 25px;}
	    .phone_sms {width: 50px; height: 50px; bottom: 70px; right: 15px; line-height: 45px; font-size: 20px;}
}

/*메인비주얼 슬라이더 텍스트 정보 교체 (pc/모바일 이미지 교체)*/
.pc_on { display:inline-block; }
.mobile_on { display:none; }

@media only screen and (max-width: 768px) {
	.pc_on { display:none; }
	.mobile_on { display:block; margin: 0 auto; }
}

/*서브페이지 추가 (sub.css에서 반영 안되는 경우)*/
.con_box_jm221019 {  }
.con_box_jm221019 .first_box { width:100%; height:400px; background:#2892ff; border-radius:50px 0 0 0;  position:relative; }
.con_box_jm221019 .first_box .left_img { float:left; display:inline-block; position:absolute; left:77px; top:78px; } 
.con_box_jm221019 .first_box .right_img { float:right; display:inline-block; position:absolute; right:0; top:-16px;} 

.con_box_jm221019 .add_box {background: #2892ff; padding:0px 10px 40px 90px; font-size:16px; }
.con_box_jm221019 .add_box  .list {display: flex; margin-bottom: 4px; }
.con_box_jm221019 .add_box  .list span.check-icon {font-size:1.6em; font-weight:400; color:#fff; margin-right: 6px; }
.con_box_jm221019 .add_box  .list .txt {font-size:1.6em; font-weight:400; color:#fff; letter-spacing:-0.3px; }

.con_box_jm221019 .add_box .list:nth-child(1) .check-icon  { color:#fff900; }


.con_box_jm221019 .second_box { background:rgba(0,0,0,0.1); overflow:hidden; }
.con_box_jm221019 .second_box ul {}
.con_box_jm221019 .second_box ul li { float:left; width:50%; height:100%; height:400px;   }
.con_box_jm221019 .second_box ul li div { width:100%; height:100%; display:inline-block; display:flex; justify-content: center; align-items: center; flex-direction: column; position:relative; overflow:hidden; }


.con_box_jm221019 .second_box ul li div .img_box {   width:100%; height:100%; position:absolute; transform:scale(1); transition:all 0.4s; }
.con_box_jm221019 .second_box ul li div.one .img_box { background:url('/images/sub/sub_business_info_content_01_3.jpg')no-repeat 50%; background-size: cover; }
.con_box_jm221019 .second_box ul li div.two .img_box { background:url('/images/sub/sub_business_info_content_01_4.jpg')no-repeat 50%; background-size: cover; }
.con_box_jm221019 .second_box ul li div.three .img_box { background:url('/images/sub/sub_business_info_content_01_5.jpg')no-repeat 50%; background-size: cover; }
.con_box_jm221019 .second_box ul li div.four .img_box { background:url('/images/sub/sub_business_info_content_01_6.jpg')no-repeat 50%; background-size: cover; }
.con_box_jm221019 .second_box ul li div.five .img_box { background:url('/images/sub/sub_business_info_content_01_7.jpg')no-repeat 50%; background-size: cover; }
.con_box_jm221019 .second_box ul li div.six .img_box { background:url('/images/sub/sub_business_info_content_01_8.jpg')no-repeat 50%; background-size: cover; }
.con_box_jm221019 .second_box ul li div .img_box::before { content:''; width:100%; height:100%; position:absolute; background:rgba(0,0,0,0.3); z-index: 1;  transition:all 0.4s; }
.con_box_jm221019 .second_box ul li div:hover .img_box { transform: scale(1.1);  filter: blur(5px);  -webkit-filter: blur(5px); }
.con_box_jm221019 .second_box ul li div:hover .img_box::before { background:rgba(0,0,0,0.2); }
.con_box_jm221019 .second_box ul li div .txt_box { }
.con_box_jm221019 .second_box ul li div .txt_box h3 { height:48px; padding:0px 30px; border-radius:30px;  display: flex; align-items: center; text-shadow:none; font-size:26px; font-weight:600; color:#fff; margin-left:unset; background:#2892ff; position:relative; z-index:2; }
.con_box_jm221019 .second_box ul li div .txt_box p { font-size:25px; color:#fff; line-height:33px; margin-top:10px; text-align:center; position:relative; z-index:2;  }
.con_box_jm221019 .third_box { height: 460px; border: 10px solid #2892ff; 
border-top: none; position:relative; } /*padding: 80px 80px;*/
.con_box_jm221019 .third_box ul {  display:inline-block; z-index:2; position: absolute; top: 60px; left: 74px; }
.con_box_jm221019 .third_box ul li { font-size:26px; line-height:65px; display: flex; align-items: center; }
.con_box_jm221019 .third_box ul li img { width:50px; height:50px; }
.con_box_jm221019 .third_box ul li span { margin-left:12px; }
.con_box_jm221019 .third_box ul li span b { color:#2892ff; }
.con_box_jm221019 .third_box .right_box { position:absolute; right:-8px; bottom:0px; }
@media (max-width: 1200px) {
	.con_box_jm221019 { padding:0 15px; }
	.sub-contents h3 { width:auto !important; }
}
@media (max-width: 1140px) {
	.con_box_jm221019 .first_box { height:360px; }
	.con_box_jm221019 .first_box .left_img { left: 70px; top: 70px; }
	.con_box_jm221019 .first_box .right_img {  bottom: 0px; }
	.con_box_jm221019 .third_box { height: 680px; }

	.con_box_jm221019 .second_box ul li div .txt_box h3 { font-size: 26px; }
	.con_box_jm221019 .second_box ul li div .txt_box p { font-size: 26px; }
}

@media (max-width: 1030px) {
	.con_box_jm221019 .first_box .right_img  {display:none; }
}
@media (max-width: 767px) {
	.con_box_jm221019 .first_box {height: 286px; }
	.con_box_jm221019 .first_box .left_img {left: 30px; top: 30px; }
	.con_box_jm221019 .add_box {padding: 0px 10px 40px 30px; font-size: 13px; }
	.con_box_jm221019 .second_box ul li { width: 100%; }
	.con_box_jm221019 .third_box { height:unset; display: flex; flex-direction: column; align-items: center; }
	.con_box_jm221019 .third_box ul {  top: unset; left: unset; padding: 15px; } /*top: 30px; left: 30px;*/
	.con_box_jm221019 .third_box ul { position:unset; }
	.con_box_jm221019 .third_box ul li { font-size: 20px; line-height: unset; }
	.con_box_jm221019 .third_box .right_box { position:unset; right:unset; bottom:unset; width: 80%; }
	.con_box_jm221019 .third_box ul li img { width: 32px; height: 60px; }

	.con_box_jm221019 .second_box ul li div .txt_box h3 { font-size: 24px; }
	.con_box_jm221019 .second_box ul li div .txt_box p { font-size: 24px; }
}
@media (max-width: 640px) {
	.con_box_jm221019 .first_box {height: 255px; }
	.con_box_jm221019 .first_box .left_img { left: 20px; top: 30px; width: 94%; }
	.con_box_jm221019 .first_box .right_img { bottom: 0px; top: unset; width: 90%; }
}
@media (max-width: 480px) {
	.con_box_jm221019 .first_box {height: 212px; }
	.con_box_jm221019 .add_box {padding: 0px 10px 40px 30px; font-size: 12px; }
	.con_box_jm221019 .third_box ul li { font-size: 15px; }
	.con_box_jm221019 .third_box ul li img { height: 48px; }
}
/*공통 새로*/
.divide_line { display:inline-block;  }
.mobile_640_on {  display:none;  }
@media (max-width:640px){
	.divide_line { display:none;  }
	.mobile_640_on {  display:block;  }
}


/* 메인  업체소개 바로가기 명함사진 */
.name_card img {box-shadow: 0 0 5px rgb(0,0,0,0.1); margin-left: 5px; transition: all 300ms; border-radius: 15px; }
.name_card img:hover {box-shadow: 5px 5px 15px rgb(0,0,0,0.3); }


/* 모바일 햄버거 메뉴 */
@media only screen and (max-width: 980px) {
	.navigation {margin-left:0; }
}

/* 메인문구 전화번호 */
.main-visual .carousel-caption .slogan .main-call-box {margin-top: 15px; display: inline-block; }
.main-visual .carousel-caption .slogan .main-call-box > div {margin-bottom: 6px; }
.main-visual .carousel-caption .slogan .main-call-box  a {display: inline-block; font-size:27px; font-weight:700; color:#fff; letter-spacing: -0.8px; }
.main-visual .carousel-caption .slogan .main-call-box .branch-name {display: inline-block; font-size: 23px; font-weight: 400; background-color:#1689ec; border-radius: 100px; padding: 4px 14px; margin-right: 5px; }
.main-visual .carousel-caption .slogan .main-call-box .branch-name.geoje  {background-color: #34bf07; }

@media screen and (max-width: 768px) {
.main-visual .carousel-caption .slogan .main-call-box  a {font-size:23px; font-weight:600; }
.main-visual .carousel-caption .slogan .main-call-box .branch-name {font-size: 20px; }
}

.more_icon1 span { position:absolute; right:10px; display:none; width: 30px; height: 30px; top:10px; text-align: center; line-height: 30px; color:rgba(0,0,0,0.25); } /*50%; transform: translateY(-50%);*/ /*background: #dbdbdb;*/
.navigation > li a:hover span { color:#fff; }
.navigation > li.active span { color:#fff; }

@media (max-width:980px){
	.more_icon1 span { display:inline-block; }
}

/* 영업안내 방충망 추가 */
.mosquito-net {height:300px; background-image:url(../images/sub/mosquitonet-bg.jpg); background-position:center; background-size:cover; background-repeat:no-repeat; 
font-size:16px; display: flex; justify-content: center; align-items: center; text-align: center; padding:0 15px; }
.mosquito-net .box1 .big-box {font-size:2.4em; font-weight:600; color:#fff; border:1px solid #fff; padding:6px 30px; margin-bottom: 8px; background-color: rgba(0, 0, 0, 0.4); line-height: 1.4; }
.mosquito-net .box1 .sm-txt {font-size:1.3em; font-weight:400; color:#fff; margin-bottom: 14px;  } 
.mosquito-net .box1 .mid-txt {font-size:1.5em; font-weight:400; color:#efff00; } 

.main-text {background-color:#2892ff; border-radius:15px; padding: 15px 10px; width: 40%; min-width: 250px; font-size:1.0em; font-weight:400; color:#fff; letter-spacing:-0.3px;  line-height:1.6; text-align:left; margin-top: 18px; }


.on-900px {display:none; }
.on-680px {display:none; }
@media (max-width: 900px) {
	.off-900px {display:none; }
	.on-900px {display:block; }
	.mosquito-net {font-size:13px; }
}

@media (max-width: 680px) {
	.off-680px {display:none; }
	.on-680px {display:block; }
	.main-text {width: 50%; }
	.mosquito-net {font-size:11px; }
	.mosquito-net .box1 .big-box {font-weight:500; }
}

@media (max-width: 480px) {
	.main-text {width: 70%; }
}
