﻿@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


html, body {
	height: 100%;
	 word-break: keep-all;        /* 줄바꿈을 공백 기준으로 */
  overflow-wrap: break-word;   /* 너무 긴 단어(URL 등)는 강제로 줄바꿈 */
}
body {
	padding: 70px 0 0 0;
	font-family: NanumGothic;    
}

.container {
	display: none;
}

td {
	font-size: 15px;
}

b {
	color: #000;
} /*<b> 태그 color*/


li {
	font-size: 18px;
}

ol {
	margin-left: 15px;
}

ol li {
	font-size: 18px;
}

ul li {
	list-style: inside;
	font-size: 18px;
}

p {
	font-size: 18px;
}

h2 {
	font-size: 25px;
}

h4 p {
	font-size: 18px;
}


 @media (min-width: 992px) {
body {
	padding: 0 290px 0 0;
}
}
.search-container {
	margin: 15px 10px 25px 10px;
}
.search-container .search-box {
	border-radius: 13px;
	border: 2px solid #ffffff;
	height: 32px;
	line-height: 17px;
	background-color: #121923;
	font-size: 15px;
	color: #ffffff;
	padding: 1px 20px 3px 15px;
}
 .search-container .search-box::-webkit-input-placeholder {
 color: #595757;
}
 .search-container .search-box:-moz-placeholder { /* Firefox 18- */
 color: #595757;
}
 .search-container .search-box::-moz-placeholder {  /* Firefox 19+ */
 color: #595757;
}
 .search-container .search-box:-ms-input-placeholder {
 color: #595757;
}
.inner-addon {
	position: relative;
}
.navmenu-inverse .fa {
	color: #ffffff;
}
.inner-addon .fa {
	position: absolute;
	padding: 5px 0px;
	z-index: 100;
	font-size: 17px;
	cursor: pointer;
}
.left-addon .fa {
	left: 7px;
}
.right-addon .fa {
	right: 7px;
}
.left-addon input {
	padding-left: 15px;
}
.right-addon input {
	padding-right: 15px;
}
.navbar {
	display: block;
	text-align: center;
    margin-bottom: 0;
    border-bottom:solid 2px #C9C9CA; 
}

.navbar-brand {
	display: inline-block;
	float: none;  
}

.navbar-brand img {
	width: 150px;
    margin:0 auto; 
}

.navbar-inverse {
	font-weight: bolder;
	color: #fff;
	font-size: 22px;
}

.go-home img{
    margin-top:8px;
}

.navbar-fixed-top{
    padding-left: 68px;
    height:30px;
}

 @media (min-width: 1px) {
.navbar-toggle {
	display: block !important;
}
}
 @media (min-width: 992px) {
.navmenu {
	padding-top: 0;
	padding-bottom: 25px;
}
}
 @media (max-width: 992px) {
.navmenu {
	margin-top: 60px;
}
}
.navmenu, .navbar-offcanvas {
	width: 280px;
}
.navmenu-inverse {
	background-color: #848383;
}
.navmenu-inverse .navmenu-nav > li > a {
	color: #fff;
}
.nav li {
	border-bottom: 1px solid #888889;
	border-top: 1px solid #888889;
}
.nav li a {
	font-family: 'Malgun Gothic', NanumGothic;
	font-weight: bold;
	font-size: 18px;
}
.nav li a img {
	position: relative;
	bottom: 2px;
}

.nav li a .caret-nav {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 7px;
	vertical-align: middle;
}
.nav li.active a .caret-nav {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 7px;
    transform: rotate(90deg);
}
.nav .active .nav {
	display: block;
}
.nav .nav {
	display: none;
    background-color: #515152;
}
.nav .nav li {
	margin-left: 10px;
	margin-right: 25px;
	border-top: none;
	border-bottom: 1px solid #888889;
	padding-bottom: 0px;
}
.nav .nav li a {
	font-size: 17px;
	color: #c9c9ca;
}
.nav .nav li:last-child {
	border-bottom: none;
}
.nav .nav li.active a {
	color: #ffffff;
}
.nav .nav li a:hover {
	background-color: transparent;
}

.container {
	max-width: 100%;
}
.navbar-footer {
	min-height: 36px;
    background-color: #848383;
}
.navbar-footer .container {
	padding: 0;
}
.navbar-footer .container div {
	margin-bottom: 3px;
}
.navbar-footer .container div a {
	color: #fff;
	font-size: 20px;
}
.shap-target {
	display: block;
	position: relative;
}
 @media (max-width: 768px) {
.shap-target {
	top: -70px;
}
h4.shap-target {
	padding-top: 70px;
	margin-bottom: -60px !important;
}
}
 h4.shap-target2 {
	padding-top: 70px;
	margin-bottom: -60px !important;
}
}
.container section {
	margin-bottom: 50px;
}
.container section p {
	font-size: 18px;
}
.container section p img.img-responsive {
}
.container section p img.width100 {
	width: 100%;
}
 @media (max-width: 768px) {
.container section p img.img-responsive {
}
.container section p img.width100 {
	width: 100%;
}
}
.container section h2 {
	font-weight: bolder;
	color: #000000;
	margin-bottom: 22px;
	border-bottom: 4px solid #c17163;
	padding-bottom: 8px;
}

.container section h2.cook {
	font-weight: bolder;
	color: #000000;
	margin-bottom: 22px;
	border-bottom: 4px solid #c17163;
    border-top: 7px solid #c17163;
	padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 45px;
}

.container > section > h4.shap-target {
	font-weight: bolder;
	color: #000000;
	font-size: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #c17163;
	padding-bottom: 8px;
	margin-top: 40px;
}
.container > section > h4.shap-target2 {
	font-weight: bolder;
	color: #1b7b6f;
    margin-bottom: 40px;
    padding-bottom: 70px;
	font-size: 25px;
}
.container section h4.info {
	font-weight: bolder;
	color: #333;
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 40px;
}
.container section h4.success {
	font-weight: bolder;
	color: #333;
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 40px;
}
.container section div table thead tr th, .container section div table tbody tr td {
	vertical-align: middle;
}
.table-icon tbody tr th {
	text-align: left;
	width: 120px;
}
.table-icon tbody tr td {
	font-size: 18px;
	/*font-weight: bolder;*/
	vertical-align: middle;
}

thead tr th {
	font-size:16px;
	}

tbody tr th {
	font-size:17px;
	}

tbody tr td {
	font-size:17px;
	}


.container section .alert .icon {
	margin-top: 0px;
}
.container section .alert .icon p {
	margin-top: 20px;
}
 @media (max-width: 768px) {
.container section .alert .icon p {
	margin-top: 10px;
}
}
.container section .line-normal {
	line-height: normal;
}
.container ol {
	font-size: 18px;
}
ol, ul {
	padding-left: 10px;
}
.container ul {
	font-size: 15px;
}
.top-5 {
	margin-top: 5px;
}
.top-10 {
	margin-top: 10px;
}
.bottom-10 {
	margin-bottom: 10px;
}
.nopadding {
	padding: 0;
}
section .alert ul {
	padding-left: 15px;
}
.table-noline thead tr th, .table-noline thead tr td, .table-noline tbody tr th, .table-noline tbody tr td {
	border: none;
}
/*2022년 12월 12일 테이블 수직 중앙정렬 적용 추가 */
.table-default tbody tr td {
    vertical-align: middle;
}
/*2022년 12월 12일 테이블 수직 중앙정렬 적용 추가 */

/*2023년 1월 9일 테이블 수직 상단정렬 적용 추가 */
.table-top tbody tr td{
    vertical-align: top;
}
/*2023년 1월 9일 테이블 수직 상단정렬 적용 추가 */

.table-default thead tr th {
	text-align: center;
	background-color: #c9cacb;
}
.table-default tbody tr th {
	text-align: center;
    vertical-align: middle;
}
.table-default tbody tr th {
	text-align: center;
}


.circle {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding: 2px;
	background: #000000;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.img-border {
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 3px;
}
.img-border2 {
	border-bottom: 1px solid #aaabab;	
	padding: 15px;
}
.img-border3 {	
	border-radius: 10px;
	padding: 3px;
}
.danger_box_01 {
	width: auto;
	border-radius: 5px;
	padding: 25px 2px 25px 0px;
	font-size: 18px;
}
#table-center{
    vertical-align: middle;
}

.img-r img {
	border: 1px solid #999;
	border-radius: 3px;
}
ul.indent li {
	list-style-position: outside;
	margin-left:1em;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -11px;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: -10px;
}

ul.indent li ul.indent2 li {
	list-style-position: inside;
	text-indent: -0.6em;
	padding-left: -0.6em;
    margin-left:0em;
}

ul.indent li ul.indent3 li {
	list-style-position: inside;
	text-indent: -1.2em;
    margin-left: 0.7em;
}

#con_08 p {
	font-size: 18px;
}
.row img {
	border: 1px solid #aaabab;
	border-radius: 10px;
	padding: 10px;
}
.navmenu {
	padding-bottom: 25px;
}
.bbb {
	font-size: 20px;
	color: #000;
}
.bbb2 {
	font-size: 18px;
	color: #000;
}
.wi-p {
	text-indent: -0.5em;
	padding-left: 1.7em;
}
div ul li ul li {
	list-style: none;
}
ul > li > p > ul > li {
	list-style: none;
}
ul.ul-h {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}

ul.ul-h > li:before {
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

ul li .img-top {
	margin-bottom:3px;
	}

#cooktb {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eeefef;
}

#cooktb td{
    border:0;
    padding:5px;
}

#cooktb td.ckimg {
    background-color: #eeefef;
}

#cooktb td.txt {
    font-size: 23px;
    font-weight: bolder;
}

#cooktb td.txt2 {
    font-size: 23px;
    font-weight: bolder;
    color: #e7382e;
}

#cooktb td.txt4 {
    font-size: 23px;
    font-weight: bolder;
    color: #2a388f;
}

#cooktb td b.txt3 {
    font-size: 40px;
    font-weight: bolder;
    color: #e7382e;
}

#cooktb td b.txt4 {
    font-size: 23px;
    font-weight: bolder;
    color: #2a388f;
}

#cooktb td b.t4 {
    font-size: 23px;
    color: #e7382e;
}

.r {
    color: #ce755c;
}

.cktitle {
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 20px;
	margin-top: 40px;
}

.cktitle {
	display: block;
	position: relative;
}
@media (max-width: 768px) {
    .cktitle {
        top: -70px;
    }

    h4.cktitle {
        padding-top: 70px;
        margin-bottom: -60px !important;
    }
}

 #mntb {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 300px;
    margin:0 auto;
}

#mntb td{
    border: 1px solid #E6E7E8;
    padding:7px;
}

#mntb td.ckimg {
    background-color: #eeefef;
}

#mntb td.txt {
    font-size: 23px;
    font-weight: bolder;
}

#mntb td.txt2 {
    font-size: 23px;
    font-weight: bolder;
    color: #e7382e;
}


#mntb td.txt4 {
    font-size: 23px;
    font-weight: bolder;
    color: #2a388f;
}

#mntb td.txt5 {
    font-size: 23px;
    font-weight: bolder;
    color: #2a388f;
}

#mntb td.txt6 {
    font-size: 35px;
    font-weight: bolder;
    color: #e7382e;
}

#mntb td.noborder{
    border-top: 1px solid #fff;
    border-bottom:0;
    border-right:0;
    border-left:0;
}







#mntb td b.txt3 {
    font-size: 40px;
    font-weight: bolder;
    color: #e7382e;
}

#mntb td b.txt4 {
    font-size: 23px;
    font-weight: bolder;
    color: #2a388f;
}


#mntb td b.t4 {
    font-size: 23px;
    color: #e7382e;
}

 .mntitle {
	background-color: #E6E7E8;
}
 .mntitle-color{
     background-color: #FDDFC8;

 }
 .tool td{
     padding: 10px;
 }




h4 .r {
    color: #ce755c;
    font-size: 20px;
}

.navmenu {
	z-index: 1;
}

.canvas {
	position: relative;
	left: 0;
	z-index: 2;
	min-height: 100%;
	padding: 50px 0 0 0;
	background: #fff;
}

h4 .r2 {
    color: #ce755c;
    font-size: 30px;
}

.b3 {
    font-weight:bolder;
    font-size:50px;
    text-align:center;
    color: #595757;
}

.b3-1 {
    font-weight:bolder;
    font-size:50px;
    text-align:center;
    color: #000;
}