@charset "utf-8";

/************************************************************************ 공통 ************************************************************************/
body {
  position: relative;
  padding: 90px 0 40px 0;
  background: #f2f0f0;
  overflow-y: scroll;
}

.coverDisplay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5)
}

.coverDisplay.on {
  display: block;
}

/************************************************************************ 레이아웃 ************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: #fff;
  border-bottom: 5px solid #429c29;
}

header .upper {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

header #trigger, header #btnSrch {
  padding: 20px;
}

header h1 {
  order: 2;
  align-self: center;
}

header h1 a {
  display: block;
}

header h1 a img {
  max-height: 60px;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

header #trigger {
  order: 1;
}

header #btnSrch {
  order: 3;
}

header .lowwer {
  display: none;
}

footer {
  background-color: #dcdcdd;
  padding: 20px 0;
}

footer p {
  text-align: center;
}

footer .conv_pc a {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  line-height: 27px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

/*푸터변경*/
footer .copyright {
  text-align: center;
  margin: 15px 0;
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
}

.powered {
  text-align: center;
}

.powered img {
  width: 150px;
}

#container:after {
  content: "";
  display: block;
  clear: both;
}

#container section:first-child {
  margin-top: 0 !important;
}

#container section {
  margin: 10px;
  background: #fff;
}

#container section>article {
  border-top: 1px solid #ccc;
}

#container section>article:first-child {
  border-top: none;
}

#container section>article>h1 {
  padding: 10px;
  font: bold 1em/1em "Malgun Gothic", sans-serif;
  letter-spacing: -1px;
}

#container section>article>h1.titleList {
  color: #222222;
  border-bottom: 1px solid #ccc;
  background: #f6f6f6;
}

#container section>article>h1.titleSkin {
  color: #222222;
  border-top: 2px solid #ae0d11;
  border-bottom: 1px solid #ccc;
}

article .title {
  font: 400 1em/1.2em "Malgun Gothic", sans-serif;
  letter-spacing: -0.1rem;
}

/* Mobile */
@media all and (max-width:639px) {
  #container section {
    margin: 0;
  }

  #container .contents {
    width: 100%;
  }

  #container .aside {
    width: 100%;
  }
}

/* Pc */
@media all and (min-width:640px) {
  #container .contents {
    float: left;
    width: 60%;
  }

  #container .aside {
    float: right;
    width: 40%;
  }

  #container .aside section {
    margin-left: 0;
  }
}

/************************************************************************ 메뉴 ************************************************************************/
.menu {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.menu>li:nth-child(n + 4) {
  display: none;
}

.menu .parent {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.menu .parent+ul {
  display: none;
}

/************************************************************************ 검색창 ************************************************************************/
#srch {
  position: fixed;
  left: 0;
  top: 15px;
  width: 100%;
}

.searchFieldset, .searchFieldset button {
  border: 0;
  padding: 0;
  margin: 0;
}

.searchFieldset {
  background-color: #8d97a1;
  padding: 10px;
  box-sizing: border-box;
}

.searchFieldset:after {
  content: '';
  display: block;
  clear: both;
}

.searchFieldset>* {
  float: left;
}

.searchFieldset input[type="text"] {
  width: calc(100% - 70px);
  height: 30px;
  line-height: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  margin: 0;
}

.searchFieldset button {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #5d6b78;
  color: #fff;
  border: 0;
}

/************************************************************************ 컨트롤러 ************************************************************************/
#controller {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  background: #fff;
}

#controller.middle {
  bottom: 0;
  background: none;
}

#controller:after {
  content: "";
  display: block;
  clear: both;
}

#controller a {
  float: left;
  width: 20%;
  padding: 10px 0;
  border-top: 2px solid #a5a5a5;
}

#controller a img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

#controller .urlWrap {
  width: 100%;
  display: none;
  background: #e5e5e5;
  border-top: 2px solid #a5a5a5;
}

#controller .urlWrap.on {
  display: block;
}

#controller .urlWrap p {
  padding: 10px;
  padding-bottom: 0;
}

#controller .urlWrap em {
  display: block;
  padding: 10px;
}

#controller .urlWrap em span {
  display: block;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

#controller .urlWrap em span input[type="text"] {
  display: block;
  width: 100%;
  height: 2em;
  font: bold 1em/2em "Malgun Gothic", sans-serif;
  letter-spacing: -1px;
  border: none;
  border-radius: 0;
}

#controller .urlWrap em span input[type="text"]:focus {
  outline: none;
}

.info-wrap {
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
}

.info-wrap p {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 3px 0;
  letter-spacing: -1px;
}

.companyInfoWrap p {
  font-size: 13px !important;
  margin: 0 4px;
}

.companyInfoWrap p:before {
  display: block;
  position: absolute;
  top: 5px;
  left: -2px;
  content: '';
  width: 1px;
  height: 9px;
  background: #ccc;
}

/************************************************************************ 로그인 ************************************************************************/
#login legend {
  display: none;
}

#login fieldset {
  border: 0;
}

#loginWrap h2 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 14pt;
}

#loginWrap {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

#loginWrap #login {
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 50px;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 3px solid #0090ab;
}

.login-top {
  width: 90%;
  margin: 30px auto;
  overflow: hidden;
}

.login-top .lwrap {
  width: calc(100% - 90px);
  float: left;
}

.login-top .lwrap>div {
  height: 30px;
}

.login-top .lwrap>div span {
  display: inline-block;
  font-size: 12px;
  width: 70px;
  line-height: 22px;
  font-weight: bold;
}

.login-top .lwrap>div.login-pw span {
  margin-top: 5px;
}

.login-top .lwrap>div .wrap {
  width: calc(100% - 85px);
  display: inline-block;
}

.login-top .lwrap>div .wrap input {
  width: 100%;
  background: #f7f7f7;
  border: 2px solid #ebeff0;
  height: 22px;
}

.login-top>input {
  float: left;
  border: 0;
  background-color: #0090ab;
  width: 75px;
  height: 60px;
  color: #fff;
}

.login-bottom {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
}

.findjoin {
  width: 94%;
  margin: 20px auto;
  text-align: center;
}

.findjoin span a {
  letter-spacing: -2px;
}

.findjoin span {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.findjoin span.find {
  background-color: #5d5d5d;
  color: #fff;
}

.findjoin span.join {
  margin-left: 10px;
  background-color: #fafafa;
}

/* 회원 로그인 안내 */
.explain {
  max-width: 90%;
  margin: 15px auto 10px;
}

.explain div {
  font-weight: bold;
  font-size: 13px;
}

.explain ul {
  margin-top: 10px;
}

.explain ul li {
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 1.5;
}

/*SNS로그인*/
.snsLoginWrap {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.snsLoginWrap>span {
  padding: 5px 12px;
}

.snsLogin {
  font-size: 0;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.snsLogin li {
  display: inline-block;
  margin: 0 5px;
}

.snsLogin .facebook a {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/m/img/btn_sns_login.png");
}

.snsLogin .twitter a {
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background-image: url("/m/img/btn_sns_login.png");
  background-position: 61px 0;
}

.snsLogin .naver a {
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background-image: url("/m/img/btn_sns_login.png");
  background-position: 28px 0;
}

/*******************************************************************아이디/비밀번호찾기********************************************************************/
#findPW {
  max-width: 400px;
  margin: 0 auto;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 50px;
}

#findPW .titleWrap {
  width: 95%;
  margin-left: 10px;
  margin-bottom: 15px;
}

#findPW #findPWForm {
  border-top: 3px solid #0090ab;
  width: 95%;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  height: 270px;
  background-color: #fff;
  position: relative;
}

#findPW #findPWForm .information {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
}

#findPW #findPWForm div.email, #findPW #findPWForm div.captcha {
  margin-top: 10px;
}

#findPW #findPWForm div.email span {
  font-size: 12px;
  font-weight: bold;
  width: 50px;
}

#findPW #findPWForm div.email input {
  font-size: 12px;
  font-weight: bold;
  width: calc(100% - 140px);
  height: 24px;
  margin-left: 20px;
  border: 1px solid #e4eaec;
  background-color: #f7f7f7;
  padding: 0;
}

#findPW #findPWForm div.captcha input {
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 182px);
  height: 60px;
  margin-left: 4px;
  border: 1px solid #e4eaec;
  background-color: #f7f7f7;
  padding: 0;
}

#findPW #findPWForm div.captcha span.exp {
  font-size: 11px;
}

#findPW #findPWForm div.closeWrap {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
  text-align: center;
}

#findPW #findPWForm div.closeWrap input {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #0090ab;
  border: 0;
  color: #fff;
}

/******************************************************************* 회원가입 약관동의 ************************************************************************/
form[name="fregister"] fieldset {
  border: 0;
}

.registWrap {
  width: 100%;
}

.registWrap .step {
  width: 90%;
  margin: 0 auto;
  *zoom: 1;
  padding: 10px 0;
}

.registWrap .step:after {
  content: "";
  display: block;
  clear: both;
}

.registWrap .step li {
  width: 33%;
  float: left;
  position: relative;
}

.registWrap .step li>* {
  display: block;
  border-radius: 60px;
  font: bold 14px/30px "Nanum Gothic";
  text-align: center;
  color: #222;
}

.registWrap .step li>strong {
  width: 100%;
}

.registWrap .step li .bgcolor {
  background: #0090ab;
  color: #fff;
}

.registWrap .step li .stepFront {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 30px;
}

.registWrap .step li .stepBack {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 30px;
}

.registWrap .terms {
  padding: 0 20px 20px;
  background: #fff;
  margin: 0 20px;
}

.registWrap .terms dt {
  padding: 20px 0 10px;
  font-family: "나눔바른고딕";
  font-size: 14px;
  font-weight: bold;
}

.registWrap .terms dd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  padding: 20px;
  *zoom: 1;
}

.registWrap .terms dd:after {
  content: "";
  display: block;
  clear: both;
}

.registWrap .terms dd div {
  height: 100px;
  padding: 5px 10px;
  padding-right: 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: auto;
}

.registWrap .terms dd ul {
  *zoom: 1;
}

.registWrap .terms dd ul:after {
  content: "";
  display: block;
  clear: both;
}

.registWrap .terms dd ul {
  float: right;
  padding-top: 10px;
}

.registWrap .terms dd ul li {
  float: left;
}

.registWrap .terms dd ul li input[type="radio"] {
  margin-right: 5px;
}

.registWrap .terms dd ul li label {
  margin-right: 10px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
}

.btnWrap {
  padding: 30px 0;
  text-align: center;
}

.btnWrap>* {
  margin: 0 5px;
}

/*************************************************************** 회원가입 입력폼 **********************************************************************************/
.registWrap .profileForm {
  margin: 0 20px;
  padding: 0 20px 20px;
  background: #fff;
}

.registWrap .profileForm dt {
  padding: 20px 0 10px;
  font-family: "나눔바른고딕";
  font-size: 14px;
  font-weight: bold;
}

.registWrap .registTable {
  margin-bottom: 20px;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.registWrap .registTable table {
  width: 100%;
  table-layout: fixed;
}

.registWrap .registTable table th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
  background: #f0f0f0;
  font-size: 13px;
}

.registWrap .registTable table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}

.registWrap .registTable table input[type="text"],
.registWrap .registTable table input[type="input"],
.registWrap .registTable table input[type="email"],
.registWrap .registTable table input[type="url"],
.registWrap .registTable table textarea,
.registWrap .registTable table input[type="password"] {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}

.registWrap .registTable table input[type="input"] {
  width: 100%;
  margin: 5px 0 0 0;
}

.registWrap .registTable table .input30 {
  width: 30px;
}

.registWrap .registTable table .inputFull {
  width: 99%;
}

.registWrap .registTable table .message {
  padding-top: 5px;
  font-size: 12px;
}

.btnWrap input[type="image"] {
  box-shadow: -1px -1px 1px #333 inset;
}

.btnWrap .inputImageBtn1 {
  background: #000;
}

.btnWrap .inputImageBtn2 {
  background: #0090ab;
  display: inline-block;
  vertical-align: top;
}

div.recap {
  width: 304px;
  margin: 0 auto;
}

@media only screen and (max-width:400px) {
  div.g-recaptcha {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  div.recap {
    width: 252px;
  }
}

/****************************************************************** 가입완료 **************************************************************************************/
.messageWrap {
  position: absolute;
  left: 350px;
  top: 180px;
}

.welcomeMessage {
  width: 95%;
  margin: 0 auto 50px;
  border-bottom: 1px solid #ccc;
  background: url(../img/bg_key.png) 150px 50% no-repeat #fafafa;
}

.welcomeMessage>strong {
  display: block;
  text-align: center;
  padding: 30px 0 10px 0;
  line-height: 26px;
  font-family: "나눔바른고딕";
  font-size: 24px;
  letter-spacing: 1px;
  color: #405060;
}

.welcomeMessage>p {
  width: 73%;
  margin: 0 auto;
  padding-bottom: 15px;
  line-height: 25px;
}

.welcomeMessage>p span {
  font-weight: bold;
  color: #333;
}

.welcomeMessage>span {
  display: block;
  font-weight: bold;
}

.skiptranslate.goog-te-gadget {
  padding: 10px 0 0 10px;
}

/************************************************************************ 푸터 ************************************************************************/
footer {
  background-color: #eee;
}

.info-wrap {
  text-align: center;
  padding: 0 15px;
}

.info-wrap p {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 3px 0;
  letter-spacing: -1px;
}

.info-wrap p span:nth-child(2) {
  margin-left: 15px;
}

.companyInfoWrap>a {
  display: inline-block;
  margin-right: -2px;
  padding: .25em .75em;
  font-size: 10px;
  color: #727d92;
  background: #fff;
  border: 1px solid #d4d7de;
}

/*******모달이미지********/
.imageCaptionWrap {
  position: relative;
}

.modal_search {
  background-image: url('/m/img/expand_icon.png');
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.fr-inner>span {
  font-size: 14px !important;
}
