@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
/* normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

figcaption, figure, main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

dfn {
    font-style: italic;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

[type="text"]:focus, [type="num"]:focus, [type="tel"]:focus, [type="file"]:focus, [type="password"]:focus, [type="email"]:focus, [type="search"]:focus, [type="url"]:focus, textarea:focus {
    outline: 0;
}

.container:after, .clearfix:after, .row:after, ul:after {
    content: '';
    display: table;
    clear: both;
}

*, *:after, *:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

a {
    background: transparent;
    color: #333;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    text-decoration: none;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-moz-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

*::selection {
    background: #16b9ff;
    color: #fff;
}

*::-moz-selection {
    background: #16b9ff;
    color: #fff;
}

input[type="submit"],
input[type="button"],
button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    text-transform: none;
    outline: 0;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: inherit;
    outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    text-transform: none;
    outline: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

/*font*/
/*china*/
/*japan*/
:lang(zh-Hans) {
    font-family: 'Noto Sans SC', sans-serif;
}

:lang(en) {
    font-family: 'Noto Sans', 'Malgun Gothic', 'dotum', 'gulim', 'sans-serif';
}

:lang(ja) {
    font-family: 'Noto Sans JP', sans-serif;
}

.NanumSquare {
    font-family: 'NanumSquare';
}

body {
    font-family: 'NanumSquare', 'NanumBarunGothic', 'Malgun Gothic', 'dotum', 'gulim', 'sans-serif';
    word-break: break-all;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}

/* layout */
body, html {
    height: 100%;
}

.wrap_en {
    -ms-word-break: keep-all;
    word-break: keep-all;
}

#wrap {
    position: relative;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.contents {
    position: relative;
}

/* typography */
h1, h2 {
    line-height: 1.2;
}

h3, h4, h5, h6 {
    line-height: 1.2;
}

p {
    line-height: 1.2;
}

/*grid*/
.col-03 {
    float: left;
    width: 25%;
}

.col-04 {
    float: left;
    width: 33.33%;
}

.col-06 {
    float: left;
    width: 50%;
}

/* short cut*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.por {
    position: relative !important;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.dtb {
    display: table;
}

.dtbc {
    display: table-cell;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vab {
    vertical-align: bottom;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.text01 {
    font-size: 15px;
    text-transform: uppercase;
    color: #343443;
    font-weight: 800;
}

.text02 {
    font-size: 14px;
}

.text02 strong {
    font-weight: 800;
}

.text03 {
    font-size: 21px;
    font-weight: 700;
}

.text05 {
    font-size: 13px;
}

.text08 {
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    color: #16161c;
}

.text09 {
    font-size: 15px;
    line-height: 1.4;
}

.text10 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.text11 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 800;
}

/* interval */
.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

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

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

/* border */
.bdn {
    border: none !important;
}

.bdtd {
    border-top: none !important;
}

.bdbn {
    border-bottom: none !important;
}

.bdln {
    border-left: none !important;
}

.bdrn {
    border-right: none !important;
}

/*font layout*/
.content_text_group {
    position: relative;
}

.content_text_group.bd_top:before {
    content: '';
    width: 17px;
    height: 6px;
    background: #707070;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 20;
}

.content_text_group .title {
    margin-bottom: 40px;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.content_text_group .title strong {
    font-weight: 800;
}

.content_text_group .sub_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 800;
}

.content_text_group .sub {
    margin-bottom: 36px;
    padding: 0 5%;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.content_text_group .sub1 {
    padding: 0;
    color: #333333;
}

/*color*/
.c_important {
    color: #f06262 !important;
}

.c_blue {
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #89a6d1 !important;
}

.c_wh {
    color: #ffffff !important;
}

/*bullet*/
.ico_bullet {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    text-decoration: none;
}

.btn-material {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*상단 기사 링크 슬라이드 시작*/

.main_visual .swiper-container {
    margin: 20px auto;
}

.main_visual .swiper-container .content {
    height: 100px !important;
    overflow: hidden !important;
}

.main_visual .swiper-container .content .thumb {
    width: 35%;
    height: 100%;
}

.main_visual .swiper-container .content .thumb .thumb_img_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main_visual .swiper-container .content .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.main_visual .swiper-container .content .thumb .thumb_img_box .auto {
    width: auto;
    height: auto;
}

.main_visual .swiper-container .content .slide_link_box {
    color: #929292;
    text-decoration: none;
}

.main_visual .swiper-container .content .tab_page {
    padding: 9px 9px 2px;
    height: 14px;
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: -0.9px;
    text-align: right;
}

.main_visual .swiper-container .content .tab_page .now {
    color: #ff6f00;
}

.main_visual .swiper-container .content .desc .swiper_text_group {
    padding-top: 0 !important;
}

.main_visual .swiper-container .content .desc .swiper_text_group p {
    margin-bottom: 0 !important;
    width: 90% !important;
    height: 46px;
    overflow: hidden;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.38;
    letter-spacing: 0.08px;
    font-family: NotoSansCJKkr;
    color: #1c1c48;
}

.main_visual .swiper-container .content .desc .btn_detail {
    margin: 0!important;
    padding: 0 !important;
    width: 36px;
    height: 18px !important;
    font-family: NotoSansCJKkr !important;
    font-size: 12px;
    line-height: 1.83 !important;
    color: #6a6b6c !important;
}

/*상단 기사 링크 슬라이드 끝*/

/**
 Main page style
*/
/*ch_media*/
.main_ch .content_core_service .service_content .content .media_group {
    position: relative;
    width: 100%;
    padding: 56.6% 0 6px;
}

.main_ch .content_core_service .service_content .content .media_group iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*추가부분 시작*/

.main_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    background: #070730 url("../../img/bg_graphic.png") no-repeat;
    background-size: 90%;
    background-position: center 70px;
    z-index: 15;
}

.main_visual .container_top {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 20;
    /*background: rgba(7, 7, 48, 0.32);*/
}

.main_visual .container_top .img_circle {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    z-index: 20;
}

.main_visual .container_top .img_circle img {
    position: absolute;
    top: 105px;
    left: 170px;
    width: 423px;
}

.main_visual .container_top .text_group {
    position: absolute;
    top: 90px;
    left: 5%;
    width: 100%;
    height: auto;
    text-align: left;
    z-index: 25;
}

.main_visual .container_top .text_group .text_title {
    margin: 0 auto;
    width: 1140px;
    height: auto;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.28;
}

.txt_white {
    color: #ffffff;
}

.txt_white .space {
    margin-bottom: 5px !important;
}

.main_visual .container_top .text_group .text_sub {
    display: block;
    height: 20px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 50px;
}

@media only screen and (max-width: 542px) {
    .main_visual .container .text_group .text_title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 542px) {
    .main_visual .container_top .text_group .text_sub {
        font-size: 15px;
    }
}

.main_visual .container_top .swiper-container {
    position: absolute;
    top: 240px;
    left: 5%;
    width: 90%;
    z-index: 20;
}

.main_visual .container_top .swiper-container .content {
    width: 100%;
    height: 140px;
    background: #ffffff;
}

.main_visual .swiper-container .content .thumb {
    float: left;
    width: 35%;
}

.main_visual .swiper-container .content .thumb > img {
    width: 100%;
    height: 100%;
}

.main_visual .swiper-container .content .desc {
    float: left;
    padding-left: 5%;
    width: 60%;
    height: 140px;
}

.main_visual .swiper-container .content .desc .swiper_text_group {
    padding-top: 20px;
}

.main_visual .swiper-container .content .desc .swiper_text_group p {
    width: 90%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.5;
}

.main_visual .swiper-container .content .desc .btn_detail {
    display: block;
    min-width: 100px;
    height: 40px;
    line-height: 53px;
    font-size: 12px;
    color: #333;
}

.main_visual .swiper-container .content .desc .btn_detail1 {
    line-height: 20px;
}

.main_visual .swiper-container .content .desc .btn_detail img {
    padding-left: 3px;
    padding-bottom: 2px;
    width: 7px;
    height: 10px;
}

.main_visual .swiper-container .content .desc .tab_page {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
}


.content_text_group.bg_color.bd_top:before {
    left: 5%;
}

.bg_color .title {
    padding-left: 5%;
    margin-bottom: 25px;
    color: #fff;
}

.bg_color .sub {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}

/*about yap 시작*/
.content_about {
    width: 100%;
    height: 920px;
    background: url("../../img/mobile/img_circle_m.png") no-repeat;
    background-size: 83%;
    background-position: -110px 125px;
}

.content_about1 {
    position: absolute;
    top: 430px;
}

.content_about .container {
    padding: 0;
}

.philosophy {
    padding: 38px 5%;
    height: 560px;
    font-size: 16px;
    font-weight: bold;
}

.philosophy .about_yap {
    width: 100%;
    height: 280px;
}

.philosophy .about_yap h4 {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: bold;
}

.content_about .philosophy .about_yap .about_list {
    width: 100%;
    height: 110px;
}

.content_about .philosophy .about_yap .about_list img {
    float: left;
    margin: 13px 10px 38px 0;
    width: 48px;
}

.content_about .about_yap .about_list:last-child img {
    margin: 18px 5px 30px 0;
    width: 53px;
}

.content_about .about_yap .about_list strong {
    font-weight: bold;
    color: #ff6f00;
}

.content_about .about_list p {
    width: auto;
    font-size: 13px;
    font-weight: normal;
    word-break: keep-all;
    line-height: 1.5;
}

.content_about .brand_story {
    padding: 38px 5%;
    width: 100%;
    height: 350px;
    font-size: 13px;
    background: #f2f2f2 url("../../img/mobile/m_map.png") no-repeat;
    -webkit-background-size: 90%;
    background-size: 80%;
    background-position: 80% 110%;
}

.content_about .brand_story .bs_title h4 {
    height: 35px;
    font-size: 18px;
    font-weight: bold;
}

.content_about .brand_story .bs_title img {
    margin-top: 7px;
    margin-bottom: 20px;
    width: 228px;
}

.content_about .container .brand_story_txt img {
    float: left;
    margin-right: 20px;
    width: 100px;
}

/*추가부분 끝*/

.content_tech {
    padding: 45px 0;
}

.content_tech .ico_bullet {
    top: -35px;
}

.content_tech .content_img {
    padding: 0 15px;
    text-align: center;
}

.content_strategy {
    padding: 45px 0;
    background: #ececec;
}

.content_strategy .text_group {
    padding: 0 15px;
    margin-top: 45px;
}

.content_strategy .text_group .group:last-child {
    margin-top: 35px;
}

.content_strategy .text_group .group .text02 {
    margin-top: 5px;
}

.content_strategy .text_group .group .strategy_list {
    margin-top: 25px;
}

.content_strategy .text_group .group .strategy_list .strategy_item {
    float: left;
    width: 25%;
    text-align: center;
}

.content_strategy .text_group .group .strategy_list .strategy_item .desc {
    margin-top: 5px;
    padding: 0 5px;
    font-size: 11px;
}

.content_strategy .text_group .group .strategy_list .strategy_item .thumb {
    display: inline-block;
    width: 58px;
}

.content_strategy .content_img {
    padding: 0 15px;
    text-align: center;
}

.content_core_service {
    background: #313540;
    padding: 40px 0;
}

.content_core_service .content_text_group h3 {
    margin-bottom: 0 !important;
}

.content_core_service .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.content_core_service .embed-container iframe, .content_core_service .embed-container object, .content_core_service .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_core_service .service_content {
}

.content_core_service .service_content .swiper-slide .content {
    padding: 0 5%;
}

.swiper-slide {
    padding: 15px 0 !important;
}

.content_core_service .service_content .media_group {
    margin-top: 50px;
    text-align: center;
}

.content_core_service .service_content .text_group {
    margin-top: 18px;
}

.content_core_service .service_content .text_group .text02 {
    color: #ffffff;
}

.content_core_service .service_content .text_group .text05 {
    margin-top: 10px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 400;
}

.content_core_service .service_content .text_group .core_service_list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

.content_core_service .service_content .text_group .core_service_list .core_item {
    width: 33.33%;
    text-align: center;
}

.content_core_service .service_content .text_group .core_service_list .core_item.core_item50 {
    width: 50% !important;
}

.content_core_service .service_content .text_group .core_service_list .core_item .thumb img {
    width: 55px;
}

.content_core_service .service_content .text_group .core_service_list .core_item .desc {
    margin-top: 7px;
    padding: 0 5px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 400;
}

.content_other_service h3 {
    margin: 0;
    padding: 35px 5% 20px; /*밑에 margin-top:15px 있음*/
    width: auto;
    background: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.content_other_service h3 strong {
    font-weight: 800;
}

.content_other_service .other_content .other_title {
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f5f5f5;
}

.content_other_service .other_content .other_title .flex_group01 {
    padding-left: 5%;
    width: 60%;
}

.content_other_service .other_content .other_title .flex_group02 {
    width: 40%;
    position: relative;
}

.content_other_service .other_content .other_title .flex_group02 .thumb {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.content_other_service .other_content .other_title .flex_group02 .thumb.thumb01 {
    background: url(../../img/pc/img_service01.png) 50% 50%/cover no-repeat;
}

.content_other_service .other_content .other_title .flex_group02 .thumb.thumb02 {
    background: url(../../img/pc/img_service02.png) 50% 50%/cover no-repeat;
}

.content_other_service .other_content .other_title .flex_group02 .thumb.thumb03 {
    background: url(../../img/pc/img_service03.png) 50% 50%/cover no-repeat;
}

.content_other_service .other_content .other_title .flex_group02 .thumb.thumb04 {
    background: url(../../img/pc/img_service04.png) 50% 50%/cover no-repeat;
}

.content_other_service .other_content .other_title .flex_group02 .screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.content_other_service .other_content .other_title .flex_group02 .screen.screen01 {
    background: #ffafaf;
    opacity: 0.3;
}

.content_other_service .other_content .other_title .flex_group02 .screen.screen02 {
    background: #707070;
    opacity: 0.5;
}

.content_other_service .other_content .other_title .flex_group02 .screen.screen03 {
    background: #002e40;
    opacity: 0.5;
}

.content_other_service .other_content .other_title .flex_group02 .screen.screen04 {
    background: #89a6d1;
    opacity: 0.47;
}

.content_other_service .other_content .other_detail {
    min-height: 330px;
    background: #ececec;
    text-align: center;
}

.content_other_service .other_content .other_detail.detail_wide_en {
    min-height: 350px !important;
}

.content_other_service .other_content .other_detail .detail_desc {
    padding: 25px 5% 17px 5%;
    font-size: 13px;
    text-align: left;
    font-weight: 700;
}

.content_other_service .other_content .other_detail .content_group {
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content_other_service .other_content .other_detail .content_group .content_img {
    width: 50%;
}

.content_other_service .other_content .other_detail .content_group .service_list01 {
    width: 50%;
    padding-left: 10px;
    text-align: left;
}

.content_other_service .other_content .other_detail .content_group .service_list01 .service_item {
    padding-bottom: 10px;
}

.content_other_service .other_content .other_detail .content_group .service_list01 .service_item:last-child {
    padding-bottom: 0;
}

.content_other_service .other_content .other_detail .content_group .service_list01 .service_item p {
    padding-left: 15px;
    position: relative;
}

.content_other_service .other_content .other_detail .content_group .service_list01 .service_item p:before {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #707070;
    position: absolute;
    left: 0;
    top: 3px;
}

.content_other_service .other_content .other_detail .content_group .service_list02 .service_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}

.content_other_service .other_content .other_detail .content_group .service_list02 .service_item .thumb {
    width: 38px;
}

.content_other_service .other_content .other_detail .content_group .service_list02 .text08 {
    width: 250px;
    padding-left: 10px;
    text-align: left;
}

/*PR part 시작*/
.content_pr {
    padding: 40px 0;
    height: auto;
    background-color: #efefef;
}

.content_pr a:hover {
    color: #333333 !important;
}

.content_pr .content_text_group {
    margin-bottom: 40px;
}

.content_pr .content_text_group .title {
    margin-bottom: 12px;
}

.content_pr .content_text_group .sub {
    padding: 0;
    margin: 0 0 46px 0;
    width: 100%;
    font-size: 13px;
    color: #333;
}

.pr_content {
    width: 100%;
    height: 400px;
}

.pr_content_box {
    float: left;
    width: 100%;
    height: 350px;
}

.media_box {
    height: 330px;
}

.pr_content_box a {
    color: #333;
}

.pr_content_box h4 {
    margin-bottom: 18px;
    width: 100%;
    height: 5%;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    line-height: 28px;
}

.pr_content_box h4 a {
    display: block;
    float: right;
    width: 68px;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #454545;
    font-weight: normal;
}

.pr_content_box h4 img {
    margin-top: -2px;
    width: 7px;
}

.pr_content_box ul {
    width: 100%;
    height: auto;
}

.pr_content_box ul li {
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pr_content_box ul li a {
    text-decoration: none;
}

.media_box ul li:hover {
    cursor: pointer;
}

.pr_content_box ul li img, .pr_content_box ul li iframe {
    display: block;
    /*width: 100%;*/
    /*
    min-width: 100%;
    min-height: 100%;
    -ms-interpolation-mode: bicubic;
    object-fit: cover;
    object-position: 50% 50%;*/
}

#newsUl .img_box {
    width: 100%;
    height: 240px;
    overflow: hidden;
}


.pr_content_box ul li p {
    width: 90%;
    height: 19px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media_box ul .pr_title {
    margin: 10px 0 5px;
}

.pr_txt {
    margin: 10px 0 5px;
    color: #333;
}

.pr_txt:hover {
    color: #333;
}

.pr_content_box ul li p.pr_date {
    font-size: 12px;
    color: #888;
}

/*pr 파트 끝*/


.roomy-120 {
    padding: 40px 0 0 !important;
}

.col-md-4 {
    height: 90px !important;
}

.main_contact .rage_widget h3 {
    margin-bottom: 5px;
    font-size: 25px !important;
    color: #ffffff !important;
}

.main_contact .rage_widget p {
    font-size: 15px !important;
}

.form-group {
    height: 60px;
}

.form-group1 {
    height: 160px;
}

.form-group.text-center {
    height: 35px !important;
}

.way_group {
    margin-top: 5px;
}

.content_company .info_group {
    text-align: center;
}

.content_company .info_group .thumb {
    margin-top: 5px;
}

.content_company .info_group .desc {
    margin-top: 43px;
    margin-bottom: 37px;
    padding: 0 5%;
}

.content_company .info_group .desc .text_group {
    margin-top: 25px;
    font-size: 12px;
    color: #151414;
    font-weight: 400;
}

.content_company .info_group .desc .text_group .company {
    margin-bottom: 5px;
    line-height: 1.7;
}

.content_company .info_group .desc .text_group .ques {
    display: inline-block;
}

.content_company .info_group .desc .text_group .copy {
    margin-top: 25px;
    font-size: 10px;
    color: #707070;
}

/* footer */

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