@charset "UTF-8";
@import url("contents.css");
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
figure,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
a,
textarea,
input,
select,
option,
button,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  resize: none;
  -webkit-text-size-adjust: none;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px;
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* -------------------------------------------------------------------------------
    Typography
 ------------------------------------------------------------------------------- */
body {
  font-family: 'NotoR', sans-serif;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}

b {
  font-weight: bold;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym,
img,
button {
  border: 0;
}

hr {
  overflow: hidden;
  position: absolute;
  left: -9999em;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

pre {
  white-space: pre-wrap;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

em {
  font-style: normal;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

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

/* -------------------------------------------------------------------------------
    Table
 ------------------------------------------------------------------------------- */
table {
  table-layout: fixed;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
}

table caption,
fieldset legend {
  overflow: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999999px;
}

td,
th {
  word-break: break-all;
}

/* -------------------------------------------------------------------------------
    Forms
 ------------------------------------------------------------------------------- */
input,
button,
textarea,
select {
  -webkit-transform: translate3d(0, 0, 0);
}

input {
  vertical-align: middle;
}

select {
  padding: 0 20px 0 10px;
  min-width: 72px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0;
  word-spacing: -2px;
  border: 1px solid #b7b7b7;
  font-family: 'NotoR', sans-serif;
  vertical-align: middle;
  background: #fff url("../image/sel_01.png") no-repeat 95% 14px;
  background-size: 12px 7px;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  select {
    padding-bottom: 4px;
  }
}

textarea {
  padding: 10px;
  border: 1px solid #b7b7b7;
  font-family: 'NotoR', sans-serif;
  resize: none;
}

input[type="button"],
button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none !important;
  cursor: pointer;
  font-family: 'NotoR', sans-serif;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  line-height: normal;
  border: none;
}

input[type="text"]::-ms-clear {
  display: none !important;
}

input[type="text"] {
  height: 35px;
  padding: 0 10px;
  min-width: 54px;
  font-family: 'NotoR', sans-serif;
  letter-spacing: 0;
  word-spacing: -2px;
  outline: none;
  border: 1px solid #b7b7b7;
  -webkit-appearance: none !important;
  background: #fff;
  -webkit-ime-mode: active;
  -moz-ime-mode: active;
  -ms-ime-mode: active;
  ime-mode: active;
}

input[type="text"].eng {
  ime-mode: inactive;
  -webkit-ime-mode: inactive;
  -moz-ime-mode: inactive;
  -ms-ime-mode: inactive;
}

input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"] {
  padding: 0 10px;
  height: 35px;
  min-width: 54px;
  font-family: 'NotoR', sans-serif;
  letter-spacing: 0;
  word-spacing: -2px;
  outline: none;
  border: 1px solid #b7b7b7;
  word-break: break-all;
  -webkit-appearance: none !important;
  background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"],
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus {
  outline: none;
  border-color: #5f93e7;
  background: #fff;
}

input[type="file"] {
  line-height: 1;
  padding: 6px 10px 7px;
  border: 1px solid #b7b7b7;
  background: #fff;
  font-family: 'NotoR', sans-serif;
  outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="number"] {
    height: 40px;
    padding-bottom: 1px;
  }
}

input[type="radio"] {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}

input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
  min-height: 25px;
  vertical-align: top;
  line-height: 25px;
  color: #666;
}

input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  min-height: 25px;
  vertical-align: top;
  background: #b1b1b1;
  border-radius: 50%;
}

input[type="radio"] + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="radio"]:checked + label {
  color: #333;
}

input[type="radio"]:checked + label:before {
  background: #f60;
}

/*체크박스다시*/
input[type="checkbox"] {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
  min-height: 25px;
  vertical-align: top;
  line-height: 25px;
  color: #666;
}

input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 23px;
  min-height: 23px;
  vertical-align: top;
  background: #fff;
  border: 1px solid #b1b1b1;
}

input[type="checkbox"] + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #b1b1b1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + label {
  color: #333;
}

input[type="checkbox"]:checked + label:before {
  background: #fff;
}

input[type="checkbox"]:checked + label:after {
  border: solid #f60;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:disabled {
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-text-fill-color: inherit;
}

input[disabled="disabled"],
input[disabled] {
  opacity: 1;
  -webkit-text-fill-color: inherit;
}

select[disabled] {
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-text-fill-color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-align: left;
  color: #b2b2b2;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  text-align: left;
  color: #b2b2b2;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  text-align: left;
  color: #b2b2b2;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-align: left;
  color: #b2b2b2;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #707070;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #707070;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #707070;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #707070;
}

/* -------------------------------------------------------------------------------
	Font
 ------------------------------------------------------------------------------- */
@font-face {
  font-family: 'notoR';
  src: url("./font/notokr-regular.eot");
  src: url("./font/notokr-regular.eot?#iefix") format("embedded-opentype"), url("./font/notokr-regular.woff") format("woff"), url("./font/notokr-regular.ttf") format("truetype"), url("./font/notokr-regular.svg#notokr-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notoM';
  src: url("./font/notokr-medium.eot");
  src: url("./font/notokr-medium.eot?#iefix") format("embedded-opentype"), url("./font/notokr-medium.woff") format("woff"), url("./font/notokr-medium.ttf") format("truetype"), url("./font/notokr-medium.svg#notokr-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notoB';
  src: url("./font/notokr-bold.eot");
  src: url("./font/notokr-bold.eot?#iefix") format("embedded-opentype"), url("./font/notokr-bold.woff") format("woff"), url("./font/notokr-bold.ttf") format("truetype"), url("./font/notokr-bold.svg#notokr-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* -------------------------------------------------------------------------------
	Button
 ------------------------------------------------------------------------------- */
.btnArea {
  overflow: hidden;
  margin-top: 90px;
  padding-bottom: 1px;
  width: 100%;
  min-height: 12px;
  text-align: center;
}

/* 기본 버튼 경우 */
.btnArea > span {
  float: left;
  display: table;
  margin-top: 4px;
  padding-left: 2px;
  width: 50%;
  vertical-align: middle;
}

.btnArea > span:nth-of-type(2n-1) {
  padding: 0 7px 0 0;
}

.btnArea > span:nth-of-type(1),
.btnArea > span:nth-of-type(2) {
  margin-top: 0;
}

.btnArea > span > a,
.btnArea > span > button {
  display: table-cell;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  min-width: 0;
}

.btnLg_e,
.btnLg,
.btnMd,
.btnSm,
.btnPop,
.btnLg span,
.btnMd span,
.btnSm span,
.btnPop span {
  display: inline-block;
}

a.btnLg,
button.btnLg,
input[type="button"].btnLg {
  width: 180px;
  height: 45px;
  line-height: 35px;
  padding: 3px 0 2px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #b1b1b1;
}

a.btnLg span,
button.btnLg span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

a.btnLg_e,
button.btnLg_e,
input[type="button"].btnLg_e {
  width: 180px;
  height: 45px;
  line-height: 1.2;
  padding: 3px 0 2px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  background-color: #b1b1b1;
}
a.btnLg_e span,
button.btnLg_e span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

a.btnMd,
button.btnMd,
input[type="button"].btnMd {
  min-width: 114px;
  height: 40px;
  padding: 3px 14px 2px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  background-color: #b1b1b1;
}

a.btnMd span,
button.btnMd span {
  font-size: inherit;
  color: inherit;
}

a.btnSm,
button.btnSm,
input[type="button"].btnSm {
  min-width: 120px;
  height: 28px;
  padding: 3px 14px 2px;
  line-height: 23px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #b1b1b1;
}

a.btnSm span,
button.btnSm span {
  font-size: inherit;
  color: inherit;
}

a.btnSm1,
button.btnSm1,
input[type="button"].btnSm1 {
  min-width: 100px;
  height: 28px;
  padding: 3px 8px 2px;
  line-height: 21px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #b1b1b1;
}

a.btnSm1 span,
button.btnSm1 span {
  font-size: inherit;
  color: inherit;
}

a.btnXSm,
button.btnXSm,
input[type="button"].btnXSm {
  min-width: 150px;
  height: 28px;
  padding: 3px 14px 2px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #b1b1b1;
}

a.btnXSm span,
button.btnXSm span {
  font-size: inherit;
  color: inherit;
}

a.btnXSm2,
button.btnXSm2,
input[type="button"].btnXSm2 {
  min-width: 50px;
  height: 22px;
  padding: 3px 14px 2px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #f60;
  border: 1px solid #fff;
}

a.btnXSm2 span,
button.btnXSm2 span {
  font-size: inherit;
  color: inherit;
}

a.btnXSm3,
button.btnXSm3,
input[type="button"].btnXSm3 {
  min-width: 50px;
  height: 22px;
  padding: 3px 10px 2px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  border: 1px solid #999;
}

a.btnXSm3 span,
button.btnXSm3 span {
  font-size: inherit;
  color: inherit;
}

a.btnSm,
button.btnPop,
input[type="button"].btnPop {
  min-width: 85px;
  height: 25px;
  padding: 3px 14px 2px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  background-color: #b1b1b1;
}

a.btnSm span,
button.btnSm span {
  font-size: inherit;
  color: inherit;
}

a.btnDpop,
button.btnDpop,
input[type="button"].btnDpop {
  width: 100px;
  height: 40px;
  line-height: 32px;
  padding: 3px 0 2px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #b1b1b1;
}

a.btnDpop span,
button.btnDpop span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.btnArea.full a,
.btnArea.full button {
  margin: 0 auto;
  width: 100%;
}

a.bt01,
button.bt01,
input.bt01 {
  background-color: #234186 !important;
}

/* blue */
a.bt02,
button.bt02,
input.bt02 {
  background-color: #f60 !important;
}

/* orange */
a.bt03,
button.bt03,
input.bt03 {
  background-color: #7d90bc !important;
}

/* orange */
button span.ic01 {
  padding-right: 24px;
  background: url(../image/ico_01.png) no-repeat 100% 50%;
  background-size: 18px 15px;
}

button span.ic02 {
  padding-right: 20px;
  background: url(../image/ico_03.png) no-repeat 100% 50%;
  background-size: 12px 12px;
}

button span.ic03 {
  padding-right: 20px;
  background: url(../image/ico_02.png) no-repeat 100% 50%;
  background-size: 12px 12px;
}

button span.ic04 {
  padding-left: 16px;
  background: url(../image/ico_08.png) no-repeat 0 3px;
  background-size: 12px 13px;
}

.btnMg01 {
  margin: 25px auto 15px;
}

.btnArea.wd367 {
  clear: both;
  margin: 70px auto 100px;
  width: 367px;
}

.btnArea.wd367Pop {
  margin: 15px auto 30px;
  width: 367px;
}

.wd310 {
  text-align: right;
  padding: 10px;
  background: #d7e3f3;
  margin-top: 0;
  border: 1px solid #cad6e7;
}

.btnArea.wd320 {
  clear: both;
  margin: 20px auto 30px;
  width: 500px;
}

.btnDpop.w160 {
  width: 160px;
}
.btnDpop.w200 {
  width: 200px;
}

/* Hidden */
.hidden {
  overflow: hidden;
  position: absolute;
  left: -9999em;
  z-index: -1;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.overNo {
  overflow: hidden;
  height: 100%;
}

.disNone {
  display: none !important;
}

.disBlock {
  display: block !important;
}

/* 문단 나눔 : only - display:block */
.disInline {
  display: block;
}

/* 문단 나눔 : 테블릿 이하 display:inline */
.br {
  display: inline;
}

/* 문단 나눔 : 모바일 display:block */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.textDeco {
  text-decoration: underline !important;
}

.textInde {
  text-indent: 0 !important;
}

/* Text-align */
.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

/* Float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* Font Color */
.colorBl {
  color: #234186 !important;
}

/*blue*/
.colorWT {
  color: #fff !important;
}

/*white*/
.colorOR {
  color: #f60 !important;
}

/*orange*/
.ftInherit {
  font-size: inherit;
}

.ft14 {
  font-size: 14px;
}

.mgt10 {
  margin-top: 10px !important;
}

.bgGray {
  border-top: 1px solid #cfcfcf;
  background: #f9f9f9;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 174px);
}

.bgGray1 {
  background: #f9f9f9;
}

p.mark01 {
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
  background: url(../image/ico_04.png) no-repeat 0 2px;
  background-size: 14px 14px;
}

.mark01.pd10 {
  margin: -10px 0 10px;
}

.mark01.pd10a {
  margin: 10px 0 10px;
}

p.mark02 {
  padding-left: 12px;
  font-size: 14px;
  line-height: 130%;
  background: url(../image/ico_05.png) no-repeat 0 6px;
  background-size: 7px 7px;
  float: right;
  margin-top: 90px;
}

p.mark03 {
  padding-left: 25px;
  font-size: 14px;
  line-height: 130%;
  background: url(../image/ico_06.png) no-repeat 0 0px;
  background-size: 18px 18px;
}

.companyInfo2 > dl > dt > .mark03 {
  padding-left: 12px;
  display: inline-block;
  width: 7px;
  height: 15px;
  text-indent: -9999px;
  background: url(../image/ico_05.png) no-repeat 0 4px;
  background-size: 7px 7px;
}

.companyInfo > dl > dt > .mark03 {
  padding-left: 12px;
  display: inline-block;
  width: 7px;
  height: 15px;
  text-indent: -9999px;
  background: url(../image/ico_05.png) no-repeat 0 4px;
  background-size: 7px 7px;
}

p.mark04 {
  font-size: 14px;
  line-height: 130%;
  float: right;
  margin-top: 90px;
}

/*딤드*/
.var_pop {
  text-align: left;
}

.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=80);
  z-index: 900;
  text-indent: -5000px;
}

.var_pop .pop_con {
  position: absolute;
  top: 10%;
  left: 29%;
  width: 500px;
  min-height: 300px;
  margin: 0px 0 0 0px;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  z-index: 910;
}

.var_pop .pop_con1 {
  position: absolute;
  top: 10%;
  left: 26%;
  width: 610px;
  min-height: 300px;
  margin: 0px 0 0 0px;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  z-index: 910;
}

.var_pop h1 {
  color: #fff;
}

.var_pop .pop_con .pop-header,
.var_pop .pop_con1 .pop-header {
  height: 50px;
  background: #f60;
  position: relative;
}

.var_pop .pop_con .pop-header .top-area,
.var_pop .pop_con1 .pop-header .top-area {
  padding: 15px 0 18px 25px;
  text-align: left;
}

.var_pop .pop_con .pop-content {
  padding: 25px 25px 30px 25px;
  font-size: 13px;
  text-align: left;
}

.var_pop .pop_con .pop-header .pop_close_btn a,
.var_pop .pop_con1 .pop-header .pop_close_btn a {
  position: absolute;
  top: 17px;
  right: 20px;
  background: url(../image/btn_close.png) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  text-indent: -9999px;
}

/* -------------------------------------------------------------------------------
    Layer Popup
 ------------------------------------------------------------------------------- */
.layerWrap {
  z-index: 900;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.layerWrap .popupLayer {
  z-index: 910;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.layerWrap .back {
  z-index: 920;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-indent: -5000px;
  background: #000;
  -ms-filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.layerContent {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.layerContent > .popup {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.popup .popHead {
  position: relative;
}

.popup .popCont {
  overflow: hidden;
  background-color: #fff;
}

.popup > button.kakaoClose,
.popup > button.icon_close,
.popup > button.close,
.popup .pop_close_box > button.close {
  display: block;
  z-index: 120;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 37px;
  text-indent: -9999px;
  background: url(../image/btn_close.png) no-repeat 50% 17px;
  background-size: 15px 15px;
}

.layerContent_lo {
  z-index: 999;
  position: absolute;
  width: 200px;
  height: 200px;
  min-height: 10%;
  left: 50%;
  margin-left: -100px;
  top: 30%;
}

.popStyle01 .back {
  background: #fff;
  -ms-filter: alpha(opacity=1);
  -moz-opacity: 1;
  filter: alpha(opacity=1);
  opacity: 1;
}

.popStyle01 .popHead {
  padding: 12px 11px 0;
  background-color: #fff;
}

.popStyle01 .popHead h1 {
  padding: 0 36px 10px 0;
  font-size: 17px;
  line-height: 125%;
  color: #000;
  border-bottom: 1px solid #eee;
}

.popStyle01 .popCont {
  padding: 0px;
}

.popStyle01 .popCont h2 > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #333;
}

.popStyle02 .w90 .d_header {
  margin: 0 30px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

.popStyle02 .back {
  background: #000;
  -ms-filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.popStyle02 .popCont {
  padding: 0px;
  width: 500px;
  margin: 0 auto;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  position: relative;
}

.popStyle02 .popCont h2 > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #333;
}

.popStyle02 .pop_close_box > button.close {
  right: 0;
  top: 0;
}

.popStyle02 .pop_close_box {
  width: 50px;
  display: block;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.popStyle02 .pop_close_box > button.poptype02 {
  right: 0;
  top: 0;
}

.popStyle03 .back {
  background: #000;
  -ms-filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.popStyle03 .popHead {
  margin: 0 11px;
  padding: 12px 15px 8px;
  min-height: 36px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  background-color: #fff;
}

.popStyle03 .popHead h1 {
  padding: 0 20px 0 0;
  font-size: 14px;
  color: #000;
}

.popStyle03 .popCont {
  margin: 0 11px;
  padding: 0px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 0px 0px;
  word-break: normal;
}

.popStyle03 .popCont p {
  line-height: 130%;
}

.popStyle03 .popup {
  width: 500px;
  left: 30%;
}

.popStyle03 .popCont .desc {
  margin-bottom: 15px;
}

.popStyle03 .popup > button.close {
  right: 11px;
  top: 0;
}

.popup .btnArea {
  overflow: hidden;
  margin-top: 20px;
  min-height: 12px;
  padding-bottom: 1px;
  text-align: center;
}

.popup a.btnMd,
.popup button.btnMd,
.popup input[type="button"].btnMd {
  display: inline-block;
  min-width: 147px;
  height: 30px;
  line-height: 25px;
  padding: 3px 14px 2px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #707070;
}

.popup a.btnMd span,
.popup button.btnMd span {
  font-size: 12px;
  color: #fff;
}

.popup .d_header {
  background: #f60;
  color: #fff;
  height: 50px;
}

.popup .d_header h1 {
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
  font-size: 18px;
}

.popup .d_con {
  padding: 20px;
}

.popup .d_con strong {
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
}

.popup .d_btn {
  padding: 0 0 30px;
}

/*신청현황게시판*/
.bbs-list-tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.bbs-list-head {
  display: table-header-group;
  background: #f2f3f3;
}

.bbs-list-head span {
  display: table-cell;
  text-align: center;
  color: #343434;
  letter-spacing: -0.5px;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}

.bbs-list-row {
  display: table-row;
  width: 100%;
}

.bbs-list-row .column {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 0;
  letter-spacing: -0.5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.bbs-list-row .txtout {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px;
  width: 100%;
  white-space: nowrap;
  padding-left: 5px;
  vertical-align: bottom;
}

.bbs-list-row .bbs-title a {
  display: block;
  position: relative;
}

.bbs-subject-con {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.bbs-subject-con .bbs-subject-txt {
  display: inline-block;
  padding-right: 5px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'notoM';
  font-weight: normal;
  color: #333;
}

.bbs-list-row .column span:nth-child(2),
.bbs-list-row .column span:nth-child(3) {
  margin-top: 5px;
  display: block;
  overflow: hidden;
}

.bbs-list-row > div:nth-child(8) {
  display: none !important;
}

.bbs-list-head.type01 > span:nth-child(8) {
  display: none !important;
}

.bbs-list-head.type01 > span:nth-child(1) {
  width: 5%;
}

.bbs-list-head.type01 > span:nth-child(3) {
  width: 15%;
}

.bbs-list-head.type01 > span:nth-child(4) {
  width: 12%;
}

.bbs-list-head.type01 > span:nth-child(5) {
  width: 12%;
}

.bbs-list-head.type01 > span:nth-child(6) {
  width: 15%;
}

.bbs-list-head.type01 > span:nth-child(7) {
  width: 15%;
}

.bbs-list-head.type02 > span:nth-child(1) {
  width: 7%;
}

.bbs-list-head.type02 > span:nth-child(2) {
  width: 15%;
}

.bbs-list-head.type02 > span:nth-child(3) {
  width: 20%;
}

.bbs-list-head.type02 > span:nth-child(4) {
  width: 37%;
}

.bbs-list-head.type02 > span:nth-child(5) {
  width: 12%;
}

.bbs-list-head.type02 > span:nth-child(6) {
  width: 12%;
}

/*페이징*/
.paging {
  margin-top: 20px;
  text-align: center;
}

.paging button {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  color: #888;
  font-family: notoB;
}

.paging button.prev,
.paging button.next {
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
  color: #999;
}

.paging button:disabled {
  color: #333;
}

.paging button.prev:after,
.paging button.next:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 16px;
  width: 7px;
  height: 7px;
  border: solid #999;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
}

.paging button.prev:after {
  left: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.paging button.next:after {
  right: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scrollCont.pop_h70 {
  margin: 0px 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1.8;
}

.mobile_txt1 {
  padding-top: 20px;
  text-align: center;
}

.layerWrap.pctabno {
  display: none;
}

.pcpadno {
  display: none;
}

/*로딩*/
@-webkit-keyframes ldio-r3lcjv8zlyf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ldio-r3lcjv8zlyf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ldio-r3lcjv8zlyf div {
  left: 97px;
  top: 53px;
  position: absolute;
  -webkit-animation: ldio-r3lcjv8zlyf linear 1s infinite;
          animation: ldio-r3lcjv8zlyf linear 1s infinite;
  background: #ff7800;
  width: 6px;
  height: 22px;
  border-radius: 3px / 3.3000000000000003px;
  -webkit-transform-origin: 3px 47px;
          transform-origin: 3px 47px;
}

.ldio-r3lcjv8zlyf div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -0.9230769230769231s;
          animation-delay: -0.9230769230769231s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(2) {
  -webkit-transform: rotate(27.69231deg);
          transform: rotate(27.69231deg);
  -webkit-animation-delay: -0.8461538461538461s;
          animation-delay: -0.8461538461538461s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(3) {
  -webkit-transform: rotate(55.38462deg);
          transform: rotate(55.38462deg);
  -webkit-animation-delay: -0.7692307692307693s;
          animation-delay: -0.7692307692307693s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(4) {
  -webkit-transform: rotate(83.07692deg);
          transform: rotate(83.07692deg);
  -webkit-animation-delay: -0.6923076923076923s;
          animation-delay: -0.6923076923076923s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(5) {
  -webkit-transform: rotate(110.76923deg);
          transform: rotate(110.76923deg);
  -webkit-animation-delay: -0.6153846153846154s;
          animation-delay: -0.6153846153846154s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(6) {
  -webkit-transform: rotate(138.46154deg);
          transform: rotate(138.46154deg);
  -webkit-animation-delay: -0.5384615384615384s;
          animation-delay: -0.5384615384615384s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(7) {
  -webkit-transform: rotate(166.15385deg);
          transform: rotate(166.15385deg);
  -webkit-animation-delay: -0.46153846153846156s;
          animation-delay: -0.46153846153846156s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(8) {
  -webkit-transform: rotate(193.84615deg);
          transform: rotate(193.84615deg);
  -webkit-animation-delay: -0.38461538461538464s;
          animation-delay: -0.38461538461538464s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(9) {
  -webkit-transform: rotate(221.53846deg);
          transform: rotate(221.53846deg);
  -webkit-animation-delay: -0.3076923076923077s;
          animation-delay: -0.3076923076923077s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(10) {
  -webkit-transform: rotate(249.23077deg);
          transform: rotate(249.23077deg);
  -webkit-animation-delay: -0.23076923076923078s;
          animation-delay: -0.23076923076923078s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(11) {
  -webkit-transform: rotate(276.92308deg);
          transform: rotate(276.92308deg);
  -webkit-animation-delay: -0.15384615384615385s;
          animation-delay: -0.15384615384615385s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(12) {
  -webkit-transform: rotate(304.61538deg);
          transform: rotate(304.61538deg);
  -webkit-animation-delay: -0.07692307692307693s;
          animation-delay: -0.07692307692307693s;
  background: #ff7800;
}

.ldio-r3lcjv8zlyf div:nth-child(13) {
  -webkit-transform: rotate(332.30769deg);
          transform: rotate(332.30769deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #ff7800;
}

.loadingio-spinner-spinner-e9zovl7wzc {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  z-index: 9999;
}

.ldio-r3lcjv8zlyf {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  /* see note above */
}

.ldio-r3lcjv8zlyf div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* generated by https://loading.io/ */
/* -------------------------------------------------------------------------------
	Media Query
 ------------------------------------------------------------------------------- */
@media only screen and (max-width: 1060px) {
  .br {
    display: block;
  }
  .disInline {
    display: inline;
  }
  .logoutbox {
    display: none;
  }
  .header {
    position: relative;
    margin: 0 auto;
    width: 90%;
  }
  .main_visual {
    height: 585px;
    background: #ffe7d6 url(../image/main_vi03.jpg) no-repeat 40% 0%;
    background-size: cover;
  }
  .main_vi_txt {
    margin: 0 auto;
    width: 90%;
    position: relative;
  }
  .main_visual .main_vi_txt img {
    position: absolute;
    left: 0;
    top: 153px;
    display: block;
  }
  .main_vi_btn {
    margin: 0 auto;
    width: 90%;
    position: relative;
  }
  .mainLink {
    overflow: hidden;
    margin: -32px auto 10px;
    width: 90%;
    height: 63px;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px #f5eee9;
            box-shadow: 0 10px 10px #f5eee9;
  }
  .mainContent h3 {
    padding-top: 110px;
    font-size: 30px;
    text-align: center;
    color: #333;
  }
  .mainCont01 {
    margin: 0 auto;
    padding-bottom: 90px;
    width: 90%;
    text-align: center;
  }
  .mainCont02 > ul {
    margin: 0 auto;
    width: 90%;
  }
  .mainCont02 ul > li p {
    line-height: 1.3;
  }
  .mainCont01 > ul > li {
    float: left;
    width: 40%;
    text-align: left;
    background: #fff;
  }
  .mainCont01 > ul > li:nth-child(2) {
    width: 20%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .mainCont01 > ul > li:last-child {
    width: 40%;
  }
  .mainCont01 > ul > li:first-child > div {
    padding: 20px 20px 20px;
  }
  .mainCont01 > ul > li > div {
    margin: 10px;
    padding: 20px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px #f3f3f3;
            box-shadow: 0px 0px 5px 5px #f3f3f3;
  }
  .mainCon_box {
    background: url(../image/main_img03.jpg) no-repeat center;
    background-size: auto;
  }
  #mainCont03 div {
    background: none;
    background-size: contain;
    text-indent: -9999px;
    height: 100%;
    margin: 40px 0 40px;
  }
  #mainCont03 div img {
    display: block;
    width: 85%;
    max-width: 750px;
    margin: 0 auto;
  }
  .footer {
    padding: 20px 10px;
    width: 100%;
    font-size: 10px;
    color: #999;
    letter-spacing: 0;
    margin: 0;
  }
  .footer strong {
    display: block;
    font-size: 12px;
    color: #c2c2c2;
    letter-spacing: 0;
    font-weight: normal;
  }
  .header .gnb {
    position: absolute;
    top: 18px;
    right: 0;
    display: none;
  }
  header .header .btnAllMenu {
    right: -10px;
    top: 30px;
    width: 29px;
    height: 24px;
    background: url(../image/menu_box.png) no-repeat 0 0;
    background-size: 28px 23px;
  }
  header .header button,
  header .topGroup a {
    position: absolute;
    text-indent: -5000px;
  }
  .tabNavi {
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    height: 100%;
    display: block;
  }
  .boxMenu {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .boxMenu .allMenu {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    min-height: 100%;
  }
  .boxMenu .allMenu:after {
    content: "";
    display: block;
    clear: both;
  }
  .boxMenu .allMenu .in {
    float: right;
    width: 250px;
    height: 100%;
  }
  .boxMenu .allMenuBar {
    position: relative;
    width: 250px;
    height: 60px;
    background: #f60;
  }
  .boxMenu .allMenuBar h2 {
    text-indent: -5000px;
  }
  .boxMenu .allMenuBar button,
  .boxMenu .allMenuBar a {
    display: block;
    position: absolute;
    text-indent: -5000px;
  }
  .boxMenu .allMenuBar .btnAllClose {
    right: 10px;
    top: 23px;
    width: 25px;
    height: 25px;
    background: url(../image/menu_box_c.png) no-repeat 0 0;
    background-size: 20px 20px;
  }
  .boxMenu .allMenuBar .mologout {
    left: 25px;
    top: 23px;
    width: 86px;
    height: 20px;
    background: url(../image/ico_08m.png) no-repeat 0 3px;
    background-size: 14px 15px;
    color: #fff;
    text-indent: 0;
  }
  .boxMenu .allMenuCont {
    overflow-y: auto;
    width: 250px;
    background: #f60;
    height: 100%;
  }
  .boxMenu .allMenuCont ul.listm {
    border: 1px solid #ffa366;
    border-width: 0 0 1px 0;
  }
  .boxMenu .allMenuCont ul.listm li {
    border-top: 1px solid #ffa366;
  }
  .boxMenu .allMenuCont ul.listm > li {
    position: relative;
    width: 100%;
  }
  .boxMenu .allMenuCont ul.listm > li > strong > a {
    display: block;
    padding: 0 25px 0 25px;
    min-height: 45px;
    line-height: 45px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #ffa366;
    background: #ea5f02;
  }
  .boxMenu .allMenuCont ul.listm > li > ul {
    display: block;
    padding: 15px 0;
  }
  .boxMenu .allMenuCont ul.listm > li > ul > li {
    position: relative;
    border-top: none;
  }
  .boxMenu .allMenuCont ul.listm > li > ul > li a {
    display: block;
    padding-left: 45px;
    min-height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
  }
  .boxMenu .back {
    z-index: 920;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-indent: -5000px;
    background: #000;
    -ms-filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  .btnAllMenu,
  .tabNavi {
    display: block;
  }
  #container .contents {
    margin: auto;
    width: 90%;
    padding: 18px 0 80px;
  }
  .stepBox {
    margin-bottom: 30px;
  }
  .stepBox ul {
    overflow: hidden;
    border: 1px solid #cad0d2;
  }
  .stepBox ul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    line-height: 45px;
    background: #fff;
  }
  
  .stepBox.stepBox02  ul li {width: 25px;} /* 2022-02 추가 */
  
  .stepBox ul li em {
    padding-left: 30px;
    height: 45px;
    display: inline-block;
    font-size: 13px;
    background-size: 28px 25px;
  }
  .stepBox ul li::before {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border-top: 23px solid transparent;
    border-left: 20px solid #cad0d2;
    border-bottom: 23px solid transparent;
    z-index: 1;
  }
  .stepBox ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border-top: 23px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 23px solid transparent;
    z-index: 2;
  }
  .stepBox ul li.active {
    background: #234186;
  }
  .stepBox ul li.active::after {
    border-top: 23px solid transparent;
    border-left: 20px solid #234186;
    border-bottom: 23px solid transparent;
  }
  .stepBox ul li.active em {
    color: #fff;
  }
  .stepBox ul li:nth-child(1) em {
    background: url("../image/step_img01_off.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(2) em {
    background: url("../image/step_img02_off.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(3) em {
    background: url("../image/step_img03_off.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(4) em {
    background: url("../image/step_img04_off.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(1).active em {
    background: url("../image/step_img01_on.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(2).active em {
    background: url("../image/step_img02_on.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(3).active em {
    background: url("../image/step_img03_on.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .stepBox ul li:nth-child(4).active em {
    background: url("../image/step_img04_on.png") no-repeat 0 10px;
    background-size: 26px 23px;
  }
  .paymentSel li {
    float: left;
    margin-right: 7px;
    padding: 127px 0 15px 0;
    width: 24%;
    background: #fff;
    border: 1px solid #cad0d2;
    text-align: center;
    border-radius: 5px;
  }
  .paymentSel li:nth-child(1) {
    background: url("../image/sub_01_01.jpg") no-repeat center 30%;
    background-size: 70%;
  }
  .paymentSel li:nth-child(2) {
    background: url("../image/sub_01_02.jpg") no-repeat center 30%;
    background-size: 70%;
  }
  .paymentSel li:nth-child(3) {
    background: url("../image/sub_01_03.jpg") no-repeat center 30%;
    background-size: 70%;
  }
  .paymentSel li:nth-child(4) {
    background: url("../image/sub_01_04.jpg") no-repeat center 30%;
    background-size: 70%;
  }
  .layerWrap.pctabno {
    display: block;
  }
  .mark03.pcno {
    display: block;
  }
  .certify {
    margin: 50px 0 20px;
    overflow: hidden;
  }
 
  .certify li:first-child {
    display: none;
  }
  .certify li {
    width: 100%;
  }
  .certify li .btnSm {
    width: 180px;
    height: 45px;
    line-height: 35px;
    padding: 3px 0 2px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
  }
  .finish {
    margin: 50px 0 50px;
    overflow: hidden;
    padding: 50px 10px 65px 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url(../image/sub_01_07.png) no-repeat 40px 60px;
    background-size: 130px 130px;
  }
  .btnArea.wd367 {
    clear: both;
    margin: 50px auto 20px;
    width: 367px;
  }
  .bbs-list-row .column,
  .bbs-subject-con .bbs-subject-txt {
    font-size: 13px;
  }
  .bbs-list-head span {
    font-size: 13px;
  }
  .state {
    display: block;
    margin: 0 auto;
    width: 48px;
    text-align: center;
    font-size: 13px;
    color: #1a80fe;
    border: 1px solid #1a80fe;
    border-radius: 2px;
    word-break: keep-all;
  }
  a.btnSm1,
  button.btnSm1,
  input[type="button"].btnSm1 {
    min-width: 100px;
    height: auto;
    padding: 3px 5px 2px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
    word-break: keep-all;
  }
  .bbs-list-row .column span:nth-child(2) button {
    letter-spacing: -2px;
  }
  .popStyle02 .popCont {
    width: auto;
    padding: 0px;
    margin: 0 30px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    position: relative;
  }
  .companyInfo2 > dl > dt,
  .toggleCont02 dd dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 22%;
    color: #000;
    padding-left: 10px;
    font-family: 'notoM';
  }
  .companyInfo > dl > dt,
  .toggleCont dd dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 16%;
    padding-right: 10px;
    color: #000;
    padding-left: 10px;
    letter-spacing: -2px;
  }
  .companyInfo > dl > dt.wd20 {
    width: 30%;
  }
  .inpRadio span:first-child {
    position: relative;
    padding-left: 0px;
  }
  .inpBox.type02,
  .inpRadio {
    display: block;
    float: none;
  }
  .header_p {
    position: relative;
    margin: 0 auto;
    width: 90%;
  }
  body,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  span,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  figure,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  form,
  fieldset,
  legend,
  a,
  textarea,
  input,
  select,
  option,
  button,
  label,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 14px;
  }
  .cont h4 {
    margin: 40px 0 10px;
  }
  p.mark02 {
    margin-top: 50px;
  }
  .companyInfo dl dt {
    word-break: keep-all;
  }
  .inpBox.type01 span {
    width: 90%;
    display: block;
  }
  .companyInfo > dl > dd,
  .toggleCont dd dl dd {
    display: table-cell;
    width: 84%;
    padding-right: 0px;
    vertical-align: middle;
  }
  dl.lineType02 dd {
    width: 34% !important;
  }
  select {
    height: 40px;
    min-width: 60px;
  }
  .certify_txt {
    display: none;
  }
  .entry01 span {
    display: block;
    color: #333;
    font-size: 20px;
    padding-top: 10px;
    line-height: 180%;
    word-break: keep-all;
  }
  .app_agree2 p {
    color: #f60;
    font-size: 18px;
    font-family: 'notoR';
  }
  .bbs-list-head.type01 > span:nth-child(1) {
    width: 5%;
  }
  .bbs-list-head.type01 > span:nth-child(3) {
    width: 10%;
  }
  .bbs-list-head.type01 > span:nth-child(4) {
    width: 10%;
  }
  .bbs-list-head.type01 > span:nth-child(5) {
    width: 12%;
  }
  .bbs-list-head.type01 > span:nth-child(6) {
    width: 20%;
  }
  .bbs-list-head.type01 > span:nth-child(7) {
    width: 20%;
  }
  .btnArea {
    margin-top: 40px;
  }
  .inpBox.type11 span:first-child {
    padding-right: 0px;
    width: 50px;
  }
  .inpBox.type11 span {
    width: 140px;
  }
  .inpBox.type05 span {
    width: 62px;
  }
  .inpBox.type05 span:last-child {
    width: 70px;
  }
  .file_box2 > dl {
    width: 75%;
    display: table;
    padding: 12px 0;
    margin: 0 auto;
  }
  .inpRadio.fspanno {
    display: block;
  }
  .inpRadio.fspanno span {
    display: inline-block;
  }
  .inpBox .inpRadio.fspanno span:last-child {
    display: inline-block;
  }
  .inpBox.type19 span:last-child {
    width: 90%;
    display: block;
  }
}

@media only screen and (max-width: 727px) {
  body,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  span,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  figure,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  form,
  fieldset,
  legend,
  a,
  textarea,
  input,
  select,
  option,
  button,
  label,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 14px;
  }
  .popup {
    margin: 0;
    max-width: 100% !important;
    min-width: 320px;
  }
  #wrap {
    position: relative;
    padding: 0;
    width: 100%;
    min-height: 100%;
  }
  header {
    height: 60px;
  }
  .header {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .header h1 {
    left: 20px;
    position: absolute;
    /*width: 60px;
    height: 25px;*/ width:186px; height:33px; /* 2022-11-14 수정 */
    top: 15px;
  }
  .header h1 a img {
    width: 100%;
  }
  .main_visual {
    height: auto;
    background: none;
    position: relative;
  }
  .main_visual img {
    width: 100%;
    display: block;
  }
  .main_vi_btn {
    width: 60%;
    background: none;
    height: 45px;
    position: absolute;
    top: 82%;
    left: 20%;
  }
  .main_vi_btn a {
    position: absolute;
    top: 0%;
    border-radius: 50px;
    border: solid 3px #f60;
    color: #fff;
    width: 100%;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background: #f60 url(../image/main_bnt-b1-m.png) no-repeat 95% 55%;
    background-size: 17px 25px;
  }
  .main_vi_txt {
    display: none;
  }
  .mainLink {
    display: none;
  }
  .mainCont01 {
    margin: 0 auto;
    padding: 0px 20px 50px;
    width: 100%;
    text-align: center;
  }
  .mainContent h3 {
    padding-top: 50px;
    font-size: 24px;
    text-align: center;
    color: #333;
  }
  .mainCont01 p,
  .mainContent h3 {
    word-break: keep-all;
  }
  .mainCont01 > ul > li {
    width: 100%;
    text-align: left;
  }
  .mainCont01 > ul > li > div {
    margin: 5px;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 3px #f3f3f3;
            box-shadow: 3px #f3f3f3;
    overflow: hidden;
  }
  .mainCont01 > ul > li:first-child > div {
    padding: 15px;
  }
  .mainCont01 > ul > li:last-child {
    width: 100%;
  }
  ul.list > li {
    word-break: keep-all;
  }
  .mainCont01 > ul > li:nth-child(2) {
    width: 100%;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    background: url(../image/main_img03-m.jpg) no-repeat 50% 60%;
    background-size: 25%;
  }
  .mainCon_box {
    background: none;
  }
  .mainCon_box1 strong {
    background: url(../image/main_img01m.jpg) no-repeat 0 0px;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    width: 30%;
    min-height: 70px;
    margin-bottom: 0px;
  }
  .mainCon_box1 ul,
  .mainCon_box2 ul {
    width: 70%;
    float: right;
    overflow: hidden;
    padding-left: 10px;
  }
  .mainCon_box2 strong {
    background: url(../image/main_img02m.jpg) no-repeat 0 0px;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    width: 30%;
    min-height: 70px;
    margin-bottom: 0px;
  }
  .mainCont02 {
    padding-bottom: 50px;
    background: #f2f2f2;
  }
  .mainCont02 > ul {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
  }
  .mainCont02 > ul > li {
    margin-top: 20px;
    padding: 100px 10px 10px 10px;
    width: 100%;
    min-height: 195px;
    background: #fff;
    border-radius: 15px;
  }
  .mainCont02 ul > li strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
  }
  .mainCont02 ul .main_si1 {
    background: url(../image/main_img04.png) no-repeat 50% 10px #fff;
    background-size: 94px 86px;
  }
  .mainCont02 ul .main_si2 {
    background: url(../image/main_img05.png) no-repeat 50% 10px #fff;
    background-size: 100px 92px;
  }
  .mainCont02 ul .main_si3 {
    background: url(../image/main_img06.png) no-repeat 50% 10px #fff;
    background-size: 120px 92px;
  }
  .mainCont02 ul > li p {
    line-height: 1.3;
  }
  #mainCont03 div {
    background: none;
    background-size: contain;
    text-indent: -9999px;
    height: 100%;
    margin: 20px 0 20px;
  }
  #mainCont03 div img {
    display: block;
    width: 100%;
  }
  .footer {
    padding: 20px 10px;
    width: 100%;
    font-size: 10px;
    color: #999;
    letter-spacing: 0;
    margin: 0;
  }
  .footer strong {
    display: block;
    font-size: 12px;
    color: #c2c2c2;
    letter-spacing: 0;
    font-weight: normal;
  }
  .header .gnb {
    position: absolute;
    top: 18px;
    right: 0;
    display: none;
  }
  header .header .btnAllMenu {
    right: 10px;
    top: 23px;
    width: 29px;
    height: 24px;
    background: url(../image/menu_box.png) no-repeat 0 0;
    background-size: 24px 20px;
  }
  header .header button,
  header .topGroup a {
    position: absolute;
    text-indent: -5000px;
  }
  .tabNavi {
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    height: 100%;
    display: block;
  }
  .boxMenu {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .boxMenu .allMenu {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    min-height: 100%;
  }
  .boxMenu .allMenu:after {
    content: "";
    display: block;
    clear: both;
  }
  .boxMenu .allMenu .in {
    float: right;
    width: 250px;
    height: 100%;
  }
  .boxMenu .allMenuBar {
    position: relative;
    width: 250px;
    height: 60px;
    background: #f60;
  }
  .boxMenu .allMenuBar h2 {
    text-indent: -5000px;
  }
  .boxMenu .allMenuBar button,
  .boxMenu .allMenuBar a {
    display: block;
    position: absolute;
    text-indent: -5000px;
  }
  .boxMenu .allMenuBar .btnAllClose {
    right: 10px;
    top: 23px;
    width: 25px;
    height: 25px;
    background: url(../image/menu_box_c.png) no-repeat 0 0;
    background-size: 20px 20px;
  }
  .boxMenu .allMenuCont {
    overflow-y: auto;
    width: 250px;
    background: #f60;
    height: 100%;
  }
  .boxMenu .allMenuCont ul.listm {
    border: 1px solid #ffa366;
    border-width: 0 0 1px 0;
  }
  .boxMenu .allMenuCont ul.listm li {
    border-top: 1px solid #ffa366;
  }
  .boxMenu .allMenuCont ul.listm > li {
    position: relative;
    width: 100%;
  }
  .boxMenu .allMenuCont ul.listm > li > strong > a {
    display: block;
    padding: 0 25px 0 25px;
    min-height: 45px;
    line-height: 45px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #ffa366;
  }
  .boxMenu .allMenuCont ul.listm > li > ul {
    display: block;
    padding: 15px 0;
  }
  .boxMenu .allMenuCont ul.listm > li > ul > li {
    position: relative;
    border-top: none;
  }
  .boxMenu .allMenuCont ul.listm > li > ul > li a {
    display: block;
    padding-left: 45px;
    min-height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
  }
  .boxMenu .back {
    z-index: 920;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-indent: -5000px;
    background: #000;
    -ms-filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  .btnAllMenu,
  .tabNavi {
    display: block;
  }
  .s_lnb {
    display: none;
  }
  .tit_area .tit {
    display: block;
    margin: 0px 0;
    font-size: 38px;
    color: #333;
    text-align: center;
  }
  #container .contents {
    margin: auto;
    width: 100%;
    padding: 18px 0 0px;
  }
  #container .contents.moconptno {
    padding: 0px 0 0px;
  }
  .stepBox {
    background: #f60;
    margin-bottom: 30px;
  }
  .stepBox ul {
    overflow: hidden;
    padding-left: 30px;
    border: 0;
  }
  .stepBox ul li {
    position: relative;
    float: left;
    width: 25px;
    text-align: left;
    line-height: 45px;
    background: none;
    text-indent: -9999px;
  }
  .stepBox ul li em {
    padding-left: 0px;
    height: 45px;
    display: inline-block;
    width: 25px;
    display: block;
    font-size: 16px;
  }
  .stepBox ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0%;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border-top: 0px solid transparent;
    border-left: 0px solid #cad0d2;
    border-bottom: 0px solid transparent;
    z-index: 1;
  }
  .stepBox ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border-top: 0px solid transparent;
    border-left: 0px solid #fff;
    border-bottom: 0px solid transparent;
    z-index: 2;
  }
  .stepBox ul li.active {
    background: none;
    text-indent: 0;
    width: 150px;
  }
  .stepBox ul li.active::after {
    border-top: 0px solid transparent;
    border-left: 0px solid #234186;
    border-bottom: 0px solid transparent;
  }
  .stepBox ul li.active em {
    color: #fff;
    padding-left: 28px;
    width: 100%;
  }
  .stepBox ul li:nth-child(1) em {
    background: url("../image/step_img_m02.png") no-repeat 0 16px;
    background-size: 13px 13px;
  }
  .stepBox ul li:nth-child(2) em {
    background: url("../image/step_img_m02.png") no-repeat 0 16px;
    background-size: 13px 13px;
  }
  .stepBox ul li:nth-child(3) em {
    background: url("../image/step_img_m02.png") no-repeat 0 16px;
    background-size: 13px 13px;
  }
  .stepBox ul li:nth-child(4) em {
    background: url("../image/step_img_m02.png") no-repeat 0 16px;
    background-size: 13px 13px;
  }
  .stepBox ul li:nth-child(1).active em {
    background: url("../image/step_img_m011.png") no-repeat 0 11px;
    background-size: 22px 22px;
  }
  .stepBox ul li:nth-child(2).active em {
    background: url("../image/step_img_m012.png") no-repeat 0 11px;
    background-size: 22px 22px;
  }
  .stepBox ul li:nth-child(3).active em {
    background: url("../image/step_img_m013.png") no-repeat 0 11px;
    background-size: 22px 22px;
  }
  .stepBox ul li:nth-child(4).active em {
    background: url("../image/step_img_m014.png") no-repeat 0 11px;
    background-size: 22px 22px;
  }
  
  /* 2022-02 추가*/
.stepBox.stepBox02 ul li:nth-child(1) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox02 ul li:nth-child(2) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox02 ul li:nth-child(3) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox02 ul li:nth-child(4) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox02 ul li:nth-child(5) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox02 ul li:nth-child(1).active em {background: url("../image/step_img_m011.png") no-repeat 0 11px; background-size: 22px 22px;}
.stepBox.stepBox02 ul li:nth-child(2).active em {background: url("../image/step_img_m012.png") no-repeat 0 11px; background-size: 22px 22px;}
.stepBox.stepBox02 ul li:nth-child(3).active em {background: url("../image/step_img_m013.png") no-repeat 0 11px; background-size: 22px 22px;}
.stepBox.stepBox02 ul li:nth-child(4).active em {background: url("../image/step_img_m014.png") no-repeat 0 11px; background-size: 22px 22px;}
.stepBox.stepBox02 ul li:nth-child(5).active em {background: url("../image/step_img_m015.png") no-repeat 0 11px; background-size: 22px 22px;}

/* 2022-03-16 추가*/
.stepBox.stepBox03 ul li {width: 25px;}
.stepBox.stepBox03 ul li.active {width:150px;}
.stepBox.stepBox03 ul li:nth-child(1) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox03 ul li:nth-child(2) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox03 ul li:nth-child(3) em {background: url("../image/step_img_m02.png") no-repeat 0 16px; background-size: 13px 13px;}
.stepBox.stepBox03 ul li:nth-child(1).active em {background: url("../image/step_img_m011.png") no-repeat 0 11px; background-size: 22px 22px;}
.stepBox.stepBox03 ul li:nth-child(2).active em {background: url("../image/step_img_m012.png") no-repeat 0 11px; background-size: 22px 22px;}
.stepBox.stepBox03 ul li:nth-child(3).active em {background: url("../image/step_img_m013.png") no-repeat 0 11px; background-size: 22px 22px;}
  
  
  .cont {
    padding: 20px 20px 40px 20px;
    background: #fff;
    border: none;
    min-height: 500px;
  }
  .cont.mocont1 {
    padding: 20px 0 40px 0;
  }
  .mocont1 .app_top,
  .mocont1 p {
    padding: 0 20px;
  }
  .paymentSel {
    margin-top: 40px;
    overflow: hidden;
  }
  .cont h3 {text-align:center;} /* 2022-02 추가 */
.select_list dt {text-align:center;} /* 2022-02 추가 */
  .paymentSel li {
    float: left;
    margin-right: 2%;
    padding: 127px 0 15px 0;
    width: 49%;
    background: #fff;
    border: 1px solid #cad0d2;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .paymentSel li:nth-child(even) {
    margin-right: 0;
  }
  .paymentSel li.active {
    border: 1px solid #f60;
  }
  .paymentSel li label {
    font-family: notoB;
  }
  .paymentSel li:nth-child(1) {
    background: url("../image/sub_01_01.jpg") no-repeat center 10px;
  }
  .paymentSel li:nth-child(2) {
    background: url("../image/sub_01_02.jpg") no-repeat center 10px;
  }
  .paymentSel li:nth-child(3) {
    background: url("../image/sub_01_03.jpg") no-repeat center 10px;
  }
  .paymentSel li:nth-child(4) {
    background: url("../image/sub_01_04.jpg") no-repeat center 10px;
  }
  .btnArea.wd367 {
    clear: both;
    margin: 20px auto 0px;
    width: 100%;
  }
  .companyInfo > dl,
  .toggleCont dd dl {
    width: 100%;
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 0px 0 20px 0;
  }
  .companyInfo > dl > dt,
  .toggleCont dd dl dt {
    display: block;
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .companyInfo > dl > dd,
  .toggleCont dd dl dd {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  dl.lineType02 dd {
    width: 100% !important;
  }
  .companyInfo dl dt span {
    display: inline-block;
    font-size: 12px;
    color: #666;
  }
  input {
    font-size: 16px;
    color: #000;
  }
  select {
    padding: 0 20px 0 10px;
    min-width: 72px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0;
    word-spacing: -2px;
    border: 1px solid #b7b7b7;
    font-family: 'NotoR', sans-serif;
    vertical-align: middle;
    background: #fff url(../image/sel_01.png) no-repeat 95% 17px;
    background-size: 12px 7px;
  }
  .inpBox {
    display: block;
  }
  .inpBox span {
    display: block;
  }
  .inpBox span input,
  .inpBox span select,
  .inpBox span button,
  .inpBox span textarea {
    width: 100%;
  }
  .inpBox span.string {
    width: 25px !important;
    text-align: center;
    color: #333;
  }
  .inpBox.type01 span {
    width: 100%;
  }
  .inp_radio_box {
    overflow: hidden;
  }
  .inpBox.type02,
  .inpRadio {
    display: block;
    float: inherit;
  }
  .inpBox.type02 span {
    width: 25%;
    display: inline-block;
  }
  .inpBox.type02 span:last-child {
    width: 30%;
  }
  .inpRadio {
    padding: 5px 0 5px 0;
    height:initial; /* 2022-02-23 */
  }
  .inpRadio span:first-child {
    position: relative;
    padding-left: 0px;
  }
  .inpRadio.mt5 {
    margin-top: 0px;
  }
  .inpRadio span {
    position: relative;
    padding-left: 25px;
  }
  .mobile_radio1 {
    height: 100px;
  }
  .mobile_radio1 .inpRadio span {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .inpRadio.type03 {
    display: block;
    width: 100%;
  }
  .inpBox.type03 span {
    display: inline-block;
    width: 45%;
  }
  .inpBox.type04 span {
    width: 49%;
    display: inline-block;
  }
  .inpBox.type04 span:first-child {
    width: 90%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .inpBox.type04 span:last-child {
    padding-left: 0px;
  }
  .inpBox.type05 span {
    width: 25%;
    display: inline-block;
  }
  .inpBox.type05 span:last-child {
    width: 30%;
  }
  .inpBox.type06,
  .inpCheck {
    margin-bottom: 8px;
  }
  .inpBox.type06 span {
    width: 120px;
    display: inline-block;
  }
  .inpBox.type06 span:first-child {
    padding-right: 8px;
    width: 148px;
  }
  .inpBox.type06 button {
    height: 40px;
  }
  .inpBox.type07 span {
    width: 100%;
  }
  .inpBox.type07 span:first-child {
    padding-right: 0;
    padding-bottom: 8px;
    width: 100%;
  }
  .inpCheck span {
    position: relative;
  }
  .inpCheck span label {
    font-size: 16px;
    color: #333;
  }
  .inpCheckB span {
    position: relative;
  }
  .inpCheckB span label {
    font-size: 16px;
    color: #333;
  }
  .inpBox.type08 span {
    width: 100%;
  }
  .inpBox.type08 span:first-child {
    padding-right: 0px;
    padding-bottom: 10px;
    width: 100%;
  }
  .inpBox.type09 span {
    width: 38%;
    display: inline-block;
  }
  .inpBox.type09 span:first-child {
    padding-right: 2%;
    width: 60%;
  }
  .inpBox.type10 span {
    width: 40%;
    display: inline-block;
  }
  .inpBox.type10 span:first-child {
    padding-right: 0px;
    width: 59%;
  }
  .inpBox.type10 span:last-child {
    padding-left: 0px;
    color: #999;
    width: 100%;
  }
  .inpBox.type11 span {
    width: 80%;
    display: inline-block;
  }
  .inpBox.type11 span:first-child {
    padding-right: 0;
    width: 19%;
  }
  .inpBox.type11a span {
    width: 85%;
    display: inline-block;
  }
  .inpBox.type11a span:first-child {
    padding-right: 0;
    width: 14%;
  }
  .inpBox.type12 span {
    width: 36%;
    display: inline-block;
  }
  .inpBox.type12 span:first-child {
    padding-right: 0;
    width: 60%;
  }
  .inpBox.type13 span {
    width: 25%;
    display: inline-block;
  }
  .inpBox.type13 span:last-child {
    width: 30%;
  }
  .inpBox.type14 span {
    width: 300px;
  }
  .inpBox.type14 span:last-child {
    width: 100px;
  }
  .inpBox.type15 span {
    width: 190px;
    padding-right: 8px;
  }
  .inpBox.type15 span:nth-child(3) {
    width: 80px;
    text-align: right;
  }
  .inpBox.type15 span:last-child {
    width: 100px;
  }
  .inpBox.type16 p {
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  .inpBox.type17 span {
    width: 100px;
  }
  .inpBox.type17 span:first-child {
    padding-right: 0px;
    width: 300px;
  }
  .inpBox.type18 span {
    width: 100%;
    display: inline-block;
  }
  .inpRadio.type02 {
    float: none;
  }
  .inpRadio.type02 span:first-child {
    padding-left: 0 !important;
  }
  .btnArea1 {
    overflow: hidden;
    text-align: center;
  }
  .btnArea1 > span {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .btnArea1 button {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .btnArea1_box {
    overflow: hidden;
    display: inline-block;
    text-align: center;
  }
  .agrBox {
    margin-top: 40px;
  }
  .scrollCont {
    margin: 20px 0 0 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1.8;
  }
  .scrollbox4 {
    height: 350px;
    overflow: auto;
  }
  .scrollbox5 {
    height: 170px;
    overflow: auto;
  }
  .mobile_btn1 {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .mobile_btn1 span button {
    width: 100%;
  }
  a.btnSm3,
  button.btnSm3,
  input[type="button"].btnSm3 {
    min-width: 120px;
    height: 28px;
    padding: 3px 14px 2px;
    line-height: 23px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    background-color: #fff;
  }
  .certify {
    margin: 20px 0 20px;
    overflow: hidden;
  }
  .certify li:first-child {
    display: none;
  }
  .certify li {
    width: 100%;
  }
  .certify li .btnSm {
    width: 180px;
    height: 45px;
    line-height: 35px;
    padding: 3px 0 2px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
  }
  .mark03.pcno {
    display: block;
  }
  .finish {
    margin: 20px 0 50px;
    overflow: hidden;
    padding: 200px 20px 65px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url(../image/sub_01_07.png) no-repeat center 30px;
    background-size: 130px 130px;
  }
  .finish strong span {
    display: block;
    font-size: 16px;
    color: #999;
    font-family: notoR;
    padding-top: 10px;
  }
  .finish button {
    margin: 0 auto;
    display: block;
  }
  .stepBox.pmno {
    display: none;
  }
  /*.bbs-list-row .column:not(.bbs-title):not(.bbs-no-data):before {
    padding-right: 5px;
    color: #666;
    content: attr(data-label); font-size: 14px;
}
	.bbs-list-head {display: none;}
	.bbs-list-row {border-bottom: 1px solid #999; padding: 15px 0 20px; }
	.bbs-list-tbl {border-top: 1px solid #999;}
	.bbs-list-row >div:nth-child(1),.bbs-list-row >div:nth-child(3),.bbs-list-row >div:nth-child(4) {display: none !important; }
	.bbs-list-tbl, .bbs-list-row, .bbs-list-row .column {display: block;}
	.bbs-list-row .column {clear: both;border-bottom: 0; text-align: left; padding: 3px 0;font-size: 12px;display: inline-block;}
	.bbs-subject-con .bbs-subject-txt {font-size: 14px;font-weight: 500;}
	.bbs-list-row > div { display: block; width: auto; margin-right: 0;}
	.bbs-list-row .bbs-title {display: block; }
	.bbs-subject-con .bbs-subject-txt {font-size: 16px;}
	.bbs-list-row .column span:nth-child(2) {
    margin-top: 0; overflow: hidden; display: inline;}
    .bbs-list-row > div:nth-child(5) {display: block; border-bottom: 1px solid #fff; border-top: 1px solid #fff; padding: 10px 0; margin: 5px 0;}
	.bbs-list-row > div:nth-child(7) {padding-left: 10px;}*/
  .bbs-list-row.type01 > div:nth-child(1),
  .bbs-list-row.type01 > div:nth-child(3),
  .bbs-list-row.type01 > div:nth-child(4),
  .bbs-list-row.type01 > div:nth-child(6),
  .bbs-list-row.type01 > div:nth-child(7) {
    display: none !important;
  }
  .bbs-list-head.type01 > span:nth-child(1),
  .bbs-list-head.type01 > span:nth-child(3),
  .bbs-list-head.type01 > span:nth-child(4),
  .bbs-list-head.type01 > span:nth-child(6),
  .bbs-list-head > span:nth-child(7) {
    display: none !important;
  }
  .bbs-list-head.type01 > span:nth-child(5) {
    width: 22%;
  }
  .bbs-list-row.type01 > div:nth-child(8) {
    display: block !important;
  }
  .bbs-list-head.type01 > span:nth-child(8) {
    display: block !important;
  }
  .state {
    display: inline-block;
    margin: 0 auto;
    width: 75px;
    padding: 0 0px;
    min-width: 40px;
    text-align: center;
    font-size: 13px;
    color: #1a80fe;
    border: 1px solid #1a80fe;
    border-radius: 2px;
  }
  .bbs-list-row .column span:nth-child(2) button {
    letter-spacing: 0px;
  }
  a.btnSm1,
  button.btnSm1,
  input[type="button"].btnSm1 {
    min-width: 107px;
    height: auto;
    padding: 3px 5px 2px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
    word-break: keep-all;
  }
  .companyInfo2 > dl,
  .toggleCont02 dd dl {
    width: 100%;
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 12px 0;
  }
  .companyInfo2 > dl > dt,
  .toggleCont02 dd dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    color: #000;
    padding-left: 10px;
    padding: 5px 0;
    font-family: 'notoM';
    padding-left: 0px;
    float: left;
  }
  .companyInfo2 > dl > dd,
  .toggleCont02 dd dl dd {
    display: table-cell;
    width: 70%;
    padding-right: 0px;
    padding: 5px 0;
  }
  .companyInfo2 dl.lineType02 dd {
    width: 70% !important;
  }
  dl.lineType02 dd {
    width: 100% !important;
    display: inline-block;
    padding-right: 0px;
    padding: 5px 0;
  }
  .companyInfo2.ans > dl > dt,
  .toggleCont02.ans dd dl dt {
    padding-left: 10px;
  }
  .btnArea.board_btnbox {
    text-align: center;
    clear: both;
    margin: 40px auto 0px;
    width: 100%;
  }
  .inpBox.type03 span:nth-child(3),
  .inpBox.type03 span:nth-child(4) {
    margin-top: 5px;
  }
  .bbs-list-head.type02 > span:nth-child(5),
  .bbs-list-head.type02 > span:nth-child(6) {
    display: none !important;
  }
  .bbs-list-row.type02 > div:nth-child(5),
  .bbs-list-row.type02 > div:nth-child(6) {
    display: none !important;
  }
  .board_downbtn span {
    display: block;
  }
  .board_downbtn span:nth-child(2) {
    margin-left: 0px;
    margin-top: 8px;
  }
  .tit_area_p {
    position: inherit;
    padding: 10px 20px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background: #ffe7d6;
  }
  .tit_area_p .tit {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-family: notoB;
    padding-bottom: 5px;
  }
  .guidedown {
    position: inherit;
    right: 0px;
    top: 5px;
  }
  .guidedown > span,
  .guidedown > span button {
    width: 100%;
  }
  .entry01 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px;
    margin-bottom: 30px;
  }
  .entry01 strong {
    font-size: 24px;
    font-weight: normal;
    color: #333;
  }
  .entry01 span {
    display: block;
    color: #333;
    font-size: 14px;
    padding-top: 0px;
    line-height: 180%;
  }
  .entry03 a {
    padding: 8px 20px 5px;
    display: inline-block;
    color: #f60;
    font-size: 14px;
    word-break: keep-all;
  }
  .d_pop_box1 span {
    color: #fff;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 37px;
    margin-right: 10px;
  }
  .d_pop_box1 {
    border: 1px solid #d1d1d1;
    background: url(../image/sub_04_01m1.jpg) no-repeat left top;
    height: 119px;
    padding-top: 5px;
    margin-top: 20px;
  }
  .app_top h3 {
    font-size: 24px;
    font-family: 'notoR';
    margin: 20px 0;
  }
  .stepBox1 {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .stepBox1 li {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #b1b1b1 url(../image/sub_bg_01.jpg) no-repeat 0 0;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
  }
  .stepBox1 .active {
    background: #234186;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 20px;
  }
  .cont h4 {
    margin: 30px 0 20px;
    font-size: 18px;
    color: #333;
    font-family: 'notoB';
    display: inline-block;
  }
  .companyInfo .lineType02 dd span {
    font-size: 18px;
  }
  .mono {
    display: none;
  }
  .pcpadno {
    display: block;
  }
  .app_agree2 p {
    color: #f60;
    font-size: 16px;
    font-family: 'notoR';
  }
  .moboxb {
    display: block;
    overflow: hidden;
  }
  p.mark02 {
    padding-left: 12px;
    font-size: 14px;
    line-height: 130%;
    background: url(../image/ico_05.png) no-repeat 0 6px;
    background-size: 7px 7px;
    float: right;
    margin-top: 40px;
  }
  p.mark04 {
    font-size: 14px;
    line-height: 130%;
    float: right;
    margin-top: 40px;
  }
  .companyInfo > dl > dt.wd20 {
    width: 100%;
  }
  .file_box li {
    width: 100%;
    float: none;
    margin-right: 6%;
    overflow: hidden;
  }
  .info_box {
    border: 1px solid #e0e0e0;
    padding: 20px 10px;
    clear: both;
    margin-top: 40px;
    overflow: hidden;
  }
  .info_box dd {
    padding: 10px 0 0 10px;
  }
  .info_box dd li {
    word-break: keep-all;
  }
  .info_box dd ol li {
    list-style: decimal;
    line-height: 130%;
    padding: 3px 0;
  }
  a.btnXSm2,
  button.btnXSm2,
  input[type="button"].btnXSm2 {
    min-width: 42px;
    height: 20px;
    padding: 2px 3px 2px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f60;
    border: 1px solid #fff;
  }
  .header_p .time_box {
    position: absolute;
    right: 0;
    top: 8px;
    color: #fff;
  }
  .header_p .time_box > span:first-child {
    padding-left: 20px;
    line-height: 130%;
    background: url(../image/ico_07.png) no-repeat 0 0;
    background-size: 15px 15px;
    padding-right: 0px;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
  }
  .header_p .time_box > span:nth-child(2) {
    background: #d55a08;
    padding: 0px 8px;
  }
  .btnArea.wd320 {
    clear: both;
    margin: 20px auto 30px;
    width: 100%;
  }
  .btnArea.wd320 > span {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  .btnArea.wd320 > span:nth-of-type(2n-1) {
    padding: 0 0 0 0;
  }
  .certify1 li {
    width: 100%;
  }
  .entry03 {
    text-align: center;
    padding: 10px 0 10px;
    margin-bottom: 30px;
    background: #f0f0f0;
    border: 1px solid #ddd;
  }
  .file_box2 > dl {
    width: 100%;
    display: block;
    padding: 12px 10px;
    margin: 0 auto;
  }
  .file_box2 > dl > dt {
    display: block;
    vertical-align: middle;
    width: 100%;
    color: #333;
    padding-left: 0px;
    font-family: 'notoM';
    text-align: left;
    padding-bottom: 5px;
  }
  .file_box2 > dl > dd {
    display: block;
    width: 100%;
    padding-right: 30px;
  }
  .file_box2 > dl > dd {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .mainCont01 p {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
  }
  .btnArea1 button:nth-child(2) {
    float: left;
    margin-right: 0px;
    margin-left: 0;
  }
  .scrollCont .mostrong > strong {
    margin: 10px 0 0;
  }
  .pri_t {
    margin: 5px 0;
    width: 100%;
  }
  .pri_t tbody th,
  .pri_t tbody td,
  .pri_t tbody td li {
    font-size: 12px;
  }
  .pri_t tbody th {
    padding: 5px 5px 3px;
  }
  .summary_box1 dd span.type01 {
    background: #fff url("../image/sub_02_01.png") no-repeat center 10px;
    background-size: 50px 36px;
  }
  .summary_box1 dd span.type02 {
    background: #fff url("../image/sub_02_02.png") no-repeat center 10px;
    background-size: 50px 36px;
  }
  .summary_box1 dd span.type03 {
    background: #fff url("../image/sub_02_03.png") no-repeat center 10px;
    background-size: 50px 36px;
  }
  .summary_box1 dd span.type04 {
    background: #fff url("../image/sub_02_04.png") no-repeat center 10px;
    background-size: 50px 36px;
  }
  .summary_box1 dd span {
    display: inline-block;
    width: 23%;
    text-align: center;
    border-radius: 5px;
    padding: 55px 0 10px;
    color: #333;
    margin-right: 2px;
  }
  .quick_wrap {
    position: fixed;
    right: 23px;
    bottom: 20px;
    z-index: 99;
  }
  .quick_wrap.over {
    bottom: 70px;
  }
  .quick_wrap .btn_top {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: margin-top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: margin-top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), margin-top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), margin-top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .quick_wrap > a._on,
  .quick_wrap > button._on {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background: #6e88c2;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 12px -1px rgba(0, 0, 0, 0.35);
            box-shadow: 3px 3px 12px -1px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .quick_wrap .btn_top._on {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 10px;
  }
  .quick_wrap > a._on span,
  .quick_wrap > button._on span {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
  }
  .quick_wrap .btn_top._on span {
    font-size: 0.9em;
  }
  .quick_wrap .btn_top._on span:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 9px;
    background: url(../image/m_top.png) center center no-repeat;
    background-size: cover;
  }
  .inpBox.type19 span:last-child {
    width: 100%;
    display: block;
  }
  .bbs-subject-con {
    display: inherit;
    position: relative;
    max-width: 100%;
  }
  .bbs-list-row .txtout {
    text-align: left;
  }
  .inpBox.type20 span {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .inpBox.type20 span:nth-child(3) {
    width: 100%;
    padding-right: 0px;
  }
  .inpBox.type20 span:nth-child(4) {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0;
  }
  .inpBox.type21 span {
    width: 100%;
    padding-right: 0px;
  }
  .inpBox.type21 span:last-child {
    width: 100%;
    padding-right: 0px;
    margin-top: 8px;
  }
  .bgGray {
    border-top: 1px solid #cfcfcf;
    background: #f9f9f9;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 187px);
  }
}

@media only screen and (max-width: 755px) {
  .bgGray {
    min-height: calc(100vh - 179px);
  }
}

@media only screen and (max-width: 727px) {
  .bgGray {
    min-height: calc(100vh - 159px);
  }
}

@media only screen and (max-width: 490px) {
  .bgGray {
    min-height: calc(100vh - 173px);
  }
}

@media only screen and (max-width: 388px) {
  .bgGray {
    min-height: calc(100vh - 187px);
  }
}

@media only screen and (max-width: 350px) {
  .popup .btnArea button {
    float: inherit;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    min-width: 0 !important;
    border-left: 2px solid #fff;
  }
  .popup .btnArea button:first-child {
    border-left: 0;
    border-right: 2px solid #fff;
  }
  .popup .btnArea.full button {
    width: 100%;
    border-right: none;
  }
  .btnArea button span {
    min-width: 0 !important;
  }
  .btnArea span button {
    width: 100%;
  }
  .btnArea.one button {
    float: none;
    width: auto;
    min-width: 147px !important;
  }
  .btnArea.one button span {
    margin: 0;
  }
  .btnArea.one button.btnLg {
    float: none;
    width: 100%;
  }
  .state {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 0 2px;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    color: #1a80fe;
    border: 1px solid #1a80fe;
    border-radius: 2px;
    letter-spacing: -2px;
  }
  .bbs-list-row .column span:nth-child(2) button {
    letter-spacing: 0px;
  }
  a.btnSm1,
  button.btnSm1,
  input[type="button"].btnSm1 {
    min-width: 100px;
    height: auto;
    padding: 3px 5px 2px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
    word-break: keep-all;
  }
  .inpBox.type03 span {
    display: inline-block;
    width: 100%;
  }
  .inpBox.type03 span:nth-child(2) {
    margin-top: 5px;
  }
  .bbs-list-head.type02 > span:nth-child(2) {
    width: 14%;
  }
  .companyInfo2 > dl > dt,
  .toggleCont02 dd dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    color: #000;
    padding: 5px 0;
    margin-left: 5px;
    font-family: 'notoM';
    padding-left: 0px;
    float: left;
    letter-spacing: -2px;
  }
  dl.lineType02 dd {
    width: 100% !important;
    display: inline-block;
    padding-right: 0px;
    padding: 5px 0;
  }
  .companyInfo2 > dl > dd,
  .toggleCont02 dd dl dd {
    display: table-cell;
    width: 65%;
    padding-right: 5px;
  }
  a.btnDpop,
  button.btnDpop,
  input[type="button"].btnDpop {
    width: 80px;
    height: 30px;
    line-height: 26px;
    padding: 3px 0 2px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
  }
  .header_p .time_box > span:first-child {
    padding-left: 18px;
    line-height: 130%;
    background: url(../image/ico_07.png) no-repeat 0 0;
    background-size: 16px 16px;
    padding-right: 5px;
    font-size: 12px;
  }
  .header_p .time_box > span:nth-child(2) {
    background: #d55a08;
    padding: 0px 4px;
    font-size: 12px;
  }
  .d_pop_box1 span {
    color: #fff;
    display: inline-block;
    width: 50px;
    text-align: center;
    line-height: 37px;
    margin-right: 5px;
    font-size: 12px;
  }
  .d_pop_box1 {
    border: 1px solid #d1d1d1;
    background: url(../image/sub_04_01m1.jpg) no-repeat -10px top;
    height: 119px;
    padding-top: 5px;
    margin-top: 20px;
  }
  .d_pop_box1 li {
    font-size: 12px;
  }
  .companyInfo2 dl.lineType02 dd {
    width: 65% !important;
  }
  .inpBox.type04 span:last-child {
    width: 43%;
    display: inline-block;
  }
  .btnArea > span {
    float: left;
    display: table;
    margin-top: 4px;
    padding-left: 2px;
    width: 50%;
    vertical-align: middle;
  }
  a.btnLg,
  button.btnLg,
  input[type="button"].btnLg {
    width: 180px;
    height: 45px;
    line-height: 35px;
    padding: 3px 0 2px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #b1b1b1;
  }
  .inpBox span.string {
    width: 17px !important;
    text-align: center;
    color: #333;
  }
  .paymentSel li {
    float: left;
    margin-right: 2%;
    padding: 90px 0 15px 0;
    width: 49%;
    background: #fff;
    border: 1px solid #cad0d2;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .paymentSel li:nth-child(1) {
    background: url("../image/sub_01_01.jpg") no-repeat center 10px;
    background-size: 100px 71px;
  }
  .paymentSel li:nth-child(2) {
    background: url("../image/sub_01_02.jpg") no-repeat center 10px;
    background-size: 100px 71px;
  }
  .paymentSel li:nth-child(3) {
    background: url("../image/sub_01_03.jpg") no-repeat center 10px;
    background-size: 100px 71px;
  }
  .paymentSel li:nth-child(4) {
    background: url("../image/sub_01_04.jpg") no-repeat center 10px;
    background-size: 100px 71px;
  }
  a.btnSm,
  button.btnSm,
  input[type="button"].btnSm {
    min-width: 100px;
  }
  .certify li,
  .certify1 li {
    padding: 130px 10px 30px;
  }
  .certify li p,
  .certify1 li p {
    word-break: keep-all;
  }
  .titCheck h3,
  .titCheck .inpCheck {
    float: none;
    margin-bottom: 5px;
  }
  .titCheck .inpCheck {
    display: block;
    margin: 0 0 10px 0px;
  }
}

#inseq-datepicker {
  position: absolute;
  width: 250px;
  padding: 12px;
  border: 1px solid #666;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 1500;
}

#inseq-datepicker caption {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#inseq-datepicker table {
  table-layout: auto;
  margin-top: 0;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  color: #000;
  line-height: 2;
}

#inseq-datepicker table a {
  line-height: 2;
}

#inseq-datepicker table th {
  height: auto;
  background: none;
  padding: 0 0 0.5em;
  border: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 20px;
}

#inseq-datepicker table td {
  padding: 0 !important;
  margin: 0;
  height: auto;
  text-align: center;
  border: 0;
  line-height: 1;
}

#inseq-datepicker table tbody td {
  height: 28px;
  color: #767676;
}

#inseq-datepicker table tbody td a {
  display: block;
  color: #000;
  text-decoration: none;
}

#inseq-datepicker table tbody td a.today {
  color: #fff !important;
  background-color: #f60;
  font-weight: bold;
}

#inseq-datepicker #tableCalendarTitle {
  margin-bottom: 5px;
}

#inseq-datepicker #tableCalendarTitle td {
  font-size: 16px;
}

#inseq-datepicker #tableCalendarTitle td a {
  font-size: inherit;
  font-weight: bold;
  vertical-align: 6px;
}

#inseq-datepicker #tableMonthTitle td a {
  font-size: 16px;
  font-weight: bold;
}

#inseq-datepicker #tableYearTitle {
  margin-bottom: 5px;
}

#inseq-datepicker #tableYearTitle td {
  font-size: 16px;
  font-weight: bold;
}

#inseq-datepicker #tableCalendarTitle a,
#inseq-datepicker #tableYear a,
#inseq-datepicker #tableMonthTitle a,
#inseq-datepicker #tableMonth a {
  color: #000;
}

#inseq-datepicker #tableCalendar th:first-child,
#inseq-datepicker #tableCalendar td:first-child {
  color: #cf2121;
}

#inseq-datepicker #tableCalendar th:first-child a,
#inseq-datepicker #tableCalendar td:first-child a {
  color: inherit;
}

#inseq-datepicker #tableCalendar th:last-child,
#inseq-datepicker #tableCalendar td:last-child {
  color: #0072cf;
}

#inseq-datepicker #tableCalendar th:last-child a,
#inseq-datepicker #tableCalendar td:last-child a {
  color: inherit;
}

#inseq-datepicker .prev,
#inseq-datepicker .next {
  width: 25px;
  height: 25px;
  line-height: 23px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  color: transparent !important;
  white-space: nowrap;
  overflow: hidden;
  background-size: 6px 10px;
  border: 1px solid #dbdbdb;
}

#inseq-datepicker .prev {
  float: left;
  margin-left: 16px;
  background-image: url(../image/ico_calendar_next.png);
}

#inseq-datepicker .next {
  float: right;
  margin-right: 16px;
  background-image: url(../image/ico_calendar_next.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#inseq-datepicker .btn-cal-close {
  position: absolute;
  top: -1px;
  right: -27px;
  width: 27px;
  height: 27px;
}

#inseq-datepicker .btn-cal-close a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  border: 1px solid #666;
  background: #666 url(../image/ico_calendar_close.png) no-repeat center center;
  background-size: 15px 15px;
}

@media (max-width: 767.98px) {
  #inseq-datepicker {
    left: 50% !important;
    margin-left: -125px !important;
  }
}

.header .logoutbox {
  right: 418px;
}

.header .gnb > li:first-of-type nav {
  right: -13px;
}

.header .gnb > li:nth-child(2) nav {
  right: -18px;
}

.checkbox03.type02 span {
  width: 33%;
}

.checkbox03.type02 span.input-lg {
  width: 190px;
}

@media only screen and (max-width: 727px) {
  .cont.vanApply .companyInfo2 > dl > dt {
    margin-left: 0;
  }
  .cont.vanApply .companyInfo2 > dl > dt,
  .cont.vanApply .companyInfo2 > dl > dd {
    min-height: 30px;
    display: inline-block;
  }
}

.cont.vanApply .inputSectionTitle.numberTitle {
  margin-top: 70px !important;
}

.cont.vanApply .inputSectionTitle {
  margin-top: 50px !important;
}

.cont.vanApply .titleLine {
  font-weight: normal;
}

.cont.vanApply input:-moz-read-only {
  background: #f1f1f1;
}

.cont.vanApply input:read-only {
  background: #f1f1f1;
}

.cont.vanApply select:disabled {
  background: #f1f1f1;
}

@media only screen and (max-width: 727px) {
  .cont.vanApply .vanInfoCheckboxArea {
    margin-top: 20px;
  }
}

.cont.vanApply .vanInfoCheckboxArea.basicService input[type=checkbox]:nth-child(1) + label {
  margin-right: 20px;
}

@media only screen and (max-width: 727px) {
  .cont.vanApply .vanInfoCheckboxArea.basicService {
    margin-top: -10px;
  }
  .cont.vanApply .vanInfoCheckboxArea.basicService input[type=checkbox] + label {
    margin-top: 20px;
  }
}

.cont.vanApply .border0 {
  border: 0;
}

.cont.vanApply .radioAllpyChecker.hide {
  display: none;
}


.vanApply input[type='password'],input[type='text'], input[type='number'], input[type='tel'], input[type='email'], input[type='date']{height:40px !important;}
.cont.vanApply .paymentInfo.hide {
  display: none;
}

.cont.vanApply .agrBox.vanAgreBox + .inputSectionTitle {
  margin-top: 30px;
}

.cont.vanApply .inpBox_file > span {
  display: inline-block;
}

.cont.vanApply .inpBox_file > span:nth-child(1) {
  max-width: calc(100% - 114px);
}

.cont.vanApply .inpBox_file > span:nth-child(2) {
  width: 19%;
}

@media only screen and (max-width: 727px) {
  .cont.vanApply .inpBox_file > span {
    display: inline-block;
  }
  .cont.vanApply .inpBox_file > span:nth-child(1) {
    width: calc(100% - 114px);
    max-width: calc(100% - 118px);
  }
  .cont.vanApply .inpBox_file > span:nth-child(2) {
    width: 114px;
  }
}

.cont.vanApply .companyInfo .info_box dl {
  border: 0;
}

.cont.vanApply .companyInfo.contInputSection.vanFileUploadList dl {
  padding: 0;
}

@media only screen and (max-width: 727px) {
  .cont.vanCurrent .companyInfo2 > dl > dt,
  .cont.vanCurrent .companyInfo2 > dl > dd {
    min-height: 30px;
  }
}

.companyInfo2 .titleLine {
  width: 100%;
  display: table;
  border-top: 1px solid #f0f0f0;
  padding: 12px 0 12px 10px;
  font-size: 16px;
  color: #333;
  font-family: 'notoM';
  background: #fdeedb;
  font-weight: 700;
}

@media only screen and (max-width: 727px) {
  .companyInfo2 .titleLine {
    font-size: 14px;
  }
}

.inp_radio_box .inpBox .input_lg {
  min-width: 190px;
}

@media only screen and (max-width: 727px) {
  .inp_radio_box .inpBox .input_lg {
    width: 45% !important;
  }
}

@media only screen and (max-width: 350px) {
  .inp_radio_box .inpBox .input_lg {
    width: 100% !important;
  }
}

.inpBox.won span input[type=text] {
  width: calc(100% - 30px);
  margin-right: 10px;
}

.inp_radio_box.multiMinWidth1 {
  min-width: 214px;
}

.contInputSection + .inputSectionTitle {
  margin-top: 40px;
}

@media only screen and (max-width: 727px) {
  .contInputSection .serviceTitle {
    padding-bottom: 0;
  }
  .contInputSection .serviceTitle > dd {
    padding-top: 10px;
  }
  .contInputSection strong.serviceTitle {
    padding: 10px 0;
  }
  .contInputSection strong.serviceTitle span {
    padding: 5px 0;
  }
}

dl.lineType02 dd.w40 {
  width: 40% !important;
  min-width: 350px;
  vertical-align: middle;
}

@media only screen and (max-width: 727px) {
  dl.lineType02 dd.w40 {
    min-width: auto;
    width: 100% !important;
  }
}

.serviceTitle {
  background: #F4F4F4;
  border-top: 1px solid #333 !important;
}

@media only screen and (max-width: 727px) {
  .serviceTitle {
    background: #F4F4F4;
  }
}

strong.lineType01 {
  width: 100%;
  display: table;
  border-top: 1px solid #f8f8f8;
  padding: 12px 0;
  display: block;
  font-weight: normal;
  color: #000;
}

strong.lineType01 span {
  display: table-cell;
  vertical-align: middle;
  width: 16%;
  color: #000;
  padding-left: 10px;
  font-family: 'notoM';
  padding: 5px 0 5px 10px;
}

@media only screen and (max-width: 727px) {
  strong.lineType01 {
    padding-left: 0;
  }
}

.inp_bank_check {
  width: 100%;
}

.inp_bank_check input[type=text] {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 727px) {
  .inp_bank_check input[type=text] {
    width: calc(100% - 86px);
  }
}

dl.lineTypeDateMultiCase dd {
  width: 40% !important;
}

@media only screen and (max-width: 727px) {
  dl.lineTypeDateMultiCase {
    border-top: 1px solid #f0f0f0;
    width: 100%;
    display: block;
    padding: 0px 0 20px 0;
  }
  dl.lineTypeDateMultiCase dt {
    border-top: 1px solid #f0f0f0;
  }
  dl.lineTypeDateMultiCase dd {
    width: 100% !important;
    display: block;
    padding: 0px 0 20px 0;
  }
}

.datepicker-area {
  display: block !important;
  width: 100% !important;
}

.datepicker-area .form-control.datepick {
  width: 108px;
  font-size: 14px;
}

.datepicker-area .btn.btn-datepicker {
  width: 40px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #b7b7b7;
  border-left: 0;
  margin-left: -3px;
}

.datepicker-area .btn.btn-datepicker i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  background: url(../image/ico_calendar.png);
  background-repeat: no-repeat;
  background-position: center;
}

.datepicker-area .btn.btn-datepicker + span {
  display: inline-block;
  width: auto;
}

.stepBox.stepTwo ul li {
  width: 50%;
}

.stepBox.stepTwo ul li.active:nth-child(1) em {
  background: url(../image/step_img03_on.png) no-repeat 0 10px;
}

.stepBox.stepTwo ul li.active:nth-child(2) em {
  background: url(../image/step_img04_on.png) no-repeat 0 10px;
}

.stepBox.stepTwo ul li:nth-child(1) em {
  background: url(../image/step_img03_off.png) no-repeat 0 10px;
}

.stepBox.stepTwo ul li:nth-child(2) em {
  background: url(../image/step_img04_off.png) no-repeat 0 10px;
}

@media only screen and (max-width: 727px) {
  .stepBox.stepTwo ul li {
    min-width: auto !important;
  }
  .stepBox.stepTwo ul li:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 727px) {
  .mobileMinWidthAuto {
    min-width: auto !important;
  }
}

.d_con {
  text-align: center;
}

.bgOdd {
  background: #F4F4F4 !important;
}

.vanAgreBox {
  margin-top: 30px;
}

.titleRowText {
  margin-bottom: 6px !important;
}

.ml-4 {
  margin-left: 20px;
}

.flot-l {
  float: left;
}

.flot-r {
  float: right;
}

.dDownMd {
  display: none !important;
}

@media only screen and (max-width: 727px) {
  .dDownMd {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 727px) {
  .dUpMd {
    display: none;
  }
}

.ml4 {
  margin-left: 20px;
}

.layerContent .popup {
  left: 0;
  right: 0;
  margin: 0 auto;
}

input[type="checkbox"] {
  top: auto;
}

.width100per {
  width: 100%;
}

.pt-6 {
  padding-top: 30px;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-p7 {
  margin-top: 7px !important;
}

.mb-p15 {
  margin-bottom: 15px !important;
}

.tc {
  text-align: center;
}

.mb-2 {
  margin-bottom: 10px;
}

.block-center {
  display: block;
  text-align: center;
}

.cont .info_box {
  margin-top: 0;
}

.cont .certify.applyStatusCert {
  margin-top: 40px;
}

.cont .certify.applyStatusCert.onlyOne li {
  float: none;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.cont .certify.applyStatusCert li.showAll {
  display: block !important;
  margin-top: 20px;
}

.bbs-list-head.vanCurrentList > span:nth-child(6) {
  display: table-cell !important;
}

@media only screen and (max-width: 727px) {
  .bbs-list-head.vanCurrentList span:nth-child(6) {
    width: 120px;
  }
}

.bbs-list-row.vanCurrentList > div:nth-child(6) {
  display: table-cell !important;
}

@media only screen and (max-width: 727px) {
  .bbs-list-row.vanCurrentListConsulting > div:nth-child(1) {
    display: none !important;
  }
  .bbs-list-row.vanCurrentListConsulting > div:nth-child(2) {
    display: none !important;
  }
  .bbs-list-row.vanCurrentListConsulting > div:nth-child(3) {
    display: table-cell !important;
    width: 80px !important;
  }
  .bbs-list-row.vanCurrentListConsulting > div:nth-child(4) {
    display: table-cell !important;
    width: auto !important;
  }
  .bbs-list-row.vanCurrentListConsulting > div:nth-child(5) {
    display: none !important;
  }
  .bbs-list-row.vanCurrentListConsulting > div:nth-child(6) {
    display: table-cell !important;
    width: auto !important;
  }
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(1) {
  display: table-cell !important;
  width: 40px;
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(2) {
  display: table-cell !important;
  width: 60px;
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(3) {
  display: table-cell !important;
  width: 60px;
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(4) {
  display: table-cell !important;
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(5) {
  display: table-cell !important;
  width: 60px;
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(6) {
  display: table-cell !important;
  width: 60px;
}

.bbs-list-head.vanCurrentListConsulting > span:nth-child(7) {
  display: table-cell !important;
  width: 60px;
}

@media only screen and (max-width: 727px) {
  .bbs-list-head.vanCurrentListConsulting span:nth-child(1) {
    display: none !important;
  }
  .bbs-list-head.vanCurrentListConsulting span:nth-child(2) {
    display: none !important;
  }
  .bbs-list-head.vanCurrentListConsulting span:nth-child(3) {
    display: table-cell !important;
    width: 80px;
  }
  .bbs-list-head.vanCurrentListConsulting span:nth-child(4) {
    display: table-cell !important;
    width: 120px;
  }
  .bbs-list-head.vanCurrentListConsulting span:nth-child(5) {
    display: none !important;
  }
  .bbs-list-head.vanCurrentListConsulting span:nth-child(6) {
    display: table-cell !important;
    width: 80px;
  }
  .bbs-list-head.vanCurrentListConsulting span:nth-child(7) {
    display: none !important;
  }
}

.vanMain h3 strong {
  word-break: keep-all;
}

.vanMain h3.titleline {
  text-align: center;
  position: relative;
}

.vanMain h3.titleline::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 54px;
  width: 90px;
  height: 3px;
  background: #e0e0e0;
}

.vanMain .main_visual {
  height: 584px;
  background: #c0dcef url(../image/main_van_vi03.jpg) no-repeat center;
  position: relative;
}

.vanMain .main_visual .main_vi_btn a {
  color: #2e8bc9;
  border-color: #2e8bc9;
  background: url(../image/main_bnt_van-b1.png) no-repeat 210px 14px;
}

@media only screen and (max-width: 727px) {
  .vanMain .main_visual {
    background: none;
    height: auto;
  }
  .vanMain .main_visual .main_vi_btn {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .vanMain .main_visual .main_vi_btn a {
    width: 100%;
    height: 100%;
    color: #2e8bc9;
    border: none;
    background: none;
    border-radius: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
  }
}

.vanMain .mainLink {
  -webkit-box-shadow: 0 10px 10px #c0dcef;
          box-shadow: 0 10px 10px #c0dcef;
}

.vanMain #mainCont03-van {
  padding-bottom: 100px;
}

.vanMain #mainCont03-van .mt-3 {
  margin-top: 15px;
}

@media only screen and (max-width: 727px) {
  .vanMain .mainCont01 h3 {
    padding-top: 60px;
  }
  .vanMain .mainCont01 .titleline {
    padding-top: 90px;
  }
  .vanMain::before {
    top: 29px;
  }
}

.van_infolist {
  margin-top: 40px;
}

.van_infolist ul {
  text-align: center;
}

.van_infolist ul > li {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 6px 0 6px;
}

.van_infolist ul > li:nth-child(1) {
  margin-left: 0;
}

.van_infolist ul > li:last-child {
  margin-right: 0;
}

.van_infolist ul > li .imgArea {
  height: 200px;
  background-position: center;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.van_infolist ul > li:nth-child(1) .imgArea {
  background: url(../image/van_infolist-img1.png) no-repeat;
}

.van_infolist ul > li:nth-child(2) .imgArea {
  background: url(../image/van_infolist-img2.png) no-repeat;
}

.van_infolist ul > li:nth-child(3) .imgArea {
  background: url(../image/van_infolist-img3.png) no-repeat;
}

.van_infolist ul > li:nth-child(4) .imgArea {
  background: url(../image/van_infolist-img4.png) no-repeat;
}

.van_infolist ul > li:nth-child(5) .imgArea {
  background: url(../image/van_infolist-img5.png) no-repeat;
}

.van_infolist ul > li .textArea {
  margin-top: 28px;
  text-align: center;
}

.van_infolist ul > li .textArea dt {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.van_infolist ul > li .textArea dd {
  margin-top: 15px;
  font-size: 16px;
}

@media only screen and (max-width: 727px) {
  .van_infolist ul > li {
    margin: 38px 6px 0 6px;
    width: calc(50% - 24px);
  }
  .van_infolist ul > li:nth-child(1) .imgArea {
    background: url(../image/van_infolist-img1.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .van_infolist ul > li:nth-child(2) .imgArea {
    background: url(../image/van_infolist-img2.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .van_infolist ul > li:nth-child(3) .imgArea {
    background: url(../image/van_infolist-img3.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .van_infolist ul > li:nth-child(4) .imgArea {
    background: url(../image/van_infolist-img4.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .van_infolist ul > li:nth-child(5) .imgArea {
    background: url(../image/van_infolist-img5.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .van_infolist ul > li .imgArea {
    height: 200px;
    height: 72px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
}

.van_specialPointList {
  margin-top: 64px;
}

.van_specialPointList > ol {
  max-width: 1072px;
  margin: 0 auto;
}

.van_specialPointList > ol:after {
  display: block;
  clear: both;
  content: '';
}

.van_specialPointList > ol li {
  position: relative;
  width: calc(50% - 14px);
  height: 302px;
  float: left;
  margin: 7px;
}

.van_specialPointList > ol li:nth-child(1) dl dt {
  background: #252525 url(../image/van_specialPointList_img1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.van_specialPointList > ol li:nth-child(1) dl dt:hover {
  background: #2e8bc9 url(../image/van_specialPointList_img1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.van_specialPointList > ol li:nth-child(2) dl dt {
  background: #252525 url(../image/van_specialPointList_img2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.van_specialPointList > ol li:nth-child(2) dl dt:hover {
  background: #2e8bc9 url(../image/van_specialPointList_img2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.van_specialPointList > ol li:nth-child(3) dl dt {
  background: #252525 url(../image/van_specialPointList_img3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.van_specialPointList > ol li:nth-child(3) dl dt:hover {
  background: #2e8bc9 url(../image/van_specialPointList_img3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.van_specialPointList > ol li:nth-child(4) dl dt {
  background: #252525 url(../image/van_specialPointList_img4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.van_specialPointList > ol li:nth-child(4) dl dt:hover {
  background: #2e8bc9 url(../image/van_specialPointList_img4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.van_specialPointList > ol li dl {
  background: #fff;
  height: 100%;
  width: 100%;
}

.van_specialPointList > ol li dl dt {
  position: relative;
  width: 60%;
  height: 100%;
  background: #252525 url(../image/van_specialPointList_img1.png);
  float: left;
}

.van_specialPointList > ol li dl dt span {
  position: absolute;
  padding-left: calc(60% + 26px);
  font-size: 70px;
  top: 20px;
  font-weight: 100;
  color: #2e8bc9;
}

.van_specialPointList > ol li dl dt strong {
  width: 1%;
  height: 302px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  z-index: 500;
}

.van_specialPointList > ol li dl dd {
  width: 40%;
  float: left;
  padding-top: 24px;
}

.van_specialPointList > ol li dl dd p {
  padding: 0 26px;
}

.van_specialPointList > ol li dl dd span {
  padding: 0 26px;
  color: #2e8bc9;
  font-size: 70px;
}

@media only screen and (max-width: 798px) {
  .van_specialPointList {
    margin-top: 28px;
  }
  .van_specialPointList > ol {
    padding: 0 20px;
  }
  .van_specialPointList > ol li {
    width: 100%;
    margin: 7px 0;
    height: auto;
    height: 200px;
  }
  .van_specialPointList > ol li dl dt {
    width: 40%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .van_specialPointList > ol li dl dt strong {
    font-size: 20px;
    height: auto;
    min-height: 200px;
    height: 200px;
  }
  .van_specialPointList > ol li dl dd {
    width: 60%;
  }
  .van_specialPointList > ol li dl dd span {
    font-size: 36px;
  }
  .van_specialPointList > ol li dl dd p {
    margin-top: 16px;
  }
}

.serviceInquiry-area {
  width: 580px;
  background: url(../image/serviceInquiry-area-tel.png) no-repeat;
  background-position: right 37%;
  margin: 0 auto;
  padding-top: 60px;
  margin-top: -32px;
}

.serviceInquiry-area > div {
  text-align: center;
}

.serviceInquiry-area > div > strong {
  display: block;
  margin-top: 40px;
  font-size: 30px;
  color: #2e8bc9;
}

.serviceInquiry-area > div > strong > span {
  margin: 0 10px;
  font-size: 30px;
  color: #2e8bc9;
}

.serviceInquiry-area > div > span {
  display: block;
  color: #2e8bc9;
  font-size: 16px;
  margin-top: 10px;
}

.serviceInquiry-area > div .btn {
  margin-top: 50px;
  display: inline-block;
  border-radius: 50px;
  width: 260px;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  color: #2e8bc9;
  background: url(../image/main_bnt_van-b1.png) no-repeat 210px 14px;
  border: solid 3px #2e8bc9;
}

@media only screen and (max-width: 798px) {
  .serviceInquiry-area {
    width: 100%;
    padding-top: 130px;
    background-position: center top;
    margin-top: 20px;
  }
  .serviceInquiry-area > div > strong {
    font-size: 22px;
  }
  .serviceInquiry-area > div > strong > span {
    font-size: 22px;
  }
  .serviceInquiry-area > div > span {
    margin-top: 4px;
  }
  .serviceInquiry-area > div .btn {
    margin-top: 17px;
  }
}

.d-down-mobile {
  display: none;
}

@media only screen and (max-width: 727px) {
  .d-down-mobile {
    display: block;
  }
}

#btn-totop {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../image/btn-totop.png) no-repeat;
  background-size: cover;
}

#btn-totop.show {
  opacity: .6;
  visibility: visible;
}

#btn-totop.show:hover {
  opacity: 1;
}

@media only screen and (min-width: 727px) {
  #btn-totop {
    left: 50%;
    margin-left: 660px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 726px) {
  #btn-totop {
    right: 5px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  #btn-totop.show {
    opacity: .5;
  }
}
/* 2020-11-05 추가시작 */
.bbs-list-head.type03 > span:nth-child(1) {
	width: 7%;
}
.bbs-list-head.type03 > span:nth-child(2) {
}

.bbs-list-head.type03 > span:nth-child(3) {
	width: 18%;
}

.bbs-list-head.type03 > span:nth-child(4) {
	width: 18%;
}
.bbs-list-head.type03 > span:nth-child(5) {
	width: 24%;
}

@media only screen and (max-width: 727px) {
	.bbs-list-head.type03 > span:nth-child(1) {
		width: 11%;
	}
	.bbs-list-head.type03 > span:nth-child(2) {
		width: auto;
	}
	
	.bbs-list-head.type03 > span:nth-child(3) {
		display: none;
	}
	
	.bbs-list-head.type03 > span:nth-child(4) {
		display: none;
	}
	.bbs-list-head.type03 > span:nth-child(5) {
		width: auto;
	}
	.bbs-list-row.type03{
		color:red !important
	}
		.bbs-list-row.type03 > .column:nth-child(1) {
		}
		.bbs-list-row.type03 > .column:nth-child(2) {
		}
		
		.bbs-list-row.type03 > .column:nth-child(3) {
			display: none;
		}
		
		.bbs-list-row.type03 > .column:nth-child(4) {
			display: none;
		}
		.bbs-list-row.type03 > .column:nth-child(5) {
	}

}

.doc-file-add-pop{
	max-width: 600px;
	margin: 0 auto;

}
.docFileAddPop{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0px 40px 0px;
}
.docFileAddPop h1{
	background: #f60 ;
	padding: 12px 10px;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 0;
	
}
.docFileAddPopInner{border: 0;	padding-bottom: 20px;position: relative;}
.docFileAddPopInner dt{
	font-size: 16px;
	font-weight: bold;
	color:#333 !important;
}

.docFileAddPop .close{
	position: absolute;
	right:0;
	top:0px;
	text-indent: -9999px;
	width: 48px;
	height:48px;
	background: url(../image/menu_box_c.png) no-repeat center / 28px 28px;
	
	display: block;
	z-index: 555;
}
.docFileAddPopInner .fileAddArea{padding-top:12px !important;}
.docFileAddPopInner .docFileAddTextArea{ width: calc(100% - 120px) !important;display: inline-block}
.docFileAddPopInner .docFileAddBtnArea{ width: 110px !important;display: inline-block; margin-top:10px;}
.docFileAddPopInner .smTableCell > dd .inpBox span {font-size: 16px; margin-bottom: 0;;}
@media only screen and (min-width: 1060px) {
.docFileAddPopInner .smTableCell > dt{padding-left: 40px;}
.docFileAddPopInner .fileAddArea > dd{padding-left: 40px;}
.docFileAddPopInner .fileAddArea > dt{padding-left: 40px;}

}

@media only screen and (max-width: 1060px) {
	.smTableCell{display: block; padding: 0 10px !important; padding-bottom: 8px !important; }
	.smTableCell dt{display: inline-block !important; width: 80px !important;}
	.smTableCell dd{display: inline-block !important;width: calc(100% - 90px) !important;    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 10px;}
	.docFileAddPopInner .inpBox{
		width: 100% !important;
	}
	.docFileAddPopInner .dotList{
		padding-left: 16px;;
	}
	.docFileAddPopInner .dotList li{word-break: keep-all;}
	.docFileAddPopInner .fileAddArea{padding: 10px;}
	.docFileAddPopInner p{padding-left: 10px;;}
	.docFileAddPopInner .inpBox select{width: 100% !important;}
	.docFileAddPopInner .docFileAddTextArea{ width: calc(100% - 120px) !important;display: inline-block}
	.docFileAddPopInner .docFileAddBtnArea{ width: 110px !important;display: inline-block;}
	.smTableCell + .fileAddArea .inpBox:nth-child(2){margin-top:10px;}
}

@media only screen and (max-width: 727px) {
	.docFileAddPopInner .fileAddArea dt {padding-top: 0;;}
}

.docFileAddPopInner .btnArea.wd367{margin: 30px auto 30px;}




/* 2020-11-05 추가 끝 */

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



.language-area {
	position: absolute;
	right: -158px;
	top: 35px;
}

.language-area select {
	height: 30px;
	padding: 2px 20px 2px 10px;
	line-height: 20px;
	width: 110px;
	background: #fff url(../image/sel_01.png) no-repeat 95% 12px;
	font-size: 12px;
	margin-left: 38px;
}

@media only screen and (max-width: 1060px) {
	.language-area {
		right: 56px;
		top: 28px;
	}

	.language-area select {
		height: 26px;
		padding-top: 3px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 727px) {
	.language-area {
		right: 56px;
		top: 21px;
	}

	.language-area select {
		padding-top: 2px;
	}
}

.no-border {
	border: 0;
}

.btnAreaPay {
	text-align: center;
	padding-bottom: 60px;
}

.entry01.pay {
	margin-bottom: 0;
	text-align: left;
	padding: 80px 0 76px;
	width: 504px;
	margin: 0 auto;
}

.entry01.pay .payText {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}

.entry01.pay .payText.light {
	color: #999999;
}

.entry01.pay .payText+.payText {
	margin-top: 25px;
}

@media only screen and (max-width: 1060px) {
	.entry01.pay {
		width: 100%;
		padding: 10px 10px 40px;
	}

	.entry01.pay .payText {
		font-size: 14px;
	}
}

h3 .subText {
	display: block;
	line-height: 30px;
	font-weight: 100;
	font-family: 'NotoR', sans-serif;
	margin-top: 10px;
}

@media only screen and (max-width: 1060px) {
	h3 {
		text-align: center;
	}
}

.tit .text-bold {
	font-size: inherit;
	font-weight: bold;
}

.pgServiceText {
	/* padding-left: 180px; */
	padding-bottom: 29px;
	line-height: 28px;
}

.pgServiceText span {
	font-weight: bold;
}

@media only screen and (max-width: 1068px) {
	.pgServiceText {
		padding-left: 0;
		text-align: center;
	}
}

.companyInfo.pgService .lineType03.email {
	border-top: 1px solid #f0f0f0;
}

.companyInfo.pgService .lineType03.email dt {
	width: 17%;
}

.companyInfo.pgService .lineType03.email dd .emailArea {
	width: calc(100% - 154px);
	max-width: 412px;
	display: inline-block;
}

.companyInfo.pgService .lineType03.email dd .emailArea input {
	width: calc(50% - 10px);
	height: 36px;
}

.companyInfo.pgService .lineType03.email dd .emailBtnArea {
	display: inline-block;
	width: auto;
}

.companyInfo.pgService .lineType03.email dd .emailBtnArea .btnSm1 {
	/* width: 18.47%; */
	margin-left: 23px;
	height: 36px;
}

.companyInfo.pgService .lineType03.email dd .mailMark {
	width: auto;
	display: inline-block;
}

.companyInfo.pgService .lineType03.certified dt {
	width: 17%;
}

.companyInfo.pgService .lineType03.certified dd>span {
	display: inline-block;
	max-width: 196px;
}

.companyInfo.pgService .lineType03.certified .certifiedInputArea {
	width: calc(50% - 80px);
	margin-left: 2.21%;
	padding-left: 0;
}

.companyInfo.pgService .lineType03.certified .certifiedInput {
	height: 36px;
	line-height: 36px;
	padding-top: 1px;
}

.companyInfo.pgService .lineType03.certified .certifiedInput::-webkit-input-placeholder {
	text-align: center;
}

.companyInfo.pgService .lineType03.certified .certifiedInput:-ms-input-placeholder {
	text-align: center;
}

.companyInfo.pgService .lineType03.certified .certifiedInput::-ms-input-placeholder {
	text-align: center;
}

.companyInfo.pgService .lineType03.certified .certifiedInput::placeholder {
	text-align: center;
}

.companyInfo.pgService .lineType03.certified .certifiedTimeArea {
	width: calc(50% - 80px);
	text-align: center;
	color: #333;
	line-height: 34px;
}

.companyInfo.pgService .lineType03.certified .certifiedTimeArea span {
	width: auto;
	display: inline-block;
	border-bottom: 1px solid #234186;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 2px;
	color: #234186;
	vertical-align: -1px;
	margin-left: 10px;
}

.companyInfo.pgService .lineType03.certified .certifiedBtnArea {
	display: inline-block;
	width: auto !important;
}

.companyInfo.pgService .lineType03.certified .certifiedBtnArea button {
	width: 18.47%;
	max-width: 126px;
	margin-left: 24px;
	height: 36px;
}

.companyInfo.pgService .lineType03.certified .certifiedInfoText {
	margin-top: 14px;
}

@media only screen and (max-width: 720px) {
	.companyInfo.pgService .lineType03.email button {
		margin-left: 0 !important;
	}

	.companyInfo.pgService .lineType03.email dd .emailArea {
		width: 100%;
	}

	.companyInfo.pgService .lineType03.email dd .emailArea input {
		width: calc(50% - 9px) !important;
	}

	.companyInfo.pgService .lineType03.email dd .emailBtnArea {
		width: 100% !important;
		text-align: center;
		padding-top: 10px;
	}

	.companyInfo.pgService .lineType03.certified button {
		margin-left: 0 !important;
	}

	.companyInfo.pgService .lineType03.certified dd .certifiedTimeArea {
		width: 100%;
		max-width: 100% !important;
	}

	.companyInfo.pgService .lineType03.certified dd .certifiedInputArea {
		width: 100% !important;
		text-align: center;
		max-width: 176px;
	}

	.companyInfo.pgService .lineType03.certified dd .certifiedInputArea input {
		width: 100%;
		margin-top: 10px;
	}

	.companyInfo.pgService .lineType03.certified dd .certifiedBtnArea {
		width: 100%;
		text-align: center;
		margin-left: 4px;
	}

	.companyInfo.pgService .lineType03.certified dd .certifiedBtnArea .btnSm1 {
		margin-top: 10px;
	}

	.companyInfo.pgService .lineType03.certified dd .certifiedBtnArea+p {
		margin-top: 10px;
	}
}

.textBlue {
	font-size: 16px;
	color: #234186;
	font-weight: 600;
	display: inline-block !important;
	width: auto !important;
}

.certifiedInputArea {
	padding-left: 8px;
}

.pgPopEmail {
	display: block;
	text-align: center;
	margin-bottom: -16px;
}

.pgPopEmail input {
	width: 90%;
	max-width: 260px;
}

.pgPopEmailInputArea {
	margin-top: 20px;
	display: inline-block !important;
	width: 100%;
	padding: 0 !important;
}

.text-bold {
	font-weight: 600;
}

@media only screen and (max-width: 720px) {
	.m-text-center {
		text-align: center;
	}
}


/* 본인인증 이메일 입력폼 추가 */
.cart-email-input {
  text-align: center;
  max-width: 500px;
  margin: 108px auto 20px;
}

.cart-email-input .input-email {
  width: 300px;
  max-width: 100%;
  margin: 20px 0 50px;
  text-align: center;
}

.cart-email-input .d-down-sm {
  display: none;
}

@media (max-width: 767.98px) {
  .cart-email-input {
    margin-top: 50px;
  }
  .cart-email-input .d-down-sm {
    display: block;
  }
}

.word-break_normal {
	word-break : normal;
}
	
/* 퍼블리싱추가작업 2021-03-25 시작*/
#container .cont .importance-box span { display:inline-block; margin:0 10px;}
#container .cont .certification-box span { display:inline-block; margin:0 10px;}
#container .cont .deal-box span { display:inline-block; margin:0 10px;}
#container .cont .memebership-wrapper {display: none;}
#container .cont .memebership-wrap span {margin-right: 17px;}
#container .cont .memebership-wrap .memebership-area {margin:20px 0; }
#container .cont .memebership-wrap .memebership-area span {display: inline-block; margin:0 10px; width:80px;}
#container .cont .down-payment-wrap .inpRadio {display: flex; align-items: center;}
#container .cont .down-payment-wrap .inpRadio span {margin-right:20px;}
#container .cont .down-payment-wrap .down-payment-wrapper {display:none;}
#container .cont .down-payment-wrap .down-payment-area {margin:20px 0;}
#container .cont .Automatic-payment-wrap span {margin-right: 17px;}
#container .cont .refund-wrap .inpRadio {display: flex; align-items: center;}
#container .cont .refund-wrap .refund-wrapper {display: none;}
#container .cont .refund-wrap .refund-area {display: none;}
#container .cont .refund-wrap .inpRadio span {margin-right:20px;}
#container .cont .refund-wrap .inpRadio input {margin-left:20px;}
#container .cont .Expected-transaction-wrap  {word-break : normal; }
#container .cont .Expected-transaction-wrap span {width:250px; display: inline-block; word-break : normal; }
#container .cont .Expected-transaction-wrap .Expected-transaction-area div {margin:10px 0;}
#container .Expected-transaction-wrap input {text-align: right;}
#container .Expected-transaction-wrap input::placeholder {text-align: right;}
#container .prd-desc {margin-top: 10px;}
/* 퍼블리싱추가작업 2021-03-26 끝*/

/* 2022-04-07 추가 */
.btn_sample_down button {display:inline-block; width:180px !important; height:40px; line-height:40px; padding:0 14px;}
.btn_sample_down button span.ic01 {padding-left:0 !important;}

input[disabled],
select[disabled] {background:#f0f0f0;}

.pt10 {padding-top:10px !important;}
.mt15 {margin-top:15px !important;}
.pb10 {padding-bottom:10px !important;}

.wb_ka {word-break:keep-all;}

/* 2022-02-28 추가 */
@media only screen and (max-width:727px) {
    .inpRadio span.second {display:block; margin-top:8px; padding-left:0 !important;}
    
/* 2022-04-07 추가 */
.btn_two {font-size:0;}
.btn_two button {width:calc(50% - 5px);}
.btn_two button:nth-child(2) {margin-left:10px;}

.btn_sample_down button {width:100% !important; margin-top:10px;}

.inpRadio.inpRadio02 span {padding-left:15px;}

.lineType03.lineType04 dt {width:100% !important;}
    
}

/* 2022-05-30 추가 */
.select_option_list {padding-top:20px;}
.select_option_list:after {content:""; display:block; clear:both;}
.select_option_list > li {box-sizing:border-box; float:left; width:calc(50% - 5px);}
.select_option_list > li:first-child {margin-right:10px;}
.select_option_list > li h3 {}
.select_option_list > li .txt_select {line-height:initial; padding-bottom:25px; font-size:16px; color:#666;}

.select_box_area {position:relative; padding:22px 0; border-top:2px solid #333; border-bottom:1px solid #dfdfdf; background:#f0f0f0;}
.select_box {box-sizing:border-box; position:relative; width:calc(100% - 84px); height:45px; line-height:45px; margin:0 auto; padding:0 15px; cursor: pointer; background:#fff; border:1px solid #b7b7b7; border-radius:3px;}
.select_box.open {border-bottom:none; border-bottom-right-radius:0; border-bottom-left-radius:0;}
.select_box::after {content:""; position:absolute; right:18px; top:50%; display:inline-block; width:11px; height:6px; background:url('../image/bg_arrow_orange_down.png') no-repeat 0 0 / 11px 6px;}
.select_box.open::after {content:""; position:absolute; right:18px; top:50%; display:inline-block; width:11px; height:6px; background:url('../image/bg_arrow_orange_up.png') no-repeat 0 0 / 11px 6px;}
/* 2022-06-27 추가 */
.select_box_dropDown {display:none; position:absolute; top:67px; left:42px; width:calc(100% - 84px); height:95px; overflow-y:auto; background:#fff; border:1px solid #b7b7b7; border-top:none; border-bottom-right-radius:3px; border-bottom-left-radius:3px; z-index:100;}
.select_box_dropDown::-webkit-scrollbar {width:4px;}
.select_box_dropDown::-webkit-scrollbar-track {width:4px; background-color:#b2b2b2; border-radius:100px;} 
.select_box_dropDown::-webkit-scrollbar-thumb {background-color:#424242; border-radius:100px;}
/* 2022-06-27 추가 */
.select_box_dropDown li:last-child {padding-bottom:0;}
.select_box_dropDown li a {box-sizing:border-box; display:block; line-height:45px; padding:0 15px; font-size:16px; color:#333; cursor:pointer;}
.select_box_dropDown li a:hover {background: #ffefe5;}
.select_box_dropDown li a:focus,
.select_box_dropDown li a.selected {background: #ffefe5;}
  
.select_box_area02 {position:relative; padding:22px 0; border-top:2px solid #333; border-bottom:1px solid #dfdfdf; background:#f0f0f0;}
.select_box02 {box-sizing:border-box; position:relative; width:calc(100% - 84px); height:45px; line-height:45px; margin:0 auto; padding:0 15px; cursor: pointer; background:#fff; border:1px solid #b7b7b7; border-radius:3px;}
.select_box02.open02 {border-bottom:none; border-bottom-right-radius:0; border-bottom-left-radius:0;}
.select_box02::after {content:""; position:absolute; right:18px; top:50%; display:inline-block; width:11px; height:6px; background:url('../image/bg_arrow_orange_down.png') no-repeat 0 0 / 11px 6px;}
.select_box02.open02::after {content:""; position:absolute; right:18px; top:50%; display:inline-block; width:11px; height:6px; background:url('../image/bg_arrow_orange_up.png') no-repeat 0 0 / 11px 6px;}
.select_box_dropDown02 {display:none; position:absolute; top:67px; left:42px; width:calc(100% - 84px); height:184px; overflow-y:auto; background:#fff; border:1px solid #b7b7b7; border-top:none; border-bottom-right-radius:3px; border-bottom-left-radius:3px; z-index:100;}
.select_box_dropDown02::-webkit-scrollbar {width:4px;}
.select_box_dropDown02::-webkit-scrollbar-track {width:4px; background-color:#b2b2b2; border-radius:100px;} 
.select_box_dropDown02::-webkit-scrollbar-thumb {background-color:#424242; border-radius:100px;}
.select_box_dropDown02 li:last-child {padding-bottom:0;}
.select_box_dropDown02 li a {box-sizing:border-box; display:block; line-height:45px; padding:0 15px; font-size:16px; color:#333; cursor:pointer;}
.select_box_dropDown02 li a:hover {background: #ffefe5;}
.select_box_dropDown02 li a:focus,
.select_box_dropDown02 li a.selected02 {background: #ffefe5;}

@media only screen and (max-width:727px) {
    .select_option_list {padding-top:95px;}
    .select_option_list > li {float:none; width:100%;}
    .select_option_list > li:first-child {margin-right:0; margin-bottom:75px;}
    .select_option_list > li .txt_select {text-align:center; font-size:14px;}

    .select_box_area {padding:15px 0;}
    /* 2022-06-27 수정 및 추가 */
    .select_box {width:calc(100% - 30px); height:30px; line-height:30px; font-size:14px;}
    .select_box.open {border-bottom:1px solid #b7b7b7; border-top:none; border-bottom-right-radius:3px; border-bottom-left-radius:3px; border-top-right-radius:0; border-top-left-radius:0;}
    .select_box_dropDown {left:15px; top:-50px; width:calc(100% - 30px); height:65px; border-top:1px solid #b7b7b7; border-bottom:none; border-top-right-radius:3px; border-top-left-radius:3px; border-bottom-right-radius:0; border-bottom-left-radius:0;}
    .select_box_dropDown li a {line-height:30px; font-size:14px;}
    /* 2022-06-27 수정 및 추가 */

    .select_box_area02 {padding:15px 0;}
    /* 2022-06-27 수정 및 추가 */
    .select_box02 {width:calc(100% - 30px); height:30px; line-height:30px; font-size:14px;}
    .select_box02.open02 {border-bottom:1px solid #b7b7b7; border-top:none; border-bottom-right-radius:3px; border-bottom-left-radius:3px; border-top-right-radius:0; border-top-left-radius:0;}
    .select_box_dropDown02 {left:15px; top:-105px; width:calc(100% - 30px); height:120px; border-top:1px solid #b7b7b7; border-bottom:none; border-top-right-radius:3px; border-top-left-radius:3px; border-bottom-right-radius:0; border-bottom-left-radius:0;}
    .select_box_dropDown02 li a {line-height:30px; font-size:14px;} 
    /* 2022-06-27 수정 및 추가 */
}


















