@charset "utf-8";

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url(../fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url(../fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url(../fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url(../fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
}

body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "Pretendard", "Malgun Gothic", Dotum, Helvetica,
    "Apple SD Gothic Neo", Sans-serif;
  font-weight: 400;
  color: #343a58;
  word-break: normal;
  -webkit-text-size-adjust: none;
  vertical-align: baseline;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: top;
}
input[type="text"]::-ms-clear {
  display: none;
}
caption,
legend,
.offscr {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
input[type="text"]::-ms-clear {
  display: none;
}
textarea {
  resize: none;
  display: block;
}
select,
input[type="text"],
input[type="number"],
input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#wrap {
  height: 100%;
}
.lock,
.lock body {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: none;
}
.lock #wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.inner {
  max-width: 1050px;
  margin: 0 auto;
}
.inner img {
  max-width: 100%;
}

input[type="text"].inp_txt {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #c9cfe0;
}
textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #c9cfe0;
}
label {
  color: #696c82;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e4e6ef;
  z-index: 5;
}
.header .inner {
  display: flex;
  height: 60px;
  align-items: center;
}
.header h1 {
  width: 134px;
  height: 45px;
  background: url(../images/logo_blue.svg) no-repeat 0 50%;
  background-size: 100% auto;
}
.header .gnb_area {
  margin-left: auto;
}
.header .gnb_area .btn_menu,
.header .gnb_area .btn_close {
  display: none;
}
.header .gnb a {
  display: inline-block;
  font-size: 16px;
  color: #343a58;
  line-height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  margin-left: 16px;
}
.header .gnb a.about {
  background: #4258d8;
  color: #fff;
}
.header .gnb a:not(.about):hover {
  background: #eff0f5;
}
.header.fixed {
  background: #fff;
}

.main .header {
  border: 0;
}
.main .header h1 {
  background-image: url(../images/logo_white.svg);
}
.main .header .gnb a:not(.about) {
  color: #fff;
}
.main .header.fixed {
  border-bottom: 1px solid #e4e6ef;
}
.main .header.fixed .gnb a:not(.about) {
  color: #343a58;
}
.main .header.fixed h1 {
  background-image: url(../images/logo_blue.svg);
}

.m_visual {
  padding: 340px 0 310px 0;
  max-height: 800px;
  background: url(../images/img_visual.png) no-repeat center;
  background-size: cover;
}
.m_visual .inner {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.m_visual .inner p {
  font-size: 60px;
  line-height: 80px;
}
.m_visual .inner span {
  margin-top: 24px;
  display: block;
  font-size: 24px;
  line-height: 46px;
}
.main_sub_title span br {
  display: none;
}

.main_sub_title {
  background: #f7f7f8;
  padding: 88px 0;
  text-align: center;
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
}
.main_sub_title span {
  display: inline-block;
  padding-right: 66px;
  background: url(../images/ico_book.svg) 100% 50% no-repeat;
  background-size: 50px;
}

.info_conts .inner {
  padding: 140px 0 180px 0;
}
.info_conts .tit {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.info_conts p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}
.info_conts ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_conts ul li:first-child {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}

.info_conts div.thumb {
  width: 432px;
  display: flex;
  justify-content: space-between;
}
.info_conts div.thumb span {
  width: 200px;
  border: 1px solid #e4e6ef;
}
.info_conts span.thumb {
  width: 466px;
}
.info_conts .info_txt1 {
  max-width: 530px;
}
.info_conts .info_txt2 {
  max-width: 500px;
}
.info_conts a {
  display: inline-block;
  margin-top: 24px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 34px;
  color: #4258d8;
  font-weight: 600;
  background: url(../images/ico_arr.svg) no-repeat 0 50%;
  background-size: 32px;
}

.m_location {
  background: #f7f7f8;
  padding: 64px 0;
}
.m_location .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_location .map {
  width: 540px;
  height: 380px;
  background: #f2f2f2;
}
.m_location .info {
  font-size: 16px;
  line-height: 24px;
}
.m_location .info strong {
  display: block;
  margin-bottom: 4px;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #4258d8;
  background-position: 0 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
.m_location .info .tel {
  margin-top: 32px;
  background-image: url(../images/ico_tel.svg);
}
.m_location .info .pos {
  background-image: url(../images/ico_pos.svg);
}

.register {
  max-height: 1260px;
  padding: 120px 0;
  background: url(../images/bg_register.png) no-repeat center;
  background-size: cover;
}
.regi_tit {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}
.regi_tit p {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
.regi_tit strong {
  display: block;
  margin-top: 16px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.regi_tit span {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  line-height: 22px;
}
.regi_tit a {
  display: inline-block;
  height: 48px;
  margin-top: 36px;
  padding: 0 16px 0 48px;
  font-size: 20px;
  line-height: 48px;
  border-radius: 6px;
  background: #4258d8 url(../images/ico_phone.svg) no-repeat 16px center;
  background-size: 24px;
}

.regist {
  max-width: 660px;
  margin: 0 auto;
  padding: 50px 80px;
  background: rgba(48, 52, 101, 0.8);
  border-radius: 4px;
}
.regist .tit {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
}
.regist li {
  position: relative;
  margin-top: 32px;
}
.regist .inp_txt {
  padding: 0 18px 0 100px;
}
.regist li label {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 50px;
}
.regist li label span {
  color: #4258d8;
}
.regist li textarea {
  height: 194px;
  padding: 50px 18px 18px 18px;
}
.regist .btn_box {
  margin-top: 48px;
}
.regist .btn_regi {
  width: 100%;
  height: 56px;
  background: #4258d8;
  font-size: 20px;
  border-radius: 6px;
  color: #fff;
}

.footer {
  background: #eff0f5;
}
.footer .inner {
  padding: 37px 0 68px 0;
  color: #525567;
}
.footer .inner p {
  font-weight: 700;
  line-height: 20px;
}
.footer .inner ul {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.main .footer {
  background: #191f28;
}
.main .footer .inner {
  color: #b0b8c1;
}

.content {
  padding: 124px 0 100px 0;
}
.content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin-top: 160px;
}
.content h2:first-child {
  margin-top: 0;
}
.greeting_box {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.greeting_box .desc {
  width: 526px;
  font-size: 20px;
  line-height: 28px;
}
.greeting_box .thumb {
  width: 460px;
}

.review_list {
  padding: 0 25px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.review_list li {
  width: 456px;
  position: relative;
  padding-top: 78px;
}
.review_list .review_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 38px;
  font-size: 24px;
  line-height: 32px;
  background: #f9fbfe;
  border: 1px solid #c9cfe0;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.review_list .star {
  width: 200px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.review_list .star.s5 {
  background-image: url(../images/star5.png);
}
.review_box .writer {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.review_box .writer .avatar {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.btn_conts {
  margin-top: 100px;
  text-align: center;
}
.btn {
  display: inline-block;
  width: 620px;
  height: 84px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  background: #4258d8;
  border-radius: 8px;
  color: #fff;
}
.btn span {
  display: inline-block;
  padding: 0 0 0 48px;
  vertical-align: top;
}
.btn .ico_class {
  background: url(../images/ico_class.svg) no-repeat;
  background-size: 36px;
}
.btn_back {
  display: inline-block;
  height: 56px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #14192a;
  padding: 18px 28px 0 60px;
  border: 1px solid #c9cfe0;
  border-radius: 2px;
  background: url(../images/ico_back.svg) no-repeat 28px center;
  background-size: 24px;
}

.comm_mn {
  display: flex;
  margin-bottom: 58px;
}
.comm_mn a {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  color: #c9cfe0;
  margin-right: 36px;
}
.comm_mn a.active {
  color: #343a58;
}

.board_list {
  padding: 0 74px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.board_list .thead {
  background: #eceff8;
  text-align: center;
  display: table;
  width: 100%;
}
.board_list .thead span {
  display: table-cell;
  font-weight: 600;
  font-size: 18px;
  line-height: 54px;
}
.board_list .thead span:last-child {
  width: 268px;
}
.board_list .tbl_data div {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e4e6ef;
}
.board_list .tbl_data dt,
.board_list .tbl_data dd {
  display: table-cell;
  padding: 25px 0;
}
.board_list .tbl_data dt {
  padding-left: 74px;
}
.board_list .tbl_data dd {
  width: 268px;
  text-align: center;
  color: #696c82;
}

.paging {
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.paging li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}
.paging li a {
  display: block;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  border-radius: 50%;
}
.paging li .current {
  background: #f5f5f8;
}

.board_detail {
  width: 800px;
  margin: 0 auto;
}
.board_detail .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
}
.board_detail .title h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  color: #14192a;
}
.board_detail .title .date {
  font-size: 16px;
  color: #696c82;
  margin-left: auto;
}
.board_conts {
  padding-top: 30px;
}
.board_conts .emoji {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 5px;
}

.temp,
.temp_mid {
  font-size: 17px;
  line-height: 28px;
  color: #14192a;
}
.temp .para_box:not(:first-child) {
  margin-top: 60px;
}
.temp .para_box p + p {
  margin-top: 28px;
}
.temp .para_box strong {
  font-weight: 600;
}

.temp h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 80px;
  font-weight: 700;
  color: #14192a;
}
.temp .slice4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 16px;
}
.temp .slice4 li {
  width: 360px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  margin-top: 48px;
}
.temp .slice4 li p {
  margin-top: 24px;
}
.temp .slice4 li strong {
  display: block;
  font-weight: 700;
}
.temp .about_tell {
  margin-top: 80px;
  background: #4258d8;
  border-radius: 4px;
  padding: 24px 0;
  text-align: center;
}
.temp .about_tell span {
  display: inline-block;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  background: url(../images/ico_tel_white.svg) no-repeat 0 50%;
  background-size: 32px;
}

.temp_mid {
  text-align: center;
}
.temp_mid > p:not(:first-child) {
  margin-top: 28px;
}
.temp_mid > p strong {
  font-weight: 600;
}
.temp_mid .thumb {
  padding: 0 100px;
  margin-top: 28px;
}
.temp_mid .comp {
  margin-top: 32px;
}
.temp_mid .logo {
  display: inline-block;
  width: 220px;
  height: 42px;
  margin-bottom: 16px;
  background: url(../images/logo_blue.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}

.acco_wrap .h_acco {
  background: #eceff8;
  height: 54px;
  font-size: 18px;
  line-height: 54px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.acco_wrap {
  width: 900px;
  margin: 0 auto;
  color: #000;
}
.acco_wrap .acco_header {
  position: relative;
}
.acco_wrap .acco_header .ui_btn {
  width: 100%;
  position: relative;
}
.acco_wrap .acco_header .ui_btn:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/ico_dropdown.svg) no-repeat;
  background-size: 100%;
  transform: rotate(0);
}
.acco_wrap .acco_header .ui_btn.active:after {
  transform: rotate(180deg);
}
.acco_wrap .acco_header .acco_title {
  display: block;
  text-align: left;
  padding: 26px 110px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #e4e6ef;
  word-break: keep-all;
  background: url(../images/ico_q.svg) no-repeat 24px 50%;
  background-size: 24px;
}
.acco_wrap .acco_content {
  position: relative;
  padding: 24px 110px;
  font-size: 17px;
  line-height: 28px;
  background: #f9fbfe;
}

.certificate {
  padding: 0 110px;
  margin: 80px 0 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate .license {
  width: 300px;
  border: 1px solid #e4e6ef;
}
.certificate .infos {
  width: 426px;
}
.certificate .infos .logo {
  display: block;
  width: 320px;
}
.certificate .infos p {
  margin-top: 36px;
  font-size: 24px;
  line-height: 36px;
  color: #14192a;
}
.certificate .infos dl {
  margin-top: 24px;
  padding: 4px 24px 20px 24px;
  border-radius: 4px;
  border: solid 1px #aab1c7;
  background-color: #f9fbfe;
  font-size: 16px;
  line-height: 19px;
}
.certificate .infos dl div {
  margin-top: 16px;
  display: flex;
  width: 100%;
}
.certificate .infos dl dt {
  font-weight: 600;
  padding-right: 4px;
}

.recruit {
  padding: 80px 0 100px 0;
  margin-bottom: 80px;
  background: #f7f7f8;
}
.recruit ul {
  margin: 80px 30px 0 30px;
  display: flex;
  background: #fff;
  padding: 51px 0;
}
.recruit ul li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.recruit ul li strong {
  display: block;
  margin-top: 6px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.recruit ul li:before {
  display: block;
  content: "";
  width: 56px;
  height: 56px;
  margin: 0 auto 20px auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.recruit ul li.ico01:before {
  background-image: url(../images/ico_cal.svg);
}
.recruit ul li.ico02:before {
  background-image: url(../images/ico_group.svg);
}
.recruit ul li.ico03:before {
  background-image: url(../images/ico_clock.svg);
}
.recruit ul li.ico04:before {
  background-image: url(../images/ico_library.svg);
}

.curr_list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.curr_list li {
  width: 310px;
  font-size: 22px;
  line-height: 32px;
  color: #343a58;
}
.curr_list li span {
  display: block;
  margin-top: 48px;
  line-height: 26px;
  color: #696c82;
}
.curr_list li strong {
  display: block;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  margin: 4px 0 12px 0;
}

.tbl_list {
  margin-top: 100px;
  font-size: 20px;
  line-height: 32px;
  border: 1px solid #aab1c7;
  text-align: center;
}
.tbl_list thead th {
  background: #eceff8;
  height: 60px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
}
.tbl_list thead th:not(:first-child),
.tbl_list tbody td:not(:first-child) {
  border-left: 1px solid #e4e6ef;
}
.tbl_list tbody tr:not(:first-child) td {
  border-top: 1px solid #e4e6ef;
}
.tbl_list tbody td {
  padding: 30px 20px;
  vertical-align: middle;
}
.tbl_list tbody td.left {
  text-align: left;
}

.list_num > li {
  list-style: decimal;
  margin-left: 22px;
}
.list_bar > li {
  padding-left: 15px;
  position: relative;
}
.list_bar > li:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}

/* dialog */
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.dialog.show {
  display: block;
}
.dialogTable {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.dialogCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.dialogWrap {
  position: relative;
  margin: 0 auto;
  background-color: #fdfdfd;
  text-align: left;
  border-radius: 8px;
}
.modal .dialogWrap {
  width: 360px;
}
.modal .dialogWrap .dialogCont img {
  max-width: 100%;
}
.dialogWrap .uiDialogClose {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(../images/ico_popup_close.svg) center center no-repeat;
  background-size: 100%;
}
.modal .dialogWrap .dialogBottom {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
}

input[type="radio"] {
  -webkit-appearance: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  vertical-align: top;
}
input[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico_radio_check.svg) no-repeat;
  background-size: 100%;
}
input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico_radio_checked.svg) no-repeat;
  background-size: 100%;
}
.btn_txt {
  font-size: 14px;
  line-height: 24px;
}

.alert .dialogWrap {
  width: 336px;
  border-radius: 8px;
}
.alert .dialogWrap .alertConts {
  padding: 50px 20px 40px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.alert .dialogWrap .dialogBtn {
  text-align: center;
  padding: 0 20px 30px 20px;
}
.alert .dialogWrap .dialogBtn .btn_sub {
  display: inline-block;
  font-size: 14px;
  width: 114px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: #4258d8;
  border-radius: 4px;
}

@media screen and (max-width: 791px) {
  .inner {
    width: 100%;
    padding: 0 16px;
  }
  .header {
    border: 0;
  }
  .header.fixed {
    border-bottom: 1px solid #e4e6ef;
  }
  .header .inner {
    height: 56px;
  }
  .header h1 {
    width: 116px;
  }
  .header .gnb_area {
    margin: 0;
  }
  .header .gnb_area .gnb {
    display: none;
  }

  .header .gnb_area {
    position: relative;
  }
  .header .gnb_area .btn_menu {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../images/ico_menu.svg) no-repeat;
    background-size: 100%;
  }
  .header .inner.show {
    background-color: #fff;
  }
  .header .inner.show h1 {
    background-image: url(../images/logo_blue.svg);
  }
  .header .show .gnb_area .gnb {
    display: block;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e4e6ef;
  }
  .header .gnb a:not(.about) {
    display: block;
    height: 50px;
    padding: 0 16px;
    margin: 0;
    color: #14192a;
    font-size: 13px;
    line-height: 50px;
  }
  .header .gnb a:not(.about):active {
    background: #eff0f5;
  }
  .main .header .gnb a:not(.about) {
    color: #14192a;
  }
  .header .gnb a.about {
    position: absolute;
    top: -40px;
    right: 60px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    padding: 0 10px;
  }
  .header .gnb_area .btn_close {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../images/ico_close.svg) no-repeat;
    background-size: 100%;
  }

  .m_visual {
    height: 436px;
    padding: 102px 0 0 0;
  }
  .m_visual .inner p {
    font-size: 32px;
    line-height: 42px;
    padding: 0 50px;
  }
  .m_visual .inner span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
  }

  .main_sub_title {
    padding: 64px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .main_sub_title span {
    padding-right: 32px;
    background-size: 24px;
  }
  .main_sub_title span br {
    display: block;
  }

  .info_conts .inner {
    padding: 64px 16px;
  }
  .info_conts ul li {
    display: block;
  }
  .info_conts ul li:first-child {
    margin-bottom: 56px;
  }
  .info_conts .tit {
    font-size: 24px;
    line-height: 36px;
  }
  .info_conts p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }
  .info_conts div.thumb {
    width: 304px;
    margin: 32px auto 0 auto;
  }
  .info_conts div.thumb span {
    width: 140px;
  }
  .info_conts a {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 32px;
    background-size: 24px;
  }
  .info_conts span.thumb {
    display: block;
    width: auto;
    margin: 32px 12px 0 12px;
  }

  .m_location .inner {
    display: block;
  }
  .m_location .map {
    margin-top: 32px;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .m_location .info {
    font-size: 14px;
  }
  .m_location .info strong {
    font-size: 16px;
    line-height: 24px;
  }
  .m_location .info .tel {
    margin-top: 24px;
  }

  .register {
    padding: 100px 16px;
  }
  .regi_tit {
    padding-bottom: 56px;
  }
  .regi_tit p {
    font-size: 24px;
    line-height: 30px;
  }
  .regi_tit strong {
    margin-top: 12px;
    font-size: 24px;
    line-height: 30px;
  }
  .regi_tit span {
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
  }
  .regi_tit a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px 0 46px;
    margin-top: 36px;
  }
  .regist {
    width: 100%;
    padding: 32px 24px;
  }

  .footer {
    display: none;
  }
  .footer .inner {
    padding: 60px 16px;
  }
  .main .footer {
    display: block;
  }

  .content {
    padding: 92px 0 100px 0;
  }
  .content h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 80px;
  }
  .greeting_box {
    display: block;
    margin-top: 36px;
  }
  .greeting_box .desc,
  .greeting_box .thumb {
    width: auto;
  }
  .greeting_box .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
  }

  .review_list {
    display: block;
    padding: 0;
    margin-top: -2px;
  }
  .review_list li {
    width: auto;
    padding: 0 17px;
    margin-top: 40px;
  }
  .review_list .star {
    position: static;
    margin: 0 auto;
    width: 152px;
    height: 24px;
  }
  .review_list .review_box {
    display: block;
    padding: 32px 24px;
    margin-top: 32px;
    font-size: 15px;
    line-height: 24px;
  }
  .review_box .writer {
    margin-top: 32px;
  }
  .review_box .writer .avatar {
    width: 48px;
    height: 48px;
  }

  .btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 26px;
  }
  .btn .ico_class {
    background-size: 26px;
    padding-left: 30px;
  }

  .comm_mn {
    margin-bottom: 0;
    margin-top: -36px;
  }
  .comm_mn a {
    font-size: 20px;
    line-height: 60px;
    margin-right: 24px;
  }

  .board_list {
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .board_list .thead {
    display: none;
  }
  .board_list .tbl_data div {
    display: block;
    padding: 14px 0;
  }
  .board_list .tbl_data dt,
  .board_list .tbl_data dd {
    display: block;
    padding: 0;
  }
  .board_list .tbl_data dt {
    padding-left: 0;
  }
  .board_list .tbl_data dd {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-top: 4px;
  }

  .paging {
    margin-top: 18px;
  }
  .paging li {
    margin: 0;
  }
  .paging li a {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }

  .board_detail {
    width: 100%;
    margin-top: -36px;
  }
  .board_detail .title {
    display: block;
    padding: 16px 0 15px 0;
  }
  .board_detail .title h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .board_detail .title .date {
    display: block;
    font-size: 12px;
    margin: 12px 0 0 0;
  }
  .btn_conts {
    margin-top: 80px;
  }

  .board_conts {
    padding-top: 20px;
  }
  .board_conts .emoji {
    margin-top: 3px;
  }
  .temp,
  .temp_mid {
    font-size: 15px;
    line-height: 26px;
  }
  .temp .para_box p + p {
    margin-top: 15px;
  }
  .temp .para_box:not(:first-child) {
    margin-top: 24px;
  }

  .temp h3 {
    font-size: 18px;
    margin-top: 24px;
    line-height: 21px;
  }
  .temp .slice4 {
    padding: 0 14px;
  }
  .temp .slice4 li {
    width: auto;
    margin-top: 24px;
    font-size: 12px;
    line-height: 20px;
  }
  .temp .slice4 li p {
    margin-top: 16px;
  }
  .temp .about_tell {
    margin-top: 60px;
    padding: 16px 0;
  }
  .temp .about_tell span {
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
    background-size: 24px;
  }

  .temp_mid .thumb {
    padding: 0;
    margin-top: 16px;
  }
  .temp_mid {
    text-align: left;
  }
  .temp_mid > p:not(:first-child) {
    margin-top: 12px;
  }
  .temp_mid > p br {
    display: none;
  }
  .temp_mid .comp {
    margin-top: 24px;
  }
  .temp_mid .logo {
    display: block;
    width: 180px;
    height: 36px;
    margin: 0 auto 20px auto;
  }

  .acco_wrap {
    width: auto;
    margin: 0 -16px;
  }
  .acco_wrap .h_acco {
    display: none;
  }
  .acco_wrap .acco_header .acco_title {
    font-size: 15px;
    line-height: 18px;
    padding: 19px 56px 19px 40px;
    background-position: 16px 17px;
    background-size: 20px;
  }
  .acco_wrap .acco_content {
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .acco_wrap .acco_header .ui_btn:after {
    top: 16px;
    right: 16px;
  }

  .certificate {
    display: block;
    margin: 36px 0 80px 0;
    padding: 0;
  }
  .certificate .license {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  .certificate .infos {
    width: 264px;
    margin: 40px auto 0 auto;
  }
  .certificate .infos .logo {
    width: 160px;
    margin: 0 auto;
  }
  .certificate .infos p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .certificate .infos dl {
    padding: 10px 18px 16px 18px;
    font-size: 14px;
    line-height: 17px;
  }
  .certificate .infos dl div {
    margin-top: 6px;
  }

  .recruit {
    padding: 36px 0 60px 0;
    margin-bottom: 54px;
  }
  .recruit ul {
    margin: 36px 30px 0 36px;
    padding: 5px 0;
    flex-wrap: wrap;
  }
  .recruit ul li {
    flex: auto;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 0;
  }
  .recruit ul li strong {
    font-size: 16px;
    line-height: 19px;
    margin-top: 6px;
  }
  .recruit ul li:before {
    margin-bottom: 12px;
    width: 32px;
    height: 32px;
  }

  .curr_list {
    display: block;
    margin-top: 36px;
  }
  .curr_list li {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 48px;
  }
  .curr_list li span {
    margin-top: 20px;
    line-height: 17px;
  }
  .curr_list li strong {
    margin: 4px 0 8px 0;
    font-size: 18px;
    line-height: 21px;
  }

  .tbl_list {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
  }
  .tbl_list tbody td {
    padding: 12px 8px;
  }

  .list_num > li {
    margin-left: 13px;
  }
  .list_bar > li {
    padding-left: 8px;
  }
  .list_bar > li:before {
    width: 4px;
    top: 6px;
  }

  /* dialog */
  .modal .dialogWrap {
    width: 300px;
  }
  .modal .dialogWrap .dialogBottom {
    padding: 10px 20px;
  }

  input[type="radio"] + label {
    line-height: 20px;
    padding-left: 25px;
  }
  input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
  }
  input[type="radio"]:checked + label:after {
    width: 20px;
    height: 20px;
  }
  .btn_txt {
    line-height: 20px;
  }

  .modal .dialogWrap {
    width: auto;
    margin: 0 16px;
  }
  .alert .dialogWrap {
    width: 300px;
    border-radius: 6px;
  }
  .alert .dialogWrap .alertConts {
    padding-top: 48px;
  }
  .alert .dialogWrap .dialogBtn {
    padding-bottom: 20px;
  }
}
