/* layout 시작 */
body {
  background: #f4f4f4;
}
#main {
}
#main > header {
  width: 100%;
  background: #ff6d6a;
}
#main > header .header {
  position: relative;
  padding: 0;
  width: 1080px;
  height: 90px;
  margin: 0 auto;
}
#main > header .header h1 {
  position: absolute;
  top: 18px;
  left: 0;
  margin: 0;
}
#main > header .header h1 img {
  width: 198px;
  height: 54px;
}
#main > header .header .unb {
  position: absolute;
  top: 8px;
  right: 0;
  overflow: hidden;
  line-height: 15px;
}
#main > header .header .unb span,
#main > header .header .unb a {
  display: inline-block;
  float: left;
  height: 17px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.6px;
  color: #ffebeb;
  padding-right: 15px;
}
#main > header .header .unb a:last-child {
  padding-right: 0;
}
#main > header .header .unb a:hover {
  text-decoration: underline;
}
#main > header .header .unb span {
  color: #fff;
}
#main > header .header .unb span:after {
  content: " 님";
  text-align: center;
  color: #ffdad9;
}

.gnb {
  position: relative;
  position: absolute;
  top: 47px;
  left: 240px;
}
.gnb ul li {
  float: left;
  margin-right: 24px;
  text-align: center;
}
.gnb ul li a {
  display: block;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #fff;
}
.gnb ul li a:hover {
  border-bottom: 3px solid #fff;
}

#main > header .header .header-btn {
  position: relative;
  position: absolute;
  top: 46px;
  right: 0;
  width: auto;
  height: 26px;
  border-radius: 12px;
}
#main > header .header .header-btn .uix-button {
  opacity: 1;
  transition: all 0.5s;
  height: 26px;
  line-height: 26px;
  float: left;
  display: block;
  border: 0;
  font-size: 11px;
  color: #ff6d6a;
  text-align: center;
  margin-left: 4px;
  border-radius: 4px;
  padding: 0 8px;
}
#main > header .header .header-btn .uix-button.spare-btn {
  height: 26px;
  line-height: 26px;
  border: 1px solid #fff;
  background: #ff6d6a;
  color: #fff;
}
#main > header .header .header-btn .uix-button:hover {
  opacity: 0.85;
}
/*
#main > header .header .header-btn .uix-button:last-child {  padding: 0 0 0 3px; }
/*
#main > header .header .header-btn .uix-button i { display: inline-block; vertical-align:middle; width: 20px; height: 20px; margin: -2px 4px 0; }
/*
#main > header .header .header-btn .uix-button:first-child i { background: url(../../image/web/icon-resume.png) center center no-repeat; background-size: contain; }
#main > header .header .header-btn .uix-button:last-child i { background: url(../../image/web/icon-introduction.png) center center no-repeat; background-size: contain; }
*/

#container {
  width: 100%;
}
#container .container {
  position: relative;
  width: 1080px;
  min-height: 630px;
  margin: 0 auto;
  padding-top: 32px;
}
#container .container > aside {
  position: absolute;
  width: 180px;
  display: block;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #ff6d6a;
}
#container .container > .content {
  margin-left: 0;
  min-height: 500px;
}
#container .container > aside + .content {
  margin-left: 210px;
}

#container .container > aside > div {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 25px 0;
  min-height: 300px;
  margin: 0 0 8px;
}
#container .container > aside h1 {
  padding: 0 20px;
  height: 23px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.9px;
  text-align: left;
  color: #2a3244;
  margin: 0 0 16px;
}
#container .container > aside ul {
  margin: 0;
  padding: 0;
}
#container .container > aside ul li {
  list-style-type: none;
  margin: 0 0 16px;
}
#container .container > aside ul li a {
  display: block;
  height: 19px;
  font-size: 13px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #686868;
  padding: 5px 15px 5px 20px;
}
#container .container > aside ul li a:hover,
#container .container > aside ul li.on a {
  color: #fd6357;
}

#container .container > aside > div.cscenter {
  border: 1px solid #e6e6e6;
  padding: 25px 20px;
  min-height: auto;
  margin: 0;
}
#container .container > aside > div.cscenter h1 {
  height: 18px;
  padding: 0;
  font-size: 12px;
  color: #686868;
  margin: 0 0 8px;
}
#container .container > aside > div.cscenter strong {
  display: block;
  height: 27px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.9px;
  text-align: left;
  color: #ff6d6a;
  margin: 0 0 8px;
}
#container .container > aside > div.cscenter .holiday {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
}

#main > footer {
  width: 100%;
  background-color: #fff;
  margin: 100px 0 0;
}
#main > footer .footer {
  position: relative;
  width: 1080px;
  height: 264px;
  margin: 0 auto;
  padding: 40px 0 0;
}

#main > footer .footer .fnb {
  text-align: left;
}
#main > footer .footer .fnb a {
  display: inline-block;
  margin-right: 32px;
  height: 19px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #777777;
}
#main > footer .footer .fnb a:hover {
  text-decoration: underline;
}
#main > footer .footer .info {
  position: relative;
  padding-top: 32px;
}
#main > footer .footer .info .company {
  display: inline-block;
  width: calc(100% - 400px);
  padding: 0 20px 0 0;
}
#main > footer .footer .info .cscenter {
  display: inline-block;
  position: absolute;
  top: -19px;
  right: 0;
  width: 400px;
  text-align: right;
}

#main > footer .footer .info .title {
  display: block;
  height: 19px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.7px;
  text-align: left;
  color: #686868;
  margin: 0 0 6px;
}
#main > footer .footer .info .info-content {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  text-align: left;
  color: #777777;
}

#main > footer .footer .info .company a {
  color: #a6a6a6;
}
#main > footer .footer .info .company em {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #d6d6d6;
}
#main > footer .footer .info .company .copyright {
  margin: 30px 0 0;
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #c6c6c6;
}

#main > footer .footer .info .cscenter .title {
  text-align: right;
  color: #686868;
  margin: 0 0 4px;
}
#main > footer .footer .info .cscenter strong {
  display: block;
  height: 43px;
  font-family: "Lato";
  font-size: 36px;
  font-weight: 800;
  line-height: 1.23;
  text-align: right;
  color: #fd6357;
}
#main > footer .footer .info .cscenter .holiday {
  height: 19px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #a6a6a6;
  margin: 5px 0 0;
  text-align: right;
}

body.index #container .container {
  width: 1080px;
  padding-top: 0;
}
/* layout 끝 */
