@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:#2b56b8;}
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(63,117,173,0.3);*/ background:#1e3c65; box-shadow: 0px 10px 20px rgba(0,0,0,0.3); }
.back-to-top:hover { background:#2b56b8; }
.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; margin-top: 8px;}
#header #header_in{position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: 65px;}
#nav{display: inline-block; margin-left: 10px;}


.nav-btn{display:none;}
.nav-bg{z-index:888; display:none; position:absolute; top:65px; width:100%; height:205px; background:#fff; border-top:1px solid #d4d4d4; border-bottom:3px solid #607d8b;} /*대메뉴 하단 보더라인 적용*/


.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:#2b56b8; }
.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:#2b56b8; color:#fff; border-color:#2b56b8; }

.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: 205px;}
.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:#2b56b8;}
.navigation > li:hover > a {color:#fff;}
.navigation > li:hover a {color:#fff;}
.navigation > li:hover .sub-menu{background:#2b56b8;}
.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:#143c95; 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 55px;}
	.util-menu {right: 0;}
}

@media only screen and (max-width: 1200px) {
	#header > div{padding:0 20px;}
}

@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:#2b56b8; }

	.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:hover {background:#337ab7; border-color:#095c71;}
	.navigation > li:first-child {border-top:none;}
	.navigation > li:hover:after {display:none;}
	.navigation > li.active {background:#337ab7;}
	.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:#337ab7;}
	.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; }
}

/* 메뉴 5개 일 때 메뉴 반응형 */
@media (max-width:1100px) {
.util-menu li:first-child a {
    font-size: 10px;
}
.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:#1e3c65; color:#fff; padding-bottom:35px; height: 283px;}
#footer:before {content:''; position:absolute; top:75px; bottom:0; width:100%; background:#1e3c65; }
/*#footer:after{content:''; position:absolute; top:74px; left:0; width:100%; height:1px; background-color:#727272;}*/
.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:193px; 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:#2b56b8; }
.footer-sns li a img { width:35px; }

#footer p, #footer li{font-size:15px; font-weight:300; letter-spacing:0; color:#bfbfbf;}

.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; padding-top: 30px;}
.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:34%;
}

.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:768px) {

	 #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: 20px; white-space:pre;}
	.footer-info br{display:block;}

	.footer-copy {white-space:pre-line;}

	.foot-logo{float:none; margin:0 0 20px 0;}

		.qr-code-box {
	display:none;
}
#footer {height:auto;}
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.carousel-inner > .item{height:865px;}
.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:42%; 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: #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 .main-copy {margin-bottom:20px; line-height:1.1; font-weight: 700; 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: 180px; 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: 34%;}
	.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:150px; } /*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: 34%;}
	.main-visual .carousel-caption .slogan{font-size:13px; padding:0px;} 
	.main-visual .carousel-caption .slogan .copy_numb {font-size: 24px; margin-bottom: 35px;}
	.main-visual .carousel-caption .slogan .main-copy{font-size:25px; line-height: 38px; margin-bottom: 0;}
	.main-visual .carousel-caption .slogan p {font-size: 20px; line-height: 28px;}
	.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:43px; font-family:'NotoSansKR', sans-serif; font-weight:500;}
.main-box-tit h3 .sub_tit { font-weight:300; font-size:20px; margin-top:10px; font-family:'NotoSansKR', sans-serif;}

/*.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.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: #1e3c65; color: #fff; font-size: 16px;}
.main-box-in ._left a:nth-child(4).btn {background:#2b56b8; }
.main-box-in ._left a.btn:hover { background-color: #2b56b8; color: #fff; }
.main-box-in ._left a._last {margin-right: 0;}
.main-box-in ._left span {display: inline-block; margin-bottom: 20px; font-size: 29px; font-weight:100; line-height: 30px; color: #555; font-family:'NotoSansKR', sans-serif;}
.main-box-in ._left h4 {font-weight:bold; position: relative; margin-bottom: 30px; font-size: 42px; line-height: 1; color: #333; font-family:'NotoSansKR', sans-serif;}
.main-box-in ._left p {max-width: 547px; font-size: 19px; line-height: 26px; color: #666; font-family:'NotoSansKR', sans-serif;} /*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: #2b56b8; color:#fff; border: 1px solid #2b56b8; }

/*메인- 회사소개 영역*/
.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: #fff; 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: #2b56b8; 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:193px; 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: #2b56b8; 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 0px; 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:#2b56b8; border-color:#2b56b8; }
.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:#2b56b8; border:3px solid #2b56b8; }
@media (max-width: 1200px) {
	.gallery-wrap { padding: 0 15px; }
}
@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;	}
	.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.company_bn_slide { background: #c1c1c1; }
#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;}
.br_off { display:none; }

@media screen and (max-width:640px) {
        .br_off { display:block; }
}

/*주요취급제품 페이지*/
.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*/
.br_on { display:none; }

/*서브페이지 탭버튼 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) {
	.br_on { display:block; }
	.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; }
}

/*푸터추가*/
.br_off {display: none;}
@media screen and (max-width: 640px){
	.br_off {display: block; }
}

/*시공갤러리 페이지 드롭다운 버튼*/
/*위아래 여백주기*/
.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*/
.br_on { display:none; }

/*서브페이지 탭버튼 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) {
	.br_on { display:block; }
	.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:90px; right:20px; display:block; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; /*background:rgb(0,150,136,0.85);*/ background:#2b56b8; box-shadow: 0px 10px 20px rgba(0,0,0,0.3); }
.phone_call:hover { background:#2b56b8; }
.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(0,150,136,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;}
}

/*메인비주얼 슬라이더 텍스트 정보 교체 (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; }
}

/* 헤더 재난안전지도사 영역 */
.hd_top { position: absolute; right:-215px; bottom: -10px; display:none; }

/* 메인 슬라이드 이미지 영역 */
@media all and (max-width: 768px){
	.main-visual .carousel-caption img {width: 100%;}
}

/* 풋터 br 태그 영역 */
.br_off02 {display:block;}
.br_off03 {display:none;}
@media all and (max-width: 768px){
	.br_off03 {display:block;}
}

/* 연혁 영역 */

#wrap {
	overflow: hidden;
	}

	.cont-wrap .stitle {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	}
.cont-wrap .cont-mid {
	margin: 4.5rem 0;
	}
.cont-wrap .cont-mid::before {
	content: "";
	display: table;
	}
.cont-wrap .cont-mid::after {
	content: "";
	display: block;
	clear: both;
	}


.history .history-title { text-align: center; margin-bottom: 2.8rem; }
.history .history-title .icon { display: inline-block; width: 87px; height: 80px; background: url("../../images/kps/sub0104_symbol.png") no-repeat 0 0/cover; }
.history .history-title strong { font-size: 4.5rem; display: block; font-weight: 600; }
.history .history-title small { color: #767676; font-size: 1.8rem; font-weight: 300; }
.history .timeline { position: relative; padding-bottom: 5rem; }
.history .timeline::after { content: ""; display: block; clear: both; }
.history .timeline::before { content: ""; width: 1px; height: calc(100% - 3.8rem); background-color: #e0e5ed; position: absolute; top: .5rem; left: 50%; z-index: -1; }
.history .timeline > li { width: 50%; padding-left: 5.6rem; position: relative; margin-bottom: 2rem; opacity: 0; -webkit-transform: translateY(5rem); transform: translateY(5rem); -webkit-transition: all .3s ease; transition: all .3s ease; }
.history .timeline > li.active { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
.history .timeline > li.active img { -webkit-transform: translateY(-3rem); transform: translateY(-3rem); }
.history .timeline > li:before { content: ""; position: absolute; top: 2.9rem; left: 0; width: 3.5rem; height: 1px; background-color: #3944a7; } /*top:.9rem*/
.history .timeline > li:after { content: ""; position: absolute; top:2.5rem; left: 0; width: .9rem; height: .9rem; border: 3px solid #344480; background-color: #fff; border-radius: 100%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } /*top: .5rem*/
.history .timeline > li:nth-child(odd) { right: -50%; }
.history .timeline > li:nth-child(even) { padding-right: 5.6rem; text-align: right; }
.history .timeline > li:nth-child(even):after { right: 0; left: inherit; -webkit-transform: translateX(50%); transform: translateX(50%); }
.history .timeline > li:nth-child(even):before { right: 0; left: inherit; }
.history .timeline > li strong { display: block; font-size: 3.5rem; font-weight: 500; color: #000; margin-bottom: 15px; }
.history .timeline > li figure {display: inline-block; width: 47.35rem; height: 33.9rem; margin-top: 1rem; }
.history .timeline > li figure img { -webkit-transition: all 1s ease; transition: all 1s ease; -webkit-transform: translateY(0); transform: translateY(0); }
.history .timeline > li ul {padding-bottom:40px;}
.history .timeline > li ul > li { overflow: hidden; line-height: 25px; font-size:1.8rem;}
.history .timeline > li ul > li > span { font-weight: 500; color: #333; }
.history .timeline > li:nth-child(even) ul > li { padding-right: 0px; position: relative; letter-spacing: -1px; }
.history .timeline > li:nth-child(even) ul > li em { position: absolute; right: 0; margin-right: 0; }
.history .timeline > li:nth-child(even) ul > li span { text-align: right; }

@media screen and (max-width: 999px)
.container {width: 100% !important;}


@media all and (max-width:767px) {
.history .timeline::before { left: .45rem; height: calc(100% - 4.2rem); }
.history .timeline > li { width: 100%; padding-left: 2rem; padding-right: 2rem; }
.history .timeline > li figure { width: 100%; }
.history .timeline > li:nth-child(even) { text-align: left; padding-right: 2rem; }
.history .timeline > li:nth-child(even)::after { right: inherit; left: 0; -webkit-transform: translateX(0); transform: translateX(0); }
.history .timeline > li:nth-child(even)::before { right: inherit; left: 0; }
.history .timeline > li:nth-child(odd) { right: 0; }
.history .timeline > li::after { -webkit-transform: translateX(0); transform: translateX(0); }
.history .timeline > li::before { width: 1.5rem; }
.history .timeline .history-img { margin-top: 0; }
}

/* 메인 링크 커스텀 영역 20221021 */

.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; transition:0.3s all; }
.main-box-link ul li a { width:100%; overflow:hidden; 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-family: 'NotoSansKR', sans-serif; font-size:31px; transition:0.5s all; } /*top: 25%;  position: absolute; left: 50%; transform: translateX(-50%); z-index:50;*/
.main-box-link ul li a p { font-size:16px; } /*hover 시 모션 필요소스*/ /*margin-top:20px;*/ /*display: none; */

.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 {overflow:hidden;}
.main-box-link ul li {overflow:hidden; transition: all 0.5s;}
/*.main-box-link ul li:hover {transform:scale(1.1);}*/

/*4개 배너영역 - hover 시 텍스트/아이콘 모션*/
.main-box-link ul li .ico-1 { width:96px; transition: all 0.5s;  position: absolute; top: 40%; left:50%; transform: translateX(-50%); z-index: 30; opacity:0; } /*hover 시 모션 필요소스*//*background:red;  color:red;  text-shadow:0 0 5px rgba(0,0,0,0.5);*/
.main-box-link ul li .ico-2 { width:60px; transition: all 0.5s;  position: absolute; top: 40%; left:50%; transform: translateX(-50%); z-index: 30; opacity:0; }



.main-box-link ul li:hover { cursor:pointer;}
.main-box-link ul li:hover h4 {color:#ccff00; } /*text-decoration:underline; border-bottom:1px solid #fff;*/
.main-box-link ul li:hover .ico-1 { top:30%; opacity:1; }  /*hover 시 모션 필요소스*/ /*opacity:0;*/
.main-box-link ul li:hover .ico-2 { top:30%; opacity:1; }
.main-box-link ul li:hover a p { display:block; }

@media only screen and (max-width: 1280px) {
	.main-box-link ul li a h4 { font-size: 22px; }
}

@media only screen and (max-width: 1200px) {
	.main-box-link ul li a h4 { font-size: 20px; }
	.main-box-link ul li a p { font-size: 17px; }
}

@media only screen and (max-width: 980px) {
	.main-box-link ul li .ico-1, .main-box-link ul li .ico-2 {  } /*hover 시 모션 필요소스*/ /*display:none;*/
	.main-box-link ul li .ico-1 { top: 28%; }
	.main-box-link ul li .ico-2 { top: 28%; }
	.main-box-link li a .text-box { margin-top: -14px; } /*hover 시 모션 필요소스*/
}

@media only screen and (max-width: 768px){ 
	.main-box-link ul li{min-height:300px;}
	.main-box-link ul li:hover .ico-1 { opacity:0; }
	.main-box-link ul li:hover .ico-2 { opacity:0; }
}

@media only screen and (max-width: 480px) { 
	.main-box-link ul li {min-height: 360px;}
	.main-box-link ul li a {font-size: 20px;}
	.main-box-link li a .text-box {  padding: 15px 0 !important; }

	/*.main-box-link ul li a h4 { font-size: 15px; }*/

	.main-box-link ul li a h4 { font-size: 18px; }
	.main-box-link ul li a p { font-size: 14px; }
}

/*메인페이지 - 4개이미지 HOVER 효과*/
.main-box-link li:after { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; top: 0; left: 0; transition: all 0.7s; }
.main-box-link li:hover:after { background: rgba(1,82,158,0.90); } /*hover 시 모션 필요소스*/
.main-box-link li a .text-box {   width: 100%;  position: absolute;   left: 50%; bottom: 0px;  background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(255,255,255,0)); padding: 20px 0; transform: translateX(-50%); transition: all 0.5s; margin-top: 25px; z-index:50; } /*position: relative; z-index: 30; */ /*rgba(0,0,0,0.5)*/ /*rgba(0,35,68,0.9)*/
.main-box-link li:hover a .text-box { margin-top:-15px; bottom: 30%;  background:transparent; padding:0; } /*hover 시 모션 필요소스*/ /*transform: translateY(-30%);*/
.main-box-link ul li a p { font-size:19px; margin-top:0px; }
@media (max-width:768px) {
	.main-box-link li:hover a .text-box { bottom: 41%; }
}

/* sub03 사업분야 영역 */
.sub03_content03 .sub03_content02 {}
.sub03_content03 .sub03_content02 p {font-size:40px; color:#666; font-family:'NotoSansKR', sans-serif; font-weight:200; line-height:50px;}
.sub03_content03 .sub03_content02 p span {font-family:'NotoSansKR', sans-serif; font-weight:500;}
.sub03_content03_03 {margin-top:54px; margin-bottom:33px;}
.sub03_box_wrap {display:flex;}
.sub03_box_wrap .sub03_cont_box {margin-right:34px; width:calc(100%/ 4); background:#4b8bc9;}
.sub03_box_wrap .sub03_cont_box:last-child {margin-right:0px;}
.sub03_box_wrap .sub03_cont_box img {display:block; margin:17px auto; max-width:100%; height:auto; }
.sub03_box_wrap .sub03_cont_box p {text-align:center; font-size:26px; font-family:'NotoSansKR', sans-serif; color:#fff; padding-bottom:36px;}

.sub03_content04 {background:url('/images/sub/sub_content03_bg02.png') no-repeat, #e6f1ff; height:952px; margin-bottom:84px; position:relative; background-position:right bottom;}
.sub03_content04 > img {max-width:100%; height:auto;}
.sub03_content04 .sub03_content04_img01 {position:absolute; z-index:1; top: 37px; left: 37px;}
.sub03_content04 .sub03_content04_img02 {position:absolute; right:0px; top: 194px;}

.sub03_content05 {}
.sub03_content05 > p {font-size:25px; color:#555; font-family:'NotoSansKR', sans-serif; font-weight:500; margin-bottom:30px;}
.sub03_content05 > p > img {vertical-align: middle; margin-right:6px;}
.sub03_box_wrap_05 {overflow:hidden;}
.sub03_box_wrap_05 .sub03_cont_box {margin-right:31px; float:left; background:#e0edff; margin-top:30px;}
.sub03_box_wrap_05 .sub03_cont_box:nth-child(1) {margin-top:0px;}
.sub03_box_wrap_05 .sub03_cont_box:nth-child(2) {margin-top:0px;}
.sub03_box_wrap_05 .sub03_cont_box:nth-child(3) {margin-top:0px;}
.sub03_box_wrap_05 .sub03_cont_box:nth-child(3n) {margin-right:0px;}
.sub03_box_wrap_05 .sub03_cont_box p {font-size:26px; text-align:center; font-family:'NotoSansKR', sans-serif; color:#565656; padding:43px 0; font-weight:400;}

@media all and (max-width:1200px) {
	.sub03_content03 {padding:0 20px;}
	.sub03_content03 .sub03_content02 p {font-size:35px;}
	
	.sub03_box_wrap_05 .sub03_cont_box {width:calc((100% - 62px)/3);}
	.sub03_box_wrap_05 .sub03_cont_box:nth-child(3) {margin-right:0px;}
	.sub03_box_wrap_05 .sub03_cont_box p {font-size:20px;}
}

@media all and (max-width:999px) {
	.sub03_box_wrap {flex-wrap: wrap;}
	
	.sub03_box_wrap .sub03_cont_box {padding:10px;}
	.sub03_box_wrap_05 .sub03_cont_box {width:50%;}
	.sub03_box_wrap .sub03_cont_box img {width:147px;}
	.sub03_box_wrap .sub03_cont_box:nth-child(2) img {width:167px;}
	.sub03_box_wrap .sub03_cont_box:nth-child(3) img {width:137px;}

	.sub03_content04 { background-size: 100vmin; }
	.sub03_content04 .sub03_content04_img01 {width:100%; left:0px; padding:0 20px;}
	.sub03_content04 .sub03_content04_img02 {width:100%;}
	
	.sub03_box_wrap_05 .sub03_cont_box img {width:100%;}


	
	.sub03_box_wrap_05 .sub03_cont_box {width:calc((100% - 31px)/2);}
	.sub03_box_wrap .sub03_cont_box { width: calc((100% - 34px)/2); margin-bottom:34px;}

	.sub03_box_wrap_05 .sub03_cont_box:nth-child(2n) {margin-right:0px;}
	.sub03_box_wrap_05 .sub03_cont_box:nth-child(3) {margin-top:30px; margin-right:30px;}
	.sub03_box_wrap .sub03_cont_box:nth-child(2n) {margin-right:0px;}
}

@media all and (max-width:680px) {
	.sub03_content03 .sub03_content02 p {font-size:27px; line-height: 35px;}

	.sub03_box_wrap .sub03_cont_box { width:calc((100% - 34px)/2); margin-top:30px;}
	.sub03_content04 .sub03_content04_img01 {padding:20px; top:15px; left:0px;}
	.sub03_content04 .sub03_content04_img02 {top:253px;}
	.sub03_content04 {height:141vmin;}
	
	.sub03_content03_03 {margin-top:15px;}
	
	.sub03_box_wrap_05 .sub03_cont_box p {font-size:18px; padding:20px 0; margin:0px 0;}

	.sub03_box_wrap_05 .sub03_cont_box {width:100%;}
	.sub03_box_wrap_05 .sub03_cont_box:nth-child(2) {margin-top:30px;}
	
	.sub03_box_wrap .sub03_cont_box:nth-child(1) {margin-top:0px;}
	.sub03_box_wrap .sub03_cont_box:nth-child(2) {margin-top:0px; margin-right:0px;}
	.sub03_box_wrap .sub03_cont_box:nth-child(3) {margin-top:0px;}
	.sub03_box_wrap .sub03_cont_box:nth-child(4) {margin-top:0px; margin-right:0px;}
}

@media all and (max-width:500px) {
.sub03_box_wrap .sub03_cont_box { width:calc((100% - 5px)/2);}
.sub03_box_wrap .sub03_cont_box img {width:90px;}
.sub03_box_wrap .sub03_cont_box:nth-child(2) img {width:101px;}
.sub03_box_wrap .sub03_cont_box:nth-child(3) img {width:80px;}
.sub03_box_wrap .sub03_cont_box:nth-child(4) img {width:84px;}
.sub03_box_wrap .sub03_cont_box p {font-size:18px; letter-spacing:-1px;}
.sub03_box_wrap .sub03_cont_box {margin-right:5px;}
.sub03_box_wrap .sub03_cont_box:nth-child(1) {margin-bottom:5px;}
.sub03_box_wrap .sub03_cont_box:nth-child(2) {margin-bottom:5px;}
.sub03_content03_03 {margin-bottom:0px;}
}


/* cei 자격시험 영역 */
.cei_qualification_wrap {}
.cei_qualification_content01 p b {    font-size: 32px;
    display: block;
    font-family: 'NotoSansKR', sans-serif;
    margin-top: 40px;
    margin-bottom: 41px;
    font-weight: 500;
    line-height: 1.5;
    color: #f38011;
    white-space: pre-line;}

.cei_qualification_content02 .text_style01 {margin-bottom:11px;}

.text_style01 {color:#3292c4; font-size:32px; font-family:'NotoSansKR', sans-serif; font-weight:500; margin-bottom:27px;}
.text_style02 {color:#555; font-size:22px; line-height:30px;}
.text_style03 {color:#555; font-size:26px; font-family:'NotoSansKR', sans-serif; font-weight:500; margin-top:20px;}
.text_style04 {font-size:22px; color:#777; line-height:30px; letter-spacing:-2px;}


.cei_qualification_content02 {margin-top:54px; margin-bottom:70px;}

.cei_qualification_content03 {overflow:hidden; margin-top:40px;}
.cei_qualification_content03 .cei_qualification_content03_con_box01 {float:left; width:50%;}
.cei_qualification_content03 .cei_qualification_content03_con_box01 > p:nth-child(1)  {margin-bottom:20px; font-family:'NotoSansKR', sans-serif; font-weight:500; color:#333; font-size:28px;}
.cei_qualification_content03 .cei_qualification_content03_con_box01 > p:nth-child(1) img {vertical-align: middle; margin-right:6px;}

.cei_qualification_content04 {margin-top:101px;}
.cei_qualification_content04 > img {max-width:100%; height:auto; display:block; margin:0 auto;}
.cei_qualification_content04_m {display:none !important;}

.cei_qualification_content05 {margin-top:101px;}
.cei_qualification_content06 {margin-top:101px;}

.cei_qualification_table {width:100%;}
.cei_qualification_table thead tr {border-top:1px solid #c7c7c7;}
.cei_qualification_table thead tr th {color:#333; font-size:18px; font-family:'NotoSansKR', sans-serif; font-weight:500; background:#efefef; height:32px; line-height: 32px; text-align:center; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; border-right:1px solid #c7c7c7;}
.cei_qualification_table thead tr th:last-child {border-right:none;}
.table_text_style01 {color:#333; font-size:18px; font-family:'NotoSansKR', sans-serif; font-weight:500; text-align:center; background:#f9f9f9;}
.table_text_style02 {color:#333; font-size:18px; font-family:'NotoSansKR', sans-serif; font-weight:400; text-align:left; padding:20px;}
.cei_qualification_table tbody tr .text_style_w01 {width:190px; vertical-align: middle;}
.cei_qualification_table tbody tr .text_style_w02 {width:105px; vertical-align: middle;}
.cei_qualification_table tbody tr td {border-right:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; padding:20px;}
.cei_qualification_table tbody tr td span {color:#3292c4;}
.cei_qualification_table tbody tr td:last-child {border-right:none;}

.cei_qualification_table02 {width:100%;}
.cei_qualification_table02 thead tr {border-top:1px solid #c7c7c7;}
.cei_qualification_table02 thead tr th { color:#333; font-size:18px; font-family:'NotoSansKR', sans-serif; font-weight:500; background:#efefef; height:32px; line-height: 32px; text-align:center; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; border-right:1px solid #c7c7c7;}
.cei_qualification_table02 thead tr th:last-child {border-right:none;}
.cei_qualification_table02 tbody tr td {border-right:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; vertical-align: middle;}
.cei_qualification_table02 tbody tr .table_r {border-right:none;}
.tb_r {border-right:1px solid #c7c7c7 !important;}
.table_text_style02_01 {color:#333; font-size:18px; font-family:'NotoSansKR', sans-serif; font-weight:400; text-align:center; padding:5px;}

@media all and (max-width:1200px) {
.cei_qualification_wrap {padding:0 20px;}
.text_style04 > br {display:none;}
.text_style01 {word-break: break-all;}
.text_style04 {word-break: break-all;}

 .cei_qualification_content03 .cei_qualification_content03_con_box01 {margin-right: 20px; width: calc((100% - 20px)/2);}
 .cei_qualification_content03 .cei_qualification_content03_con_box01:nth-child(2) {margin-right:0px;}	
 .sub_content01 {padding:0 20px;}
 .sub03_content03 .sub_content01 {padding:0 0px;}
}

@media all and (max-width:999px) {
 .cei_qualification_content01 p b {font-size:28px;}
 .text_style01 {font-size:22px !important;}
 .text_style02 {font-size:20px;}
 .cei_qualification_content03 .cei_qualification_content03_con_box01 > p:nth-child(1) {font-size:25px;}
 .text_style03 {font-size:24px;}
 .text_style04 {font-size:20px;}
 .table_text_style02 {padding:20px !important;}
}

@media all and (max-width:680px) {
.cei_qualification_content01 p {font-size:25px;}

.cei_qualification_content04_pc {display:none !important;} 
.cei_qualification_content04_m {display:block !important;}

.cei_qualification_content01 p b {font-size:20px;}
.text_style01 {font-size:22px;}
.text_style02 {font-size:16px; line-height:20px; word-break: break-all;}
.cei_qualification_content03 .cei_qualification_content03_con_box01 > p:nth-child(1) {font-size:20px;}
.text_style03 {font-size:18px; }
.text_style04 {font-size: 16px; word-break: break-all; line-height:25px;}
.cei_qualification_content04 {margin-top:30px;}
.cei_qualification_table thead tr th {font-size:16px; vertical-align: middle;}
.table_text_style01 {font-size:16px;}
.table_text_style02 {font-size:16px;}


.cei_qualification_table02 thead tr th {font-size:16px; vertical-align: middle;}
.table_text_style02_01 {font-size:16px;}
}

/* cei자격시험 일정 */
.cei_qualification_content02_02_01 img {max-width:100%; height:auto;}

.table_text_style01_01 { color: #333; font-size: 18px; font-family: 'NotoSansKR', sans-serif; font-weight: 500; text-align: left; background: #f9f9f9; vertical-align: middle !important; padding-left:40px !important; width:360px;}
.table_text_style02 { color: #333; font-size: 18px; font-family: 'NotoSansKR', sans-serif; font-weight: 400; text-align: left; padding-left:15px !important;}
.cei_qualification_content05_01 {margin-top:101px;}
.cei_qualification_content02_02_01 {margin-bottom:101px;}

@media all and (max-width:1200px) {
.cei_qualification_content05_01 { margin-top: 50px; }
}

@media all and (max-width:680px) {
	.table_02 thead tr th {font-size:16px; vertical-align: middle;}
	.table_text_style01_01 {font-size:16px; padding-left:13px !important;}
	.table_text_style02 {font-size:16px;}
}


/* sub02 사업분야 - 사업품목 영역 */
.business_item_wrapper {overflow:hidden; width:100%;}
.business_item_wrapper .business_item_l {float:left; margin-top:50px; width:50%;}
.business_item_wrapper .business_item_l .business_box01_l {}
.business_item_wrapper .business_item_l .business_box01_l p {font-family: 'NotoSansKR', sans-serif; font-size:25px; font-weight:400; position:relative; color:#333;}
.business_item_wrapper .business_item_l .business_box01_l p:after {content: ''; position: absolute; top: 11px; left: 146px; width: 3px; height: 21px; background-color: #333;}
.business_item_wrapper .business_item_l .business_box01_l p > span {display:inline-block; margin-left:20px; color:#2b56b8; font-weight:600;}

.business_item_wrapper .business_item_l .business_box02_l {margin-top:30px;}
.business_item_wrapper .business_item_l .business_box02_l p {font-family: 'NotoSansKR', sans-serif; font-size:24px; font-weight:600; color:#333;}
.business_item_wrapper .business_item_l .business_box02_l ul {margin-top:20px;}
.business_item_wrapper .business_item_l .business_box02_l ul li {margin-bottom:20px; font-family: 'NotoSansKR', sans-serif; font-size:20px; color:#333; position:relative; padding-left:13px;}
.business_item_wrapper .business_item_l .business_box02_l ul li:before {content: ''; position: absolute; top: 14px; left: 0px; width: 6px; height: 6px; background-color: #333; border-radius:6px;}

.business_item_wrapper .business_item_l .business_box03_l {margin-top:30px;}
.business_item_wrapper .business_item_l .business_box03_l p {font-family: 'NotoSansKR', sans-serif; font-size:24px; font-weight:600; color:#333;}
.business_item_wrapper .business_item_l .business_box03_l ul {margin-top:20px;}
.business_item_wrapper .business_item_l .business_box03_l ul li {margin-bottom:20px; font-family: 'NotoSansKR', sans-serif; font-size:20px; color:#333; position:relative; padding-left:13px;}
.business_item_wrapper .business_item_l .business_box03_l ul li:before {content: ''; position: absolute; top: 14px; left: 0px; width: 6px; height: 6px; background-color: #333; border-radius:6px;}

.business_item_wrapper .business_item_r {float:right; margin-top:50px; width:50%; overflow:hidden;}
.business_item_r .business_box01_r {}
.business_item_r .business_box01_r .business_box_img01 { width:100%; height:400px; background:rgba(0,0,0,0.1) url('/images/sub/business_item01.jpg')no-repeat center; background-size:cover;  } /*width:700px; text-align:center;*/
.business_item_r .business_box02_r {margin-top:30px; overflow:hidden;}
.business_item_r .business_box02_r .business_box_img02 {width:200px; height:300px; background:rgba(0,0,0,0.1) url('/images/sub/business_item02.jpg')no-repeat center; background-size:cover; float:left;}
.business_item_r .business_box02_r .business_box_img03 {width:200px; height:300px; background:rgba(0,0,0,0.1) url('/images/sub/business_item03.jpg')no-repeat center; background-size:cover; float:left;}
.business_item_r .business_box02_r .business_box_img04 {width:200px; height:300px; background:rgba(0,0,0,0.1) url('/images/sub/business_item04.jpg')no-repeat center; background-size:cover; float:left; margin-right:0px !important;}
.business_item_r .business_box02_r .img02_content {margin-right:30px; width:calc((100% - 60px)/3);}
.business_item_r .business_box03_r {clear:both; margin-top:30px;}
.business_item_r .business_box03_r .business_box_img05 {width:700px; height:300px; background:rgba(0,0,0,0.1) url('/images/sub/business_item05.jpg')no-repeat center; background-size:cover; float:left;}

.business_item_wrapper .business_item_l .business_box01_l p .mobile_on01 {display:none;}

@media all and (max-width:1200px) {
 .business_item_wrapper {padding:0 20px;}
}

@media all and (max-width:999px) {
 .business_item_wrapper {padding:0 20px;}
 .business_item_wrapper .business_item_l {float:none; width:100%;}
 .business_item_wrapper .business_item_r {float:right; width:100%;}
 .business_item_r .business_box01_r .business_box_img01 {width:100%;}
 .business_item_r .business_box03_r .business_box_img05 {width:100%;}
 
 .business_item_wrapper .business_item_l .business_box01_l p {font-size:23px;}
 .business_item_wrapper .business_item_l .business_box03_l p {font-size:23px;}
 .business_item_wrapper .business_item_l .business_box01_l p > span {margin-left:25px;}

 .business_item_wrapper .business_item_l .business_box01_l p:after {left:138px;}
 .business_item_wrapper .business_item_l .business_box03_l ul li:before {top:11px;}
 .business_item_wrapper .business_item_l .business_box02_l ul li:before {top:11px;}
 .business_item_wrapper .business_item_l .business_box02_l ul li {font-size:18px;}
 .business_item_wrapper .business_item_l .business_box03_l ul li {font-size:18px;}
}
@media (max-width:720px){
	.business_item_r .business_box01_r .business_box_img01 { height: 94vw; }
	.business_item_r .business_box02_r > .img02_content { height: 44vw; }
	.business_item_r .business_box03_r .business_box_img05 { height: 30vw; }
}
@media all and (max-width:680px) {
 .business_item_wrapper .business_item_l .business_box01_l p .mobile_on01 {display:block;}
 .business_item_wrapper .business_item_l .business_box01_l p {font-size:21px;}
 .business_item_wrapper .business_item_l .business_box01_l p:after {top:43px; left:0px;}
 .business_item_wrapper .business_item_l .business_box01_l p > span {margin-left:15px;}

 .business_item_wrapper .business_item_l .business_box03_l p {font-size:20px;}
 .business_item_wrapper .business_item_l .business_box02_l p {font-size:20px;}
 .business_item_wrapper .business_item_l .business_box02_l ul li {font-size:16px;}
 .business_item_wrapper .business_item_l .business_box03_l ul li {font-size:16px;}
}

/**/
.LeftTwo_RightOne_Type_221101 { margin-top: 50px; font-size: 20px; overflow: hidden; }
.LeftTwo_RightOne_Type_221101 header { font-size: 24px; font-weight:600; margin-bottom: 20px; }
.LeftTwo_RightOne_Type_221101 .left_box { float:left; width: calc(50% - 15px); margin-right: 15px; } /* width:50%; padding:20px;  background: rgba(0,0,0,0.03); */
.LeftTwo_RightOne_Type_221101 .left_box .content_first { margin-bottom:15px; clear: both; overflow: hidden; }
.LeftTwo_RightOne_Type_221101 .left_box .con_txt { float:left; width:calc(100% - 275px) } /*background:rgba(0,0,0,0.1);*/ /*calc(50% - 30px);*/
.LeftTwo_RightOne_Type_221101 .left_box .con_txt th, .LeftTwo_RightOne_Type_221101 .left_box .con_txt td { font-size:18px !important; text-align:center; }
.LeftTwo_RightOne_Type_221101 .left_box .con_txt th { font-weight:500; }
.LeftTwo_RightOne_Type_221101 .left_box .con_txt tr:last-child td { border-bottom:1px solid #ddd; }
.LeftTwo_RightOne_Type_221101 .left_box .con_img { float:right; background:rgba(0,0,0,0.1); width: 250px; margin-left: 15px; height: 170px; } /*width:calc(50% - 15px)*/
.LeftTwo_RightOne_Type_221101 .left_box .img_one { background:url('/images/sub/sub_02_img1.jpg')no-repeat center; background-size: cover;}
.LeftTwo_RightOne_Type_221101 .left_box .img_two { background:url('/images/sub/sub_02_img2.jpg')no-repeat center; background-size: cover;}

/*.LeftTwo_RightOne_Type_221101 .left_box .con_txt td:nth-child(1 - 1) { text-align:center; }*/
/*.LeftTwo_RightOne_Type_221101 .txt_center {  text-align:center; }*/

.LeftTwo_RightOne_Type_221101 .right_box { float:right; width: calc(50% - 15px); margin-left: 15px; } /*background: rgba(0,0,0,0.03); */
.LeftTwo_RightOne_Type_221101 .right_box .content_first { margin-bottom:15px; clear: both; overflow: hidden; }
.LeftTwo_RightOne_Type_221101 .right_box .con_txt { float:left; width:calc(100% - 275px) } /*background:rgba(0,0,0,0.1);*/
.LeftTwo_RightOne_Type_221101 .right_box .con_txt th, .LeftTwo_RightOne_Type_221101 .right_box .con_txt td { font-size:18px !important; text-align:center; }
.LeftTwo_RightOne_Type_221101 .right_box .con_txt th { font-weight:500; }
.LeftTwo_RightOne_Type_221101 .right_box .con_txt tr:last-child td { border-bottom:1px solid #ddd; }
.LeftTwo_RightOne_Type_221101 .right_box .con_img { float:right; background:red; width: 250px; margin-left: 15px; height: 170px; } /*width:calc(50% - 15px)*/
.LeftTwo_RightOne_Type_221101 .right_box .img_one { background:url('/images/sub/sub_02_img3.jpg')no-repeat center; background-size: contain;}
.LeftTwo_RightOne_Type_221101 .right_box .img_two { background:url('/images/sub/sub_02_img4.jpg')no-repeat center; background-size: contain;}


.LeftTwo_RightOne_Type_221101 .right_box2 { float:left; width: calc(50% - 15px); margin-left: unset; }
.LeftTwo_RightOne_Type_221101 .right_box2 .content_first { margin-bottom:0px; clear: both; overflow: hidden; }
.LeftTwo_RightOne_Type_221101 .right_box2 .con_txt { float:left; width:calc(100% - 275px) }
.LeftTwo_RightOne_Type_221101 .right_box2 .con_txt th, .LeftTwo_RightOne_Type_221101 .right_box2 .con_txt td { font-size:18px !important; text-align:center; }
.LeftTwo_RightOne_Type_221101 .right_box2 .con_txt th { font-weight:500; }
.LeftTwo_RightOne_Type_221101 .right_box2 .con_txt tr:last-child td { border-bottom:1px solid #ddd; }
.LeftTwo_RightOne_Type_221101 .right_box2 .con_img {  background:red; width: 100%; margin-left: unset; height: unset; padding-top:50% } /*float:unset;*/
.LeftTwo_RightOne_Type_221101 .right_box2 .img_one { background:url('/images/sub/sub_02_img3.jpg')no-repeat center; background-size: cover; margin-bottom: 15px; }
.LeftTwo_RightOne_Type_221101 .right_box2 .img_two { background:url('/images/sub/sub_02_img4.jpg')no-repeat center; background-size: cover; margin-bottom: 15px;}

.color_hide { margin-bottom: 60px !important; }


@media (max-width: 1200px) {
	.LeftTwo_RightOne_Type_221101 { margin: 0px 15px; }
	.LeftTwo_RightOne_Type_221101 .left_box .con_txt th, .LeftTwo_RightOne_Type_221101 .left_box .con_txt td { font-size:15px !important; }

	.color_hide { margin-bottom: 40px !important; }
}

@media (max-width: 1148px) {
	.LeftTwo_RightOne_Type_221101 .left_box { float: unset; width: 100%; margin-right:unset; }
	.LeftTwo_RightOne_Type_221101 .right_box { float: unset; width: 100%; margin-left:unset; }
	.LeftTwo_RightOne_Type_221101 .right_box2 { width:100%; }
	/*.LeftTwo_RightOne_Type_221101 .right_box2 .content_first { clear:unset; display: inline-block; float: left; }*/
	.LeftTwo_RightOne_Type_221101 header { margin:15px 0; line-height: 22px;} /*margin:0; */
	.right_box2 .con_img {  background:red; width: 50%; float:left; margin-left: unset; height: unset; padding-top:50% } 
	.LeftTwo_RightOne_Type_221101 .right_box2 .con_img { width: calc(50% - 7.5px); margin-right:15px; padding-top: 37%;} 
	.LeftTwo_RightOne_Type_221101 .right_box2 .img_two { margin-right: 0 !important; }
	
}
@media (max-width: 570px) {
	.LeftTwo_RightOne_Type_221101 .left_box .con_txt { float: unset; width: 100%; }
	.LeftTwo_RightOne_Type_221101 .left_box .con_img { float: unset; width: 100%; margin-left: unset; height: 100vmin; }
	.LeftTwo_RightOne_Type_221101 .right_box .con_txt { float: unset; width: 100%; }
	.LeftTwo_RightOne_Type_221101 .right_box .con_img { float: unset; width: 100%; margin-left: unset; height: 100vmin; }
	.LeftTwo_RightOne_Type_221101 header { font-size: 20px; }

	.LeftTwo_RightOne_Type_221101 .right_box2 .con_img { width:100%; padding-top: 74%;  margin-right:0;}

	.color_hide { margin-bottom: 10px !important; }
}

/* 인증서 갤러리 커스텀 UI 변경 20221102 */

.sl-wrapper .sl-close {right:43px !important; top:47px !important;}

.sl-wrapper .sl-image .sl-caption {font-size:20px !important; bottom:-45px !important; background:none !important; left:-12px !important; display: flex !important; align-items: center;}

.sl-wrapper .sl-image .sl-caption > span {font-weight:500; font-size:18px; margin-right:10px;}
.sl-wrapper .sl-image .sl-caption > .bullet01 {color:rgba(204, 204, 204, 0.4); }
.sl-wrapper .sl-image .sl-caption > .content01 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:17px; font-weight:300;}

.sl-wrapper .sl-close {font-family:'NotoSansKR', sans-serif !important; font-size:5rem !important;}
.sl-wrapper .sl-navigation button {font-family:'NotoSansKR', sans-serif !important;}
.sl-wrapper .sl-counter {font-size:2.5rem !important;}
.sl-wrapper .sl-counter .sl-current {color:#4bc4fd;}

.sl-wrapper .sl-counter .bullet02 {color:rgba(204, 204, 204, 0.4);}

.sl-wrapper .sl-navigation button.sl-prev {font-size:11rem !important;}
.sl-wrapper .sl-navigation button.sl-next {font-size:11rem !important;}


@media all and (max-width:999px) {
.sl-wrapper .sl-counter {font-size:2.5rem !important;}
.sl-wrapper .sl-close {font-size:4rem !important;}
.sl-wrapper .sl-navigation button.sl-prev {font-size:6rem !important;}
.sl-wrapper .sl-navigation button.sl-next {font-size:6rem !important;}
.sl-wrapper .sl-image .sl-caption > .content01 {width:100%;}
}

@media all and (max-width:680px) {
.sl-wrapper .sl-counter {left:11px !important;}
.sl-wrapper .sl-close {top:42px !important; right:19px !important;}
.sl-wrapper .sl-navigation button.sl-prev {left:0px !important;}
.sl-wrapper .sl-navigation button.sl-next {right:0px !important;}
.sl-wrapper .sl-image .sl-caption {font-size:16px !important;}
}


/*메인 - 견적문의 영역*/

/*메인 연락3개 배너 영역 (문의전화/오시는길/온라인문의)*/
.estimate_inquery_box { background:rgba(51,122,183,0.1); text-align:center; padding: 20px !important; display:flex; justify-content: center; border-radius:30px; height: 260px;} /**/
.estimate_inquery_box > div {  margin-top: 15px; }
.estimate_inquery_box h4 { font-weight: bold;  position: relative; margin-bottom: 30px; font-size: 30px !important; line-height: 1; color: #1e3c65 !important; margin-bottom: 20px; } /*background:red;*/
.estimate_inquery_box p { width:100% !important;  } /*background:red;*/
.estimate_inquery_box a { display: inline-block; width: 200px; height: 50px; line-height: 50px; background: #1e3c65; color: #fff !important; font-size: 22px; margin-top:15px; }
.estimate_inquery_box a:hover { background:#2b56b8; }

.customer_support_box {  }
.customer_support_box h5, .customer_support_box p, .customer_support_box dl { transform: translateX(20px); }

@media (max-width: 768px) {
	.estimate_inquery_box { margin-bottom: 45px !important; }
	.customer_support_box h5, .customer_support_box p, .customer_support_box dl { transform: translateX(0px); }
}

@media (max-width: 640px) {
	.estimate_inquery_box a { margin-top:0; }
	.main-box-in ._left p { margin-bottom: 15px; }
}