@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:100,300,400,500,700,900&amp;subset=korean);

/* =================reset css starts here=================  */

* {
	margin: 0;
	padding: 0;

	font-family:'Noto Sans Kr', 'Nanum Gothic', 'NanumSquare','Noto Sans KR','NanumBarunGothic' sans-serif;
	word-break: keep-all;

	// Prevent from blinking when clicked
	-webkit-tap-highbase-color-light: $full-transparent;
}



@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url(./NanumBarunGothic.eot);
  src: local('NanumBarunGothic'),
       local('NanumBarunGothic'),
       url(/2019/fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/2019/fonts/NanumBarunGothic.woff2) format('woff2'),
       url(/2019/fonts/NanumBarunGothic.woff) format('woff'),
       url(/2019/fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumBarunGothicBold';
  font-style: bold;
  font-weight: 600;
  src: url(./NanumBarunGothicBold.eot);
  src: local('NanumBarunGothicBold'),
       local('NanumBarunGothicBold'),
       url(/2019/fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url( /2019/fonts/NanumBarunGothicBold.woff2) format('woff2'),
       url(/2019/fonts/NanumBarunGothicBold.woff) format('woff'),
       url(/2019/fonts/NanumBarunGothicBold.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 500;
  letter-spacing:1px;
  src: url(./nanumsquarer.eot);
  src: local('NanumSquareR'),
       local('NanumSquareR'),
       url(/2019/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/2019/fonts/NanumSquareR.woff2) format('woff2'),
       url(/2019/fonts/NanumSquareR.woff) format('woff'),
       url(/2019/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 700;
  letter-spacing:1px;
  src: url(./NanumSquareB.eot);
  src: local('NanumSquareB'),
       local('NanumSquareB'),
       url(/2019/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/2019/fonts/NanumSquareB.woff2) format('woff2'),
       url(/2019/fonts/NanumSquareB.woff) format('woff'),
       url(/2019/fonts/NanumSquareB.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	src: url(/2019/fonts/NanumGothic.eot);
	src: url(/2019/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'),
		 url(/2019/fonts/NanumGothic.woff) format('woff'),
	  	 url(/2019/fonts/NanumGothic.ttf) format('truetype');
}




/*----------------------*/
/*      ALL STYLES      */
/*----------------------*/
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-family:'Noto Sans Kr', sans-serif;
	font-weight:400;
	font-size: 15px;
	color:#666;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.modal-open .modal {
    top: 75px;
    z-index: 1150;
}
 {
    padding: 0;
}
-right {
    padding-right: 0;
}
-left {
    padding-left: 0;
}
.no-margin {
    margin: 0;
}
.no-border {
    border: none !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}
.hidden {
    display: none;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #ECEFF1;
}

img {
    border: 0;
}

a {
    text-decoration: none !important;
    border: 0;
    outline: 0;
}
.clear {
    clear: both;
    width: auto !important
}


strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}

.bold {font-weight:bold}

.clear {clear:both;}
.txtctr {text-align:center;}

.img-fluid {max-width:100%;height:auto}

@media only screen and (max-width: 2000px) {
	.fx_lg { width:100%;}
}
@media only screen and (max-width: 1200px) {
	.fx_md { width:100%;}
}
@media only screen and (max-width: 768px) {
	.fx_sm { width:100%;}
}
@media only screen and (max-width: 400px) {
	.fx_xs { width:100%;}
}

.lh20 {line-height:20px;}
.lh18 {line-height:18px;}
.lh16 {line-height:16px;}
.lh14 {line-height:14px;}
.lh12 {line-height:12px;}

small {color:#888}

/*----------------------*/
/*      MAIN HEADER     */
/*----------------------*/
.main-header {
    z-index: 10;
    position: absolute;
    width: 100%;
    font-size: 12px;
    /* background-color: #fff;
    border-bottom: solid 1px #e9f1f1;*/
    padding-top: 12px;
    padding-bottom: 9px;
}
.main-header .fa-search {
    font-size: 16px;
}
/*.main-header.top {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
}*/
.main-header .dropdown {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.dropdown-menu.show li{
    padding: 6px 20px;
}
.main-header .col-sm-8 {
    padding: 7px 15px;
	margin-top:20px;
}

.main-header .header-info a {
    vertical-align: middle;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 900;
    color: #002325;
    margin-right: 15px;
	outline:0;
	cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-header .header-info img.logo {
	 margin-top: 20px;
    width: 245px;
}


.main-header.top .header-info a {
    color: #e9f1f1;
}
.main-header.top .header-info li a {
    color: #121e25;
}
.main-header .header-info a:last-child {
    margin-right: 0;
}
.main-header .header-info a:hover {
    text-decoration: none;
    color: #4d93bc;
}


/* .main-header .header-info .fa.fa-shopping-cart {
    padding-right: 5px;
}
.main-header .header-info .fa.fa-mobile {
    font-size: 16px;
}
.main-header .header-info .fa img {
    margin-top: -4px;
}
.main-header .header-info.classic {
    padding-left: 0;
}
.main-header.classic {
    border: none;
    background-color: #002325;
    padding-top: 22px;
    padding-bottom: 19px;
    z-index: 9;
    position: relative;
}*/

@media (min-width: 768px) and (max-width: 1199px) {
    .main-header .header-info {
        padding-left: 0;
    }
}


@media (max-width: 767px) {
    .main-header {
        display: none;
    }
    .main-header .header-info a {
        padding-top: 5px;
        display: inline-block;
    }
    .main-header .header-info {
        padding-left: 0;
        text-align: center;
    }
}





/*----------------------*/
/*       NAV MENU       */
/*----------------------*/
.nav-menu {
    float: right;
    display: table;
	z-index:9999;
	
}

@media (min-width: 768px) {
    .nav-menu {
    float: left;
    display: table;
	
	}
}

.nav-menu .main-menu a:hover,
.nav-menu .main-menu a:active,
.nav-menu .main-menu a:focus {
    text-decoration: none;
}
.nav-menu .main-menu > .menu-item {
    float: left;
    list-style-type: none;
}
.nav-menu .main-menu > .menu-item a:hover,
.nav-menu .main-menu > .menu-item a:active {
    text-decoration: none;
}

/***메뉴바 2차 sub-menu 드롭다운 부분 ***/
.menu-wrap .nav-menu .main-menu > .menu-item > .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    padding: 5px 5px 0 5px;
	
    background-color: #252a49;
    border-bottom:2px solid #4d93bc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/*@media (min-width: 768px) {
    .menu-wrap .nav-menu .main-menu > .menu-item > .sub-menu { margin-top: 60px;
    }
}*/
@media (max-width: 768px) {
    .menu-wrap .nav-menu .main-menu > .menu-item > .sub-menu { margin-top: 20px;
    }
}

.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav-menu .main-menu > .menu-item:hover > a {
    color: #fff;
}
.nav-menu .main-menu .menu-item {
    list-style-type: none;
}



.nav-menu .menu-toggle {
    background-color: transparent;
    border: none;
    outline: none;
    display: none;
    float: right;
}
.nav-menu .menu-toggle .icon {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 0px;
    background-color: #607D8B;
    margin-top: 0px;
    margin-bottom: 3px;
}

/***메뉴바 ****/
.menu-wrap {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/****메뉴바*****/
.navigation-menu {
  background-color: #252a49;
  height: 60px;


}



/****메뉴바 menu-item 1차메뉴 부분 ****/

.navigation-menu.classic .nav-menu .main-menu > .menu-item > a {
    padding: 17px 37px;
    display: block;
    
	color: #f5f5f5;
    font-size: 17px;
	font-weight:600;
	font-family: 'Noto Sans Kr', sans-serif;

    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 1200px) {
	.navigation-menu.classic .nav-menu .main-menu:first-child {
		margin-left : 38px;
	}
}

@media (max-width: 1200px) {
    .navigation-menu.classic .nav-menu .main-menu > .menu-item > a {
        padding: 16px 25px;
		font-size: 16px;
    }
}

@media (max-width: 991px) {
    .navigation-menu.classic .nav-menu .main-menu > .menu-item > a {
        padding: 17px 13px;
    }
   
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a {
        font-size: 16px;
    }
   
}

@media (max-width: 767px)  {
    .navigation-menu.classic .nav-menu .main-menu > .menu-item > a {
        padding: 17px 13px;
    }
   
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a {
        font-size: 15px;
    }
   
}



@media (min-width: 768px) {
    .nav-menu .main-menu > .menu-item > .sub-menu {
        display: block !important;
    }
    .nav-menu .main-menu > .menu-item:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        /*position: fixed;
		position: relative;*/
    }
    .navigation-menu.classic .nav-menu .main-menu > .menu-item {
        padding-bottom: 0;
    }

	.menu-wrap.mobile {
        display: none;
    }
}

/**여기**/
@media (max-width: 767px) {
    


	.nav-menu .main-menu > .menu-item .fa-caret-right:before {
        content: "\f0d7";
    }
    .nav-menu .main-menu > .menu-item > .sub-menu a {
        color: #72757B;
    }
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item:last-child {
        padding-bottom: 0;
    }
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a {
        color: #72757B;
        font-size: 14px;
    }
	.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
        position: static;
        display: none;
        opacity: 1;
        padding: 0;
    }
    .nav-menu .main-menu > .menu-item > .sub-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .nav-menu .main-menu > .menu-item:hover > a {
        color: #3498d4;
        background-color: transparent;
    }


    .menu-wrap {
        display: none;
    }
    .menu-wrap.mobile {
        display: block;
        padding: 0px;
    }

    .nav-menu .main-menu {
        display: block;
        text-align: center;
        position: fixed;
        height: 100%;
        width: 100%;
        background: #192025;
        top: 70px;
        left: 0;
        z-index: 999;
        overflow-y: auto;
        padding: 0px 0 30px;
        -webkit-transform: translate3d(200%, 0, 0);
        -moz-transform: translate3d(200%, 0, 0);
        -ms-transform: translate3d(200%, 0, 0);
        -o-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
  
}

@media (min-width: 768px) {
    .nav-menu .main-menu > .menu-item > .sub-menu {
        display: block !important;
    }
}


/*2차 메뉴 부분*/

/* @media (max-width: 767px) {
  .nav-menu .main-menu > .menu-item > .sub-menu a {
        color: #72757B;
    }
}

.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item {
    padding: 10px 18px 10px 25px;
    border-bottom: 1px dotted #1d1d1d; 
}*/

@media (min-width: 991px) {
	.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item {
		padding: 10px 45px 10px 35px;
		border-bottom: 1px dotted #1d1d1d; 
	}
}
@media (max-width: 991px) {
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item {
		padding: 8px 25px 8px 20px;
		border-bottom: 1px dotted #1d1d1d; 
	}
}

/*
@media (min-width: 767px) and (max-width: 991px) {
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item {
		padding: 10px 12px 10px 22px;
		border-bottom: 1px dotted #1d1d1d; 
	}
}
*/

.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item:last-child {
    padding-bottom: 15px;
}
/*@media (max-width: 767px) {
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item:last-child {
        padding-bottom: 0;
    }
}*/


/****2차메뉴*****/
.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a {
    color: #e8e8e8;
    font-size: 14px;
	font-weight:500;
	font-family: 'Noto Sans Kr', sans-serif;
    white-space: nowrap;
}
/*@media (max-width: 991px) {
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a {
        font-size: 13px;
    }
}*/
@media (max-width: 767px) {
    .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a {
        /*color: #72757B;*/
        font-size: 13px;
    }
}
.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a:hover {
    color: #93bfd9;
}
.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .nav-menu .main-menu > .menu-item:hover > a {
        color: #4d93bc;
        background-color: transparent;
    }
}




/****1차메뉴  모바일메뉴 화살표 표시****/
.nav-menu .main-menu a {

	
	font-family: 'NanumSquare','Noto Sans Kr', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
}

.nav-menu .main-menu .menu-last a {
    margin-right: 0;
}
@media (max-width: 767px) {
    .nav-menu .main-menu a {
        padding: 0;
        margin-right: 0;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .nav-menu .main-menu a {
        margin-right: 0;
        /*font-size: 15px;*/
    }
}
@media (max-width: 767px) {
    .nav-menu .menu-toggle {
        display: inline-block;
        position: relative;
        right: 0px;
        top: 27px;
        z-index: 1000;
        padding: 0px;
		cursor: pointer;
    }

	/**모바일 메뉴토글 디자인부분**/
	.nav-menu .menu-toggle .icon { 
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 0px;
    background-color: #607D8B;
    margin-top: 0px;
    margin-bottom: 3px;
	}

}


/**여기부터 모바일 메뉴 드래그 이동 안하게 ***/

@media (max-width: 767px) {

	.menu-wrap.fixed {
		padding: 0px;
		border-bottom: solid 1px #e2e9f0;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1080;
		background-color: #fff;
	}
	.menu-wrap.classic.fixed {
		border-bottom: solid 1px #444;
	}
	.menu-wrap.fixed .logo-menu {
		padding: 20px 0px;
	}

}
/**여기부터 모바일 메뉴 드래그 이동 안하게 끝 ***/





.menu-wrap .sub-menu {
    top: 130px !important;
}



.menu-wrap.navigation-menu.classic .sub-menu {
    
	position:relative; 
	margin-top:0;
	top: 60px !important;
}




@media (max-width: 767px) {
    .menu-wrap.active .nav-menu .main-menu {
        transform: translateX(0);
    }
}

@media (max-width: 767px) {

    .menu-wrap.mobile img { /*모바일 로고*/
        width: 150px;
    }

	.nav-menu .main-menu .menu-item > a { /*모바일 1차메뉴*/
        color: #fff !important;
        font-size: 16px
		
    }

    .nav-menu .main-menu > .menu-item.menu-item-has-children > a:after {
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -20px;
        top: 5px;
        color: #fff;
    }
    .nav-menu .main-menu > .menu-item > .sub-menu {
        border: none !important;
        top: 0px !important;
        padding: 10px !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        cursor: pointer;
    }
    .nav-menu .main-menu > .menu-item.active > .sub-menu > .menu-item {
        border-color: transparent;
        padding: 10px 0 10px 0;
    }
    .nav-menu .main-menu > .menu-item {
        width: 100%;
        float: none;
        margin-left: 0;
        border-bottom: solid 1px #37474F;
        padding: 15px;
        cursor: pointer;
    }
    .nav-menu .main-menu > .menu-item:last-child {
        border-bottom: none;
    }
   .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item {
        border: none;
    }

}



.logo-menu {
    width: 110px;
    padding: 20px 0px;
}





/*----------------------*/
/*      TOP BANNER      */
/*----------------------*/
.top-banner {
    padding-top: 120px;
    background-size: cover;
}
.top-banner .box-container {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    display: inline-block;
}
.top-banner .box-container .heading {
    color: #fff;
}
.top-banner .box-container .subheading {
    color: #fff;
}
.top-banner .box-container .subheading span {
    width: 100%;
    text-align: center;
}
.top-banner .heading {
    font-size: 52px;
    color: #002325;
    position: relative;
}
.top-banner .subheading {
    color: #121e25;
    position: relative;
    font-size: 24px;
    margin-top: 0px;
}
.top-banner .subheading.left {
    margin-left: 0;
}
.top-banner.top-classic .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-family: lato;
}
.top-banner.classic {
    margin-top: 0px;
    padding-top: 120px;
}
.top-banner.classic .heading {
    color: #fff;
    line-height: 34px;
    font-size: 92px;
    font-family: lato;
}
.top-banner.top-classic .heading {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    font-family: lato;
}
.top-banner.top-classic .subheading {
    color: #fff;
}
.top-banner.classic .heading span {
    color: #fff;
    font-size: 42px;
}
.top-banner.classic .subheading {
    color: #fff
}
.top-banner.classic .subheading span{
    width: 100%;
    text-align: center;
}
.top-banner.classic .btn {
    font-size: 18px;
    padding: 15px;
    font-family: lato;
}
.top-banner.overlay .heading {
    color: #fff
}
.top-banner.overlay .subheading {
    color: #fff
}
.top-banner.overlay .btn {
    font-size: 18px;
    padding: 15px;
    font-family: lato;
}
.top-banner.modern {
    padding-top: 155px;
}
.top-banner.modern .banner-wrap {
    width: 100%;
    float: left;
}
.top-banner.modern .heading {
    font-family: Open Sans Bold;
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    display: inline-block;
}
.top-banner.modern .subheading {
    font-family: Open Sans Light;
    float: left;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #4d93bc;
}
.top-banner.classic .heading {
    width: 100%;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 42px;
    line-height: 46px;
}
.top-banner.top-classic .subheading {
    float: left;
    width: 100%;
    color: #fff;
    font-family: "Open Sans Light";
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #4d93bc;
}
.top-banner.classic .subheading {
    font-family: "Open Sans Light";
    float: left;
    width: 100%;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #4d93bc;
}
.top-banner.modern .btn {
    float: left;
    font-size: 16px;
    padding: 14px;
    margin-left: 0px;
    font-family: "Lato"
}
.top-banner.modern .btn:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top-banner.modern .btn:hover:after {
    color: #4d93bc;
}
.overlay {
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1360px) {
    .owl-buttons {
        display: none;
    }
}
@media (max-width: 1199px) {
    .top-banner {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .top-banner {
        font-size: 50px;
        line-height: 70px;
    }
    .top-banner.top-classic .heading {
        font-size: 28px;
    }
    .top-banner .subheading {
        line-height: 32px;
        font-size: 15px;
        margin-top: 0px;
    }
    .top-banner .subheading span {
        font-size: 16px;
    }
    .top-banner.top-classic .btn {
        font-size: 14px;
        padding: 15px 30px !important;
    }
    .top-banner.modern .heading {
        font-size: 36px;
    }
    .top-banner.modern .btn {    
        font: 14px 'Open Sans', sans-serif;
        padding: 15px 30px;
    }
    .top-banner.classic .heading span {
        font-size: 36px;
    }
    .top-banner.classic .heading {
        line-height: 60px;
    }
    .top-banner.classic .btn {
        font: 14px 'Open Sans', sans-serif;
        padding: 15px 30px;
    }
}
@media (max-width: 767px) {
    .top-banner .heading {
        font-size: 50px;
        line-height: 30px;
    }
    .top-banner.top-classic .subheading {
        margin-bottom: 0px;
    }
    .top-banner {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .top-banner .subheading {
        margin-bottom: 40px;
        margin-left: 0;
    }
    .top-banner.top-classic {
        margin-top: 0;
        padding-top: 80px;
    }
    .top-banner.classic {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 0;
    }
    .top-banner.modern {
        margin-top: 0;
    }
    .top-banner.modern .banner-wrap {
        padding-right: 0;
        text-align: left;
    }
    .top-banner.modern .heading {
        display: block;
        text-align: left;
    }
    .hidden-xs{
        display: inline-block !important;
    }
    .top-banner.modern .btn {
        float: left;
    }
    .top-banner.modern .subheading {
        width: 100%;
        display: block;
        text-align: left;
    }
}
@media (max-width: 500px) {
    .top-banner .heading {
        font-size: 40px;
        line-height: 50px;
    }
    .top-banner.modern .heading {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 420px) {
    .top-banner.modern .heading {
        font-size: 26px;
    }
    .top-banner.classic .heading span {
        font-size: 26px;
    }
    .top-banner.top-classic .heading {
        font-size: 26px;
    }
}




/*----------------------*/
/*    Main contents     */
/*----------------------*/

.content-container {
    padding: 70px 0 0px 0;
    overflow: hidden;
    position: relative;
}

.content-container  div span {color:#eaa1ab}

@media only screen and (max-width: 1048px) {
	.content-container {
        padding: 30px 0 0 0;

    }
}


@media only screen and (max-width: 480px) {
	.content-container  div span {display:block}
}


/*@media handheld,
only screen and (max-width: 767px) {
	.content-container {
        padding:0;
    }
}*/







.gd_media {text-align:center; margin:50px 0px; padding:0;}
.gd_media .row {padding:0; margin:0;}
.gd_media .col-lg-6 {padding:0; margin:0;}

.g_m_bg {background-image: url('/2019/img/msermon_bg.jpg'); background-size: 100% 100%; width:100%; height:auto; min-height:340px; }
.g_m_bg_txt {float:left; width:80%; margin:50px 60px; text-align:left;  }

.g_m_bg_txt h2, .g_m_bg_txt a h2  {text-align:left; font-size:30px; font-weight:600; 
									color:#050505; padding-bottom:20px}
.g_m_bg_txt h5 {font-size:18px; color:#050505; }
.g_m_bg_txt h6 {font-size:16px; font-weight:300; color:#888787;  padding-top:30px; margin-bottom:30px;}

.msermon_info { position:relative; width:150px; height:56px; border:3px solid #050505; text-align:center; margin-bottom:20px;}
.msermon_info:hover {/*background:#fff;*/ border:3px solid #fff;  transition: background-color .15s ease-in-out}
.msermon_info:hover a {color:#fff; }
.msermon_info a {font-size:1.4rem;letter-spacing:-1px;  line-height:3.1rem; background: transparent; color:#333;font-weight:bold;text-align:center; }



@media only screen and (max-width: 992px) {
	.gd_media {text-align:center; margin:50px 0px; }
	.g_m_bg {min-height:340px}
}

@media only screen and (max-width: 768px) {
	.gd_media {text-align:center; margin:30px 0px; }
	.g_m_bg {min-height:340px}
	.msermon_info { position:relative; width:95%; height:40px; border:2px solid #333; text-align:center; margin-bottom:15px;}
	.msermon_info a {font-size:1.1rem;letter-spacing:-1px;  line-height:2.2rem; color:#333;font-weight:bold;text-align:center; }
	.g_m_bg_txt {width:95%; margin:40px 0; padding-left:20px;}
	.g_m_bg_txt h2, .g_m_bg_txt a h2 {font-size:24px; padding-bottom:20px; }
	.g_m_bg_txt h5 {font-size:17px;}
	.g_m_bg_txt h6 {font-size:16px; padding-top:10px; margin-bottom:20px;}
}

@media only screen and (max-width: 467px) {
	.gd_media {text-align:center; margin:30px 0px; }
	.g_m_bg {min-height:250px}
	.g_m_bg_txt {width:60%; margin:30px 0;}
	.g_m_bg_txt h2 {font-size:22px; padding-bottom:10px}
	.g_m_bg_txt h5 {font-size:15px;}
	.g_m_bg_txt h6 {font-size:14px; padding-top:10px; margin-bottom:10px;}
}




/***배너 ***/

.g_m_ban1 {width:100%; min-height:170px; background-image: url('/2019/img/g_m_ban1.jpg'); background-size: cover;}
.g_m_ban2 {width:100%; min-height:170px; background-image: url('/2019/img/g_m_ban2.jpg'); background-size: cover;}
.g_m_ban3 {width:100%; min-height:170px; background-image: url('/2019/img/g_m_ban3.jpg'); background-size: cover;}
.g_m_ban4 {width:100%; min-height:170px; background-image: url('/2019/img/g_m_ban4.jpg'); background-size: cover;}

@media only screen and (max-width: 467px) {
	.g_m_ban1 , .g_m_ban2 , .g_m_ban3 , .g_m_ban4 {min-height:210px;}
}


.g_m_banner { position:relative; display:block; min-height:170px; width:100%; float:left; text-align:left; padding:10px;}
.g_m_banner h3 { padding-left:20px; font-size: 25px;  font-weight:600;  margin-top:55px}
.g_m_banner h3, .g_m_banner h3 a {color: #fff; }
.g_m_banner h6 {font-size:15px; color:#fff; padding-left:20px;  margin-top:-5px; }


@media only screen and (max-width: 590px) {
	.g_m_banner {min-height:206px;}
	.g_m_banner h3 { font-size: 19px;  }
	.g_m_banner h6 {font-size:13px;}
}




.page-media {position:relative; background:#f5f5f5; height:100%; min-height:340px; padding:0; margin:0}
.page-media .container { padding:38px 0 20px 0;}
.page-media .container .card-header {padding:0;margin:0; height:auto; min-height:170px;}
.page-media .container .card-header img {width:100%; height:170px;  }
.page-media .card-text_1 {font-size:1.2rem; text-align:center; font-weight:bold; color:#333; letter-spacing:-0.5px;  line-height:1.1rem; }
.page-media .card-text_1 a {color:#2d4663;}
.page-media .card-text_2 {font-size:1.0rem; color:#5c5b5b; letter-spacing:-0.5px;  line-height:.9rem; 
							text-align:center; font-weight:bold;}
.page-media .card-text_3 {font-size:.9rem;font-weight:normal; color:#5c5b5b; letter-spacing:0px; 
							line-height:.7rem;  text-align:center; /*text-align:justify */}
.page-media .card-text_2 a, .page-media .card-text_3 a {color:#5c5b5b;}


@media only screen and (min-width: 996px) {
	/*popup 시 박스가 길게 내려오는것 방지 */
	.page-media .container .card { height:240px !important;}
	.page-media {max-height:340px;}
	

}

@media only screen and (max-width: 992px) {
	.page-media {height:auto; }
	.page-media .container {padding:30px 0;}
	.card .card-body {height:80px; overflow: hidden;}
}

@media only screen and (max-width: 480px) {
	.page-media .container .card-header {}
	.page-media .container .card-header img { }
	.page-media .card-text_1 {font-size:0.9rem;   line-height:0.9rem; }
	}







.br_box {position:relative; display:block;  width:100%;height:100%; /* z-index:10;*/  }

/* main board */
.mboard1 {display:block; width:100%;height:100%;min-height:200px; padding:0; margin-bottom:20px; background:url(/2019/img/mboard1_bg.jpg) no-repeat; }
.mboard2 {width:100%;height:100%;min-height:200px; padding:0; background:url(/2019/img/mboard2_bg.jpg) no-repeat;}
.mboard3 {width:100%;height:100%;min-height:200px; padding:0; background-size:cover; background:url(/2019/img/mboard3_bg.jpg) no-repeat;}
.mboard4 {width:100%;height:100%;min-height:200px; padding:0;  background-size:cover; background:url(/2019/img/mboard4_bg.jpg) no-repeat;}
.mboard5 {width:100%;height:100%;min-height:200px; padding:0;  background-size:cover; background:url(/2019/img/mboard5_bg.jpg) no-repeat;}
.mboard6 {width:100%;height:100%;min-height:200px; padding:0;  background-size:cover; background:url(/2019/img/mboard6_bg.jpg) no-repeat;}
.mboard7 {width:100%;height:100%;min-height:200px; padding:0;  background-size:cover; background:url(/2019/img/mboard7_bg.jpg) no-repeat;}
.mboard8 {position:relative; width:100%; height:100%; max-height:200px; padding:0;overflow: hidden; }
/*.mboard8 {width:100%;height:100%;min-height:200px; padding:0;  background-size:cover; background:url(/2019/img/mboard8_bg.jpg) no-repeat;}*/

@media handheld,
only screen and (min-width: 1200px) {

	.mboard8 a img { width:280px; height:200px; }
	.mboard8 { }
}
@media handheld,
only screen and (max-width: 1200px) {

	.mboard8 a img { width:100%; height:200px; }
	.mboard8 { }
}

.mboard1 h3,.mboard2 h3,.mboard3 h3,.mboard4 h3,.mboard5 h3,.mboard6 h3,.mboard7 h3,.mboard8 h3 {
	
	text-align:left; padding-left:30px; padding-top:30px; color:#fff; font-size: 28px; font-weight:bold;  font-family:'NanumSquare'; 
}

.mboard1 h5,.mboard2 h5,.mboard3 h5,.mboard4 h5,.mboard5 h5,.mboard6 h5,.mboard7 h5,.mboard8 h5
	{font-size:13px; color:#fff; padding-left:30px;  font-family:'NanumBarunGothic','NanumSquare'; margin-top:-5px;  /*opacity:0.7	;*/ }



.mboard1 h3 a,.mboard2 h3 a,.mboard3 h3 a,.mboard4 h3 a,.mboard5 h3 a,.mboard6 h3 a,.mboard7 h3 a,.mboard8 h3 a {
	position: relative;
	font-weight:bold;
	font-family:'NanumSquare';
	text-decoration: none;
	color:#fff ;
	padding-top:30px;
	
}

.btn__ {
	position:absolute;
	bottom:0px;
	right:20px;
    font-weight: 200;
	width:54px;
	height:54px;
    font-size: 30px;
	padding:0 20px;
	line-height:54px;
	background:#000;
	opacity:0.3;
    box-shadow: none;
    text-transform: uppercase;
	font-family: 'NanumSquare' ,'Noto Sans' , 'Nanum Gothic' ;
}

.btn__ a {text-decoration: none;}

.btn-square,
.btn-square:focus {
    
	color: #fff;
	 background-color: none;
	text-decoration: none;
}

.btn-square:hover,
.btn-square:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
	text-decoration: none;
	opacity:0.7;
}





@media handheld,
only screen and (max-width: 767px) {
	
	.mboard1,.mboard2,.mboard3,.mboard4,.mboard5,.mboard6,.mboard7,.mboard8 {
		width:100%; 
		min-height:150px;
		margin-bottom:none;
		margin-bottom:0px;
	}
	
	.mboard8 img, .mboard8 a img {width:100%; height:150px;}

	.mboard1 h3,.mboard2 h3,.mboard3 h3,.mboard4 h3,.mboard5 h3,.mboard6 h3,.mboard7 h3,.mboard8 h3 {
		font-size: 17px;
		text-align:left; 
		padding-left:25px;
		line-height:20px;
		
	}

	.mboard1 h3 a,.mboard2 h3 a,.mboard3 h3 a,.mboard4 h3 a,.mboard5 h3 a,.mboard6 h3 a,.mboard7 h3 a,.mboard8 h3 a {
		font-size: 17px;
	}

	.mboard1 h5,.mboard2 h5,.mboard3 h5,.mboard4 h5,.mboard5 h5,.mboard6 h5,.mboard7 h5,.mboard8 h5 {
		font-size: 12px;
		padding:0;
		text-align:left; 
		padding-left:25px;
		margin-top:-5px;
	}
	


	.btn__ {
	width:30px;
	height:30px;
    font-size: 20px;
	padding:0 10px;
	line-height:30px;
	background:#000;
	opacity:0.3;
    box-shadow: none;
    text-transform: uppercase;
	font-family:  'NanumSquare' ,'Noto Sans' , 'Nanum Gothic' ;
	}
	

}

@media handheld,
only screen and (max-width: 1200px) {

	.btn__ {left:225px;}
}

@media handheld,
only screen and (max-width: 1002px) {

	.btn__ {left:30px;}
}

@media handheld,
only screen and (max-width: 480px) {

	.btn__ {left:25px; bottom:12px;}
}


.mlink_content {display:block; width:100%; background:#fff; margin:20px 0; padding:10px 0; }



ul.m__link {display:block; width:100%; margin:0 auto; list-style:none; padding:0}
ul.m__link li {display:inline-block;  padding:5px; text-align:left; margin-right:30px;}
ul.m__link li a  { color:#fff; font-size:16px; font-weight:bold;}
ul.m__link li a:hover {color:#a0c1e4; 

  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


@media handheld,
only screen and (max-width: 768px) {
	
	ul.m__link li { margin-right:15px;}
	ul.m__link li a { font-size:13px;}
	/*ul.m__link li:first-child, ul.m__link li:last-child {display:none;}*/
}


/*----------------------*/
/*        BUTTONS       */
/*----------------------*/

.btn {
    background-color: #4d93bc;
    border: 1px solid #4d93bc;
    color: #fff;
    font-size: 22px;
    font-family:'Noto Sans Kr', sans-serif;
	font-weight:400;
    padding: 14px 25px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.3px;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn.xs {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 11px;
    margin: 0px;
    padding: 4px 9px !important;
    text-transform: capitalize;
    top: -2px;
}
.btn.btn-contact {
    margin-left: 0;
}
@media (max-width: 767px) {
    .btn {
        margin-left: 0;
    }
}
.btn:hover {
    text-decoration: none;
    background-color: transparent;
    color: #4d93bc;
}
.btn.classic {
    padding: 15px 52px;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}
.btn.classic:hover {
    background-color: #fff;
    color: #141b1e;
}
.btn.classic.classic-x {
    border-color: #4d93bc;
    color: #141b1e;
}
.btn.classic.classic-x:hover {
    background-color: #141b1e;
    border-color: #141b1e;
    color: #4d93bc;
}
.btn.modern {
    border: 1px solid #192024;
    color: #192024;
    font-size: 18px;
    text-transform: capitalize;
    background-color: transparent;
    padding: 15px 52px;
}
.btn.modern:hover {
    background-color: #192024;
    color: #fff;
}
.btn.modern.wordpress {
    width: 100%;
    padding: 20px;
}
.btn-social.btn-lg {
    padding: 17px 25px 17px 65px !important;
    display: inline-block;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
    color: #141b1e;
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
    color: #141b1e;
}
.btn-social {
    position: relative;
    padding: 15px 30px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0px;
    margin-right: 15px;
    border: none;
    margin-bottom: 10px;
}
.btn-social.btn-lg>:first-child {
    line-height: 55px;
    width: 50px;
    font-size: 22px;
}
.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: solid 1px #fff;
}


/*----------------------*/
/*         FORMS        */
/*----------------------*/
.question {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.question .heading {
    font-family: Lato;
    font-size: 18px;
    color: #141b1e;
    text-transform: uppercase;
    line-height: 27px;
}
.question .heading .large-text {
    font-family: "Open Sans",
    sans-serif;
    font-size: 30px;
}
.question .comments-form {
    margin-top: 60px;
}
.comments-form .input {
    font-family: Lato;
    font-size: 18px;
    color: #263238;
    background-color: #ECEFF1;
    padding: 18px 33px;
    width: 100%;
    border: 1px solid transparent;
    outline: 0;
    margin-bottom: 26px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.comments-form .input:focus {
    border-color: #67687b;
}
.comments-form .input.textarea {
    height: 150px;
}
.comments-form::-webkit-input-placeholder {
    font-family: Lato;
    font-size: 18px;
    color: #67687b;
}
.comments-form:-moz-placeholder {
    /* Firefox 18- */
    
    font-family: Lato;
    font-size: 18px;
    color: #67687b;
}
.comments-form::-moz-placeholder {
    /* Firefox 19+ */
    
    font-family: Lato;
    font-size: 18px;
    color: #67687b;
}
.comments-form:-ms-input-placeholder {
    font-family: Lato;
    font-size: 18px;
    color: #67687b;
}
.comments-form .btn.submit {
    font-family: "Open Sans",
    sans-serif;
    font-size: 18px;
    padding: 21px 62px;
    margin-top: -5px;
}
.comments-form .btn.submit:hover {
    background-color: #141b1e;
    color: #4d93bc;
    border-color: #141b1e;
}
.comments-form.light {
    padding-bottom: 20px;
}
.comments-form.light .input {
    background-color: #fff;
}
.comments-form .title-form {
    font-family: "Open Sans Bold";
    color: #141b1e;
    margin-bottom: 10px;
}
.comments-form .subtitle {
    font: 16px Lato;
    color: #263238;
    margin-bottom: 30px;
}
.comments-form .btn-check {
    position: relative;
    visibility: hidden;
}
.comments-form .btn-check:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    position: absolute;
    top: -6px;
    left: -16px;
    visibility: visible;
}
.comments-form .btn-check:checked:before {
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
}
.register {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ECEFF1
}
.register .comments-form .input {
    margin-bottom: 15px;
}
.register .comments-form .label-form {
    margin-left: 13px;
    font: normal 16px Lato;
    margin-right: 25px;
    color: #263238;
    margin-bottom: 20px;
}
@media (max-width: 450px) {
    .register .comments-form .label-form {
        margin-bottom: 10px;
    }
}
.register .comments-form .link {
    font-family: Lato;
    font-size: 16px;
    color: #263238;
    margin-right: 45px;
    text-decoration: underline;
}
.register .comments-form .btn {
    color: #fff;
    margin: 15px 0px 15px 0px;
    font: 16px 'Open Sans',
    sans-serif;
    padding: 17px 65px;
}
@media (max-width: 450px) {
    .register .comments-form .btn {
        margin-top: 10px;
    }
}
.register .comments-form .btn:hover {
    background-color: #141b1e;
    color: #fff;
}
.register.contact-us {
    padding-top: 60px;
    background-color: #fff;
}
.register.contact-us form {
    padding-top: 0px;
}
.register.contact-us .comments-form {
    margin-top: 0;
}
.register.contact-us .subtitle,
.register.contact-us .title {
    font: 18px Lato;
    color: #141b1e;
    margin-bottom: 20px;
}
.register.contact-us .title {
    font: 30px "Open Sans ExtraBold",
    sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
}
.register.contact-us .info {
    font-family: Lato;
    color: #263238;
    line-height: 23px;
    margin-bottom: 20px;
}
@media (max-width: 350px) {
    .register.contact-us .info {
        font-size: 13px;
    }
}
.register.contact-us .info a {
    color: #263238;
    font-size: 16px;
    line-height: 27px;
}
.register.contact-us .info a:hover {
    text-decoration: none;
    color: #4d93bc;
}
@media (max-width: 350px) {
    .register.contact-us .info a {
        font-size: 13px;
    }
}
.register.contact-us .info .social-icons .fa {
    width: 55px;
    color: #424242;
    border: 1px solid #eaeaeb;
    padding: 15px 20px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.register.contact-us .info .social-icons .fa:hover {
    color: #4d93bc;
}
.register.contact-us .input.comment {
    height: 180px;
}
.register.contact-us .btn {
    margin-top: 15px;
}
.register.contact-us .contact-info {
    margin-bottom: 20px;
}
.register.contact-us .contact-info .heading {
    font-family: "Open Sans",
    sans-serif;
    font-size: 16px;
    color: #4d93bc;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 11px;
}



/******mymenu 사이트맵*********/
@media (max-width: 768px) {
    .modal {display:none;}
	.modal-dialog {display:none;}
	.modal-content {display:none;}
}


.mymenu {
    width: 100%;
}
.mymenu .wrapper {
    padding: 30px;
}
.mymenu .title {
    color: #192024;
    margin-bottom: 6px;
    margin-top: 0;
}
.mymenu .subtitle {
    font-size: 14px;
	font-weight:500;
    color: #141b1e;
    margin-bottom: 35px;
}
.mymenu .my_box {display:table; position:relative; width:100%; padding:10px;  
				height:auto; min-height:240px;  border:1px solid #ddd; margin-bottom:15px;}
.mymenu .my_box h3 a {font-size: 17px; color:#366da9; font-weight:500; padding-left:10px  }
.mymenu .my_box .sl_stp_sub { position:block; list-style:none; float:left; width:100%;  padding:7px;}
.mymenu .my_box .sl_stp_sub li { width:100%; border-bottom:1px solid #eee; }
.mymenu .my_box .sl_stp_sub li  a {color:#333; font-size:13px; padding-left:20px}



/******mymenu 사이트맵 끝*********/
.login-form {
    width: 100%;
}
.login-form .wrapper {
    padding: 30px;
}
.login-form .title {
    color: #192024;
    margin-bottom: 6px;
    margin-top: 0;
}
.login-form .subtitle {
    font-family: Lato;
    font-size: 16px;
    color: #141b1e;
    margin-bottom: 35px;
}
.login-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ECEFF1;
    -webkit-text-fill-color: #909296;
    color: #909296;
}
.login-form::-webkit-input-placeholder {
    font-family: Lato;
    color: #909296;
    letter-spacing: 1px;
}
.login-form:-moz-placeholder {
    /* Firefox 18- */
    
    font-family: Lato;
    color: #909296;
    letter-spacing: 1px;
}
.login-form::-moz-placeholder {
    /* Firefox 19+ */
    
    font-family: Lato;
    color: #909296;
    letter-spacing: 1px;
}
.login-form:-ms-input-placeholder {
    font-family: Lato;
    color: #909296;
    letter-spacing: 1px;
}
.login-form .field:focus {
    border-color: #4d93bc;
}
.login-form .field {
    font-family: Lato;
    font-size: 18px;
    color: #263238;
    background-color: #ECEFF1;
    padding: 18px 33px;
    width: 100%;
    border: 1px solid transparent;
    outline: 0;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.login-form .label-form {
    font-weight: normal;
    font-family: Lato;
    font-size: 16px;
    color: #141b1e;
    padding-top: 20px;
    padding-left: 15px;
}
.login-form a.link {
    font-family: Lato;
    font-size: 16px;
    color: #263238;
    margin-left: 20px;
    text-decoration: underline;
}
.login-form .label-form .btn-check {
    position: relative;
    visibility: hidden;
}
.login-form .label-form .btn-check:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #263238;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: -16px;
    visibility: visible;
}
.login-form .label-form .btn-check:checked:before {
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
}
.login-form .btn {
    padding: 15px 51px;
    margin-top: 11px;
    font-size: 14px;
    font-family: "Open Sans Bold",
    sans-serif;
}
.login-form .btn:hover {
    background-color: #141b1e;
    color: #4d93bc;
    border-color: #141b1e;
}
/*----------------------*/
/*         MAPS         */
/*----------------------*/

.map {
    height: 383px;
}

/*----------------------*/
/*      TOP HEADER      */
/*----------------------*/
.top-header {
    margin-top: 166px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .top-header .wrapper {
        padding: 0px 10px;
    }
}
.top-header.overlay:before {
    background-color: rgba(0,
    0,
    0,
    0.2);
}
.top-header .wrapper .heading {
    font: bold 22px 'Noto Sans Kr';
	text-align:center;
	/*text-shadow:0 0 5px #000;*/
    color: #fff;
    margin-bottom: 10px;
}
.top-header .wrapper .heading p {
    font: bold 30px 'Noto Sans Kr';
	text-align:center;
	/*text-shadow:0 0 5px #000;*/
    color: #fff;
   
}

@media (max-width: 480px) {
    .top-header .wrapper .heading {
        font-size: 15px;
    }
	.top-header .wrapper .heading p {
    font-size:21px;
	}
}


.top-header .wrapper .subheding {
    font-size: 14px;
    color: #fff;
}
@media (max-width: 1199px) {
    .top-header .wrapper .subheding {
        font-size: 20px;
    }
}
@media (max-width: 420px) {
    .top-header .wrapper .subheding {
        font-size: 16px;
    }
}
.top-header .wrapper .subheding .active {
    color: #b1cee0;
    font-weight: bold;
}
/*.top-header .wrapper .subheding .link {
    color: #fff;
    padding-left: 8px;
    padding-right: 10px;
}
.top-header .wrapper .subheding .link:first-child {
    padding-left: 0px;
}
.top-header .wrapper .subheding .link.active {
    color: #b1cee0;
    font-weight: bold;
}
.top-header .wrapper .subheding .link:hover {
    text-decoration: none;
    color: #4d93bc;
}*/
.top-header .wrapper .round {
    position: relative;
}
.top-header .wrapper .round:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    top: 16px;
    left: 2px;
}
/*.wpc-vps-info.img-bg {
    background-image: url(../img/backimage.jpg);
}*/
.top-header.img-bg1 {
    background-image: url(/2019/img/subP1.jpg);
}
/*.top-banner.img-bg-1 {
    background-image: url(../img/topbanner01.jpg);
}
.top-banner.img-bg-2 {
    background-image: url(../img/topbanner02.jpg);
}
.top-banner.img-bg-3 {
    background-image: url(../img/topbanner03.jpg);
}
.top-banner.img-bg-5 {
    background-image: url(../img/topbanner05.jpg);
}*/
@media (max-width: 1199px) {
    .top-header .wrapper .round:before {
        top: 12px;
    }
}
@media (max-width: 767px) {
    .top-header {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    
    .top-header .wrapper .subheding {
        font-size: 14px;
    }
    .top-header {
        margin-top: 70px;
    }
}
@media (max-width: 450px) {
    .top-header .wrapper .round:before {
        top: 10px;
    }
}

/*----------------------*/
/*       ACCORDION      */
/*----------------------*/

.accordion .panel-title {
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    padding: 9px 35px 10px;
    color: #E32526;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.accordion .panel-collapse {
    display: none;
}
/*----------------------*/
/*         ABOUT        */
/*----------------------*/

.about-info {
    background-color: #ECEFF1;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-info-2 {
    padding-bottom: 60px;
}
@media (max-width: 1199px) {
    .about-info {
        padding-bottom: 91px;
    }
}
.about-info .heading {
    font-family: Lato;
    font-size: 48px;
    color: #192024;
    text-transform: capitalize;
    margin-bottom: 36px;
}
.about-info .subheading {
    color: #263238;
    font-size: 16px;
    font-family: Lato;
    line-height: 25px;
}
.about-info .btn {
    font-family: Lato;
    font-size: 16px;
    padding: 17px 48px;
    background-color: transparent;
    color: #4d93bc;
    border-width: 2px;
}
.about-info .btn:hover {
    color: #141b1e;
    background-color: #4d93bc;
}
.about-info .img-about {
    display: block;
}
@media (max-width: 991px) {
    .about-info .img-about {
        width: 100%;
        margin: 20px 0px 0px;
    }
}
.about-info.about-light {
    background-color: #4d93bc;
    margin-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    .about-info.about-light {
        margin-top: 0;
    }
}
.about-info.about-light .wrap {
    padding-left: 54px;
}
@media (max-width: 991px) {
    .about-info.about-light .wrap {
        padding-left: 0;
    }
}
.about-info.about-light .heading {
    font-family: Lato;
    font-size: 48px;
    color: #141b1e;
    text-transform: capitalize;
    margin-bottom: 36px;
}
.about-info.about-light .subheading i {
    margin-right: 10px;
    font-size: 34px;
    color: #141b1e;
}
.about-info.about-light .subheading .title {
    vertical-align: sub;
    font-size: 24px;
    color: #141b1e;
}
.about-info.about-light .subheading .info {
    margin-bottom: 20px;
    margin-top: 15px;
    color: #141b1e;
    display: inline-block;
}
.about-info.about-light .info {
    color: #2d3133;
    font-size: 16px;
    font-family: Lato;
    margin-top: 54px;
    line-height: 28px;
    margin-bottom: 50px;
}
.about-info.about-light .btn.modern {
    color: #141b1e;
    background-color: transparent;
    padding: 17px 67px;
}
.about-info.about-light .btn.modern:hover {
    background-color: #141b1e;
    color: #4d93bc;
}
.about-info.about-light .img-about {
    left: 40px;
    top: -245px;
}
@media (max-width: 767px) {
    .about-info .heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about-info.about-light .heading {
        font-size: 32px;
        margin: 20px 0px;
    }
    .about-info .subheading {
        text-align: center;
    }
}
.section-heading {
    font: 48px "Open Sans Bold",
    sans-serif;
    text-transform: capitalize;
    color: #192024;
    text-align: center;
}
.section-heading.light {
    color: #fff;
}
.section-heading.small-text {
    font-size: 37px;
}
@media (max-width: 1199px) {
    .section-heading {
        font-size: 38px;
    }
}
.section-subheading {
    font-family: "Open Sans Light";
    color: #808080;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}
.section-subheading.light {
    color: #fff;
}


/*----------------------*/


/*----------------------*/
/*      FOOTER TOP      */
/*----------------------*/

/*----------------------*/
/*        FOOTER        */
/*----------------------*/

.footer {
    background-color: #424141;
    background-position: center;
}

.footer .footer-bottom {
    padding: 15px 0px;
    
}
.footer .list  {
    float: right;
    color: #dcd9d9;
	margin-left:10px;    
	margin-top: 25px;
    list-style-type: none;
}

.footer .list a {color: #dcd9d9;}

.footer .list li {
    display: inline-block;

    font-size: 13px;
    margin-right: 8px;
    display: inline;
}




.footer .footer-menu {
    float: left;
    padding: 0px;
	
}
@media (max-width: 767px) {
    .footer .footer-menu {
        padding: 0;
        margin-left: 0;
		text-align: center;
		font-size: 12px;
    }

    .footer .list {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0;
		margin-top: 10px;
    }

	.footer .footer-menu li.flogo  {display:none }

	.footer .footer-menu {
		
		float: none;
        text-align: center;
        padding: 0;
        margin-left: 0;
	}
}



.footer .footer-menu .flogo { position:absolute; top:19px; /*text로 표기시 top:27px;*/  font-size: 25px; display: inline-block; 
							color: #eceaea; padding:0; margin-right:20px;  font-weight:bold; }

.footer .footer-menu .menu-item {
    font-size: 14px;
	color: #d4d2d2;
    display: inline-block;
    text-transform: capitalize;
    list-style-type: none;
    margin-top: 10px;
}

@media (min-width: 767px) {

	.footer .footer-menu .menu-item { padding-left: 220px;}
   
}



/*----------------------*/
/*      Mobile Tweaks   */
/*----------------------*/

@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
}
.section-offer .heading-section {
    font: bold 48px "Open Sans Bold",
    sans-serif;
    color: #141b1e;
}
.section-offer h3 {
    color: #141b1e;
}

.map-2 {
    height: 500px;
}
.total .btn {
    font-family: "Open Sans";
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.3px;
    margin-left: 11px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-wrap .col-sm-9.col-lg-7.col-lg-offset-2 {
    margin-left: 0px;
    float: right;
}

/*----------------------*/
/*      Back to Top
/*----------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  
  background: #7bb1d1 url(/2019/img/cd-top-arrow.png) no-repeat center 50%;
  /*background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.png) no-repeat center 50%;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cd-top {
	display:none;
  }
}
