/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

/*Font: Noto Sans KR*/
@import url(https://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
}

#board_01_view p{
	margin:0px;
	font-family: '나눔고딕', NanumGothic;
    font-size: 11pt;
}
/* POPUP */
#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;
	margin:0 auto;
	height:0;
}
.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 (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 {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.05em;
}
html {
    font-size: 10px;
}
/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: -3px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
@media (min-width:1601px){
    .header-container .lo_wrp {
        padding-left: 10px;
    }
    .header-container .bt_wrp {
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1200px) and (min-width:991px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 30px !important;
        font-size: 18px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 30%;
    }
    #header .fo_wrp {
        width: 35%;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_rd {
    color: #ef000d !important;
}
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_bl {
    color: #1876be !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:992px){
    /*.row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*sticky*/
html.add-header #header.header-transparent .header-body,
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background-color: transparent;
    opacity: 0;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.add-header #header.header-transparent .header-body:before,
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 400;
    color: #333 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header .header-nav-main nav > ul > li:hover > a {
    color: #1b75b9 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #1b75b9;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 35px !important;
        font-size: 18px;
    }
}
@media (max-width:1601px) {	
    html #header .bt_wrp a img {
        margin: 0;
    }
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
    text-align: center;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#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;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #1b75b9;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #1b75b9 !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 (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-nav-main nav > ul:hover:after {
        height: 200px;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        width: 100%;
        left: -50%;
        width: 200%;
        z-index: 1;
    }
    #header .header-nav-main nav > ul.act:after {
        height: 200px !important;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #1b75b9;
        height: 3px;
        width: 100%;
        z-index: 3;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#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.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: 300;
        border-bottom: 0px;
        padding: 8px 0;
        line-height: 1.2em;
        text-align: center;
		font-weight: 600;
 }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 200px;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !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: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !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 {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 9px 10px 11px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #1876be;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 23px 0;
	background-color: transparent;
	color: #333;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}
/*sticky*/
html #header .default {
    display: inline-block;
}
html #header .default-c {
    display: none;
}
html #header:hover .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .bt_wrp a:not(.actbtn),
html.add-header #header .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.add-header #header .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.add-header #header .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
/*hover*/
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover a {
    color: #1b75b9;
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li a {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 15px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/*search ëª¨ë‹¬*/
.s007-modal .modal-dialog {
    width: 100%;
    margin: 0;
}
.s007-modal .modal-content{
	border-radius: 0px;
}
.s007-modal .modal-content .modal-body{
    padding: 40px 15px;
}
#header-search-modal .mobile-search-form input[type="text"],
#header-search-modal .mobile-search-form select{
	vertical-align: top;
}

#header-search-modal .search-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    min-width: 26px;
    height: 35px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: #ef6a11;
    border: none;
	vertical-align: top;
}
#header-search-modal .mobile-search-form input[type="text"],
#header-search-modal .mobile-search-form select{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 50%;
}
#header-search-modal .mobile-search-form select{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 20%;
	height: 35px;
}
@media (max-width: 992px){
	#header-search-modal .mobile-search-form input[type="text"],
	#header-search-modal .mobile-search-form select{
		/*width: 80%;	*/
	}
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_smini {
    padding: 30px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_smini {
    padding: 15px 0;
    }
}

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



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 40px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*row*/
@media (max-width:992px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}

/*all-content-common*/
#all-content-common {
    padding: 40px 0 0;
}
@media (max-width:768px){
    #all-content-common {
        padding: 20px 0 0;
    }
}
/*sub_tt*/
.sub_tt {
    font-size: 35px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
}
@media (max-width:768px){
   .sub_tt {
        font-size: 20px;
    }
}

/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 200px;
	position: relative;
}
.page-header.parallax.bo_h {
    height: 150px;
}
.page-header.parallax .txt_wrp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.page-header.parallax .txt_wrp .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
.page-header.parallax .txt_wrp .txt_in {
	display: table-cell;
	vertical-align: middle;
}
.page-header.parallax .txt_wrp h2 {
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    text-shadow: 0 0 0;
}
.page-header.parallax .txt_wrp h4 {
	font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 22px;
    line-height: 1.4em;
    color: rgba(255,255,255,1);
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 20px;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.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;
}
.page-header.parallax h4 {
    font-size: 14px;
    line-height: 1.4em;
    color: #636363;
    font-weight: 600;
}
.page-header.parallax .text-light h2,
.page-header.parallax .text-light h4 {
    color: #fff;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
    
    .page-header.parallax .para_img {
        -webkit-animation: para_ani 15s linear infinite;
        -moz-animation: para_ani 15s linear infinite;
        -o-animation: para_ani 15s linear infinite;
        -ms-animation: para_ani 15s linear infinite;
        animation: para_ani 15s linear infinite;
    }
    .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);
    }
}
@media (max-width:768px){
    .page-header.parallax h4 {
        font-size: 13px;
    }
	.page-header.parallax {
		height: 150px;
	}
	.page-header.parallax.bo_h {
		height: 80px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
        margin-top: -15px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}

/* para animation */
@-webkit-keyframes para_ani{
     0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}	
     100%   {background-position:50% 0;}  
}
@-moz-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@-o-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@-ms-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@keyframes para_ani{
     0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}

/*sitecon*/
.sitecon .sitecon_list > li {
    font-size: 14px;
    display: inline-block;
}
.sitecon .sitecon_list > li a,
.sitecon .sitecon_list > li span {
    display: inline-block;
    color: #1e1e1e;
}
.sitecon .sitecon_list > li a,
.sitecon .sitecon_list > li span,
.sitecon .sitecon_list > li .sub_menu {
    padding: 0 7px;
}
.sitecon .sitecon_list > li .sub_menu {
    position: relative;
    color: #1e1e1e;
}
.sitecon .sitecon_list > li .sub_menu ul {
    position: absolute;
    width: 100%;
    top: -10000px;
    display: block;
    opacity: 0;
    padding: 0px;
    background-color: #4c5960;
    z-index: 1;
    
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
}
.sitecon .sitecon_list > li .sub_menu ul li {
    font-weight: 300;
}
.sitecon .sitecon_list > li .sub_menu ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
}
.sitecon .sitecon_list > li .sub_menu ul li a:hover {
    background-color: #424c52;
}
@media (min-width:991px){
    .sitecon .sitecon_list > li{
        position: relative;
    }
    .sitecon .sitecon_list > li:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -5px;
        top: calc(50% - 6px);
    }
    .sitecon .sitecon_list > li:last-child:after {
        display: none;
    }
}
@media (max-width:992px){
    .sitecon {
        background-color: #eee;
    }
    .sitecon .sitecon_list > li {
        display: block;
        float: left;
        border-left: 1px solid #ddd;
    }
    .sitecon .sitecon_list > li .sub_menu {
        min-width: 140px;
        cursor: pointer;
    }
    .sitecon .sitecon_list > li .sub_menu:after {
        content: "\f078";
        font: normal normal normal 11px/1 FontAwesome;
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    .sitecon .sitecon_list > li .sub_menu:hover ul {
        transform: translate3d(0, 0, 0);
        top: 100%;
        display: block;
        opacity: 1;
        left: 0;
    }
    .sitecon .sitecon_list > li a,
    .sitecon .sitecon_list > li span,
    .sitecon .sitecon_list > li .sub_menu {
        padding: 7px 15px;
    }
}
/*all-content-common*/
#all-content-common {
   /*padding: 30px 0;*/
}
@media (max-width:768px){
    #all-content-common {
        padding: 15px 0;
    }
}
/*side_menu*/
.side_menu h1 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    padding: 30px 15px;
    background-color: #1876be;
}
.side_menu ul li {
    border-bottom: 1px solid #ddd;
}
.side_menu ul li a {
    text-decoration: none;
    display: block;
    padding: 20px;
    color: #636363;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    font-weight: 300;
    overflow: hidden;
}
.side_menu ul li a.active {
    background-color: #f7f7f7;
    color: #1e1e1e;
}
.side_menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -11px;
    width: 11px;
    height: 2px;
    background: #1876be;
    transform: translateY(-50%);
    
    -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;
}
.side_menu ul li a.active:before,
.side_menu ul li a:hover:before,
.side_menu ul li a:focus:before {
    left: 0px;
}
.side_menu ul li .panel-body {
    padding: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.side_menu ul li .panel-body a {
    font-size: 17px;
    padding: 10px 20px;
    padding-left: 30px;
    background-color: #fcfcfc;
    color: #636363;
}
.side_menu ul li .panel-body a.active {
    color: #1e1e1e;
    font-weight: 600;
}

.side_menu #collapse8One li {
    border-bottom: 1px solid #ddd;
}
.side_menu #collapse8One li a {
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    color: #636363;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    font-weight: 300;
    overflow: hidden;
    
}
.side_menu #collapse8One li.active a {
    background-color: #fff;
    color: #1e1e1e;
}
.side_menu #collapse8One li.active a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    width: 11px;
    height: 2px;
    background: #1876be;
    transform: translateY(-50%);
    
    -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;
}
.side_menu #collapse8One li a.active:before,
.side_menu #collapse8One li a:hover:before,
.side_menu #collapse8One li a:focus:before {
    left: 0px;
}

@media (min-width:991px){
    .side_menu {
        min-height: 600px;
    }
}
/*sub_content*/
.sub_content h1.sub_tit {
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 20px;
}
@media (max-width:768px){
    .sub_content h1.sub_tit {
        font-size: 18px;
        padding: 15px 0;
        margin-bottom: 15px;
    }
}
/*conb*/
.conb {
    margin-top: 40px;
}

/*bt_link*/
.bt_link .lfban {
	display: table;
    width: 100%;
    text-decoration: none;
	border-bottom: 1px dashed #ddd;
}
.bt_link .lfban01 {
	background: url(../img/ban01.png) 95% center no-repeat;
	background-size: 50px;
}
.bt_link .lfban02 {
	background: url(../img/ban02.png) 95% center no-repeat;
	background-size: 50px;
}
.bt_link .txtbox {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.bt_link .txtbox h2 {
	font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
.bt_link .txtbox h5 {
	font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
.bt_link .txtbox h6 {
	font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 400;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (max-width:768px){
	.bt_link .lfban {
		background-size: 40px;
	}
	.bt_link .txtbox {
		padding-left: 45px;
		height: 70px;
	}
	.bt_link .txtbox h2 {
		font-size: 16px;
	}
	.bt_link .txtbox h5 {
		font-size: 13px;
	}
	.bt_link .txtbox h6 {
		font-size: 10px;
	}
}

/*pd_tab*/
.pd_tab ul li {
    display: inline-block;
}
.pd_tab ul li a {
    text-decoration: none;
    display: inline-block;
    color: #1e1e1e;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1em;
}
.pd_tab ul li a.active {
    border-color: #1876be;
    background-color: #1876be;
    color: #fff;
}




/*visual*/
#visual {
    background: url(../img/visual_bg.png) center center no-repeat;
}
#visual .con {
    position: relative;
}
#visual .con .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 30px;
}
@media (max-width:1200px){
    #visual .container {
        width: 100%;
    }
    #visual .con .txt h2 {
        font-size: 18px;
    }
    #visual .con .txt h4 {
        font-size: 14px;
    }
}
/*msec1*/
#msec1 {
    padding: 40px 0;
}
#msec1 ul li .itm {
    display: block;
    border: 1px solid #ddd;
    padding: 40px 25px;
    text-decoration: none;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#msec1 ul li .itm:hover {
    border-color: #ff661a;
}
#msec1 ul li:nth-child(1) .itm {
    background: url(../img/mi1.png) 90% 30% no-repeat;
    background-color: #f7f7f7;
}
#msec1 ul li:nth-child(2) .itm {
    background: url(../img/mi2.png) 90% 30% no-repeat;
    background-color: #fcfcfc;
}
#msec1 ul li:nth-child(3) .itm {
    background: url(../img/mi3.png) 90% 30% no-repeat;
    background-color: #f7f7f7;
}
#msec1 ul li .itm .btn_bt {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #666;
    font-weight: 500;
    line-height: 1em;
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 30px;
}
#msec1 ul li .itm .btn_bt.btn_org {
    border-color: #ff661a;
    background-color: #ff661a;
    color: #fff;
        padding: 10px 18px;
}
@media (max-width:768px){
    #msec1 {
        padding: 20px 0;
    }
    #msec1 ul li:not(:last-child){
        margin-bottom: 10px;
    }
    #msec1 ul li .itm {
        padding: 25px;
        background-size: 50px !important;
        background-position: 90% 75% !important;
    }
    #msec1 ul li:last-child .itm {
        background-size: 70px !important;
        background-position: 90% center !important;
    }
    #msec1 ul li .itm .btn_bt {
        font-size: 13px;
        padding: 8px 13px;
        margin-top: 15px;
    }
    #msec1 ul li .itm .btn_bt.btn_org {
        padding: 8px 13px;
		    white-space: nowrap;
    }
}
@media (max-width:400px){
    #msec1 ul li .itm .btn_bt {
        font-size: 11px;
        padding: 8px 4px;
        margin-top: 15px;
    }
}
/*msec2*/
@media (max-width:768px){
    #msec2 .bd_list > li:not(:last-child) {
        margin-bottom: 20px;
    }
}
/*bd_wrp*/
.bd_wrp .bd_tit {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.bd_wrp .bd_tit a.box {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    display: inline-block;
    width: 38px;
    line-height: 38px;
    border: 1px solid #aaa;
    text-align: center;
    text-decoration: none;
}
.bd_wrp .bd_tit a.tit {
    font-size: 20px;
    font-weight: 400;
	display: inline;
	color: #333;
}
.bd_wrp .bd_tit a.tit:hover {
       text-decoration: auto;
}
.bd_wrp.bd_wrp1 {
   padding-right:30px
}
.bd_wrp.bd_wrp2 {
   padding-left:30px
}
@media (max-width:768px){
    .bd_wrp .bd_tit {
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .bd_wrp .bd_tit img {
        width: 20px;
    }
    .bd_wrp .bd_tit a {
        font-size: 20px;
        width: 30px;
        line-height: 30px;
    }
	
	.bd_wrp.bd_wrp1 {
	   padding-right:0px
	}
	.bd_wrp.bd_wrp2 {
	   padding-left:0px
	}
}
/*basic_latest*/
.basic_latest li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: 300;
    font-size: 17px;
    padding: 8px 0;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.basic_latest li a:hover {
    color: #ff661a;
}
.basic_latest li a .ta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px){
    .basic_latest li a {
        font-size: 15px;
    }
}
/*msec3*/
#msec3 {
    padding: 40px 0;
}
#msec3 .ban_list li a {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    /*padding: 25px;*/
    position: relative;
    display: block;
}
/*#msec3 .ban_list li a.ban1 {
    background: url('../img/ban1.jpg')
}
#msec3 .ban_list li a.ban2 {
    background: url('../img/ban2.jpg')
}
#msec3 .ban_list li a.ban3 {
    background: url('../img/ban3.jpg')
}*/
#msec3 .ban_list li a span {
    position: absolute;
    right: 0;
    font-size: 30px;
    font-weight: 300;
    color: #333;
    display: inline-block;
    width: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    top: -1px;
    right: -1px;
}
@media (max-width:768px){
    #msec3 {
        padding: 20px 0;
    }
    #msec3 ul li:not(:last-child){
        margin-bottom: 10px;
    }
    #msec3 .ban_list li a {
        padding:0px;
    }
    #msec3 .ban_list li a span {
        font-size: 20px;
        width: 30px;
        line-height: 30px;
    }
}
/*footer*/
#footer {
    margin-top: 0px !important;
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 30px 0 !important;
    color: #666;
    font-size: 14px;
    line-height: 1em;
}
#footer ul,
#footer ul li {
    display: inline-block;
    position: relative;
}
#footer ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd;
}
#footer ul li span {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
}
@media (max-width:768px){
    #footer .c_wrp > div {
        text-align: center;
    }
}
#footer a.btn {
    background-color:#151515;
    padding: 5px;
    font-size: 12px !important;
	    margin-left: 10px;
}

/*s_tit*/
.s_tit {
    margin-bottom: 10px;
}
.s_tit h4 {
    position: relative;
    padding-left: 25px;
}
.s_tit h4:before {
    content: "";
    margin-top: -14px;
    width: 20px;
    height: 20px;
    display: block;
    border: 5px #1876be solid;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    left: 0px;
    background: #fff;
    z-index: 2;
}

@media (max-width:768px){
    .s_tit h4:before {
        top: 18px;
    }
    
	#footer a.btn {
		margin-top: 15px;
	}
}
