/**
* Template Name: yellow
*/

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #656565;
  font-family: 'Noto Sans KR','Nanum Gothic', 'Open Sans', 'Roboto', Arial, sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.6em;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a, a:hover { 
  color:#68A4C4;
}

a:active {
  outline:0;
}

.clear {
  clear:both;
}

h1,h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  color:#333;
}

h2 span {
  color: #68A4C4;
}


/* ===================================
4. Header
==================================== */

.navbar-brand {
  font-family: 'Noto Sans KR', Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 5px;
  padding: 0 0 0 15px;
}
.navbar-brand span {
  color: #F4B07B;
}

header .navbar-collapse ul.navbar-nav {
    float: left;
    margin-left: 0;
}

header .navbar-nav > li > a {
  font-family: Arial, sans-serif;
  padding-bottom: 6px;
  padding-top: 5px;
  margin-left: 2px;
  line-height: 30px;
  font-weight: 700;
}

.navbar-nav .nav-link.active,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color:#68A4C4;
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
footer {
  background-color: #68A4C4;
  position: relative;
}


footer ul.link-list li a{
  color:#fff;
}
footer ul.link-list li a:hover {
  text-decoration:underline;
}

/*--------------------------------------------------------------
# scroll to top
--------------------------------------------------------------*/
.scrollup{
  position:fixed;
  width:32px;
  height:32px;
  bottom:0px;
  right:20px;
  background: #222;
}

a.scrollup {
  outline:0;
  text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
  opacity:1;
  text-decoration:none;
}
a.scrollup i {
  margin-top: 10px;
  color: #fff;
}
a.scrollup i:hover {
  text-decoration:none;
}

/*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
.map {
  height: 600px;
}

.ol-mouse-position {
    top: auto;
    bottom: 2em;
}
.map:-moz-full-screen {
  height: 100%;
}
.map:-webkit-full-screen {
  height: 100%;
}
.map:-ms-fullscreen {
  height: 100%;
}
.map:fullscreen {
  height: 100%;
}
.ol-rotate {
  top: 3em;
}

.googlemap{
	position:relative;
	margin-bottom:40px;
}

.googlemap iframe{
	width:100%;
	height:600px;
	border:none;
}

.googlemap-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/*--------------------------------------------------------------
# Widget: TODO LIST
--------------------------------------------------------------*/
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/*--------------------------------------------------------------
# FRED
--------------------------------------------------------------*/
.fred-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%; /* 원본 비율 유지 (475/670*100) */
  height: 0;
  overflow: hidden;
  margin: 1rem 0;
}

.fred-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* 모바일 세로 방향 최적화 */
@media (max-width: 480px) and (orientation: portrait) {
  .fred-embed-container {
    padding-bottom: 100%; /* 높이를 더 크게 조정 */
  }
}
