@font-face {
  font-family: "NotoKrthin";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Thin"), local("NotoSans-Thin"),
    url(../font/NotoSans-Thin.eot);
  src: url(../font/NotoSans-Thin.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSans-Thin.woff2) format("woff2"),
    url(../font/NotoSans-Thin.woff) format("woff");
}
@font-face {
  font-family: "NotoKrL";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Light"), local("NotoSans-Light"),
    url(../font/NotoSans-Light.eot);
  src: url(../font/NotoSans-Light.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSans-Light.woff2) format("woff2"),
    url(../font/NotoSans-Light.woff) format("woff");
}
@font-face {
  font-family: "NotoKrR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"),
    url(../font/NotoSans-Regular.eot);
  src: url(../font/NotoSans-Regular.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSans-Regular.woff2) format("woff2"),
    url(../font/NotoSans-Regular.woff) format("woff");
}
@font-face {
  font-family: "NotoKrM";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Medium"), local("NotoSans-Medium"),
    url(../font/NotoSans-Medium.eot);
  src: url(../font/NotoSans-Medium.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSans-Medium.woff2) format("woff2"),
    url(../font/NotoSans-Medium.woff) format("woff");
}
@font-face {
  font-family: "NotoKrB";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"),
    url(../font/NotoSans-Bold.eot);
  src: url(../font/NotoSans-Bold.eot?#iefix) format("embedded-opentype"),
    url(../font/NotoSans-Bold.woff2) format("woff2"),
    url(../font/NotoSans-Bold.woff) format("woff");
}

html,
body {
  width: 100%;
  margin: 0px;
  overflow-x: hidden;
}

/* font-weight  */
body {
  font-family: "NotoKrR", sans-serif;
}
.light {
  font-family: "NotoKrL", sans-serif;
}
.bold {
  font-family: "NotoKrB", sans-serif;
}
.medium {
  font-family: "NotoKrM", sans-serif;
}
.thin {
  font-family: "NotoKrThin", sans-serif;
}

header {
  width: 1200px;
  width: 1200px;
  position: relative;
  margin: 0px auto;
}
nav {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 100;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul img {
  vertical-align: middle;
}
ul li:first-child {
  margin-left: 60px;
  margin-right: 150px;
}
ul li:last-child {
  /* margin-right:60px; */
  margin-right: 0px;
}
ul li {
  list-style: none;
  float: left;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
}
.menuLink {
  text-decoration: none;
  display: block;
  color: #000;
  width: 170px;
  font-size: 18px;
}
.active {
  color: #f56823;
}
.menuLink:hover {
  color: #f56823;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown li a .logobox {
  width: 130px;
  height: auto;
}
.dropdown li a .logo {
  background: url(../img/logo_top2.png) no-repeat, center;
  width: 100%;
  height: 50px;
  margin-top: 11px;
  /* transition: all 0.4s; */
}
.dropdown:hover li a .logo {
  background: url(../img/logtop.png) no-repeat, center;
  width: 100%;
  height: 50px;
  margin-top: 25px;
}
.dropdown-content {
  display: none;
  top: 70px;
  border-top: 1px solid #d5d5d5;
  position: absolute;
  background-color: #ffffff;
  min-width: 1200px;
  height: 153px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.submenu > li {
  line-height: 40px;
}
.menuLink2 {
  text-decoration: none;
  display: block;
  color: #000;
  width: 167px;
  font-size: 14px;
}
.menuLink2 > span.active {
  color: #f56823;
  border-bottom: 1px solid #f56823;
  display: inline;
  text-decoration: none;
}
.menuLink2:hover {
  color: #f56823;
}
/* font-color */
.white {
  color: #fff !important;
}

/* text-align */

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.container {
  /* width: 1200px; */
  margin: 0px auto;
}
.relative {
  position: relative;
}
.mt-50 {
  margin-top: 50px;
}
.mr-16 {
  margin-right: 16px;
}
.pd-75 {
  padding: 75px;
}
.btn2 {
  display: block;
  width: 126px;
  padding: 12px 23px;
  border-radius: 19.25px;
}
.btn-orange {
  background-color: #f56823;
  font-size: 14px;
  margin: 45px auto 0;
}

.btn-orange_nav {
  line-height: 20px;
  margin : 0px auto;
  border : 2px solid #f56823;
  font-size: 14px;
  display:block;
  color:#000;
  text-decoration:none;
  width:130px;
  border-radius: 19.25px;
}
.btn-orange_nav:hover{
  color: #f56823;
}

/* Home */
#jumbotron-content {
  position: absolute;
  top: 272px;
  left: 0;
  right: 0;
}
#page-title h1 {
  font-size: 68px;
  line-height: 80px;
}
#page-title p {
  font-size: 24px;
  margin-top: 59px;
}

.sub-title {
  font-size: 36px;
}
#roll-bnr-section {
  width: 1300px;
  margin: 65px auto 0px auto;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.hvrbox img {
  max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
  display: block;
}
.hvrbox .hvrbox-layer_top {
  opacity: 1;
  background: #f4f4f4;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}
.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-layer_slideup {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-bnr {
  position: relative;
  display: inline-block;
}
.roll-over {
  width: 312px;
  height: 79px;
  background-color: #f4f4f4;
}

#intro {
  background-image: url("../img/footer-bnr.png");
  background-size: cover;
  padding: 70px;
  color: #fff;
}

#intro > div > h2 {
  font-size: 36px;
}
#intro > article {
  font-size: 16px;
  font-weight: 400;
}
footer {
  padding: 22px;
}
footer > p {
  font-size: 12px;
  color: #333333;
}

.section-g {
  background-color: #f5f5f5;
}

/* sub01 */
#page-content {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
}
#page-content > div > h1 {
  font-size: 48px;
  line-height: 48px;
}
#page-content > div > p {
  font-size: 24px;
  margin-top: 41px;
}

/* sub02 */
.no_center {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding: 1% 0;
  height: auto;
}
nav#bo_cate {
  position: static;
  width: 50%;
  margin: 3% auto 0;
  height: auto;
}
nav#bo_cate #bo_cate_ul {
  width: 100%;
  margin: auto;
}
nav#bo_cate #bo_cate_ul li {
  margin-left: 15px;
  margin-right: 0;
}
.lt_more {
  background: #f56823;
  width: 260px;
  height: 216px;
  display: inline-block;
}
.lt p {
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.lt_more a {
  color: #fff;
  padding: 8px 30px;
  display: block;
}

.lt > a {
  position: relative;
  width: 260px;
  height: 170px;
  display: inline-block;
  margin-right: 32px;
}
.lt a:nth-child(5) {
  margin-right: 0;
}
.mr-32 {
  margin-right: 32px;
}
.orange {
  color: #f56823;
}
#ceo_online {
  width: 100%;
}

#ceo_online > img {
  width: 100%;
  margin-top: 62px;
}

#ceo_online > img:nth-child(2) {
  display: block;
  text-align: center;
  width: 28%;
  margin: 0 auto;
}

/* 온라인 상담 css 영역 */
.contmain {
  height: 616px;
}

#consultation {
  width: 100%;
  margin: 36px auto 0;
  overflow: hidden;
}

#consultation .online_left {
  float: left;
  width: 20%;
  margin-right: 15px;
}

#consultation .online_left > p {
  background: #e5e5e5;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

#consultation .online_left > p:nth-child(5) {
  height: 229px;
  line-height: 229px;
}

#consultation .online_right {
  width: 100%;
}

#consultation > p {
  text-align: center;
}
.pg_wrap {
  /* clear: both; */
  /* margin: 30px 0; */
  text-align: center;
  display: block;
  position: static;
}
.sec2_img_box {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.main_sec2_img_size {
  width: 150px;
  /* display: inline-block; */
}
.main_sec2_img_size img {
  width: 100%;
}
.sec2_link:first-child {
  margin: 0%;
}
.sec2_link {
  margin-left: 12px;
}
