img,
.body_content,
.tnb_01,
.sub_title_01 .title,
.m_tel,
.toggleGnb,
.sub_layout_nav > div,
.sub_layout_nav > div > div,
.sub_layout_nav > div .deps2 .deps2_nav li,
.sub_layout_nav > div .deps2 .deps2_nav li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.width_wrap:after,
.sub_layout_nav > div:after {
  content: "";
  display: block;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: bicubic !important;
}

html,
body {
  width: 100%;
}

body,
input,
textarea {
  font-family: "Apple SD Gothic Neo", AppleGothic, "Lucida Grande", Tahoma,
    Verdana, "Malgun Gothic" "NanumGothic", "MalgunGothic", Dotum, sans-serif;
}

img {
  max-width: 100%;
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  -webkit-image-rendering: optimizeQuality;
}

h1,
h2,
h3,
h4,
ul,
li,
dl,
dd,
dt,
figure,
form,
p {
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
}

button {
  cursor: pointer;
}

.dis_mobile {
  display: block;
}

.dis_tablet {
  display: none;
}

.dis_desktop {
  display: block;
}

.dis_mobile_tablet {
  display: block;
}

.dis_mobile_desktop {
  display: block;
}

.dis_tablet_desktop {
  display: none;
}

.pc_nav {
  display: none;
}

.width_wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.viewport {
  min-width: 320px;
}

.body_content {
  float: none;
  width: 100%;
  min-height: 500px;
  margin-top: 20px;
  padding: 0 10px 30px 10px;
}

.body_content .sub_subject {
  position: relative;
  padding-top: 10px;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-family: "Noto Sans", "Nanum Gothic", "Malgun Gothic", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.body_content .sub_subject:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #c29c6b;
}

#footer {
  background: #fff;
  border-top: 1px solid #ddd;
}

#gotop {
  display: block;
  position: fixed;
  z-index: 99999;
  right: -70px;
  bottom: 50px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  opacity: 0.7;
  background: #c29c6b;
  -webkit-transition: 0.3s ease-out;
  -o-transform: 0.3s ease-out;
  -moz-transform: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#gotop.on {
  right: 10px;
}

.tnb_01 {
  display: none;
  border-bottom: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}

.tnb_01 > div .right_tnb {
  float: right;
}

.tnb_01 > div .right_tnb a {
  color: #333;
  font-size: 11px;
  padding-right: 5px;
  font-family: "Noto Sans", "Nanum Gothic", "Malgun Gothic", sans-serif;
  font-weight: 400;
  position: relative;
}

.tnb_01 > div .right_tnb a:after {
  position: absolute;
  content: "";
  left: -5px;
  top: 3px;
  width: 1px;
  height: 12px;
  background: #333;
}

.tnb_01 > div .right_tnb a:first-child:after {
  display: none;
}

.sub_title_01 {
  border-top: 1px solid #ccc;
}

.sub_title_01 h1 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  height: 40px;
  text-align: center;
  letter-spacing: -1px;
  display: none;
}

.sub_title_01 .title {
  display: none;
}

.sub_menu_01 {
  display: none;
  float: left;
  width: 200px;
}

.sub_menu_01 .snb {
  margin-top: 20px;
}

.sub_menu_01 .snb ul li {
  margin-bottom: 5px;
}

.sub_menu_01 .snb ul li a {
  display: block;
  padding: 8px 0 8px 20px;
  font-size: 15px;
  color: #333;
  background: #eee;
  font-family: "Noto Sans", NanumGothic, "NanumGothic", "Open Sans", sans-serif;
}

.sub_menu_01 .snb ul li.active a,
.sub_menu_01 .snb ul li:hover a {
  background: #be7b42;
  color: #fff;
}

.logo_wrap_01 {
  position: relative;
  z-index: 9;
  background: #be7b42;
}

.logo_wrap_01 .pc_nav_bg {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
}

.logo_wrap_01 > div h1 {
  width: 130px;
  padding: 30px 10px;
}

.logo_wrap_01 > div h1 a {
  display: block;
  line-height: 0;
}

.logo_wrap_01 > div h1 a img {
  vertical-align: top !important;
}

.logo_wrap_01 > div .pc_nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.m_tel {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding: 10px 0 0 10px;
}

.toggleGnb {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50px;
  right: 0;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding: 10px 0 0 10px;
}

.toggleGnb.on {
  color: #c29c6b;
}

.mo_nav {
  display: none;
}

.mo_nav.on {
  display: block;
}

.spot_pc {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.mblock {
  position: relative;
  z-index: 99;
}

.sub_layout_nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.sub_layout_nav > div {
  border-left: 1px solid #ddd;
}

.sub_layout_nav > div > div {
  float: left;
  color: #666;
  border-right: 1px solid #ddd;
  height: 45px;
}

.sub_layout_nav > div .home {
  width: 45px;
  text-align: center;
  padding-top: 14px;
}

.sub_layout_nav > div .deps1 {
  font-size: 14px;
  font-weight: bold;
  padding: 14px 20px 0 20px;
  color: #252525;
}

.sub_layout_nav > div .deps2 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 20px 0 20px;
  color: #c29c6b;
  cursor: pointer;
  min-width: 130px;
}

.sub_layout_nav > div .deps2 span {
  display: none;
}

.sub_layout_nav > div .deps2 span.on {
  display: inline;
}

.sub_layout_nav > div .deps2 .deps2_nav {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 46px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  z-index: 9;
}

.sub_layout_nav > div .deps2 .deps2_nav.on {
  display: block;
}

.sub_layout_nav > div .deps2 .deps2_nav li {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.sub_layout_nav > div .deps2 .deps2_nav li.on > a {
  color: #c29c6b;
}

.sub_layout_nav > div .deps2 .deps2_nav li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 45px;
  padding: 14px 10px 0 10px;
  color: #626469;
  text-align: left;
  letter-spacing: -0.5px;
}

.sub_layout_nav > div .deps2 .deps2_nav li a:hover {
  color: #c29c6b;
}
