@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 {
    image-rendering: auto;
    vertical-align: top;
    max-width: 100%;
    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;
}

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 */
/*korea*/
@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-Thin.eot");
    src: url("../../font/notosans/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-Thin.woff") format("woff"), url("../../font/notosans/NotoSans-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-Light.eot");
    src: url("../../font/notosans/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-Light.woff") format("woff"), url("../../font/notosans/NotoSans-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-DemiLight.eot");
    src: url("../../font/notosans/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-DemiLight.woff") format("woff"), url("../../font/notosans/NotoSans-DemiLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-Regular.eot");
    src: url("../../font/notosans/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-Regular.woff") format("woff"), url("../../font/notosans/NotoSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-Medium.eot");
    src: url("../../font/notosans/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-Medium.woff") format("woff"), url("../../font/notosans/NotoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-Bold.eot");
    src: url("../../font/notosans/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-Bold.woff") format("woff"), url("../../font/notosans/NotoSans-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../../font/notosans/NotoSans-Black.eot");
    src: url("../../font/notosans/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("../../font/notosans/NotoSans-Black.woff") format("woff"), url("../../font/notosans/NotoSans-Black.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

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

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

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

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

.NotoSans {
    font-family: 'Noto Sans';
}

body {
    word-break: break-all;
    font-weight: 300;
    line-height: 1;
    color: #000000;
}

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

#wrap {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1280px;
    /*padding: 0 150px;*/
}

@media only screen and (max-width: 1024px) {
    .container {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 30px;
    }
}

.contents {
    position: relative;
}

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

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

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;
}

.is-active {
    color: #f06262 !important;
    text-decoration: underline;
}

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

.text01 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
}

.text02 {
    font-size: 18px;
}

.text03 {
    font-size: 26px;
}

.text04 {
    font-size: 21px;
}

.text05 {
    font-size: 13px;
}

.text_06 {
    font-size: 19px;
    font-weight: bold;
}

.text07 {
    font-size: 17px;
    font-weight: 400;
}

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

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

.text10 {
    margin-top: 5px;
    font-size: 17px;
}

.text11 {
    font-size: 25px;
    font-weight: 600;
}

/* 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;
}

/* form */
.form-ctrl {
    display: inline-block;
    width: 100%;
    color: #333;
    border: 1px solid #e0e0e0;
    padding: 8px;
    font-size: 14px;
}

.form-ctrl:focus {
    outline: 0;
}

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

.content_text_group:before {
    content: '';
    width: 30px;
    height: 10px;
    background: #707070;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: -15px;
    left: -5px;
    z-index: 10;
}

.content_text_group .title {
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    z-index: 10;
}

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

.content_text_group .sub {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}

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

/*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: 1;
}

/*check box*/
.ck_group select {
    width: auto;
    min-width: 65px;
    font-size: 15px;
    color: #070730;
    border: 1px solid #070730;
    background-color: #ffffff;
    font-weight: 500;
    height: 21px;
    border-radius: 25px;
    padding-left: 5px;
    background-size: 100%;
}

.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;
}

/* Header */
.header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(7, 7, 48, 0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.header.header_bg {
    background: #070730;
}

.header .container {
    position: relative;
}

.header .container .logo {
    position: absolute;
    left: 10px;
    padding: 22px 0;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .header .container .logo {
        left: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .header .container .logo {
        left: 30px;
    }
}

.header .container .logo img {
    display: inline-block;
    width: 45px;
}

.header .container .header_right {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 1024px) {
    .header .container .header_right {
        right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .header .container .header_right {
        right: 30px;
    }
}

.header .container .header_right .gnb {
    display: inline-block;
}

.header .container .header_right .gnb .nav_item {
    float: left;
}

.header .container .header_right .gnb .nav_item .nav_link {
    display: block;
    padding: 37px 25px;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.header .container .header_right .gnb .nav_pr {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 70px;
    left: 345px;
    /*width: 138px;*/
    width: 90px;
    text-align: center;
    height: 80px;
    box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #ececec;
    z-index: 1;
}

.dropdown-content a.dropdown {
    display: block;
    padding: 0 16px;
    height: 40px;
    line-height: 35px;
    font-weight: normal;
    color: #333;
}

.dropdown-content a.dropdown:hover {
    color: #f15b45;
    text-decoration: underline;
}

.dropdown-content a.nav_news {
    line-height: 47px;
}

.nav_pr:hover .dropdown-content {
    display: block;
}

.header .container .header_right .select_lang {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.header .container .header_right .select_lang:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
}

.header .container .header_right .select_lang .btn_lang {
    display: inline-block;
    padding: 37px 5px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}

.about_position {
    position: relative;
    top: 45px;
}

.strategy_position {
    position: relative;
    top: 10px;
}

.pr_position {
    position: relative;
    top: -70px;
}

.qna_position {
    position: relative;
    top: 10px;
}

/**
 Main page style
*/

.main_visual {
    width: 100%;
    height: 600px;
    background: #070730 url("../../img/bg_graphic.png") no-repeat;
    background-size: 70%;
    background-position: center bottom;
    z-index: 10;
}

.main_visual .container_top {
    width: 100%;
    height: 500px;
    background: rgba(7, 7, 48, 0.32);
}

.main_visual .container_top .img_circle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    z-index: 5;
}

.main_visual .container_top .img_circle img {
    position: absolute;
    bottom: 0;
    right: 350px;
    width: 510px;
}

.main_visual .container_top .text_group {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    z-index: 10;
}

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

.txt_white {
    color: #ffffff;
}

.main_visual .container_top .text_group .text_sub {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

@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;
    }
}

.content_about {
    margin-top: -200px;
    padding-top: 100px;
    width: 100%;
    height: 850px;
    background: #070730 url("../../img/bg_top.png") no-repeat;
    background-position: left bottom;
    background-size: 85%;
    color: white;
}

.content_about .container {
    width: 1140px;
    font-size: 15px;
}

.content_about .title {
    color: #fff;
}

.content_about .sub {
    position: relative;
    height: 110px;
    z-index: 10;
}

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

.content_about .about_yap .about_list {
    width: 50%;
    height: 120px;
    float: left;
}

.content_about .about_yap .about_list img {
    float: left;
    margin-right: 20px;
    width: 73px;
}

.content_about .about_yap .about_list:nth-child(2) img {
    margin-bottom: 20px;
}

.content_about .about_yap .about_list:last-child img {
    margin-right: 13px;
    width: 80px;
}

.content_about .about_yap .about_list strong {
    font-weight: normal;
    color: #f99069;
}

.content_about .about_list p {
    width: 490px;
    font-size: 14px;
}

.content_about .brand_story .bs_title h4 {
    margin-bottom: 0;
}

.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: 100px 0;
}

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

.content_tech .content_img {
    position: relative;
    margin-top: 60px;
}

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

.content_strategy .text_box {
    width: 54%;
}

.content_strategy .text_box .text_group {
    margin-top: 70px;
}

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

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

.content_strategy .content_img {
    width: 45%;
}

.content_core {
    padding: 80px 0;
    background: #4C505A;
}

.content_core .content_group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content_core .core_title {
    width: 40%;
    font-size: 25px;
    color: #ffffff;
}

.content_core .core_list {
    width: 60%;
}

.content_core .core_list .core_item {
    float: left;
    width: 25%;
    text-align: center;
}

.content_core .core_list .core_item .thumb {
    min-height: 40px;
}

.content_core .core_list .core_item .thumb img {
    display: inline-block;
    vertical-align: middle;
}

.content_core .core_list .core_item .desc {
    padding: 0 5px;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.content_core .ico_bullet {
    bottom: -35px;
}

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

.content_core_service .service_item {
    padding: 50px 0;
    border-bottom: 3px dotted #707070;
}

.content_core_service .service_item:last-child {
    border-bottom-color: transparent;
}

.content_core_service .service_item .service_box {
    display: flex;
    flex-direction: row;
}

.content_core_service .service_item .service_box .flex_group iframe {
    width: 320px;
    height: 180px;
    overflow: hidden;
}

.content_core_service .service_item .service_box .flex_group .text02 {
    color: #ffffff;
}

.content_core_service .service_item .service_box .flex_group .text05 {
    margin-top: 5px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 200;
}

.content_core_service .service_item .service_box .flex_group .core_service_list {
    margin-top: 15px;
}

.content_core_service .service_item .service_box .flex_group .core_service_list .core_item {
    float: left;
    width: 33.33%;
    text-align: center;
}

.content_core_service .service_item .service_box .flex_group .core_service_list .core_item .thumb > img {
    width: 53px;
}

.content_core_service .service_item .service_box .flex_group .core_service_list .core_item .desc {
    margin-top: 10px;
    padding: 0 5px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    font-weight: 200;
}

.content_core_service .service_item .service_box .flex_group .core_service_list02 {
    padding-top: 15px;
}

.content_core_service .service_item .service_box .flex_group .core_service_list02 .core_item {
    position: relative;
}

.content_core_service .service_item .service_box .flex_group .core_service_list02 .core_item .thumb {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 53px;
}

.content_core_service .service_item .service_box .flex_group .core_service_list02 .core_item .desc {
    padding: 15px 0 15px 65px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
}

.content_core_service .service_item .service_box .flex_group01 {
    width: 25%;
    text-align: left;
    padding-right: 40px;
}

.content_core_service .service_item .service_box .flex_group01 .text04 {
    color: #ffffff;
}

.content_core_service .service_item .service_box .flex_group02 {
    width: 35%;
}

.smombie_img {
    margin-top: 7px;
}

.content_core_service .service_item .service_box .flex_group03 {
    width: 39%;
    text-align: right;
    padding-left: 35px;
}

.content_core_service .service_item .service_box .flex_group03 p, .content_core_service .service_item .service_box .flex_group03 .core_service_list {
    text-align: left;
}

.content_other_service h3 {
    width: 100%;
    background: #ffffff;
    padding-top: 85px;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.content_other_service h3 span {
    font-weight: 300;
}

.content_other_service .other_group .group_list {
    margin-bottom: 0;
}

.content_other_service .other_group .group_list .group_item {
    float: left;
    width: 50%;
}

.content_other_service .other_group .group_list .group_item .group_box {
    display: flex;
    flex-direction: row;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group {
    position: relative;
    height: 160px;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .ico_arrow {
    position: absolute;
    z-index: 1;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .ico_arrow.ico_arrow01 {
    right: -15px;
    top: 30px;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .ico_arrow.ico_arrow02 {
    transform: rotate(90deg);
    bottom: -15px;
    right: 40px;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .ico_arrow.ico_arrow03 {
    left: -12px;
    bottom: 30px;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .ico_arrow.ico_arrow04 {
    left: 280px;
    top: -15px;
    transform: rotate(90deg);
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .screen.screen01 {
    background: #ffafaf;
    opacity: 0.3;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .screen.screen02 {
    background: #707070;
    opacity: 0.5;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .screen.screen03 {
    background: #002e40;
    opacity: 0.5;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .screen.screen04 {
    background: #89a6d1;
    opacity: 0.47;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .text06 {
    text-transform: uppercase;
    padding: 20px 20px 0 0;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .text06 strong {
    font-weight: 600;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .text06.text06_move01 {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .text06.text06_move02 {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.text06.text06_move03 {
    position: absolute;
    left: 170px;
    top: 0;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .thumb {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .thumb.thumb01 {
    background: url(../../img/pc/img_service01.png) 50% 50% no-repeat;
    background-size: cover;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .thumb.thumb02 {
    background: url(../../img/pc/img_service02.png) 0% 50% no-repeat;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .thumb.thumb03 {
    background: url(../../img/pc/img_service03.png) 100% 50% no-repeat;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group .thumb.thumb04 {
    background: url(../../img/pc/img_service04.png) 50% 50% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group01 {
    width: 70%;
    text-align: right;
    background: #ededf2;
}

.content_other_service .other_group .group_list .group_item .group_box .flex_group02 {
    width: 30%;
    text-align: right;
    background: #ededf2;
}

.content_other_detail {
    position: relative;
    padding: 20px 0;
    background: #b7b9bf;
}

.content_other_detail .grid_hori, .content_other_detail .grid_vert {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content_other_detail .grid_vert {
    background: url(../../img/pc/img_hr03.png) 50% 50% no-repeat;
    width: 1280px;
    height: 6px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.content_other_detail .grid_hori {
    background: url(../../img/pc/img_hr02.png) 50% 50% no-repeat;
    width: 2px;
    height: 680px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.content_other_detail .group_item {
    float: left;
    width: 50%;
    height: 360px;
}

.content_other_detail .group_item:nth-child(2n) .group_box {
    padding: 45px 0 45px 75px;
}

.content_other_detail .group_item .group_box {
    padding: 45px 30px 45px 0;
}

.content_other_detail .group_item .group_box .text_group .text07 {
    margin-bottom: 5px;
}

.content_other_detail .group_item .group_box .text_group .text09 {
    margin-top: 5px;
}

.content_other_detail .group_item .group_box .content_group {
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content_other_detail .group_item .group_box .content_group .content_img > img {
    width: 182px;
}

.content_other_detail .group_item .group_box .content_group .service_list01 {
    width: 271px;
}

.content_other_detail .group_item .group_box .content_group .service_list01 .service_item {
    padding-bottom: 10px;
}

.content_other_detail .group_item .group_box .content_group .service_list01 .service_item:last-child {
    padding-bottom: 0;
}

.content_other_detail .group_item .group_box .content_group .service_list01 .service_item .text08 {
    padding-left: 15px;
}

.content_other_detail .group_item .group_box .content_group .service_list01 .service_item .text08 span {
    font-size: 14px;
}

.content_other_detail .group_item .group_box .content_group .service_list01 .service_item .text08:before {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #707070;
    position: absolute;
    left: 0;
    top: 8px;
}

.content_other_detail .group_item .group_box .content_group .service_list02 .service_item {
    position: relative;
    min-height: 60px;
    /* line-height: 60px; */
    display: table;
}

.content_other_detail .group_item .group_box .content_group .service_list02 .service_item .thumb {
    height: 38px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.content_other_detail .group_item .group_box .content_group .service_list02 .service_item .text08 {
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
}

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

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

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

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

.pr_content_box a {
    color: #333;
}

.pr_content_box h4 {
    margin-bottom: 18px;
    width: 100%;
    height: 5%;
    font-size: 22px;
    color: #454545;
}

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

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

.media_box {
    margin-left: 2%;
}

.media_box ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

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

.pr_content_box ul li {
    float: left;
    /*margin: 0 1% 2% 0;
    width: 48%;
    height: 48%;*/
    margin: 0 20px 22px 0;
    width: 250px;
    height: 206px;
}

.pr_content_box ul li:nth-child(2n) {
    margin: 0 0 22px 0;
}

.content_pr a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

.pr_content_box ul li img, .pr_content_box ul li iframe {
    display: block;
    width: 250px;
    height: 148px;
}

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

.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;
}


/*dim*/
.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.dim-layer .pop-layer {
    display: block;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 999;
}

.btn-r {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
}

a.btn-layerClose {
    position: absolute;
    top: -35px;
    right: 10px;
    height: 25px;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose:hover {
    transform: scale(1);
    color: #fff;
}

.pop-layer .pop-container {
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 1%;
    height: 0;
    overflow: hidden;
}

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

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=50);
}

/*dim end*/

/*플레이버튼 css*/

.img_div {
    position: relative;
    top: 0;
    left: 0;
}

.cursor_pointer {
    cursor: pointer;
}

.img_div .play_btn {
    position: absolute;
    top: 56px;
    left: 99px;
    width: 52px !important;
    height: 36.7px !important;
}

.img_div .play_btn_01 {
    top: 81px;
    left: 133px;
}

.img_div .play_btn_02 {
    top: 81px;
    left: 211px;
}

.img_div > img.playOn {
    opacity: 0;
    transition: opacity 0.2s;
}

.img_div:hover > img.playOn {
    opacity: 1;
}

/*플레이버튼 css end*/

/*PR part 끝*/

.content_company {
    padding: 60px 0;
}

.content_company .content_group {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.content_company .content_group .content_left {
    width: 50%;
}

.content_company .content_group .content_left .text02 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #616161;
}

.content_company .content_group .content_right {
    width: 50%;
    margin-left: 15px;
}

.content_company .content_group .content_right .desc {
    margin-top: 30px;
    margin-left: 5px;
    color: #616161;
}

.content_company .content_group .content_right .desc .logo {
    float: left;
    width: 80px;
    height: 150px;
}

/*

.content_company .content_group .content_right .desc .logo img {
    float: left;
}
*/

.content_company .content_group .content_right .desc .text_group {
    padding-left: 80px;
    padding-top: 7px;
}

.content_company .content_group .content_right .desc .text_group .company {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}

.content_company .content_group .content_right .desc .text_group .address {
    margin-bottom: 9px;
    font-size: 13px;
}

.content_company .content_group .content_right .desc .text_group .ques {
    font-size: 13px;
    color: #616161;
}

.call {
    font-size: 13px;
}

.content_company .content_group .content_right .desc .text_group .copy {
    font-size: 11px;
    margin-top: 20px;
    color: #999999;
}

/* footer */
.wrap_en .content_tech .content_img .img_tech {
    width: 988px;
}

.wrap_en .content_strategy .text_box {
    width: 54%;
}

.wrap_en .content_strategy .content_img {
    width: 442px;
}

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


/*pdf.html*/
.pdf_main {
    width: 100%;
    height: 100%;

}

.pdf_main section img {
    display: block;
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.pdf_main section:last-of-type {
    position: relative;
    bottom: 310px;
    left: 50%;
    margin-left: -370px;
    width: 770px;
    height: 1px;
    z-index: 999;
}

.pdf_main section a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    float: left;
    width: 373px;
    height: 90px;
    color: rgba(0, 0, 0, 0);
    /*background: rgba(31, 90, 180, 0.2);*/
}

.pdf_main section a:nth-of-type(1) {
    left: 395px;
}

.pdf_main section a:nth-of-type(2) {
    top: 113px;
}

.pdf_main section a:nth-of-type(3) {
    top: 113px;
    left: 395px;
}

@media (max-width: 1199px) {
    .pdf_main section img {
        margin: 0 auto;
        width: 840px;
        min-width: 840px;
    }

    .pdf_main section:last-of-type {
        bottom: 216px;
        left: 50%;
        margin-left: -260px;
        width: 540px;
        height: 1px;
        z-index: 999;
    }

    .pdf_main section a {
        top: 0;
        left: 0;
        width: 262px;
        height: 62px;
    }

    .pdf_main section a:nth-of-type(1) {
        left: 278px;
    }

    .pdf_main section a:nth-of-type(2) {
        top: 80px;
    }

    .pdf_main section a:nth-of-type(3) {
        top: 80px;
        left: 278px;
    }

}

@media (max-width: 839px) {
    .pdf_main section img {
        margin: 0 auto;
        width: 640px;
        min-width: 640px;
    }

    .pdf_main section:last-of-type {
        bottom: 164px;
        left: 50%;
        margin-left: -198px;
        width: 398px;
        height: 0;
        z-index: 999;
    }

    .pdf_main section a {
        top: 0;
        left: 0;
        width: 200px;
        height: 46px;
    }

    .pdf_main section a:nth-of-type(1) {
        left: 210px;
    }

    .pdf_main section a:nth-of-type(2) {
        top: 61px;
    }

    .pdf_main section a:nth-of-type(3) {
        top: 61px;
        left: 210px;
    }
}

@media (max-width: 639px) {
    .pdf_main section img {
        margin: 0 auto;
        width: 320px;
        min-width: 320px;
    }

    .pdf_main section:last-of-type {
        bottom: 83px;
        margin-left: -100px;
        width: 200px;
    }

    .pdf_main section a {
        top: 0;
        left: 0;
        width: 101px;
        height: 23px;
    }

    .pdf_main section a:nth-of-type(1) {
        left: 106px;
    }

    .pdf_main section a:nth-of-type(2) {
        top: 33px;
    }

    .pdf_main section a:nth-of-type(3) {
        top: 33px;
        left: 106px;
    }
}
