<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
  --main-color: #ff8b00;
  --main-font: 'Exo', sans-serif;
  --tit-sizeL: 62px;
  --tit-sizeM: 52px;
  --tit-sizeS: 30px;

}

.sub__topOuter {}

.sub__visual {
  position: relative;
  height: 510px;
}

.sub__visualBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sub__visualTitle {
  line-height: 1.5;
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  padding: 230px 0 0px;
}

.sub__Path {
  display: flex;
  margin-top: 20px;
}

.sub__Path li:first-child {
  width: 14px;
  height: 14px;
  background: url(/image/sub/homeIcon.png) no-repeat center;
  margin-top: 1px;
}

.sub__Path li {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
}

.sub__Path li:not(:first-child):before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-right: 10px;

}

.sub__lnb {
  border-bottom: 1px solid #ddd;
  height: 70px;
  line-height: 70px;
}

.sub__lnb a {
  font-size: 18px;
  color: #222;
  margin-right: 55px;
  display: inline-block;
  box-sizing: border-box;
  height: 70px;
  line-height: 67px;
}

.sub__lnb a:last-child {
  margin-right: 0;
}

.sub__lnb a.active {
  font-weight: bold;
  color: #ff8b00;
  border-bottom: 3px solid #ff8b00;

}

/* ceo */
.sub_tit {
  font-size: 62px;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 150px;
  color: #000;

}

.sub_bg {
  margin: -37px auto 0;
  margin-bottom: 100px;
}

.ceo_tit {
  color: #ff8b00;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.ceo_content {
  display: flex;
  color: #444;
  font-size: 18px;
  line-height: 1.8;
  justify-content: space-between;
}

.ceo_name {
  font-size: 22px;
  text-align: right;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 165px;

}

.ceo_name strong {
  font-size: 26px;
  line-height: 1.6;
}

/* philosophy */
.phlo_tit {
  font-family: 'Exo', sans-serif;
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #333;
}

.philoBox {
  border-top: 1px solid #222;
  margin-bottom: 180px;
}

.philoBox&gt;div {
  display: flex;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.philoIcon {}

.philoValue {
  color: #ff8b00;
  font-size: 36px;
  font-weight: bold;

}

.philoDesc {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  width: 55%;
}

/* history */
/* 연혁 */
.history_idx {
  position: absolute;
  right: 0;
  top: 150px;
}

.history_idx li {
  width: 130px;
  margin-bottom: 5px;
}

.history_idx a {
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
}

.history_idx em {
  display: block;
  float: right;
  width: 0;
  height: 32px;
  overflow: hidden;

  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;

  background: url("/image/sub/history__nav.png") no-repeat;
}

.history_idx em span {
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  font-family: 'Exo', sans-serif;
  font-weight: bold;
}

.history_idx a:hover em,
.history_idx .on em {
  width: 130px;
}

.history_idx a::after {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: #ff8b00;
  z-index: 9;
  border-radius: 15px;
  right: 8px;
  top: 10px;

  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}

.history_idx a:hover::after,
.history_idx .on a::after {
  background: #fff;
}

.historyWrap {
  margin-bottom: 150px;
}

.history {
  position: relative;

}

.history .years {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  letter-spacing: -1px;
  line-height: 1.1;
  width: 300px;
  position: absolute;
  top: 120px;
  left: 0;
  color: #333;
}

.history_content {
  padding-left: 300px;
  padding-top: 120px;
  position: relative;
}

.history_content:before {
  content: '';
  position: absolute;
  top: 120px;
  left: 300px;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.history_content&gt;li {
  position: relative;
  padding-bottom: 50px;
  display: flex;
}

.history_content&gt;li:before {
  content: '';
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.history_content&gt;li .year {
  font-size: 24px;
  color: #ff8b00;
  margin-left: 45px;
  width: 60px;
}

.history_content ul.txt {
  display: inline-block;
  font-size: 18px;
  width: 100%;
}

.history_content ul.txt li {
  display: flex;
  flex: 1;
  margin-left: 45px;
}

.history_content ul.txt li&gt;p {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  color: #333;
  line-height: 1.4;

}

.history_content ul.txt li&gt;p.description {
  flex: 1;
  margin-left: 20px;
  color: #444;
  font-weight: 300;
}

/* organazation */
.orga_tit {
  font-size: 45px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 50px;
}

.space {
  height: 150px;
}

/* license */
.sub_titM {
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 150px;
  margin-bottom: 60px;
}

.tabWrap {
  display: flex;
}

.tabWrap a {
  text-align: center;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  margin-bottom: 80px;
  position: relative;

}

.tabWrap a.active {
  background: #ff8b00;
  color: #fff;
  font-weight: bold;
}

.tabWrap a:not(:last-child):after {
  display: block;
  content: "";
  width: 1px;
  height: 34px;
  background: #bbb;
  position: absolute;
  left: calc(100% + 2px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.tabWrap a.active::after {
  display: none;
}

.boardWrap {
  display: flex;
  flex-wrap: wrap;
}

.boardBox {
  width: calc((100% - (20px * 3)) / 4);
  margin-bottom: 60px;
  margin-right: 20px;
}

.boardBox:nth-child(4n) {
  margin-right: 0;
}

.boardThumb {
  width: 100%;
  height: 400px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;
}

.boardThumb img {
  width: 100%;
}

.boardThumb::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: #fee7cb;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}

.boardThumb::after {
  content: "";
  width: 52px;
  height: 52px;
  background: url(/image/sub/license__icon01.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.boardDesc {
  font-size: 18px;
  color: #222;

}

.boardBox:hover .boardThumb::after,
.boardBox:hover .boardThumb::before {
  display: block;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageArrow {
  width: 33px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pagePrev {
  background: url(/image/sub/pagenation__prev.png);
}

.pageNext {
  background: url(/image/sub/pagenation__next.png);
}

.pageNumber {
  margin-top: -8px;
}

.pageNumber a {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 10px;
  padding: 0 5px;
  padding-bottom: 5px;
}

.pageNumber a.active {
  color: #ff8b00;
  border-bottom: 2px solid #ff8b00;

}


.img__popup {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 700px;
  max-height: 800px;
  overflow-y: scroll;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  background: url(/image/sub/close_icon.png);
  cursor: pointer;
}

.img__popup img {
  width: 100%;
  display: block;
}

.img__popup--mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  cursor: pointer;
}

/* field */
.fieldWrap {
  display: flex;
  margin-bottom: 150px;

}

.fieldImg {
  width: 60%;
}

.fieldOuter {
  flex: 1;
  padding-top: 50px;
  padding-left: 35px;
  display: flex;
  flex-direction: column;

}

.field__tit {
  font-size: 32px;
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.field__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #333;

}

.field__subtit {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: auto;
}

.section_tit {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 35px;
}

.fieldTask {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  margin-bottom: 80px;

}

.fieldTask p {
  width: 25%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}

.fieldTask p:nth-child(4n) {
  border-right: 1px solid #ddd;
}

.fieldContents {
  display: flex;

}

.contentBox {
  width: calc((100% - (30px * 2)) / 3);
  border: 1px solid #ddd;
  margin-right: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 75px;
}

.contentBox:nth-child(3n) {
  margin-right: 0;
}

.contentBox::before {
  display: block;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 5px solid transparent;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;

}

.contentBox:hover::before {
  border-color: #ff8b00;
}

.content_Img img {
  width: 100%;
}

.content_tit {
  margin: 40px 25px 45px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  height: 2.8;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fieldContents .content_desc {
  display: none;
}

.content_desc p {
  display: flex;
  font-size: 17px;
  color: #666;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.content_desc p span:first-child {
  width: 110px;
  color: #303030;
}

.content_desc p span:last-child {
  flex: 1;
  line-height: 1.4;
  height: 2.8;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.viewMore {
  width: 92px;
  height: 72px;
  background: url(/image/sub/viewMore.png) no-repeat center;
  margin: 0 auto;
  cursor: pointer;
  display: inherit;
}

/* lab-intro */
.sub_desc {
  font-size: 21px;
  color: #333;
  line-height: 1.7;
  letter-spacing: -.5px;
  margin-bottom: 75px;
}

.labWrap {
  display: flex;
  flex-wrap: wrap;
}

.labContents {
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  border: 1px solid #ddd;
  padding: 45px 30px;
}

.labContents:last-child {
  margin-right: 0;
}

.lab_icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
}

.lab_subject {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 40px;
  line-height: 1.5em;
  height: 3em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lab_desc {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 1.6;
  letter-spacing: -.5px;

}

.boardInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.totalCount {
  font-size: 16px;
  font-weight: 600;
}

.totalCount span {
  color: #ff8b00;

  margin-left: 5px;
}

.boardOption {
  display: flex;
  font-size: 16px;


}

.boardOption select {
  border-bottom: 2px solid #333;
  margin-right: 20px;
}

.searchWrap {
  border-bottom: 2px solid #333;
}

.boardContents {
  margin-bottom: 80px;

}

.boardCont__tit {
  display: flex;
  border-top: 2px solid #ff8b00;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  text-align: center;
}

.boardCont__list {
  display: flex;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

.boardCont__list img {
  margin: 0 auto;
}

.boardCont__tit p,
.boardCont__list p {
  padding: 25px 0;

}

.boardCont__tit p:first-child,
.boardCont__list p:first-child {
  width: 100px;
  font-family: 'Exo', sans-serif;
  text-align: center;
}


.boardCont__list p:first-child,
.boardCont__list p:last-child,
.grid4 .boardCont__list p:nth-child(3) {
  color: #888;
}


.boardCont__tit p:last-child,
.boardCont__list p:last-child {
  width: 180px;
  text-align: center;
}

.boardCont__tit p:nth-child(2),
.boardCont__list p:nth-child(2) {
  flex: 1;
}

/* grid4 */
.grid4 .boardCont__tit p:nth-child(3),
.grid4 .boardCont__list p:nth-child(3) {
  width: 100px;
  text-align: center;

}

.boardContents .notice {
  border: 1px solid #26ac72;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 10px;
  color: #26ac72;
}

/* boardView */
.boardViewWrap {}

.viewTitle {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 500;
  padding: 55px 0;
  border-top: 1px solid #ff8b00;
  border-bottom: 1px solid #ddd;

}

.viewDate {

  font-size: 15px;
  color: #666;
  margin: 20px 0;
  text-align: right;
}

.viewContent {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.viewEditor {
  font-size: 16px;
  line-height: 1.4em;
}

.viewFile {}

.viewFile li {
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin: 5px 0;
  color: #666;
  background: url(/image/sub/icon_file.gif) no-repeat left center;
}

.viewFile li a:hover {
  text-decoration: underline;
}

.boardView__nav {
  margin-bottom: 90px;
}

.boardView__nav li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.boardView__nav li span {
  display: flex;
  align-items: center;
  margin-right: 15px;
  width: 55px;
  justify-content: space-between;
}

.boardView__btns {}

.boardView__list {
  text-align: center;
}

.boardView__list .btn-normal-s {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;



}

.boardView__list .btn-normal-s:hover {
  border-bottom: 2px solid #000;
}

/* ci */
.ci__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ci__Tit {
  font-family: 'Exo', sans-serif;
  font-size: 97px;
  color: #f7f7f7;
  font-weight: 700;
  line-height: 1.1;
}

.ciTit {
  font-family: 'Exo', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 2.5;
}

.ciSub {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.ci__BgWrap {
  background-color: #f7f7f7;
  padding: 80px 0;
  margin-bottom: 80px;
}

.ci__logo {
  margin-bottom: 80px;
}

.ci__logo .img {
  margin-bottom: 40px;
}

/* personalSystem */
.personalWrap {
  background-color: #f7f7f7;
  padding: 60px 0 25px;
  margin-bottom: 80px;
}

.recruitTit {
  font-size: 30px;
  color: #333;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.personalSub {
  font-size: 18px;
  letter-spacing: -.5px;
  font-weight: 300;
  margin-bottom: 55px;
  color: #333;
}

.personalWrap img {
  margin-bottom: 100px;
}

.wageWrap {
  display: flex;
  margin-bottom: 80px;
  margin-top: 20px;
}

.wageContents {
  width: calc((100% - (30px * 2)) / 3);
  margin-right: 30px;
  border: 1px solid #ddd;
  padding: 35px 35px;
}

.wageContents:last-child {
  margin-right: 0;
}

.wage_icon {
  width: 65px;
  height: 65px;
}

.wage_subject {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;

}

.wage_desc {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 1.5em;
  letter-spacing: -.5px;

}

/* welfare */
.welfareBg {
  background: url(/image/sub/welfareBg.png) no-repeat center;
  text-align: center;
  color: #fff;
  padding: 130px 0;
  margin-bottom: 80px;
}

.welfareTit {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}

.welfareSub {
  font-size: 24px;
  line-height: 1.5;
  font-weight: lighter;

}

.welfareWrap {
  border-top: 1px solid #222;
  margin-top: 30px;
}

.welfareBox {
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  display: flex;

}

.wel__tit {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -.5px;
  line-height: 1.45;
  padding-left: 35px;
  width: 240px;
  box-sizing: border-box;

}

.wel__sub {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -.5px;
  flex: 1;
  line-height: 1.6;
}

/* recruit */
.recruitBg {
  background: url(/image/sub/recruitmentBg.png) no-repeat center;
  text-align: center;
  color: #fff;
  padding: 130px 0;
  margin-bottom: 80px;
}

/* partners */
.partnerstit {
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.partnerstit p {
  color: #999;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.partnerstit span {
  width: 5px;
  height: 5px;
  background-color: #ff8b00;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.chk {
  width: 5px;
  height: 5px;
  background-color: #ff8b00;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(-4px);
}

/* form  */
.partners__regist {
  margin-top: 20px;
}

.form--style01 {
  border-top: 2px solid #ff8b00;
  display: flex;
  flex-wrap: wrap;
}

.form--style01&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  width: 50%;

}

.form--style01&gt;li.typeLong {
  width: 100%;
}

.form--style01 .form__header {
  width: 200px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
}

.form--style01 .form__header&gt;label {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
}

.form--style01 .form__header&gt;label span {
  color: #0154a6;
}

.form--style01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--style01 .form__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 15px 30px 15px 25px;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.form--style01 .typeLong .form__data:not(.radio) {
  flex-direction: column;
  align-items: flex-start;
}

.form--style01 .typeLong .form__data.radio {
  flex-direction: row;
  flex-wrap: wrap;
}

.form--style01 .search_address {
  width: 160px;
  height: 50px;
  line-height: 44px;
  margin-left: 7px;
  text-align: center;
  border: 1px solid #333333;
  background: #333333;
  color: #fff;
  cursor: pointer;
}

.addressBox&gt;* {
  margin-bottom: 10px;
}


.form--style01 .form__data input[type="text"],
.form--style01 .form__data input[type="date"] {
  width: 405px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #222;
  padding: 0 15px;
}

.form--style01 .form__data input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:disabled {
  background-color: #f9f9f9;
}



.form--style01 .form__data input[type="text"].small {
  width: 125px;
}

.form--style01 .form__data input[type="text"].medium {
  width: 200px;
}

.form--style01 .form__data input[type="text"].big {
  width: 615px;
}

.form--style01 .form__data textarea {
  width: 100%;
  color: #aaa;
  resize: none;
  border: 1px solid #ddd;
  padding: 15px;
}

.form--style01 .form__data select {
  width: 125px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  background: url(/image/sub/select_arrow.png) no-repeat 92% center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #aaa;
  padding: 0 15px;
}

.form--style01 .form__data::-ms-expand {
  display: none;
}

.form--style01 .download__btn {
  line-height: 50px;
  height: 50px;
  border: 1px solid #000;
  margin-left: 7px;
  width: 140px;
  text-align: center;
}

.form--style01 .download__btn&gt;p {
  display: inline-block;
  padding-right: 25px;
  background-image: url(../image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.form--style01 .add_attach {
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin-left: 7px;
  text-align: center;
  border: 1px solid #0154a6;
  background: #0154a6;
  color: #fff;
  cursor: pointer;
}

.form--style01 .file_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.file-upload__wrap {
  /* overflow: hidden; */
  position: relative;
}

.file-upload__wrap.active .file-upload .upload-name {
  background-color: #e9e9e9;
}

.file-upload__wrap .file-upload {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-upload__wrap .file-upload .upload-name {
  width: 450px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #ddd;
}

.file-upload__wrap .file-upload input[type="file"] {
  /* position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0); */
  /* display: block;
   height: 50px;
   line-height: 50px;
   width: 140px;
   color: #fff;
   background: #333;
   text-align: center;
   margin-left: 5px;
   cursor: pointer; */
}

.file-upload__wrap .file-upload input[type="file"]+label {
  /* display: block;
  height: 50px;
  line-height: 50px;
  width: 140px;
  color: #fff;
  background: #333;
  text-align: center;
  margin-left: 5px;
  cursor: pointer; */
  display: none;
}

.radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.radio__wrap:last-child {
  margin-right: 0
}

.radio__wrap label {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
}

.radio__wrap input {
  /* visibility: hidden;
  position: absolute;
  top: -999999px;
  left: -999999px;
  opacity: 0; */
}

.radio__wrap input[type="text"] {
  opacity: 1;
  position: inherit;
  visibility: visible;
}

.radio__wrap input:checked+.radio__toggle {
  border-color: #ff8b00;
}

.radio__wrap input:checked+.radio__toggle::before {
  background-color: #ff8b00;
}

.radio__wrap .radio__toggle {
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  position: relative;
  border-radius: 50%;
  display: none;
}

.radio__wrap .radio__toggle::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.btn__wrap {
  margin: 65px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__normal {
  display: block;
  width: 185px;
  line-height: 53px;
  height: 55px;
  border: 1px solid #e2e2e2;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
  margin: 0 5px;
}

.btn__normal:hover {
  color: #fff;
  border-color: #ff8b00;
  background-color: #ff8b00;
}


/* address */
.addressWrap {}

.address {
  display: flex;
  align-items: flex-start;
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
}

.ad__icon {
  width: 75px;
  padding-top: 5px;
}

.ad__method {
  font-size: 30px;
  font-weight: bold;
  width: 320px;
  line-height: 1;
}

.ad__desc {
  flex: 1;
  font-size: 18px;
  line-height: 1.7;
}</pre></body></html>