@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@font-face {font-family:MalgunGothic; src:url(img/font/MalgunGothic.eot);}

@font-face {font-family:yg-jalnan; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');}

.clear:after { 
    content:""; 
    display:block; 
    clear:both;
}
* { margin:0; padding:0; outline:none; }
body {
line-height:1; font-size:14px; font-weight:400; color:#000; font-family: 'MalgunGothic', sans-serif; word-wrap: break-word; word-break: keep-all;
}
h1, h2, h3, h4, h5, h6 { margin:0; font-family: 'MalgunGothic', sans-serif; line-height:1;  }
ul, ol { list-style:none; margin:0; }
a { outline:0; text-decoration:none; }
a:focus { outline:none; }
img { border:none; outline:none; max-width: 100%; }
p { margin:0; padding:0; word-wrap: break-word; word-break: keep-all;  }




/*--------------------------------------------------- 1400세팅 ----------------------------------------------------------------------------*/

.container1400 {max-width: 1400px !important; margin:0px auto;}
.tmt_row {margin-left:-15px; margin-right:-15px;}
@media all and (max-width:1399px) {
	.container1400 {padding: 0px 15px !important;}
	.tmt_row {margin-left: 0px; margin-right: 0px;}
}
@media all and (max-width:800px) {
	.container1400 {padding:0px !important;}
}

/*--------------------------------------------------- 1400세팅 끝 ----------------------------------------------------------------------------*/

/*
mainColor
#ee3612

*/

/*--------------------------------------------------- 해드세팅 ----------------------------------------------------------------------------*/

.tmt_head_frame {padding:10px 0;}

.tmt_logo_frame {padding:30px 0 50px; margin: 0 auto; text-align:center;}
.tmt_logo_frame .logo_text1 {font-size:36px; color:#ee3612; font-weight: 600; font-family:yg-jalnan; line-height: 1.6;}
.tmt_logo_frame .logo_text2 {font-size:16px; color:#777; font-weight: 600;}

/*--------------------------------------------------- 해드세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 인덱스세팅 ----------------------------------------------------------------------------*/

/*--------------------------------------------------- 인덱스세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 푸터세팅 ----------------------------------------------------------------------------*/

/*--------------------------------------------------- 푸터세팅 끝 ----------------------------------------------------------------------------*/










/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.btn.btn-color {border: 1px solid #ad2105; background-color: #ee3612;}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color: #ad2105;}
.border-color, i.border-color, img.border-color {border-color: #ad2105;}
