/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*Common*/
body {
	font-family: 'Open Sans', 'Noto Sans KR', Arial, sans-serif;
}
img {
	max-width: 100%;
}
.c_yrw {
	color: #fed412;
}
@media (min-width: 1600px) {
	.container {
		width: 1600px;
	}
}
@media (max-width: 1559px) and (min-width: 1450px){
	.container {
		width: 1450px;
	}
}



/*header*/
#header.sub_h {
	position: relative;
}
#header .header-body {
    border-bottom-color: rgba(99, 99, 99, 0);
	background-color: rgba(255, 255, 255, 0.4);
}
#header {
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#header:hover {
    background-color: #fff;
}
#header .dropdowns-container {
    margin-top: 55px;
}
#header .dropdowns-container > div {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
#header .dropdowns-container > div a {
	text-decoration: none;
	display: inline-block;
    font-size: 11px;
    line-height: 24px;
    color: #101010;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
	text-transform: uppercase;
}
#header .dropdowns-container > div a.blog {
	background-color: transparent;
    border-color: #00c73c;
    color: #00c73c;
}
#header .dropdowns-container > div a.blog:hover {
	background-color: #00c73c;
    border-color: #00c73c;
    color: #fff;
}
#header .dropdowns-container > div a.Facebook {
	background-color: transparent;
    border-color: #3b5998;
    color: #3b5998;
}
#header .dropdowns-container > div a.Facebook:hover {
	background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
#header .dropdowns-container > div a.Instagram {
	background-color: transparent;
    border-color: #a336b7;
    color: #a336b7;
}
#header .dropdowns-container > div a.Instagram:hover {
	background-color: #a336b7;
    border-color: #a336b7;
    color: #fff;
}
@media (min-width: 992px) {
	/*#header {
		position: absolute;
	}*/
	
	
	

	#header .header-container {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#header .header-nav-main {
		margin-top: 0px;
		float: right;
	}
	#header .header-nav-main nav > ul > li > .point {
		font-size: 16px;
		color: #333 !important;
		font-weight: 400;
		padding: 41px 15px 35px 15px !important;
		border-bottom: 3px solid transparent;
    	border-radius: 0px;
		display: inline-block;
		line-height: 20px;
		border:none;
	}
	#header .header-nav-main nav > ul > li > a {
		font-size: 16px;
		color: #333 !important;
		font-weight: 400;
		padding: 45px 15px 32px 15px !important;
		border-bottom: 3px solid transparent;
    	border-radius: 0px;
		display: inline-block;
		line-height: 20px;
	}
	#header .header-nav-main nav > ul > li > a.stort_a {
		color: #1e1e1e !important;
	}
	#header .header-nav-main nav > ul > li > a > span{
		font-size: 15px;
		color: #333 !important;
		font-weight: 600;
		/*padding: 49px 15px 46px 15px !important;*/
		border-bottom: 3px solid transparent;
    	border-radius: 0px;
		display: inline-block;
		line-height: 20px;
	}
	#header .header-nav-main nav > ul > li > a > span strong{
		display: inline-block;
		background-color: #1e1e1e;
		color: #fff;
		padding: 6px 10px 6px 13px;
		line-height: 1em;
		font-size:16px;
		border-radius: 10px 0 0 10px;
		position: relative;
		font-weight: 400;
	}
	#header .header-nav-main nav > ul > li > a span strong:after{
		content: "";
		position: absolute;
		border-width: 14px;
		border-style: solid;
		border-color: transparent transparent transparent #1e1e1e;
		top: 0;
		left: 99%;
	}
	#header .header-nav-main nav > ul > li > a.goshop {
		padding: 5px 15px 6px 15px !important;
		margin-top: 50px;
		background-color: #333;
		border-radius: 4px;
		color: #fff !important;
		border: 0px !important;
	}
	#header .header-nav-main nav > ul > li:hover > a.goshop:hover,
	#header .header-nav-main nav > ul > li > a.goshop:hover {
		background-color: #00a9c5 !important;
		color: #fff !important;
	}
	#header .header-nav-main nav > ul > li:hover > a,
	#header .header-nav-main nav > ul > li:hover > a:hover {
		color: #666 !important;
		border-color: #1e1e1e;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		display: none ;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top: 0px;
		border-radius: 0px;
		background-color: rgba(249, 249, 249, 0.95);
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:focus, 
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover {
		color: #262626;
		text-decoration: underline;
		background-color: transparent;
		color: #333 !important;
	}
}
@media (min-width:1601px){	
	#header .header-nav-main nav > ul > li > a.circle_m {
		background-color: #1e1e1e !important;
		color: #fff !important;
		border-radius: 4px;
		padding: 20px 0px !important;
		width: 85px;
		/* height: 57px; */
		text-align: center;
		margin: 0 5px;
		margin-top: 25px;
		border: 0px !important;
	}
	#header .header-nav-main nav > ul > li:hover > a.circle_m,
	#header .header-nav-main nav > ul > li > a.circle_m:hover {
		background-color: #000 !important;
		color: #fff !important;
	}
}
@media (max-width:1600px){	
	#header .header-nav-main nav > ul > li > .point {
		padding:21px 15px 15px 15px !important;
		font-size: 13px;
	}
	#header .header-nav-main nav > ul > li > a {
		padding: 25px 15px 22px 15px !important;
	}
	#header .header-nav-main nav > ul > li > a.stort_a {
		color: #1e1e1e !important;
	}
	#header .header-nav-main nav > ul > li > span{
		font-size: 13px;
		padding: 23px 15px 20px 15px !important;
	}
	#header .header-nav-main nav > ul > li > span strong{
		padding: 5px 10px 6px 13px;
		font-size:13px;
	}
	#header .header-nav-main nav > ul > li > span strong:after{
		border-width: 12px;
	}
}

@media (max-width:1400px){
	#header .dropdowns-container {
		margin-top: 0px;
		top: 15px;
		position: absolute;
		right: 15px;
	}
}
/*header-logo*/
#header .header-logo img {
	width: 150px;
}
@media (max-width: 992px){
	#header .header-logo img {
		width: 100px;
	}
}
/*mmenu-toggle-btn*/
#header .mmenu-toggle-btn {
	color: #1e1e1e;
    font-size: 20px !important;
    padding: 5px 15px !important;
    text-align: center;
    line-height: 1em !important;
}
/*header dropdown-menu*/
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    min-width: 250px;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu.mayuwith {
    top: auto;
    display: block;
    opacity: 1;
    width: 500px;
    left: auto;
    right: auto;
}
/*Mobile Navigation*/
.mobile-nav {
	background-color: #fcfcfc;
}
.mobile-side-menu li a {
    font-size: 12px;
	color: #6f5757;
    font-weight: 600;
}
.mobile-side-menu > li > a {
	border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li:last-child > a {
	border-bottom: 0px;
}
.mobile-side-menu li .mmenu-toggle {
	color: #57576f;
}
.mobile-side-menu li ul li a {
    font-size: 12px;
	color: #a57d7d;
}
.mobile-nav .mobile_m_toggle .mmenu-toggle-btn {
    float: none;
    display: inline-block;
    color: #fff !important;
    background-color: #888888;
    font-size: 12px;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    margin: 0px;
}
.mobile-nav .mlogo {
    width: 130px;
}
/*slider*/
.slider-container .tp-caption.btn{
	background-color: transparent;
    border-color: #333;
    color: #333;
    font-weight: 600 !important;
	border: 2px solid #333;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.slider-container .tp-caption.btn.btn_w{
	background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 600 !important;
	border: 2px solid #fff;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
/*Slider bullet*/
#revolutionSlider_forcefullwidth .tp-bullet.selected, 
#revolutionSlider_forcefullwidth .tp-bullet:hover {
    background: #333;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .tp-bullet {
		position: absolute;
		background: #17616d;
		background: transparent;
		border-radius: 50%;
		border: 2px solid #333;
	}
	#revolutionSlider_forcefullwidth .tp-bullets{
		left:49% !important;
		top:90% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.tt-slide {
		background: url(../img/tt-slide.png);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 20;
	}
}
@media (max-width:992px) and (min-width:479px){
	#revolutionSlider_forcefullwidth .tp-bullet {
		position: absolute;
		background: #17616d;
		background: transparent;
		border-radius: 50%;
		border: 2px solid #333;
	}
	#revolutionSlider_forcefullwidth .tp-bullets{
		top:80% !important;
		left: 47% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
@media (max-width:479px){
	#revolutionSlider_forcefullwidth .tp-bullet {
		width: 8px;
		height: 8px;
	}
	#revolutionSlider_forcefullwidth .tp-bullet {
		position: absolute;
		background: #333;
		background: transparent;
		border-radius: 50%;
		border: 2px solid #333;
	}
	#revolutionSlider_forcefullwidth .tp-bullets{
		top:81% !important;
		left: 45% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
/*slider*/
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
		opacity: 1 !important;
		visibility: visible !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 16px;
		opacity: 0.7;
		color: #8c8c8c;
		border: 1px solid #8c8c8c;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 0.9;		
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
}
/*bt_ban*/
.bt_ban {
    padding: 40px 0;
}
.bt_ban .row {
    margin-bottom: 30px;
}
@media (max-width:768px){
    .bt_ban {
        padding: 20px 0;
    }
    .bt_ban .row {
        margin: 0 -3px 6px;
    }
    .bt_ban .row > div{
        padding: 0 6px;
    }
}
/* subtitle*/
.page-header.parallax {
    padding: 0;
    height: 300px;
    overflow: hidden;
}
.page-header.parallax .txt_wrp {
	margin-top: -190px;
	z-index: 3;
	position: relative;
}
.page-header.parallax .txt_wrp h2 {
	font-size: 45px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.page-header.parallax .txt_wrp p {
	font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 200;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	height: 100%;
}
.page-header.parallax .para_img {
	-ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    transform: scale(1.15,1.15);
	
    -webkit-transition: transform 2000ms ease-in-out;
    -moz-transition: transform 2000ms ease-in-out;
    -o-transition: transform 2000ms ease-in-out;
    -ms-transition: transform 2000ms ease-in-out;
    transition: transform 2000ms ease-in-out;	
}
.page-header.parallax .para_img.active {
	-ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.page-header h1{
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (max-width:768px){
	.page-header.parallax {
		height: 150px;
	}
	.page-header.parallax .para_img {
		background-size: cover !important;
		background-position: center center !important;
	}
	.page-header.parallax .container{
		padding: 60px 15px;
	}	
	.page-header.parallax .txt_wrp {
		margin-top: -110px;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.page-header.parallax .txt_wrp p {
		font-size: 12px;
		word-break: keep-all;
		padding: 0 15px;
	}
}
/*siteconfig*/
.siteconfig{
	width: 100%;
    height: 40px;
    bottom: 0;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.siteconfig .home_box{
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
    color: #666;
    font-size: 13px !important;
	font-weight: 200;
}
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.siteconfig .home_box a{
	text-decoration: none;
    color: #666;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1em;
	font-weight: 200;
}
/*s007 subtitle tab 서브페이지 타이틀 하단 탭*/
#tap_wrp.tab_company {
    width: 100%;
    height: 50px;
    background-color: #eee;
	margin: -35px 0 35px 0;
}
#tap_wrp.tab_company a {
	color: #666;
    text-decoration: none;
    padding: 14px 15px 11px 15px;
	margin: 0 5px;
    font-size: 1.7rem;
    display: inline-block;
	border-bottom: 3px solid transparent;
}
#tap_wrp.tab_company a.active,
#tap_wrp.tab_company a:hover {
	color: #222;
	border-color: #222;
}
@media only screen and (max-width: 992px){
	#tap_wrp.tab_company a{
		padding: 14px 0 11px 0;
		font-size: 15px;
	}
}
@media only screen and (max-width: 479px){
	#tap_wrp.tab_company {
		display: none;
	}
}
/*s007 content01*/
#s007 #content{
	padding: 30px 0px;
	background-color: #fcfcfc;
}
/*s007 content02*/
#s007 #content02{
	background-color: #ffffff;
	padding: 30px 0px;
	border-top: 1px solid #ddd;
}
/*s007 메인컨텐츠 배너공통*/
#content a{
	text-decoration: none;
}
#content .con_baner{
	border: 1px solid #d9d9d9;
	margin-left: -1px;
	background-color: #fff;
	margin-top: -1px;
	min-height: 340px;
	border-top: 2px solid #666;
	position: relative;
}
#content .con_baner .more_btn{
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    padding: 10px 10px 5px 10px;
    font-size: 3rem;
    color: #b8b8b8;
    border: 1px solid #eee;
    font-weight: 200;
    text-decoration: none;
}
@media only screen and (max-width:1200px){
	#content .con_baner{
		min-height: 350px;
	}
}
@media only screen and (max-width:992px){
	#content .con_baner{
		min-height: 300px;
	}
}
@media only screen and (max-width:992px){
	#content .con_baner{
		margin-left: 0px;
	}
}

/*s007 메인컨텐츠 - 사업소개*/
#content .con_baner>h3 {
	border-bottom: 2px dashed #eee;
}
#content .con_baner>h3>p {
	line-height: 16px;
}
#content .maincon_img {
    left: 0;
    bottom: 0;
    overflow: hidden;
	margin: 0 -20px -20px -20px;
}
#content .maincon_img img{
	width: 99.8%;
}

/*s007 notice*/
#content .con_baner.notice .more_btn a {
	text-decoration: none;
	color: #b8b8b8;
}
#content .con_baner.notice {
	border: 0px;
	background-color: transparent;
}
#content .con_baner.notice>h3 {
	border: 0px;
}
#content .con_baner.notice ul li a{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#content .con_baner.notice ul li a:hover{
	color: #e05959;
}
#content .con_baner.notice ul li a .n_date{
	float: right;
	color: #c8c8c8;
	font-size: 12px;
}
/*s007 sponsor*/
#content .con_baner.sponsor .more_btn a {
	text-decoration: none;
	color: #b8b8b8;
}
#content .con_baner.sponsor {
	border: 0px;
    background-color: transparent;
    background: url(../img/sponsor_01.png) no-repeat;
	background-position: 100px 70px;
    background-size: 100%;
}
#content .con_baner.sponsor ul {
	background-color: rgba(238, 238, 238, 0.6);
    padding: 15px;
	color: #666;
}
#content .con_baner.sponsor>h3 {
	border: 0px;
}
#content .con_baner.sponsor .sponsor-txt{
	color: #e05959;
}
#content .con_baner.sponsor ul li strong{
	
}
/*사진슬라이드*/
#content .con_baner02{
	margin-left: -1px;
	margin-top: -1px;
	border-top: 2px solid #666;
	position: relative;
}
/*footer*/
#footer {
	margin: 0px;
	font-size: 12px;
	background-color: #232323;
	border: 0px;
	padding: 50px 0px !important;
}
#footer a.btn {
    background-color: rgba(0, 0, 0, 0.3);
}
#footer .logo_wrp a img{
	opacity: 0.8;
}
@media (max-width: 992px){
	#footer {
		margin-bottom: 64px;
	}
}
/*msec_dvd*/
.video_link {
	padding: 100px 0;
}
.msec_dvd {
	padding:50px 0;
}

@media (max-width: 768px){
	.video_link {
	padding: 50px 0;
	}
	.msec_dvd {
		padding:50px 0;
	}

}

.msec_dvd.msec_dvd_mini {
	padding: 50px 0;
}
.msec_dvd .mtit {
	margin-bottom: 60px;
}
.msec_dvd .mtit h1 span {
	display: inline-block;
    font-size: 40px;
    color: #1e1e1e;
    font-weight: 400;
	position: relative;
}
.msec_dvd .mtit h1 span:after {
	content: "";
    position: absolute;
    left: 110%;
    width: 30px;
    height: 1px;
    top: 50%;
    background-color: #1e1e1e;
}
.msec_dvd .mtit h1 span:before {
	content: "";
	position: absolute;
	right: 110%;
    width: 30px;
    height: 1px;
    top: 50%;
    background-color: #1e1e1e;
}
.msec_dvd .mtit p {
    font-size: 15px;
	line-height: 1em;
}
.msec_dvd .mtit .btn_wrp {
	margin-top: 30px;
}
.msec_dvd .mtit .btn_wrp a {
	display: inline-block;
	border-radius: 4px;
	background-color: #333;
	line-height: 1em;
	font-size:20px;
	color: #fff;
	padding: 20px;
	text-decoration: none;
}
@media (max-width:768px){
	.msec_dvd {
		padding: 30px 0;
	}		
	.msec_dvd.msec_dvd_mini {
		padding: 30px 0;
	}
	.msec_dvd .mtit {
		margin-bottom: 15px;
	}
	.msec_dvd .mtit h1 span {
		font-size: 20px;
	}
	.msec_dvd .mtit h1 span:after {
		width: 15px;
		height: 1px;
	}
	.msec_dvd .mtit h1 span:before {
		width: 15px;
		height: 1px;
	}
	.msec_dvd .mtit p {
		font-size: 12px;
		word-break: keep-all;
	}
}
/*newpet*/
#newpet a {
	text-decoration: none;
}
#newpet .img_wrp {
	border-radius: 50%;
	overflow: hidden;
}
#newpet .txtbox h2 {
	font-size: 18px;
    line-height: 1.5em;
    color: #2e313d;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
	text-align: center;
}
#newpet .txtbox p {
	font-size: 15px;
    line-height: 1.5em;
    color: #2e313d;
    font-weight: 300;
    position: relative;
	text-align: center;
	margin-bottom: 0px;
	height: 100px;
	overflow: hidden;
}
#newpet .txtbox p:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(transparent, #fff);
}
#newpet .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #eee;
}
#newpet .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #e61f19;
}
#newpet .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #333;
    border-radius: 10px;
}
#newpet .owl-carousel .owl-nav [class*="owl-"] {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.1;
}
#newpet .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 0.2;
}
#newpet .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#newpet .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:992px){
	#newpet .owl-carousel .owl-nav {
		top: 15%;
    	opacity: 1;
	}
	#newpet .owl-theme .owl-nav [class*='owl-'] {
		padding: 15px 7px;
	}
	#newpet .owl-carousel .owl-nav .owl-prev {
		left: -100px;
	}
	#newpet .owl-carousel .owl-nav .owl-next {
		right: -100px;
	}
	#newpet .owl-carousel .owl-nav .owl-prev, 
	#newpet .owl-carousel .owl-nav .owl-next {
		width: 50px;
		height: 50px;
		font-size: 60px;
	}	
	#newpet .owl-carousel .owl-dots {
		margin-top: 50px;
	}
	#newpet .owl-carousel .owl-dots .owl-dot span{
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 768px) {	
	#newpet a {
		display: block;
		padding: 0;
	}
	#newpet .txtbox {
		margin-bottom: 10px;
	}
	#newpet .txtbox h2 {
		font-size: 14px;
	}
	#newpet .txtbox p {
		font-size: 12px;
		height: 50px;
	}
	#newpet .owl-carousel .owl-dots .owl-dot.active span{
		width: 20px;
	}
}
/*msec02*/
/*#msec02 {
	background-color: #fcfcfc;
}
#msec02 a {
	display: block;
	text-decoration: none;
}
#msec02 ul li {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
#msec02 .banbox01 {
	background: url(../img/banbox01_bg.jpg) center bottom no-repeat;
	background-size: cover;
	position: relative;
}
#msec02 .banbox01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/bg_pt.png) center center no-repeat;
}
#msec02 .banbox01 .conbox {
	padding: 120px 50px;
	position: relative;
	z-index: 3;
}
#msec02 .banbox01 .img_wrp {
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}
#msec02 .banbox01 span {
	line-height: 1em;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
	font-weight: 600;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec02 .banbox01:hover span {
	background-color: #fff;
    color: #1e1e1e;
}
#msec02 .banbox {
	padding: 30px 20px;
}
#msec02 .banbox .ban_tit h1 {
	font-size: 23px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
	vertical-align: middle;
	word-break: keep-all;
}
#msec02 .banbox .ban_tit h1 img {
	vertical-align: middle;
}
#msec02 .banbox .ban_tit p {
	font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
	word-break: keep-all;
}
#msec02 .banbox02 {
	background: url(../img/banbox02_bg.png) 90% 80% no-repeat;
	background-color: #fbe300;
}
#msec02 .banbox03 {
	background: url(../img/banbox03_bg.png) 90% 80% no-repeat;
	background-color: #fff;
}
#msec02 .banbox04 {
	background: url(../img/banbox04_bg.png) 90% 80% no-repeat;
	background-color: #fff;
}
#msec02 .banbox05 {
	background-color: #1e1e1e;
}
#msec02 .banbox.banbox05 .ban_tit h1,
#msec02 .banbox.banbox05 .ban_tit p {
	color: #fff;
}
#msec02 .banbox.banbox05 .ban_tit h2 a {
	color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3em;
}
@media (min-width:769px) {	
	#msec02 .banbox01 {
		height: 450px;
	}	
	#msec02 .banbox02,
	#msec02 .banbox03,
	#msec02 .banbox04,
	#msec02 .banbox05 {
		height: 225px;
	}
}
@media (max-width:768px) {	
	#msec02 .banbox01 .img_wrp {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#msec02 .banbox01 .img_wrp img {
		width: 100px;
	}
	#msec02 .banbox01 span {
		font-size: 12px;
	}
	#msec02 .banbox {
		background-size: 50px !important;
	}
	#msec02 .banbox .ban_tit h1 {
		font-size: 16px;
	}
	#msec02 .banbox .ban_tit h1 img {
		width: 15px;
	}
	#msec02 .banbox .ban_tit p {
		font-size: 11px;
		height: 45px;
	}
	#msec02 .banbox .ban_tit .img_wrp img {
		width: 40px;
	}
	#msec02 .banbox.banbox05 .ban_tit p {
		margin-bottom: 0px;
		height: 40px;
	}
	#msec02 .banbox.banbox05 .ban_tit h2 a {
		font-size: 15px;
	}
}*/
/*msec02*/
#msec02 {
	background-color: #fcfcfc;
}
#msec02 a {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
#msec02 a:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}
#msec02 a:before{	
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#msec02 a:hover:before{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#msec02 .banbox01:before {
	content: "";
	width: 101%;
	position: absolute;
	height: 101%;
	left: 0;
	top: 0;
	z-index: 1;
	
	background: url(../img/banbox01_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#msec02 .banbox02:before {
	content: "";
	width: 101%;
	position: absolute;
	height: 101%;
	left: 0;
	top: 0;
	z-index: 1;
	
	background: url(../img/banbox02_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#msec02 .banbox03:before {
	content: "";
	width: 101%;
	position: absolute;
	height: 101%;
	left: 0;
	top: 0;
	z-index: 1;
	
	background: url(../img/banbox03_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#msec02 .banbox04:before {
	content: "";
	width: 101%;
	position: absolute;
	height: 101%;
	left: 0;
	top: 0;
	z-index: 1;
	
	background: url(../img/banbox04_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#msec02 .banbox05:before {
	content: "";
	width: 101%;
	position: absolute;
	height: 101%;
	left: 0;
	top: 0;
	z-index: 1;
	
	background: url(../img/banbox05_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#msec02 a .conbox {
	position: relative;
	z-index: 3;
	padding-top: 25%;
}
#msec02 a.banbox01 .conbox {
	padding-top: 30%;	
}
#msec02 a .conbox h4 {
	font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
	vertical-align: middle;
	word-break: keep-all;
	color: #fff;
	letter-spacing: -1px;
}
#msec02 a .conbox h1 {
	font-size: 30px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 20px;
	vertical-align: middle;
	word-break: keep-all;
	color: #fff;
	letter-spacing: -2px !important;
}
#msec02 a .conbox span {
	font-size: 14px;
    font-weight: 200;
    line-height: 1em;
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	border: 1px solid #fff;
	letter-spacing: -1px;
}
@media (min-width:769px) {	
	#msec02 .banbox01 {
		height: 600px;
	}	
	#msec02 .banbox02,
	#msec02 .banbox03,
	#msec02 .banbox04,
	#msec02 .banbox05 {
		height: 300px;
	}
}
@media (max-width:768px) {	
	#msec02 a .conbox {
		padding: 20% 0 !important;
	}
	#msec02 a .conbox h4 {
		font-size: 13px;
	}
	#msec02 a .conbox h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#msec02 a .conbox span {
		font-size: 12px;
	}
}
/*msec03*/
#msec03 {
	background-color: #fff;
}
/*msec04*/
#msec04 h1 {
	color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 15px;
    vertical-align: middle;
    word-break: keep-all;
}
#msec04 h3 {
	color: #fff;
	font-size: 21px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
	vertical-align: middle;
	word-break: keep-all;
}
#msec04 .btn_wrp {
	margin-top: 30px;
}
#msec04 .btn_wrp a {
	text-decoration: none;
    line-height: 1em;
    color: #1e1e1e;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 0px;
    font-weight: 600;
}
@media (max-width:768px) {
	#msec04 h1 {
		font-size: 18px;
	}
	#msec04 h3 {
		font-size: 13px;
	}
	#msec04 .btn_wrp {
		margin-top: 15px;
	}
	#msec04 .btn_wrp a {
		font-size: 12px;
	}
}
/*msec05*/
#msec05 {
	background-color: #f7f7f7;
}
/*pet_list*/
#pet_list .pd-area {
	border: 1px solid #ccc;
}
#pet_list .pd-area .img-area {
	position: relative;
}
#pet_list .pd-area .img-area > a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ccc;
}
#pet_list .pd-area .item-cost{
	padding: 15px;
	display: block;
	text-decoration: none;
	background-color: #fff;
}
#pet_list .pd-area .item-cost h5 {	
    font-size: 16px;
    color: #333;
    font-weight: 500;
	height: 21px;
	overflow: hidden;
}
#pet_list .pd-area .item-cost p {	
	height: 19px;
	overflow: hidden;
}
#pet_list .pd-area .item-cost .cost-area span {	
	text-decoration: line-through;
	color: #888;
}
#pet_list .pd-area .item-cost .cost-area strong {	
	font-size: 18px;
    display: inline-block;
    color: rgb(255, 105, 58);
    margin-left: 5px;
}

#pet_list .pd-area .item-btn-area {
	position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 3;
}
#pet_list .pd-area .item-btn,
#pet_list .pd-area .item-btn-r {	
	text-decoration: none;
    display: block;
    height: 100%;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #57576f;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#pet_list .pd-area .item-btn-r {
	border-left: 1px solid #ddd;
}
#pet_list .pd-area .item-btn:hover,
#pet_list .pd-area .item-btn-r:hover {	
	background-color: #57576f;
	color: #fff;
}
#pet_list a.img-thumbnail{
	border: 0px;
}
#pet_list a.img-thumbnail:before{
	background-color: rgba(0, 0, 0, 0.7);
}
#pet_list a.img-thumbnail:after{
	margin-top: 0px;
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	z-index: 2;
	background: url(../img/hover-icon.png) center center no-repeat;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#pet_list a.img-thumbnail:hover:after{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#pet_list .img-thumbnail{
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
#pet_list .img-thumbnail img,
#pet_list .img-thumbnail.img-thumbnail-hover-icon:before{
	border-radius: 0px;
}
#pet_list .img-thumbnail .best-i{
	position: absolute;
    z-index: 5;
    background-color: #1e1e1e;
    left: 15px;
    top: 15px;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
}
#pet_list .img-thumbnail .new-i{
	position: absolute;
    z-index: 5;
    background-color: #ffb100;
    left: 15px;
    top: 15px;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
}
#pet_list .img-thumbnail span img{
	vertical-align: baseline;
    margin-right: 5px;
}
@media (max-width:768px){
	#pet_list > ul {
		padding: 7px;
	}
	#pet_list > ul li  {
		padding: 0 7px;
	}
	#pet_list a.img-thumbnail:after{
		background-size: 50px !important;
	}
}
/*--------------*/
.product_list_wrp .subtit {    
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
	font-size: 28px;
    letter-spacing: 1px !important;
}
.product_list_wrp .pd-area {
	border: 1px solid #ccc;
}
.product_list_wrp .pd-area .img-area {
	position: relative;
}
.product_list_wrp .pd-area .img-area > a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ccc;
}
.product_list_wrp .pd-area .item-cost{
	padding: 15px;
	display: block;
	text-decoration: none;
}
.product_list_wrp .pd-area .item-cost h5 {	
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.product_list_wrp .pd-area .item-cost .cost-area span {	
	text-decoration: line-through;
	color: #888;
}
.product_list_wrp .pd-area .item-cost .cost-area strong {	
	font-size: 18px;
    display: inline-block;
    color: rgb(255, 105, 58);
    margin-left: 5px;
}

.product_list_wrp .pd-area .item-btn-area {
	position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 3;
}
.product_list_wrp .pd-area .item-btn,
.product_list_wrp .pd-area .item-btn-r {	
	text-decoration: none;
    display: block;
    height: 100%;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #57576f;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.product_list_wrp .pd-area .item-btn-r {
	border-left: 1px solid #ddd;
}
.product_list_wrp .pd-area .item-btn:hover,
.product_list_wrp .pd-area .item-btn-r:hover {	
	background-color: #57576f;
	color: #fff;
}
.product_list_wrp a.img-thumbnail{
	border: 0px;
}
.product_list_wrp a.img-thumbnail:before{
	background-color: rgba(0, 0, 0, 0.8);
}
.product_list_wrp a.img-thumbnail:after{
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0 !important;
    bottom: 0;
    right: 0;
	z-index: 2;
	background: url(../img/hover-icon.png) center center no-repeat;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product_list_wrp a.img-thumbnail:hover:after{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product_list_wrp .img-thumbnail{
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
.product_list_wrp .img-thumbnail img,
.product_list_wrp .img-thumbnail.img-thumbnail-hover-icon:before{
	border-radius: 0px;
}
.product_list_wrp .img-thumbnail .best-i{
	position: absolute;
    z-index: 5;
    background-color: #00a9c5;
    left: 15px;
    top: 15px;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
}
.product_list_wrp .img-thumbnail .new-i{
	position: absolute;
    z-index: 5;
    background-color: #ffb100;
    left: 15px;
    top: 15px;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
}
.product_list_wrp .img-thumbnail span img{
	vertical-align: baseline;
    margin-right: 5px;
}
@media (min-width:992px){	
	.product_list_wrp .pd-area .item-cost{
		height: 140px;
	}
}

/*msec06*/
#msec06 {
	background: url(../img/msec06_bg.jpg) center center no-repeat;
	background-size: cover;
}
#msec06 .bt_ban {
	background-color: #1a1a1a;
}
#msec06 .bt_ban.bt_ban2 {
	background-color: #f4f4f4;
}
@media (min-width:991px){
	#msec06 .bt_ban {
		height: 540px;
	}
}
/*latest_notice*/
#latest_notice {
	padding: 50px 30px;
}
#latest_notice a {
	text-decoration: none;
	display: block;
}
#latest_notice h1 {
	color: #fff;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#latest_notice h1 span{
    font-size: 0.6em;
	display: inline-block;
	border-left: 1px solid #eee;
	line-height: 1em;
	padding-left: 5px;
}
#latest_notice .img_wrp {
	margin-bottom: 15px;
}
#latest_notice .txtbox h2 {
	color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 15px;
}
#latest_notice .txtbox p {
	color: #fff;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 200;
	height: 43px;
	overflow: hidden;
	margin-bottom: 0px;
}
#latest_notice .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #eee;
}
#latest_notice .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #fed412;
	width: 30px;
    border-radius: 10px;
}
@media(max-width:992px){	
	#latest_notice .owl-carousel .owl-dots .owl-dot.active span{
		width: 20px;
	}
}
@media(max-width:768px){
	#latest_notice {
		padding: 30px 15px;
	}
	#latest_notice h1 {
		font-size: 20px;
	}
	#latest_notice .txtbox h2 {
		font-size: 14px;		
	}
	#latest_notice .txtbox h2 {
		font-size: 14px;		
	}
	#latest_notice .txtbox p {
		font-size: 11px;		
	}
}
/*latest_online*/
#latest_online {
	padding: 50px 30px;
}
#latest_online a {
	text-decoration: none;
	display: block;
}
#latest_online h1 {
	color: #1e1e1e;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#latest_online h1 span{
    font-size: 0.6em;
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.2);
	line-height: 1em;
	padding-left: 5px;
}
#latest_online ul li {
	padding-left: 130px;
	position: relative;
	margin-bottom: 15px;
}
#latest_online ul li .tit {
	position: absolute;
	left: 0;
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1em;
	font-weight: 400;
	padding-top: 10px;
}
#latest_online ul li .form-control {
	border-radius: 0;
	box-shadow: 0 0 0;
}
#latest_online .btn_wrp .btn {
	background-color: #1e1e1e;
	border-radius: 0;
	color: #fff;
	width: 100%;
	font-size: 16px;
}
@media(max-width:768px){
	#latest_online {
		padding: 30px 15px;
	}
	#latest_online h1 {
		font-size: 20px;
	}
	#latest_online ul li {
		padding-left: 80px;
	}
	#latest_online ul li .tit {
		font-size: 14px;
	}
	#latest_online .btn_wrp .btn {
		font-size: 14px;
	}
}
/*subtit*/
.subtit {
	padding: 60px 0;
}
.subtit .lined {
	margin-bottom: 30px;
}
.subtit .lined span {
	display: inline-block;
	width: 60px;
	border-bottom: 2px solid #1e1e1e;
}
.subtit h1 {
	font-size: 50px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 30px;
	letter-spacing: -1px;
}
.subtit h4 {
	font-size: 18px;
    line-height: 1.5em;
    color: #636363;
    font-weight: 300;
    margin-bottom: 60px;
}
@media (max-width:768px){
	.subtit {
		padding: 30px 0;
	}
	.subtit .lined {
		margin-bottom: 15px;
	}
	.subtit .lined span {
		width: 40px;
	}
	.subtit h1 {
		font-size: 25px;
		margin-bottom: 15px;
		word-break: keep-all;
	}
	.subtit h4 {
		font-size: 13px;
		margin-bottom: 15px;
		word-break: keep-all;
	}	
}
/*all-content-wrp*/
#all-content-wrp .bo_wrp {
	padding: 0 0 100px 0;
}
@media (max-width:768px){
	#all-content-wrp .bo_wrp {
		padding: 0 0 30px 0;
	}
}

.mt130 {
    margin-top:130px;
}

@media (min-width:1601px) {
	.main_lg {
		display:none !important;
	}
}
@media (max-width:1601px) {
	.main_sm {
		display:none !important;
	}
}
/*quickmenu*/
@media (min-width:991px){
	#quickmenu {
		position: fixed;
		z-index: 100;
		right: 0;
		top: 13%;
	}
	#quickmenu ul {
		list-style: none;
		padding: 0;
		margin-bottom: 0px;
	}
	#quickmenu ul li {
		margin-bottom: 10px;
	}
}
@media (max-width:992px){
	#quickmenu .tabs .nav-tabs li a p{
		font-size: 12px;
		line-height: 1.2em;
		color: #1e1e1e;
		font-weight: 600;
		font-family: 'Malgun Gothic';
		letter-spacing: -1px;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#quickmenu .tabs-vertical .tab-content{
		border-radius: 0px;
		box-shadow: 0px 0px 0px;
		border: 0px;
		width: 450px;
		position: relative;
		z-index: 101;
	}
	#quickmenu .tabs-vertical .tab-content .close {
		font-size: 25px;
		font-weight: 200;
		color: #000000;
		opacity: 1;
		position: absolute;
		right: 15px;
		top: 19px;
	}
	#quickmenu {
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 100000;
	}
	#quickmenu .tabs {
		margin-bottom: 0px;
		border-top: 0px;
	}
	#quickmenu .tabs-vertical .nav-tabs {
		z-index: 101;
    	width: 100%;
		padding: 0px;
	}
	#quickmenu .tabs .nav-tabs li {
		margin-bottom: 0px;
		width: 25%;
		float: left;
		margin-right: 0px;
	}
	#quickmenu .tabs .nav-tabs li a {
        padding:8px 0 8px 0;
		text-align: center;
		margin: 0px;
		border: 0px;
		border-right: 1px solid rgba(0,0,0,0.2);
		background-color: rgba(38, 38, 38, 0.9);
		border-radius: 0px !important;
	}
    #quickmenu .tabs .nav-tabs li a p {
        font-size: 11px;
		color: #fff;
    }
	#quickmenu .tabs .nav-tabs li:last-child a {
		border-right: 0px;
	}
	#quickmenu .tabs .nav-tabs li a img {
		width: 35px;
	}
	#quickmenu .tabs .nav-tabs li a img.quick_on {
		display: none;
	}
}


/*msec00*/
#msec00 {
    background-color: #232323;
}
#msec00 .search_wrp {
    display: inline-block;
    margin-left: -60px;
}
#msec00 .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}
#msec00 .input-group .form-control {
    max-width: 400px;
    border: 1px solid #fff;
    box-shadow: 0 0 0;
}
#msec00 .input-group .btn {
    color: #000;
    border: 1px solid #fff;
    border-left-color: #ddd;
}
#msec00 .input-group>.input-group-append>.btn, 
#msec00 .input-group>.input-group-append>.input-group-text, 
#msec00 .input-group>.input-group-prepend:first-child>.btn:not(:first-child), 
#msec00 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), #msec00 .input-group>.input-group-prepend:not(:first-child)>.btn, 
#msec00 .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (min-width:992px){
    #msec00 {
        /*margin-top: -110px;*/
		
        padding: 50px; 50px; 50px 50px;
    }
    #msec00 .input-group .form-control, 
    #msec00 .input-group .btn {
        font-size: 18px;
        padding: 6px 20px;
        height: 45px;
    }
}
@media (max-width:992px){
    #msec00 {
        background-color: #232323;
    }
    #msec00.looking-for .container {
        padding: 15px 15px 10px;
    }
    #msec00 .search_wrp {
        margin-left: -38px;
    }
}
@media (max-width:768px){
    #msec00 .input-group .form-control {
        font-size: 11px;
    }
}
/*video_link*/
.video_link .link_wrp {
	border-top: 1px solid #ddd5c1;
	border-bottom: 1px solid #ddd5c1;
}


.fr-slide-image li { text-align:center; }



/* 20181109 bor- */
#header .header-logo { padding-top:10px; box-sizing:border-box;}
.header-container { height:88px; }
.header-nav-main { width:85%; float:right; }
.gnb-navgation { width:100%; list-style: none; }
.gnb-navgation .depth-menu { float:left; list-style: none; position:relative; padding:0 20px; }
.gnb-navgation .menu-title-text { font-size:16px; color:#333; cursor: pointer; margin:16px 0;  border-bottom:2px solid #fff; padding:10px 0; }
.gnb-navgation .menu-title-text:hover { border-color:#666; color:#000; } 
.gnb-navgation .menu-title-text a { text-decoration: none; color:#333; }
.gnb-navgation .menu-title-text a:hover { border-color:#666; color:#000; } 

.gnb-navgation .sub-wrap { width:100%; padding:0; display:none; }
.gnb-navgation .depth-sub { position:absolute; background-color:#fff; padding:0; top:63px; left:-10px;  padding-bottom:5px;}
.gnb-navgation .depth-sub li { list-style: none; text-align:center; width:100%;}
.gnb-navgation .depth-sub li a { display:block;  width:120px; padding:5px 10px; color:#666; }

.search-area .search_wrp { margin-top:18px; }
.search-area .input-group-append { display:block; width:39px; height:39px;  position:absolute; right:0; top:0; z-index: 5; }
.search-area .depth-menu button.search-btn { background-color:transparent!important; border:0; color:#666; }
.search-area .depth-menu .btn-light i {  }

html .btn-light:hover {background-color:transparent!important; border-color:transparent; }
html .btn-light { color:#666!important; background-color:transparent!important; border-color:transparent; }

.gnb-navgation .depth-menu.speciel-deco { padding:0 5px; }
.gnb-navgation .depth-menu.speciel-deco .menu-title-text {  background-color:#333;padding-left:10px; padding-right:10px;  border-radius: 5px;  border:0; }
.gnb-navgation .depth-menu.speciel-deco .menu-title-text  a { color:#fff; font-size:13px; }


.gnb-navgation .depth-menu.mega-menu {  }
.gnb-navgation .depth-menu.mega-menu .menu-title-text { padding-left:13px; padding-right:25px; border:0; border-radius:5px; background:url('http://lifedog.co.kr/theme/s007/img/menu-bg.png')no-repeat; background-size:100%; }
.gnb-navgation .depth-menu.mega-menu .menu-title-text  a { color:#fff; }

.b-visual-area { width:100%; text-align:center; background-color:#333; }
.b-visual-area ul { list-style:none; width:100%; max-width:1600px;  margin:0 auto; display:inline-block; } 
.b-visual-area ul li { list-style:none; width:25%; float:left; text-align:center; }
.b-visual-area ul li a { display:block; width:100%; height:100%; padding:20px 30px; box-sizing:border-box; }
.clearfix { clear:both; float:none; margin:0 ; padding:0; cursor: pointer; }

.pc-view { }
.mb-view { display:none; }
@media (max-width:768px){
	.pc-view { display:none; }
	.mb-view { display:block; }
	
#header .header-logo { padding-top:0px; box-sizing:border-box;}
	
.b-visual-area ul  { margin:0; padding:0; }
.b-visual-area ul li { list-style:none; width:50%; float:left; text-align:center; }

}

@media (max-width:1738px){
.header-nav-main { width:90%; float:right; }
	
}

@media (max-width:1640px){
	.header-nav-main { width:95%; float:right; }
}
@media (max-width:1560px){
	.header-nav-main { width:100%; float:right; }
}


@media (max-width:1402px) {
.gnb-navgation .depth-menu { padding:0 10px; }
}

@media (min-width:992px) and (max-width:1240px) {
.search-area { display:none; }
	.gnb-navgation .depth-menu { padding:0 5px; }
}





