.c_blue {
  color: #0063ff !important;
}
.bg_blue {
  background: #0063ff !important;
}
.bg_red {
  background: #f14e7c !important;
}
.bg_green {
  background: #35c3b2 !important;
}

.bg_gray {
	 background: #495057 !important;
}

.bg_purple {
	background: #6f42c1 !important;
}

.bg_orange {
	background: #fd7e14 !important;
}


#gotop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #ebf3ff url(../images/goTop.png) 50% no-repeat;
  background-size: 40%;
  border-radius: 50%;
  z-index: 100;
}
#gotop:hover {
  bottom: 55px;
}

* {
  font-family: "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#write {
	position: fixed;
	bottom: 130px;
	right: 50px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #0063ff url(../images/writer.png) 50% no-repeat;
	background-size: 40%;
	border-radius: 50%;
	z-index: 100;
}


/* header.pc */
header.pc {
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1200px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}

header.pc nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

header.pc nav > ul > li {
  position: relative;
}
header.pc nav > ul > li a {
  font-size: 16px;
  font-weight: 800;
  margin: 0 25px;
  transition: 0.1s ease;
}
header.pc nav > ul > li a:hover,
header.pc nav > ul > li.on a {
  color: #0063ff;
}

.pc_depth2 {
  display: none;
  text-align: center;
  padding: 10px 0;
  z-index: 99;
  position: absolute;
  top: 52px;
  left: 0;
  background: #fff;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border:1px solid #ddd;
}

.pc_depth2 a {
  color: #333;
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
  padding-bottom: 8px;
}

aside a {
  display: inline-block;
  margin-left: 12px;
}

.maxWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  position:relative;
}

/* 검색팝업 */
.popupSearch {
  margin: 0 auto;
  position: relative;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  padding: 60px 10px;
  z-index: 10;
  display: none;
  border-bottom: 1px solid #ddd;
}

.popupSearch .maxWrap {
  max-width: 820px;
  margin: 0 auto;
}

.popupSearch .close_search {
  position: absolute;
  right: 2%;
  top: 30px;
}

.popupSearch .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.popupSearch .top .search {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px;
  height:34px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);*/
}
.popupSearch .top .search select {
  border: 0;
  outline: 0;
  font-size: 14px;
  padding-right: 15px;
  cursor: pointer;
  width: 150px;
  color:#999;
}

.popupSearch .top .search select option {
  border: none;
  font-size: 14px;
  color:#999;
}


.popupSearch .top .search .inputbox {
  border-left: 1px solid #999;
  padding-left: 10px;
  margin-left: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupSearch .top .search .inputbox input {
  border: 0;
  outline: 0;
  font-size: 14px;
  color:#999;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
}

.popupSearch .top .search .inputbox a {
  display: inline-block;
  text-align: center;
}

.popupSearch .top .search .inputbox .del_input {
  width: 45px;
  height: 23px;
  line-height: 18px;
  border-right: 1px solid #999;
}
.popupSearch .top .search .inputbox .btn_search {
  width: 50px;
}
.popupSearch .top .btn_filter {
  margin-left: 20px;
  display: inline-block;
}
.popupSearch .btm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.popupSearch .btm button {
  color: #0063ff;
  border: 1px solid #0063ff;
  font-size: 18px;
  width: 140px;
  height: 50px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.popupSearch .btm button:hover {
  background: #0063ff;
  color: #fff;
}

.offcanvas-header .head {
    background: #0063ff;
    color: #fff;
    margin-bottom: 0;
    padding: 20px 80px;
    width: 100%;
}

.offcanvas-header .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.offcanvas-header .head h4 {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}



header.pc {
  display: flex;
}
header.mobile {
  display: none;
}
.navMobile {
  display: none;
}

.navBtmMobile {
  display: none;
}



@media screen and (max-width: 767px) {
  header.pc,
  .popupSearch {
    display: none;
  }

  .maxWrap {
    margin: 0 auto;
    padding: 0 10px;
  }

  .navBtmMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
	height:68px;
	padding-top:10px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 99;
  }

  .navBtmMobile a {
    width: 25%;
    text-align: center;
    padding: 10px 0 20px 0;
  }

  .navBtmMobile a i {
    display: block;
    height: 20px;
    margin: 5px auto 0;
  }
  .navBtmMobile a span {
    font-size: 11px;
    color: #333;
  }

  .navBtmMobile a i.icon_btm_home {
    background: url(../images/home_off.png) 50% / contain no-repeat;
  }
  .navBtmMobile a i.icon_btm_cal {
    background: url(../images/calendar_off.png) 50% / contain no-repeat;
  }
  .navBtmMobile a i.icon_btm_list {
    background: url(../images/list_off.png) 50% / contain no-repeat;
  }
  .navBtmMobile a i.icon_btm_com {
    background: url(../images/comments_off.png) 50% / contain no-repeat;
  }
  .navBtmMobile a i.icon_btm_user {
    background: url(../images/user_off.png) 50% / contain no-repeat;
  }
  .navBtmMobile a.on i.icon_btm_home {
    background: url(../images/home_on.png) 50% / contain no-repeat;
  }
  .navBtmMobile a.on i.icon_btm_cal {
    background: url(../images/calendar_on.png) 50% / contain no-repeat;
  }
  .navBtmMobile a.on i.icon_btm_list {
    background: url(../images/list_on.png) 50% / contain no-repeat;
  }
  .navBtmMobile a.on i.icon_btm_com {
    background: url(../images/comments_on.png) 50% / contain no-repeat;
  }
  .navBtmMobile a.on i.icon_btm_user {
    background: url(../images/user_on.png) 50% / contain no-repeat;
  }
  .navBtmMobile a.on span {
    color: #0063ff;
  }

  header.mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0063ff;
    height: 60px;
    padding: 0 16px;
  }

  .navMobile {
    display: block;
    z-index: 101;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    background: #fff;
    padding: 0;
    text-align: right;
    transition-duration: 0.2s;
  }

  .navMobile.on {
    right: 0;
  }

  .navMobile.on + .bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .popupSearch {
    display: block;
    position: relative;
    padding: 10px 0;
    height: auto;
  }

  .popupSearch .top {
    margin-bottom: 0;
  }
  .popupSearch .close_search,
  .popupSearch .btm {
    display: none;
  }

  .popupSearch h3 {
	font-size: 16px;
    font-weight: 800;
    margin: 15px 0;
    color: #0063ff;
	display:none;
  }

   .popupSearch .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    font-size:13px;
  }

  .offcanvas-header .head {
    background: #0063ff;
    color: #fff;
    margin-bottom: 0;
    padding: 20px 20px;
	width:100%;
  }
  
  .offcanvas-header .head h4 {
    color: #fff;
    font-size: 16px;
  }

  * {
  font-family: "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 13px;
  }

  .navMobile nav {
  }
  .navMobile nav ul {
    text-align: left;
    display: block;
  }
  .navMobile nav ul li {
    display: block;
  }
  .navMobile nav ul li:first-child a {
    border-top: 0;
  }
  .navMobile nav ul li a {
    display: block;
    padding: 25px 0;
    /*border-top: 1px solid #ddd;*/
  }

  .navMobile .btn_close {
    position: relative;
    top: -5px;
  }

  .navMobile .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0063ff;
    padding: 30px 20px;
    position: relative;
  }
  .navMobile .head .info {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navMobile .head .info .box {
    margin-left: 10px;
  }

  .navMobile .head p {
    color: #fff;
    font-size: 16px;
	font-weight:800;
  }
  .navMobile .head .text_map {
  }
  .navMobile .head .text_map span {
    color: #fff;
    opacity: 0.65;
	font-size:13px;
  }
  .navMobile nav > ul {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .navMobile nav > ul > li {
    background: url(../images/nav_arrow_right.png) 94% 16px no-repeat;
    border-top: 1px solid #ddd;
  }
  .navMobile nav > ul > li > a {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
  }

  .navMobile nav > ul > li {
  }
  .navMobile nav > ul > li.on {
    border-top: 1px solid #ddd;
    background: url(../images/nav_arrow_up.png) 95% 20px no-repeat;
  }

  .navMobile nav > ul > li.none {
    background: #fff;
  }
  .navMobile nav > ul > li.none a {
    color: #777;
    font-size: 13px;
  }

  .navMobile nav > ul > li.mall {
    background: #fff;
    padding: 15px;
  }

  .navMobile nav > ul > li.mall p {
    color: #333;
	font-weight:700;
	font-size:14px;
	text-align:center;
  }
  .navMobile nav > ul > li.mall .banner {
    border-top: 0;
    font-size: 14px;
    background: #dfdfdf;
    height: 130px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .navMobile nav > ul > li.mall .banner img {
    object-fit: cover;
  }

  .navMobile nav > ul > li.on.active {
    border-top: 1px solid #ddd;
    background: url(../images/nav_arrow_down.png) 94% 20px no-repeat;
  }

  .navMobile nav > ul > li > ul {
    padding-bottom: 10px;
  }
  .navMobile nav > ul > li > ul > li {
    background: url(../images/nav_arrow_right.png) 94% 10px no-repeat;
    padding: 5px 15px;
  }
  .navMobile nav > ul > li > ul > li > a {
    padding: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
  }

  .navMobile .body {
    height: 100%;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 125px;
  }

  .navMobile .body .title {
    text-align: left;
    padding-left: 15px;
    font-size: 13px;
    color: #777777;
  }

  .navMobile .btn_contect {
    background: #0063ff;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 15px;
	font-size:13px;
  }

  .navMobile .btm {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
  }

  .navMobile .btm a {
    /*border-right: 1px solid #ddd;*/
    display: inline-block;
    width: 33.333%;
    text-align: center;
  }

  .navMobile .btm a span {
    font-weight: 700;
    margin-right: 5px;
	font-size:14px;
  }
}
