@charset "UTF-8";

/*body{*/
	/*font-family:'Godic','Verdana' !important;*/
    /*/*background-color:#2a3f54;*/*/
	/*/*background:#f1f1f1;*/*/
	/*/*background-color:#fff;*/*/
    /*font-size:14px;*/
    /*/*color:#fff;*/*/
	/*color:black;*/
/*}*/

@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('/css/fonts/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KOTRAHOPE';
    src: url('/css/fonts/KOTRAHOPE.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*header*/

.header {
	 position: fixed; top: 0; left: 0; right: 0;
 }
.navbar > .container {
	 /*justify-content:left;*/
}

.top-area {
	width:100%;height:73px;text-align:left;
}

.log-area {
	position:absolute;top:14px;left:17px;
}

.search-bar {
	width:100%;display:flex;justify-content:center;padding:20px 0 0 20px;
}

.search-box {
	min-width:350px;max-width:400px;
}

.navbar-area {
 flex-basis:calc(100% - 170px);justify-content:flex-start;
 text-align:left;
}

.login-area {
 flex-basis:225px;
 justify-content:flex-end;
}

.navbar-brand span{
	float:left;
	display:block;
}

.navbar-brand,
.navbar-brand:hover {
	font-family:KOTRAHOPE;
	font-size:26px !important;
	color: #4f9bba;
}
.navbar-brand img {
    width: 30px;
    margin-right: 4px;
    position: relative;
    bottom: 3px;
}
.cate-title {
	margin:10px 0;
}

.cate-title span{
	font-size:9pt;
	padding:4px;
}
/*header*/

/*bookmark*/
.bookmark-close {
	font-size:20px;color:red;position: absolute;right: 5px;top: 5px;
}
/*bookmark*/

table {
	font-size: 9pt;
}

button {
	font-size: 9pt !important;
}

.btn-sm {
	font-size:0.75rem !important;
}

.btn_type_group {
	border:1px solid #ced4da !important;
}

.button {
  width:auto;
  background-color: white;
  /*color: #797878;*/
  color: #286090;
  padding: 3px 10px 3px 10px;
  border: 1px solid #286090;
  border-radius: 3px;
  transition-duration: 0.4s;
  display: inline-block;
  text-align: center;
  cursor:pointer;
  font-family:"Gothic","Verdana";
  position: relative;  
  top: 2px;
}

.button:hover {
  /*background-color: #286090;*/
  background-color: #2a3f54;
  color: white;
}

#info-save {
	/*background-color: #286090;*/
	/*color: white;*/
	padding:7px 20px;
	margin:0 10px;
}
/*#info-save:hover {*/
	/*background-color: #143754;*/
/*}*/

#btn-withdraw {
	padding-top:7px;
	padding-bottom:7px;
	font-size:9pt !important;
	border-color:#dee2e6;
	background-color: white;
	color:#a0abb6;
}
#btn-withdraw:hover {
	border-color:#DC3545;
	background-color: #DC3545;
	color:white;
}

::-webkit-input-placeholder {
   color:a0abb6 !important;	
   font-size: 13px!important;	   
}

:-moz-placeholder { /* Firefox 18- */
	color:a0abb6 !important;
	font-size: 13px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:a0abb6 !important;
	font-size: 13px!important;
}
input {
	font-size:10pt !important;
}
.col-form-label {
	text-align: right;
	font-size: 10pt;
}


@media (max-width: 767px){
	.col-form-label {
		text-align: left;	
		font-size: 10pt;
		margin: 0 0 0 5px;
	}	

}

.flex-table {
	display:flex;
	justify-content:center;
	/*max-width:800px;*/
	border-top:0px;

}

.table td, .table th {
	border-top:0px;
}

.sub_tab {
	margin: 0;
	/*width: calc(100% - 2rem);*/
	border-bottom: 1px solid #dee2e6;
	padding: 0 0 10px;
}

.sub_tab > button {
	margin-left: 5px;	    
}

.btn_type_group{
	font-size:9pt !important;
}

.btn-group {
	padding: 0 !important;
}


.tab_menu { 
	border-radius:3px; background-color: #fff; border: 1px solid #286090; transition-duration: 0.4s;
	display: inline-block; color:#fff; width: auto; padding:6px 15px; font-size: 9pt; cursor:pointer; margin-right: 8px;position: relative; top: -8px;
}

.tab_menu:hover { background-color: #286090; color:#fff !important;}

.tab_active { background-color: #286090; }
.tab_inactive { color:#797878; }

.submit-area {
	border-top:0 !important;
}






/*.btn-outline-primary {*/
	/*color: #787c81 !important;*/
	/*background-color: transparent;*/
	/*background-image: none;*/
	/*border-color: #ced4da !important;*/
/*}*/

/*.btn-outline-primary:hover {*/

	/*color: #fff !important;*/
	/*background-color: #286090 !important;*/
	/*background-image: none;*/

/*}*/

/*.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {*/
	/*color: #fff !important;*/
	/*background-color: #286090 !important;*/
	/*border-color: #286090 !important;*/
/*}	*/


/*@media only screen and (max-width < 600px) {*/
@media (max-width: 600px){
	.search-bar {
		justify-content: right !important; 			
	}

	.search-bar > .input-group {
		max-width: 320px !important;
		min-width: 312px !important;
	}

}


@media (max-width: 991px){
	.card-img-top {
		height: 343.8px !important; 			
	}	

}

@media (max-width: 770px){
	.card-img-top {
		/*height: 229.19px !important; 	*/
		height: 210.19px !important; 	
	}

	.navbar-brand .brand-text {
		display:none;
	}
}


.book-mark {
	position:absolute !important;
	right:0px;
	z-index:5;
}	

.beforemark {
	display:flex;
	justify-content:right;
	padding:5px;
	font-size:25px !important;
	color:red;
}

.aftermark {
	visibility: hidden;
	display:flex;
	justify-content:right;
	font-size:18.2px !important;
	color:#fff262;
	position:relative;
	padding:7px;
}

.aftermark-on {
	visibility: visible;
	display:flex;
	justify-content:right;
	font-size:18.2px !important;
	color:#fff262;
	position:relative;
	padding:7px;
}

.sns-area {
	display:flex;
	justify-content:center;
	height:100%;
	/*height:100vh;*/
	align-items: center;
 }

/*index*/

.sns-tooltip { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 35%;
	background-color:rgb(64 58 58 / 80%);
	display:none;
	z-index:1;
}

.card-body {
	padding: 0.35rem;
}

/*index*/


/*content*/
.paging {
    border-top: 1px solid #e5e5e5;
}

.content-body {
	padding:0;		
}

.content-text iframe,
.content-text img,
.content-text div img {
	max-width:100% !important;
	/*height:auto;*/
	object-fit: contain;
}

.content-text > div > a, div > a {
	margin:0 !important;
}

.bar-symbol {
	font-size:2px;color:#dddddd;
	margin:3px;
}

.content-main-title {
	margin: 8px 0 4px 0;
	padding-bottom: 10px;
}

#content-container {
	margin-top:20px;
}

.content-sns-row {
	margin:20px 0;
}

.content-sns-row .col-sm-8 {
	padding:0;
}

.content-date{
	text-align:right;
	color:#afa8a8 !important;
	margin-bottom: 20px;
}

.copy-text {
	border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    font-size: 9pt;
    color: gray;
}

.f-left {
	float:left;
}

.card-text.desc {
	font-size:13px;margin-bottom:5px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

.main-point {
	float:left;width:50%;font-size:12px;color:gray;margin:0px;
}

.main-hit {
	float:left;text-align:right;width:50%;font-size:12px;color:gray;margin:0px;"
}

#fb-img { width:31px; margin:1px 5px; }
#naver-img { width:31px; margin:1px 5px; }
#kakao-img { width:32px; margin:0 5px 5px 5px; }
#link-img { width:32px;margin:0 0 0 5px; }

/*content*/

.go-top {
	position:fixed;
	display:none;
	z-index:2;
	bottom: 10px;
	text-align: right;
	width: 100%;
	right: 10px;
	cursor: pointer;
 }

.go-top > img {
	width: 40px;
 }

.on {	
	display:block;
 } 

.wd-1 {
 	width: 10%;
}

.wd-2 {
 	width: 20%;
}

.wd-3 {
 	width: 30%;
}

.wd-4 {
 	width: 40%;
}

.wd-5 {
 	width: 50%;
}

.wd-6 {
 	width: 60%;
}

.wd-7 {
 	width: 70% !important;
}

.wd-8 {
 	width: 80%;
}

.wd-9 {
 	width: 90%;
}

.wd-10 {
 	width: 100%;
}


.footer-text {
	font-family:Verdana, Arial;
	font-size: 9pt;
}
.footer-text p {
	margin-bottom: 0.3rem;
}
footer {
	/*position:relative;*/
	/*width:100%;*/
	/*bottom:0;	*/
	/*z-index:3;*/
}
.footer {
	/*margin-top:200px;*/
}