@charset "utf-8";

/* ==========================================================================
* 이 페이지에는 네이버 (http://www.nhncorp.com) 에서 제공한 나눔글꼴이 적용되어 있습니다. 
 * ========================================================================== */
/* 
 * Nanum Barun Gothic Web Fonts
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize 
*/
/*@Font : Nanums Font*/
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

@font-face{
	font-family: "Nanum Square"; 
	font-weight: 200;
	src: url('../fonts/NanumSquareL.ttf') format('opentype');
}
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 400;
	src: url('../fonts/NanumSquareR.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 600;
	src: url('../fonts/NanumSquareB.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 900;
	src: url('../fonts/NanumSquareEB.ttf') format('opentype');
 }


/* 팝업레이어 */
#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: 'Nanum Square', Arial, sans-serif !important;
    max-width: 1920px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 0px;
		padding-top: 0px !important;
		float: none;
		display: block;
		text-align: center;
		
	}
	#header .header-logo img {
		width: 140px;
    	margin: 15px 0 !important;
	}
}
/*#s005 - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	padding: 0;
	background-color: #fff !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 0px;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 19px;
    font-weight: 600;
    color: #161616 !important;
    padding: 40px 15px !important;
    border-radius: 0px;
    text-transform: none;
    cursor: pointer;
    position: relative;
}
#header .header-nav-main nav > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    height: 16px;
    width: 1px;
    background-color: #aaa;
}
#header .header-nav-main nav > ul > li:last-child > a:after {
    display: none;
}
#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: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #252833;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #0670cf;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #6c1ed5 !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 > 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;
		width: 100%;
		box-shadow: 0 0 0;
		border: 1px solid #ddd;
		margin-top: -10px;
		padding: 10px 5px;
	}
	#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: 14px;
		border-bottom: 0px;
		padding: 5px;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}
    #header .header-body {
        border-bottom-width: 1px !important;
    }
	html.sticky-header-active #header .header-body {
		top: 0px !important;
	}
	#header .header-nav-main nav {
		margin-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li {
		border-right: 0px;
	}	
	#header .header-nav-main nav > ul > li:first-child {
		border-left: 0px;
	}
	#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 {
		background-color: transparent;
		color: #393981 !important;
	}
	#header .header-nav-main nav > ul > li {
		float: left;
		display: block;
		width: 20%;
		clear: none;
		border-bottom: 0px !important;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #252833 !important;
        padding: 7px 8px 7px 8px !important;
		border-left: 0px !important;
        font-size: 13px;
		margin: 0px !important;
		text-align: center;
    }
    #header .header-nav-main nav > ul > li > a:after {
        top: calc(50% - 5px);
        height: 10px;
        background-color: #ddd;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 13px;
    }
	#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: #0152a4 !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: 768px) {
	/*nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}*/
	#header .header-container {
		padding: 0px;
	}
    #header .header-nav-main nav > ul > li > a {
		padding: 4px 0px !important;
		font-size: 10px;
        word-break: keep-all;
        line-height: 1.2em;
    }
    
    #header .header-nav-main nav > ul > li:not(:first-child) > a {
		/*padding: 10px 0px !important;*/
    }
    #header .header-nav-main nav > ul > li:nth-child(4) > a {
		padding: 4px 0px !important;
		font-size: 10px;
        word-break: keep-all;
        line-height: 1.2em;
    }
    
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 15px 5px;
    background-color: transparent;
    color: #0670cf;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 16px !important;
	display: none;
}


/*footer*/
#footer {
    background-color: #0e0e0e;
    margin-top: 0px !important;
    padding: 50px 0 !important;
    border: 0px;
}
#footer p {
    font-size: 14px;
    line-height: 1.4em;
    color: #eee;
    font-weight: 300;
    word-break: keep-all;
}
@media (max-width:768px) {
    #footer {
        padding: 30px 0 !important;
    }
    #footer p {
        font-size: 12px;
    }
}

/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1400px){
    .main .container,
    #header .container {
		width: 1170px;
    }
}
/*c_wrp*/
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
        vertical-align: middle;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
        vertical-align: middle;
    }
}
/*sec_dvd*/
.sec_dvd {
	padding: 130px 0;
    position: relative;
}
.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;
	}
}
/*arr_top*/
.arr_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0px;
}
@media (max-width:768px){
    .arr_top img {
        width: 30px;
    }
}

/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 30px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 15px;
	}
    .conbox.conbox_xs {
        margin-top: 10px;
    }
}

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

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size:48px;
    color: #1A1A1A;
    font-weight: 900;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 35px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 22px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 1.6em;
    text-transform: none;
    margin-top: 10px;
}
h6.dft {
    font-size: 15px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #1A1A1A;
    font-weight: 400;
    margin-top: 20px;
}
@media (max-width:1200px) and (min-width:768px){
    h1.dft {
        font-size: 35px;
    }
    h2.dft {
        font-size: 25px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 21px;
    }
    h5.dft {
        font-size: 18px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 16px;
    }
}
@media (max-width:768px) and (min-width:500px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 23px;
    }
    h3.dft {
        font-size: 21px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 15px;
    }
}
@media (max-width:500px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 18px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 14px;
        margin-top: 5px;
    }
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
        margin-top: 10px;
    }
}

/*color*/
.c_org {
	color: #f58f17 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_lyl {
	color: #ffe382 !important;
}
.c_yl {
	color: #ffce36 !important;
}
.c_sky {
	color: #299beb !important;
}
.c_navy {
	color: #002f5d !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #b69a68 !important;
}
.c_gr {
	color: #00a65a !important;
}
.c_dgr {
	color: #288828 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_gray {
	color: #666 !important;
}
.c_lgray {
	color: #999 !important;
}
.c_pp {
	color: #4c36b2 !important;
}
.c_mint {
	color: #2bc3d5 !important;
}

/*msec_dvd*/
.msec_dvd {
    padding: 120px 0;
}
.msec_dvd.msec_dvd_mini {
    padding: 80px 0;
}
.conbox {
    margin-top: 60px;
}
@media (max-width: 768px) {
    .msec_dvd {
        padding: 40px 0;
    }
    .msec_dvd.msec_dvd_mini {
        padding: 20px 0;
    }
    .conbox {
        margin-top: 30px;
    }
}
/*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 > div {
        display: table-cell;
    }
}
/*msec1*/
#msec1 {
    background: url(../img/msec1_bg.jpg) center center no-repeat;
    background-size: cover;
	position: relative;
}
@media (max-width:768px) {
    #msec1 {
        background-position: 60% center !important;
    }
}
/*msec02*/
#msec02 .btn_wrp a {
    text-decoration: none;
    font-size: 26px;
    line-height: 1em;
    padding: 20px 40px;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    display: inline-block;
    font-weight: 300;
    
    -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 .btn_wrp a:hover {
    border-color: #f02728;
    background-color: #f02728;
    color: #fff;
}
@media (min-width:769px){
    #msec02 {
        background: url(../img/msec02_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    #msec02 .c_wrp {
        height: 100vh;
        max-height: 980px;
    }
}
@media (max-width:768px){
    #msec02 {
        background-color: #eff0f2;
    }
    #msec02 .btn_wrp a {
        font-size: 16px;
        padding: 10px 30px;
    }
    #msec02 .c_wrp {
        padding-top: 50px;
    }
}
/*msec03*/
#msec03 {
    background: url(../img/msec03.png) center center no-repeat;
}
#msec03 .dinfo_item {
    position: relative;
    margin-bottom: 30px;
}
#msec03 .dinfo_item .msec03_shadow {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
#msec03 .dinfo_item01 {
    background-color: #efeeeb;
}
#msec03 .dinfo_item02 {
    background-color: #f8f9fd;
}
#msec03 .dinfo_item03 {
    background-color: #f2f2f1;
}
#msec03 .dinfo_item .num {
    margin-bottom: 20px;
}
#msec03 .dinfo_item .num span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #cf0ebd;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
    padding-top: 15px;
}
#msec03 .dinfo_item .txtbox {
    padding: 20px 15px;
    position: relative;
    z-index: 3;
	height: 360px;
}
#msec03 .dinfo_item .txtbox h4 {
    color: #1e1e1e;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
#msec03 .dinfo_item .txtbox h4 strong {
    font-weight: 700;
    color: #16136f;
}
#msec03 .dinfo_item .txtbox p {
    color: #1e1e1e;
    line-height: 1.4em;
    font-size: 17px;
	font-weight: 500;
    word-break: keep-all;
}
#msec03 .dinfo_item .img_wrp {
   /* margin-top: -20px;*/
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #msec03 .dinfo_item {
        margin-bottom: 20px;
    }
    #msec03 .dinfo_item .num {
        margin-bottom: 15px;
    }
    #msec03 .dinfo_item .num span {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding-top: 9px;
    }
    #msec03 .dinfo_item .txtbox {
        padding: 20px 15px;
        position: relative;
        z-index: 3;
    }
    #msec03 .dinfo_item .txtbox h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    #msec03 .dinfo_item .txtbox p {
        font-size: 12px;
    }
    #msec03 .owl-carousel .owl-nav {
        top: calc(50% - 15px);
        margin-top: 0px;
    }
    #msec03 .owl-carousel .owl-nav [class*="owl-"] {
        background-color: #490198;
    }
}
/*msec4*/
#msec4 {
	position: relative;
}
#msec4 ul li {
    margin: 15px 0;
}
@media (min-width:769px) {
    #msec4 {
        background: url(../img/msec4_bg.png)  ;
    background-size: cover;
	position: relative;
    }
}
@media (max-width:768px) {
    #msec4 {
        padding-bottom: 0px;
    }
    #msec4 ul li {
        margin: 5px 0;
    }
}
/*msec5*/
#msec5 {
    /*background: url(../img/msec5_bg.jpg) center center no-repeat;
    background-size: cover;
	position: relative;*/
	    background: #eee;
}
/*msec6*/
#msec6 {
    background: url(../img/msec6_bg.png) center center no-repeat;
    background-size: cover;
	position: relative;
}
/*msec7*/
#msec7 {
    background: url(../img/msec7_bg.png) center center no-repeat;
    background-size: cover;
	position: relative;
}
@media (max-width:768px) {
    #msec7 {
        background-position: left center !important;
    }
}
/*msec8*/
#msec8 {
    background: url(../img/msec8_bg.png) center center no-repeat;
    background-size: cover;
	position: relative;
}
/*msec9*/
#msec9 {
    background: url(../img/msec9_bg.jpg) center center no-repeat;
    background-size: cover;
	position: relative;
}
/*msec10*/

#msec10 {
	position: relative;
}
#msec10 ul li {
    margin: 15px 0;
}
@media (min-width:769px) {
    #msec10 {
        background: url(../img/msec10_bg.jpg);
    background-size: cover;
	position: relative;
    }
}
@media (max-width:768px) {
    #msec10 {
        padding-bottom: 0px;
    }
    #msec10 ul li {
        margin: 5px 0;
    }
}
/*msec11*/
#msec11 {
    background: url(../img/msec11_bg.jpg) center center no-repeat;
    background-size: cover;
	position: relative;
}
#msec11 .img_wrp {
    background-color: rgba(255, 255, 255, 0.9);
}
/*msec12*/
#msec12 .map_wrp .root_daum_roughmap .wrap_map {
    height: 500px !important;
}
@media (max-width:768px) {
	#msec12 .map_wrp .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/*msec14*/
#msec14 {
    background-color: #f7f7f7;
}


/*ju_sec*/
.ju_sec{
    background: url(../img/ju_bg.png) left center no-repeat;
    background-size: cover;
}
.ju_sec .ju_wrp .lt{
    background-color: #601cc4;
}
.ju_sec .ju_wrp .lt i{
    color: #fff048;
}
.ju_sec .ju_wrp .lt h4{
    margin-top: 15px;
}
.ju_sec .ju_wrp .rt{
    padding: 30px;
    border: 2px solid #601cc4;
    background-color: #fff;
}
@media (min-width: 769px){
    .ju_sec .ju_wrp .lt{
        width: 20%;
    }
}
@media (max-width: 768px){
    .ju_sec .ju_wrp .lt{
        padding: 15px 0;
    }
    .ju_sec .ju_wrp .lt h4{
        margin-top: 10px;
    }
    .ju_sec .ju_wrp .rt{
        padding: 20px;
        border: 1px solid #601cc4;
    }
}

.chk_list > li {
    font-size: 23px;
    line-height: 1.4em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    color: #333;
    letter-spacing: -1px;
    margin: 10px 0;
}
.chk_list > li span{
    position: absolute;
    left: 0;
    color: #601cc4;
}

@media (max-width: 768px){
    .chk_list > li {
        font-size: 15px;
        padding-left: 20px;
        margin: 8px 0;
    }
}


.pro_sec{
    background: url(../img/process_bg.png) center center no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
}

/*pro_box*/
.pro_wrp > li .pro_box{
    margin: 15px 0;
}
.pro_box .tbox{
    padding: 20px;
    border: 1px solid #ddd;
    border-top:0;
    background-color: #fff;
}
.pro_box .tbox p{
    margin-top: 10px;
}
.pro_box .ibox{
    position: relative;
}
.pro_box .ibox h6{
    position: absolute;
    background-color: #7323e2;
    color: #fff;
    font-weight: 800;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    font-size: 18px;
}
@media (min-width:769px){
  
}
@media (max-width:768px){
    .pro_wrp > li .pro_box{
        margin: 10px 0;
    }
    .pro_box .tbox{
        padding: 20px 10px;
    }
    .pro_box .tbox p{
        margin-top: 5px;
    }  
}

/*chu_sec .chu_wrp*/
.chu_sec .chu_wrp{
    max-width: 1000px;
    margin: 0 auto;
}
.chu_wrp .chu_box img{
    width: 30px;
}
.chu_wrp .chu_box h5{
    margin-top: 20px;
}
@media (min-width:769px){
    .chu_wrp .chu_box{
        border: 5px solid #e8e8e8;
        border-radius: 50%;
        width: 275px;
        height: 275px;
    }
}
@media (max-width:768px){
    .chu_wrp .chu_box{
        border: 2px solid #e8e8e8;
        padding: 15px;
        margin: 5px 0;
    }
    .chu_wrp .chu_box img{
        width: 20px;
    }
    .chu_wrp .chu_box h5{
        margin-top: 10px;
    }
}

.imp_box{
    background: url(../img/imp_box.png) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.imp_box .vbox iframe {
    height: 300px;
    width: 530px;
    border: 5px solid #585656;
}
@media (max-width:768px){
    .imp_box img{
        width: 80%;
    }
    .imp_box .vbox iframe {
        height: 250px;
        width: 100%;
        border: 3px solid #585656;
    }
}


/*table_basic*/
.table.table_basic {
	border-top: 2px solid #6117c3;
	border-bottom: 1px solid #aaa;
	margin-top: 15px;
}
.table.table_basic tr th,
.table.table_basic tr td {
	word-break: keep-all;
	padding: 10px;
	vertical-align: middle;
}
.table.table_basic tr th {
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	color: #1e1e1e;	
	font-weight: 600;
	background-color: #f4f4f4;
}
.table.table_basic tr td {
	font-size: 20px;
	line-height: 1.5em;
	color: #1e1e1e;	
	background-color: #fff;
}
.table.table_basic.table_basic_bd tr th,
.table.table_basic.table_basic_bd tr td {
	border: 1px solid #ddd;
}
.table.table_basic.table_basic_bd.text-center tr th,
.table.table_basic.table_basic_bd.text-center tr td {
	text-align: center;
}
.table.table_basic.table_basic_bd tbody tr th  {
	background-color: #fcfcfc;
}
.trans_hw li {
	position: relative;
	margin-bottom: 15px;
	word-break: keep-all;
	line-height: 1.8em;
}
.trans_hw li:last-child {
	margin-bottom: 0px;
}
.trans_hw li span {
	font-weight: 600;
	color: #000;
}
.trans_hw li strong {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	line-height: 1em;
	color: #fff;
}
.trans_hw li strong.b_sb {
	padding: 5px 10px;
	border-radius: 50%;
}
.trans_hw li strong.b_bl {
	background-color: #0a0a96;
}
.trans_hw li strong.b_gr {
	background-color: #10a031;
}
.trans_hw li strong.b_rd {
	background-color: #aa0000;
}
@media (min-width:769px){
	.trans_hw li {
		padding-left: 150px;
	}
	.trans_hw li span {
		position: absolute;
		left: 0;
	}
}
@media (max-width:768px){
	.cln_sec06 .sub_tit h1 span.trans {
		border: 2px solid #77469b;
		width: 28px;
		height: 28px;
		line-height: 28px;		
	}
	.table.table_basic tr th,
	.table.table_basic tr td {
		padding: 10px;
	}
	.table.table_basic tr th {
		font-size: 14px;
	}
	.table.table_basic tr td {
		font-size: 12px;
	}	
	.trans_hw li span {
		display: block;
	}
	.trans_hw li strong {
		padding: 3px 10px;
	}
}
/*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;
	word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 20px;
}
.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;
    }
}

/*t_list2*/
.t_list2 > li {
    font-size: 16px;
    line-height: 1.8em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin: 3px 0;
	word-break: keep-all;
}
.t_list2.wide > li {
    padding-left: 25px;
}
.t_list2.smwide > li {
    padding-left: 20px;
    line-height: 1.4em;
}
.t_list2 > li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list2 > li {
        font-size: 12px;
    }
}


/*sst*/
.sst {
    padding-left: 15px;
    position: relative;
	margin-bottom: 10px;
}
.sst:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 3px;
    background-color: #4781c0;
}
/*btn*/
.btn {
    font-size: 15px;
    line-height: 1em;
    color: #fff !important;
	display: inline-block;
	text-decoration: none;
    font-weight: 600;
	padding: 8px 20px;
	border-radius: 4px;
    background-color: #4781c0;
}

.landing {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 15px 0;
}
.landing .landing_wrp {
    display: table-cell;
    vertical-align: middle;
}
.landing_wrp .img_top {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	padding: 30px;
	margin-top: 30px;
}
.landing_wrp .bt_box > div {
    margin: 15px 0;
}
.img_top_m {
    padding: 40px 0;
}
.img_top_m .lft h5 {
    font-weight: 400;
}
.img_top_m .tel {
    font-weight: 800;
    background: url(../landing_img/tel_img.png) left center no-repeat;
    padding-left: 50px;
    background-size: 40px;
    display: inline-block;
}
@media (min-width:769px){
    .landing_wrp .img_top_m {
        display: flex;
        align-items: center;
    }
    .landing_wrp .img_top_m > div {
        width: 50%;
        padding: 0 20px;
    }
}
@media (max-width:768px){
    .landing_wrp .img_top > div.img_top_m {
        padding-left: 20px;
        padding-right: 20px;
    }
    .img_top_m .rt .tel {
        padding-left: 30px;
        background-size: 20px;
    }
	
	.landing {
		height: 500px;
	}
}


/* table_basic */
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 20px;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
    font-weight: 600;
}
.table.table_basic tr th {
    text-align: center;
}
.table.table_basic thead tr th {
    background-color: #fff;
}
.table.table_basic tbody tr th {
    background-color: #f4f4f4;
    color: #333;
}
.table.table_basic tbody tr.imp th {
    background-color: #6117c3;
    color: #fff;
}
.table.table_basic tbody tr.imp td {
    color: #6117c3;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 15px;
        padding: 8px 5px;
        word-break: keep-all;
    }
}


/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #000;
    line-height: 1em;
    text-transform: none;
}
h1.dft.bigsize {
    font-size: 55px;
}
h2.dft {
    font-size: 35px;
    color: #000;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #000;
    line-height: 1.6em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #000;
}
@media (max-width:1200px) and (min-width:768px){
    h1.dft,
    h1.dft.bigsize {
        font-size: 35px;
    }
    h2.dft {
        font-size: 25px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 21px;
    }
    h5.dft {
        font-size: 18px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 15px;
    }
}
@media (max-width:768px){
    h1.dft,
    h1.dft.bigsize {
        font-size: 27px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}


/* proTit */
.proTit {
    padding-left: 25px;
    position: relative;
    font-weight: 700;
}
.proTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 16px;
    height: 16px;
    border: 4px solid #6117c3;
    border-radius: 5px 0 5px 0;
}
/* c_pt */
.c_pt {
    color: #21afd5 !important;
}
.c_sub {
    color: #21afd5 !important;
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
    line-height: 1.2em;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .hList > li:after {
        top: 10px ;
    }
}