@charset "UTF-8";
@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(./font/NanumSquareR.eot);
  src: url(./font/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(./font/NanumSquareR.woff) format("woff"), url(./font/NanumSquareR.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 500;
  src: url(./font/NanumSquareB.eot);
  src: url(./font/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(./font/NanumSquareB.woff) format("woff"), url(./font/NanumSquareB.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 600;
  src: url(./font/NanumSquareEB.eot);
  src: url(./font/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(./font/NanumSquareEB.woff) format("woff"), url(./font/NanumSquareEB.ttf) format("truetype");
}
/********* reset.css **********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, em, u, i, center, dl, dt, dd, ul, ol, li, form, fieldset, legend, label, input, button, select, textarea, header, main, footer, section, article, aside, menu, nav, table, caption, thead, tbody, tfoot, thead, tr, th, td, summary, figure, figcaption, hgroup, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, section, nav {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-style: normal;
  font-family: "NanumSquare";
  line-height: 1.2em;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  letter-spacing: -0.025em;
  font-family: "NanumSquare", "sans-serif";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section, nav {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
  color: #121212;
}

ul, ol, li {
  list-style-type: none;
}

ul:after, ol:after, dl:after {
  display: block;
  clear: both;
  content: "";
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

p {
  max-height: 9999px;
}

address {
  font-style: normal;
}

span, b, em, strong, i, u, label, del, s, caption {
  display: inline-block;
}

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table tbody, table thead, table tfoot, table tr {
  width: 100%;
}

form {
  display: block;
}

caption, legend {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
}

select::-ms-expand, input::-ms-check {
  display: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-family: "NanumSquare";
}

button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  vertical-align: top;
  line-height: 40px;
  background: #352324;
  border-radius: 7px;
  font-size: 18px;
  padding: 0 30px;
  font-weight: 400;
}
button.open_sample {
  border-radius: 0;
  background: transparent;
  text-align: right;
  padding: 0;
}
button.open_sample span {
  color: #181818;
  background: url(../images/check.png) no-repeat left center/auto 15px;
  display: inline-block;
  border-bottom: 2px solid #333;
  padding: 0 5px 0 30px;
  height: 36px;
  line-height: 36px;
}
button.add_ch {
  background-color: #FDE306;
  color: #181818;
}
button.add_ch::before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 40px;
  background: url(../images/ch_on.png) no-repeat left center/auto 18px;
  vertical-align: top;
}

.ask, .open_confirm {
  background: #FF2B6A;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
}
.ask::before, .open_confirm::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 40px;
  background: url(../images/ch.png) no-repeat left center/auto 18px;
  vertical-align: top;
}

/*********** common ***********/
.hide {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  position: absolute;
  left: 0;
  right: 0;
}

.clear {
  clear: both;
}

.br {
  display: block;
}

.fc_red {
  color: #FF2B6A;
  font-weight: 600;
}
@keyframes txtWave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes txtWave2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scrDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20%);
  }
}
input::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
}
input::placeholder {
  color: #aaa;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
}

input[type=text] {
  width: 100%;
  line-height: 50px;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

input[type=checkbox] {
  border: none;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #efefef;
  margin-right: 10px;
}

input[type=checkbox]:checked {
  background: #FF2B6A url(../images/checkbox.png) no-repeat center;
}

.radio, .checkbox {
  font-size: 0;
  line-height: 0;
}
.radio li, .checkbox li {
  display: inline-block;
  margin: 2px;
}
.radio li label, .checkbox li label {
  padding-right: 30px;
  height: 20px;
  line-height: 20px;
  color: #555;
  font-size: 16px;
}
.radio li input[type=radio], .checkbox li input[type=radio] {
  border: 1px solid #cfcfcf;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background-color: #f9f9f9;
  margin-right: 6px;
  position: relative;
  padding: 0;
}
.radio li input[type=radio]:checked, .checkbox li input[type=radio]:checked {
  background: #FF2B6A;
  border-color: #FF2B6A;
}
.radio li input[type=radio]:checked::after, .checkbox li input[type=radio]:checked::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
.radio li.active label, .checkbox li.active label {
  color: #000;
  font-weight: 500;
}
.radio li:last-child label, .checkbox li:last-child label {
  margin-right: 0;
  padding-right: 0;
}

.radio2 {
  position: relative;
  display: inline-block;
}
.radio2 li {
  float: left;
  line-height: 0;
  font-size: 0;
}
.radio2 li label {
  border: 1px solid #e6e6e6;
  line-height: 30px;
  color: #555;
  font-size: 15px;
  border-left-width: 0;
  background: #fff;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.radio2 li:first-child label {
  border-left-width: 1px;
}
.radio2 li.active label {
  background: #333;
  border-color: #333;
  color: #fff;
}
.radio2 li.itemImg div {
  display: none;
  position: absolute;
  right: 0;
  top: 32px;
  width: 100%;
  text-align: center;
  background: #333;
  padding: 10px 0;
  text-align: right;
  z-index: 1;
}
.radio2 li.itemImg div button {
  height: 30px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  line-height: 30px;
  font-size: 14px;
  color: #ddd;
  padding: 0 15px;
  border-radius: 4px;
  font-weight: 500;
}
.radio2 li.itemImg div button.open_img {
  margin-right: 20px;
  background: #FDE306 url(../images/img_00.png) no-repeat 15px center/auto 18px;
  padding-left: 40px;
  text-align: center;
}
.radio2 li.itemImg div button.open_img::before {
  display: inline-block;
  content: "이미지 추가 +";
  height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.radio2 li.itemImg div button.open_img.active {
  background-color: #fff;
}
.radio2 li.itemImg div button.open_img.active::before {
  content: "이미지 삭제 -";
}
.radio2 li.itemImg div button:last-child {
  margin-right: 15px;
}
.radio2 li.itemImg div button:nth-child(n+2):hover {
  background: #fff;
  color: #000;
}
.radio2 li.itemImg.active {
  margin-bottom: 50px;
}
.radio2 li.itemImg.active div {
  display: block;
}

textarea::-moz-placeholder {
  color: #999;
  font-weight: normal;
}

textarea::placeholder {
  color: #999;
  font-weight: normal;
}

textarea {
  border: none;
  height: 22px;
  width: 100%;
  font-family: "NanumSquare";
  color: #000;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 18px;
}
textarea.mes_add {
  height: 68px;
  color: #999;
  font-weight: 300;
}
textarea.mes_s {
  font-size: 15px;
  color: #999;
  font-weight: 400;
}
textarea.mes_tit1 {
  font-size: 20px;
}
textarea.mes_tit2 {
  font-size: 20px;
  font-weight: 600;
}
textarea.mes_gray {
  font-size: 18px;
  color: #999;
  font-weight: 300;
  font-weight: 400;
}

table.list tbody tr:hover {
  background: #fafafa;
  font-weight: 500;
}
table.list th, table.list td {
  padding: 10px;
}
table.list th {
  font-size: 16px;
  color: #181818;
  border-bottom: 2px solid #666;
  font-weight: 500;
}
table.list td {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
table.list td:first-child {
  padding-left: 0;
  text-align: left;
}
table.list td:first-child span {
  border: 1px solid #149C7B;
  padding: 5px 0;
  text-align: center;
  width: 80px;
  font-size: 15px;
  border-radius: 4px;
}
table.list td:first-child span.save {
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  background: #eee;
  color: #555;
}
table.list td:first-child span.ok {
  color: #17B68F;
  border: 1px solid #17B68F;
  font-weight: 500;
}
table.list td:first-child span.return {
  color: #FF2B6A;
  border: 1px solid #FF2B6A;
  font-weight: 500;
}
table.list td:first-child span.ing {
  color: #333;
  border: 1px solid #FEE800;
  background: #FEE800;
}
table.list td:nth-child(3) {
  text-align: left;
}

.paging {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px;
}
.paging li {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  margin: 3px;
}
.paging li a {
  color: #aaa;
  font-size: 18px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.paging li.prev_off {
  background: url(../images/prev_off.png) no-repeat center;
}
.paging li.prev {
  background: url(../images/prev.png) no-repeat center;
}
.paging li.next_off {
  background: url(../images/next_off.png) no-repeat center;
}
.paging li.next {
  background: url(../images/next.png) no-repeat center;
}
.paging li.active a {
  color: #000;
  font-weight: 600;
}

.select {
  transition: all 0.5s;
  position: relative;
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  height: 42px;
  overflow: hidden;
  vertical-align: top;
}
.select h4 {
  background: #fff url(../images/down.png) no-repeat right 20px center/auto 7px;
  border: 1px solid #f2f2f2;
  line-height: 40px;
  padding: 0 50px 0 20px;
  font-weight: 500;
}
.select ul {
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}
.select ul li {
  padding: 10px 20px 10px 30px !important;
  border-top: 1px solid #eee;
  position: relative;
  color: #555;
}
.select ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #555;
}
.select ul li:hover {
  color: #000;
  font-weight: 600;
  background: #fff;
}
.select ul li:hover::before {
  background-color: #000;
}
.select.active {
  height: auto;
  overflow: visible;
}
.select.active h4 {
  background-image: url(../images/up.png);
  border-color: #333;
}
.select.active ul {
  height: auto;
}

.btn {
  text-align: center;
  padding: 40px 0 0;
  font-size: 0;
  line-height: 0;
}
.btn button, .btn a {
  margin: 3px;
  min-width: 90px;
  color: #fff;
  vertical-align: top;
  line-height: 40px;
  background: #352324;
  border-radius: 7px;
  font-size: 18px;
  padding: 0 30px;
  font-weight: 400;
}
.btn button.open_btn2, .btn a.open_btn2 {
  background: #eee;
  color: #181818;
}
.btn button.del, .btn a.del {
  background: #fff;
  border: 1px solid #333;
  color: #333;
  font-weight: 500;
}
.btn button.ask, .btn button.open_confirm, .btn a.ask, .btn a.open_confirm {
  background: #FF2B6A;
}
.btn.right {
  text-align: right;
}
.btn.right button:first-child {
  float: left;
}
.btn.left {
  text-align: left;
  padding: 0;
}
.btn.left button {
  width: 150px;
  line-height: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 15px;
}
.btn.left button.add_ch {
  background-color: #FDE306;
  color: #181818;
}
.btn.left button.add_ch:before {
  height: 32px;
  background-size: auto 15px;
  width: 30px;
  vertical-align: top;
}
.btn.left button.add_ch.active {
  background-color: #352324;
  color: #fff;
}
.btn.left button.add_ch.active::before {
  background-image: url(../images/ch_off.png);
  color: #fff;
}

ul.form > li {
  margin-bottom: 25px;
}
ul.form > li:after {
  content: "";
  display: block;
  clear: both;
}
ul.form > li > label, ul.form > li > span {
  float: left;
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
  display: block;
  height: 32px;
  margin-bottom: 5px;
}
ul.form > li input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
ul.form > li > div {
  float: left;
  width: calc(100% - 120px);
}
ul.form > li.block > span {
  width: 100%;
}
ul.form > li.block > div {
  width: 100%;
}
ul.form > li.block > b {
  color: #FF2B6A;
  font-size: 13px;
  font-weight: 400;
  padding-left: 10px;
  padding-top: 5px;
}
ul.form > li .add_link li {
  margin-bottom: 5px;
}
ul.form > li .add_link li button {
  background: #f9f9f9;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  height: 28px;
  margin: 0 3px 3px 0;
  padding: 0 12px;
  border-radius: 4px;
}
ul.form > li .add_link li button:hover {
  background: #333;
  color: #fff;
  font-weight: 500;
}
ul.form > li.first {
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
ul.form > li.first label {
  line-height: 50px;
  font-size: 18px;
  height: 50px;
  width: 120px;
}
ul.form > li.first > div {
  width: calc(100% - 120px);
}
ul.form > li.first > div input {
  background: transparent;
  height: 50px;
  line-height: 50px;
}
ul.form > li.bor {
  border-bottom: 1px solid #aaa;
}

.tab > ul {
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.tab > ul li {
  display: inline-block;
}
.tab > ul li button {
  padding: 0 20px;
  font-size: 18px;
  color: #547A9D;
  line-height: 60px;
  height: 60px;
  background: #fff;
}
.tab > ul li.active button {
  color: #000;
  font-weight: 500;
}
.tab > ul li.active button span {
  position: relative;
  z-index: 2;
}
.tab > ul li.active button span::before {
  display: block;
  content: "";
  position: absolute;
  left: -7px;
  bottom: -3px;
  height: 10px;
  width: calc(100% + 14px);
  border-radius: 10px;
  background: #FDE306;
  z-index: -1;
}
.tab > ul::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/img.png) no-repeat center/auto 36px;
  vertical-align: top;
}
.tab > ol {
  background: #B2C7DA;
  padding: 30px;
}
.tab > ol li {
  display: none;
}
.tab > ol li.active {
  display: block;
}

.btn.file:after {
  content: "";
  display: block;
  clear: both;
}
.btn.file > div {
  overflow: hidden;
  width: 130px;
  background: #444;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}
.btn.file > div::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 40px;
  background: url(../images/file_1.png) no-repeat center/auto 20px;
  vertical-align: top;
}
.btn.file > div input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 80px;
}
.btn.file > button {
  float: right;
  margin: 0;
  padding: 0 20px;
}

.call {
  background: transparent url(../images/call3.png) no-repeat center/auto 100px;
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0;
  z-index: 20;
}
.call span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 26px 20px 0;
  line-height: 18px;
}

/*********** header ***********/
body {
  min-width: 350px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#wrapper .top {
  background: rgba(0, 0, 0, 0.5) url(../images/top.png) no-repeat center/auto 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.5s;
}
#wrapper .top.active {
  opacity: 1;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 20px;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header > div {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
  position: relative;
}
#header > div > ul {
  margin-left: 260px;
}
#header > div > ul li {
  float: left;
}
#header > div > ul li a {
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #333;
  padding: 0 40px;
  border-radius: 15px 15px 0 0;
}
#header > div > ul li.active a {
  background: #e7e5db;
  color: #000;
  font-weight: 500;
  position: relative;
}
#header > div > ul li.active a::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  background: url(../images/icon_1.png) no-repeat left center/21px auto;
  vertical-align: top;
}
#header > div > ul li:nth-child(2).active a::before {
  background-image: url(../images/icon_2.png);
}
#header > div > ul li:nth-child(3).active a::before {
  background-image: url(../images/icon_3.png);
}

/*********** main ***********/
#main {
  padding: 70px 0 60px;
  min-height: 100%;
}
#main.bg {
  padding-bottom: 0;
}
#main.bg > div.title > div {
  padding: 30px 30px 80px;
}
#main.bg > div.title > div:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.title {
  background-color: #e7e5db;
}
#main > div.title .guide {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 9;
}
#main > div.title .guide a {
  width: 65px;
  height: 65px;
  color: #fff;
  background: #E0AE65;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  padding-top: 16px;
  line-height: 1.1em;
  display: inline-block;
  margin-left: 20px;
}
#main > div.title .guide a span {
  display: block;
}
#main > div.title .guide::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -8px;
  width: 35px;
  height: 40px;
  background: url(../images/guide.png) no-repeat center/35px auto;
}
#main > div.title > div {
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 80px 30px;
  min-height: 80px;
}
#main > div.title > div h2 {
  position: fixed;
  left: 50%;
  top: 0;
  width: 320px;
  height: 140px;
  margin-left: -590px;
  background: url(../images/title.png) no-repeat center 0/320px auto;
  z-index: 11;
  display: table;
  padding: 25px 30px 70px;
  text-align: center;
}
#main > div.title > div h2 span {
  color: #FEE800;
  font-size: 36px;
  font-weight: 500;
  display: table-cell;
  word-break: keep-all;
  line-height: 1.1em;
  vertical-align: middle;
}
#main > div.title > div h2 button {
  color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 20px;
  background: #FF2B6A;
  font-size: 18px;
  margin: 35px 0 0 10px;
  border-radius: 30px;
}
#main > div.title > div dl {
  clear: both;
}
#main > div.title > div dl dt {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  color: #000;
}
#main > div.title > div dl dd {
  padding-top: 6px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
#main > div.title > div dl dd::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #333;
}
#main > div.title > div p {
  margin-top: 15px;
  font-size: 14px;
}
#main > div.title > div .open_sample {
  margin-left: 240px;
}
#main > div.content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: -70px auto 0;
  padding: 0 30px;
  clear: both;
}
#main > div.content.mt50 {
  margin-top: -65px;
}
#main > div.content .titleA {
  padding-top: 20px;
}
#main > div.content .titleA:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.content .titleA.mt50 {
  margin-top: 45px;
}
#main > div.content .titleA h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  float: left;
}
#main > div.content .titleA h5 {
  float: left;
  margin-top: 20px;
}
#main > div.content .titleA > span {
  float: right;
}
#main > div.content .titleA > span.name {
  background: #FF2B6A;
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 5px;
}
#main > div.content .cate_box {
  font-size: 20px;
  color: #181818;
  display: none;
}
#main > div.content .phone {
  position: relative;
}
#main > div.content .phone:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.content .phone > div {
  float: left;
  width: calc(50% - 15px);
}
#main > div.content .phone > div.show {
  background: url(../images/phone2.png) no-repeat 0 -70px/100% auto;
  margin-top: 70px;
  float: left;
  overflow: hidden;
  overflow-y: auto;
}
#main > div.content .phone > div.show > div {
  margin: 0px 10%;
  padding-bottom: 40px;
}
#main > div.content .phone > div.show > div h3 {
  font-size: 15px;
  line-height: 36px;
  height: 36px;
  color: #323e44;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
#main > div.content .phone > div.show > div h3::before {
  display: inline-block;
  content: "";
  height: 36px;
  width: 36px;
  border-radius: 40%;
  background: #749FC0 url(../images/logo.png) no-repeat center/auto 22px;
  vertical-align: top;
  margin-right: 5px;
}
#main > div.content .phone > div.show > div > div .typeBox {
  background: #fff;
  border-radius: 15px;
}
#main > div.content .phone > div.show > div > div .typeBox dt {
  background: #FDE306;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  border-radius: 15px 15px 0 0;
  padding: 0 20px;
  font-weight: 600;
}
#main > div.content .phone > div.show > div > div .typeBox dd {
  padding: 10px 20px;
  display: none;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li {
  margin-top: 10px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li h5 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn {
  margin-top: 25px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn li {
  position: relative;
  margin: 5px 0;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn li input[type=text] {
  border-radius: 7px;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-weight: 400;
  height: 40px;
  background: #f5f5f5;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn li .add_ch {
  width: 100%;
  font-size: 18px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .btn_del {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close_b.png) no-repeat center/auto 8px;
  padding: 0;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .imgbox {
  width: calc(100% + 40px);
  margin: -20px 0 20px -20px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul > li .imgbox img {
  width: 100%;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol {
  padding-bottom: 12px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol li {
  position: relative;
  padding: 3px 20px 3px 0;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol li:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol li input {
  float: left;
  width: 90px;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  color: #999;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol li textarea {
  float: left;
  width: calc(100% - 90px);
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol li button {
  height: 24px;
  width: 24px;
  right: -10px;
  top: 2px;
  background-color: #f5f5f5;
  border-radius: 50%;
  background-size: auto 6px;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li ol.active {
  border-bottom: 1px solid #ddd;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li.imgNo > div {
  display: none;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li.imgNo > h5 {
  display: block;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li.imgNo.active > div {
  display: block;
}
#main > div.content .phone > div.show > div > div .typeBox dd > ul.item > li.imgNo.active > h5 {
  display: none;
}
#main > div.content .phone > div.show > div > div .typeBox dd.active {
  display: block;
}
#main > div.content .phone > div.show > div .time {
  font-size: 12px;
  font-weight: 500;
  color: #2f363b;
  text-align: right;
  padding-top: 8px;
  width: 100%;
  padding-right: 50px;
}
#main > div.content .phone > div.template {
  float: right;
  padding-bottom: 40px;
  padding-top: 13px;
  margin-left: 30px;
}
#main > div.content .phone > div.template .form {
  border-bottom: 1px solid #ccc;
}
#main > div.content .phone > div.template .form.active input[type=text] {
  pointer-events: none;
}
#main > div.content .phone > div.template .form.active .radio2 li label {
  opacity: 0.5;
}
#main > div.content .phone > div.template .form.active .radio2 li.active label {
  opacity: 1;
}
#main > div.content .phone > div.template .form.active .btn.left {
  opacity: 0.5;
}
#main > div.content .phone::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(50% - 15px);
  height: 70px;
  background: url(../images/phone2.png) no-repeat 0 0/100% auto;
}
#main > div.content .form_list {
  width: 100%;
  margin-top: 40px;
}
#main > div.content .form_list tr {
  border-bottom: 1px solid #ddd;
}
#main > div.content .form_list tr td {
  font-size: 14px;
  color: #999;
  display: table;
  width: 100%;
  position: relative;
}
#main > div.content .form_list tr td:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.content .form_list tr td > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
#main > div.content .form_list tr td > div:nth-child(2) {
  width: calc(100% - 250px);
  color: #1d358b;
  font-size: 13px;
}
#main > div.content .form_list tr td > div:nth-child(2) .link {
  display: inline-block;
  color: #3d5ac1;
  text-decoration: underline;
}
#main > div.content .form_list tr td > div:first-child {
  width: 250px;
}
#main > div.content .form_list tr td.code div {
  vertical-align: top;
}
#main > div.content .form_list tr td.code div .number {
  line-height: 36px;
  height: 36px;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
  text-align: center;
  width: 120px;
  position: absolute;
  left: 250px;
  top: 15px;
}
#main > div.content .form_list tr td.code div b {
  vertical-align: middle;
  padding-left: 130px;
  line-height: 1.1em;
  height: 44px;
  display: table-cell;
}
#main > div.content .form_list tr td.code div > span {
  width: 100%;
  border-top: 1px solid #ddd;
  display: none;
  padding: 15px 0 5px;
  font-size: 0;
  line-height: 0;
  margin-left: -250px;
  margin-top: 12px;
  width: calc(100% + 250px);
}
#main > div.content .form_list tr td.code div > span input {
  width: 250px;
  line-height: 36px;
  height: 36px;
  vertical-align: top;
}
#main > div.content .form_list tr td.code div > span a {
  color: #fff;
  background: #352324;
  font-size: 15px;
  line-height: 36px;
  display: inline-block;
  width: 120px;
  text-align: center;
}
#main > div.content .form_list tr td.code div > span span {
  font-size: 14px;
  color: #1d358b;
  padding-left: 15px;
}
#main > div.content .form_list tr td.code.active div:nth-child(2) > span {
  display: block;
}
#main > div.content .form_list tr td.box {
  padding: 20px 0;
}
#main > div.content .form_list tr td.box .len3 {
  width: 100% !important;
}
#main > div.content .form_list tr td.box .len3 .select {
  float: left;
  width: 290px;
}
#main > div.content .form_list tr td.box .cate_box {
  display: none;
}
#main > div.content .form_list tr td.paddL b {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: #181818;
  font-size: 18px;
  line-height: 70px;
  font-weight: 600;
}
#main > div.content .form_list tr td.paddL input[type=text] {
  padding-left: 22px;
}
#main > div.content .form_list tr.active label {
  color: #181818;
  font-weight: 500;
}
#main > div.content .form_list tr.active > div:first-child input {
  border-color: #181818;
}
#main > div.content .form_list tr label {
  font-size: 16px;
  color: #777;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: left;
}
#main > div.content .form_list tr:last-child th, #main > div.content .form_list tr:last-child td {
  border-bottom: none !important;
}
#main > div.content .btn .btn_del {
  display: none;
}
#main > div.content .list {
  clear: both;
  margin-top: 20px;
}
#main > div.content .list th {
  padding-top: 20px;
}
#main > div.content .function {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px 40px 50px;
  border-radius: 30px;
}
#main > div.content .function > li {
  margin-top: 80px;
}
#main > div.content .function > li.info_1 {
  padding-left: 25%;
  background: url(../images/man_1.png) no-repeat left 0/20% auto;
}
#main > div.content .function > li .list_dot li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}
#main > div.content .function > li .list_dot li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  left: 0;
  top: 8px;
}
#main > div.content .function > li h4 {
  margin-bottom: 25px;
}
#main > div.content .function > li h4 span {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
#main > div.content .function > li h4 span::before {
  display: inline-block;
  content: "";
  width: calc(100% + 8px);
  position: absolute;
  left: -4px;
  bottom: 0px;
  height: 8px;
  background: #FEE800;
  z-index: -1;
  border-radius: 10px;
}
#main > div.content .function > li ol {
  border-bottom: 1px solid #eee;
}
#main > div.content .function > li ol li {
  border-top: 1px solid #eee;
  padding: 30px 0 30px 40px;
  position: relative;
}
#main > div.content .function > li ol li b {
  font-weight: 600;
  color: #FF2B6A;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 30px;
  width: 50px;
  display: block;
}
#main > div.content .function > li:first-child {
  margin-top: 0;
}
#main > div.content .function > li.process h4 {
  text-align: left;
}
#main > div.content .function > li.process ul {
  margin-top: 20px;
}
#main > div.content .function > li.process ul li {
  position: relative;
  padding-top: 50px;
}
#main > div.content .function > li.process ul li span {
  display: block;
  width: 250px;
  border-radius: 10px;
  padding: 30px 10px;
  border: 1px solid #e4e4e4;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  position: relative;
  background: #fff;
  text-align: center;
}
#main > div.content .function > li.process ul li span::before {
  display: inline-block;
  content: "";
  width: 55px;
  height: 30px;
  background: url(../images/step_01.png) no-repeat left center/auto 30px;
  vertical-align: middle;
}
#main > div.content .function > li.process ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 50px;
  background: url(../images/arrow1.png) no-repeat center/20px auto;
}
#main > div.content .function > li.process ul li.state {
  padding-top: 60px;
}
#main > div.content .function > li.process ul li.state:after {
  content: "";
  display: block;
  clear: both;
}
#main > div.content .function > li.process ul li.state span {
  float: left;
}
#main > div.content .function > li.process ul li.state span b {
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: -10px;
  width: 124px;
  text-align: center;
  margin-left: -62px;
  border-radius: 15px;
  background: #FF2B6A;
  color: #fff;
  line-height: 20px;
}
#main > div.content .function > li.process ul li.state span:first-child b {
  width: 90px;
  margin-left: -45px;
}
#main > div.content .function > li.process ul li.state span:last-child {
  margin-left: 50px;
}
#main > div.content .function > li.process ul li.state span:last-child::after {
  display: block;
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(../images/arrow2.png) no-repeat center/auto 20px;
}
#main > div.content .function > li.process ul li:nth-child(2) span::before {
  background-image: url(../images/step_02.png);
}
#main > div.content .function > li.process ul li:nth-child(2) span:last-child::before {
  background-image: url(../images/step_03.png);
}
#main > div.content .function > li.process ul li:nth-child(3) span::before {
  background-image: url(../images/step_04.png);
}
#main > div.content .function > li.process ul li:first-child {
  padding-top: 0;
}
#main > div.content .function > li.process ul li:first-child::before {
  left: 250px;
  top: 35px;
  width: 185px;
  height: 110px;
  background: url(../images/arrow3.png) no-repeat right top/auto 120px;
}
#main.approval > div.title > div dl {
  display: none;
}
#main.approval > div.content .form_list td div:last-child, #main.approval > div.content .form_list td .len3 {
  display: none;
}
#main.approval > div.content .form_list td .cate_box {
  display: block !important;
  color: #000;
  font-size: 20px;
  line-height: 50px;
}
#main.approval > div.content .form_list label {
  color: #181818;
  font-weight: 500;
}
#main.approval > div.content .btn button {
  display: none;
}
#main.approval > div.content .btn button.btn_del {
  display: inline-block;
}

/*********** 레이어팝업 ***********/
#layer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
#layer > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 850px;
  background: #fff;
  border-radius: 20px;
  display: none;
}
#layer > div h2 {
  background: #352324;
  color: #fff;
  padding: 15px 40px 15px 30px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
}
#layer > div > div {
  padding: 30px 30px 40px;
}
#layer > div > div .form > li > label, #layer > div > div .form > li > span {
  width: 100px;
}
#layer > div > div .form > li > div {
  width: calc(100% - 100px);
}
#layer > div > div .form > li > div .radio {
  margin: 4px 0px;
}
#layer > div > div .form > li > div > ol {
  margin: 20px 0 0 -80px;
  width: calc(100% + 80px);
}
#layer > div > div .form > li > div > ol li {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
}
#layer > div > div .form > li > div > ol li:after {
  content: "";
  display: block;
  clear: both;
}
#layer > div > div .form > li > div > ol li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #555;
}
#layer > div > div .form > li > div > ol li label {
  float: left;
  width: 70px;
  line-height: 40px;
}
#layer > div > div .form > li > div > ol li div {
  float: left;
  width: calc(100% - 70px);
}
#layer > div > div .form > li > div > ol li div input[type=text] {
  border-bottom: 1px solid #aaa;
}
#layer > div > div .form > li > div > ol li:nth-child(4), #layer > div > div .form > li > div > ol li:nth-child(5) {
  display: none;
}
#layer > div > div .form > li > div > ol.active li:nth-child(4), #layer > div > div .form > li > div > ol.active li:nth-child(5) {
  display: block;
}
#layer > div > div .form > li:last-child {
  margin-bottom: 0;
}
#layer > div > div .form > li.bor {
  padding-bottom: 1px;
}
#layer > div > div .form > li.bor label, #layer > div > div .form > li.bor input {
  height: 40px;
  line-height: 40px;
  border: 0;
}
#layer > div > div .say {
  border: 1px solid #ddd;
  margin-top: 20px;
  height: 100px;
}
#layer > div > div .ex dt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 12px;
}
#layer > div > div .ex dt span {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 4000;
  color: #999;
}
#layer > div > div .ex dd p {
  line-height: 1.4em;
  margin-top: 15px;
}
#layer > div > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 55px;
  background: url(../images/close_w.png) no-repeat center/auto 15px;
  z-index: 21;
}
#layer > div.active {
  display: block;
}
#layer > div.sample {
  max-height: calc(100% - 40px);
  overflow: hidden;
  width: 1100px;
  height: 100%;
}
#layer > div.sample > div.tab {
  padding: 0;
}
#layer > div.sample > div.tab ul {
  padding-right: 60px;
}
#layer > div.sample > div.tab ol {
  overflow: hidden;
  overflow-y: auto;
  height: 800px;
}
#layer > div.sample > div.tab ol li:after {
  content: "";
  display: block;
  clear: both;
}
#layer > div.sample > div.tab ol li a {
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
}
#layer > div.sample > div.tab ol li a span {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  position: absolute;
  left: 0;
  right: 0;
}
#layer > div.sample > button {
  background-image: url(../images/close_b.png);
  height: 60px;
}
#layer > div.img .tab3 {
  display: inline-block;
  float: right;
  margin-right: 3 0px;
  margin-top: 2px;
}
#layer > div.img .tab3 button {
  border-radius: 15px 15px 0 0;
  height: 38px;
  font-size: 15px;
  background: transparent;
}
#layer > div.img .tab3 button.active {
  background: #fff;
  color: #352324;
  font-weight: 500;
}
#layer > div.img .radio3 li {
  border: 2px solid #eee;
  float: left;
  width: calc(25% - 10px);
  margin: 5px;
}
#layer > div.img .radio3 li img {
  width: 100%;
}
#layer > div.img .radio3 li.active {
  border-color: #FF2B6A;
}
#layer > div.img .radio3 li.block {
  width: 100%;
  margin-top: 20px;
}
#layer > div.img .radio3 li.block:after {
  content: "";
  display: block;
  clear: both;
}
#layer > div.img .radio3 li.block .btn.file {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
#layer > div.img .radio3 li.block .btn.file:after {
  content: "";
  display: block;
  clear: both;
}
#layer > div.img .radio3 li.block .btn.file span {
  padding: 0 17px;
  float: left;
  font-size: 16px;
  color: #333;
  background: #eee;
  height: 40px;
  line-height: 40px;
}
#layer > div.img .radio3 li.block .btn.file input[type=text] {
  float: left;
  width: calc(100% - 160px);
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
}
#layer > div.img .radio3 li.block .btn.file input[type=file] {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: -100px;
  line-height: 1em;
  vertical-align: top;
  z-index: 1;
}
#layer > div.img .radio3 li.block .btn.file::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333 url(../images/file_1.png) no-repeat 20px center/auto 20px;
  padding-left: 30px;
  color: #fff;
  content: "파일선택";
  height: 40px;
  font-size: 16px;
  width: 100px;
  line-height: 40px;
}
#layer > div.img .radio3 li.block.active span {
  color: #000;
  font-weight: 500;
}
#layer > div.message {
  width: 560px;
}
#layer > div.message h3 {
  text-align: center;
  font-size: 25px;
  padding: 50px 0 20px;
  font-weight: 500;
}
#layer > div.message h3 span {
  color: #FF2B6A;
}
#layer > div.message > button {
  background-image: url(../images/close_b.png);
}
#layer > div.confirm, #layer > div.btn2, #layer > div.return {
  width: 560px;
}
#layer.active {
  display: block;
}

/*********** 반응형 ***********/
@media screen and (max-width: 1080px) {
  .template .form span {
    width: 100%;
  }
  .template .form > li > div {
    width: 100%;
  }
}
@media screen and (max-width: 934px) {
  #header {
    padding-top: 20px;
  }
  #header > div {
    padding: 0 30px;
    text-align: center;
    line-height: 0;
    font-size: 0;
  }
  #header > div > ul {
    margin: 0;
    display: inline-block;
  }
  #header > div > ul li.active a {
    font-weight: 500;
  }
  #main.bg > div.title > div h2 {
    margin-bottom: 0;
    float: left;
  }
  #main.bg > div.content {
    margin-top: -70px;
  }
  #main > div.title > div {
    padding: 40px 30px 20px;
  }
  #main > div.title > div h2 {
    position: static;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    color: #000;
    margin: 0 0 20px;
  }
  #main > div.title > div h2 span {
    color: #000;
    font-size: 35px;
    font-weight: 600;
  }
  #main > div.title > div h2 button {
    margin-left: 15px;
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
  }
  #main > div.title > div p {
    text-align: left;
    margin: 10px 0px 0;
  }
  #main > div.title > div .btn {
    margin-top: -50px;
  }
  #main > div.title > div .open_sample {
    width: auto;
    margin-left: 40px;
  }
  #main > div.content {
    padding: 0 30px;
    margin: 0;
  }
  #main > div.content .titleA {
    background: #e7e5db;
    padding: 0 30px 15px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #main > div.content .titleA.mt50 {
    margin-top: 0px;
    padding: 15px 20px;
  }
  #main > div.content .form_list {
    margin-top: 20px;
  }
  #main > div.content .function {
    margin-top: -25px;
  }
  #main > div.content .function::before {
    display: block;
    content: "";
    background: #e7e5db;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: -1;
  }
}
@media screen and (max-width: 850px) {
  #main {
    padding-top: 70px;
  }
  #main.bg > div.content .phone:before {
    display: none;
  }
  #main.bg > div.content .phone > div.show {
    max-width: 500px;
    width: 500px;
    float: none;
    margin: auto;
    background-position: 0 0;
  }
  #main.bg > div.content .phone > div.show > div {
    margin: 70px 10% 0px;
  }
  #main.bg > div.content .phone > div.show > div h3 {
    height: 30px;
    line-height: 30px;
  }
  #main.bg > div.content .phone > div.show > div h3::before {
    width: 30px;
    height: 30px;
    background-size: auto 18px;
  }
  #main.bg > div.content .phone > div.template {
    width: 100%;
  }
  #main.bg > div.content .phone > div.template .form > li {
    margin-bottom: 15px;
  }
  #main.bg > div.content .phone > div.template .form > li.first {
    margin-bottom: 20px;
  }
  #main.bg > div.content .phone > div.template .form > li .add_link button {
    height: 24px;
    line-height: 24px;
  }
  #main.bg > div.content .phone > div.template .form > li > span {
    width: 120px;
  }
  #main.bg > div.content .phone > div.template .form > li.block > span, #main.bg > div.content .phone > div.template .form > li.block > div {
    width: 100%;
  }
  #layer > div {
    width: calc(100% - 40px);
  }
  #layer > div > div {
    padding: 20px 25px 25px;
  }
}
@media screen and (max-width: 760px) {
  #header {
    padding-top: 15px;
    height: 65px;
  }
  #header > div {
    padding: 0 20px;
  }
  #header > div > ul {
    display: block;
  }
  #header > div > ul li {
    width: 30%;
  }
  #header > div > ul li a {
    font-size: 16px;
    padding: 0;
    line-height: 50px;
    height: 50px;
  }
  #header > div > ul li.active {
    width: 40%;
  }
  #header > div > ul li.active a {
    padding: 0;
    font-weight: 500;
  }
  #header > div > ul li.active a::before {
    height: 50px;
    background-size: auto 20px;
  }
  #main {
    padding-top: 65px;
  }
  #main.bg > div.title > div {
    padding: 20px 15px 55px;
  }
  #main > div.title .guide {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  #main > div.title .guide::before {
    display: none;
  }
  #main > div.title .guide a {
    display: inline-block;
    width: calc(50% - 4px);
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 16px;
  }
  #main > div.title .guide a span {
    display: inline-block;
  }
  #main > div.title > div {
    padding: 20px 15px;
  }
  #main > div.title > div h2 {
    margin-bottom: 10px;
  }
  #main > div.title > div h2 span {
    font-size: 30px;
    line-height: 50px;
  }
  #main > div.title > div dl dt {
    font-size: 15px;
  }
  #main > div.title > div dl dd {
    font-size: 14px;
    padding-left: 10px;
  }
  #main > div.title > div dl dd::before {
    width: 3px;
    height: 3px;
    top: 12px;
  }
  #main > div.title > div .btn a {
    line-height: 30px;
    font-size: 15px;
    width: auto;
    height: 30px;
    padding: 0 10px;
  }
  #main > div.title > div .btn a::before {
    width: 22px;
    height: 30px;
    background-size: auto 16px;
  }
  #main > div.title > div .open_sample {
    float: right;
    padding-right: 0;
  }
  #main > div.title > div .open_sample span {
    font-size: 15px;
    background-size: auto 12px;
    padding-left: 24px;
  }
  #main > div.content {
    padding: 0px 15px 0;
    margin: 0;
  }
  #main > div.content .titleA {
    padding: 0 15px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  #main > div.content .titleA h3 {
    font-size: 18px;
  }
  #main > div.content .titleA > span.name {
    font-size: 14px;
    padding: 0 10px;
  }
  #main > div.content .form_list colgroup {
    display: none;
  }
  #main > div.content .form_list tr th {
    width: 105px;
  }
  #main > div.content .form_list tr th label {
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
  }
  #main > div.content .form_list tr th label span {
    display: block;
  }
  #main > div.content .form_list tr td {
    padding: 10px 0;
    display: block;
  }
  #main > div.content .form_list tr td > div {
    width: 100% !important;
    display: block;
  }
  #main > div.content .form_list tr td > div:nth-child(2) {
    padding-top: 0;
  }
  #main > div.content .form_list tr td > div input {
    border: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
  }
  #main > div.content .form_list tr td.code > div .number {
    left: auto;
    left: initial;
    right: 0;
    top: 20px;
  }
  #main > div.content .form_list tr td.code > div > span {
    border: 0;
    width: 100%;
    margin: 0;
    position: relative;
  }
  #main > div.content .form_list tr td.code > div > span input {
    width: calc(100% - 170px);
    margin-left: 50px;
  }
  #main > div.content .form_list tr td.code > div > span span {
    position: absolute;
    left: 0;
    top: 15px;
    padding-left: 0;
    height: 36px;
    line-height: 36px;
  }
  #main > div.content .form_list tr td.code > div b {
    padding-left: 0;
    height: auto;
  }
  #main > div.content .form_list tr td.box .len3 {
    padding-top: 0;
  }
  #main > div.content .form_list tr td.box .len3 .select {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  #main > div.content .form_list tr td.box .cate_box {
    line-height: 40px;
    margin-top: 0;
  }
  #main > div.content .form_list tr td.paddL b {
    height: 36px;
    line-height: 36px;
    top: 20px;
    left: 10px;
  }
  #main > div.content .form_list tr td.paddL input[type=text] {
    padding-left: 30px;
  }
  #main > div.content .function {
    padding: 20px 20px 30px;
    margin-top: -20px;
    border-radius: 15px;
  }
  #main > div.content .function > li {
    margin-top: 30px;
  }
  #main > div.content .function > li h4 {
    margin-bottom: 15px;
  }
  #main > div.content .function > li h4 span {
    font-size: 18px;
  }
  #main > div.content .function > li ol {
    margin-top: 0;
  }
  #main > div.content .function > li ol li {
    padding: 13px 0 13px 30px;
  }
  #main > div.content .function > li ol li b {
    top: 15px;
  }
  #main > div.content .function > li.info_1 {
    padding-left: 0px;
    background-size: 0 auto;
  }
  #main > div.content .function > li.process ul li span, #main > div.content .function > li.process ul li::before {
    width: calc(50% - 25px);
    font-size: 16px;
  }
  #main > div.content .function > li.process ul li span::before {
    width: 40px;
  }
  #main > div.content .function > li.process ul li:first-child::before {
    width: calc(25% + 50px);
    left: calc(50% - 25px);
  }
  #main > div.content .function > li.process ul li.state span b {
    font-size: 13px;
    left: 0;
    width: calc(100% + 2px) !important;
    margin-left: -1px !important;
    border-radius: 10px 10px 0 0;
  }
  #main > div.content .list {
    margin-top: 0;
  }
  #main > div.content ul.form > li.first > div input, #main > div.content ul.form > li.first label {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 16px;
  }
  #main > div.content ul.form > li.first label {
    width: 100px;
  }
  #main > div.content ul.form > li.first > div {
    width: calc(100% - 100px);
  }
  table.list thead, table.list colgroup {
    display: none;
  }
  table.list tbody {
    display: block;
  }
  table.list tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
  }
  table.list tbody tr:after {
    content: "";
    display: block;
    clear: both;
  }
  table.list tbody tr td {
    display: block;
    float: left;
    border-bottom: 0;
    padding: 0;
    min-height: 20px;
    margin-right: 10px;
    line-height: 1.2em;
    color: #999;
  }
  table.list tbody tr td::before {
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
  }
  table.list tbody tr td:nth-child(1) span {
    width: auto;
    padding: 5px 15px;
    vertical-align: top;
  }
  table.list tbody tr td:nth-child(2)::before {
    content: "검수일자 : ";
    line-height: 30px;
  }
  table.list tbody tr td:nth-child(3) {
    width: 100%;
    text-align: left;
    font-weight: 500;
    margin: 12px 0;
    font-size: 18px;
    height: auto;
    color: #121212;
  }
  table.list tbody tr td:nth-child(4)::before {
    content: "템플릿 코드 : ";
  }
  table.list tbody tr td:nth-child(5)::before {
    content: "담당자 : ";
  }
  table.list tbody tr td:nth-child(6)::before {
    content: "등록일자 : ";
  }
  textarea {
    font-size: 16px;
  }
  #main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn li input[type=text] {
    font-size: 15px;
  }
  #main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn li .add_ch {
    font-size: 15px;
  }
  #main > div.content .phone > div.show > div > div .typeBox dd > ul > li .list_btn li .add_ch::before {
    height: 40px;
    width: 36px;
  }
  #layer > div.sample > button {
    height: 60px;
  }
  #layer > div.sample .tab ul {
    text-align: left;
    padding: 10px 60px 10px 10px;
  }
  #layer > div.sample .tab ul::before {
    display: none;
  }
  #layer > div.sample .tab ul li button {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
  }
  #layer > div.sample .tab ol {
    padding: 25px 20px;
  }
  #layer > div.img .radio3 li {
    width: calc(33.33% - 10px);
  }
  .btn {
    padding-top: 20px;
  }
  .btn button, .btn a {
    padding: 0 20px;
    font-size: 16px;
  }
  .call {
    width: 60px;
    height: 60px;
    background-size: auto 35px;
    background-position: center;
    right: 10px;
    bottom: 15px;
  }
  .call span {
    font-size: 0;
  }
}
@media screen and (max-width: 600px) {
  #main.bg > div.content .phone > div.show {
    max-width: 100%;
    width: 100%;
  }
  #main > div.content .form_list tr td .code > div.active {
    width: 100%;
    display: block;
  }
  #main > div.content .form_list tr td .code > div.active input {
    width: calc(100% - 100px);
  }
  #main > div.content .form_list tr td .code b {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
  #layer > div.btn2, #layer > div.confirm, #layer > div.return {
    width: calc(100% - 40px);
  }
  #layer > div.btn2 > div .form > li > div > ol {
    margin-top: 10px;
  }
  #layer > div.btn2 > div .form > li > div > ol li {
    margin-top: 20px;
  }
  #layer > div.btn2 > div .form > li > div > ol li label, #layer > div.btn2 > div .form > li > div > ol li div {
    width: 100%;
  }
  #layer > div.btn2 > div .form > li > div > ol li label {
    line-height: 16px;
  }
  #layer > div.btn2 > div .form > li > div > ol li::before {
    top: 7px;
  }
  #layer > div.img h2 {
    padding-bottom: 55px;
  }
  #layer > div.img h2 .tab3 {
    margin-top: 22px;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #layer > div.img h2 .tab3 button {
    height: 34px;
    line-height: 34px;
    border-radius: 10px 10px 0 0;
  }
  #layer > div.img .radio3 li {
    width: calc(50% - 10px);
  }
  #layer > div.img .radio3 li.block .btn.file span {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  #main > div.content .function > li.process ul li span::before {
    width: 100%;
    background-position: center;
    height: 40px;
  }
  .radio2 li label {
    padding: 0 8px;
  }
  #layer > div > div .form > li > label, #layer > div > div .form > li > span {
    width: 80px;
  }
  #layer > div > div .form > li > div {
    width: calc(100% - 80px);
  }
  .btn.file > div {
    width: 116px;
    border-radius: 7px;
  }
}/*# sourceMappingURL=default.css.map */