@charset "utf-8";
@import url("/html/_skin/coadohd/css/fonts/font.css");

/* common */



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
	font-size: 16px;
}
li {
  list-style: none;
}
img {
  border: 0 none;
}
.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
form {
  min-width: auto;
}
input[type="image"] {
  border: 0 none;
}
button,
input[type="submit"] {
  cursor: pointer;
  border: 0 none;
}
button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
body {
  background-color: #ffffff;
  word-wrap: break-word;
  word-break: break-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  position: relative;
  height: 100%;
}
html *,
body * {
  font-family: "Roboto", "Noto Sans KR", sans-serif; 	color:#333;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
} /* color값은 디자인가이드에 맞게사용 */
body a {
  font-weight: 500;
  text-decoration: none;
  color: #666;
  transition: 0.3s;
} /* color값은 디자인가이드에 맞게사용 */

/* ---------------------------------- layout */
html,
body {
  height: 100%;
	word-break: keep-all;
}

html { margin-right:0!important; overflow:auto!important;}

body a:hover {
	color:#046240;
}

#wrapeer {
  overflow: hidden;
  width: 100%;
}
br.mx-block { display: none;} /*br*/
@media screen and (max-width: 1100px) {
	.md-none { display: none;} /*br*/
}
@media screen and (max-width: 768px) {
	br.mx-none { display: none;} /*br*/
}
@media screen and (max-width: 550px) {
	br.mx-block { display: block;} /*br*/
}

@media screen and (min-width: 321px) {
 /* body {
    overflow-x: hidden;
  }*/
}
img {
  max-width: 100%;
}


body p {margin-bottom:1.5rem;}
/* header */

#header {
  position: relative;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
#header.fixed {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ddd;
  transition: 0.6s;
}

#header .header-top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
}
#header .header-top .inner {
  margin: 0 auto;
  width: 1100px;
  height: 100%;
  padding: 9px 0;
}
#header .header-top ul,
#header .header-top li,
#header .header-top a {
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
#header .header-top .top-menu {
  float: left;
  margin: 0;
  padding: 8px 0;
  height: auto;
}
#header .header-top .inner > div.top_left {
  float: left;
}

#header .header-top .social {
  display: inline-block;
  float: left;
  margin-right: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
#header .header-top .social li {
  display: inline-block;
  float: left;
  margin-left: 8px;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
#header .header-top .social li:first-child {
	margin-left:0;
}
#header .header-top .social li a {
  display: block;
  line-height: 30px;
  height: 30px;
}
#header .header-top .top-menu li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
#header .header-top dl {
  text-align: right;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 8px 0 8px 20px;
	display: inline-block;
}
#header .header-top dd {
  display: inline-block;
  margin: 0;
}
#header .header-top dd a {
  display: block;
  font-size: 13px;
  line-height: 0;
  text-align: center;
  letter-spacing: 0.5px;
}

#header .header-top .left_top_menu li:before {
  content: "\f095";
  font-family: "FontAwesome";
  color: #999;
  padding-right: 8px;
}
#header .header-top .left_top_menu li.email:before {
  content: "\f0e0";
}
#header .header-bottom {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}
#header .header-bottom:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
}
#header .logo a {
  display: block;
  width: 100%;
  height: 60px;
}
#header .w-lang {
	overflow: hidden;
}
#header .w-lang dd {
	float: left;
	margin-left: 2px;
}
#header .w-lang dd a {
	display: block;
	font-size: 0;
	line-height: 0;
}
#header .header-top .inner > div.top_right {
	float: right;
}
#header a.pc-home {
    font-weight: 500;
    font-size: 18px;
    line-height: 80px;
    color: #666;
		padding-right:39px;
}

#header a.pc-home:hover {
    color: #046240;
  }

@media screen and (max-width: 1200px) {
  #header.fixed {
    top: 0; /*  border-bottom:0 none; */
  }
 /* #header .header-top {
    display: none;
  }*/
	#header .header-top .inner { width:100%; padding-left: 30px; padding-right: 30px;}
	#header .header-top .social {margin-right:0;}
	#header .header-top .top-menu.left_top_menu { display:none;}
  #header .header-bottom {
    padding: 0 30px;
    width: 100%;
    height: 80px;
    background: #fff;
  }
  #header .logo {
    margin-top: 14px;
  }
  #header .logo a {
    height: 30px;
  }
  #header .logo a img {
    width: auto;
    height: 100%;
  }
	#header a.pc-home {display:none;}
}
@media screen and (max-width: 768px) {
#header.fixed {position:relative;}
	#header .header-top .inner { padding-left: 20px; padding-right: 20px;}
	#header .header-top .social { padding-top:4px;}
	#header .header-top .social li {
		line-height: 24px;
    height: 24px;
    width: 24px;	
	}
	#header .header-top .social li a {
		line-height: 24px;
    height: 24px;
    width: 24px;
	}
	#header .header-top .social li a img {
		width:100%;
		height:100%;
	}
  #header .header-bottom {
    padding: 0 20px;
    height: 55px;
  }
	#header .header-top .inner > div.top_right .top-menu { display:none;}
  #header .logo {
    margin-top: 0px;
  }
  #header .logo a {
    height: 30px;
  }
	

}

/* web gnb */
#header .gnb {
  display: inline-block; /*width:calc(100% - 106px);*/
  vertical-align: top;
  text-align: center;
  float: right;
}


@media screen and (min-width: 1201px) {
  #header {
    position: fixed;
    max-height: 131px;
    height: 131px;
    overflow: hidden; /*border-bottom:1px solid #e8e9e8;*/
    transition: 0.5s;
  }
  .gnb-on #header {
    max-height: 190px;
    height: 190px;
    transition: 0.5s;
  }
  #header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    height: 0px;
    background: #f2f2f2;
    transition: 0.5s;
  }
  .gnb-on #header:before,
  body[class^="page-"] #header:before {
    height: 60px;
    transition: 0.5s;
    background: #f2f2f2;
  }
  body[class^="page-"] #header {
    max-height: 190px;
    height: 190px;
  }

  #header .m-menu-btn,
  #header .m-gnb-bg,
  #header .m-lang {
    display: none;
  }
  /* 1depth */
  #header .gnb > ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0;
  }
  #header .gnb > ul > li {
    display: inline-block;
    padding: 0 39px;
    vertical-align: top;
  }
  #header .gnb > ul > li:last-child {
    padding-right: 0;
  }
  #header .gnb > ul > li > a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 80px;
    color: #666;
  }
  #header .gnb > ul > li:hover > a {
    color: #046240;
  }

  /* 2depth */
  body[class^="page-"] #header .gnb > ul > li.active .depth_bg {
    height: 60px;
  }

  #header .gnb > ul > li .depth2 {
    display: none;
    overflow: hidden;
    position: absolute;
    bottom: -60px;
    right: 0;
    text-align: right;
    z-index: 0;
    width: 1100px;
    height: auto;
    transition: 0.3s;
    background: #f2f2f2;
  }
  #header .gnb > ul > li:hover .depth2 {
    display: block;
    z-index: 100;
  }

  #header .gnb .depth2 li {
    display: inline-block;
    transition: 0.3s;
    padding: 0 15px;
  }

  #header .gnb .depth2 li:last-child {
    padding-right: 0;
  }

  #header .gnb .depth2 a {
    display: block;
    padding: 30px 0;
    font-weight: 400;
    font-size: 14px;
    height: 14px;
    line-height: 1px;
    color: #333;
    text-transform: uppercase;
    word-break: keep-all;
  }

  #header .gnb .depth2 li:hover {
    transition: 0.3s;
  }
  #header .gnb .depth2 li:hover a {
    color: #009955;
  }
  #header .gnb > ul > li:hover .depth_bg {
    height: 60px;
    transition: 0.3s 0.05s;
  }

  /*위치*/
  #header .gnb > ul > li:nth-of-type(1) .depth2 {
    padding-right: 575px;
  }
  #header .gnb > ul > li:nth-of-type(2) .depth2 {
    padding-right: 315px;
  }
  #header .gnb > ul > li:nth-of-type(3) .depth2 {
    padding-right: 245px;
  }
  #header .gnb > ul > li:nth-of-type(4) .depth2 {
    padding-right: 0px;
  }
  #header .gnb > ul > li:nth-of-type(5) .depth2 {
    padding-right: 0px;
  }

  #header .gnb > ul > li:hover .depth2 li:nth-child(1) {
    transition: 0.3s 0.05s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(2) {
    transition: 0.3s 0.1s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(3) {
    transition: 0.3s 0.15s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(4) {
    transition: 0.3s 0.2s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(5) {
    transition: 0.3s 0.25s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(6) {
    transition: 0.3s 0.3s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(7) {
    transition: 0.3s 0.35s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(8) {
    transition: 0.3s 0.4s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(9) {
    transition: 0.3s 0.45s;
  }
  #header .gnb > ul > li:hover .depth2 li:nth-child(10) {
    transition: 0.3s 0.5s;
  }




  .btn-all-menu {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cecece;
    margin-left: 487px;
    cursor: pointer;
  }
  .btn-all-menu span {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #ababab;
  }
  .btn-all-menu span:nth-child(1) {
    top: 5px;
  }
  .btn-all-menu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .btn-all-menu span:nth-child(3) {
    bottom: 5px;
  }

  .all-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
  }
  .all-menu-wrap > ul {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 30px 50px;
    width: 960px;
    background: #fff;
    font-size: 0;
  }
  .all-menu-wrap > ul > li {
    display: inline-block;
    padding: 0 30px;
    width: 33.33333333333333%;
    vertical-align: top;
  }
  .all-menu-wrap > ul > li > a {
    display: block;
    margin-top: 20px;
    padding: 10px;
    border-bottom: 1px solid #222;
    font-size: 22px;
    line-height: 1.3;
    color: #222;
  }
  .all-menu-wrap > ul > li li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
  }
  .all-menu-wrap p {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 424px;
    cursor: pointer;
  }
  .all-menu-wrap p span {
    display: block;
    margin-top: 5px;
    font-size: 0;
    width: 30px;
    height: 30px;
  }
  .all-menu-wrap p span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
  }
  .all-menu-wrap p span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
  }

  body[class^="page-"] #header .gnb > ul > li.active .depth2 {
    opacity: 1;
    height: auto;
    display: block;
  }

  body[class^="page-"] #header .gnb > ul > li .depth2 li {
    transform: translateY(0);
  }
  body[class^="page-"] #contents {
    padding-top: 190px;
  }
}
@media screen and (max-width: 1200px) {
	
  .btn-all-menu,
  .all-menu-wrap {
    display: none;
  }

 /* #header .w-lang {
    display: none;
  }*/
  #header {
    position: relative;
		border-bottom:1px solid #e1e1e1;

  }

  #header .m-menu-btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 30px;
    width: 42px;
    height: 34px;
    z-index: 9999;
    cursor: pointer;
  }
  #header .m-menu-btn span {
    height: 6px;
    background: #046240;
    transition: 0.3s;
  }
  #header .m-menu-btn span:nth-child(1) {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 100%;
  }
  #header .m-menu-btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .m-menu-btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /* on */
  #header .m-menu-btn.on {
    z-index: 100000;
	  top: -24px;
  }
  #header .m-menu-btn.on span {
    background: #fff;
  }
  #header .m-menu-btn.on span:nth-child(1) {
    opacity: 0;
  }
  #header .m-menu-btn.on span:nth-child(2) {
    height: 2px;
    transform: translateY(16px) rotate(-45deg);
  }
  #header .m-menu-btn.on span:nth-child(3) {
    height: 2px;
    transform: translateY(-16px) rotate(45deg);
  }

  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left;
  }
  #header .m-gnb-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  #header .m-lang {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100000;
    padding: 18px 0 0 33px;
    width: 80%;
    height: 80px;
    background: #046240;
    opacity: 0;
    font-size: 0;
  }
  #header .m-lang a {
    display: inline-block;
    margin-right: 10px;
    width: 110px;
    height: 44px;
    border: 1px solid #fff;
    font: 400 21px/42px "NanumSquare";
    color: #fff;
    text-align: center;
  }
  /* on */
  #header .m-lang a:hover {
    background: #fff;
    color: #046240;
  }

  #header .gnb > ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 100000;
    width: 80%;
    height: calc(100% - 80px);
    background: #fff;
  }
  /* depth */
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1;
		color:#888;
		text-decoration:none;
  }
  /* 1depth */
  #header .gnb > ul > li {
    width: 100%;
  }
  #header .gnb > ul > li > a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    font-size: 23px;
    color: #333;
  }
  #header .gnb > ul > li > a:before {
    position: absolute;
    top: 16px;
    right: 30px;
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
  }
  #header .gnb > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li:last-child > a {
    border-bottom: 1px solid #ddd;
  }
  /* 2epth */
  #header .gnb > ul > li > ul {
    display: none;
  }
  #header .gnb > ul > li > ul,
  #header .gnb > ul > li > ul > li {
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d1d1;
    font-size: 17px;
  }
  #header .gnb > ul > li > ul > li:first-child > a {
    border-top: 0 none;
  }
  /* on */
  #header .gnb > ul > li.on > a {
    background: #3f3f40;
    border-top: 0 none;
    color: #fff;
  }
  #header .gnb > ul > li.on > a:before {
    content: "\f106";
  }
  #header .gnb > ul > li > ul > li > a:hover {
    color: #046240;
  }
}
@media screen and (max-width: 768px) {
  #header .m-menu-btn {
    top: 16px;
    right: 20px;
    width: 28px;
    height: 23px;
  }
	#header .m-menu-btn.on { top:-32px;}
  #header .m-menu-btn span {
    height: 3px;
  }
  #header .m-menu-btn span:nth-child(1) {
    top: 10px;
    margin-top: auto;
  }
  #header .m-menu-btn.on span:nth-child(2) {
    height: 2px;
    transform: translateY(10.5px) rotate(-45deg);
  }
  #header .m-menu-btn.on span:nth-child(3) {
    height: 2px;
    transform: translateY(-10.5px) rotate(45deg);
  }

  #header .gnb > ul {
    top: 55px;
    height: calc(100% - 55px);
  }
  #header .gnb ul a {
    padding-left: 20px;
  }
  #header .gnb > ul > li > a:before {
    top: 12px;
    right: 20px;
    font-size: 23px;
  }

  #header .m-lang {
    padding: 12px 0 0 20px;
    height: 55px;
  }
  #header .m-lang a {
    width: 75px;
    height: 29px;
    font-size: 14px;
    line-height: 27px;
  }

  #header .gnb > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
  #header .gnb > ul > li > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
}



/* footer */

#footer {
  width: 100%;
  background: #f4f4f4;
  padding: 40px 0 0;
}
#footer .inner {
  width: 1100px;
  margin: 0 auto 30px;
}

#footer .footer-top {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#footer .footer-top .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 4%;
}
#footer .footer-top .col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  max-width: 76%;
  margin-right: 0%;
}

#footer .footer-top address {
  display: inline-block;
  width: 100%;
  font-weight: 100;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: middle;
  color: #ababab;
}
#footer .footer-top address .copy {
  display: block;
}
#footer .footer-top address .m-copy,
#footer .footer-top address .m-email {
  display: none;
}
#footer .footer-top address span {
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
	font-size:14px;
}
#footer .f_menu { 
	height:100%;
	display: table;
	margin-bottom:0;
	float: right;
}
#footer .f_menu > li {
  display: table-cell;
  float: left;
	padding-right: 50px;
}
#footer .f_menu > li:last-child { padding-right: 0;}
#footer .f_menu > li > a {
  color: #666;
  font-size: 18px;
  cursor: default;
	font-weight: 400;
	line-height: 1;
}
#footer .f_menu > li.f-home > a {
  cursor: pointer;
}
#footer .f_menu > li > a:hover {
  text-decoration: none;
}
#footer .f_menu > li > ul {
  padding-top: 20px;
}
#footer .f_menu > li > ul > li > a {
  font-size: 14px;
  color: #999;
  margin-bottom: 7px;
  display: block;
	font-weight: 400;
}
#footer .f_menu > li > ul > li:last-child a { margin-bottom:0;}
#footer .footer-bottom {
  padding: 20px 0;
}
#footer p.copyright {
  margin: 0;
	line-height: 1;
	position: absolute;
	bottom: 0;
}
#footer p.copyright span {
  color: #999;
  font-size: 13px;
}

/* copyright */
.m-copyright {display:none;}


/* 하단 주소 */
#footer .footer-bottom .inner {
	margin: 0 auto;
}
#footer .contact-world {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}
#footer .contact-world li {
	width: 33.33%;
	padding-right: 20px;
	margin-top:20px;
}
#footer .contact-world li strong {
	color:#666;
}
#footer .contact-world li p {
	font-size: 13px;
	color: #999;
	margin-bottom: 0;
	padding-top: 10px;
}


@media screen and (max-width:1300px) {
	#footer .f_menu > li {
		padding-right: 40px;
	}
}
@media screen and (max-width:1200px) {
	#footer .inner {
		width:100%; 
		padding:0 40px;
	}
	#footer .f_menu > li {
		padding-right: 40px;
	}

}
@media screen and (max-width:1100px) {
	#footer .footer-top .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#footer .footer-top .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 76%;
		flex: 0 0 76%;
		max-width: 76%;
	}
	#footer .f_menu > li {
		padding-right: 30px;
	}
}
@media screen and (max-width:1000px) {
#footer .footer-top .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#footer .footer-top .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 71%;
		flex: 0 0 71%;
		max-width: 71%;
	}
	#footer .f_menu > li {
		width: 50%;
		min-height: 120px;
	}

}
@media screen and (max-width:768px) {
  #footer .footer-top .col-md-4 {
		flex: 0 0 100%;
    max-width: 100%;
	}
	#footer .footer-top .col-md-8 {
		flex: 0 0 100%;
    max-width: 100%;   
	}
	#footer .contact-world li {
    width: 50%;
    padding-right: 20px;
	}
	#footer .contact-world li:nth-of-type(even) {
		padding-right:0;
	}
	/* copyright */
.pc-copyright {display:none;}
.m-copyright {display:block;}
#footer p.copyright.m-copyright {
	position: static;
	padding-top:30px;
}

}
@media screen and (max-width:500px) {
	#footer .f_menu > li {
		width: 100%;
		min-height: 0;
		margin-top:15px;
	}
	#footer .f_menu > li > ul { padding-top:0;}
}

/* top button */
.top-btn {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #046240;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
	display: none;
}



/* layer */
.layer {
  display: none;
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layer .pop-layer {
  display: block;
}
.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: auto;
  background-color: #fff;
  border: 3px solid #555;
  z-index: 10;
}
.pop-layer .pop-container {
  padding: 20px 25px;
}
input[type="text"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.pop-layer .board-password-txt {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.pop-layer .board-password-input {
  margin: 40px;
  text-align: center;
}
.pop-layer .board-password-input label {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}
.pop-layer .board-password-input input {
  display: inline-block;
  padding: 0 0 0 8px;
  width: 150px;
  height: 26px;
  border: 1px solid #d8d8d8;
  color: #555;
  vertical-align: middle;
}
/* btn */
.pop-layer .board-password-btn {
  text-align: center;
}
.pop-layer .board-password-btn a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 13px;
}
.pop-layer .board-password-btn .board-password-btn-list {
  background: #d3d3d3;
  color: #464646;
}
.pop-layer .board-password-btn .board-password-btn-ok {
  background: #111;
  color: #fff;
}


a.btn-grad {
	font-weight: 400;
	font-size: 14px;
	width: 150px;
	line-height: 1;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	display: inline-block;
	text-align: center;
	padding: 13px 0 12px;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a.btn-grad:hover, a.btn-grad:focus {  
	text-decoration: none;
	border-color: #018254;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.btn-grad:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right,#018254 , #05194f);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a.btn-grad:hover:before, a.btn-grad:focus:before {
	 -webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64);
	transition-timing-function: cubic-bezier(0.52, 1.64);
}




