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

/*Font: Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&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
}
/* 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.02em;
}
html {
    font-size: 10px;
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_rd {
    color: #e61e25 !important;
}
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_org{
    color:#f39800 !important;
}
.c_bl{
    color:#0b56a4 !important;
}
.c_lbl{
    color:#93b2e0 !important;
}
.c_gr{
    color:#5bb531 !important;
}
.c_main{
    color:#0190d6 !important;
}
.c_bmain{
    color:#5bb531 !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1300px){
    .container {
        width: 1320px;
    }
	.container.con2{
        width: 1140px;
    }
}
@media (max-width:992px){
    /*.row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_mon {
	font-family: 'Montserrat' !important;
    letter-spacing: 0px;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/* weights */
.text-weight-light {
	font-weight: 300 !important;
}

.text-weight-normal {
	font-weight: 400 !important;
}

.text-weight-semibold {
	font-weight: 600 !important;
}

.text-weight-bold {
	font-weight: 700 !important;
}


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

/*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;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    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 {
        width: 100%;
    }*/
    .header-container .lo_wrp {
        width: 30%;
    }
    .header-container .mn_wrp {
        width: 60%;
    }
    .header-container .bt_wrp {
        width: 10%;
        text-align: right;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !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){
    .header-container .lo_wrp {
        width: 20%;
    }
    .header-container .mn_wrp {
        width: 60%;
    }
    .header-container .bt_wrp {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 12px !important;
        font-size: 18px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 15%;
    }
    #header .lo_wrp {
        text-align: left;
        width: 85%;
    }
    #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;
}
/*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: 500;
    color: #333 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html.add-header #header .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    left: 0;
    width: 100%;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #333;
	border-color: #0090d6;
    word-break: keep-all;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    z-index: 500;
    position: relative;
    left: 0;
    top: 0 !important;
    width: 100%;
    min-width: auto;
    display: block;
    opacity: 1;
    margin: 0;
    transform: translate3d(0, 0, 0);
    background: transparent;
    border: 0px;
    box-shadow: 0 0 0;
    padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu a {
    font-weight: 300;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu a:before {
    content: "- "
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent;
}
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:active > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
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 10px !important;
        font-size: 20px;
        min-width: 150px;
    }
}
@media (max-width:1601px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 12px 9px;
    }	
    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:1201px) {	
    html #header .bt_wrp a {
        width: auto;
        padding:4px 9px;
        font-size: 12px;
    }
}
@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 {
    background-color: #fff;
}
#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 !important;
    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: #0b56a4;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #333 !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: -10%;
        width: 120%;
        z-index: 1;
    }
    #header .header-nav-main nav > ul.act:after {
        height: 280px !important;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #0b56a4;
        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: 17px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 8px 0;
        line-height: 1.2em;
        text-align: center;
 }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
    }
    #header.header-narrow .header-logo img {
        margin: 20px 0;
        width: 250px;
    }
	#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: 8px 12px 10px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #0b56a4;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 45px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
@media (max-width:768px){
    #header .bt_wrp a img {
        width: 30px;
    }
    #header .bt_wrp a img {
        margin: 0px;
    }
    #header .bt_wrp .lnk_yt {
        margin-right: 5px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 23px 0;
	background-color: transparent;
	color: #fff;
	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;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
}
/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/*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;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	position: fixed;
    opacity: 0;
	top: 0;
	left: 0;
    z-index: -10;
	width: 100%;
	height: 100%;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(11, 86, 164, 0.95);
}
.mmenu-open .mobile-nav {
    display: block;
    opacity: 1;
	z-index: 90;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 85px;
    top: -30px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
    cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    margin: 0;
}
.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: 200px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mobile-side-menu li a {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 15px 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;
    position: relative;
    color: #fff;
}
.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: 5px;
	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;
    color: #fff;
}
.mobile-side-menu li.dropdown-submenu .mmenu-toggle {
	width: 17px;
	height: 17px;
}
.mobile-side-menu li.dropdown-submenu .mmenu-toggle:after {
    left: 0;
    top: 0;
}
.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%;
    background-color: transparent;
    margin-bottom: 15px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 12px;
}
.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;
}

@media (min-width:992px){
    .mobile-side-menu #mainNav > li {
        width: 20%;
        margin: 0;
        position: relative;
        min-height: 230px;
        padding-right: 30px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.3);
    }
    .mobile-side-menu li ul {
        display: block;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
}
@media (max-width:992px){
    .mobile-side-menu #mainNav {
        margin-top: 100px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        right: 15px;
        top: -44px;
    }
    .mobile-side-menu li li a {
        padding: 5px;
    }
    .mobile-side-menu li li a:hover {
        padding: 5px;
        background-color: transparent !important;
        color: #fff !important;
    }
}
@media (max-width:768px){
    .mobile-nav {
        overflow-y: scroll;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.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;
}
/*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: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 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: 12px;
    }
    p.dft {
        font-size: 14px;
    }
}

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

/*subtop*/
.subtop {
    position: relative;
}

.subtop h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 25px;
}
.subtop h2 span {
	color: #fff;
	/*background: -webkit-linear-gradient(right,#30a7ad 0%, #aef9fd 50%,#30a7ad 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display: inline-block;
}
@media (min-width:769px){
	.subtop {
		/*background-attachment: fixed !important;*/
	}
	.subtop .c_wrp {
		height: 400px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
    .subtop h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .subtop:after {
        background-size: 250px;
        background-position: center 40% !important;
    }
	.subtop .c_wrp {
		height: 200px;
		padding-bottom: 20px;
	}
	.subtop h1 {
		font-size: 20px;
        line-height: 1em;
		margin-bottom: 5px;
		opacity: 1;
	}
}

/*sub_top_wrp*/
.sub_top_wrp {
    position: relative;
}
#subtab ul {
    background-color: #fff;
    padding: 0 30px;
}
#subtab ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 25px 10px;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    position: relative;
}
#subtab ul li.active a {
    color: #0b56a4;
}
@media (min-width:768px) {
    #subtab {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #subtab ul li:not(:last-child) a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 35%;
        height: 30%;
        width: 2px;
        background-color: #aaa;
    }
}
@media (max-width:768px) {
    #subtab ul {
        padding: 15px 0;
        text-align: center;
    }
    #subtab ul li {
        display: inline-block;
        margin: 2px;
    }
    #subtab ul li a {
        font-size: 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
    }
}

/*tab_main*/
#tab_main {
    margin: 0 auto;
    z-index: 8;
    position: relative;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
		
	-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;
}
#tab_main.sticky-active {
    width: 100% !important;
    max-width: 100% !important;
	left: 0 !important;
    margin-top: 0px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main .tabcon > li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
#tab_main .tabcon > li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#tab_main .tabcon > li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}

#tab_main .tabcon > li > span,
#tab_main .tabcon > li > a {
	display: inline-block;
	color: #222;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 15px 10px;
}
#tab_main .tabcon > li > a.home{
    color: #0b56a4;
}
#tab_main .tabcon > li > span {
	min-width: 160px;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 10px;
}
#tab_main .tabcon > li > span i {
	position: absolute;
	right: 5px;
}
#tab_main .hide_m {
	display: none;
}
#tab_main .tabcon > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 0px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main .tabcon > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: 1em;
}
#tab_main .tabcon > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main .tabcon > li ul li:hover > a {
	color: #fff;
}
@media (max-width:768px){
	#tab_main {
		padding: 5px;
	}
    #tab_main .container {
        padding: 0 5px;
    }
	#tab_main .tabcon > li {
		padding: 0 5px;
	}
	#tab_main .tabcon > li > span,
	#tab_main .tabcon > li > a {
		font-size: 11px;
		padding: 5px 15px 5px 5px;
	}
	#tab_main .tabcon > li > span {
		min-width: 95px;
	}
	#tab_main .tabcon > li > span.tt_btn1 {
		min-width: 65px;
	}
	#tab_main .tabcon > li ul {
		margin-top: 5px;
	}
	#tab_main .tabcon > li ul li a {
		font-size: 12px;
		padding: 15px 10px;
	}
	#tab_main .tabcon > li .home {
		padding: 5px;
	}
}


/*visual*/
#visual {
    position: relative;
}
#visual .slk_wrp .slick-slide {
    height: 700px;
    position: relative;
}
#visual .arrow_wrp {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 70;
    width: 100%;
}
#visual .arrowSlider {
    margin-top: 60px;
}
#visual .arrowSlider > span {
    width: 50px;
    display: inline-block;
    cursor: pointer;
}
#visual .arrowSlider #arr_prev {
    margin-right: 10px;
}
#visual .bg1 {
    background: url(../img/main_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg2 {
    background: url(../img/main_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg3 {
    background: url(../img/main_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .slk_wrp h1 {
    line-height: 1.2em;
    font-weight: 700;
}
#visual .slk_wrp h5 {
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}
#visual .slk_wrp h2,
#visual .slk_wrp h3,
#visual .slk_wrp p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
@media (max-width:768px){
    #visual .slk_wrp .slick-slide {
        height: 300px;
    }
    #visual .arrow_wrp {
        top: 60%;
    }
    #visual .arrowSlider {
        margin-top: 25px;
    }
    #visual .arrowSlider > span {
        width: 20px;
    }
    #visual .slk_wrp h1 {
        font-size: 20px;
    }
    #visual .slk_wrp h5 {
        margin-top: 10px;
    }
}

.mtit h5{
    margin-top: 10px;
}
.mtit a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    min-width: 180px;
    padding: 10px 15px;
    /* border: 1px solid #333; */
    margin-top: 20px;
    text-align: center;
    background-color: #0b56a4;
}
@media (max-width:768px){
    .mtit a{
        font-size: 13px;
        min-width: 140px;
        padding: 5px 15px;
        /* border: 1px solid #333; */
        margin-top: 15px;
    }
}
/*msec1*/
#msec1 {
    
}
#msec1 ul li .ms1_box{
    display: block;
    text-decoration: none;
    padding: 40px;
    border: 1px solid #ddd;
}
#msec1 ul li .ms1_box img{
    width: 70px;
}
#msec1 ul li .ms1_box .on{
    display: inline-block;
}
#msec1 ul li .ms1_box .off{
    display: none;
}
#msec1 ul li .ms1_box:hover .on{
    display: none;
}
#msec1 ul li .ms1_box:hover .off{
    display: inline-block;
}
#msec1 ul li .ms1_box:hover{
    background-color:#0b56a4; 
    border: 1px solid #0b56a4;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.13);
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec1 ul li .ms1_box:hover h5{
    color:#fff;
}

#msec1 ul li .ms1_box h5{
    margin-top: 20px;
}
@media (min-width:769px){
    #msec1 ul li{
        width: 20% !important;
    }
    #msec1 ul li:not(:last-child) .ms1_box{
        border-right:0px;
    }
}
@media (max-width:768px){
    #msec1 ul li .ms1_box{
        padding: 20px 10px;
    }
    #msec1 ul li:nth-child(4){
        margin-left: 16.5555555%;
    }
    #msec1 ul li:nth-child(4), #msec1 ul li:nth-child(5){
        margin-top: -1px;
    }
    #msec1 ul li:nth-child(2), #msec1 ul li:nth-child(3), #msec1 ul li:nth-child(5){
        margin-left: -1px;
    }
    #msec1 ul li .ms1_box img{
        width: 40px;
    }
    #msec1 ul li .ms1_box h5{
        font-size: 13px;
    }
}
/*msec2*/
#msec2 {
    
}
#msec2 .cs_box{
    background: url(../img/cs_bg.png) 90% 94% no-repeat;
    background-size: 45%;
    background-color: #0b56a4;
    padding: 50px 40px;
}
#msec2 .cs_box h2{
    font-size: 40px;
    color: #00e8ff;
    margin-top: 5px;
}
#msec2 .cs_box p{
    color: #fff;
    position: relative;
    padding-left: 60px;
}
#msec2 .cs_box p span{
    position: absolute;
    left:0;
}
#msec2 .cs_box h6{
    color:#c3c6c8;
    margin-top: 5px;
}
#msec2 .cs_box a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    
    border: 1px solid #fff;
    margin-top: 30px;
    min-width: 150px;
    padding: 5px 18px;
    margin-right: 5px;
    text-align: center;
}

#msec2 .ms2_box, #msec2 .cs_box{
    border: 1px solid #ddd;
}
#msec2 .ms2_box .tbox{
    padding: 20px 25px;
}

#msec2 .ms2_box p{
    margin-top: 20px;
}
#msec2 .ms2_box a{
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
     min-width: 150px;
    padding: 5px 18px;
    border: 1px solid #333;
    margin-top: 30px;
    text-align: center;
}
#msec2 .ms2_box iframe{
    height: 268px;
    display: block;
}
@media (min-width:769px){
    #msec2 .cs_box{
        min-height: 511px;
    }
}
@media (max-width:768px){
    #msec2 .cs_box{
        background-size: 50%;
        padding: 30px 20px;
    }
    #msec2 .cs_box h2{
        font-size: 28px;
        margin-top: 2px;
    }
    #msec2 .cs_box p{
        padding-left: 40px;
    }
    #msec2 .cs_box h6{
        margin-top: 2px;
        font-size: 12px;
    }
    #msec2 .cs_box a{
        font-size: 13px;
        margin-top: 15px;
        padding: 4px 12px;
        margin-right: 3px;
        min-width: 100px;
    }
    #msec2 .ms2_box iframe{
        height: 250px;
    }
    #msec2 .ms2_box .tbox{
        padding: 15px;
    }

    #msec2 .ms2_box p{
        margin-top: 10px;
    }
    #msec2 .ms2_box a{
        font-size: 13px;
        margin-top: 15px;
        padding: 4px 12px;
         min-width: 100px;
    }
    #msec2 .cs_box, #msec2 .ms2_box{
        margin: 5px 0;
    }
}
/*msec3*/
#msec3{
    background-color: #d4ddea;
}
#msec3 .ms3_box{
    border-radius: 10px;
    background-color: #fff;
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec3 .ms3_box .tbox p{
    margin-top: 15px;
}
#msec3 .ms3_box .tbox a{
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    min-width: 90px;
    padding: 0px 8px;
    border: 1px solid #333;
    margin-top: 10px;
    text-align: center;
}
#msec3 .ms3_box .ibox{
    text-align: center;
}

#msec3 .owl-carousel .owl-dots {
    position: absolute;
    bottom: -5%;
    left: 50%;
    height: 0px;
    margin-left: -32px;
}
#msec3 .owl-carousel .owl-dots .owl-dot span, 
#msec3 .owl-carousel .owl-dots .owl-dot span {
	background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 3px;
}

#msec3 .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #fff;
}
@media (min-width:992px){
    #msec3 .ms3_box{
        box-shadow: 5px 10px 10px rgba(0,0,0,0.13);
        margin: 15px;
    }
    #msec3 .ms3_box .ibox{
        margin-top: 40px;
    }
    #msec3 .ms3_box .tbox{
        height:250px;
        padding: 40px 30px 0;
    }
}
@media (max-width:991px){
    #msec3{
        padding-bottom: 50px;
    }
    #msec3 .ms3_box{
        border-radius: 5px;
        min-height: 270px;
    }
   
    #msec3 .ms3_box{
        padding: 30px 20px;
        margin: 5px 0;
    }
    #msec3 .ms3_box .tbox p{
        margin-top: 8px;
    }
    #msec3 .ms3_box .tbox a{
        font-size: 12px;
        min-width: 80px;
        padding: 0px 5px;
        margin-top: 5px;
    }
    #msec3 .ms3_box .ibox{
        width: 40%;
        padding-left: 5%;
    }
}
/*f_top*/
.f_top {
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
}
.f_top .lft a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    white-space: nowrap;
    word-break: keep-all;
}
.f_top .lft a.jin {
    color: #007dff;
}
@media (max-width:768px) {
    .f_top {
        padding: 15px 0;
    }
    .f_top .lft a {
        font-size: 11px;
        padding: 0 3px;
    }
}


/*footer*/
#footer {
    border-top: 0px;
    margin-top: 0px !important;
    background-color: #fff;
    padding: 40px 0 !important;
}
#footer .foot_lnk {
    font-size: 16px;
    margin: 0 -10px;
    margin-bottom: 20px;
}
#footer .foot_lnk span {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}
#footer .f_rt {
    padding-left: 30px;
    position: relative;
}
#footer .f_rt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.7);
}
@media (min-width:769px) {
    #footer .logo {
        width: 400px;
        display: table-cell;
    }
}
@media (max-width:768px) {
    #footer {
        word-break: keep-all;
        padding: 20px 0 !important;
    }
    #footer .f_rt {
        padding-left: 15px;
        position: relative;
    }
    #footer .logo {
        margin-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer .logo img {
        width: 200px;
    }
}

/*snsbox*/
.snsbox {
    display: inline-block;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    margin: 0 5px;
    opacity: 0.8;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 1;
}
@media (max-width:768px){
    .snsbox a {
        width: 17px;
        margin: 0 3px;
    }
}

/*pop_com*/
.pop_com .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.pop_com .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.pop_com .modal-dialog > div .modal-content {
    max-width: 800px;
    margin: 50px auto;
    border-radius: 0;
}
.pop_com .modal-body {
    padding: 0px;
    border-radius: 0;
    position: relative;
}
.pop_com .modal-body .cls {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 5;
}
.pop_com .modal-body .cls img{
    width: 30px;
}
.pop_com .modal-body .top_sec {
    padding: 40px;
}
.pop_com .modal-body .top_sec h2{
    margin-top: 15px;
}
.pop_com .modal-body .top_sec h5{
    margin-top: 20px;
}
.pop_com .modal-body .md_sec {
    padding: 0px 70px 40px;
}
.pop_com .modal-body .md_sec h5{
    position: relative;
    z-index: 0;
}
.pop_com .modal-body .md_sec h5:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top:50%;
    left:0;
    background-color: #0b56a4;
    z-index: -1;
}
.pop_com .modal-body .md_sec h5 span{
    background-color: #0b56a4;
    padding: 5px 15px;
    display: inline-block;   
}
.pop_com .modal-body .md_sec h1{
    font-size: 50px;
    padding: 30px 0;
    border-bottom: 2px solid #0b56a4;
}
.pop_com .modal-body .md_sec h1 img{
    width: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pop_com .modal-body .bt_sec{
    padding: 30px;
    background-color: #f7f7f7;
}
.pop_com .modal-body .bt_sec p{
    color: #525252;
}
@media (max-width:1200px) and (min-width:991px){
    .pop_com .modal-dialog > div .modal-content {
        max-width: 800px;
    }
}
@media (min-width:992px){
   
}
@media (max-width:991px){
    .pop_com .modal-body .cls {
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
        z-index: 5;
    }
    .pop_com .modal-body .cls img{
        width: 20px;
    }
    .pop_com .modal-body .top_sec {
        padding: 30px;
    }
    .pop_com .modal-body .top_sec img{
        width: 60px;
    }
    .pop_com .modal-body .top_sec h2{
        margin-top: 10px;
    }
    .pop_com .modal-body .top_sec h5{
        margin-top: 15px;
    }
    .pop_com .modal-body .md_sec {
        padding: 0px 30px 30px;
    }
    .pop_com .modal-body .md_sec h5:before{
        height: 1px;
    }
    .pop_com .modal-body .md_sec h1{
        font-size: 30px;
        padding: 20px 0;
        border-bottom: 1px solid #0b56a4;
    }
    .pop_com .modal-body .md_sec h1 img{
        width: 30px;
        margin-bottom: 3px;
        margin-right: 2px;
    }
    .pop_com .modal-body .bt_sec{
        padding: 20px;
    } 
}

/*gan_com*/
.gan_com .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.gan_com .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.gan_com .modal-dialog > div .modal-content {
    max-width: 800px;
    margin: 50px auto;
    border-radius: 0;
}
.gan_com .modal-body {
    padding: 0px;
    border-radius: 0;
    position: relative;
}
.gan_com .modal-body .cls {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    z-index: 5;
}
.gan_com .modal-body .cls img{
    width: 30px;
}
.gan_com .modal-body .top_sec{
    padding: 60px 40px 40px;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main {
    max-width: 800px;
    padding: 10px 15px;
    background-color: #04203e;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main .row {
    margin: 0 -5px;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main .form-control {
    height: 50px;
    font-size: 18px;
    color: #666;
    border: 0px;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main input[type="button"] {
    line-height: 50px;
    padding: 0px;
    width: 100%;
    border-radius: 4px;
    border: 0px;
    background-color: #ffc800;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main .checkbox-custom {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.gan_com .modal-body .top_sec .c_wrp .lt .form_main .checkbox-custom .more_private {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    margin-left: 5px;
}


.gan_com .modal-body .top_sec .c_wrp .lt h5{
    position: relative;
    z-index: 0;
}
.gan_com .modal-body .top_sec .c_wrp .lt h5:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top:50%;
    left:0;
    background-color: #0b56a4;
    z-index: -1;
}
.gan_com .modal-body .top_sec .c_wrp .lt h5 span{
    background-color: #0b56a4;
    padding: 5px 15px;
    display: inline-block;   
}
.gan_com .modal-body .top_sec .c_wrp .lt h1{
    font-size: 40px;
    padding: 25px 0;
    border-bottom: 2px solid #0b56a4;
}
.gan_com .modal-body .top_sec .c_wrp .lt h1 img{
    width: 40px;
    margin-bottom: 5px;
    margin-right: 5px;
}
/*.gan_com .modal-body .top_sec .c_wrp .rt h2{
    position: relative;
    padding-left: 100px;
}
.gan_com .modal-body .top_sec .c_wrp .rt h2:before{
    position: absolute;
    content: "";
    background: url(../img/reserv_icon.png) center center no-repeat;
    background-size: 90px;
    left: 0;
    width: 90px;
    height: 90px;
}*/
.gan_com .modal-body .top_sec .c_wrp .rt h5{
    margin-top: 10px;
}
.gan_com .modal-body .top_sec .c_wrp .rt .t_list > li{
    margin: 5px 0;
}
.gan_com .modal-body .md_sec {
    padding: 0px 70px 40px;
}
.gan_com .modal-body .bt_sec{
    padding: 30px;
    background-color: #f7f7f7;
}
.gan_com .modal-body .bt_sec h5{
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.gan_com .modal-body .bt_sec h5:before{
    position: absolute;
    content: "";
    background-color: #0c539b;
    left: 0;
    top: 6px;
    width: 4px;
    height: 70%;
}
.gan_com .modal-body .bt_sec p{
    color: #525252;
}

@media (max-width:1200px) and (min-width:991px){
    .gan_com .modal-dialog > div .modal-content {
        max-width: 800px;
    }
}
@media (min-width:992px){
    .gan_com .modal-body .top_sec .c_wrp .rt{
        width: 60%;
        padding-right: 5%;
    }
}
@media (max-width:991px){
    .gan_com .modal-body .cls {
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
        z-index: 5;
    }
    .gan_com .modal-body .cls img{
        width: 20px;
    }
    .gan_com .modal-body .top_sec{
        padding: 30px;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main {
        padding: 10px 15px;
        margin: 20px 0;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main .form-control,
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main input[type="button"] {
        font-size: 15px;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main .form-control {
        height: 30px;
        font-size: 14px;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main input[type="button"] {
        line-height: 30px;
        font-size: 14px;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main .checkbox-custom {
        font-size: 12px;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt .form_main .scr a img {
        width: 90px;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt h1{
        font-size: 24px;
        padding: 20px 0;
    }
    .gan_com .modal-body .top_sec .c_wrp .lt h1 img{
        width: 24px;
        margin-bottom: 3px;
        margin-right: 2px;
    }
    /*.gan_com .modal-body .top_sec .c_wrp .rt h2{
        position: relative;
        padding-left: 100px;
    }
    .gan_com .modal-body .top_sec .c_wrp .rt h2:before{
        position: absolute;
        content: "";
        background: url(../img/reserv_icon.png) center center no-repeat;
        background-size: 90px;
        left: 0;
        width: 90px;
        height: 90px;
    }*/
    .gan_com .modal-body .top_sec .c_wrp .rt h5{
        margin-top: 5px;
    }
    .gan_com .modal-body .bt_sec h5{
        margin-bottom: 5px;
        padding-left: 8px;
    }
    .gan_com .modal-body .bt_sec h5:before{
        position: absolute;
        top: 4px;
        width: 3px;
    }
    .gan_com .modal-body .bt_sec p{
        color: #525252;
    }
    
}