/*Font : nanummyeongjo*/
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

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

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}
/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/*font*/
.f_mon {
	font-family: "Montserrat" !important;
}
/* Pop-up */
#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;
		height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    overflow: hidden;
}
.f_mj {
	font-family: 'NanumMyeongjo' !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
html .scroll-to-top.visible {
	display: none;
}
/*Coloc*/
.c_bl {
    color: #1b54c0 !important;
}
.c_imp {
    color: #417fb7 !important;
}
.c_org {
    color: #ff6200 !important;
}
/*Common*/
img {
	max-width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #333 !important;
}
.form-control:-ms-input-placeholder {
  color: #333 !important;
}
.form-control::-moz-input-placeholder {
  color: #333 !important;
}
@media (max-width:768px){
	.row {
		margin: 0 -5px;
	}
	.row > li,
	.row > div {
		padding: 0 5px;
	}
}
/* Header-top-search*/
#header .header-search{
	margin: 7px 0 0px 5px;
}
#header .header-top p {
    line-height: inherit;
}
#header .header-search .search-toggle {
	display: inline-block;
    font-size: 13px;
    line-height: 22px;
    min-width: 25px;
    margin: 0;
    text-align: center;
    border: 1px solid #92d557;
	background-color: #92d557;
    background: linear-gradient(#a7dd77,#92d557);
    cursor: pointer;
    color: #fff;
}
@media (max-width: 992px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 3px 5px 3px 0px;
	}
	#header .header-top .header-nav-top {
		margin-right: 0px;
		margin-top: 5px;
	}
	#header .header-search {
		margin: 5px 2px;
	}
	#header .header-search .search-toggle {
		background-color: #222222;
		color: #fff;
    	line-height: 23px;
		padding: 4px 11px !important;
    	font-size: 14px !important;
	}
}
/* callnum*/
#header .header-col-2 .callnum {
	float: right;
    margin: 12px 5px 10px 5px;
    font-size: 2rem;
    color: #e15215;
}
@media (max-width: 992px){
	#header .header-col-2 .callnum {
		float: left;
	}
}
@media (max-width: 479px){
	#header .header-col-2 .callnum {
		font-size: 15px;
		font-weight: 600;
	}
}
/* - Logo*/
#header.header-narrow .header-logo {
	display: inline-block;
	float: none;
	margin: 20px 0 10px;
}
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
        margin: 15px 0!important;
		padding-top: 0 !important;
        float: left;
		text-align: center;
		padding-left: 10px;
	}
	#header.header-narrow .m_wrp {
		table-layout: auto;
	}
	#header.header-narrow .header-logo img{
		width: 200px;
	}
}
/* - Header*/
#header .header-column{
	width: 100%;
	display: block;
	width: 100%;
}
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
}
#header .header-nav-main {
    margin: 0;
	float: none;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 19px;
	font-weight: 400;
	color: #636363 !important;
	padding: 20px 5px !important;
	line-height: 1em;
	border-radius: 0px;
	text-align: center;
	width: 100%;
	display: block;
}
#header .header-nav-main nav > ul > li > a.c_mt {
    color: #26b2a0 !important;
}
#header .header-nav-main nav > ul {
	text-align: center;
}
#header .header-nav-main nav > ul > li > a > strong {
	background: url(../img/nav_m.png);
	display: inline-block;
	width: 160px;
	height: 30px;
	vertical-align: middle;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	color: #333;
    border-color: transparent;
    padding: 8px 0px;
    font-size: 17px;
    font-weight: 600;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a strong {
	/*background: url(../img/nav_sm.png) no-repeat;	*/
	display: inline-block;
	width: 160px;
	height: 30px;
	vertical-align: middle;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #81bbbf;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	color: #eee;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	color: #636363 !important;
    background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (max-width:1279px) and (min-width:991px) {
	#header .header-nav-main nav > ul > li > a {
		padding:  12px 9px !important
	}
}
@media (min-width:991px) {
	#header .header-column.header-column-sec01{
		padding: 0;
	}
    #header .header-nav-main nav {
        line-height: 0px;
    }
    #header .header-nav-main nav > ul {
        text-align: center;
    }
	#header .header-nav-main nav > ul > li {
		float: left;
        display: block;
	}	
	#header .header-nav-main nav > ul > li+li{
		margin-left: 0px;
	}
    #header .header-column.header-col-2 {
        background-color: #fff;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
    }
    #header .header-nav-main nav > ul > li {
        position: relative;
        width: 16.66666666%;
    }
    #header .header-nav-main nav > ul > li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 35%;
        width: 1px;
        height: 30%;
        background-color: rgba(255,255,255,0.4);
        z-index: 1;
    }
    #header .header-nav-main nav > ul > li:hover:after,
    #header .header-nav-main nav > ul > li.active:after,
    #header .header-nav-main nav > ul > li:last-child:after {
        display: none;
    }
    #header .header-nav-main nav > ul > li.active a {
        background-color: transparent;
    }
    #header .header-nav-main nav > ul > li.active > a {
		color: #fff !important;
    }
    #header .header-nav-main nav > ul > li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0px;
        background-color: #81bbbf;
        left: -1px;
        bottom: 0;
        z-index: 3;
        
        -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;
    }
    #header .header-nav-main nav > ul > li:hover:before,
    #header .header-nav-main nav > ul > li.active:before {
        height: 100%;
    }
    #header .header-nav-main nav > ul > li > a {
        position: relative;
        color: #333 !important;
        z-index: 5;
    }
    #header .header-nav-main nav > ul > li.imp > a {
        background-color: #00c73c;
        color: #fff!important;
    }
    #header .header-nav-main nav > ul > li.imp:hover > a {
        color: #fff!important;
    }
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
		color: #fff !important;
	}
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#header .header-nav-main nav > ul > li.dropdown:first-child > .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        width: 1px;
        background-color: #eee;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px 15px;
        transform: translate3d(0, 0, 0);
	}
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu .sm_menu {
        margin-bottom: 10px;
    }
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu .sm_menu li a {
        font-size: 13px;
        text-decoration: none;
	}
}
@media (max-width:992px) {
	html.sticky-header-active #header .header-body {
		top: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		background-color: transparent;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
		border-left: 0px !important;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
    }
    #header .header-nav-main nav > ul > li.active > a {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li > a.c_mt:focus,
	#header .header-nav-main nav > ul > li > a.c_mt:hover,
	#header .header-nav-main nav > ul > li > a.c_mt {
		color: #26b2a0 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 15px;
		color: #333 !important;
        padding: 5px 0;
        font-weight: 300;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #c74000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}
/*header_left*/
#header .header-body .header_left a.b_arrow {
    text-decoration: none;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
   border: 2px solid #003975;
    background-color: #fff;
    color: #003975;
    margin-right: 10px;
}
#header .header-body .header_left span.w_arrow {
    text-decoration: none;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
    border: 2px solid #003975;
    background-color: #003975;
    color: #fff;
    cursor: pointer;
}
/*top_link*/
.top_link li {
    display: inline-block;
}
.top_link li a {
    font-family: "Dotum";
    font-size: 13px;
    color: #333;
    display: block;
    padding: 5px 8px;
    position: relative;
    text-decoration: none;
}
.top_link li a:hover {
    color: #b50c0c;
}
.top_link li a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd;
}
.top_link li:last-child a:after {
    display: none;
}
/*top_link2*/
.top_link2 li {
    display: inline-block;
}
.top_link2 li a {
    font-size: 17px;
    color: #333;
    display: block;
    padding: 5px 8px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}
@media (max-width:768px){
    .top_link li a {
        font-size: 12px;
        padding: 10px 4px;
    }
}
/* HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 5px;
    background-color: transparent;
    color: #151a44;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
}


/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 30px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_mini {
        margin-top: 15px;
    }
}
/*color*/
.c_mt {
    color: #9ebabc !important;
}
.c_pk {
    color: #e23f4a !important;
}
.text-light {
    color: #fff !important;
}

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 40px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 30px;
    color: #221814;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
}
h3.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
}
h4.dft {
    font-size: 22px;
    color: #221814;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.5em;
    color: #221814;
    font-weight: 300;
}
@media (max-width:768px){
    h1.dft {
        font-size: 24px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 15px;
    }
    h4.dft {
        font-size: 14px !important;
    }
    h5.dft {
        font-size: 13px;
    }    
    h6.dft {
        font-size: 11px;
    }
    p.dft {
        font-size: 12px;
    }
}

/*t_list*/
.t_list > li {
    font-size: 16px;
    line-height: 1.8em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin: 3px 0;
}
.t_list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #673c21;
    border-radius: 50%;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 12px;
    }
}

/*t2_list*/
.t2_list > li {
    font-size: 16px;
    line-height: 1.8em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 15px;
}
.t2_list.wide > li {
    padding-left: 25px;
    margin: 3px 0;
}
.t2_list > li > span {
    position: absolute;
    left: 0;
    font-weight: 500;
}
@media (max-width:768px){
    .t2_list > li {
        font-size: 12px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
   .sec_dvd {
        padding: 50px 0;
    } 
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
}

/*c_wrp*/
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}

/*visual*/
#visual .c_wrp .bg1 {
	background: url(../img/slider01.jpg) center center no-repeat;
	background-size: cover;
}
#visual .c_wrp .bg2 {
	background: url(../img/slider02.jpg) center center no-repeat;
	background-size: cover;
}
#visual.owl-carousel img {
	width: auto !important;
}
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:visited,
.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:hover,
.owl-carousel .owl-nav [class*="owl-"] {
    background-color: transparent;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
	border-color: #fff;
    text-align: center;
    padding-top: 15px;
    border-radius: 0px;
}
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:visited,
.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
	border-color: #fff !important;
}
.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
    opacity: 1;
}
.owl-carousel .owl-nav .owl-prev:hover, 
.owl-carousel .owl-nav .owl-next:hover {
    opacity: 0.5;
}
.owl-carousel .owl-nav .owl-next {
	right: 5%;
}
.owl-carousel .owl-nav .owl-prev {
	left: 5%;
}
#visual.owl-carousel .owl-dots {
	position: relative;
	top: -50px;
	height: 0px;
    margin: 0px;
}
#visual.owl-carousel .owl-dots .owl-dot span, 
#visual.owl-carousel .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    border: 0px;
	width: 50px;
	height: 3px;
	margin: 5px 4px;
}
#visual.owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(255, 255, 255, 0.7);
}
#visual.owl-carousel .owl-dots .owl-dot.active span{
	background: rgba(255, 255, 255, 0.9);
}
@media (min-width:769px){
	#visual .c_wrp {
		height: 820px;
	}
}
@media (max-width:768px){
	#visual .c_wrp {
		height:400px;
	}
    #visual.owl-carousel .owl-dots {
        top: -30px;
    }
    #visual.owl-carousel .owl-dots .owl-dot span, 
    #visual.owl-carousel .owl-dots .owl-dot span {
        width: 20px;
        height: 2px;
        margin: 3px 4px;
    }
	#visual.owl-carousel .owl-nav {
		opacity: 0;
	}
}
/*footer*/
#footer {
    padding: 40px 0 !important;
    margin-top: 0px !important;
    border-top: 0px !important;
    background-color: #393939;
}
#footer .lft p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
#footer .rt {
	text-align: right;
}
#footer .rt a {
    display: inline-block;
    color: #fff;
    line-height: 1em;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}
@media (max-width:768px){
	#footer {
		padding: 40px 0 110px !important;
	}
	#footer .lft,
	#footer .rt {
		text-align: center;
	}
	#footer .f_logo {
		margin: 15px 0;
	}
	#footer .f_logo img {
		width: 200px;
	}
	#footer .lft p {
		font-size: 12px;
		font-weight: 300;
		color: #fff;
	}
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/*mtit*/
.mtit {
	position: relative;
}
.mtit > div {
	display: inline-block;
	padding: 5px 30px;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.mtit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
@media (max-width:768px){
	.mtit > div > img {
		width: 200px;
	}
}
/*msec01*/
#msec01 .banner {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}
#msec01 .banner .ban_bg {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#msec01 .banner:hover .ban_bg {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
#msec01 .banner .txtbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (max-width:768px){
	#msec01 .owl-item > div {
		padding: 0px;
	}
}
/*msec02*/
#msec02,
#msec02 .mtit > div {
	background-color: #f6f6f7;
}
/*msec02*/
#msec02 .banner {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}
#msec02 .banner .bn_ac {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-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;
}
#msec02 .banner:hover .bn_ac {
	opacity: 1;
}
#msec02 .banner .txtbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#msec02 .banner .txtbox span {
	display: inline-block;
	line-height: 1em;
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 5px;
}
#msec02 .banner:after,
#msec02 .banner:before {
	content: "";
	position: absolute;
	width: 41px;
	height: 41px;
	background: url(../img/side.png) center center no-repeat;
}
#msec02 .banner:after {
	right: 0;
	top: 0;
}
#msec02 .banner:before {
	left: 0;
	bottom: 0;
}
@media (max-width:768px){
	#msec02 .owl-item > div {
		padding: 0px;
	}
}
/*lt_wrp*/
.lt_wrp h4 {
	position: relative;
	color: #1e1e1e;
	font-weight: 700;
}
.lt_wrp h4 a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	line-height: 1em;
	color: #e0a5a4;
	text-decoration: none;
	font-weight: 900;
}
.lt_wrp .box {
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #fff;
}
@media (max-width:768px){
	.lt_wrp > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.lt_wrp h4 a {
		font-size: 20px;
	}
	.lt_wrp .box {
		padding: 15px;
	}
}

/*latest_basic*/
#latest_basic li:not(:last-child) {
	border-bottom: 1px dashed #ddd;
}
#latest_basic li a {
	text-decoration: none;
	color: #1e1e1e;
	font-size: 17px;
	line-height: 1em;
	padding: 15px 5px;
}
#latest_basic li:hover a {
	color: #4a8cca;
}
#latest_basic li a .dt {
	width: 30%;
	text-align: right;
}
@media (max-width:768px){
	#latest_basic li a {
		font-size: 13px;
		padding: 10px 5px;
	}
}


/*latest_form*/
#latest_form {
	padding: 9px 0;
}
#latest_form ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 12px;
}
#latest_form ul li:last-child {
    margin-bottom: 0;
    margin-top: 20px;
}
#latest_form ul li.list_b label {
    position: absolute;
    left: 0;
	font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    color: #333 !important;
    top: 8px;
    margin-bottom: 0px;
}
#latest_form ul li.agree label {
	font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #333 !important;
    margin-bottom: 0px;
}
#latest_form ul li input {
    margin: 0px;
    vertical-align: middle;
}
#latest_form ul li input[type="submit"] {
	display: block;
    background-color: #f6d2d4;
    line-height: 1em;
    font-size: 16px;
    padding: 11px 10px;
    color: #fff;
    font-weight: 400;
    border: 0px;
    width: 100%;
}
#latest_form ul li .form-control {
    border-radius: 0;
    box-shadow:  0 0 0;
}
@media (max-width:768px){
    #latest_form ul li {
        position: relative;
        padding-left: 70px;
        margin-bottom: 5px;
    }
    #latest_form ul li:last-child {
        margin-top: 10px;
    }
    #latest_form ul li.list_b label {
        font-size: 13px;
    }
    #latest_form ul li.agree label {
        font-size: 12px;
    }
    #latest_form ul li input[type="submit"] {
        font-size: 13px;
        padding: 7px;
    }
}
/*msec03*/
#msec03 .telbox {
	text-decoration: none;
	margin-bottom: 28px;
	margin-top: 15px;
}
#msec03 .telbox .icon {
	width: 110px;
}
#msec03 .telbox .txt {
	padding-left: 20px;
}
#msec03 .telbox .txt h5 {
	font-weight: 600;
}
#msec03 .telbox .txt h1 {
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;
}
#msec03 .telbox .txt h1 span {
	font-size: 0.7em;
	font-weight: 300;
}
#msec03 .telbox .txt h6 {
	color: #636363;
}
#msec03 .timetable {
	padding: 30px 20px;
	background: url(../img/time_bg.jpg) center center no-repeat;
	background-size: cover;
}
#msec03 .timetable ul {
	margin: 15px 0;
}
#msec03 .timetable ul li {
	font-size: 22px;
	line-height: 1.8em;
	color: #fff;
}
@media (max-width:768px){
	#msec03 .telbox {
		margin-bottom: 15px;
		margin-top: 0;
	}
	#msec03 .telbox .icon {
		width: 70px;
	}
	#msec03 .telbox .txt {
		padding-left: 15px;
	}
	#msec03 .telbox .txt h1 {
		font-size: 40px;
	}
	#msec03 .cl_info {
		margin-bottom: 15px;
	}
	#msec03 .timetable {
		padding: 20px 15px;
	}
	#msec03 .timetable ul {
		margin: 10px 0;
	}
	#msec03 .timetable ul li {
		font-size: 15px;
	}
}

/*msec04*/
#msec04 .map_top {
	background-color: #eee;
	cursor: pointer;
	padding: 20px 0;
}

/*clinic_02*/
.mapbox {
    height: 300px !important;
	overflow: hidden;
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.mapbox.active {
    height: 500px !important;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
	.mapbox.active {
		height: 250px !important;
	}
}

/*quick*/
#quick {
	position: fixed;
	z-index: 10000;
}
#quick li a {
	text-decoration: none;
	display: block;
	background-color: #9ebabc;
	border: 1px solid #668789;
	padding: 5px 0;
}
#quick li:last-child a {
	background-color: #333;
	border-color: #000;
}
@media (min-width:769px){
	#quick {
		right: 0;
		top: 20%;
	}
	#quick li:not(:last-child) a {
		border-bottom: 0px;
	}
}
@media (max-width:768px){
	#quick {
		left: 0;
		bottom: 0;
		height: auto;
		text-align: center;
	}
	#quick li:not(:last-child) a {
		border-right: 0px;
	}
	#quick li a img {
		height: 60px;
	}
}

/*subtop*/
.subtop h1 {
	font-size: 60px;
	font-family: 'Montserrat';
	font-weight: 700;
}
.subtop h1 span {
	color: #df1d30;
	background: -webkit-linear-gradient(right,#f53346 0%, #df1d30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	line-height: 1.2em !important;
}
@media (min-width:769px){
	.subtop .c_wrp {
		height: 250px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
	.subtop .c_wrp {
		height: 180px;
	}
	.subtop h1 {
		font-size: 30px;
		margin-bottom: 0;
	}
}

/*config_wrp*/
.config_wrp {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.config_wrp h1 {
	font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.config_wrp {
		margin-bottom: 5px;
	}
	.config_wrp .text-right {
        text-align: left;
	}	
	.config_wrp h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}	
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 8px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #636363;
	display: inline-block;
	padding: 0 3px;
	position: relative;
	font-size: 12px;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 2px 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*mapwrp*/
.mapwrp .root_daum_roughmap .wrap_map {
    height: 400px !important;
}
@media (max-width:768px) {
	.mapwrp .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/*sub_menu*/
.sub_menu {
	background-color: #7ababf;
}
.sub_menu a {
	text-decoration: none;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.sub_menu a.active {
	background-color: #619b9f;
}
@media (max-width:768px) {
	.sub_menu a {
		padding: 10px 5px;
		font-size: 13px;
        line-height: 1.2em;
        word-break: keep-all;
	}
}
/*topbox*/
.topbox {
	position: relative;
	padding-left: 15px;
}
.topbox:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #e3a3a3;
}
.topbox h2,
.topbox h5 {
	line-height: 1em;
}

/*stit*/
.stit {
	padding-left: 15px;
	position: relative;
	margin-bottom: 20px;
}
.stit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #e3a3a3;
}
.stit strong {
	font-weight: 700;
}
/*clinic_01*/
.clinic_01 .sec01 .c_wrp {
	background: url(../img/c1_s1.jpg) center center no-repeat;
	height: 400px;
}
.clinic_01 .sec01 .txt_wrp {
	margin-top: 30px;
}
.clinic_01 .sec02 h3 {
	position: relative;
	text-align: center;
}
.clinic_01 .sec02 h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #9ebabc;
	z-index: 1;
}
.clinic_01 .sec02 h3 strong {
	display: inline-block;
	padding: 5px 30px;
	background-color: #9ebabc;
	border-radius: 30px;
	color: #fff;
	position: relative;
	z-index: 3;
}
.clinic_01 .sec02 ul li {
	margin-bottom: 30px;
}
.clinic_01 .sec02 ul li .c_wrp {
	background-color: #f7f7f7;
}
.clinic_01 .sec02 ul li .c_wrp .img {
	position: relative;
}
.clinic_01 .sec02 ul li .c_wrp .img .num {
	position: absolute;
	text-align: center;
	line-height: 50px;
	width: 50px;
	background-color: #e3a3a3;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 25px;
}
.clinic_01 .sec02 ul li .c_wrp .txt h5 {
	margin-top: 10px;
}
@media (max-width:768px){
	.clinic_01 .sec01 .c_wrp {
		height: 300px;
		background-size: cover;
	}
	.clinic_01 .sec01 .c_wrp .lft {
		text-align: left;
	}
	.clinic_01 .sec01 .c_wrp .lft img {
		width: 300px;
	}
	.clinic_01 .sec02 .c_wrp .txt {
		padding: 30px 0;
	}
	.clinic_01 .sec02 .c_wrp .txt img {
		width: 300px;
	}
}
/*clinic_02*/
.clinic_02 .sec01 ul {
	margin-top: 30px;
}
.clinic_02 .sec01 .lightbox {
	display: block;
	text-decoration: none;
}
.clinic_02 .sec01 .lightbox .img_wrp {
	border: 1px solid #ddd;
	border-bottom: 0px;
}
.clinic_02 .sec01 .lightbox h5 {
	background-color: #7ababf;
	color: #fff;
	padding: 8px;
	text-align: center;
	font-weight: 600;
}
.clinic_02 .sec02 ul {
	margin-top: 30px;
}
.clinic_02 .sec02 .lightbox {
	display: block;
	text-decoration: none;
}
.clinic_02 .sec02 .lightbox .img_wrp {
	border: 1px solid #ddd;
	border-bottom: 0px;
}
.clinic_02 .sec02 .lightbox h5 {
	background-color: #7ababf;
	color: #fff;
	padding: 8px;
	text-align: center;
	font-weight: 600;
}
@media (min-width:769px){
	.clinic_02 .sec01 .c_wrp {
		background: url(../img/c2_s1.jpg) center center no-repeat;
		min-height: 850px;
		background-size: cover;
	}
	.clinic_02 .sec01 .c_wrp .lft {
		padding-left: 5%;
	}
    .clinic_02 .sec02 .c_wrp {
		background: url(../img/c2_s2.jpg) center center no-repeat;
		min-height: 850px;
		background-size: cover;
	}
	.clinic_02 .sec02 .c_wrp .lft {
		padding-left: 5%;
	}
}
@media (max-width:768px){
	.clinic_02 .sec01 .c_wrp {
		background: #f0f2ed;
	}
	.clinic_02 .sec01 .c_wrp .lft {
		padding: 30px 15px;
	}
    .clinic_02 .sec02 .c_wrp {
		background: #f0f2ed;
	}
	.clinic_02 .sec02 .c_wrp .lft {
		padding: 30px 15px;
	}
     .clinic_02 .sec02 .c_wrp {
		background: url(../img/c2_s2.jpg) center center no-repeat;
		
		background-size: cover;
	}
}

/*clinic_03*/
.clinic_03 ul li .txtbox h5 {
	font-weight: 300;
}
.clinic_03 ul li .txtbox h2 {
	font-weight: 600;
}
@media (min-width:769px){
	.clinic_03 ul li .txtbox {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width:768px){
	.clinic_03 ul li {
		margin: 30px 0;
	}
	.clinic_03 ul li .txtbox {
		padding: 30px 0;
	}
}

/*clinic_04*/
.clinic_04 .owl-carousel .img-thumbnail,
.clinic_04 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
.clinic_04 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
.clinic_04 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
.clinic_04 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.clinic_04 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
.clinic_04 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:focus,
.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:visited,
.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:active,
.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:hover,
.clinic_04 .owl-carousel .owl-nav [class*="owl-"] {
	padding-top: 9px;
}
@media (min-width:991px){	
	.clinic_04 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	.clinic_04 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
@media (max-width:768px){	
	.clinic_04 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 38%;
	}
	.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:focus,
	.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:visited,
	.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:active,
	.clinic_04 .owl-carousel .owl-nav [class*="owl-"]:hover,
	.clinic_04 .owl-carousel .owl-nav [class*="owl-"] {
		padding-top: 5px;
		width: 40px;
		height: 40px;
	}
}



/*clinic_05*/
.clinic_05 .sub_tit h1 span.trans {
	display: inline-block;
    border: 4px solid #77469b;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #77469b;
}
.clinic_05 .table {
	border-top: 2px solid #7ababf;
	border-bottom: 1px solid #aaa;
	margin-top: 15px;
}
.clinic_05 .table tr th,
.clinic_05 .table tr td {
	word-break: keep-all;
	padding: 20px;
	vertical-align: middle;
}
.clinic_05 .table tr th {
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	color: #1e1e1e;	
	font-weight: 600;
	background-color: #f4f4f4;
}
.clinic_05 .table tr td {
	font-size: 18px;
	line-height: 1.5em;
	color: #1e1e1e;	
	background-color: #fff;
}
.clinic_05 .trans_hw li {
	position: relative;
	margin-bottom: 15px;
	word-break: keep-all;
	line-height: 1.8em;
}
.clinic_05 .trans_hw li:last-child {
	margin-bottom: 0px;
}
.clinic_05 .trans_hw li span {
	font-weight: 600;
	color: #619b9f;
}
@media (min-width:769px){
	.clinic_05 .trans_hw li {
		padding-left: 140px;
	}
	.clinic_05 .trans_hw li span {
		position: absolute;
		left: 0;
	}
}
@media (max-width:768px){
	.clinic_05 .sub_tit h1 span.trans {
		border: 2px solid #77469b;
		width: 28px;
		height: 28px;
		line-height: 28px;		
	}
	.clinic_05 .table tr th,
	.clinic_05 .table tr td {
		padding: 10px;
	}
	.clinic_05 .table tr th {
		font-size: 14px;
	}
	.clinic_05 .table tr td {
		font-size: 12px;
	}	
	.clinic_05 .trans_hw li span {
		display: block;
	}

	.clinic_05 .videobox iframe {
		height: 300px !important;
	}
}


/*sb_top*/
.sb_top {
	margin-bottom: 100px;
}
.sb_top .lft {
	padding: 30px 20px;
	position: relative;
}
.sb_top .lft:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 97%;
	height: 95%;
	margin: 2% 1.5% 2% 1.5%;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.sb_top .lft .lft_box {
	padding: 40px 30px;
}
.sb_top .lft .lft_box p {
	margin-top: 15px;
}
.sb_top.br_1 {
	background: #f6f6f3;
}
.sb_top.br_2 {
	background: #6058d8;
}
.sb_top .lft .lft_box {
	line-height: 0px;
}
.sb_top .lft .lft_box h2 strong {
	display: inline-block;
	border-bottom: 3px solid #333;
	color: #333;
}
@media (max-width:768px){
	.sb_top {
		margin-bottom: 50px;
	}
	.sb_top .lft {
		padding: 20px 15px;
	}
	.sb_top .lft .lft_box {
		padding: 30px 15px;
	}
}

/*s_top*/
.s_top {
	margin-bottom: 30px;
}
.s_top h3 {
	position: relative;
	line-height: 1em;
	padding-left: 15px;
}
.s_top h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background-color: #e3a3a3;
}

/*hw_pr*/
.hw_pr li .imgbox img {
	width: 250px;
	border: 5px solid #eee;
	border-radius: 50%;
	overflow: hidden;
}
.hw_pr li .txtbox {
	padding: 15px;
}
.hw_pr li .txtbox .num span {
	display: inline-block;
	border-bottom: 2px solid #7ababf;
	font-weight: 900;
	color: #7ababf;
}
.hw_pr li .txtbox .txt_t {
	margin: 15px 0 5px;
}
@media (min-width: 769px) {
	.hw_pr li .txtbox {
		height: 250px;
	}
}
@media (max-width: 768px) {
	.hw_pr li .imgbox {
		border-width: 3px;
		width: 150px;
	}
	.hw_pr li .txtbox {
		height: 190px;
		text-align: left;
	}
	.hw_pr li .txtbox .txt_t {
		margin: 5px 0;
	}
}

/*md_tit*/
.md_tit .lind {
	position: relative;
	line-height: 0px;
	margin: 15px 0;
}
.md_tit .lind:after {
	content: "";
	display: inline-block;
	width: 55px;
	height: 3px;
	background-color: #222;
}
.md_tit h6 {
	font-weight: 300;
}

/*myimpl*/
.myimpl {
    position: relative;
}
.myimpl .myimpl_item_top {
    background-color: #a2a2a2;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.myimpl .myimpl_item_top.myimpl_item_top2 {
    background-color: #7ababf;
}
.myimpl .imp_img {
    border: 3px solid #4f2d28;
}
.myimpl .myimpl_item_top h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1em;
}
.myimpl .myimpl_item_top h5 {
    font-size: 25px;
    line-height: 1em;
    color: #eee;
    margin-bottom: 0px;
}
.myimpl .myimpl_item_top.myimpl_item_top2 h5 {
    color: #fff;
}
.myimpl ul li h5 {
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 500;
}
.myimpl .img_wrp {
    position: relative;
}
.myimpl.ba_arr_ty li:not(:last-child) .img_wrp span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    background: url(../img/ba_arr.png) center center no-repeat;
    background-size: contain;
    height: 100%;
    z-index: 3;
}
.myimpl .c_point {
    padding: 15px 0;
}
.myimpl .c_point h4 {
    position: relative;
    padding: 8px 0;
    padding-left: 40px;
    margin-bottom: 10px;
}
.myimpl .c_point h4 img {
    position: absolute;
    left: 0;
    top: 0;
}
.myimpl .ba_arr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
@media (max-width:992px){    
    .myimpl .ba_arr img {
        width: 50px;
    }
}
@media (max-width:768px){
	.myimpl .row {
		margin: 0 -5px;
	}
	.myimpl .row ul > li {
		padding: 0 5px;
	}
    .myimpl .myimpl_item_top {
        padding: 7px;
		margin-bottom: 5px;
    }
    .myimpl .myimpl_item_top h4 {
        font-size: 13px;
    }
    .myimpl .myimpl_item_top h5 {
        font-size: 13px;
    }
    .myimpl .c_point h4 {
        padding-left: 30px;
        margin-bottom: 0px;
	}
    .myimpl .c_point h4 img {
        width: 25px;
    }
    .myimpl.ba_arr_ty li:not(:last-child) .img_wrp:after {
        right: -20px;
        width: 30px;
        
    }
}



/*table_cl*/
.table{
    table-layout: fixed;
    width: 100%;
    overflow: scroll;
}
.table.table_cl {
	margin: 30px 0;
	border-top: 2px solid #ce8282;
}
.table.table_cl thead tr th,
.table.table_cl tbody tr td {
	text-align: center;
    line-height: 1.4em;
	padding: 15px;
	vertical-align: middle;
}
.table.table_cl thead tr th {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    background-color: #e3a3a3;
    border: 0px;
    border: 2px solid #ce8282;
    border-bottom-width: 1px;
}
.table.table_cl thead tr th.imp {
	background-color: #1f1f35;
	border: 2px solid #1f1f35;
}
.table.table_cl tbody tr th,
.table.table_cl tbody tr td {
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    text-transform: none;
    background-color: #f7f7f7;
}
.table.table_cl tbody tr th {
	text-align: center;
	background-color: #e3a3a3;
	border: 2px solid #ce8282;
	vertical-align: middle;
	color: #fff;
}
.table.table_cl tbody tr td {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.table.table_cl tbody tr:last-child td {
	border-bottom: 2px solid #ddd;
}
.table.table_cl tbody tr td.imp {
	background-color: #4c4c83;
	border-left: 2px solid #1f1f35;
	border-right: 2px solid #1f1f35;
}
.table.table_cl tbody tr:last-child td.imp {
	border-bottom: 2px solid #1f1f35;
}
@media (max-width: 768px) {
	.table.table_cl thead tr th {
		font-size: 16px;
	}
	.table.table_cl tbody tr th,
	.table.table_cl tbody tr td {
		font-size: 12px;
	}
	.table.table_cl thead tr th,
	.table.table_cl tbody tr th,
	.table.table_cl tbody tr td {
		padding: 10px;
	}
}

/*goods_li*/
.goods_li li {
	position: relative;
	padding: 30px 15px;
	padding-left: 60px;
}
.goods_li li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.goods_li li h1 {
	position: absolute;
	left: 0;
	top: 22px;
	font-weight: 700;
	color: #e3a3a3;
}
.goods_li li h4 {
	margin-bottom: 10px;
	font-weight: 600;
}
.goods_li li h6 {
	font-weight: 300;
	margin-top: 0px;
}
@media (max-width: 768px) {
	.goods_li li {
		padding: 20px 15px;
		padding-left: 30px;
	}
	.goods_li li h1 {
		top: 17px;
	}
	.goods_li li h4 {
		margin-bottom: 5px;
	}
}
/*b_wrp*/
.b_wrp > li {
    margin-bottom: 30px;
}
.b_wrp .b_item {
    position: relative;
}
.b_wrp .b_item .shadow {
    position: absolute;
    width: 100%;
    top: 100%;
    opacity: 0.5;
    left: 0;
}
.b_wrp .b_item .num {
    margin-bottom: 15px;
}
.b_wrp .b_item .num span {
    display: inline-block;
    line-height: 45px;
    width: 45px;
    background-color: #9ebabc;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #668789;
    font-weight: 700;
}
.b_wrp .b_item {
    border: 1px solid #ddd;
    padding: 30px 0;
}
@media (max-width:768px){
    .b_wrp > li {
        margin-bottom: 15px;
    }
    .b_wrp .b_item .num {
        margin-bottom: 5px;
    }
    .b_wrp .b_item .num span {
        line-height: 35px;
        width: 35px;
        font-size: 17px;
    }
}


@media (min-width: 769px){
.laminate_02 .conbox ul .arr:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../img/arr_ri.png) center center no-repeat;
    background-size: 100%;
    z-index: 3;
    }
}

@media (max-width: 768px){
.laminate_02 .conbox ul .arr:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 30px;
    width: 100%;
    background: url(../img/arr_ri.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

@media (min-width:991px){
	.laminate_02 .conbox ul .arr:nth-child(3):after,
	.laminate_02 .conbox ul .arr:nth-child(6):after {
		display: none;
	}
}
@media (max-width:990px){
	.laminate_02 .conbox ul .arr:nth-child(3):after,
	.laminate_02 .conbox ul .arr:nth-child(6):after {
		display: none;
	}
}

.laminate_02 .table thead tr th,
.laminate_02 .table thead tr td,
.laminate_02 .table tbody tr th,
.laminate_02 .table tbody tr td{
    border : 1px solid #ddd;
}
.laminate_02 .table thead tr th{
    background-color: #0c61c7;
    color: #fff;
    padding:15px;
    font-size:20px;
    
}
.laminate_02 .table tbody tr th{
    color: #000;
    
}
@media (max-width: 768px){
    .laminate_03 .hw_pr li .txtbox {
        height: 100px;
        text-align: center;
        padding: 0;
    }
    .laminate_03 .sec01 ul li{
        float:left;
    }
    .laminate_03 .hw_pr li .imgbox{
        width:100%;
    }
    .table_wrp{
    overflow-x: scroll;
    }
    .table {
        
        table-layout: fixed;

    }
}
@media (min-width: 769px){
    .laminate_03 .hw_pr li .txtbox {
        height: 140px;
        
    }
    .children .sec02 .ml270{
    margin-left: 270px;
    }
    .children .sec02 .mr270{
    margin-right: 270px;
    }
    
    .laminate_01 .hw_pr li .txtbox {
    height: 190px;
    }
}
.c_bl{
    color: #e6f3fb;
    font-weight: 600;
}

