/* header */
.mo_layout {
  display: none;
}

.header_wrap {
  width: 100%;
  padding: 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.pc_layout .header h1 {
  display: inline-block;
  width: 163px;
  height: 40px;
  vertical-align: middle;
}
.pc_layout .header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url("/common/ko/img/sap_logo_white.png") center no-repeat;
  background-size: cover;
}
.pc_layout .header > ul {
  display: inline-block;
  margin-left: 75px;
  font-size: 0;
  vertical-align: middle;
}
.pc_layout .header > ul > li {
  display: inline-block;
  vertical-align: top;
}
.pc_layout .header > ul > li > a {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  font-weight: 500;
  position: relative;
}
.pc_layout .header > ul > li.on > a {
  background: url("/common/ko/img/layout/gnbLi_on.png") bottom 2px center no-repeat;
}
.pc_layout .header > ul > li.on > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ff8400;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pc_layout .header > dl {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc_layout .header > dl dt {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
}
.pc_layout .header > dl dt ul {
  width: 80px;
  padding: 10px 0;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #eee;
  border-top: 3px solid #ff8400;
  display: none;
}
.pc_layout .header > dl dt ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  font-family: "Raleway", sans-serif;
}
.pc_layout .header > dl dt ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  padding-top: 30px;
  background: url("/common/ko/img/layout/gnbLi_on.png") bottom center no-repeat;
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pc_layout .header > dl dd {
  display: inline-block;
  vertical-align: middle;
}
.pc_layout .header > dl img {
  cursor: pointer;
}

.header_wrap.on {
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #eee;
}
.header_wrap.on .header h1 a {
  background-image: url("/common/ko/img/sap_logo_normal.png");
}
.header_wrap.on .header > ul > li > a {
  color: #222;
}

.depth2 {
  width: 100%;
  padding: 0 60px;
  border-top: 1px solid #eee;
  position: absolute;
  top: 100px;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  display: none;
}
.depth2 dl {
  display: table;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #f4f4f4;
}
.depth2 dl dt {
  display: table-cell;
  width: calc(65.555% - 70px);
  border-right: 1px solid #f4f4f4;
  vertical-align: top;
  overflow: hidden;
}
.depth2 dl dt > ul {
  display: table;
}
.depth2 dl dt > ul > li {
  display: table-cell;
  width: 290px;
  padding: 60px 30px 60px 30px;
  vertical-align: top;
  position: relative;
}
.depth2 dl dt > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 300%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  right: 0;
}
.depth2 dl dt > ul > li:last-of-type:after {
  display: none;
}
.depth2 dl dt > ul > li > p {
  margin-bottom: 40px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.depth2 dl dt > ul > li > p:last-of-type {
  margin-bottom: 20px;
}
.depth2 dl dt > ul > li ul li {
  margin-bottom: 15px;
}
.depth2 dl dt > ul > li ul li:last-of-type {
  margin-bottom: 0;
}
.depth2 dl dt > ul > li ul li a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  line-height: 1.75;
  position: relative;
}
.depth2 dl dt > ul > li ul li a:hover {
  color: #ff8400;
  text-decoration: underline;
}
.depth2 dl dt > ul > li ul li .br {
  display: block;
}
.depth2 dl dd {
  display: table-cell;
  width: calc(34.445% + 70px);
  padding: 60px 0 95px 70px;
  vertical-align: top;
}
.depth2 dl dd img {
  width: 100%;
}

/* footer */
.footer_wrap {
  background: #222;
}
.footer_wrap .footer {
  padding: 40px 0;
  font-size: 0;
}
.footer_wrap .footer .foot_container {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer_wrap .raon_logo {
  display: block;
  width: 99px;
  height: auto;
  margin-right: 7.5vw;
}
.footer_wrap .raon_logo img {
  width: 100%;
}
.footer_wrap .site_map {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer_wrap .top_info {
  display: flex;
  margin-bottom: 24px;
}
.footer_wrap .top_info p {
  margin-right: 8px;
}
.footer_wrap .top_info a {
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #fff;
}
.footer_wrap .top_info span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer_wrap .middle_info {
  margin-bottom: 24px;
}
.footer_wrap .middle_info p {
  font-size: 14px;
  color: #cdcdcd;
  font-weight: 300;
  line-height: 1.8;
}
.footer_wrap .middle_info p strong {
  font-size: 14px;
  padding-right: 7px;
  color: #ddd;
  font-weight: 600;
}
.footer_wrap .middle_info p span {
  font-size: 14px;
  padding-right: 17px;
}
.footer_wrap .middle_info p span:last-child {
  padding-right: 0;
}
.footer_wrap .middle_info p a {
  color: #ddd;
}
.footer_wrap .middle_info p br {
  display: none;
}
.footer_wrap .bottom_info .flex-row {
  display: flex;
  align-items: center;
}
.footer_wrap .bottom_info p {
  font-size: 14px;
  color: #cdcdcd;
  font-weight: 300;
  line-height: 1.8;
}
.footer_wrap .bottom_info p strong {
  font-size: 14px;
  padding-right: 7px;
  color: #ddd;
  font-weight: 600;
}
.footer_wrap .bottom_info p span {
  font-size: 14px;
  padding-right: 16px;
}
.footer_wrap .bottom_info p span:last-child {
  padding-right: 0;
}
.footer_wrap .bottom_info img {
  width: 56px;
  height: 47px;
  margin: 0 16px;
  object-fit: cover;
}
.footer_wrap .bottom_info_mo {
  display: none;
}
.footer_wrap .copyright {
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
}
.footer_wrap .copyright .copy_logo {
  display: none;
  margin-right: 24px;
}
.footer_wrap .copyright .copy_logo img {
  height: 24px;
}
.footer_wrap .copyright span {
  font-size: 14px;
  color: #999;
}

.bottomBtn {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 5;
}
.bottomBtn .topBtn {
  display: block;
  z-index: 5;
  position: relative;
  width: 70px;
  margin: -100% auto 0;
  cursor: pointer;
  transition: margin 0.5s;
}
.bottomBtn .topBtn img {
  width: 100%;
}
.bottomBtn .topBtn.on {
  margin-top: 20px;
}

/* email popup */
#pop_wrap {
  width: 100%;
  height: 100%;
}

#pop_header {
  background: #222;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 24px;
}

#pop_container {
  padding: 32px;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: center;
}
#pop_container .t_center {
  line-height: 1.5;
}
#pop_container .t_center .orange {
  color: #ff8400;
}
#pop_container .t_center .grey {
  color: #999;
}
#pop_container img {
  margin: 16px 0;
}
#pop_container .pop_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
#pop_container .pop_btn .btn_set {
  box-sizing: border-box;
  padding: 12px 20px;
  background-color: #ff8400;
  border-radius: 8px;
}
#pop_container .pop_btn a {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

@media all and (max-width: 1440px) {
  .footer_wrap .footer .foot_container {
    max-width: 1080px;
  }
  .footer_wrap .bottom_info div :first-child {
    letter-spacing: -0.8px;
  }
  .footer_wrap .bottom_info div :last-child {
    letter-spacing: -0.8px;
  }

  .depth2 dl dt {
    width: auto;
  }
  .depth2 dl dt > ul > li {
    width: 210px;
    padding: 50px 20px;
  }
  .depth2 dl dt > ul > li > p {
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .depth2 dl dt > ul > li ul li .br {
    display: inline;
  }

  .depth2 dl dd {
    width: auto;
    padding: 50px 0 75px 40px;
  }

  .bottomBtn {
    bottom: 30px;
    right: 30px;
  }
}
@media all and (max-width: 1080px) {
  .pc_layout {
    display: none;
  }

  .mo_layout {
    display: block;
    position: relative;
    z-index: 30;
  }
  .mo_layout .header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mo_layout .header > a {
    width: 210px;
    height: 51px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/common/ko/img/sap_logo_white.svg") center no-repeat;
    background-size: cover;
  }
  .mo_layout .header .headerBtn {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mo_layout .header .search_icon {
    width: 36px;
    margin-right: 20px;
  }
  .mo_layout .header .menuBtn {
    width: 40px;
    object-fit: fill;
  }
  .mo_layout .header.on {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mo_layout .header.on > a {
    background-image: url("/common/ko/img/sap_logo_normal.png");
  }

  .moMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
  }
  .moMenu .black_bg {
    display: block;
  }

  .moMenuCon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    overflow-y: hidden;
    position: relative;
  }
  .moMenuCon .header {
    position: relative;
  }
  .moMenuCon .header .moMenu_x {
    width: 31px;
    padding: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .moMenuCon > ul {
    height: 100%;
    background: #fff;
    margin: -1px 0;
    padding: 60px 40px 75px;
  }
  .moMenuCon > ul > li {
    margin-bottom: 45px;
  }
  .moMenuCon > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .moMenuCon > ul > li * {
    line-height: 1.2;
  }
  .moMenuCon > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 40px;
    font-weight: 600;
  }
  .moMenuCon > ul > li a.on {
    color: #ff8400;
  }
  .moMenuCon > ul > li > ul {
    display: none;
    padding: 35px 30px 0;
  }
  .moMenuCon > ul > li > ul p {
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 600;
    position: relative;
  }
  .moMenuCon > ul > li > ul p:last-of-type {
    margin-bottom: 0;
  }
  .moMenuCon > ul > li > ul p:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: url("/common/ko/img/layout/m_menu.png") center no-repeat;
    background-size: 100% auto;
  }
  .moMenuCon > ul > li > ul p.on:after {
    background: url("/common/ko/img/layout/m_menu_on.png") center no-repeat;
    background-size: 100% auto;
  }
  .moMenuCon > ul > li > ul p.no_depth:after {
    display: none;
  }
  .moMenuCon > ul > li > ul > li {
    padding-bottom: 35px;
  }
  .moMenuCon > ul > li > ul > li:last-of-type {
    padding-bottom: 0;
  }
  .moMenuCon > ul > li > ul > li > a {
    font-size: 28px;
    font-weight: 500;
  }
  .moMenuCon > ul > li > ul > li ul {
    display: none;
    padding-bottom: 20px;
  }
  .moMenuCon > ul > li > ul > li ul li {
    margin-top: 30px;
  }
  .moMenuCon > ul > li > ul > li ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #999;
    font-weight: 300;
  }

  .bottomBtn {
    bottom: 40px;
    right: 40px;
  }

  .footer_wrap .footer {
    padding: 55px 0;
  }
  .footer_wrap .footer .foot_container {
    padding: 0 70px;
  }
  .footer_wrap .footer .raon_logo {
    display: none;
  }
  .footer_wrap .footer .bottom_info {
    display: none;
  }
  .footer_wrap .footer .bottom_info_mo {
    display: block;
    display: flex;
    align-items: center;
  }
  .footer_wrap .footer .bottom_info_mo img {
    margin-right: 16px;
    object-fit: fill;
  }
  .footer_wrap .footer .bottom_info_mo .flex-row {
    display: flex;
    flex-direction: row;
  }
  .footer_wrap .footer .bottom_info_mo .text_group div:nth-child(1) {
    margin-bottom: 8px;
  }
  .footer_wrap .footer .bottom_info_mo p {
    font-size: 14px;
    color: #cdcdcd;
    font-weight: 300;
    line-height: 1.6;
  }
  .footer_wrap .footer .bottom_info_mo p strong {
    margin-right: 8px;
  }
  .footer_wrap .footer .copyright .copy_logo {
    display: block;
  }
}
@media all and (max-width: 770px) {
  .mo_layout {
    display: block;
    position: relative;
  }
  .mo_layout .header {
    height: 13vw;
  }
  .mo_layout .header > a {
    width: 27vw;
    height: 6.6vw;
    left: 5.56vw;
  }
  .mo_layout .header .headerBtn {
    right: 5.56vw;
  }
  .mo_layout .header .menuBtn {
    width: 5.56vw;
  }

  .moMenuCon .header .moMenu_x {
    width: 4vw;
    padding: 0.6vw;
  }
  .moMenuCon > ul {
    padding: 7.8vw 5.2vw 9.8vw;
  }
  .moMenuCon > ul > li {
    margin-bottom: 5.8vw;
  }
  .moMenuCon > ul > li > a {
    font-size: 5.2vw;
  }
  .moMenuCon > ul > li a.on {
    color: #ff8400;
  }
  .moMenuCon > ul > li > ul {
    display: none;
    padding: 4.5vw 4vw 0;
  }
  .moMenuCon > ul > li > ul p {
    margin-bottom: 4.5vw;
    font-size: 4vw;
  }
  .moMenuCon > ul > li > ul p:after {
    width: 4vw;
    height: 4vw;
  }
  .moMenuCon > ul > li > ul > li {
    padding-bottom: 4.5vw;
  }
  .moMenuCon > ul > li > ul > li > a {
    font-size: 3.6vw;
  }
  .moMenuCon > ul > li > ul > li ul {
    display: none;
    padding-bottom: 2.6vw;
  }
  .moMenuCon > ul > li > ul > li ul li {
    margin-top: 4vw;
  }
  .moMenuCon > ul > li > ul > li ul li a {
    font-size: 3vw;
  }

  .footer_wrap .footer {
    padding-top: 7.64vw;
    padding-bottom: 7.64vw;
  }
  .footer_wrap .footer .foot_container {
    padding: 0 8vw;
  }
  .footer_wrap .footer .top_info {
    display: flex;
    margin-bottom: 3vw;
  }
  .footer_wrap .footer .top_info p {
    margin-right: 1vw;
  }
  .footer_wrap .footer .top_info a {
    font-size: 2vw;
  }
  .footer_wrap .footer .top_info span {
    font-size: 2vw;
  }
  .footer_wrap .footer .middle_info {
    margin-bottom: 2vw;
  }
  .footer_wrap .footer .middle_info p {
    font-size: 2vw;
  }
  .footer_wrap .footer .middle_info p strong {
    font-size: 2vw;
    padding-right: 1vw;
  }
  .footer_wrap .footer .middle_info p span {
    font-size: 2vw;
    padding-right: 2vw;
  }
  .footer_wrap .footer .middle_info p span:last-child {
    padding-right: 0;
  }
  .footer_wrap .footer .bottom_info_mo p {
    font-size: 2vw;
    line-height: 1.4;
    margin-right: 1vw;
  }
  .footer_wrap .footer .bottom_info_mo p strong {
    font-size: 2vw;
    padding-right: 1vw;
  }
  .footer_wrap .footer .bottom_info_mo p span {
    font-size: 2vw;
    padding-right: 2vw;
  }
  .footer_wrap .footer .bottom_info_mo img {
    width: auto;
    height: 13vw;
  }
  .footer_wrap .footer .bottom_info_mo .text_group div:first-child {
    display: flex;
  }
  .footer_wrap .footer .copyright {
    display: flex;
    align-items: flex-end;
    margin-top: 3vw;
  }
  .footer_wrap .footer .copyright .copy_logo {
    display: block;
  }
  .footer_wrap .footer .copyright .copy_logo img {
    height: 3vw;
  }
  .footer_wrap .footer .copyright span {
    font-size: 1.5vw;
  }

  .bottomBtn {
    bottom: 8.33vw;
    right: 5.56vw;
  }

  .bottomBtn .inquiryBtn {
    width: 15.28vw;
  }

  .bottomBtn .topBtn {
    width: 15.28vw;
  }
}
@media all and (max-width: 360px) {
  .footer_wrap .footer {
    padding: 5vw 0;
  }
  .footer_wrap .footer .foot_container {
    padding: 0 5.5vw;
  }
  .footer_wrap .footer .top_info {
    display: flex;
    margin-bottom: 3vw;
  }
  .footer_wrap .footer .top_info p {
    margin-right: 1vw;
  }
  .footer_wrap .footer .top_info a {
    font-size: 1vw;
  }
  .footer_wrap .footer .top_info span {
    font-size: 1vw;
  }
  .footer_wrap .footer .middle_info {
    margin-bottom: 3vw;
  }
  .footer_wrap .footer .middle_info p {
    font-size: 1vw;
  }
  .footer_wrap .footer .middle_info p strong {
    font-size: 1vw;
    padding-right: 1vw;
  }
  .footer_wrap .footer .middle_info p span {
    font-size: 1vw;
    padding-right: 1vw;
  }
  .footer_wrap .footer .middle_info p span:last-child {
    padding-right: 0;
  }
  .footer_wrap .footer .middle_info p br {
    display: block;
  }
  .footer_wrap .footer .bottom_info_mo .flex-row {
    align-items: center;
  }
  .footer_wrap .footer .bottom_info_mo p {
    font-size: 1vw;
    line-height: 1.4;
  }
  .footer_wrap .footer .bottom_info_mo p strong {
    font-size: 1vw;
    padding-right: 1vw;
  }
  .footer_wrap .footer .bottom_info_mo p span {
    font-size: 1vw;
    padding-right: 1vw;
  }
  .footer_wrap .footer .bottom_info_mo img {
    width: auto;
    height: 15vw;
    object-fit: cover;
  }
  .footer_wrap .footer .copyright {
    display: flex;
    align-items: flex-end;
    margin-top: 3vw;
  }
  .footer_wrap .footer .copyright .copy_logo {
    display: block;
  }
  .footer_wrap .footer .copyright .copy_logo img {
    height: 3vw;
  }
  .footer_wrap .footer .copyright span {
    font-size: 2vw;
  }
}

/*# sourceMappingURL=layout.css.map */
