﻿html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
input,
textarea,
select,
button,
th,
td,
blockquote,
a,
span,
figure,
strong {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    word-break: keep-all
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: inherit
}

div,
ul,
li,
p,
span,
input,
a {
    box-sizing: border-box
}

body {
    -webkit-text-size-adjust: none
}

ul,
ol,
li {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    border: none;
    vertical-align: top
}

button,
input[type=button],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: none;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    cursor: pointer
}

input[type=tel],
input[type=text],
input[type=password] {
    font-family: "Roboto", "Noto Sans KR"
}

input[disabled] {
    background: none
}

small {
    font-size: inherit
}

strong {
    font-weight: 500
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 300;
    src: local(※), url(../../font/NotoSans-Light.woff2) format("woff2"), url(../../font/NotoSans-Light.woff) format("woff")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 400;
    src: local(※), url(../../font/NotoSans-Regular.woff2) format("woff2"), url(../../font/NotoSans-Regular.woff) format("woff")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: local(※), url(../../font/NotoSans-Medium.woff2) format("woff2"), url(../../font/NotoSans-Medium.woff) format("woff")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: bold;
    src: local(※), url(../../font/NotoSans-Bold.woff2) format("woff2"), url(../../font/NotoSans-Bold.woff) format("woff")
}

@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: local(※), url(../../font/Roboto-Light.woff2) format("woff2"), url(../../font/Roboto-Light.woff) format("woff")
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: local(※), url(../../font/Roboto-Regular.woff2) format("woff2"), url(../../font/Roboto-Regular.woff) format("woff")
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: local(※), url(../../font/Roboto-Medium.woff2) format("woff2"), url(../../font/Roboto-Medium.woff) format("woff")
}

@font-face {
    font-family: "Roboto";
    font-weight: bold;
    src: local(※), url(../../font/Roboto-Bold.woff2) format("woff2"), url(../../font/Roboto-Bold.woff) format("woff")
}

body.modal-open {
    overflow: hidden
}

body::-webkit-scrollbar {
    display: none
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important
}

.swiper-wrapper.disabled>.swiper-slide {
    transform: translate3d(0px, 0, 0) !important
}

.swiper-wrapper.disabled .main-visual__desc {
    opacity: 1;
    transform: translateY(0)
}

.swiper-wrapper.disabled .main-visual__title {
    opacity: 1;
    transform: translateY(0)
}

.wrap {
    overflow: hidden;
    max-width: 1920px;
    min-width: 320px;
    font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic";
    font-weight: 300;
    font-size: 20px;
    color: #121212;
    line-height: 1.8;
    letter-spacing: -0.025em
}

.row {
    position: relative;
    max-width: 1590px;
    margin: 0 auto
}

.box {
    position: relative;
    max-width: 1180px;
    margin: 0 auto
}

.tac {
    text-align: center
}

.tal {
    text-align: left !important
}

.tar {
    text-align: right !important
}

.point {
    color: #004da8
}

.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header {
    position: relative;
    text-align: center;
    z-index: 30
}

.header__wrap {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 25px
}

.header.active,
.header.sub {
    background: #fff
}

.header.active .logo__image,
.header.sub .logo__image {
    background-position: 0 0
}

.header.active .gnb li a,
.header.sub .gnb li a {
    color: #121212
}

.header.active .snb {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: 542px
}

.header.sub {
    border-bottom: 1px solid #ebebeb
}

.header.main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.logo {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 31px 0
}

.logo__image {
    display: block;
    width: 193px;
    height: 38px;
    background: url(../../images/front/logo.png) no-repeat;
    background-position: 0 -40px;
    text-indent: -9999px
}

.logo__image img {
    display: none
}

.gnb {
    display: inline-block
}

.gnb li {
    display: inline-block
}

.gnb li a {
    display: block;
    position: relative;
    padding: 0 33px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 100px
}

.gnb li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #004da8;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.gnb li.active a {
    color: #004da8
}

.gnb li.active a:before {
    width: 100%
}

.cnb {
    display: inline-block;
    padding-top: 20px
}

.cnb li {
    width: 138px;
    padding: 12px 0;
    line-height: 1.6
}

.cnb li a {
    font-size: 18px;
    font-weight: 300;
    color: #636569
}

.cnb li a:hover {
    border-bottom: 1px solid #004da8;
    font-weight: 400;
    color: #004da8
}

.cnb--small li {
    width: 120px
}

.snb {
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    text-align: center;
    z-index: 30
}

.snb:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb
}

.snb__banner {
    margin-top: 45px;
    padding-bottom: 60px
}

.btn {
    display: block;
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.btn__text {
    margin-right: 6px
}

.btn>* {
    color: inherit
}

.btn--block {
    width: auto
}

.btn--submit {
    border: 1px solid #004da8;
    background: #004da8;
    color: #fff
}

.btn--submit:hover {
    background: #003b82
}

.btn--secondary {
    border: 1px solid #333;
    background: #333;
    color: #fff
}

.btn--secondary:hover {
    background: #111
}

.btn--cancel {
    border: 1px solid #a0a0a0;
    background: #a0a0a0;
    color: #fff
}

.btn--cancel:hover {
    background: gray
}

.btn--large {
    line-height: 58px
}

.btn-plus {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px
}

.btn-plus:before,
.btn-plus:after {
    content: "";
    position: absolute;
    display: block;
    background: #323232
}

.btn-plus:before {
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    margin-left: -11px
}

.btn-plus:after {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 22px;
    margin-top: -11px;
    margin-left: -1px
}

.btn-close:before,
.btn-close:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff
}

.btn-close:before {
    top: 14px;
    left: 14px;
    width: 46px;
    height: 2px;
    transform-origin: 0 0;
    transform: rotate(44deg)
}

.btn-close:after {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 2px;
    transform-origin: 100% 0;
    transform: rotate(316deg)
}

.btn-iptsearch {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -32px;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
}

.ipt--small~.btn-iptsearch {
    right: 8px;
    -webkit-transform: scale(0.52);
    transform: scale(0.52)
}

.btn-more {
    font-weight: bold;
    line-height: 32px;
    color: #fff
}

.btn-reset {
    position: absolute;
    left: calc(75% - 30px);
    top: 0;
    width: 20px;
    height: 60px;
    text-indent: -999em;
    background: url(../../images/front/btn_close.png) no-repeat center
}

input::placeholder {
    color: gray
}

input[type=text]::-ms-clear {
    display: none
}

textarea::placeholder {
    color: gray
}

.ipt {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #d3d3d3;
    font-size: 20px;
    font-weight: 300;
    outline: none
}

.ipt.disabled {
    color: #d3d3d3
}

.ipt:focus {
    border-color: #a0a0a0
}

.ipt--small {
    height: 48px;
    padding: 0 16px
}

.ipt--large {
    height: 73px;
    font-weight: 400
}

.ipt--icon {
    padding-right: 50px
}

.ipt--icon.ipt--large {
    padding-right: 80px
}

.ipt--icon.ipt--small {
    padding-right: 45px
}

.ipt--bg {
    border-color: transparent;
    background: #f5f5f5
}

.ipt--bg:focus {
    border-color: #004da8
}

.ipt--border {
    border: 2px solid #004da8 !important
}

.ipt--failed {
    border-color: red
}

.ipt__validation {
    margin-top: 10px;
    font-size: 18px;
    color: red
}

.ipt-icon {
    position: relative
}

.tabox {
    border: 1px solid #d3d3d3;
    line-height: 1.6
}

.tabox__number {
    padding: 10px 28px;
    text-align: right;
    color: #636569
}

.ta {
    display: block;
    width: 100%;
    height: 140px;
    padding: 10px 20px;
    border: none;
    font-family: inherit;
    font-size: 20px;
    font-weight: 300;
    resize: none;
    outline: none
}

.cs {
    position: relative
}

.cs__title {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #d3d3d3;
    background: #fff;
    font-weight: 300;
    line-height: 58px;
    text-align: left
}

.cs__title .icon-down {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -16px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.cs__title.active {
    border-color: #a0a0a0
}

.cs__title.active .icon-down {
    -webkit-transform: scale(0.7) rotate(180deg);
    transform: scale(0.7) rotate(180deg)
}

.cs__text {
    font-weight: 400
}

.cs--small .cs__title {
    border-color: #f5f5f5;
    background: #f5f5f5;
    line-height: 46px
}

.cs--small .cs__title .icon-arrow {
    top: 16px
}

.cs--small .cs__list {
    top: 47px;
    padding: 15px 0 10px
}

.cs--small .cs__list li {
    padding: 2px 15px
}

.cs--small .cs__title.active {
    border-color: #a0a0a0;
    background: #fff
}

.cs__list {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #a0a0a0;
    background: #fff;
    line-height: 1.3;
    z-index: 5
}

.cs__list li {
    padding: 10px 20px;
    text-align: left
}

.cs__list li a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    color: #121212
}

.cs__list li a:hover {
    border-color: #000
}

.radio {
    display: inline-block;
    position: relative;
    line-height: 24px
}

.radio~.radio {
    margin-left: 24px
}

.radio__text {
    margin-left: 6px;
    font-weight: 300
}

.radio__bg {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #d3d3d3;
    border-radius: 50%
}

.radio__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 50%;
    background: #d3d3d3
}

.radio__check:checked~.radio__bg {
    border-color: #004da8
}

.radio__check:checked~.radio__bg:before {
    background: #004da8
}

.pager {
    margin-top: 40px;
    text-align: center;
    line-height: 32px
}

.pager a {
    margin: 0 16px;
    font-size: 20px;
    font-weight: 500;
    color: gray
}

.pager a.active {
    border-bottom: 1px solid #121212;
    color: #121212
}

.pager a.btn-pager {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0
}

.top__text {
    padding: 70px 100px
}

.top__category {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 500
}

.top__title {
    font-size: 36px;
    font-weight: 100;
    line-height: 1.5
}

.top__image {
    height: 380px;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: cover
}

.top__image--company {
    background-image: url(../../images/front/bg_top01.jpg)
}

.top__image--product {
    background-image: url(../../images/front/bg_top02.jpg)
}

.top__image--service {
    background-image: url(../../images/front/bg_top03.jpg)
}

.top__image--cs {
    background-image: url(../../images/front/bg_top04.jpg)
}

.top__image--recruit {
    background-image: url(../../images/front/bg_top05.jpg)
}

.top__breadcrumb {
    position: absolute;
    bottom: -58px;
    right: 0
}

.breadcrumb {
    width: 160px;
    height: 160px;
    padding-top: 6px;
    padding-right: 6px;
    background: #004da8;
    text-align: right
}

.breadcrumb__text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #fff
}

.tab {
    margin: 0 -2px 80px
}

.tab:after {
    content: "";
    display: block;
    clear: both
}

.tab li {
    float: left;
    width: 25%;
    padding: 0 2px;
    text-align: center
}

.tab li a {
    display: block;
    border: 1px solid #d3d3d3;
    font-weight: 500;
    line-height: 56px;
    color: #636569
}

.tab li.active a,
.tab li:hover a {
    background: #636569;
    color: #fff
}

.tab--half li {
    width: 50%
}

.tab--third li {
    width: 33.33333333%
}

.menus {
    text-align: center
}

.menus li {
    display: inline-block;
    margin: 0 22px
}

.menus li a {
    display: block;
    position: relative;
    font-weight: 500;
    color: #8cabcf;
    line-height: 73px
}

.menus li.active a,
.menus li:hover a {
    color: #fff
}

.menus li.active a:before,
.menus li:hover a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff
}

.content {
    padding-bottom: 180px
}

.page-title {
    padding: 100px 0 60px;
    font-size: 54px;
    font-weight: bold;
    text-align: center
}

.title {
    font-size: 54px;
    font-weight: bold;
    text-align: center
}

.subtitle {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45
}

.visual {
    position: relative;
    margin: 0 -180px
}

.visual__box {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 980px;
    height: 60px;
    margin-left: -490px;
    background: #fff
}

.visual__box--large {
    width: 1180px;
    margin-left: -590px
}

.visual-info {
    font-size: 30px;
    text-align: center;
    line-height: 1.45;
    word-break: keep-all
}

.visual-info:after {
    content: "";
    display: block;
    clear: both
}

.visual-info--cp {
    margin-top: 55px
}

.visual-info__left {
    float: left;
    width: 46%;
    font-size: 65px;
    font-weight: bold
}

.visual-info__right {
    float: left;
    width: 54%;
    padding-top: 55px;
    font-size: 20px;
    line-height: 1.8
}

.item~.item {
    margin-top: 100px
}

.item~.item--large {
    margin-top: 160px
}

.item~.item--small {
    margin-top: 80px
}

.item--first {
    margin-top: 100px
}

.info~.info {
    margin-top: 60px
}

.info--first {
    margin-top: 100px
}

.info:after {
    content: "";
    display: block;
    clear: both
}

.info__left {
    float: left;
    width: 25%
}

.info__right {
    float: right;
    width: 75%;
    font-weight: 300
}

.info__title {
    font-size: 24px;
    font-weight: bold
}

.info__item {
    display: inline-block;
    margin-right: 14px
}

.info__item:last-child {
    margin-right: 0
}

.info__list--margin {
    margin-top: 24px
}

.info__list li {
    position: relative;
    padding-left: 12px;
    font-weight: 300
}

.info__list li.info__list-dot {
    padding-left: 96px
}

.info__list li span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500
}

.info__list li em {
    font-style: normal
}

.info__list--reff {
    margin-top: 24px
}

.info__list--reff li {
    padding-left: 26px
}

.info__list--reff li {
    margin-top: 12px
}

.info__list~.tablewrap {
    margin-top: 30px
}

.info__product {
    margin-bottom: 15px
}

.infowrap {
    margin-top: 60px
}

.circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #004da8;
    border-radius: 50%;
    vertical-align: baseline
}

.circle--white {
    border-color: #fff
}

.nav {
    margin-top: 40px;
    text-align: center
}

.nav .btn {
    display: inline-block;
    max-width: 200px
}

.nodata {
    margin-top: 138px;
    text-align: center;
    color: #a0a0a0
}

.nodata__desc {
    margin-top: 10px
}

.nodata strong {
    color: #121212
}

.nodata--line {
    margin: 0;
    padding: 100px 0;
    border-top: 2px solid #121212;
    border-bottom: 1px solid gray
}

.main-visual {
    overflow: hidden
}

.main-visual__bg {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.main-visual__bg video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-visual__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-visual__inner {
    position: relative;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto
}

.main-visual__box {
    display: inline-block;
    position: absolute;
    bottom: 20%;
    min-width: 780px;
    padding: 60px;
    background: rgba(0, 77, 168, .9);
    font-weight: 300
}

.main-visual__item {
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center
}

.main-visual__title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.28;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all .3s ease-out .5s;
    transition: all .3s ease-out .5s
}

.swiper-slide-active .main-visual__title {
    opacity: 1;
    transform: translateY(0)
}

.main-visual__desc {
    margin-top: 15px;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all .3s ease-out .8s;
    transition: all .3s ease-out .8s
}

.swiper-slide-active .main-visual__desc {
    opacity: 1;
    transform: translateY(0)
}

.main-control {
    position: absolute;
    left: 50%;
    bottom: 12%;
    width: 1180px;
    height: 32px;
    margin-left: -580px;
    z-index: 10
}

.main-control__wrap {
    display: inline-block
}

.main-category {
    font-weight: 500;
    letter-spacing: 1px
}

.main-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.44
}

.main-info {
    position: relative;
    margin-bottom: 60px
}

.main-info__control {
    position: absolute;
    top: 0;
    right: 0
}

.main-link {
    font-size: 18px;
    font-weight: bold
}

.main-link--white {
    color: #fff
}

.main-link .icon-arrow {
    margin-right: 2px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-link:hover .icon-arrow {
    margin-right: 8px
}

.main-service {
    position: relative;
    padding: 180px 0 120px
}

.main-service__wrap {
    overflow: hidden;
    position: relative;
    max-width: 980px;
    margin-left: 200px;
    padding-right: 200px;
    opacity: 0;
    visibility: hidden
}

.main-service__wrap.loaded {
    opacity: 1;
    visibility: visible
}

.main-service__inner {
    -webkit-transition: all .5 ease-out 0s;
    transition: all .5 ease-out 0s;
    opacity: 0
}

.main-service__title {
    margin-top: 40px;
    font-size: 36px;
    font-weight: bold
}

.main-service__desc {
    margin-bottom: 25px;
    font-weight: 300
}

.main-service__link {
    font-size: 18px;
    font-weight: bold
}

.main-service__image {
    position: relative;
    left: -60%;
    z-index: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: .8
}

.main-service .swiper-slide-active {
    z-index: 5
}

.main-service .swiper-slide-active .main-service__image {
    left: 0;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.main-service .swiper-slide-active .main-service__inner {
    opacity: 1
}

.main-service__pager {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 53.3%;
    z-index: 1
}

.main-service__pager a {
    font-size: 18px;
    font-weight: bold;
    color: gray
}

.main-service__pager a.active {
    border-bottom: 1px solid #121212;
    color: #121212
}

.main-service__pager a~a {
    margin-left: 30px
}

.main-service:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 480px;
    margin-left: -590px;
    background: #f8f8f8
}

.main-product {
    padding: 140px 0 120px
}

.main-product__item {
    text-align: right
}

.main-product__item .visual {
    margin-bottom: -225px
}

.main-product__inner {
    position: relative;
    display: inline-block;
    min-width: 558px;
    padding: 50px 56px 52px;
    background: #004da8;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.main-product__box {
    position: relative;
    padding-left: 124px
}

.main-product__number {
    position: absolute;
    top: 5px;
    left: 30px;
    font-weight: bold
}

.main-product__title {
    font-size: 36px;
    font-weight: bold
}

.main-product__desc {
    margin: 10px 0
}

.main-people__wrap {
    margin-bottom: -172px;
    padding: 148px 0 306px;
    background: url(../../images/front/bg_mainrecruit.jpg) no-repeat center top;
    text-align: center;
    color: #fff
}

.main-people__title {
    font-weight: 500;
    letter-spacing: 1px
}

.main-people__desc {
    margin-top: 30px;
    font-size: 36px;
    line-height: 1.4
}

.main-people__list {
    text-align: center
}

.main-people__list:after {
    content: "";
    display: block;
    clear: both
}

.main-people__list li {
    display: inline-block;
    margin: 8px;
    width: 280px;
    height: 280px;
    padding-top: 45px;
    background: #004da8;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-people__list li:hover {
    padding-top: 35px
}

.main-people__list li:hover .main-people__arrow {
    opacity: 1
}

.main-people__subtitle {
    margin-top: 4px;
    font-size: 24px;
    font-weight: bold
}

.main-people__arrow {
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
}

.main-people__link {
    display: block
}

.main-news {
    padding: 135px 0 80px
}

.main-news__list {
    margin-top: 54px;
    border: 4px solid #121212;
    border-width: 4px 0
}

.main-news__list li {
    border-top: 1px solid #d3d3d3
}

.main-news__list li:first-child {
    border-top: none
}

.main-news__list li a {
    display: block;
    padding: 25px 30px;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-news__list li a:hover {
    color: #004da8
}

.main-customer {
    padding-bottom: 160px
}

.main-customer__wrap {
    position: relative;
    margin-top: 40px;
    margin-bottom: -56px;
    padding: 60px 0 120px;
    text-align: center
}

.main-customer__wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -795px;
    background: #f8f8f8
}

.main-customer__item {
    display: inline-block;
    position: relative;
    min-height: 96px;
    margin: 0 80px;
    padding-left: 132px;
    text-align: left
}

.main-customer__item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -80px;
    width: 1px;
    height: 96px;
    background: #999
}

.main-customer__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    line-height: 92px;
    text-align: center
}

.main-customer__icon .icon {
    vertical-align: middle
}

.main-customer__title {
    font-weight: 400;
    color: #333
}

.main-customer__content {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    color: #004da8
}

.main-customer__list {
    margin-left: -20px
}

.main-customer__list:after {
    content: "";
    display: block;
    clear: both
}

.main-customer__list li {
    float: left;
    width: 33.33333333%;
    padding-left: 20px
}

.main-customer__list li:first-child {
    margin-left: 0
}

.main-customer__link {
    display: block;
    position: relative;
    padding: 25px 38px 22px;
    border: 1px solid #d3d3d3;
    background: #fff
}

.main-customer__category {
    font-size: 15px;
    font-weight: 400;
    color: gray
}

.main-customer__subtitle {
    font-size: 18px;
    font-weight: 500
}

.main-customer__i {
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -25px
}

.main-healthcare {
    overflow: hidden;
    position: relative;
    padding: 70px 0 100px;
    background: #004da8;
    color: #fff
}

.main-healthcare__wrap {
    position: relative;
    z-index: 1
}

.main-healthcare__category {
    font-weight: 400;
    color: #8cabcf;
    letter-spacing: 1.5px
}

.main-healthcare__title {
    margin: 20px 0 30px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.45
}

.main-healthcare__mrq {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    font-size: 180px;
    font-weight: bold;
    color: #185fb2;
    line-height: 1
}

.main-healthcare__mrq .marquee {
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

.control-pager {
    display: inline-block;
    height: 32px;
    padding: 4px 0
}

.control-pager .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 6px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1
}

.control-pager .swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 50%;
    background: #000
}

.control-pager .swiper-pagination-bullet-active {
    border-color: #000
}

.control-pager--white .swiper-pagination-bullet:before {
    background: #fff
}

.control-pager--white .swiper-pagination-bullet-active {
    border-color: #fff
}

.product-list {
    margin: 0 -10px
}

.product-list:after {
    content: "";
    display: block;
    clear: both
}

.product-list li {
    float: left;
    width: 33.33333333%;
    padding: 0 10px
}

.product-list__image {
    position: relative;
    border: 4px solid transparent;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product-list__image:hover {
    border-color: #004da8
}

.product-list__image:hover .product-list__link {
    opacity: 1;
    visibility: visible
}

.product-list__image a {
    display: block
}

.product-list__link {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product-list__btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #004da8;
    font-size: 0;
    text-align: center
}

.product-list__btns a {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fff
}

.product-list__btns a:last-child {
    background: #333
}

.product-list__info {
    display: block;
    position: relative;
    margin: 35px 0 70px;
    padding-left: 55px
}

.product-item .product-list__info {
    margin-bottom: 0
}

.product-list__info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 36px;
    height: 2px;
    background: #004da8
}

.product-list__title {
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-list__desc {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 300;
    color: gray;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.product-detail__header {
    margin-bottom: 100px
}

.product-header:after {
    content: "";
    display: block;
    clear: both
}

.product-header__image {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%
}

.product-header__info {
    float: right;
    width: 50%;
    padding-left: 120px
}

.product-header__title {
    font-size: 36px;
    font-weight: bold
}

.product-header__title small {
    display: block;
    font-size: 20px;
    font-weight: 300
}

.product-header__feature {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5
}

.product-header__notice {
    position: relative;
    margin-top: 60px;
    padding-left: 24px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 1.45
}

.product-header__notice span {
    position: absolute;
    top: 0;
    left: 0
}

.product-header__btns {
    margin-top: 32px
}

.product-header__btns a {
    margin-top: 10px
}

.product-control {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5
}

.product-price {
    margin-top: 60px
}

.product-price__item,
.product-price__dot {
    display: inline-block
}

.product-price__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 300
}

.product-price__number {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px
}

.product-price__number span,
.product-price__number strong {
    font-size: 36px
}

.product-price__number span {
    position: relative
}

.product-price__number span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}

.product-price__number strong {
    color: #004da8
}

.product-price__dot {
    margin: 24px 10px;
    vertical-align: middle
}

.product-video {
    position: relative;
    padding-top: 56.25%
}

.product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-item:after {
    content: "";
    display: block;
    clear: both
}

.product-item~.product-item {
    margin-top: 100px
}

.product-item__left {
    float: left;
    width: 300px
}

.product-item__left .subtitle {
    line-height: 1
}

.product-item__right {
    float: right;
    width: calc(100% - 300px)
}

.product-feature {
    border-top: 1px solid #000
}

.product-feature li {
    padding: 40px 100px 40px 0;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 300;
    word-break: keep-all
}

.product-feature li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500
}

.product-table {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-bottom: 1px solid #000
}

.product-table .bdl {
    border-left: 1px solid #d3d3d3 !important
}

.product-table .bdr {
    border-right: 1px solid #d3d3d3 !important
}

.product-table .bdt {
    border-top: 1px solid #121212 !important
}

.product-table strong {
    font-weight: 400
}

.product-table--rent {
    border-bottom: 1px solid #d3d3d3
}

.product-table--rent th,
.product-table--rent td {
    padding: 10px !important
}

.product-table th,
.product-table td {
    padding: 20px 25px;
    border-top: 1px solid #d3d3d3;
    vertical-align: middle
}

.product-table tr:first-child th,
.product-table tr:first-child td {
    border-top: 2px solid #000
}

.product-table th {
    font-weight: 500
}

.product-table th:first-child {
    border-right: 1px solid #d3d3d3
}

.product-table td:first-child {
    border-right: 1px solid #d3d3d3;
    font-weight: 500;
    text-align: center
}

.product-table thead th {
    padding: 20px 10px;
    border-color: #121212;
    border-right: 1px solid #121212
}

.product-table--noline th:first-child {
    border-right: none
}

.product-table--noline td:first-child {
    border-right: none
}

.product-table__notice {
    padding: 10px 30px;
    background: #f5f5f5;
    text-align: left
}

.tablequick {
    display: block;
    position: absolute;
    right: 25px;
    z-index: 1
}

.tablequick__icon {
    margin-top: 5px;
    text-align: right
}

.tablequick__icon img {
    max-width: 36px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: finger 1s linear none infinite alternate;
    animation: finger 1s linear none infinite alternate
}

.tablequick .quick__kakao {
    padding-right: 40px
}

@-webkit-keyframes finger {
    from {
        -webkit-transform: rotate(-15deg)
    }

    to {
        -webkit-transform: rotate(15deg)
    }
}

@keyframes finger {
    from {
        transform: rotate(-15deg)
    }

    to {
        transform: rotate(15deg)
    }
}

.inquiry-header {
    border-bottom: 2px solid #121212;
    font-size: 24px;
    line-height: 72px
}

.inquiry-header:after {
    content: "";
    display: block;
    clear: both
}

.inquiry-header__title {
    float: left;
    font-weight: bold
}

.inquiry-header__notice {
    float: right;
    font-size: 18px
}

.inquiry-list {
    padding: 36px 0
}

.inquiry-list~.inquiry-list {
    border-top: 1px solid #d3d3d3
}

.inquiry-list--border {
    border-bottom: 1px solid #d3d3d3
}

.inquiry-list>li {
    position: relative;
    padding-left: 240px;
    padding-right: 60px
}

.inquiry-list>li~li {
    margin-top: 20px
}

.inquiry-list>li.radiowrap {
    padding-left: 80px
}

.inquiry-list__title {
    position: absolute;
    top: 0;
    left: 60px;
    font-weight: 500;
    line-height: 60px
}

.inquiry-list__wrap {
    line-height: 60px
}

.inquiry-list--top .ipt {
    width: 340px
}

.inquiry-list--top .cs {
    width: 340px
}

.inquiry-list--last {
    border-bottom: 1px solid #121212
}

.inquiry-list__dot {
    width: 32px;
    text-align: center
}

.inquiry-list__inner {
    display: inline-block;
    min-width: 340px
}

.inquiry-list__inner .cs {
    width: 340px
}

.inquiry-list__box,
.inquiry-list__dot {
    display: inline-block
}

.inquiry-list__box .ipt,
.inquiry-list__dot .ipt {
    width: 130px
}

.inquiry-list__box .cs,
.inquiry-list__dot .cs {
    width: 130px
}

.inquiry-list__file {
    position: relative
}

.inquiry-list__file:after {
    content: "";
    display: block;
    clear: both
}

.inquiry-list__file .ipt {
    float: left;
    width: 75%;
    font-size: 16px
}

.inquiry-list__file .btn {
    float: right;
    width: calc(25% - 10px)
}

.inquiry-list__file input.file {
    width: 1px;
    height: 1px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.inquiry-list__notice {
    margin-top: 5px;
    font-weight: 300;
    color: red
}

.inquiry-list .realperson-challenge {
    display: inline-block;
    position: relative;
    top: 10px
}

.inquiry-list .realperson-regen {
    line-height: 1.6;
    color: #004da8
}

.inquiry-list #captcha {
    display: inline-block;
    width: 598px;
    margin-left: 10px
}

.inquiry-notice {
    margin-top: 65px
}

.inquiry-notice__title {
    font-weight: bold
}

.inquiry-notice__private {
    margin-top: 15px;
    padding: 35px 40px;
    background: #f8f8f9;
    font-weight: 300
}

.inquiry-notice__private span {
    display: block;
    font-weight: 500
}

.inquiry-agree {
    margin-top: 35px;
    font-weight: 300;
    text-align: center
}

.inquiry-agree__desc {
    margin-right: 35px
}

.inquiry-btns {
    margin-top: 75px;
    text-align: center
}

.inquiry-btns .btn {
    display: inline-block;
    max-width: 200px;
    font-weight: 500
}

.faq-header {
    padding: 48px 48px 80px 48px;
    border: 4px solid #ebebeb;
    font-weight: 300;
    color: #636569
}

.faq-header:after {
    content: "";
    display: block;
    clear: both
}

.faq-header__left {
    float: left;
    width: 50%;
    padding-right: 40px
}

.faq-header__right {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 48px
}

.faq-header__right:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 64px;
    margin-top: -32px;
    background: #d3d3d3
}

.faq-header__title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 500;
    color: #121212
}

.faq-header__btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 118px
}

.faq-search {
    max-width: 66%;
    margin: 0 auto;
    margin-top: -37px
}

.faq-menu {
    margin: 36px 0;
    text-align: center
}

.faq-menu a {
    display: inline-block;
    position: relative;
    padding: 0 19px 0 20px;
    font-weight: 400;
    color: #636569
}

.faq-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #d3d3d3
}

.faq-menu a:first-child:before {
    content: none
}

.faq-menu a.active {
    color: #004da8
}

.process {
    margin-top: 70px;
    font-size: 0;
    text-align: center
}

.process li {
    display: inline-block;
    width: 230px;
    font-size: 20px
}

.process__iconwrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.process__icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ebebeb;
    line-height: 118px
}

.process li:last-child .process__icon {
    background: #004da8
}

.process__icon-arrow {
    position: absolute;
    right: 120px;
    width: 110px
}

.process__icon-arrow:before {
    content: "";
    position: absolute;
    top: 51%;
    left: 0;
    width: 100%;
    border-top: 1px dashed #d3d3d3
}

.process__icon .icon {
    vertical-align: middle
}

.process__icon .icon-right {
    opacity: .6
}

.process__title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500
}

.process__desc {
    margin-top: 5px;
    font-weight: 300;
    word-break: keep-all;
    letter-spacing: -0.05em;
    line-height: 1.5
}

.rent-notice {
    margin-top: 30px;
    text-align: center;
    color: red;
    font-weight: 300
}

.question {
    margin-top: 70px;
    border: 4px solid #ebebeb
}

.question:after {
    content: "";
    display: block;
    clear: both
}

.question__wrap {
    float: left;
    position: relative;
    width: 50%;
    padding: 30px 32px;
    padding-left: 198px
}

.question__wrap:after {
    content: "";
    display: block;
    clear: both
}

.question__wrap:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 0;
    width: 1px;
    background: #ebebeb
}

.question__icon {
    position: absolute;
    top: 30px;
    left: 32px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ebebeb;
    line-height: 122px;
    text-align: center
}

.question__icon .icon {
    vertical-align: middle
}

.question__desc {
    margin-bottom: 20px;
    font-weight: 300
}

.question__btns a {
    display: inline-block;
    max-width: calc(50% - 6px);
    font-weight: 500
}

.question__btns a~a {
    margin-left: 6px
}

.question__btn a {
    font-weight: 500
}

.cp-program__wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto
}

.cp-program__description {
    margin: 60px 0;
    font-size: 20px
}

.cp {
    border-top: 2px solid #121212
}

.cp li {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 40px 60px;
    border-bottom: 1px solid #d3d3d3
}

.cp li>div {
    display: table-cell
}

.cp__number {
    width: 80px;
    font-weight: bold
}

.cp__icon {
    position: relative;
    width: 150px;
    padding-left: 10px
}

.cp__icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f5faff;
    z-index: -1
}

.cp__title {
    font-size: 24px;
    font-weight: 500
}

.freelink {
    margin-top: 50px;
    text-align: center
}

.freelink__item {
    display: inline-block;
    width: 564px;
    text-align: left
}

.freelink__item~.freelink__item {
    margin-left: 46px
}

.freelink__category {
    margin-top: 18px;
    font-weight: 500;
    color: #004da8
}

.freelink__title {
    font-size: 22px;
    font-weight: 500
}

.freelink__date {
    margin-top: 20px;
    color: gray
}

.headoffice__map {
    margin-bottom: -80px
}

.headoffice__wrap {
    position: relative;
    padding: 40px 45px;
    background: #004da8;
    color: #fff
}

.headoffice__title {
    font-size: 36px;
    font-weight: bold
}

.headoffice__list {
    margin-top: 5px
}

.headoffice__list li {
    position: relative;
    padding-left: 70px;
    font-weight: 500
}

.headoffice__list li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #8cabcf
}

.map__main {
    width: 100%;
    height: 580px
}

.map__sub {
    width: 100%;
    height: 400px;
    background: #f3f3f3
}

.history {
    position: relative;
    margin-top: -140px
}

.history__header {
    position: relative;
    display: inline-block;
    padding: 40px 46px;
    background: #004da8;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, .3);
    z-index: 1
}

.history__header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 17px;
    height: 17px;
    margin-left: -13px;
    border: 4px solid #004da8;
    border-radius: 50%;
    background: #fff
}

.history__header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    border-radius: 50%;
    background: #004da8
}

.history__body {
    position: relative;
    padding-top: 100px;
    margin-left: 143px
}

.history__body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 60px);
    background: #d3d3d3
}

.history__item {
    position: relative;
    padding-left: 200px
}

.history__item~.history__item {
    margin-top: 50px
}

.history__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -7px;
    width: 7px;
    height: 7px;
    border: 4px solid #004da8;
    border-radius: 50%;
    background: #fff
}

.history__year {
    position: absolute;
    top: -12px;
    left: 40px;
    font-size: 36px;
    font-weight: bold
}

.history__list>li {
    position: relative;
    margin-top: 20px;
    padding-left: 95px
}

.history__list>li:first-child {
    margin-top: 0
}

.history__month {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    font-weight: bold;
    text-align: right
}

.addr__wrap:after {
    content: "";
    display: block;
    clear: both
}

.addr__left {
    float: left
}

.addr__right {
    float: right;
    text-align: right
}

.addr__right span {
    display: inline-block
}

.addr__dot {
    width: 1px;
    height: 11px;
    margin: 0 8px;
    background: #d3d3d3;
    vertical-align: unset
}

.addr__map {
    margin-top: 20px
}

.greeting {
    word-break: keep-all
}

.greeting__title {
    position: relative;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5
}

.greeting-quote {
    display: inline-block;
    position: relative;
    top: 6px;
    width: 13px;
    height: 10px;
    margin-right: 4px;
    background: url(../../images/front/quote.png) no-repeat center 50%
}

.greeting-quote--end {
    background: url(../../images/front/quote2.png) no-repeat center 50%
}

.greeting__box:after {
    content: "";
    display: block;
    clear: both
}

.greeting__left {
    float: left;
    width: 50%;
    padding-right: 70px
}

.greeting__right {
    float: right;
    width: 50%;
    padding-left: 70px
}

.greeting__sign {
    margin-top: 30px;
    font-weight: 500;
    line-height: 85px
}

.greeting__sign img {
    margin-left: 40px
}

.greeting .subtitle {
    font-weight: 500
}

.freedom-header {
    text-align: right
}

.freedom-header__box {
    display: inline-block;
    position: relative;
    max-width: 570px;
    margin-top: -230px;
    padding: 60px;
    background: #004da8;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: left
}

.freedom-body {
    margin-top: 60px
}

.freedom-body__content {
    font-size: 20px
}

.freedom-body__content strong {
    display: block;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 500
}

.freedom-body__content p~p {
    margin-top: 20px
}

.freedom__sign {
    margin-top: 40px;
    text-align: right
}

.report-header {
    margin-bottom: 70px;
    padding: 75px 0;
    padding-right: 10%;
    background: url(../../images/front/bg_report.jpg) no-repeat left 50%;
    text-align: right
}

.report-header__box {
    display: inline-block;
    width: 580px;
    padding: 36px 40px;
    padding-right: 100px;
    background: #004da8;
    font-weight: 300;
    text-align: left;
    word-break: keep-all;
    color: #fff
}

.report-header__title {
    font-size: 36px;
    font-weight: bold
}

.report-header__desc {
    margin-top: 12px
}

.report-notice {
    margin-top: 80px;
    padding: 34px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 300
}

.accordion li {
    padding: 28px 35px;
    border: 2px solid #d3d3d3;
    border-radius: 12px
}

.accordion li~li {
    margin-top: 10px
}

.accordion li.active {
    border-color: #004da8
}

.accordion__marker {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 32px
}

.accordion__marker--q {
    background: gray
}

.active .accordion__marker--q {
    background: #004da8
}

.accordion__marker--a {
    background: #dc0714
}

.accordion__q {
    position: relative;
    padding-right: 80px;
    font-weight: 500;
    line-height: 32px;
    color: #004da8;
    cursor: pointer
}

.accordion__meta {
    position: absolute;
    left: 0;
    top: 0
}

.accordion__category {
    display: inline-block;
    width: 150px;
    text-align: center
}

.accordion__title {
    color: #121212;
    user-select: none
}

.active .accordion__title {
    color: #004da8
}

.accordion__desc {
    font-weight: 300
}

.accordion__a {
    display: none;
    position: relative;
    margin-top: 22px
}

.accordion__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px
}

.active .accordion__btn .btn-plus:after {
    content: none
}

.active .accordion__btn .btn-plus:before {
    background: #004da8
}

.accordion--category .accordion__q {
    padding-left: 192px
}

.accordion--category .accordion__a {
    padding-left: 70px
}

.accordion--large .accordion__q {
    font-size: 24px
}

.bbs-header {
    margin-bottom: 40px;
    text-align: center
}

.bbs-header__item {
    display: inline-block;
    width: 360px
}

.bbs-header__item:first-child {
    width: 165px
}

.bbs-list {
    margin: 0 -17px;
    margin-top: -16px
}

.bbs-list:after {
    content: "";
    display: block;
    clear: both
}

.bbs-list li {
    float: left;
    width: 33.33333333%;
    padding: 17px
}

.bbs-link {
    display: block;
    position: relative;
    padding: 55px 40px;
    border: 1px solid #d3d3d3
}

.bbs-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #004da8;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.bbs-link:hover:before {
    opacity: 1
}

.bbs-link__category {
    font-weight: 500;
    color: #004da8
}

.bbs-link__title {
    overflow: hidden;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    text-overflow: ellipsis;
    line-height: 32px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.bbs-link__date {
    position: relative;
    margin-top: 15px;
    color: gray
}

.bbs-link__icon {
    position: absolute;
    top: 0;
    right: 0
}

.bbs-link__icon .icon {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.bbs-view {
    padding-top: 120px;
    border-bottom: 1px solid gray
}

.bbs-view__meta {
    padding-bottom: 40px;
    border-bottom: 1px solid gray;
    text-align: center
}

.bbs-view__category {
    font-weight: 500;
    color: #004da8
}

.bbs-view__title {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 500
}

.bbs-view__date {
    margin-top: 25px;
    color: gray
}

.bbs-view__content {
    padding: 80px
}

.bbs-view__attach {
    padding: 32px 80px;
    border-top: 1px solid #d3d3d3
}

.bbs-view__attach li {
    margin: 8px 0
}

.bbs-view__attach .icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.bbs-table {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-top: 2px solid #121212;
    border-bottom: 1px solid gray;
    font-weight: 500
}

.bbs-table .icon {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.bbs-table th,
.bbs-table td {
    padding: 20px;
    border-top: 1px solid #d3d3d3
}

.bbs-table th {
    font-weight: 500;
    color: #004da8
}

.bbs-table td a {
    display: block;
    position: relative;
    padding-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bbs-table td a:hover {
    color: #004da8
}

.bbs-table td:last-child {
    font-weight: 400;
    color: gray;
    text-align: center
}

.bbs-table tr:first-child th,
.bbs-table tr:first-child td {
    border-top: 0
}

.bbs-table__icon {
    position: absolute;
    top: 0;
    right: 0
}

.steps {
    text-align: center
}

.steps li {
    display: inline-block;
    width: 205px;
    height: 205px;
    padding-top: 28px;
    border: 1px solid #ebebeb;
    font-weight: 300;
    text-align: center
}

.steps li~li {
    margin-left: 14px
}

.steps--between li~li {
    margin-left: 44px
}

.steps__icon {
    margin-bottom: 4px
}

.steps__title {
    font-weight: bold;
    color: #004da8
}

.steps--large li {
    padding-top: 32px
}

.steps--large li~li {
    margin-left: 32px
}

.steps--large .steps__icon {
    margin-bottom: 24px
}

.stepbox {
    margin-top: 70px
}

.feature li {
    display: inline-block;
    width: 180px;
    margin-left: 56px;
    text-align: center
}

.feature li:first-child {
    margin-left: 0
}

.feature__icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ebebeb;
    line-height: 118px
}

.feature__icon .icon {
    vertical-align: middle
}

.feature__desc {
    margin-top: 30px;
    line-height: 1.5
}

.system__list {
    margin: 0 -17px
}

.system__list:after {
    content: "";
    display: block;
    clear: both
}

.system__list li {
    float: left;
    width: 33.33333333%;
    padding: 0 17px;
    text-align: center
}

.system__image {
    position: relative
}

.system__category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 10px;
    background: rgba(0, 77, 168, .7);
    font-size: 22px;
    font-weight: 400;
    color: #fff
}

.system__title {
    margin-top: 40px;
    font-size: 36px;
    font-weight: 500
}

.system__desc {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.5;
    word-break: keep-all
}

.jobinfo__header {
    position: relative;
    display: inline-block;
    min-width: 280px;
    margin-top: -120px;
    padding: 40px 20px 30px 40px;
    background: #004da8;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .3);
    z-index: 1
}

.jobinfo__icon {
    position: relative;
    margin-top: 10px;
    text-align: right
}

.jobinfo__icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(140, 171, 207, .3)
}

.jobinfo__body {
    padding-left: 300px
}

.jobinfo__list {
    margin-top: 58px;
    border-top: 2px solid #121212
}

.jobinfo__list>li {
    position: relative;
    padding: 30px 0;
    padding-left: 196px;
    border-bottom: 1px solid #d3d3d3
}

.jobinfo__title {
    position: absolute;
    top: 30px;
    left: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5
}

.recru__notice {
    margin-top: 30px;
    font-weight: 300;
    text-align: center
}

.recru__title {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center
}

.recru-list li~li {
    margin-top: 10px
}

.recru-list li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 30px;
    border: 1px solid #d3d3d3
}

.recru-list li a>div {
    display: table-cell;
    vertical-align: middle;
    line-height: 38px
}

.recru-list li a:hover {
    color: #004da8
}

.recru-list__status {
    width: 96px
}

.recru-list__status span {
    display: inline-block;
    width: 96px;
    border-radius: 5px;
    background: gray;
    color: #fff;
    text-align: center
}

.recru-list__status--ing span {
    background: #004da8
}

.recru-list__exp {
    width: 135px;
    font-weight: 500;
    text-align: center;
    color: #004da8
}

.recru-list__title {
    font-weight: 500
}

.recru-list__title span {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.recru-list__title .icon {
    position: absolute;
    top: 2px;
    right: 0
}

.recru-list__date {
    width: 260px;
    font-weight: 500;
    text-align: right;
    color: gray
}

.card>li {
    display: table;
    table-layout: fixed;
    width: 100%
}

.card>li~li {
    margin-top: 80px
}

.card__box {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.card--large .card__box {
    width: 55%
}

.card__box:first-child .card__text {
    padding-left: 0
}

.card--large .card__box:first-child {
    width: 44%
}

.card__text {
    padding-left: 80px
}

.card--large .card__text {
    padding-left: 168px
}

.card__number {
    font-weight: bold
}

.card__title {
    font-size: 24px;
    font-weight: bold
}

.card--large .card__title {
    margin-top: 12px;
    font-size: 36px;
    font-weight: 500
}

.card__desc {
    margin-top: 36px;
    padding-right: 58px;
    font-weight: 300;
    word-break: keep-all
}

.card--large .card__desc {
    margin-top: 20px
}

.card--concept .card__box {
    vertical-align: top;
    text-align: right
}

.card--concept .card__box:first-child {
    text-align: left
}

.card--concept .card__box:first-child .card__text {
    padding-left: 40px
}

.card--concept .card__text {
    padding-top: 45px;
    padding-left: 110px;
    text-align: left
}

.card--concept .card__title {
    font-size: 36px;
    font-weight: 500
}

.card--concept .card__desc {
    margin-top: 20px;
    padding-right: 0
}

.concept--margin {
    margin-top: 60px
}

.concept__info {
    margin-top: 42px;
    text-align: center
}

.concept__title {
    display: inline-block;
    width: 300px;
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4
}

.concept__list {
    display: inline-block;
    width: 400px;
    text-align: left
}

.concept__list .info__list li {
    font-size: 18px
}

.utility {
    padding-top: 85px;
    font-weight: 300
}

.utility__version {
    text-align: right
}

.utility__version .cs {
    display: inline-block;
    width: 300px
}

.utility__content {
    margin-top: 40px;
    line-height: 1.6
}

.utility__header {
    padding: 36px 40px;
    background: #f5f5f5
}

.utility__body {
    margin-top: 60px;
    word-break: keep-all
}

.utility__body p {
    margin-top: 12px
}

.utility__box~.utility__box {
    margin-top: 60px
}

.utility__title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500
}

.utility__table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #121212;
    text-align: center
}

.utility__table th,
.utility__table td {
    padding: 20px 10px;
    border-left: 1px solid #d3d3d3
}

.utility__table th {
    border-bottom: 1px solid #121212;
    background: #f8f8f9;
    font-weight: 400
}

.utility__table th:first-child {
    border-left: 0
}

.utility__table td {
    border-bottom: 1px solid #d3d3d3
}

.utility__table td:first-child {
    border-left: 0
}

.utility__list li~li {
    margin-top: 40px
}

.utility__subtitle {
    font-weight: 500
}

.utility__subtitle a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #121212
}

.utility__subtitle a .icon {
    margin-left: 38px
}

.utility__subtitle a br {
    display: none
}

.utility__number {
    font-weight: 400
}

.utility__number span~span {
    margin-left: 20px
}

.utility__number .icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.footer__banner {
    height: 245px;
    padding-top: 52px;
    background: url(../../images/front/temp_footer.jpg) no-repeat 25% top;
    background-size: cover;
    color: #fff;
    text-align: right
}

.header.main~.footer .footer__banner {
    display: none
}

.footer__bannerbox {
    display: inline-block;
    width: 50%;
    text-align: left
}

.footer__bannerbox strong {
    letter-spacing: 1px;
    font-weight: 400
}

.footer__bannerbox p {
    margin: 5px 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.55
}

.footer__wrap {
    position: relative;
    margin: 64px 0;
    padding-left: 198px
}

.footer__logo {
    position: absolute;
    left: 0;
    top: 0
}

.footer__inner {
    font-size: 18px;
    color: #636569
}

.footer__menu {
    color: #636569;
    line-height: 20px
}

.footer__menu a {
    margin-right: 4px;
    font-weight: 300
}

.footer__menu a:first-child {
    font-weight: 500;
    color: #121212
}

.footer__menu a~a {
    margin-left: 4px
}

.footer__addr {
    margin-top: 20px;
    font-weight: 300;
    line-height: 2
}

.footer__addr span {
    margin-left: 10px
}

.footer__addr span:first-child {
    margin-left: 0
}

.footer__copyright {
    margin-top: 20px;
    font-size: 15px
}

.footer__link {
    position: absolute;
    top: -16px;
    right: 0;
    width: 180px
}

.footer__link .cs__title {
    padding: 0;
    border: none;
    border-bottom: 2px solid #d3d3d3;
    background: none;
    font-size: 15px;
    color: gray
}

.footer__link .cs__title .icon-down {
    margin-top: -17px;
    right: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

.footer__link .cs__title.active {
    border: none
}

.footer__link .cs__list li a {
    font-size: 15px
}

.popup {
	display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 35;
}

.popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.popup__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1000px;
	width: 100%;
    transform: translate(-50%, -50%);
}

.popup__button {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    font-size: 0
}

.popup__inner {
    text-align: center;
}

.btn-popup {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

.btn-popup--today {
    color: gray
}

.btn-popup--close {
    border-left: 1px solid #d3d3d3;
    color: #004da8
}

.icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(../../images/front/sprite.png);
    background-size: 640px 512px;
    text-indent: -9999px;
    vertical-align: top
}

.icon--pic {
    width: 50px;
    height: 50px;
    background-image: url(../../images/front/step.png);
    background-size: auto
}

.icon--cp {
    width: 80px;
    height: 80px;
    background-image: url(../../images/front/cp.png);
    background-size: auto
}

.icon--small {
    width: 32px;
    height: 32px;
    background-size: 320px 256px
}

.icon--medium {
    width: 96px;
    height: 96px;
    background-size: 960px 768px
}

.icon--original {
    width: 128px;
    height: 128px;
    background-size: auto
}

.icon--50 {
    width: 50px;
    height: 50px;
    background-size: 500px 400px
}

.icon--80 {
    width: 80px;
    height: 80px;
    background-size: 800px 640px
}

.icon-cs1 {
    background-position: 0 -192px
}

.icon-cs1.icon--50 {
    background-position: 0 -150px
}

.icon-cs2 {
    background-position: -64px -192px
}

.icon-cs2.icon--50 {
    background-position: -50px -150px
}

.icon-cs3 {
    background-position: -128px -192px
}

.icon-cs3.icon--50 {
    background-position: -100px -150px
}

.icon-arrow {
    background-position: -32px 0
}

.icon-arrow--white {
    background-position: -64px 0
}

.icon-pic1 {
    background-position: 0 0
}

.icon-pic2 {
    background-position: -50px 0
}

.icon-pic3 {
    background-position: -100px 0
}

.icon-pic4 {
    background-position: -150px 0
}

.icon-pic5 {
    background-position: -200px 0
}

.icon-pic6 {
    background-position: -512px -192px
}

.icon-pic7 {
    background-position: -576px -192px
}

.icon-attach {
    background-position: -128px -64px
}

.icon-menu1 {
    background-position: 0 -256px
}

.icon-menu2 {
    background-position: -64px -256px
}

.icon-menu3 {
    background-position: -128px -256px
}

.icon-menu4 {
    background-position: -192px -256px
}

.icon-menu5 {
    background-position: -256px -256px
}

.icon-menu6 {
    background-position: -320px -256px
}

.icon-pause {
    background-position: -96px 0
}

.active .icon-pause {
    background-position: -128px 0
}

.icon-pause--white {
    background-position: -224px -160px
}

.active .icon-pause--white {
    background-position: -256px -160px
}

.icon-right {
    background-position: -96px -32px
}

.icon-right--white {
    background-position: -160px -160px
}

.icon-left {
    background-position: -128px -32px
}

.icon-left--white {
    background-position: -192px -160px
}

.icon-search {
    background-position: -320px 0
}

.icon-prev2 {
    background-position: -96px -64px;
    border: 1px solid #121212;
    border-radius: 50%
}

.icon-prev2:hover {
    background-position: -224px -224px;
    background-color: #004da8;
    border-color: #004da8
}

.icon-prev {
    border: 1px solid #121212;
    border-radius: 50%;
    background-position: -128px -128px
}

.icon-prev:hover {
    background-position: -384px -448px;
    background-color: #004da8;
    border-color: #004da8
}

.icon-prev.icon--small {
    background-position: -64px -64px
}

.icon-prev.icon--small:hover {
    background-position: -192px -224px
}

.icon-next {
    background-position: 0 -128px;
    border: 1px solid #121212;
    border-radius: 50%
}

.icon-next:hover {
    background-position: -256px -448px;
    background-color: #004da8;
    border-color: #004da8
}

.icon-next.icon--small {
    background-position: 0 -64px
}

.icon-next.icon--small:hover {
    background-position: -128px -224px
}

.icon-next2 {
    background-position: -32px -64px;
    border: 1px solid #121212;
    border-radius: 50%
}

.icon-next2:hover {
    background-position: -160px -224px;
    background-color: #004da8;
    border-color: #004da8
}

.icon-more {
    background-position: -64px 0
}

.icon-down {
    background-position: 0 0
}

.icon-cp1 {
    background-position: 0 0
}

.icon-cp2 {
    background-position: -80px 0
}

.icon-cp3 {
    background-position: -160px 0
}

.icon-cp4 {
    background-position: -240px 0
}

.icon-cp5 {
    background-position: -320px 0
}

.icon-cp6 {
    background-position: -400px 0
}

.icon-cp7 {
    background-position: -480px 0
}

.icon-step1 {
    background-position: -384px -256px
}

.icon-step1.icon--80 {
    background-position: -480px -320px
}

.icon-step2 {
    background-position: -448px -256px
}

.icon-step2.icon--80 {
    background-position: -560px -320px
}

.icon-step3 {
    background-position: -512px -256px
}

.icon-step3.icon--80 {
    background-position: -640px -320px
}

.icon-step4 {
    background-position: -576px -256px
}

.icon-step4.icon--80 {
    background-position: -720px -320px
}

.icon-step5 {
    background-position: -384px 0
}

.icon-step5.icon--80 {
    background-position: -480px 0
}

.icon-step6 {
    background-position: -448px 0
}

.icon-step6.icon--80 {
    background-position: -560px 0
}

.icon-step7 {
    background-position: -512px 0
}

.icon-step7.icon--80 {
    background-position: -640px 0
}

.icon-step8 {
    background-position: -576px 0
}

.icon-step8.icon--80 {
    background-position: -720px 0
}

.icon-step9 {
    background-position: -448px -128px
}

.icon-step9.icon--80 {
    background-position: -560px -160px
}

.icon-step10 {
    background-position: 0 -320px
}

.icon-step11 {
    background-position: -64px -320px
}

.icon-step12 {
    background-position: -128px -320px
}

.icon-link {
    background-position: -256px -64px
}

.icon-home {
    background-position: -96px -160px
}

.icon-phone {
    background-position: -128px -160px
}

.icon-people1 {
    background-position: 0 -768px
}

.icon-people2 {
    background-position: -128px -768px
}

.icon-people3 {
    background-position: -256px -768px
}

.icon-people4 {
    background-position: -384px -768px
}

.icon-jobinfo1 {
    background-position: -256px -384px
}

.icon-jobinfo2 {
    background-position: -320px -384px
}

.icon-jobinfo3 {
    background-position: -384px -384px
}

.icon-jobinfo4 {
    background-position: -448px -384px
}

.icon-jobinfo5 {
    background-position: -512px -384px
}

.icon-jobinfo6 {
    background-position: -576px -384px
}

.icon-ide1 {
    background-position: 0 -448px
}

.icon-ide2 {
    background-position: -64px -448px
}

.icon-ide3 {
    background-position: -128px -448px
}

.icon-quickclose {
    width: 16px;
    height: 16px;
    background-position: -288px -64px
}

.icon-top {
    background-position: -192px -448px
}

.icon-top.icon--50 {
    background-position: -150px -350px
}

.icon-tel {
    background-position: -64px -64px
}

.icon-kakao {
    background-position: 0 -64px
}

.icon-kakao.icon--50 {
    background-position: 0 -50px
}

.main-customer__row {
    position: relative;
    display: inline-block;
    padding: 50px 0
}

.main-customer__row:first-child {
    padding-top: 0
}

.main-customer__row:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ddd
}

.main-customer__row:last-child {
    padding-bottom: 0
}

.main-customer__title {
    font-size: 18px;
    line-height: 28px
}

.main-customer__content {
    margin-top: 15px
}

.main-customer__item {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 450px
}

.main-customer__item:first-child {
    margin-left: 0
}

.main-customer__item:last-child {
    margin-right: 0
}

.main-customer__item:last-child .main-customer__content {
    font-size: 26px;
    line-height: 1.2
}

br.mov {
    display: none
}

.quick {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 10
}

.quick__row {
    position: relative
}

.quick__inner {
    position: relative;
    display: block;
    padding-left: 40px
}

.quick__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 34px
}

.quick__wrap {
    padding: 12px;
    border-radius: 10px;
    text-align: left
}

.quick__wrap--yellow {
    background-color: #ffe812
}

.quick__wrap--yellow .quick__top .quick__inner::before {
    background: url(../../images/front/kakao_240227.png) center/contain no-repeat
}

.quick__wrap--yellow .quick__bottom .quick__inner::before {
    background: url(../../images/front/icon_tel_kakao.png) center/contain no-repeat
}

.quick__wrap--blue {
    background-color: #0061ad
}

.quick__wrap--blue .quick__top .quick__inner::before {
    background: url(../../images/front/kakao_white_240227.png) center/contain no-repeat
}

.quick__wrap--blue .quick__bottom {
    border-top: 1px solid rgba(255, 255, 255, .6)
}

.quick__wrap--blue .quick__bottom .quick__inner::before {
    background: url(../../images/front/icon_tel_white.png) center/contain no-repeat
}

.quick__wrap--blue .quick__text {
    color: #fff
}

.quick__wrap--blue .quick__tel {
    color: #fff
}

.quick__wrap--blue .quick__content {
    color: #fff
}

.quick__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.quick__bottom {
    margin-top: 8px;
    padding-top: 15px;
    border-top: 1px solid rgba(138, 126, 14, .6)
}

.quick__bottom .quick__inner::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 23px;
    height: 23px
}

.quick__menu {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    z-index: 2
}

.quick__menu li {
    text-align: right;
    font-size: 0
}

.quick__menu li a.btn-top {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    background: #333;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    border-radius: 10px
}

.quick__menu li a.btn-top.active {
    height: 60px;
    opacity: 1;
    visibility: visible
}

.quick__menu li a.btn-inquiry {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    background-color: #333;
    border-radius: 10px;
    text-align: center;
    color: #fff
}

.quick__tel {
    font-size: 28px;
    line-height: 1;
    color: #121212;
    font-weight: 700
}

.quick__content {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #333
}

.quick__sns {
    position: fixed;
    left: 30px;
    bottom: 80px
}

.quick__sns ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

body.opened {
    overflow: hidden;
    position: fixed
}

.pcview {
    display: none
}

.mobile-menu__language {
    margin-bottom: 35px
}

.mobile-menu__language a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #636569
}

.mobile-menu__language a.active {
    color: #004da8
}

.mobile-menu__title {
    position: relative;
    max-width: 134px;
    margin-top: 15px;
    font-size: 27px;
    font-weight: 400
}

.mobile-menu__title:before,
.mobile-menu__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: #121212
}

.mobile-menu__title:before {
    right: 0;
    width: 16px;
    height: 2px;
    margin-top: -2px
}

.mobile-menu__title:after {
    right: 7px;
    width: 2px;
    height: 16px;
    margin-top: -9px
}

.mobile-menu__title.active:after {
    content: none
}

.mobile-menu__title.active+.cnb {
    display: block
}

.menubox {
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 10
}

.menubox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 1180px;
    height: 100%;
    background: #004da8;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-out .1s;
    transition: all .3s ease-out .1s
}

.menubox.active::before {
    width: 100%
}

.menubox.active {
    position: fixed;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    margin-top: 0;
    z-index: 10
}

.menubox.active .menus {
    margin: 0
}

.menu__title {
    display: none;
    position: relative;
    background: #004da8;
    line-height: 50px;
    user-select: none
}

.menu__title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1px;
    height: 1px;
    margin-top: -4px;
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.menu__title.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 35
}

.btn-menu__wrap {
    display: block;
    position: absolute;
    left: 7px;
    top: 20px;
    width: 28px;
    height: 22px
}

.btn-menu__wrap span {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #121212;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.btn-menu--top {
    top: 0
}

.btn-menu--middle {
    top: 10px;
    width: 80%
}

.btn-menu--bottom {
    top: 20px
}

.opened .btn-menu {
    position: fixed
}

.opened .btn-menu--top {
    top: -2px;
    transform-origin: 100% 100%;
    transform: rotate(-45deg)
}

.opened .btn-menu--middle {
    display: none
}

.opened .btn-menu--bottom {
    top: 18px;
    right: 1px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tablequick {
    display: none
}

@media screen and (min-width: 1026px) {
    .pcview {
        display: block
    }

    .moview {
        display: none
    }
}

@media screen and (max-width: 1680px) {
    .main-customer__wrap:before {
        left: 0;
        margin-left: 0
    }

    .main-customer__item {
        margin-left: 50px;
        margin-right: 50px
    }

    .main-customer__item:first-child:before {
        content: none
    }
}

@media screen and (max-width: 1280px) {
    .header {
        text-align: right
    }

    .snb {
        padding-right: 25px;
        text-align: right
    }

    .cnb {
        text-align: center
    }

    .box {
        padding-left: 25px;
        padding-right: 25px
    }

    .main-visual__inner {
        padding: 0 20px
    }

    .main-service,
    .main-product,
    .main-news,
    .main-customer,
    .main-healthcare {
        padding-left: 25px;
        padding-right: 25px
    }

    .main-control {
        left: 25px;
        width: auto;
        margin-left: 0
    }

    .main-customer__wrap {
        margin-bottom: -50px;
        padding: 40px 0 90px
    }

    .main-customer__wrap:before {
        left: -25px;
        right: -25px;
        width: auto
    }

    .main-customer__i {
        right: 25px
    }

    .breadcrumb {
        right: 10px
    }

    .menubox::before {
        width: 974px
    }

    .footer__banner {
        height: auto;
        padding: 30px 25px 25px 30%
    }

    .footer__banner .box {
        padding: 0
    }

    .footer__bannerbox {
        width: auto
    }

    .footer__bannerbox strong {
        font-size: 13px;
        font-weight: 500
    }

    .footer__bannerbox p {
        margin-top: 0;
        font-size: 18px
    }

    .footer__bannerbox p br,
    .footer__bannerbox span {
        display: none
    }

    .greeting__left {
        padding-right: 40px
    }

    .greeting__right {
        padding-left: 40px
    }

    .freelink__item~.freelink__item {
        margin: 40px 0;
        margin-left: 0
    }

    .steps li {
        margin: 5px
    }

    .steps li~li {
        margin: 5px
    }

    .product-header__info {
        padding-left: 30px
    }

    .process li {
        margin-bottom: 20px
    }

    .process {
        max-width: 885px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

    .infowrap .info~.info {
        margin-top: 0
    }

    .infowrap .info__item {
        margin-top: 30px
    }

    .infowrap .info:first-child .info__item {
        margin-top: 0
    }

    .visual__box {
        left: 25px;
        right: 25px;
        width: auto;
        height: 25px;
        margin-left: 0
    }

    .visual__box--large {
        left: 180px;
        right: 180px
    }

    .faq-header__btn {
        position: static;
        margin-top: 15px
    }

    .system__category {
        font-size: 20px
    }
}

@media screen and (max-width: 1025px) {
    .wrap {
        font-size: 18px;
        line-height: 1.6
    }

    .header {
        height: 60px;
        background: #fff
    }

    .header__wrap {
        padding: 0 25px
    }

    .header.sub {
        border-bottom: none
    }

    .logo {
        position: relative;
        left: 0;
        padding: 16px 0 20px
    }

    .logo__image {
        width: auto;
        height: auto;
        background: none;
        text-indent: 0
    }

    .logo__image img {
        display: block;
        height: 24px
    }

    .gnb {
        display: none !important
    }

    .snb {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-right: 0;
        background: transparent;
        text-align: left;
        opacity: 0;
        visibility: hidden
    }

    .snb:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: -1
    }

    .snb__wrap {
        height: 100%;
        padding-left: 60px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .6s ease-out 0s;
        transition: all .6s ease-out 0s
    }

    .snb__box {
        height: 100%;
        padding: 40px 35px;
        background: #fff
    }

    .snb__banner {
        display: none
    }

    .cnb {
        display: none;
        margin-top: 10px;
        padding-top: 0;
        text-align: left
    }

    .cnb li {
        width: auto;
        padding: 4px 0;
        padding-left: 25px
    }

    .cnb li a {
        font-size: 17px
    }

    .opened .snb {
        opacity: 1;
        visibility: visible
    }

    .opened .snb__wrap {
        transform: translateX(0)
    }

    .menus__title {
        display: block
    }

    .circle {
        border-width: 1px
    }

    .visual {
        margin: 0 -25px
    }

    .visual--large {
        margin: 0 -180px
    }

    .main-info {
        margin-bottom: 32px
    }

    .main-visual__box {
        left: 25px;
        right: 50px;
        bottom: 30%;
        min-width: 0;
        padding: 25px
    }

    .main-visual__title {
        font-size: 28px
    }

    .main-visual__desc {
        margin-top: 10px;
        font-size: 15px
    }

    .main-service {
        padding: 80px 25px 70px
    }

    .main-service__wrap {
        margin-left: 0;
        padding-right: 0
    }

    .main-service__image {
        left: 0
    }

    .main-service__image img {
        width: 100%
    }

    .main-service__title {
        margin-top: 60px;
        font-size: 30px;
        line-height: 1.25
    }

    .main-service__desc {
        margin: 15px 0
    }

    .main-service:before {
        left: 0;
        width: 100%;
        height: 48%;
        margin-left: 0
    }

    .main-service__pager {
        right: auto;
        left: 0;
        padding-top: 61.538%
    }

    .main-service__pager a {
        font-size: 15px
    }

    .main-service__pager a~a {
        margin-left: 12px
    }

    .main-service__pagerwrap {
        padding-top: 22px
    }

    .main-link {
        font-size: 15px
    }

    .main-product {
        padding: 80px 25px
    }

    .main-product__item .visual {
        margin-bottom: -40px;
        margin-left: -50px;
        margin-right: -50px
    }

    .main-product__inner {
        display: block;
        padding: 32px 18px;
        text-align: left;
        min-width: auto
    }

    .main-product__box {
        padding-left: 0
    }

    .main-product__number {
        position: static;
        font-size: 15px;
        letter-spacing: 1px
    }

    .main-product__title {
        margin-top: 10px;
        font-size: 30px
    }

    .main-product__desc {
        margin-bottom: 15px
    }

    .main-people__wrap {
        margin-bottom: -60px;
        padding: 100px 0 165px
    }

    .main-people__title {
        font-size: 15px
    }

    .main-people__desc {
        max-width: 60%;
        margin: 0 auto;
        margin-top: 18px;
        font-size: 24px
    }

    .main-people__desc br {
        display: none
    }

    .main-people__list {
        padding: 0 25px
    }

    .main-people__list li {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 25px
    }

    .main-people__list li~li {
        margin-top: 15px
    }

    .main-people__link {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .main-people__link>div {
        display: table-cell;
        vertical-align: middle
    }

    .main-people__icon {
        width: 40%
    }

    .main-people__subtitle {
        font-size: 18px;
        text-align: left
    }

    .main-news {
        padding: 75px 25px 40px
    }

    .main-customer {
        padding-bottom: 80px
    }

    .main-customer__wrap {
        padding: 20px 0 70px
    }

    .main-news__list {
        margin-top: 36px
    }

    .main-customer__list {
        margin-left: 0
    }

    .main-customer__list li {
        float: none;
        width: auto;
        padding-left: 0
    }

    .main-customer__list li~li {
        margin-top: 10px
    }

    .main-customer__link {
        padding: 25px 25px 22px
    }

    .main-customer__item {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .main-customer__content {
        font-size: 37px
    }

    .main-customer__content span {
        font-size: 28px !important
    }

    .footer__link {
        position: static;
        margin-top: 20px
    }

    .footer__addr {
        line-height: 1.6
    }

    .footer__addr p {
        margin-top: 10px
    }

    .footer__addr span {
        display: block;
        margin-left: 0
    }

    .top__text {
        padding: 28px 10px
    }

    .top__category {
        margin-bottom: 15px;
        font-size: 15px
    }

    .top__title {
        font-size: 24px;
        word-break: break-word
    }

    .top__image {
        height: auto;
        padding-top: 45%
    }

    .top__image--company {
        background-position: left 50%
    }

    .top__image--product {
        background-position: left 50%
    }

    .top__image--cs {
        background-position: left 50%
    }

    .top__image--recruit {
        background-position: center 50%
    }

    .menubox::before {
        width: 720px
    }

    .menus {
        margin-top: 0
    }

    .menus li {
        margin: 0 18px
    }

    .menus li a {
        font-size: 18px;
        line-height: 60px
    }

    .page-title {
        padding: 60px 0 30px;
        font-size: 30px
    }

    .subtitle {
        margin-bottom: 30px;
        font-size: 30px;
        text-align: center !important
    }

    .item~.item {
        margin-top: 60px
    }

    .item~.item--large {
        margin-top: 30px
    }

    .overview .item:first-child .subtitle {
        font-size: 15px;
        text-align: left !important
    }

    .info__left .subtitle {
        margin-bottom: 20px
    }

    .info--first {
        margin-top: 40px
    }

    .info__left,
    .info__right {
        float: none;
        width: auto
    }

    .visual-info {
        font-size: 24px
    }

    .visual-info--cp {
        margin-top: 30px
    }

    .visual-info__left,
    .visual-info__right {
        float: none;
        width: auto
    }

    .visual-info__left {
        font-size: 48px
    }

    .visual-info__right {
        padding-top: 40px;
        font-size: 18px
    }

    .concept__image {
        position: relative;
        padding-top: 50%
    }

    .concept__image img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        max-width: none
    }

    .concept--margin {
        margin-top: 35px
    }

    .feature {
        text-align: center
    }

    .feature li {
        margin-left: 40px
    }

    .addr__left,
    .addr__right {
        float: none;
        text-align: left
    }

    .stepbox {
        margin-top: 40px
    }

    .steps {
        text-align: center
    }

    .inquiry-list {
        padding: 30px 0
    }

    .inquiry-list>li.radiowrap {
        padding-left: 0;
        padding-right: 0
    }

    .inquiry-list #captcha {
        width: 100%;
        margin-left: 0
    }

    .inquiry-list>li {
        padding-left: 0;
        padding-right: 0
    }

    .inquiry-list>li~li {
        margin-top: 10px
    }

    .inquiry-list__title {
        position: static;
        line-height: 48px
    }

    .inquiry-list__inner {
        width: 100%
    }

    .ipt {
        padding: 0 15px;
        font-size: 18px
    }

    .btn {
        font-size: 18px
    }

    .radiowrap .radio {
        display: inline-block;
        width: 48%;
        margin: 4px 0;
        margin-left: 0
    }

    .radiowrap .radio:nth-child(3) {
        width: 100%
    }

    .inquiry-list__file .ipt {
        float: none;
        width: 100%
    }

    .inquiry-list__file .btn {
        float: none;
        width: 100%;
        margin-top: 8px
    }

    .inquiry-list__notice {
        margin-top: 8px;
        font-size: 15px
    }

    .inquiry-notice__title {
        font-size: 22px
    }

    .inquiry-notice__private {
        padding: 30px 25px;
        font-size: 15px
    }

    .inquiry-agree {
        margin-top: 25px;
        text-align: left
    }

    .inquiry-agree__desc {
        display: block;
        margin-right: 0;
        margin-bottom: 15px
    }

    .inquiry-btns {
        margin-top: 30px
    }

    .btn-reset {
        left: auto;
        right: 10px
    }

    .product-list li {
        width: 50%
    }

    .product-list__image a img {
        width: 100%
    }

    .product-list__btns a {
        font-size: 18px
    }

    .product-item~.product-item {
        margin-top: 80px
    }

    .product-detail__header {
        margin-bottom: 80px
    }

    .product-header__image,
    .product-header__info {
        float: none;
        width: auto
    }

    .product-header__info {
        margin-top: 40px;
        padding-left: 0
    }

    .product-header__image img {
        width: 100%
    }

    .product-header__title {
        font-size: 22px
    }

    .product-header__title small {
        font-size: 18px
    }

    .product-header__feature {
        font-size: 18px
    }

    .product-price {
        margin-top: 40px
    }

    .product-header__notice {
        margin-top: 40px;
        font-size: 18px
    }

    .product-price__title {
        margin-bottom: 0
    }

    .product-price__dot {
        margin: 18px 8px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .product-price__number span,
    .product-price__number strong {
        font-size: 30px
    }

    .product-header__btns>* {
        font-weight: 500;
        font-size: 20px
    }

    .product-video {
        margin: 0 -25px
    }

    .product-item__left,
    .product-item__right {
        float: none;
        width: auto
    }

    .product-feature {
        border-width: 2px
    }

    .product-feature li {
        padding: 25px 0
    }

    .product-feature li strong {
        margin-bottom: 5px;
        font-size: 20px
    }

    .product-table th,
    .product-table td {
        padding: 20px 15px
    }

    .product-table .colwidth {
        width: 35% !important
    }

    .product-item .product-list li:last-child {
        display: none
    }

    .product-control {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .tablequick {
        display: inline-block
    }

    .info__wrap {
        overflow: hidden;
        margin: 0 -30px;
        margin-top: 10px
    }

    .info__item {
        display: block;
        float: left;
        width: 50%;
        margin-right: 0;
        padding: 0 5px
    }

    .info__list li em {
        display: block
    }

    .info__product img {
        width: 100%
    }

    .info__product~.info__list {
        margin-left: 25px
    }

    .question__wrap {
        float: none;
        width: auto;
        padding: 40px 25px;
        text-align: center
    }

    .question__wrap:first-child:before {
        bottom: 0;
        left: 25px;
        right: 25px;
        top: auto;
        width: auto;
        height: 1px
    }

    .question__icon {
        position: static;
        margin: 0 auto
    }

    .question__desc {
        margin-top: 15px;
        text-align: left
    }

    .question__btns a {
        max-width: 100%;
        width: 100%
    }

    .question__btns a~a {
        margin-left: 0;
        margin-top: 10px
    }

    .tablewrap {
        overflow-x: auto
    }

    .tablewrap .product-table {
        width: 820px
    }

    .tablewrap~.info__list {
        margin-top: 20px !important
    }

    .inquiry-list {
        padding-bottom: 40px
    }

    .inquiry-list__inner {
        min-width: 0
    }

    .inquiry-list--top .ipt {
        width: 100%
    }

    .inquiry-list--top .cs {
        width: auto
    }

    .inquiry-list__wrap--radio {
        line-height: 1.6
    }

    .ta {
        font-size: 18px
    }

    .jobinfo__body {
        padding-left: 50px
    }

    .recru-list li a {
        display: block;
        position: relative;
        padding: 25px;
        border-radius: 5px
    }

    .recru-list li a>div {
        display: block
    }

    .recru-list__exp {
        position: absolute;
        left: 140px;
        top: 26px;
        width: auto
    }

    .recru-list__title {
        margin-top: 15px
    }

    .recru-list__title span {
        padding-right: 0;
        text-overflow: unset;
        white-space: normal;
        line-height: 1.6
    }

    .recru-list__title .icon {
        position: relative;
        top: -4px
    }

    .recru-list__date {
        width: auto;
        text-align: left
    }

    .main-people__link .icon {
        width: 50px;
        height: 50px;
        background-size: 500px 400px
    }

    .icon-people2 {
        background-position: -50px -300px
    }

    .icon-people3 {
        background-position: -100px -300px
    }

    .icon-people4 {
        background-position: -150px -300px
    }

    .icon-arrow {
        vertical-align: middle
    }
}

@media screen and (max-width: 769px) {
    br.mo {
        display: block !important
    }

    .main-category {
        font-size: 15px;
        letter-spacing: 1px
    }

    .main-title {
        margin-top: 18px;
        font-size: 24px
    }

    .main-people__wrap {
        background: url(../../images/front/bg_mainrecruit_m.jpg) no-repeat center top;
        background-size: cover
    }

    .main-control {
        bottom: 13%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .info__left,
    .info__right {
        float: none;
        width: auto
    }

    .main-info__control {
        position: static;
        margin-top: 15px
    }

    .main-news__list {
        border-width: 2px 0
    }

    .main-news__list li a {
        padding: 18px 0;
        font-size: 18px
    }

    .main-customer__wrap {
        margin-top: 18px
    }

    .main-customer__item {
        display: block;
        min-height: 80px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 110px
    }

    .main-customer__i {
        margin-top: -16px
    }

    .main-healthcare {
        padding: 45px 25px 75px
    }

    .main-healthcare__title {
        margin: 15px 0 20px;
        font-size: 24px
    }

    .main-healthcare__mrq {
        bottom: -25px;
        font-size: 70px
    }

    .main-product__visual {
        height: 243px
    }

    .main-product__visual img {
        height: 100%;
        width: auto;
        max-width: none
    }

    .main-people__arrow {
        display: none
    }

    .footer__wrap {
        margin: 45px 0;
        padding-left: 0
    }

    .footer__logo {
        display: none
    }

    .footer__menu a {
        display: block;
        font-size: 15px
    }

    .footer__menu a~a {
        margin-left: 0;
        margin-top: 10px
    }

    .footer__menu span {
        display: none
    }

    .footer__addr {
        font-size: 14px
    }

    .footer__addr p:first-child {
        display: none
    }

    .footer__copyright {
        margin-top: 15px;
        font-size: 13px
    }

    .footer__link .cs__title {
        font-size: 14px
    }

    .cs--small .cs__title {
        line-height: 40px
    }

    .cs--small .cs__list {
        top: auto;
        bottom: 41px
    }

    .quick {
        bottom: 45px;
        right: 20px
    }

    .quick__kakao {
        padding: 14px 16px;
        font-size: 12px
    }

    .quick__kakao button {
        top: 8px;
        right: 8px
    }

    .quick__menu li a {
        line-height: 38px
    }

    .info__title {
        margin-bottom: 15px
    }

    .info__list li {
        padding-left: 10px;
        line-height: 1.55
    }

    .info__list--margin {
        margin-top: 10px
    }

    .info__list li~li {
        margin-top: 6px
    }

    .info__list--reff li {
        padding-left: 24px
    }

    .accordion li {
        padding: 20px 25px
    }

    .accordion--large li {
        padding: 28px 25px
    }

    .accordion__a {
        margin-top: 15px
    }

    .accordion--large .accordion__q {
        font-size: 22px
    }

    .accordion__desc {
        font-size: 15px
    }

    .btn-plus:before {
        width: 18px;
        margin-left: -9px
    }

    .btn-plus:after {
        height: 18px;
        margin-top: -9px
    }

    .menubox {
        top: -25px;
        left: 25px;
        width: calc(100% - 50px)
    }

    .menubox::before {
        content: none
    }

    .menubox.active {
        top: 0;
        left: 0;
        width: 100%
    }

    .menu__title {
        display: block;
        padding: 0 18px;
        font-size: 15px;
        font-weight: 400;
        color: #fff
    }

    .menus {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        border: 1px #185fb2 solid;
        background: #004da8
    }

    .menus li {
        display: block;
        margin: 0
    }

    .menus li a {
        padding: 0 18px;
        font-size: 15px;
        font-weight: 400;
        line-height: 46px;
        text-align: left
    }

    .menus li.active a {
        background: #185fb2
    }

    .menus li.active a:before,
    .menus li:hover a:before {
        content: none
    }

    .tab {
        margin-bottom: 40px
    }

    .tab li {
        width: 50%;
        padding: 2px
    }

    .tab li a {
        font-size: 17px;
        font-weight: 400;
        line-height: 45px
    }

    .footer__banner {
        min-height: 160px;
        background-image: url(../../images/front/temp_footer_mo@2.jpg)
    }

    .content {
        padding-bottom: 100px
    }

    .breadcrumb {
        display: none
    }

    .top__title br {
        display: none
    }

    .feature li {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
        text-align: left
    }

    .feature li>div {
        display: table-cell;
        vertical-align: middle
    }

    .feature__icon {
        text-align: center
    }

    .feature__desc {
        margin-top: 0;
        padding-left: 25px
    }

    .history {
        margin-top: -80px
    }

    .history__header {
        padding: 25px;
        font-size: 30px;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .2)
    }

    .history__header:before {
        bottom: -8px;
        left: 18px;
        width: 12px;
        height: 12px;
        margin-left: 0;
        border-width: 3px
    }

    .history__header:after {
        left: 27px;
        bottom: -3px;
        width: 8px;
        height: 8px
    }

    .history__body {
        margin-left: 27px;
        padding-top: 50px
    }

    .history__item {
        padding-left: 20px;
        padding-top: 35px;
        font-size: 15px
    }

    .history__item:before {
        left: -6px;
        top: 0;
        border-width: 3px
    }

    .history__year {
        left: 20px;
        font-size: 22px
    }

    .history__month {
        position: static;
        width: 32px
    }

    .history__list>li {
        margin-top: 15px;
        padding-left: 0
    }

    .history__body .info__list li {
        margin-top: 5px
    }

    .headoffice__wrap {
        padding: 32px 35px
    }

    .headoffice__map {
        height: 400px;
        margin-bottom: -110px
    }

    .headoffice__title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.4
    }

    .headoffice__list li {
        padding-left: 50px;
        font-weight: 400
    }

    .addr__left,
    .addr__right>span {
        position: relative;
        padding-left: 50px
    }

    .addr__category {
        position: absolute;
        left: 0
    }

    .addr__right>span {
        display: block
    }

    .addr__dot {
        display: none !important
    }

    .greeting__title {
        margin-bottom: 40px;
        font-size: 18px;
        text-align: left
    }

    .greeting__title br {
        display: none
    }

    .greeting-quote {
        top: 4px;
        width: 10px;
        height: 8px;
        background-size: cover
    }

    .greeting__left {
        float: none;
        width: auto;
        padding: 0
    }

    .greeting__right {
        float: none;
        width: auto;
        padding: 0
    }

    .greeting__left .subtitle {
        margin-bottom: 30px;
        font-size: 22px;
        text-align: left !important
    }

    .greeting__left .subtitle br {
        display: none
    }

    .greeting__image {
        margin: 40px 0
    }

    .greeting__sign {
        margin-top: 20px;
        text-align: right;
        line-height: 1.6
    }

    .greeting__sign span {
        display: block
    }

    .greeting__sign img {
        margin-left: 0;
        margin-top: 10px;
        max-width: 30%
    }

    .freedom-header__box {
        display: block;
        margin-top: -40px;
        padding: 35px 30px;
        font-size: 24px
    }

    .freedom-body__content {
        font-size: 18px
    }

    .freedom-body__content strong {
        margin-bottom: 30px;
        font-size: 20px
    }

    .freedom__sign {
        margin-top: 30px
    }

    .cp li {
        display: block;
        padding: 30px 20px;
        text-align: center
    }

    .cp li>div {
        display: block;
        width: auto;
        padding-left: 0
    }

    .cp__icon {
        margin: 15px 0
    }

    .cp__icon:before {
        right: auto;
        left: 50%
    }

    .cp__title {
        font-size: 20px
    }

    .cp__desc {
        margin-top: 10px
    }

    .cp-program__description {
        margin: 30px 0;
        font-size: 17px;
        text-align: center
    }

    .freelink {
        margin-top: 25px
    }

    .freelink__item {
        display: block;
        width: auto
    }

    .freelink__image img {
        width: 100%
    }

    .freelink__category,
    .freelink__date {
        font-size: 14px
    }

    .freelink__title {
        margin-top: 10px;
        line-height: 1.5
    }

    .report-header {
        margin-bottom: 50px;
        padding: 0 25px;
        padding-top: 28%;
        background-size: contain;
        background-position: center top
    }

    .report-header__box {
        display: block;
        width: auto;
        padding: 35px 30px
    }

    .report-header__title {
        font-size: 30px
    }

    .report-header__desc {
        margin-top: 8px
    }

    .report-notice {
        margin: 0 -25px;
        margin-top: 60px
    }

    .info~.info {
        margin-top: 50px
    }

    .info__title {
        font-size: 22px
    }

    .info__desc br {
        display: none
    }

    .info__list li.info__list-dot {
        padding-left: 90px
    }

    .steps:after {
        content: "";
        display: block;
        clear: both
    }

    .steps li {
        display: block;
        float: left;
        width: calc(50% - 10px);
        height: auto;
        padding: 22px 0 25px
    }

    .steps__title {
        font-size: 15px
    }

    .inquiry-header {
        font-size: 22px;
        line-height: 56px
    }

    .inquiry-header__title {
        float: none
    }

    .inquiry-header__notice {
        float: none;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 1.4
    }

    .inquiry-btns .btn {
        max-width: 100%
    }

    .inquiry-list__wrap--radio .radio~.radio {
        margin-left: 0
    }

    .product-list__link {
        display: none !important
    }

    .product-list__info {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 0
    }

    .product-list__info:before {
        display: block;
        position: static;
        width: 28px;
        margin-bottom: 15px
    }

    .product-list__title {
        font-size: 18px
    }

    .product-list__desc {
        height: 52px;
        font-size: 15px;
        line-height: 26px
    }

    .pager {
        margin-top: 30px
    }

    .pager a {
        margin: 0 10px;
        font-size: 18px
    }

    .btn-pager--first,
    .btn-pager--last {
        display: none !important
    }

    .process {
        position: relative
    }

    .process:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 60px;
        width: 1px;
        border-left: 1px dashed #d3d3d3
    }

    .process li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
        align-items: center
    }

    .process li:after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        margin-top: 10px;
        margin-left: 44px;
        background-image: url(../../images/front/sprite.png);
        background-size: 320px 256px;
        background-position: -96px -32px;
        text-indent: -9999px;
        -webkit-transform: rotate(90deg) scale(0.8);
        transform: rotate(90deg) scale(0.8)
    }

    .process li:last-child:after {
        content: none
    }

    .process__icon {
        flex-basis: 120px;
        flex-shrink: 0;
        margin: 0
    }

    .process__wrap {
        flex-basis: calc(100% - 120px);
        padding-left: 25px;
        text-align: left
    }

    .process__icon-arrow {
        right: 0;
        top: -40px;
        width: 120px;
        line-height: 40px
    }

    .process__icon-arrow:before {
        content: none
    }

    .process__icon-arrow .icon {
        display: none;
        -webkit-transform: rotate(90deg) scale(0.8);
        transform: rotate(90deg) scale(0.8)
    }

    .process__title {
        margin-top: 0;
        font-size: 18px
    }

    .process__desc br {
        display: none
    }

    .rent-notice {
        position: relative;
        padding-left: 24px;
        text-align: left
    }

    .rent-notice span {
        position: absolute;
        top: 0;
        left: 0
    }

    .faq-header {
        padding: 0;
        font-size: 15px
    }

    .faq-header__left,
    .faq-header__right {
        float: none;
        width: auto;
        padding: 36px 40px
    }

    .faq-header__right {
        padding-bottom: 70px
    }

    .faq-header__title {
        font-size: 20px
    }

    .faq-header__right:before {
        top: 0;
        left: 40px;
        right: 40px;
        width: auto;
        height: 1px;
        margin-top: 0
    }

    .faq-header__btn {
        width: auto
    }

    .faq-search {
        position: relative;
        left: -2%;
        max-width: none;
        width: 104%
    }

    .ipt--large {
        height: 60px
    }

    .ipt--icon.ipt--large {
        padding-right: 56px
    }

    .btn-iptsearch {
        right: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    .faq-menu {
        overflow: hidden;
        margin-left: -2px;
        margin-right: -2px
    }

    .faq-menu a {
        float: left;
        width: calc(50% - 4px);
        margin: 2px;
        border: 1px solid #d3d3d3;
        font-size: 16px;
        font-weight: 400;
        line-height: 45px;
        text-align: center
    }

    .faq-menu a:before {
        content: none
    }

    .faq-menu a.active {
        background: #636569;
        color: #fff
    }

    .accordion__q {
        padding-right: 40px
    }

    .accordion__marker {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px
    }

    .accordion--category .accordion__q {
        padding-left: 40px
    }

    .accordion--category .accordion__a {
        padding-left: 40px
    }

    .accordion__category {
        width: auto;
        text-align: left
    }

    .accordion__meta {
        position: static
    }

    .accordion__marker {
        position: absolute;
        top: 0;
        left: 0
    }

    .accordion__title {
        line-height: 1.6
    }

    .nodata {
        margin-top: 100px
    }

    .nodata__icon img {
        max-width: 50px
    }

    .nodata--line {
        margin-top: 40px
    }

    .bbs-header__item {
        width: 100%
    }

    .bbs-header__item .ipt--small {
        height: 42px
    }

    .bbs-header__item:first-child {
        width: 100%;
        margin-bottom: 5px
    }

    .ipt--icon.ipt--small {
        padding-right: 40px
    }

    .cs__title {
        padding: 0 15px
    }

    .ipt--small~.btn-iptsearch {
        right: -5px
    }

    .bbs-list {
        margin: 0
    }

    .bbs-list li {
        float: none;
        width: auto;
        padding: 0
    }

    .bbs-list li~li {
        margin-top: 30px
    }

    .bbs-link {
        padding: 25px 20px
    }

    .bbs-link__category {
        font-size: 15px
    }

    .bbs-link__title {
        height: 90px;
        font-size: 18px;
        line-height: 30px
    }

    .bbs-link__date {
        font-size: 15px;
        font-weight: 500
    }

    .bbs-link__icon {
        top: -4px
    }

    .bbs-view {
        padding-top: 70px
    }

    .bbs-view__meta {
        padding-bottom: 20px
    }

    .bbs-view__category {
        font-size: 15px
    }

    .bbs-view__title {
        font-size: 24px;
        line-height: 1.4
    }

    .bbs-view__date {
        margin-top: 18px;
        font-size: 15px;
        font-weight: 500
    }

    .bbs-view__content {
        padding: 20px 0 40px
    }

    .bbs-view__attach {
        padding: 20px 0;
        font-size: 15px
    }

    .bbs-view__attach li a {
        display: block;
        position: relative;
        padding-left: 32px
    }

    .bbs-view__attach li a span {
        position: absolute;
        left: 0;
        top: -4px
    }

    .nav .btn {
        max-width: 100%
    }

    .bbs-table {
        text-align: left
    }

    .bbs-table colgroup {
        display: none
    }

    .bbs-table tr,
    .bbs-table th,
    .bbs-table td {
        display: block;
        width: 100%;
        padding: 0;
        border: none
    }

    .bbs-table tr {
        padding: 25px 0 18px;
        border-top: 1px solid #d3d3d3
    }

    .bbs-table tr:first-child {
        border-top: none
    }

    .bbs-table td {
        margin: 5px 0
    }

    .bbs-table td:last-child {
        margin-top: 10px;
        font-size: 15px;
        text-align: left
    }

    .bbs-table td a {
        padding-right: 0;
        text-overflow: unset;
        white-space: normal
    }

    .bbs-table__icon {
        position: relative;
        top: -3px
    }

    .system__list {
        margin: 0
    }

    .system__list li {
        float: none;
        width: auto;
        padding: 0
    }

    .system__list li~li {
        margin-top: 30px
    }

    .system__image img {
        width: 100%
    }

    .system__title {
        margin-top: 20px;
        font-size: 24px
    }

    .system__desc {
        font-size: 22px
    }

    .card>li~li {
        margin: 0
    }

    .card>li {
        display: flex;
        flex-direction: column
    }

    .card>li:nth-child(2n) {
        flex-direction: column-reverse
    }

    .card__box {
        width: 100%
    }

    .card__text {
        margin: 25px 0 35px;
        padding: 0 !important
    }

    .card__desc {
        margin-top: 15px;
        padding-right: 0
    }

    .card__desc br {
        display: none
    }

    .card__box img {
        width: 100%
    }

    .card__number {
        font-size: 15px
    }

    .card--concept .card__text {
        margin: 20px 0
    }

    .card--concept .card__title {
        font-size: 24px
    }

    .card--concept .card__desc {
        margin-top: 15px
    }

    .card--large .card__title,
    .card__title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500
    }

    .card--large .card__box:first-child {
        width: auto
    }

    .card--large .card__box {
        width: auto
    }

    .card li:last-child .card__text {
        margin-bottom: 0
    }

    .install .card>li,
    .management .card>li:nth-child(2n) {
        flex-direction: column
    }

    .jobinfo__list {
        margin-top: 50px
    }

    .jobinfo__header {
        min-width: 56%;
        margin-top: -80px;
        padding: 25px 0 10px 25px;
        font-size: 24px;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .2)
    }

    .jobinfo__icon {
        margin-top: 5px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .jobinfo__body {
        padding-left: 0
    }

    .jobinfo__list>li {
        padding-left: 0
    }

    .jobinfo__title {
        display: block;
        position: static;
        margin-bottom: 10px;
        font-size: 22px
    }

    .recru__title {
        margin-bottom: 30px;
        font-size: 22px
    }

    .recru__wrap .recru__title {
        margin-bottom: 10px
    }

    .steps--between {
        border-top: 2px solid #121212
    }

    .steps--between>li {
        display: block;
        float: none;
        width: auto;
        border: none;
        border-bottom: 1px solid #d3d3d3
    }

    .recru__wrap .visual-info,
    .consult__wrap .visual-info {
        padding: 10px 20px 0;
        font-size: 20px
    }

    .title {
        font-size: 30px
    }

    .utility {
        padding-top: 40px
    }

    .utility__version {
        margin-top: 30px
    }

    .utility__version .cs {
        width: 100%
    }

    .utility__header {
        padding: 20px
    }

    .utility__body {
        margin-top: 40px
    }

    .utility__title {
        margin-bottom: 10px;
        font-size: 22px
    }

    .utility__box~.utility__box {
        margin-top: 35px
    }

    .utility__number span {
        display: block;
        line-height: 34px
    }

    .utility__number span~span {
        margin-left: 0
    }

    .utility__number .icon {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    .utility__subtitle a {
        display: block;
        position: relative;
        padding-right: 80px
    }

    .utility__subtitle a .icon {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -18px
    }

    .utility__table {
        font-size: 15px
    }

    .utility__table td {
        word-break: break-all
    }

    .popup__wrap {
        max-width: 360px;
        margin-left: 0;
        width: 100%;
    }

    .btn-popup {
        font-size: 14px;
        line-height: 50px
    }

    .map__main {
        height: 400px
    }

    .map__sub {
        height: 300px
    }

    .icon-prev,
    .icon-next {
        width: 50px;
        height: 50px;
        background-size: 500px 400px
    }

    .icon-next:hover {
        background-position: -200px -350px
    }

    .icon-prev:hover {
        background-position: -300px -350px
    }

    .icon-prev.icon--small,
    .icon-next.icon--small {
        width: 32px;
        height: 32px;
        background-size: 320px 256px
    }

    .icon-prev {
        background-position: -100px -100px
    }

    .icon-next {
        background-position: 0 -100px
    }

    .icon--50 {
        width: 32px;
        height: 32px;
        background-size: 320px 256px
    }

    .icon-kakao.icon--50 {
        background-position: 0 -32px
    }

    .icon-top.icon--50 {
        background-position: -96px -224px
    }

    .main-customer__icon {
        width: 80px;
        height: 80px;
        line-height: 78px
    }

    .main-customer__icon .icon {
        width: 50px;
        height: 50px;
        background-size: 500px 400px
    }

    .icon-tel {
        background-position: -50px -50px
    }

    .icon-kakao {
        background-position: 0 -50px
    }

    .icon--50.icon-cs1 {
        background-position: 0 -96px
    }

    .icon--50.icon-cs2 {
        background-position: -32px -96px
    }

    .icon--50.icon-cs3 {
        background-position: -64px -96px
    }

    .icon--cp {
        background-image: url(../../images/front/sprite.png);
        background-size: 800px 640px
    }

    .icon-cp1 {
        background-position: -400px -80px
    }

    .icon-cp2 {
        background-position: -480px -80px
    }

    .icon-cp3 {
        background-position: -560px -80px
    }

    .icon-cp4 {
        background-position: -640px -80px
    }

    .icon-cp5 {
        background-position: -720px -80px
    }

    .icon-cp6 {
        background-position: -400px -160px
    }

    .icon-cp7 {
        background-position: -480px -160px
    }

    [class^="icon icon--80 icon-step"] {
        width: 64px;
        height: 64px;
        background-size: 640px 512px
    }

    .icon-step1.icon--80 {
        background-position: -384px -256px
    }

    .icon-step2.icon--80 {
        background-position: -448px -256px
    }

    .icon-step3.icon--80 {
        background-position: -512px -256px
    }

    .icon-step4.icon--80 {
        background-position: -576px -256px
    }

    .icon-step5.icon--80 {
        background-position: -385px 0
    }

    .icon-step6.icon--80 {
        background-position: -450px 0
    }

    .icon-step7.icon--80 {
        background-position: -515px 0
    }

    .icon-step8.icon--80 {
        background-position: -580px 0
    }

    .icon-step9.icon--80 {
        background-position: -510px -125px
    }
}

@media screen and (max-width: 1280px) {
    .main-customer__item:first-child {
        margin-right: 0
    }

    .main-customer__item:last-child {
        margin-left: 0
    }

    .main-customer__item:last-child .main-customer__content span {
        font-size: 26px !important
    }
}

@media screen and (max-width: 1025px) {
    .main-customer__item:last-child .main-customer__content span {
        font-size: 22px !important
    }
}

@media screen and (max-width: 769px) {
	
    br.mov {
        display: block
    }

    .main-customer__row {
        display: block;
        padding: 20px 0
    }

    .main-customer__wrap {
        text-align: left
    }

    .main-customer__item {
        display: block;
        min-width: auto;
        width: 100%
    }

    .main-customer__item:last-child .main-customer__content span {
        font-size: 16px !important
    }

    .quick {
        right: 10px
    }

    .quick__wrap {
        padding: 8px
    }

    .quick__wrap--yellow {
        position: fixed;
        bottom: 103px;
        left: 10px
    }

    .quick__text {
        font-size: 11px;
        line-height: 16px;
        font-weight: 400
    }

    .quick__menu li a {
        width: auto;
        padding-left: 28px
    }

    .quick__menu li a.btn-top {
        min-width: auto;
        width: 40px;
        padding: 0
    }

    .quick__menu li a.btn-top.active {
        opacity: 1;
        height: 32px;
        visibility: visible;
        height: auto
    }

    .quick__menu li a.btn-inquiry {
        font-size: 14px;
        line-height: 42px;
        padding-left: 0
    }

    .quick__tel {
        font-size: 20px
    }

    .quick__content {
        margin-top: 5px;
        font-size: 11px;
        line-height: 16px;
        font-weight: 400
    }

    .quick__top .quick__inner::before {
        width: 24px;
        height: 23px
    }

    .quick__bottom {
        padding-top: 8px
    }

    .quick__bottom .quick__inner::before {
        width: 22px;
        height: 22px
    }

    .quick__sns {
        bottom: 50px;
        left: 10px
    }

    .quick__sns ul {
        flex-direction: row;
        column-gap: 6px
    }

    .quick__sns ul li a img {
        width: 40px
    }
	.popup__inner img {width: 100%;}
}