
/**********************************************************************************
	FONTS
**********************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&amp;display=swap');
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansKR-Thin.html) format('woff2'),
        url(../fonts/NotoSansKR-Thin.woff) format('woff'),
        url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/NotoSansKR-Light.html) format('woff2'),
        url(../fonts/NotoSansKR-Light.woff) format('woff'),
        url(../fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansKR-Regular.html) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansKR-Bold.html) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/NotoSansKR-Black.html) format('woff2'),
        url(../fonts/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKR-Black.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Roboto-Thin.html) format('woff2'),
        url(../fonts/Roboto-Thin.woff) format('woff'),
        url(../fonts/Roboto-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.html) format('woff2'),
        url(../fonts/Roboto-Light.woff) format('woff'),
        url(../fonts/Roboto-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.html) format('woff2'),
        url(../fonts/Roboto-Regular.woff) format('woff'),
        url(../fonts/Roboto-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.html) format('woff2'),
        url(../fonts/Roboto-Medium.woff) format('woff'),
        url(../fonts/Roboto-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.html) format('woff2'),
        url(../fonts/Roboto-Bold.woff) format('woff'),
        url(../fonts/Roboto-Bold.otf) format('opentype');
}

html, body {
    font-family: 'Noto Sans KR', AppleGothic, sans-serif;
    color: #777;
}

/*
	normalize / reset
*/
html {
    font-size: 106.25%;
}

body {
    line-height: 1;
    position: relative;
    overflow-x: hidden;
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

p, ul, li, ol, dl, dt, dd, figure {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: inherit;
    margin: 0;
}

button, textarea, input, select {
    font-family: inherit;
    color: inherit;
    padding: 0;
}

input::placeholder {
    color: #a9a8a8;
}

button {
    border: 0;
}

/**********************************************************************************
	[media query examples]
	@media (max-width: 575px) { }
	@media (max-width: 767px) { }
	@media (max-width: 991px) { }
	@media (max-width: 1199px) { }

	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
**********************************************************************************/
.clear:after {
    display: block;
    clear: both;
    content: '';
}

.container {
    max-width: 1535px;
    margin: 0 auto;
    position: relative;
}

.container-full {
    width: 100%;
    position: relative;
}

#page {
    overflow: hidden;
}

@media (max-width: 1535px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* Header */
header .nav .nav-icon {
    display: none;
}

header .nav .nav-icon:after,
header .nav .nav-icon:before,
header .nav .nav-icon div {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 5px 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header .nav .nav-icon:before {
    margin-top: 0;
}

header .nav .nav-icon:after {
    margin-bottom: 0;
}

header .nav .nav-icon.active:before {
    transform: translateY(8px) rotate(135deg);
    -moz-transform: translateY(8px) rotate(135deg);
    -webkit-transform: translateY(8px) rotate(135deg);
    background-color: #000;
}

header .nav .nav-icon.active:after {
    transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
    background-color: #000;
}

header .nav .nav-icon.active div {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (max-width: 1199px) {
    header .nav .nav-icon {
        display: inline-block;
        width: 24px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 100;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    header .nav .navbar {
        position: fixed;
        width: calc(70% - 20px);
        height: 100%;
        right: -100%;
        padding: 40px 20px;
        background: #fff;
        z-index: 99;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin: 0;
    }

    header .nav .navbar.active { right: 0; overflow-x: scroll; }
}

.headerArea, .headerArea.down {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #00194b
}

.headerArea {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: .2s linear;
}

.headerArea .navbar>li a {
    letter-spacing: -0.05em;
}

.headerArea .logo img {
    vertical-align: top;
}

.headerArea.up {
    top: -89px;
}

.trans {
    color: #fff;
    font-size: 0.94rem;
    display: flex;
    align-items: center;
    margin: 0 -12px;
}

.trans a {
    margin: 0 12px;
    letter-spacing: -1px;
    line-height: normal;
    opacity: .5;
}

.trans a:first-child, .trans a.on {
    opacity: 1;
}

.trans a:hover { transition-duration: 0.5s; }
.main_menu .logo { height: 25px; }
.main_menu .logo a { height: 25px; }
@media (min-width: 1200px) {
    .main_menu {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        max-width: 1840px;
        margin: 0 auto;
        height: 88px;
        padding: 0 10px;
    }

    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .headerArea:before {
        width: 100%;
        height: 0;
        background: #fff;
        position: absolute;
        left: 0;
        top: 89px;
        box-shadow: 6px 2px 28px rgba(0, 0, 0, .1);
        content: '';
        transition: height .2s linear;
    }

    .headerArea.hover {
        background: #00194b;
    }

    .headerArea.hover:before {
        height: 280px;
    }
    :lang(en) .headerArea.hover:before { height: 280px; }
    .headerArea .navbar>li {
        position: relative;
        margin-right: 89px;
        line-height: 90px;
    }

    .headerArea .navbar>li:last-child {
        margin-right: 0;
    }

    .navbar>li>a {
        font-size: 0.94rem;
    }

    .headerArea .navbar>li:hover>a, .headerArea .navbar>li.current-menu-parent>a { color: #d2c9b8; }

    .headerArea .navbar>li.current-menu-parent::before {
        content: "";
        background-color: #c0b6a2;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .headerArea .navbar>li:hover::before {
        content: "";
        background-color: #c0b6a2;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 2px;
        left: 0;
    }

    /* .headerArea .navbar>li.current-menu-parent:before {
        width: calc(100% - 64px);
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    } */
    /* .headerArea .navbar>li:hover,
    .headerArea .navbar>li .sub-menu li:hover {
        color: #3267ff;
    } */
    .headerArea .navbar>li:last-child {
        padding-right: 0;
    }

    .headerArea .navbar>li .sub-menu {
        display: none;
        min-width: 135px;
        text-align: center;
        position: absolute;
        left: 50%;
        z-index: 11;
        top: 120px;
        transform: translateX(-50%);
    }

    .headerArea .navbar>li .sub-menu li:hover a { color: #000 }
    .headerArea .navbar>li .sub-menu li {
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        line-height: 1.25;
        letter-spacing: -0.02em;
        color: #999;
        display: block;
    }
    .headerArea .navbar>li .sub-menu li:last-child { margin-bottom: 0; }
    .headerArea .navbar>li .sub-menu li:hover { color: #00194b }
    .headerArea .navbar>li .sub-menu li:hover a::before { display: block }
    .headerArea.on { background: #000; }
    .headerArea .navbar>li>a { color: #fff; font-size: 19px; font-weight: 300; position: relative; font-weight: 500; display: block; }
    /* .headerArea.hover .navbar>li .sub-menu {
        display: block;
    } */
}

@media (max-width: 1600px) {
    .headerArea .navbar>li {
        margin-right: 35px;
    }
}
.trans a { font-family: 'Roboto'; }
.font_en { font-family: 'Roboto'!important; letter-spacing: 0!important; }
@media (max-width: 1199px) {
    header .nav .navbar {
        top: 61px;
        width: 100%;
    }

    header .nav .nav-icon.active:before, header .nav .nav-icon.active:after {
        background-color: #fff;
    }

    .main_menu {
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        justify-content: space-between;
    }

    .headerArea .sitemap-bt {
        display: none;
    }

    .headerArea {
        border-width: 2px;
    }

    .headerArea>.container {
        height: 55px;
    }

    .headerArea .navbar>li {
        display: block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #ededed;
        font-size: 19px;
        font-weight: 700;
        color: #111;
    }

    .headerArea .navbar>li>a {
        padding: 10px 0;
        line-height: normal;
        display: block;
        position: relative;
    }

    .headerArea .navbar>li.menu-item-has-children {
        padding-bottom: 0;
    }

    .headerArea .navbar>li.menu-item-has-children>a:before {
        width: 16px;
        height: 9px;
        margin-top: -4.5px;
        position: absolute;
        right: 0;
        top: 50%;
        background: url(../images/nav-off.png);
        background-size: contain;
        content: '';
    }

    .headerArea .navbar>li .sub-menu {
        display: none;
    }

    .headerArea .navbar>li>.sub-menu {
        padding: 15px 30px 20px 36px;
        background: #f9f9f9;
    }

    .headerArea .navbar>li .sub-menu li {
        font-size: 14px;
        line-height: 36px;
    }

    .headerArea .navbar>li.active a::before {
        transform: rotateZ(180deg);
    }

    .headerArea .logo {
        height: 60px;
        left: 15px;
        z-index: 100;
        display: flex;
        align-items: center;
    }

    /* .site-content {
        padding-top: 57px;
    } */
    .trans {
        margin: 0 38px 0 0;
    }

    .trans.mo {
        position: absolute;
        bottom: 100px;
        right: 0;
    }

    .trans.mo a {
        color: #000;
        font-size: 18px
    }

    .trans.mo a:nth-child(1) img {
        filter: invert(1);
    }
}

@media (max-width: 767px) {
    header .nav .navbar { height: calc(100% - 60px); }
    .headerArea .navbar>li:last-child { border-bottom: 0; }
    .trans.mo { position: relative; bottom: 0; text-align: right; margin: 0; padding-top: 20px; }
    .trans {
        margin: 0 24px 0 0;
    }

    .trans a {
        margin: 0 8px;
    }

    .headerArea .logo img {
        width: auto;
        height: auto;
        vertical-align: revert;
        image-rendering: pixelated;
    }
}
@media (max-width: 410px) {
    .headerArea .navbar>li .sub-menu li.add_line { line-height: 22px; }
}
/* 메인 헤드 */
.head_back {
    background-color: transparent;
}

@media (max-width: 1200px) {
    .head_back {
        background-color: #00194b;
    }
}

/* font-size */
.en { font-family: 'Roboto'; letter-spacing: 0; }
.t102 {
    font-size: 6rem;
    letter-spacing: -2.6px;
    line-height: 1;
    font-weight: 600;
}

.t90 {
    font-size: 5.29rem;
    letter-spacing: -2.6px;
    line-height: 1;
    font-weight: 600;
}

.t70 {
    font-size: 4.1rem;
    letter-spacing: -2.6px;
    line-height: 1;
    font-weight: 600;
}

.t72 {
    font-size: 4.23rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -2px;
}

.t62 {
    font-size: 3.64rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -3px;
}

.t58 {
    font-size: 3.41rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -1px;
}

.t54 {
    font-size: 3.17rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -1px;
}

.t50 {
    font-size: 2.94rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -1px;
}

.t48 {
    font-size: 2.82rem;
    line-height: 1.4;
    letter-spacing: -2px;
}

.t46 {
    font-size: 2.7rem;
    line-height: 1.4;
    letter-spacing: -2px;
    color: #000
}

.t44 {
    font-size: 2.58rem;
    line-height: 1.4;
    letter-spacing: -2px;
}

.t40 {
    font-size: 2.35rem;
    line-height: 1.4;
    letter-spacing: -1px;
}

.t38 {
    font-size: 2.23rem;
    letter-spacing: -2.2px;
    line-height: 1.4;
    color: #000
}

.t36 {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1.4;
}

.t32 {
    font-size: 1.88rem;
    letter-spacing: -2.2px;
    line-height: 1.4;
	position: relative;
    z-index: 1
}

.t30 {
    font-size: 1.76rem;
    letter-spacing: -2px;
    line-height: 1.4;
}

.t28 {
    font-size: 1.64rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t26 {
    font-size: 1.52rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t25 {
    font-size: 1.47rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t24 {
    font-size: 1.41rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t22 {
    font-size: 1.29rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t20 {
    font-size: 1.17rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t19 {
    font-size: 1.11rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t18 {
    font-size: 1.05rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t17 {
    font-size: 1rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t16 {
    font-size: 0.94rem;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.t15 {
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 1.4;
}
@media (max-width: 1280px) {
    .t102 { font-size: 5rem; }
    .t62 { font-size: 3.4rem; }
}
@media (max-width: 767px) {
    .t102, .t90, .t72, .t70, .t62 { font-size: 40px; }
    .t54, .t50, .t46 { font-size: 32px; line-height: 40px; }
    .t48 { font-size: 22px; }
    .t38 { font-size: 28px; word-break: keep-all; letter-spacing: -0.05em }
    .t32 { font-size: 26px; word-break: keep-all; letter-spacing: -0.05em }
    .t28, .t26 { font-size: 17px; line-height: 1.4; }
    .t24 { font-size: 20px; line-height: 1.4 }
    .t22, .t20, .t40 { font-size: 17px; line-height: 1.4 }
    .t19 { font-size: 15px; line-height: 1.6 !important }
    .t18, .t17, .t16 { font-size: 14px; line-height: 22px!important }
}

/* Pagination */
.pagination .nav-links {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .page-numbers {
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    color: #4d4d4d;
    font-size: 0.8rem;
    font-family: 'Roboto';
    cursor: pointer;
}

.pagination .page-numbers.current, .pagination .page-numbers.current:hover {
    color: #3b8deb;
    border: 1px solid #3b8deb;
}

.pagination .page-numbers:hover {
    color: #3b8deb;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
    background: url(../images/ic-page.png)no-repeat center;
    background-size: 11px 18px;
}

.pagination .page-numbers.next {
    margin-left: 8px;
}

.pagination .page-numbers.prev {
    margin-right: 8px;
    transform: rotate(180deg);
}

.pagination .page-numbers.prev.disabled, .pagination .page-numbers.next.disabled {
    opacity: .2;
    cursor: auto;
    pointer-events: none;
}

@media (max-width: 767px) {
    .pagination .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* form */
.form_wrap .form>li {
    margin: 20px -52px;
}
.form_wrap .form>li.off { display: none; }
.form_wrap .form>li .col {
    float: left;
    width: calc(50% - 62px);
    margin: 0 31px;
    position: relative;
}

.form_wrap .form>li:after {
    display: block;
    clear: both;
    content: '';
}

.form_wrap .input {
    float: left;
    width: calc(50% - 104px);
    margin: 0 52px;
    position: relative;
}

.form_wrap .input1 {
    width: calc(100% - 156px);
}

.form_wrap .input1 .basic {
    width: 100%;
}

.form_wrap .input.fl {
    display: flex;
    align-items: center;
}

.form_wrap .input.fl .radio {
    margin: 0;
}

.form_wrap .input.fl .radio label {
    margin: 0 66px 0 0;
}

.form_wrap .input.fl .radio label:last-child {
    margin-right: 0;
}

.form_wrap .input.msg {
    width: calc(100% - 156px);
    margin: 0;
}

.form_wrap .input label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form_wrap .input.full {
    width: 100%;
    float: none;
}

.form_wrap .input.full1 {
    width: calc(100% - 104px);
    float: none;
    margin: 0 52px;
}

.form_wrap .full_top label {
    align-items: flex-start;
}

.form_wrap .input:after {
    width: 0;
    transition: width .3s ease-in-out;
    content: '';
}

/* add */
.ck-input {
    display: flex;
    width: calc(100% - 200px);
    height: 60px;
    /* padding-left: 197px; */
    border: 0;
    border-radius: 0;
    /* border-bottom: 1px solid rgba(17, 17, 17, .15); */
    outline: none;
    align-items: center;
}

/* ///// */
.form_wrap {
    max-width: 1220px;
    margin: 0 auto;
}

.form_wrap .form_titl {
    color: #000;
    margin: 26px 52px;
}

.form_tit2 {
    color: #000;
}

.pa92 {
    padding-top: 92px;
}

.pa60 {
    padding-top: 60px;
}
.pa_bot60 { padding-bottom: 60px; }
.pa30 { padding-top: 30px; }
.pa10 {
    padding-top: 10px;
}

.form_titl span, .form_tit2 span {
    position: relative;
}

.form .basic:focus {
    border-width: 2px;
    border-color: #000
}

.form_titl span::after, .form_tit2 span::after {
    content: "";
    background-color: #0d3c9a;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -10px;
}

.form_wrap .input.focus:after {
    width: 100%;
    height: 1px;
    background: #111;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.form_wrap .focus .basic {
    border-bottom: 0;
}

.form_wrap .basic {
    width: calc(100% - 156px);
    height: 60px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .15);
    color: #111;
    outline: none;
}

.form_wrap .basic.name_c {
    border-bottom: 1px solid rgba(17, 17, 17, 1);
}

.form_wrap .label {
    font-size: 1rem;
    color: #000;
    letter-spacing: -1px;
    width: 156px;
    font-weight: 500;
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
}

.form_wrap .form .anonymous {
    margin: 0;
    padding: 28px 0 30px;
}

.form_wrap .anonymous .radio span:before {
    background: url(../images/check-off.png)no-repeat;
    width: calc(52px/2);
    height: calc(52px/2);
    border-radius: 0;
    background-size: contain;
    border: 0;
}

.form_wrap .anonymous .radio input:checked+span:before {
    background: url(../images/check-on.png)no-repeat;
    background-size: contain;
}

.form_wrap .anonymous span {
    color: #000
}

.form_wrap .anonymous b {
    font-weight: 300;
    font-size: 14px;
    color: #b6b6b6;
    margin-left: 8px;
}

.form_wrap .form>li.email_form {
    margin: 0 -9px;
}

.form_wrap .email_form .input {
    margin: 0 9px;
}

.form_wrap .email_form .input:first-child {
    width: calc(66% - 18px);
    display: flex;
    flex-wrap: wrap;
}

.form_wrap .email_form .input:last-child {
    width: calc(34% - 18px);
}

.form_wrap .email_form .mark {
    width: 14px;
    line-height: 60px;
    position: absolute;
    left: calc(60% - 7px);
}

/* .form_wrap .email_form .email1, .form_wrap .email_form .email2 {
    width: calc(50% - 163px);
} */
.form_wrap .email_form .email1 {
    width: calc(60% - 156px);
}

.form_wrap .email_form .email2 {
    padding-left: 22px;
    width: 40%;
}

.form_wrap .msg textarea {
    width: 100%;
    padding: 20px 25px;
    height: 288px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    background: #f5f5f5;
    font-weight: 300;
    border-bottom: 0;
}

.form_wrap .msg textarea::placeholder {
    color: #ccc
}

.form_wrap .msg textarea:focus {
    border: 1px solid #111;
}

.form_wrap .msg.focus:after {
    display: none;
}

.form_wrap .privacy {
    letter-spacing: -0.5px;
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
}

.form_wrap .privacy strong {
    display: block;
    color: #111;
    line-height: 1.56;
    width: 200px;
    padding-right: 15px
}

.form_wrap .privacy p {
    font-size: 1rem;
    color: #555;
    line-height: 1.71;
    overflow-y: scroll;
    background: #f2f2f2;
    padding: 24px 20px;
    height: 270px;
    width: calc(100% - 200px);
    letter-spacing: -1px;
}

.form_wrap select.basic {
    width: 100%;
    padding-left: 0;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/select.png)no-repeat center right / 19px 11px;
    color: #888;
	cursor: pointer;
}

.form_wrap select.basic::-ms-expand {
    display: none;
}

.form_wrap .privacy+.ck-box {
    text-align: right;
    margin-top: 18px;
}

.form_wrap .ck-box label {
    position: relative;
}

.form_wrap .ck-box input, .form_wrap .ck-box span:before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.form_wrap .ck-box input {
    appearance: none;
    -webkit-appearance: none;
    visibility: hidden;
}

.form_wrap .ck-box span {
    padding-left: 30px;
    color: #111;
    letter-spacing: -0.5px;
    font-weight: 400;
    cursor: pointer;
}

.form_wrap .ck-box span:before {
    content: '';
    background: url(../images/check-off.png)no-repeat;
    background-size: contain;
}

.form_wrap .ck-box input:checked+span:before {
    border-color: #111;
    background: url(../images/check-on.png)no-repeat;
    background-size: contain;
}

.form_wrap .radio {
    margin: 0 -19px;
}

.form_wrap .radio:after {
    display: block;
    clear: both;
    content: '';
}

.form_wrap .radio label {
    float: left;
    margin: 0 19px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

.form_wrap .radio input, .form_wrap .radio span:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 0;
}

.form_wrap .radio input {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    visibility: hidden;
}

.form_wrap .radio span {
    letter-spacing: -.5px;
    line-height: 50px;
    font-size: 1rem;
}

.form_wrap .radio span:before {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #cdcdcd;
    content: '';
}

.form_wrap .radio input:checked+span:before {
    border: 0;
    background: url(../images/radio-on.png)no-repeat;
    background-size: contain;
}

.form_btn {
    display: block;
    text-align: center;
    width: 180px;
    height: 60px;
    margin: 98px auto 60px;
    background: #0d3c9a;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.form_btn:hover {
    background-color: #000;
    transition-duration: 0.5s;
}

.bt_box {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}

.bt_box .btn {
    width: 176px;
    line-height: 57px;
    border: 1px solid #000;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-right: 12px;
    transition: .2s linear;
}

.bt_box .btn:hover {
    background: #000;
    color: #fff;
}

.bt_box .form_btn {
    margin: 0;
}

/* 파일첨부 */
.file_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.file_form {
    position: relative;
    display: flex;
    align-items: center;
}
.add_width { width: calc(100% - 156px); }
.compli_re .file_form {
    width: calc(100% - 156px);
}

.file_form label, .file_form button {
    width: 150px;
    line-height: 56px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    justify-content: center;
}

.file_form label span:before, .file_form button span:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: calc(28px/2);
    height: calc(28px/2);
    margin-right: 8px;
}

.file_form label.plus {
    background: #000;
    color: #fff;
    margin-right: 15px;
    border: 1px solid #000
}

.file_form label.plus span {
    position: relative;
}

.file_form label.plus span::before {
    background-image: url(../images/plus.png);
}

.file_form label.plus:hover {
    background: #fff;
    transition-duration: 0.5s;
    color: #000;
}

.file_form label.plus:hover span::before {
    filter: invert(1);
}

.file_form .subt {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.file_form .subt span {
    position: relative;
}

.file_form .subt span::before {
    background-image: url(../images/subt.png);
    background-position: center;
}

.file_form .subt:hover {
    background: #000;
    transition-duration: 0.5s;
    color: #fff;
}

.file_form .subt:hover span::before {
    filter: invert(1);
}

.file_form input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    top: 50%;
    right: 10px;
}

.form_wrap .file_form .basic {
    padding-left: 0;
    height: 58px;
    width: calc(100% - 328px);
    background: transparent;
    margin-right: 20px;
}

.form_wrap .input.msg .file_form {
    margin-top: 26px;
}

@media (max-width: 1280px) {
    .form_wrap .input.fl .radio{ width: 100%; padding-left: 37px; }
}

@media (max-width: 1024px) {
    .form_wrap .email_form .input:first-child {
        width: calc(75% - 46px);
    }

    .form_wrap .email_form .input:last-child {
        width: calc(25% - 46px);
    }
}

@media (max-width: 1023px) {
    .form_wrap .input label { margin-right: 52px; }
    .form_wrap .email_form .input:last-child { width: 25%; }
    .form_wrap .email_form .input label,
    .form_wrap .pa10 .input label { margin-right: 0; }
    .form_wrap .file_form label.plus { margin-right: 15px; }
    .form_wrap .input { width: calc(100% - 52px); }
    .form_wrap .basic { padding-left: 20px; }
}

@media (max-width: 767px) {
    .bt_box { margin-top: 40px }
    .bt_box .btn { line-height: 48px; width: 150px; margin-right: 5px; }
    .en_ma20txt { margin-top: 20px; padding-right: 5px; }
    .add_width { display: block; width: calc(100% - 87px); }
    .compli2 .form_wrap .form_tit2 span { max-width: 100%; }
    .form_titl span { line-height: 1.3 }
    .form_tit2 span { display: block; padding-right: 5px; word-break: keep-all; line-height: 1.3; max-width: 310px; }
    .form_titl span::after, .form_tit2 span::after { left: -6px; }
    .form_wrap .email_form .input label { margin-bottom: 10px }
    .form_wrap .radio input, .form_wrap .radio span:before { left: 16px; }
    .form_wrap .anonymous .radio input { top: 0; left: 0; margin-top: 0; }
    .form_wrap .anonymous .radio label,.form_wrap .anonymous .radio span { padding-left: 15px; }
    .form_wrap .radio span { padding-left: 9px; }
    .form_wrap .anonymous .radio span:before { margin-top: 0; top: 0; left: 0; width:20px; height: 20px; }
    .form_wrap .anonymous .ck-box input, .form_wrap .anonymous .ck-box span:before { margin-top: -12px; }
    .form_wrap .input.fl .radio{ padding-left: 0; }
    .form_wrap .input label { margin-right: 0; }
    .form_wrap .file_form label.plus { margin-right: 1%; }
    .form_wrap .form>li.email_form { margin: 0; padding-top: 20px; }
    .form_wrap .email_form .input:first-child { display: block }
    .form_wrap .input.msg, .form_wrap .basic, .form_wrap .input1 { width: calc(100% - 88px); }
    .form_wrap .input { width: 100%; margin: 0; }
    .form_wrap .input.full1 { width: 100%; float: none; margin: 0; }
    .form_wrap .form>li { margin: 20px 0 0; }
    .form_wrap .radio span { line-height: 1.4; }
    .form_wrap .input.fl .radio label { margin: 0; margin-right: 15px; }
    .form_wrap .basic { padding-left: 0; height: 40px; line-height: 40px; }
    .form_wrap .label { font-size: 1rem; width: 87px; line-height: 1.2 }
    .form_wrap .email_form .input:first-child, .form_wrap .form .email_form .input:last-child {
        /* width: calc(100% - 46px); */
        width: 100%;
        margin: 0;
    }
    .sub div .form_wrap .email_form .input.add_ma10 { margin-top: 10px; }
    .form_wrap .email_form .email1 { width: calc(60% - 14px); }
    .form_wrap .email_form .email2 { padding-left: 22px; width: 42.5% }
    .form_wrap .email_form .mark { left: calc(60% - 7px); line-height: 40px; }
    .form_wrap .ck-box { min-height: 24px; }
    :lang(en) .form_wrap .ck-box.en { text-align: left; width: 235px; margin: 18px 0 0 auto; }
    :lang(en) .compli2 .form_wrap .ck-box.en input, :lang(en) .compli2 .form_wrap .ck-box.en span:before { margin-top: -12px; }
    :lang(en) .form_wrap .ck-box.en:nth-of-type(4) { width: 235px; }
    :lang(en) .form_wrap .ck-box.en:nth-of-type(6) { width: 232px; }
    :lang(en) .form_wrap .ck-box.en span { display: flex; flex-wrap: nowrap; line-height: 1.2; }
    .form_wrap .privacy { padding: 0; margin-top: 30px; }
    .form_wrap .msg textarea { height: 200px; padding: 0 15px; }
    .file_form .upload_name { height: 40px; line-height: 38px; padding: 0 15px; }
    .file_form label { background-position: center right 15px; }
    .file_form label, .file_form button { line-height: 50px; }
    .anonymous .ck-input { width: calc(100% + 30px); }
    .form_wrap .ck-box input, .form_wrap .ck-box span:before { width: 20px; height: 20px; margin-top: -9px; }
    .form_wrap .anonymous b { font-size: 12px; margin-left: 15px; display: block; line-height: 1.2; padding-top: 15px; }
    .compli_pr .form_wrap .anonymous b { margin-left: 30px; }
    .form_wrap .anonymous .radio span { line-height: 1.4; }
    .form_wrap .privacy strong { width: 100%; margin-bottom: 20px; padding-right: 0; }
    .form_wrap .privacy strong br { display: none; }
    .form_wrap .privacy p { padding: 24px 20px; height: 200px; width: 100%; }
    .form_btn { margin: 40px auto 0; height: 50px; width: 150px; border-radius: 0; }
    .form_wrap .form_titl { margin: 0; }
    :lang(en) .form_wrap .form_titl { word-break: break-all; }
    .ck-input { width: calc(100% - 88px); height: 40px }
    .form_wrap .file_form .basic { padding-left: 0; height: 40px; width: 100%; background: transparent; margin-right: 0; margin-bottom: 10px }
    .form_wrap .input.msg .file_form { display: block }
    .file_form label.plus { width: 49.5%; margin-bottom: 10px; float: left; margin-right: 1%; }
    .file_form .subt { width: 49.5%; float: left; margin-left: 0; }
    .file_form label span:before, .file_form button span:before { position: relative; top: 2px; }
    .compli_pr .compli2.ma_120 li .file_box .file_form.add_width .subt { width: 49.5%; }
    .pa92 { padding-top: 60px; }
    .form_wrap .anonymous .ck-box span:before { top: 0; margin-top: 0; }
    .pa30 { padding-top: 10px; }
    .add_ma8 { margin-top: 8px; }
    .form_wrap .input.add_matop20 { margin-top: 20px; }
}

/* main */
.hidden {
    overflow: hidden;
}

.main1 {
    overflow: hidden;
}

.main1 .swiper-wrapper .swiper-slide {
    height: 975px;
}

.main1 .container {
    height: 100%;
}

.main1 .txt_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #fff;
}

.main1 .txt_box p {
    font-weight: 200;
    line-height: 1.9;
    padding-top: 20px;
}
:lang(en) .main1 .txt_box p { display: none; }
.main1 .swiper-slide .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center ;
}

.main1 .swiper-wrapper .swiper-slide-active .bg {
    animation: visualScale 5s linear alternate both;
    animation-fill-mode: forwards;
}

@keyframes visualScale {
    0% {
        transform: translateZ(0) scale(1) rotate(0deg)
    }

    100% {
        transform: translateZ(0) scale(1.08) rotate(0.0001deg)
    }
}
.main_slide .swiper-slide .txt_box .t54 span { display: block; }
.main_slide .swiper-slide-active .txt_box .t54 span {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: block;
}

.main_slide .swiper-slide-active .txt_box .t54 span:nth-child(2) {
    animation-delay: 0.2s;
}

.main_slide .swiper-slide-active .txt_box .t18 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
}

/* ///////pagination////// */
.main_slide {
    position: relative;
}

.main_slide .nav_box {
    width: 100%;
    padding: 20px 0 40px;
    position: absolute;
    left: 0;
    top: 71%;
    transform: translateY(-50%);
    z-index: 1;
}

.main_slide .slider_nav {
    position: relative;
}

.main_slide .slider_nav .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #fff;
    margin: 14px 24px 14px 14px;
    border-radius: 50%;
    position: relative;
    opacity: 1;
}

.main_slide .slider_nav .swiper-pagination-bullet-active::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* //////////// */
.main2 {
    margin: 124px 0 140px;
}

.main2 .tit {
    text-align: center;
}

.main2 .tit h2 {
    color: #000;
}

.main2 .tit p {
    color: #555555;
    margin: 24px 0 74px;
}
.main2 .back { padding: 50px; animation-name: fade_le; animation-duration: 1s; animation-fill-mode: both; -webkit-animation: fade_le 1s both; display: none; }
.main2 .a.click .back { display: block; }
/* main_hover */
.main2_box {
    height: 675px
}

.main2_box:after {
    display: block;
    clear: both;
    content: '';
}

.main2_box .a {
    position: relative;
    float: left;
    height: 100%;
    width: 25%;
    cursor: pointer;
    transition: width 0.15s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.main2_box .a::after { content: ""; background-color: #000819; width: 100%; height: 100%; position: absolute; opacity: .5; }
.main2_box .a.click::after { display: none; }
.main2_box .a:hover::after { opacity: 0; z-index: -1 }
.main2_box .a:last-child {
    border-right: 0;
}

/* .main2_box .a:hover {
    background-blend-mode: hard-light;
} */
.main2 .main2_box .a p {
    display: none;
}

.main2 .main2_box .a.click p {
    display: block;
    margin: 15px 0 34px;
    line-height: 1.7;
    letter-spacing: -1.2px;
}
/*
.main2_box .a:nth-child(1) {
    background-color: #5d5d5d;
    background-image: url(../images/main2_1.jpg);
}

.main2_box .a:nth-child(1):hover {
    background-image: url(../images/main2_1_hover.jpg);
}

.main2 .main2_box .a.click {
    background-image: url(../images/main2_1ov.jpg);
}

.main2_box .a:nth-child(2) {
    background-color: #5d5d5d;
    background-image: url(../images/main2_2.jpg);
}

.main2_box .a:nth-child(2):hover {
    background-image: url(../images/main2_2_hover.jpg);
}

.main2_box .a:nth-child(2).click {
    background-image: url(../images/main2_2ov.jpg);
}

.main2_box .a:nth-child(3) {
    background-color: #5d5d5d;
    background-image: url(../images/main2_3.jpg);
}

.main2_box .a:nth-child(3):hover {
    background-image: url(../images/main2_3_hover.jpg);
}

.main2_box .a:nth-child(3).click {
    background-image: url(../images/main2_3ov.jpg)!important;
}

.main2_box .a:nth-child(4) {
    background-color: #5d5d5d;
    background-image: url(../images/main2_4.jpg);
}

.main2_box .a:nth-child(4):hover {
    background-image: url(../images/main2_4_hover.jpg);
}

.main2_box .a:nth-child(4).click {
    background-image: url(../images/main2_4ov.jpg);
} */
.main2 .main2_box .a:nth-child(1).click {
    background-image: url(../images/main2_1ov.jpg)!important;
}
.main2 .main2_box .a:nth-child(2).click {
    background-image: url(../images/main2_2ov.jpg)!important;
}
.main2 .main2_box .a:nth-child(3).click {
    background-image: url(../images/main2_3ov.jpg)!important;
}
.main2 .main2_box .a:nth-child(4).click {
    background-image: url(../images/main2_4ov.jpg)!important;
}

.main2_box .hover {
    width: 25%;
}

.main2_box .unhover {
    width: 25%;
}

.main2_box .click {
    width: 100%;
    border-right: 0;
}

.main2_box .unclick {
    width: 0%;
    border-right: 0;
}

.main2_box .a.click .txt_box1 {
    top: 33%;
    animation-name: fade_top;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation: fade_top 1s both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade_top2 {
    0% {
        bottom: -10%;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes fade_top2 {
    0% {
        bottom: -10%;
    }

    100% {
        bottom: 0;
    }
}

@keyframes fade_top {
    0% {
        top: 43%;
    }

    100% {
        top: 33%;
    }
}

@-webkit-keyframes fade_top {
    0% {
        top: 43%;
    }

    100% {
        top: 33%;
    }
}

.main2_box .txt_box1 {
    position: absolute;
    top: 43%;
    text-align: left;
    color: #fff;
    padding-left: 50px;
    font-family: 'Roboto';
    pointer-events: none;
    z-index: 1;
}
.main2_box .a.unclick .txt_box1 { z-index: -1; }
.main2_box .a.click .txt_box1 button {
    pointer-events: all;
}

.main2_box .txt_box1 span {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 6px;
    display: block;
}

.main2_box .a.click .txt_box2 {
    display: block;
    opacity: 1;
    animation-name: fade_le;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation: fade_le 1s both;
}

.main2_box .txt_box2 {
    display: none;
    opacity: 0
}

@keyframes fade_le {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fade_le {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.main2_box_mo li {
    margin-bottom: 2px;
    overflow: hidden;
}

.main2_box_mo li .box {
    position: relative;
}

.main2_box_mo li .box h2 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 30px;
    z-index: 1;
    width: calc(100% - 60px);
}

.main2_box_mo li .box h2::after {
    content: "";
    background-image: url(../images/main2_box_mo_btn.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.main2_box_mo li .box h2 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 14px;
}

.main2_box_mo li .box .img_box {
    position: relative;
}

.main2_box_mo li .box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main2_box_mo li .box .img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 52, 157, 0.6) 12.06%, rgba(0, 52, 157, 0) 75.87%);
}

.main2_box_mo li .box .img_box:hover img {
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
    -webkit-transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
    will-change: transform;
    transform: scale(1.05) rotate(0.001deg);
}

.btn1 {
    background-color: #00349d;
    display: block;
    width: 188px;
    height: 60px;
    cursor: pointer;
}

.main .btn1 span {
    display: flex;
}

.btn1 span {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 45px;
}

.btn1 span::after {
    content: "";
    background-image: url(../images/btn1.png);
    position: absolute;
    width: calc(52px/2);
    height: calc(22px/2);
    background-repeat: no-repeat;
    background-size: contain;
    right: 25px;
}

.a.click .main2_link {
    display: flex;
    flex-wrap: wrap;
    animation-name: fade_top2;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.main2_link {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    font-weight: bold;
    display: none;
}

.main2_link li {
    width: 25%;
    position: relative;
    display: inline-block;
    padding: 4%;
    font-family: 'Roboto';
    font-size: 1.18rem;
}

.main2_link li::before {
    content: "";
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1px;
    position: absolute;
    left: 0;
}

.main2_link li a:hover {
    color: rgba(255, 255, 255, 1);
    transition-duration: 0.5s;
}

.main2_link li button {
    background: transparent;
    cursor: pointer;
    font-weight: 600;
}

.main2_link li button:hover {
    color: rgba(255, 255, 255, 1);
    transition-duration: 0.5s;
}

.main3 {
    background-image: url(../images/main3.jpg);
    padding: 120px 0 160px;
    background-repeat: no-repeat;
    background-size: cover;
}
.main3 h2 { font-family: 'Roboto'; }
@media (min-width: 1281px) {
    .main3 {
        background-attachment: fixed;
    }
}

.main3 .t40 {
    text-align: center;
    color: #fff;
}

.main3 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1054px;
    margin: 65px auto 0;
}

.main3 ul li {
    width: 48.5%;
    background: #fff;
    position: relative;
}
.main3 ul li a {  display: block; height: 225px; padding: 32px; position: relative; }
.main3 ul li:nth-child(1) {
    margin-right: 3%;
}

.main3 ul li a::after {
    content: "";
    width: calc(72px/2);
    height: calc(72px/2);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 37px;
    bottom: 37px;
}

.main3 ul li:nth-child(1) a::after {
    background-image: url(../images/main3_ic1.png);
}

.main3 ul li:nth-child(2) a::after {
    background-image: url(../images/main3_ic2.png);
}

.main3 ul li .txt_box h4 {
    color: #000;
    padding-bottom: 15px;
}

.main3 ul li .txt_box p {
    color: #555;
    word-break: keep-all;
}

.main4 {
    margin: 130px 0 164PX;
}

.main4 .t40 {
    text-align: center;
    color: #000;
}

.main4 .t40 span {
    font-family: 'Roboto';
}

.main4_slide {
    margin-top: 76px;
    overflow: hidden;
}

.main4_slide .box_t1 {
    margin-top: 36px;
}

.main4_slide .box_t1 h1 {
    color: #000;
    font-weight: 500;
    font-size: 1.52rem;
    line-height: 1.4;
    margin: 22px 0 44px;
    height: 72px;
    overflow: hidden;
}

.main4_slide .img_box {
    height: 315px;
    overflow: hidden;
}

.main4_slide .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease 0s;
    transform: translate(0px, 0px)
}

.main4_slide .img_box:hover img {
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
    -webkit-transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
    will-change: transform;
    transform: scale(1.05) rotate(0.001deg);
}

.cate {
    color: #00349d;
    display: block;
    font-weight: 700;
}

.date {
    color: #999999;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.025em;
}

.main4_slide .swiper-button-prev {
    left: -65px;
    background: none;
    top: 45%;
}

.main4_slide .swiper-button-prev::after {
    content: "";
    background-image: url(../images/main4_slide_prev.png);
    width: calc(40px/2);
    height: calc(70px/2);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.main4_slide .swiper-button-next::after {
    content: "";
    background-image: url(../images/main4_slide_prev.png);
    width: calc(40px/2);
    height: calc(70px/2);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: rotateZ(180deg);
}

.main4_slide .swiper-button-next {
    right: -65px;
    background: none;
    top: 45%;
}

@media (max-width: 1535px) {
    .main1 .txt_box {
        left: 15px;
        right: 15px;
    }
}

@media (max-width: 1280px) {
    .main2_box .txt_box1 { padding-left: 30px; }
    .main2_link li { width: 32%; }
}

@media (max-width: 1023px) {
    .main2_link { width: 93%; }

    .main2_box .txt_box1 { padding-left: 15px; }
    .main4_slide .img_box { height: 250px; }
}

@media (max-width: 767px) {
    .main3 .t40 { font-size: 30px; }
    .main3 ul li a { height: 100%; padding: 0; }
    .main3 ul li a::after { right: 0; bottom: 0; }
    .cate { font-size: 13px; }
    .main3 ul li .txt_box h4 { font-size: 17px; }
    .main1 .swiper-wrapper .swiper-slide { height: 643px; }
    .main_slide .nav_box { padding: 0; top: 92%; }
    .main_slide .slider_nav li span:before, .main_slide .slider_nav li span:after { height: 1px; }

    .main1 .txt_box{ top: 38.5%; }
    .main1 .txt_box h1 { font-weight: 600; word-break: keep-all; }

    .main1 .txt_box p {
        line-height: 22px;
        overflow: hidden;
    }

    .main1 .swiper-wrapper .swiper-slide:nth-child(1) .bg {
        background-image: url(../images/main1_1m.jpg) !important;
    }

    .main2 .tit h2 {
        font-size: 30px;
    }

    .main3 {
        background-image: url(../images/main3m.jpg);
        padding: 57px 0 77px;
        background-size: cover;
    }

    .main2 {
        margin: 60px 0;
    }

    .main2 .tit p {
        margin: 4px 0 35px;
        font-size: 15px;
    }

    .main3 ul {
        margin: 39px auto 0;
    }

    .main3 ul li {
        padding: 22px;
        height: 182px;
    }

    .main3 ul li::after {
        right: auto;
        left: 22px;
        bottom: 22px;
    }

    .main3 ul li .txt_box p {
        color: #000;
        font-size: 14px;
    }

    .main4 {
        margin: 60px 0 100px;
    }

    .main4 h2.t40 {
        text-align: left;
        font-size: 30px;
    }

    .main4 .container {
        padding-right: 0;
    }

    .main4_slide {
        padding-right: 120px;
        margin-top: 30px;
    }

    .main4_slide .box_t1 h1 {
        height: 48px;
        font-size: 17px;
        margin-top: 12px;
        margin-bottom: 16px;
    }

    .main4_slide .img_box {
        height: 180px;
        overflow: hidden;
    }
}

/* footer */
footer {
    background-color: #0a0a0a;
    position: relative;
}

.f_down {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.f_down ul {
    display: flex;
    flex-wrap: nowrap;
    height: 77px;
    align-items: center;
}

.f_down ul li {
    display: flex;
    align-items: center;
}

.f_down ul li a {
    color: #fff;
}

.f_down ul li:nth-child(1) a {
    font-weight: 700;
}

.f_down ul li::after {
    content: " ";
    margin: 0 26px;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.3);
}

.f_down ul li:last-child::after {
    display: none;
}

.sc_top {
    position: absolute;
    top: 0;
    right: 0;
}

.sc_top a {
    position: relative;
    width: 77px;
    height: 77px;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.sc_top a::after {
    content: "";
    background-image: url(../images/top.png);
    width: calc(32px/2);
    height: calc(54px/2);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.f_box {}

.f_box .txt_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 60px 0 75px;
}

.f_box .txt_box .f_txt {
    width: 62%;
}
:lang(en) .f_box .txt_box .f_txt {
    width: 66%;
}
.f_box .txt_box .f_txt li {
    position: relative;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    width: 48%;
}

.f_box .txt_box .f_txt li::before {
    content: "";
    background-image: url(../images/office.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(32px/2);
    height: calc(34px/2);
    position: absolute;
    left: 0;
}

.f_box .txt_box .f_txt li h4 {
    color: #fff;
    width: 12%;
}
:lang(en) .f_box .txt_box .f_txt li { margin-right: 2% }
/* :lang(en) .f_box .txt_box .f_txt li:nth-child(1) h4 { width: 122px; } */
:lang(en) .f_box .txt_box .f_txt li h4 { width: 122px; }
.f_box .txt_box .f_txt li p {
    width: 88%;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.73;
}

.txt_box .icon_box {
    position: absolute;
    right: -50px;
}

.txt_box ul {
    display: flex;
    flex-wrap: nowrap;
}

.txt_box .icon_box ul {
    justify-content: end;
}

.txt_box .icon_box ul li a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #3b3b3b;
    position: relative;
    margin: 0 10px;
    display: block;
}

/* :hover {
    transition-duration: 0.5s;
} */
.txt_box .icon_box ul li a:hover {
    color: #3b3b3b;
    background-color: #fff;
}

.txt_box .icon_box ul li a:hover::after {
    filter: invert(100%);
}

.txt_box .icon_box ul li a::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(48px/2);
    height: calc(48px/2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.facebook a::after {
    background-image: url(../images/facebook.png);
}

.insta a::after {
    background-image: url(../images/insta.png)
}

.youtube a::after {
    background-image: url(../images/youtube.png)
}

.copy {
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 50px;
    font-family: 'Red Hat Display', sans-serif;
}

@media (max-width: 1535px) {
    .txt_box .icon_box { right: 15px; }
}

@media (max-width: 1280px) {
    .f_box .txt_box .f_txt { width: calc(100% - 200px); }
    .f_box .txt_box .f_txt li { padding-right: 20px; word-break: keep-all; }
    .f_box .txt_box .f_txt li h4 { width: 10%; }
    .f_box .txt_box .f_txt li p { width: 90% }
}

@media (max-width: 1023px) {
    .f_box .txt_box .f_txt li h4 {
        width: 100%;
    }

    .f_box .txt_box .f_txt li p {
        width: 100%;
    }

    .f_box .txt_box .f_txt li {
        display: block;
        flex-wrap: nowrap;
        width: 100%;
    }

    .f_box .txt_box .f_txt {
        width: 75%;
    }

    .txt_box .icon_box {
        right: 15px;
    }
}

@media (max-width: 767px) {
    :lang(en) .f_box .txt_box .f_txt li:nth-child(1) h4 { width: 100%; }
    :lang(en) .f_box .txt_box .f_txt li h4 { width: 100%; }
    .f_down ul {
        height: 47px
    }

    .sc_top a {
        width: 55px;
        height: 47px;
    }

    .f_box .txt_box .f_txt {
        width: 100%;
        display: block;
        text-align: center;
    }

    .f_box .txt_box .f_txt li {
        display: block;
        padding: 0;
        margin-top: 25px;
    }

    .f_box .txt_box {
        padding: 15px 0;
        display: block;
    }

    .copy {
        padding: 45px 0;
        font-size: 12px;
    }

    .txt_box .icon_box { right: 9px; bottom: 35px; }
    .f_box .txt_box .f_txt li::before { width: 14px; height: 14px; top:2px;  }
    .f_box .txt_box .f_txt li:nth-child(1) { margin-bottom: 52px; }
    .txt_box .icon_box ul li a {
        margin: 0 6px;
        display: block;
    }

    .f_box .txt_box .f_txt li h4 {
        font-size: 14px;
        text-align: left;
        padding-left: 22px;
        font-weight: 400;
        margin-bottom: 3px;
    }

    .f_box .txt_box .f_txt li p {
        width: 100%;
        font-size: 13px;
        font-weight: 300;
        text-align: left;
    }

    .sc_top a::after {
        width: calc(32px/3);
        height: calc(54px/3);
    }

    .f_down ul li:nth-child(1) a {
        font-weight: 500;
        font-size: 13px;
    }

    .f_down ul li:nth-child(2) a {
        font-weight: 200;
        font-size: 13px;
    }

    .f_down ul li::after {
        margin: 0 16px;
    }
    .txt_box .icon_box ul li a { width: 40px; height: 40px; }
}

/* sub we.php */
.sub_top {
    padding-bottom: 77px;
}

.sub_top .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 33px;
    width: 100%
}

.sub_top .breadcrumb li {
    font-size: 15px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
}

.sub_top .breadcrumb li::after {
    content: "/";
    padding: 0 8px;
    display: inline-block;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}

.sub_top .breadcrumb li:last-child::after {
    display: none;
}

.sub_top .breadcrumb li.on {
    color: #000
}
.sub {
    padding-top: 88px;
}

.sub.we {
    color: #000
}

.we .we1 {
    padding-bottom: 160px;
}

.we .tit_box {}

.sub .tit_box h4 {
    color: #666666
}

.sub .tit_box h2 {
    padding-top: 22px;
    color: #000;
    word-break: keep-all;
}

.we .we1 ul {
    margin-right: -65px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.we .we1 ul li {
    width: calc(50% - 52px);
    margin-right: 52px;
}

.we .we1 ul li p::before {
    content: "";
    height: 1px;
    width: 69px;
    background-color: #000;
    position: absolute;
    top: 24px
}

.we .we1 ul li p {
    padding-top: 110px;
    line-height: 1.88;
    position: relative;
    color: #464646;
}

.we .we1 ul li p b {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    line-height: 1.5;
    color: #000;
}

.we .we1 ul li .img_box { display: flex; flex-wrap: nowrap; }
.we .we1 ul li .img_box img { max-width: 748px; /* width: 100%; */ }
.we .sign_box { display: flex; flex-wrap: nowrap; margin-top: 80px; }
.we .sign_box .txt_box { margin-top: 10px; }
.we .sign_box .txt_box p { padding-bottom: 8px; }
.we .sign_box .txt_box p b { padding-left: 12px; }
.we .sign_box .sign {
    background-image: url(../images/sign.jpg);
    width: 187px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
}

.entry-content .sub .mo { display: none; }
.mo { display: none; }
@media (min-width: 1024px) {
    .we .we1 ul li .img_box { padding-top: 21px; }
}

@media (max-width: 1280px) {
    .we .we1 ul li { width: calc(50% - 40px); margin-right: 40px; }
    .we .we1 ul li p { word-break: keep-all; }
    .we .we1 ul li p br.pc { display: none; }
    .br_tab { display: none; }
}
@media (max-width: 1023px) {
    .we .we1 ul li {
        width: 100%;
        margin-right: 0;
    }
    .we .we1 ul li.pc { display: none; }
    .we .we1 ul li.mo { display: block; }

    .we .we1 ul {
        margin-right: 0
    }

    .sub {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 87.5%;
    }

    .entry-content .sub .mo {
        display: block
    }

    .mo {
        display: block
    }

    .entry-content .sub .pc {
        display: none;
    }

    .pc { display: none; }
    .sub_top { padding-bottom: 40px; }
    .sub_top .breadcrumb li { font-size: 13px; }
    .sub .tit_box h4 { font-size: 14px; }
    .we .sign_box { margin-top: 40px; }
    .we .we1 ul li p { padding-top: 60px }
    .we .we1 { padding-bottom: 100px; }
    .we .we1 ul { margin-top: 60px; }
    .we .we1 ul li .img_box img { width: 100%; }
    .we .we1 ul li p::before { width: 30px; top: 32px; }
    .we .sign_box .sign {
        background-image: url(../images/sign.jpg);
        width: calc(187px/2);
        height: calc(84px/2);
        margin-top: 20px;
    }
    .sub .tit_box h2 { font-size: 40px; line-height: 52px; word-break: keep-all; padding-top: 12px; }
}

/* sub vision.php */
.vi { padding-bottom: 158px; }
.vi2 {
    background-image: url(../images/vi2_wrap.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

.sub .wrap {
    display: flex;
    flex-wrap: wrap;
}
.sub .wrap li { width: 50%; }
.sub .wrap.reverse {
    flex-direction: row-reverse;
}

.vi_btn {
    display: block;
    text-align: center;
    width:150px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #000;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #000;
    margin-top: 64px;
}

.vi_btn span { position: relative; padding-right: 25px; }

.vi_btn span:after {
    width: 14px;
    height: 16px;
    background: url(../images/ic-down.png)no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
}

.vi2 .txt_box1 {
    width: 27%;
    height: 419px;
    padding: 45px;
    background: url(../images/vi2_txt_box1.png) no-repeat right 0 bottom 0 #c0b6a2;
}

.vi2 .txt_box1 h2 {
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.2;
}

.vi2 .txt_box2 {
    width: 67%;
    margin-left: 6%;
    padding: 98px 0 34px;
}

.vi2 .txt_box2 div {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 46px 0 55px 235px;
    position: relative;
}

.vi2 .txt_box2 div:nth-child(3) {
    padding-bottom: 59px;
}

.vi2 .txt_box2 div:last-child {
    padding: 62px 0 62px 235px;
}

.vi2 .txt_box2 div span.t17 {
    font-family: 'Roboto';
    position: absolute;
    top: 8px;
    left: 0;
}

.vi2 .txt_box2 div ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-right: -15px;
}

.vi2 .txt_box2 div ul li {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 22px 0;
    text-align: center;
    width: calc(25% - 15px);
    margin-right: 15px;
    position: relative;
}

.vi2 .txt_box2 div ul li span.t15 {
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: 'Roboto';
}

.vi3 {
    padding-top: 140px;
}

.vi3 .cate {
    font-weight: 700;
    margin-bottom: 20px;
}

.vi3 .wrap h2 {
    color: #000
}

.vi3 .wrap h2 span {
    display: block;
    margin-bottom: 28px;
    word-break: keep-all;
}

.vi3 .wrap>div:nth-child(1) {
    width: 26%;
}

.vi3 .wrap>div:nth-child(2) {
    width: 68%;
    margin-left: 6%;
}

.vi3 .ci_box1, .vi3 .ci_box2 {
    margin-right: -36px
}

.vi3 .ci_box1 li {
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(33.3% - 36px);
    margin-right: 36px;
    margin-bottom: 110px;
}

.vi3 .ci_box1 .img, .vi3 .ci_box2 .img {
    background-repeat: no-repeat;
    background-size: cover;
}

.vi3 .ci_box2>li {
    width: calc(50% - 36px);
    margin-right: 36px;
}

/* .vi3 .ci_box1 .ci1 .img {
    background-image: url(../images/ci_box1.png);
    width: 242px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
}

.vi3 .ci_box1 .ci2 .img {
    background-image: url(../images/ci_box2.png);
    width: 242px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
}

.vi3 .ci_box1 .ci3 .img {
    background-image: url(../images/ci_box3.png);
    width: 242px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
}
 */
.vi3 .ci_box2 .ci4 .img_wrap span { display: block; }
.vi3 .ci_box2 .ci4 .img1 {
    /* background-image: url(../images/ci_box4.png); */
    width: 303px;
    height: 43px;
    margin: 42px 0 55px;
    background-size: contain;
    background-repeat: no-repeat;
}

.vi3 .ci_box2 .ci4 .img2 {
    background-image: url(../images/ci_box5.png);
    width: 422px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
}

.vi3 .ci_box2 .ci4 .img1 { margin: 42px 0 55px; }
.vi3 .ci_box1 .t17, .vi3 .ci_box2 .t17 {
    position: relative;
    color: #000;
    padding: 10px 0 32px;
    letter-spacing: 0;
}

.vi3 .ci_box1 .t17::before, .vi3 .ci_box2 .t17::before {
    content: "";
    background-color: #d9d9d9;
    /* opacity: 0.5; */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.vi3 .color_box {
    padding-top: 30px;
}

.vi3 .color_box ul {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.vi3 .color_box ul li {
    width: calc(100% - 58px);
    padding: 9px 0 0 15px;
}

.vi3 .color_box ul .col {
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.vi3 .color_box ul .col1 {
    background-color: #fac607;
}

.vi3 .color_box ul .col2 {
    background-color: #05a1e5
}

.vi3 .color_box ul .col3 {
    background-color: #2056ad
}

.vi3 .color_box ul .col4 {
    background-color: #757575
}

.vi3 .color_box ul p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
}
@media (max-width: 1280px) {
    .vi3 .ci_box2 { margin-right: 0; }
    .vi3 .ci_box2>li { width: 100%; margin-right: 0; margin-bottom: 100px; }
    .vi3 .ci_box2>li:last-child { margin-bottom: 0; }
}
@media (max-width: 1023px) {
    .vi_btn { margin: 40px 0; }
    .vi2 .txt_box1 {
        width: 80%;
        height: 280px;
        background: url(../images/vi2_txt_box1.png) no-repeat right 0 bottom 0 #c0b6a2;
    }

    .vi2 .txt_box2 {
        width: 100%;
        margin-left: 0;
        padding: 60px 0;
    }

    .vi2 .txt_box2 div {
        padding: 30px 60px;
    }
    .vi2 .txt_box2 div:nth-child(3) {
        padding-bottom: 30px;
    }
    .vi3 .wrap>div:nth-child(1) {
        width: 100%;
    }

    .vi3 .wrap>div:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }

    .vi3 .wrap h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .vi_btn span:after { top:2px; }
    .vi3 .ci_box2 .ci4 .img_wrap { text-align: center; }
    .vi3 .ci_box2 .ci4 .img_wrap img.mo { margin: 0 auto; }
    .vi_btn { margin: 20px 0 60px; }
    .sub .ma_120 { margin-top: 60px; }
    .vi { padding-bottom: 0; }
    .vi2 .txt_box1 h2 { font-size: 28px; }
    .vi2 .txt_box1 h2 br { display: none; }
    .vi3 .ci_box1 { margin-right: -20px; }
    .vi3 .ci_box2 {
        margin-right: 0
    }

    .vi3 .ci_box1 li {
        width: calc(33.3% - 20px);
        margin-right: 20px;
        margin-bottom: 60px;
    }

    .vi3 .ci_box1 .t17, .vi3 .ci_box2 .t17 {
        padding: 10px 0 20px;
    }

    .vi2 .txt_box1 {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .vi2 .txt_box2 div ul li {
        padding: 35px 0;
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .vi2 .txt_box2 div ul {
        margin-right: -10px;
    }

    .vi2 .txt_box2 div:last-child {
        padding: 30px 0;
    }

    .vi2 .txt_box2 div span.t17 {
        position: relative;
        top: 0;
        padding-bottom: 5px;
        display: block;
    }

    .vi2 .txt_box2 {
        padding: 40px 0;
    }

    .vi2 .txt_box2 div {
        padding: 30px 0;
    }

    .vi3 .ci_box1 .ci1 .img, .vi3 .ci_box1 .ci2 .img, .vi3 .ci_box1 .ci3 .img {
        width: calc(242px/3);
        height: calc(175px/3);
        margin: 0 auto;
        background-size: contain;
    }

    .vi3 .ci_box2>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .vi3 .ci_box2 .ci4 .img1 {
        margin: 0 0 20px;
    }

    .vi3 .color_box ul {
        display: block;
        width: 23%;
        margin: 0 1% 80px;
    }

    .vi3 .color_box {
        padding-top: 0;
    }

    .vi3 {
        padding-top: 60px;
    }

    .vi3 .color_box ul .col {
        margin: 0 auto;
        width: 45px;
        height: 45px;
    }

    .vi3 .color_box ul li {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .vi3 .color_box ul p {
        letter-spacing: -1px;
    }
    .vi3 .wrap h2 { margin-bottom: 20px; }
    .vi3 .wrap h2 span {
        margin-bottom: 20px;
    }

    .vi3 .ci_box2 .ci4 .img1 {
        width: 303px;
        height: 43px;
        margin: 0 auto 20px;
    }

    .vi3 .ci_box2 .ci4 .img2 {
        background-image: url(../images/ci_box5_m.png);
        width: 328px;
        height: 33px;
        margin: 0 auto;
    }
}

/* save.php */
.sub_save2 {
    background-image: url(../images/save_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 152px;
    background-position: center;
}

.sub_save2 p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 63px;
    word-break: keep-all;
}

.sub_save2 p b {
    font-weight: 500;
}

.sub_save3 {
    padding: 145px 0 180px;
}

.sub_save3 .t40 {
    color: #000;
    text-align: center;
}

.sub_save .sub_save3 ul li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    width: calc(33.3% - 20px);
    margin-right: 20px;
    text-align: center;
    padding: 20px 28px 72px;
}

.sub_save3 ul li:last-child {
    border-right: 0
}

.sub_save3 ul li .i_img {
    width: 154px;
    height: 154px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 70px;
    background-color: #e0dace;
    border-radius: 50%;
    position: relative;
}

.sub_save3 ul li .i_img::after {
    content: "";
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub_save3 ul li.s3_i1 .i_img::after {
    background-image: url(../images/s3_i1.png)
}

.sub_save3 ul li.s3_i2 .i_img::after {
    background-image: url(../images/s3_i2.png)
}

.sub_save3 ul li.s3_i3 .i_img::after {
    background-image: url(../images/s3_i3.png)
}

.sub_save3 ul li .cate {
    font-weight: bold
}

.sub_save3 ul li h2 {
    color: #000;
    padding: 20px 0 27px;
    font-weight: 500;
    line-height: 1.2;
}

.sub_save3 ul li h2 .en {
    display: block;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.sub_save3 ul li .t17 {
    color: #4b4b4b;
    font-weight: 300;
    line-height: 1.85;
    text-align: left;
    word-break: keep-all;
}

.sub_save4 {
    background: linear-gradient(180deg, #fff 42%, #f4f4f4 0);
    padding-bottom: 142px;
}

.sub_save4 .t26 {
    color: #000;
    padding-bottom: 44px;
}

.sub_save4 ul {
    margin-right: -22px
}

.sub_save  .sub_save4 ul li {
    width: calc(16.6% - 22px);
    margin-right: 22px;
    margin-bottom: 22px;
}

.sub_save4 ul li img {
    width: calc(464px/2);
}
@media (max-width: 1023px) {
    .sub_save3 ul li { padding: 72px 28px; border-right: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); width: 100%; margin-right: 0; }
    .sub_save4 { background: linear-gradient(180deg, #fff 27%, #f4f4f4 0);  }
    .sub_save4 ul li { width: calc(33.3% - 22px); }
}
@media (max-width: 767px) {
    .sub_save2 { height: 895px; display: flex; align-items: center; padding: 0; }
    .sub_save2 p { margin-top: 25px; }
    .sub_save2 .img_box .mo { margin: 0 auto; }
    .sub_save2 .img_box img.mo { margin: 0 auto; }
    .sub_save .sub_save3 ul li { width: 100%; border-right: 0; padding: 40px 0; margin: 0; }
    .sub_save3 ul li { padding: 30px 0; }
    .sub_save3 ul li .i_img { width: 120px; height: 120px; margin: 0 auto 20px; }
    .sub_save3 { padding: 40px 0 60px; }
    .sub_save3 ul li h2 { padding: 12px 0; font-size: 20px; }
    .sub_save4 ul { margin-right: -12px; }
    .sub_save .sub_save4 ul li { width: calc(50% - 12px); margin-right: 12px; margin-bottom: 13px; }
    .sub_save4 { background: linear-gradient(180deg, #fff 50%, #f4f4f4 0); padding-bottom: 90px; }
    .sub_save4 .t26 { padding-bottom: 30px; }
}

/* organ.php */
.org {
    margin-bottom: 200px;
}

.org2 .group_box {
    max-width: 1054px;
    margin: 0 auto;
}

.org2 .group_box ul, .org2 .group_box .ceo {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.org2 .group_box ul li, .org2 .group_box .ceo span {
    width: 192px;
    font-size: 1.3rem;
    line-height: 82px;
    color: #fff;
    text-align: center;
}

.org2 .group_box .ceo {
    /* margin: 125px 0 37px; */
	margin: 125px 0 153px;
}

.org2 .group_box .ceo span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    background: #00349d;
    position: relative;
}

.org2 .group_box .ceo span:before {
    width: 1px;
    /* height: 355px; */
	height:280px;
    background: #aaa;
    position: absolute;
    left: 50%;
    top: -125px;
    content: '';
    z-index: -1;
}

.org2 .group_box .group1 li, .org2 .group_box .group1 li span {
    background: #002060;
}

.org2 .group_box .group1 li {
    position: relative;
}

.org2 .group_box .group1 li span {
    width: 256px;
    font-size: 0.94rem;
    position: absolute;
    left: 233px;
    top: 100px;
}

.org2 .group_box .group1 li span:before {
    width: 137px;
    height: 1px;
    background: #aaa;
    position: absolute;
    left: -137px;
    top: 50%;
    content: '';
}
.org2 .group_box .bot48 { padding-bottom: 48px; }
.org2 .group_box .group {
    max-width: 700px;
    margin: 0 auto;
    justify-content: flex-start;
}
.org2 .group_box .group2_1 { padding-bottom: 110px; }
.org2 .group_box .group2_1 li {
    /* 오픈 후 원복 background: url(../images/org-arrow.png)no-repeat center right 16px / 17px 10px #002060;  */
    background:#002060;
    position: relative;
}
.org2 .group_box .group2_1 li::before { content: "";
    width: 184px;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    right: -184px;
    top: 40px;}

.org2 .group_box .group li {
    width: calc((100% - 30px)/4);
    max-width: 256px;
    text-align: left;
    /* padding: 0 15px; */
    margin-right: 10px;
    font-size: 0.94rem;
	padding:10px 5px;
	line-height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	min-height:80px;


}
.org2 .group_box .group2 li {
    position: relative;
    /* 오픈후 원복 background: url(../images/org-arrow.png)no-repeat center right 16px / 17px 10px #928469; */
    background:#928469;
}

.org2 .group_box .group2 li a {
    display: block;
}

.org2 .group_box .group2_line:before {
	content: "";
	width: 534px; 
	height: 1px; 
	background-color: #aaa; 
	position: absolute; 
	bottom: 160px; 
	left: 50%;
	transform:translateX(-50%);
	z-index: -1;
}

.org2 .group_box .group2_line li:last-child {
	margin-right:0;
}

.org2 .group_box .group2_line li:nth-child(1)::after { 
	/* content: ""; 
	width: 527px; 
	height: 1px; 
	background-color: #aaa; 
	position: absolute; 
	bottom: 261px; 
	left: 50%;
	transform:translateX(-50%);
	z-index: -1;  */
	}
/*.org2 .group_box .group2_line li:nth-child(2)::before { height: 400px; left: calc(50% + 6px); bottom: auto; top: -400px; }*/
.org2 .group_box .group2_line li::before { width: 1px; height: 160px; background: #aaa; position: absolute; left: calc(50% - 1px); bottom: 0; content: ''; z-index: -1; }
.org2 .group_box p {
    text-align: right;
    margin-top: 18px;
    font-size: 0.76rem;
    font-weight: 500;
    opacity: .6;
    max-width: 770px;
    margin: 18px auto 0;
    line-height: 1.4
}

/* @media (max-width: 1100px) {
    .org2 .group_box .group2 li {
        width: calc(33.3% - 10px);
    }
} 

@media (max-width: 1023px) {
    .org2 .group_box .group2 {
        margin-top: -10px;
}

.org2 .group_box .group2 li {
        margin-top: 10px;
    }
}*/

@media (max-width: 820px) {
    .org2 .group_box .group1 li span {
        width: 190px;
        left: 191px;
    }
    .org2 .group_box .group1 li span:before { left: -116px; width: 116px; }
    .org2 .group_box ul li, .org2 .group_box .ceo span { width: 150px; }
}

@media (max-width: 767px) {
    .org2 .group_box  { max-width: 345px; padding-bottom: 40px; }
	.org2 .group_box .ceo span:before {height:220px;top:-110px;}

    /* .org2 .group_box .ceo span:before { height: 390px; top: -100px; display: none; } */
    /* .org2 .group_box .group2_line li:nth-child(2)::before { top: -365px; height: 365px; } */
    .org2 .group_box ul li, .org2 .group_box .ceo span { line-height: 40px; width: 90px;  }
    .org2 .group_box .group1 li span { width: 105px; left: 112px; top: 70px; }
    .org2 .group_box .group1 li span:before { width: 67px; left: -67px; }
    .org2 .group_box .group2_1 { padding-bottom: 60px }
    .org2 .group_box .group2 { padding-bottom: 30px; }
    .org2 .group_box .group2:nth-last-of-type(1) { padding-bottom: 0; }
    /* .org2 .group_box .group2.group2_line { margin-right: -10px; } */
	.org2 .group_box .group2.group2_line:before { width:266px; transform:translateX(-50%); bottom:auto; top:231px; }
    .org2 .group_box .group2_1 li { line-height: 1.4; padding: 10px; }
    .org2 .group_box .group2_1 li::before { width: 83px; right: -83px; top: 50%; }
    .org2 .group_box .ceo { margin: 80px 0 120px 0; }
    .org2 .group_box .group li { width: 90px; min-height:auto; }
    .org2 .group_box .group2 li { line-height:1.2; /*width:calc((100% - 30px)/4); max-width: 100%;  line-height: 1.4; padding: 10px;*/ }
    .org2 .group_box .group2_line li::before { height: 115px; }
    .org2 .group_box .group2_line li:nth-child(1)::after { left: 81px; bottom: 132px; width: 210px; }
}
@media (max-width: 380px) {
    .org2 .group_box { position:relative; width:315px;  max-width:none; overflow-x: scroll;  }
	.org2 .group_box .group2_1 li::before {width:69px; right:-69px;}
	.org2 .group_box .group2.group2_line:before {width:242px; transform:translateX(-50%)}
}
.org3 { margin-top: 140px; }
.org3 .search_box {
    width: 25%;
    margin-top: -6px;
    margin-right: 8%;
}

.org3 .search_box .t32 {
    color: #000
}

.org3 .table_box {
    width: 67%;
}

.table_box {
    border-top: 2px solid #000;
    color: #000;
}

.table_box thead tr {
    height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table_box thead .tr1 th { width: 25%; }
.table_box thead th {
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.org3 .table_box thead th:nth-child(1) {
    width: 10%;
}

.org3 .table_box thead th:nth-child(2) {
    width: 27%;
}

.org3 .table_box thead th:nth-child(3) {
    width: 27%;
}

.org3 .table_box thead th:nth-child(4) {
    width: 36%;
}

.table_box tbody tr {
    height: 63px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.table_box tbody tr td:nth-child(1) {
    text-align: center;
    font-family: 'Roboto';
}

.table_box tbody tr td:nth-child(2) {
    font-weight: 700;
}

.table_box tbody tr td:nth-child(3) {
    text-align: center;
}

.table_box tbody tr td:nth-child(4) {
    padding-left: 28px;
}

.table_box tbody tr td {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

@media (max-width: 767px) {
    .org2 .img_box img {
        height: auto;
        width: 100%;
    }

    .org3 {
        margin-top: 60px;
    }

    .org3 .search_box {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .org3 .table_box {
        width: 100%;
    }

    .org {
        margin-bottom: 60px;
    }
}

/* popup */
.alert_box .modal_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.alert_box .modal_pop .popup {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}

.alert_box .popup .pop_in {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 600px;
    height: 310px;
    background: #fff;
    text-align: center;
    z-index: 10;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.alert_box .popup .pop_in div h2 {
    font-size: 1.76rem;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: -2px;
}

.alert_box .popup .pop_in div p {
    margin-top: 8%;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
}

.alert_box .modal_pop .close {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 8%;
    font-size: 1rem;
    color: #00194b;
    background-color: #fff;
    border: 1px solid #00194b;
}

.alert_box .modal_pop .close:hover {
    background: #00194b;
    color: #fff;
    transition-duration: 0.5s;
}

.alert_box .popup .pop_in div h2 span {
    position: relative;
    padding-left: 40px;
    color: #000
}

.alert_box .popup .pop_in div h2 span:before {
    content: "";
    background-image: url(../images/pop_icon.png);
    width: calc(56px/2);
    height: calc(56px/2);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.alert_box .popup .pop_in div p span {
    color: #00194b;
}
@media (max-width: 767px) {
    .alert_box .popup .pop_in { width:100%; }
    .alert_box .modal_pop .close { height: 40px; max-width: 45%; margin: 8% 1% 0; }
}
/* search */
.search-form {
    margin-top: 34px;
}

.search-form .input {
    position: relative;
    width: 100%;
}

.search-form .input input {
    width: 100%;
    height: 54px;
    border: 0;
    padding: 0 32px;
    background: #f1f1f1;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    font-weight: 300;
}

.search-form .s-bt {
    width: calc(50px/2);
    height: calc(46px/2);
    margin-top: -12px;
    background: url(../images/rp_ch_i.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 24px;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 768px) {
    .search-form {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .search-form .input input {
        height: 40px;
        padding: 0 20px;
    }

    .search-form {
        margin-top: 30px
    }
}

/* map.php */
.sub_map {
    padding-bottom: 101px;
}

.sub_map2 {
    margin-top: 60px
}

.sub_map2>.container>.wrap {
    margin-bottom: 100px;
}

.sub_map2 .wrap>div {
    width: 48%;
}

.sub_map2 .wrap .map {
    height: 470px
}

.sub_map2 .root_daum_roughmap {
	width:100%;
	height:100%;
}

.sub_map2 .root_daum_roughmap .wrap_map {
	height:100%;
}

.sub_map2 .root_daum_roughmap .wrap_map .map_border {
	display: none;
}

.sub_map2 .wrap .map_box {
    margin-left: 4%;
    padding: 36px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #d9d9d9;
}

.sub_map2 .wrap .map_box ul {
    padding-top: 30px;
}

.sub_map2 .wrap .map_box ul li {
    color: #000;
    margin-bottom: 22px;
    line-height: 1.7;
    word-break: keep-all;
}

.sub_map2 .wrap .map_box ul li:nth-child(2n-1) {
    width: 13%;
}

.sub_map2 .wrap .map_box ul li:nth-child(2n) {
    width: 87%;
}

@media (max-width: 767px) {
    .sub_map2 { margin-top: 60px; }
    .sub_map2 .wrap .map {
        height: 250px;
    }

    .sub_map2 .wrap>div {
        width: 100%;
    }
    .sub_map2 .wrap .map_box {
        margin-left: 0;
        border: 0;
        padding: 0;
        margin-top: 30px;
    }
    .sub_map2 .wrap .map_box ul { padding-top: 20px; }
    .sub_map2 .wrap .map_box ul li p { word-break: keep-all; }
    :lang(en) .sub_map2 .wrap .map_box ul li p { line-height: 1.36; }
    :lang(en) .sub_map2 .wrap .map_box ul li p:nth-child(2) { margin-top: 8px }
    .sub_map2 .wrap .map_box h2 { font-size: 20px; }
    .sub_map2>.container>.wrap { margin-bottom: 40px; }
    .sub_map2>.container>.wrap:last-child { margin-bottom: 0; }
    .sub_map2 .wrap { margin-bottom: 0; }
    .sub_map { padding-bottom: 80px; }
}

/* history.php */
.ma_120 {
    margin-top: 120px
}

.his .his_tit {
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.his .his_tit h2 {
    padding: 0 40px;
    line-height: 81px;
    color: #888888;
    transition: .2s linear;
}

.his .his_tit h2.on {
    color: #00349d;
    border-bottom: 4px solid #00349d;
}

.his .his_tit h2:hover {
    color: #00349d;
}

.his .tab {
    display: none;
}

.his .tab .his_titbox {
    background-image: url(../images/his_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 452px;
    padding: 58px 200px;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-position: center;
}

.his .tab .his_titbox::after {
    content: "";
    background-color: #c0b6a2;
    width: 2px;
    height: 108px;
    position: absolute;
    bottom: -23.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.his .tab .his_titbox h1 {
    font-size: 6rem;
    color: #fff
}

.his .tab .his_titbox h1 span {
    font-family: 'Roboto';
    font-size: 7rem;
    letter-spacing: -5px;
}

.his .tab .his_txt {
    position: relative;
    margin-top: 130px;
}

.his .tab .his_txt::after {
    content: "";
    background-color: #e6e6e6;
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 35px;
    left: 50%;
}

.his .tab .his_txt li {
    margin: 0 auto;
    min-height: 62px;
    margin-bottom: 107px;
}

.his .tab .his_txt li:last-child {
    margin-bottom: 0;
    padding-bottom: 212px;
}

.his .tab .his_txt li div {
    padding-top: 5px;
}

.his .tab .his_txt li:nth-child(2n-1) {
    padding-left: calc(50% + 122px);
}

.his .tab .his_txt li:nth-child(2n-1) p b {
    float: left;
}

.his .tab .his_txt li:nth-child(2n-1) p span {
    float: left;
}

.his .tab .his_txt li:nth-child(2n) {
    padding-right: calc(50% + 122px);
    text-align: right;
}

.his .tab .his_txt li p {
    overflow: hidden;
    margin-bottom: 5px;
}

.his .tab .his_txt li:nth-child(2n) p span {
    float: right;
    text-align: right;
}

.his .tab .his_txt li:nth-child(2n) p b {
    float: right;
}

.his .tab .his_txt li p {
    font-size: 1.11rem;
    line-height: 1.4;
    letter-spacing: -0.05em;
    color: #555;
}

.his .tab .his_txt li p b {
    color: #000;
    width: 6%;
}

.his .tab .his_txt li p span {
    text-align: left;
    width: 94%;
    word-break: keep-all;
    text-transform: capitalize;
}

.his .tab .his_txt h2 {
    font-size: 3.47rem;
    letter-spacing: -1px;
    font-weight: 300;
    color: #00349d;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    line-height: 1;
    font-family: 'Roboto';
}
@media (max-width: 1280px) {
    .his .tab .his_titbox { padding: 80px 15px; }
}
@media (max-width: 1023px) {
    .his .tab .his_txt li p b { width: 10%; }
    .his .tab .his_txt li p span { width: 90%; }
}
@media (max-width: 767px) {
    .his .his_tit h2 {
        padding: 0;
        line-height: 60px;
        width: 33.33%;
        text-align: center;
    }

    .his .tab .his_titbox {
        height: 351px;
        padding: 0;
    }
    .his .tab .his_txt h2 { font-size: 30px; left: 0; transform: translate(0,0);}
    .his .tab .his_titbox h1 span { font-size: 47px; letter-spacing: -0.05em; }
    .his .tab .his_titbox h1 { padding-bottom: 40px; padding-left: 15px; font-size: 42px; }
    .his .tab .his_txt::after { display: none; }
    .his .tab .his_titbox::after { height: 60px; bottom: -50%; display: none; }
    .his .tab .his_txt { margin-top: 50px; }
    .his .tab .his_txt li { margin-bottom: 50px; }
    .his .tab .his_txt li:nth-child(2n-1) { padding-left: 0; }
    .his .tab .his_txt li div { padding-top: 40px; }
    .his .tab .his_txt li:nth-child(2n) p span { float: none; text-align: left; }
    .his .tab .his_txt li:nth-child(2n-1) p b, .his .tab .his_txt li:nth-child(2n) p b {
        float: none;
        width: 100%;
        display: block;
    }

    .his .tab .his_txt li:nth-child(2n) { padding-right: 0; text-align: left; }
    .his .tab .his_txt li:last-child { padding-bottom: 80px; }
    .his .tab .his_txt li p { margin-bottom: 20px; font-size: 1rem; }
    .his .tab .his_txt li p span { float: none; }
}

/* compliance.php */
.compli {
    padding-bottom: 156px;
}

.compli .compli_txt {
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.compli .compli_txt h2 {
    padding: 0 40px;
    line-height: 83px;
    color: #888888;
    font-weight: 500;
    transition: .2s linear;
}

.compli .compli_txt h2.on {
    color: #00349d;
    position: relative;
}

.compli .compli_txt h2.on::after {
    content: "";
    background-color: #00349d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 100%;
}

.compli .compli_txt h2:hover {
    color: #00349d;
}

.compli .tab {
    display: none;
}

.compli2 .container {
    max-width: 1410px;
}
.compli2 > div.scroll { overflow-y: hidden; }
.compli .tab .compli_txtbox1 {
    background-image: url(../images/compl_back1.jpg);
}

.compli .tab .compli_txtbox2 {
    background-image: url(../images/compl_back.jpg);
}

.compli .tab .compli_txtbox {
    background-size: cover;
    background-repeat: no-repeat;
    height: 438px;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 105px;
    background-position: center;
}

.compli .tab .compli_txtbox.bg_ot {
    background-image: url(../images/bg_ot.jpg);
}

.compli .tab .compli_txtbox.bg_ot1 {
    background-image: url(../images/bg_ot1.jpg);
}

.compli .tab .compli_txtbox {
    color: #fff;
}

.compli .tab .compli_txtbox h1 {
    font-weight: 600;
    padding-top: 32px;
    line-height: 1;
}

.compli .tab .compli_txtbox p.t18 {
    padding-top: 34px;
    line-height: 1.8;
}

.compli .tab .compli_txtbox ul.wrap {
    justify-content: center;
    padding-top: 30px;
}

.compli .tab .compli_txtbox ul.wrap li {
    margin: 0 8px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 107px;
    height: 107px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
:lang(en) .compli .tab .compli_txtbox ul.wrap li { width: 130px; height: 130px; }
.compli .tab .compli_txtbox ul.wrap li p {
    font-weight: 300;
}

.compli2 .txt_box {
    margin-top: 145px;
}

.compli2 .scroll_box {
    max-width: 1220px;
    border: 1px solid #000;
    padding: 83px 45px;
    height: 400px;
    margin: 60px auto 90px;
    overflow-y: auto;
    position: relative;
    cursor: pointer;
}

.compli2 .scroll_box:before {
    width: 18px;
    height: 11px;
    background: url(../images/toggle.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 24px;
    right: 25px;
    transition: .3s linear;
    content: '';
}

.compli2 .scroll_box.on {
    height: auto;
}

.compli2 .scroll_box.on:before {
    transform: rotate(180deg);
}

.compli2 .scroll_box::-webkit-scrollbar {
    background: transparent;
}

.compli2 .scroll_box::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
}

.compli2 .scroll_box::-webkit-scrollbar-track {
    background: transparent;
}

.compli2 .scroll_box h4 {
    color: #000;
    padding-bottom: 14px;
}

.compli2 .scroll_box .sctxt_box {
    display: block;
    margin-bottom: 36px;
    margin-left: 25px;
}
.compli2 .scroll_box .sctxt_box:last-child { margin-bottom: 0; }
.compli2 .scroll_box .sctxt_box.ma_bt li {
    margin-bottom: 16px;
}

.compli2 .scroll_box .sctxt_box li {
    color: #555555;
    letter-spacing: -1.1px;
    line-height: 1.9;
    position: relative;
    padding-left: 10px;
}

.compli2 .scroll_box .sctxt_box li::before {
    content: " · ";
    font-size: 1.3rem;
    margin-top: -3px;
    left: 0;
    position: absolute;
}

.compli2 .txt_box .t40 {
    color: #000;
    text-align: center;
}

.compli2 .txt_box p.t18 {
    padding: 21px 0 15px;
    color: #555555;
    text-align: center;
    letter-spacing: 0;
}

.compli2 .txt_box .txt_box_in {
    flex-wrap: wrap;
    margin-right: -50px;
    padding-top: 60px
}

.compli2 .txt_box .txt_box_in > li {
    border-top: 1px solid #000;
    width: calc(50% - 50px);
    margin-right: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
}
.compli2 .txt_box .txt_box_in li ul { display: block; }
.compli2 .txt_box .txt_box_in li li { display: flex; width: 100%; }
.compli2 .txt_box .txt_box_in li li::before { content: "·"; margin-right: 5px; }
.compli2 .txt_box .txt_box_in li span {
    color: #00349d;
    font-family: 'Roboto';
    font-weight: 700;
    padding-right: 27px;
}

.compli2 .txt_box .txt_box_in li div {
    padding-bottom: 76px;
    width: calc(100% - 56px);
}

.compli2 .txt_box .txt_box_in li div h4 {
    color: #000;
    font-weight: 500;
    padding-bottom: 22px;
}

.compli2 .txt_box .txt_box_in li div p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    letter-spacing: -0.05em;
    word-break: keep-all;
}
:lang(en) .compli2 .txt_box .txt_box_in li li { margin-bottom: 8px; }
:lang(en) .compli2 .txt_box .txt_box_in li li:last-child { margin-bottom: 0; }
:lang(en) .compli2 .txt_box .txt_box_in li div p { line-height: 1.41; }
.compli2 .txt_btn { text-align: center; }

.compli2 .txt_btn .t36 {
    color: #000;
    font-weight: 400;
    padding: 125px 0 13px;
}

.compli2 .txt_btn div {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.compli2 .txt_btn div a {
    border: 1px solid #000;
    width: 202px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #000;
}

.compli2 .txt_btn div a:hover {
    background-color: #000;
    color: #fff;
    transition-duration: 0.5s;
}

@media (max-width: 1280px) {
    .compli2 .txt_box .txt_box_in li { display: block; }
    .compli .tab .compli_txtbox h1 { padding-top: 0; }
}
@media (min-width: 768px) {
    .compli2 .txt_box .txt_box_in li li::before { padding-top: 3px; }
    :lang(en) .compli2 .txt_box .txt_box_in li li::before { padding-top: 0; }
}
@media (max-width: 767px) {
    .compli .tab .compli_txtbox1 { background-image: url(../images/compl_back1_m.jpg); }
    .compli .tab .compli_txtbox2 { background-image: url(../images/compl_back_m.jpg); }
    .compli .tab .compli_txtbox.bg_ot { background-image: url(../images/bg_ot_m.jpg); }
    .compli2 .txt_box p.t18 { padding-top: 7px; }
    .compli .compli_txt h2 { width: 25%; padding: 0; text-align: center; height: 55px; line-height: 55px; margin-top: -4px; }
    .compli .tab .compli_txtbox { height: 351px; padding: 40px 15px; margin-bottom: 60px; }
    .compli2 .txt_box .txt_box_in li div p { line-height: 1.4; }
    .compli .tab .compli_txtbox h1 { margin: 0; padding: 0; font-size: 35px; }
    .compli .tab .compli_txtbox p.t18 { padding-top: 20px; word-break: keep-all; }
    :lang(en) .compli .compli_txt { flex-wrap: nowrap; width: 555px; margin: 0 15px; position: relative; }
    :lang(en) .compli .compli_txt::before { content: ""; background-color:#f2f2f2; height: 60px; width: calc(100% + 30px); position: absolute; top: 0; left: -15px; z-index: -1 }
    :lang(en) .compli .compli_txt h2 { width: auto; margin-right: 15px; }
    /* :lang(en) .compli2 .txt_box .txt_box_in li div p { margin-bottom: 8px; } */
    .compli .compli_txt h2.on::after { height: 2px; }
    .compli2 .txt_box { margin-top: 0 }
    .compli2 .txt_box .t40 { font-size: 30px; word-break: keep-all; }
    .compli2 .txt_box .txt_box_in > li { width: 100%; padding-top: 30px }
    .compli2 .txt_box .txt_box_in li li { padding-top: 5px; }
    .compli2 .txt_box .txt_box_in li li::before { margin-top: -1px; }
    :lang(en) .compli2 .txt_box .txt_box_in li li { padding-top: 0; }
    .compli2 .txt_box .txt_box_in > li:last-child { padding-bottom: 60px; }
    .compli2 .txt_box .txt_box_in li div { padding-bottom: 30px; width: 100%; }
    .compli2 .txt_box .txt_box_in > li:last-child div { padding-bottom: 0 }
    .compli2 .txt_box .txt_box_in li div h4 { padding-bottom: 12px; font-size: 20px; }
    .compli2 .txt_btn .t36 { padding: 0; font-size: 22px; word-break: keep-all; }
    .compli2 .txt_btn div { margin-right: -20px; margin-top: 30px; }
    .compli2 .txt_btn div a { width: 150px; margin: 0 5px 0 0; color: #000; }
    .compli { padding-bottom: 100px; }
    .compli2 .scroll_box { padding: 20px; margin: 30px auto; }
    .compli_re .file_form { width: calc(100% - 88px); display: block; }
    .compli2 .scroll_box .sctxt_box { margin-left: 17px; }
    .compli2 .scroll_box .sctxt_box li { font-size: 14px; line-height: 22px; margin-bottom: 10px; }
    .compli2 .scroll_box .sctxt_box li:last-child { margin-bottom: 0; }
    .compli2 .scroll_box .sctxt_box li::before { margin-top: 0; }

}

/* compliance-proposal.php */
.compli_pr .compli_txtbox {
    background-image: url(../images/compl_back1.jpg);
}
.compli_re .compli_txtbox {
    background-image: url(../images/compl_back1.jpg);
}
@media (max-width: 767px) {
    .compli_pr .compli_txtbox { background-image: url(../images/compl_back1_add_m.jpg); }
    .compli_re .compli_txtbox { background-image: url(../images/compl_back1_m.jpg); }
    .compli_pr.compli .tab#compli_tab1 .compli_txtbox { height: 508px; padding: 0 15px; }
    .compli_pr .tab .compli_txtbox ul.wrap li { width: 99px; height: 99px; }
    .compli .tab .compli_txtbox ul.wrap li p { font-size: 14px; line-height: 20px!important; }
    .compli2 .txt_box .txt_box_in { padding-top: 30px }
}
@media (max-width: 374px) {
    .compli_pr.compli .tab#compli_tab1 .compli_txtbox { height: auto; padding-bottom: 20px; }
}
/* recruitment.php */
.recru {
    padding-bottom: 200px;
}
.sub .recru .list_bt { margin-bottom: 0; }
.recru2 {
    background-image: url(../images/talent_back.jpg);
    height: 523px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.recru2 h1 {
    color: #fff;
}

.recru3 {
    margin-top: 136px;
}

.recru3 .container {
    max-width: 1216px
}

.recru3 h2.t26 {
    width: 20%;
    margin-right: 3.5%;
    border-top: 1px solid #000;
    color: #000;
    font-weight: 700;
    padding-top: 22px;
}

.recru3 .txt_box {
    width: 76.5%;
    border-top: 1px solid #000;
    padding-top: 29px;
    margin-bottom: 52px;
}

.recru3 .txt_box .t20 {
    color: #0d3c9a;
    margin-bottom: 10px;
}

.recru3 .txt_box p.t17.in10 {
    text-indent: 10px;
}

.recru3 .txt_box .t17 {
    line-height: 2;
    margin-bottom: 37px;
    color: #555;
}

.recru3 .txt_box .t17 span b {
    padding-left: 12px;
    position: relative;
}

.recru3 .txt_box .t17 span b::before {
    width: 3px;
    height: 3px;
    background: #555;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
}

.recru3 .txt_box2 {
    justify-content: space-between;
    padding: 72px 0 18px;
    width: 76.5%;
    border-top: 1px solid #000;
}

.recru3 .txt_box2 li {
    border-radius: 50%;
    width: 178px;
    height: 178px;
    border: 1px solid rgba(0, 52, 157, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.recru3 .txt_box2 li::after {
    content: "";
    background-image: url(../images/rec_ic.png);
    position: absolute;
    right: -28%;
    top: 43%;
    transform: translate(-50%);
    width: calc(26px/2);
    height: calc(42px/2);
    background-repeat: no-repeat;
    background-size: contain;
}

.recru3 .txt_box2 li:last-child {
    border-width: 3px;
    border-color: #00349d;
}

.recru3 .txt_box2 li:last-child::after {
    display: none;
}

.recru3 .txt_box2 li:last-child h4.t20 {
    color: #00349d;
}

.recru3 .txt_box2 li span {
    font-size: 12px;
    letter-spacing: -0.2px;
    display: block;
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 2px;
}

.recru3 .txt_box2 li:nth-child(2n-1) span {
    color: #0066b3;
}

.recru3 .txt_box2 li:nth-child(2n) span {
    color: #00349d;
}

.recru3 .txt_box2 li h4.t20 {
    color: #000
}

.recru3 .bullet_txt {
    flex-direction: column;
}

.recru3 .bullet_txt li {
    padding-left: 12px;
    position: relative;
}

.recru3 .bullet_txt li:before {
    width: 3px;
    height: 3px;
    background: #555;
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
}

@media (max-width: 1023px) {
    .recru3 .txt_box2 li::after {
        right: -12px;
        top: 50%;
        transform: translate(0, -50%);
        width: calc(26px/3);
        height: calc(42px/3);
    }
}

@media (max-width: 767px) {
    .recru .scroll { overflow-x: hidden; white-space: inherit; }
    .recru  .table_box tbody tr td:nth-child(1) { width:75%; }
    .recru  .table_box tbody tr td:nth-child(2) { width:25%; }
    .recru .scroll
    .recru2 {
        height: 362px;
        padding: 0 15px;
    }

    .recru3 {
        margin-top: 60px;
    }

    .recru3 h2.t26 {
        width: 100%;
        margin-right: 0;
    }

    .recru3 .txt_box .t17 {
        margin-bottom: 30px;
    }

    .recru3 .txt_box {
        width: 100%;
        border-top: 0;
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .recru3 .txt_box2 li {
        width: 150px;
        height: 150px;
        margin-bottom: 30px
    }

    .recru3 .txt_box2 {
        padding: 30px 0 0;
        width: 100%;
        border-top: 0;
    }

    .recru3 .txt_box2 ul.txt_box2 { padding: 30px 0 0; }
    .recru3 .txt_box2 li::after {
        right: -21%;
        top: 50%;
        transform: translate(0, -50%);
        width: calc(26px/2);
        height: calc(42px/2);
    }
    .recru { padding-bottom: 100px; }
}

/* fleet.php */
.fl2 {
    padding: 97px 0 117px;
}

.fl2 .fl_list {
    margin-right: -30px
}

.fl2 .fl_list li {
    width: calc(20% - 30px);
    margin-right: 30px;
    font-family: 'Roboto';
    position: relative;
    margin-bottom: 37px;
}

.fl2 .fl_list li::after {
    content: "";
    background: #222;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.fl2 .fl_list li .txt_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    height: 100px;
}

.fl2 .fl_list li.on::after {
    background-color: #00349d;
    height: 4px;
}

.fl2 .fl_list li.on .txt_box {
    color: #00349d;
}

.fl2 .fl_list li .txt_box {
    width: 30%;
    color: #000;
}

.fl2 .fl_list li .txt_box span {
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 1
}

.fl2 .fl_list li .txt_box h2 {
    font-size: 1.88rem;
    line-height: 1;
    letter-spacing: -1px;
    padding-top: 5px
}

.fl2 .fl_list li .img_box {
    text-align: right;
    width: 70%;
}

.fl2 .fl_list li .img_box img {
    max-width: calc(328px/2)
}

/* .fl2 .fl_list li:nth-child(1) {
    width: 277px;
    margin-right: 23px;
} */
.fl2 .fl_list li:hover .txt_box {
    color: #00349d;
}

.fl2 .fl_list li:hover:after {
    background: #00349d;
}

.fl2 .fl_list li .img_box .on {
    display: none;
}

.fl2 .fl_list li.on .img_box .on, .fl2 .fl_list li:hover .img_box .on {
    display: inline-block;
}

.fl2 .fl_list li.on .img_box .off, .fl2 .fl_list li:hover .img_box .off {
    display: none;
}

.fl2 .fl_list .lngc.on .txt_box, .fl2 .fl_list .lngc:hover .txt_box {
    color: #00b958;
}

.fl2 .fl_list .lngc.on::after, .fl2 .fl_list .lngc:hover::after {
    background: #00b958
}

.fl2 .fl_list .pctc.on .txt_box, .fl2 .fl_list .pctc:hover .txt_box {
    color: #ef7513;
}

.fl2 .fl_list .pctc.on::after, .fl2 .fl_list .pctc:hover::after {
    background: #ef7513
}

.fl2 .table_box tbody tr td {
    text-align: center;
}

.fl2 .caption {
    margin: 110px 0 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.88rem;
    font-weight: 500;
    color: #000;
    opacity: .7;
}

.fl2 .caption:before {
    width: 12px;
    height: 13px;
    margin-right: 6px;
    background: url(../images/leaf.png)no-repeat;
    background-size: contain;
    content: '';
}

.fl2 .table_box {
    margin: 0 0 82px;
    font-family: 'Roboto';
}

.fl2 .table_box tbody tr td .leaf {
    position: relative;
    padding-left: 25px;
}

.fl2 .table_box tbody tr td .leaf::after {
    content: "";
    background-image: url(../images/leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: calc(38px/2);
    height: calc(42px/2);
    left: 0;
}

.fl2 .table_box thead tr th:nth-child(1) {
    width: 12%;
}

.fl2 .table_box thead tr th:nth-child(2) {
    width: 28%;
}

.fl2 .table_box thead tr th:nth-child(3) {
    width: 19%;
}

.fl2 .table_box thead tr th:nth-child(4) {
    width: 21%;
}

.fl2 .table_box thead tr th:nth-child(5) {
    width: 20%;
}

@media (max-width: 1280px) {
    .fl2 .fl_list li { width: calc(25% - 30px); }
}

@media (max-width: 1023px) {
    .fl2 .fl_list {
        margin-right: -20px;
    }

    /* .fl2 .fl_list li:nth-child(1) {
        width: calc(33.3% - 20px);
        margin-right: 20px;
    } */
    .fl2 .fl_list li {
        width: calc(33.3% - 20px);
        margin: 0 20px 0 0;
    }
}

@media (max-width: 767px) {
    .scroll {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .fl2 .table_box {
        min-width: 520px;
        margin-bottom: 0;
    }

    .fl2 .fl_list li:nth-child(1) {
        width: calc(100% - 20px);
        margin-right: 20px;
    }

    .fl2 .fl_list li {
        width: calc(50% - 20px);
        margin: 0 20px 20px 0;
        padding-bottom: 8px;
    }
    .fl2 .fl_list li .txt_box h2 { font-size: 22px; }
    .fl2 .fl_list li .img_box { text-align: right; width: 100%; }
    .fl2 .fl_list li .img_box img { max-width: calc(328px/3); }
    .fl2 .fl_list li .txt_box {
        width: 100%;
        text-align: left;
    }

    .fl2 {
        padding: 40px 0 60px;
    }

    .fl2 .caption {
        margin-top: 20px;
    }

    .fl2 .fl_list li .txt_wrap {
        height: auto;
        min-height: 50px;
    }
}

/* ship-management.php */
.shm {
    padding-bottom: 195px;
}

.shm2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/shm2_back.jpg);
    height: 895px;
    color: #fff;
    padding-top: 145px;
}

.shm2 .container {
    height: 100%;
}

.shm2 .t102 { position: absolute; top: -4px; left: 0; line-height: 1.1; width: calc(100% - 510px); padding-right: 30px; }

.shm2 .txt_box {
    height: 100%;
    align-items: end;
    justify-content: space-between;
}

.box_ri {
    margin: 0 0 0 auto;
}

.shm2 .box_wrap .box {
    width: 510px;
    height: 304px;
    padding: 40px;
    position: relative;
}

.shm2 .box_wrap .box::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: calc(286px/2);
    height: calc(238px/2);
}

.shm2 .box_wrap .box .t32 {
    margin-bottom: 15px;
}

.shm2 .box_wrap .box .t17 {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-weight: 300;
}

.shm2 .box_wrap .box.bc1::after {
    background-image: url(../images/shm_ic1.png);
}

.shm2 .box_wrap .box.bc2::after {
    background-image: url(../images/shm_ic2.png);
}

.shm2 .box_wrap .box.bc3::after {
    background-image: url(../images/shm_ic3.png);
}

.shm2 .txt_box a.t18 {
    display: block;
    margin-bottom: 55px;
    font-weight: 500;
    position: relative;
    padding-right: 20px
}

.shm2 .txt_box a.t18::after {
    content: "";
    background-image: url(../images/shm2_ne.png);
    width: calc(20px/2);
    height: calc(32px/2);
    position: absolute;
    right: 0;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}

.shm2 .txt_box a.t18:hover::after {
    animation-name: next_move;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation: next_move 1s both infinite;
}

@keyframes next_move {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, 0);
        v
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes next_move {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.bc1 {
    background-color: #16449F
}

.bc2 {
    background-color: #0F3889
}

.bc3 {
    background-color: #0A2D73
}

.shm3 {
    color: #000
}

.shm3 .wrap {
    max-width: 1010px;
    margin: 0 0 0 auto;
}

.shm3 .t20 {
    margin: 104px 0 81px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    word-break: keep-all;
}

.shm3 .t20::before {
    content: "";
    background-color: #c0b6a2;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: -30px;
}

.shm3 .t17 {
    line-height: 1.7;
    word-break: keep-all;
    word-break: keep-all;
}

.shm3 .t17 b {
    font-weight: 700
}
@media (max-width: 1400px) {
    .shm2 {height: auto; }
}
@media (min-width: 1281px) {
    .shm2 {
        background-attachment: fixed;
    }
}

@media (max-width: 1280px) {
    .shm2 .box_wrap { width: 100%; }
    .shm2 .box_wrap .box { width: 50%; }
    .shm2 .box_wrap .wrap li .box { width:100%; }
}

@media (max-width: 1023px) {
    .shm2 .box_wrap .box::after {
        width: calc(286px/4);
        height: calc(238px/4);
    }
}

@media (max-width: 767px) {
    .shm2 .txt_box a.t18 { display: none; }
    .shm { padding-bottom: 100px; }
    .shm2 .box_wrap .box .t32 { font-size: 20px; margin-bottom: 10px; }
    .shm .shm2 .box_wrap .box { height: 238px; }
}

/* bulk.php */
.bulk {
    padding-bottom: 200px
}

.bulk .shm2 {
    background-image: url(../images/bulk_back.jpg);
}

.bulk .shm2 .box_wrap .box.bc1::after {
    background-image: url(../images/bulk_ic1.png);
}

.bulk .shm2 .box_wrap .box.bc2::after {
    background-image: url(../images/bulk_ic3.png);
}

.bulk .shm2 .box_wrap .box.bc3::after {
    background-image: url(../images/bulk_ic2.png);
}

.bulk .shm2 .box_wrap .box::after {
    width: calc(252px/2);
    height: calc(248px/2);
}

.bulk .shm2 .txt_box {
    justify-content: flex-end;
}
.bulk .shm2 .txt_box li { width: 50%; }

/* 202206추가 */
.addtxt { text-align: right; padding-top: 60px; margin-bottom: -71px; }
.bulk div.tit p.t20 { color: #b4c3df; border: 1px solid rgba(180,195,223,0.3); display: inline-block; padding: 3px 12px; }
.bulk .bul2 .wrap .box:nth-child(1) { width: calc(39% - 50px); padding-top: 26px; }
.bulk .bul2 .wrap .box:nth-child(1) .tit:nth-child(1) { padding-bottom: 75px; }
.bulk .bul2 .wrap .box:nth-child(2) { width: calc(61% - 50px); }
.bulk .bul2 .wrap .box:nth-child(2) .box_in { background-color: transparent;; }
.bulk .bul2 .wrap .box:nth-child(2) .box_in img { border-radius: 10px; }
.bulk .bul2 .box .box_in::after { display: none; }
.bulk .bul2 .box .box_in .img_wrap { padding-top: 10px; }

.bul2 {
    background-color: #172238;
    margin: 113px 0 130px;
    padding: 130px 0 136px;
}

.bul2 .tit {
    color: #fff
}

.bul2 .box {
    color: #fff;
    width: calc(50% - 50px);
    margin-right: 50px;
    margin-bottom: 68px;
}

.bul2 .container>.wrap {
    margin-right: -50px;
}

.bul2 .tit p {
    font-weight: 500;
}

.bul2 .box .tit h1 {
    padding: 8px 0 25px;
    font-weight: 300;
    letter-spacing: 0;
}

.bul2 .box .tit h1 .t72 {
    font-weight: 500;
}

.bul2 .box .box_in {
    border-radius: 10px;
    color: #b4c3df;
    height: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

.bul2 .box .box_in span {
    color: #b4c3df;
}

.bul2 .box:nth-child(1) .box_in {
    background-color: #263757;
}

.bul2 .box1 .box_in::after {
    background-image: url(../images/bul2_ic1.png);
    width: 518px;
    height: 165px;
}

.bul2 .box2 .box_in::after {
    background-image: url(../images/bul2_ic2.png);
    width: calc(248px/2);
    height: calc(262px/2);
}

.bul2 .box .box_in::after {
    top: 38%;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.bul2 .box:nth-child(2) .box_in {
    background-color: #6c7fa2;
}

.bul2 .box .box_in div h4 {
    display: inline-block;
    padding-bottom: 40px;
    font-weight: 500;
}

.bul2 .box1 .box_in div h4:nth-child(1) {
    transform: translate(-32px, 0px);
}

.bul2 .box1 .box_in div h4:nth-child(2) {
    transform: translate(100px, 0);
}

.bul2 .box .box_in div h4 span {
    padding: 0 5px;
}

.bul2 .box2 .box_in h4, .bul2 .box2 .box_in h4 span {
    color: #cbd6ea
}

.bul2 .box2 .box_in h4 span {
    padding: 0 5px 0px 0 !important;
    margin-left: -5px;
}
.bul2 .ship_box {
    width: calc(50% - 25px);
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 40px;
    margin-right: 25px;
}

.bul2 .ship_box::after {
    content: "";
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.bul2 .ship_box:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bul2 .ship_box:nth-child(1)::after {
    background-image: url(../images/bul2_ic3.png);
    width: calc(576px/2);
    height: calc(124px/2)
}

.bul2 .ship_box:nth-child(2)::after {
    background-image: url(../images/bul2_ic4.png);
    width: calc(574px/2);
    height: calc(124px/2);
}

.bul2 .ship_box h3 {
    padding: 100px 0 30px;
}

.bul2 .ship_box h4 {
    font-weight: 400
}

.bul2 .ship_box h4 span {
    line-height: 1;
    padding: 0 2px
}

.bul2 .ship_box p {
    font-size: 14px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 3px;
}

.bul2 .caption {
    margin-bottom: 30px;
    text-align: right;
    font-size: 0.88rem;
    font-weight: 500;
    color: #fff;
    opacity: .7;
}

.bul3 .map {
    position: relative;
    width: 100%;
    /* height: 680px; */
    color: #000;
    margin-bottom: 32px;
}

.bul3 .map .img_box {
    margin-top: -20px;
}
.bul3 .table_box thead th {
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: -0.5px;
}

.bul3 .table_box thead th span {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}

.bul3 .table_box thead th span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.bul3 .table_box thead th:nth-child(1) {
    width: 35%;
}

.bul3 .table_box thead th:nth-child(1) span {
    margin-left: -41px;
}

.bul3 .table_box thead th:nth-child(1) span::after {
    background-color: #00349d
}

.bul3 .table_box thead th:nth-child(2) span::after {
    background-color: #dc6d00
}

.bul3 .table_box thead th:nth-child(2) span {
    margin-left: -126px;
}

.bul3 .table_box thead th:nth-child(2) {
    width: 65%;
}

.bul3 .table_box tbody tr {
    height: 44px;
}

.bul3 .table_box tbody tr td {
    font-size: 0.82rem;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: -0.5px;
}

@media (max-width: 1280px) {
    .bul2 .container>.wrap { margin-right: -30px; }
    .bul2 .box { width: calc(50% - 30px); margin-right: 30px; }
    .bul2 .box1 .box_in div h4:nth-child(1) { transform: translate(0, 0); }
    .bul2 .box1 .box_in div h4:nth-child(2) { transform: translate(0, 0); margin-left: 20px; }
}
@media (max-width: 1036px) {
    .bul2 .box1 .box_in div h4:nth-child(2) { margin-left: 0; }
}
@media (max-width: 1023px) {
    .addtxt  { margin-bottom: -60px }
    .shm2 {
        height: auto;
        padding-top: 60px;
    }

    .shm2 .t102 {
        position: relative;
        padding-bottom: 60px;
    }

    .bulk .shm2 {
        height: auto;
    }

    .shm2 .box_wrap {
        width: 100%;
    }

    .shm2 .box_wrap .box {
        width: 50%
    }

    .shm2 .txt_box ul li {
        width: 50%;
    }

    .shm2 .box_wrap li .box {
        width: 100%;
    }

    .bul2 .container>.wrap {
        margin-right: 0;
    }

    .bul2 .box {
        color: #fff;
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }
    .bulk .shm2 .box_wrap .box::after {
        width: calc(252px/4);
        height: calc(248px/4);
    }
    .bul3 .map .t32 { font-size: 30px }
    .bul3 .map::after {
        top: 80px;
        width: 100%;
        height: 500px;
    }
    .bulk .bul2 .wrap .box:nth-child(1) { width: 100%; padding-top: 0; }
    .bulk .bul2 .wrap .box:nth-child(2) { width: 100%; }
    .bulk .bul2 .wrap .box:nth-child(2) .box_in { height: auto; margin: 0; padding: 0; display: block; }

}

@media (max-width: 767px) {
    .addtxt  { margin-bottom: 0; padding-top: 30px; font-size: 13px; }
    .bulk .shm2 .txt_box li { width: 100%; }
    .shm2 { padding-top: 60px; }
    .sub .shm2 .t102 { left: 0; padding-bottom: 40px; letter-spacing: -0.02em; width: 100%; font-size: 47px; line-height: 53px; }
    .shm2 .box_wrap .box { width: 100%; height: 203px; padding: 22px }
    .shm2 .txt_box ul li { width: 100%; }
    .bulk .shm2 .box_wrap .box::after {
        right: 22px;
        bottom: 22px;
    }
    .shm3 .t20 { margin: 60px 0 40px; }
    .bul2 { background-color: #172238; margin: 60px 0; padding: 60px 0; }
    .bul2 .tit p { font-size: 14px }
    .bul2 .box .tit h1 { font-size: 22px; }
    .bul2 .box .tit h1 .t72 { font-size: 32px; }
    .bul2 .ship_box { margin-top: 20px; margin-right: 0; width: 50%; }
    .bul2 .ship_box:nth-child(1)::after {
        width: calc(576px/4);
        height: calc(124px/4);
    }

    .bul2 .ship_box:nth-child(2)::after {
        width: calc(572px/4);
        height: calc(128px/4);
    }
    .bul2 .box .box_in { height: 210px; }
    .bul2 .box .box_in::after { top: 33%; }
    .bul2 .box2 .box_in::after {
        width: calc(248px/3);
        height: calc(262px/3);
    }
    .bul2 .ship_box h4 span { font-size: 32px; }
    .bul2 .ship_box::after { top: 42px; }
    .bul2 .caption { margin-bottom: 10px; }
    .bul3 .table_box thead th span::after {
        width: 8px;
        height: 8px
    }

    .sub .bul3 .table_box thead th span {
        margin-left: 0;
        padding-left: 12px;
    }

    .bul3 .map .img_box img {
        width: 100%;
    }

    .bul3 .map .img_box {
        margin-top: 40px
    }

    .bul3 .map {
        height: auto;
        margin-bottom: 0;
    }

    .bul3 .map::after {
        display: none;
        height: 100%;
    }

    .bulk { padding-bottom: 70px; }
    .bulk .bul2 .wrap .box:nth-child(1) .tit:nth-child(1) { padding-bottom: 0; }
    .bulk .bul2 .wrap .box:nth-child(1) { margin-bottom: 5px; }
}

/* lng.php */
.lng {
    padding-bottom: 200px
}

.lng .shm2 {
    background-image: url(../images/lng_back.jpg);
}

.lng .shm2 .box_wrap .box.bc1::after {
    background-image: url(../images/lng_ic1.png);
}

.lng .shm2 .box_wrap .box.bc2::after {
    background-image: url(../images/lng_ic2.png);
}

.lng .shm2 .box_wrap .box.bc3::after {
    background-image: url(../images/lng_ic3.png);
}

.lng .shm2 .box_wrap .box::after {
    width: calc(236px/2);
    height: calc(232px/2);
}

.lng .shm2 .txt_box {
    justify-content: flex-end;
}

.lng .bul3 .map::after {
    background-image: url(../images/lng_map.png);
}

.lng .bul2 .ship_box:nth-child(1)::after {
    background-image: url(../images/lng_shipic1.png);
    width: calc(572px/2);
    height: calc(128px/2);
}

.lng .bul2 .ship_box:nth-child(2)::after {
    background-image: url(../images/lng_shipic2.png);
    width: calc(572px/2);
    height: calc(128px/2);
}

.lng .bul3 .table_box tbody tr td:nth-child(2n-1) {
    position: relative;
    left: -13px;
}
.lng .table_box { margin-top:52px; }

.lng div.tit p.t20 { color: #b4c3df; border: 1px solid rgba(180,195,223,0.3); display: inline-block; padding: 3px 12px; }
.lng .bul2 .wrap .box:nth-child(1) { width: 39%; padding-top: 26px; margin-right: 0 }
.lng .bul2 .wrap .box:nth-child(1) .tit:nth-child(1) { padding-bottom: 75px; }
.lng .bul2 .wrap .box:nth-child(2) { width: 61%; margin-right: 0 }
.lng .bul2 .wrap .box:nth-child(2) .box_in { background-color: transparent;; }
.lng .bul2 .wrap .box:nth-child(2) .box_in img { border-radius: 10px; }
.lng .bul2 .box .box_in::after { display: none; }
.lng .bul2 .box .box_in .img_wrap { padding-top: 10px; }

@media (max-width: 1023px) {
    .shm2 .box_wrap .box { padding: 30px; }
    .lng .shm2 .box_wrap .box::after {
        width: calc(236px/4);
        height: calc(232px/4);
    }
    .lng .table_box { margin-top:40px; }
    .lng .bul2 .wrap .box:nth-child(1) { width: 100%; padding-top: 0; }
    .lng .bul2 .wrap .box:nth-child(2) { width: 100%; }
    .lng .bul2 .wrap .box:nth-child(2) .box_in { height: auto; margin: 0; padding: 0; display: block; }
}

@media (max-width: 767px) {
    .lng .bul2 .ship_box:nth-child(1)::after {
        background-image: url(../images/lng_shipic1.png);
        width: calc(572px/4);
        height: calc(128px/4);
    }

    .lng .bul2 .ship_box:nth-child(2)::after {
        background-image: url(../images/lng_shipic2.png);
        width: calc(572px/4);
        height: calc(128px/4);
    }
    .lng .bul2 .wrap .box:nth-child(1) .tit:nth-child(1) { padding-bottom: 0; }
    .lng .bul2 .wrap .box:nth-child(1) { margin-bottom: 5px; }

}

/* lng-fulled-and-bunkering-vessel.php */
.lng_full {
    padding-bottom: 185px
}

.lng_f2 {
    background-size: cover;
    background-position: center;
    background-image: url(../images/lng_fulled_back.jpg);
    height: 705px;
    color: #fff;
    padding-top: 162px;
}

.lng_f2 .t102 {
    line-height: 1.1;
}

.lng_f2 .t102 span {
    position: relative;
    padding-right: 85px
}

.lng_f2 .t102 span::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(../images/lng_f2.png);
    width: calc(132px/2);
    height: calc(150px/2);
}

.lng_f2 .t18 {
    margin-top: 51px;
    line-height: 1.8;
}

.lng_f3 {
    margin: 130px 0 120px;
}

.lng_f3 .wrap {
    margin-bottom: 105px;
    align-items: center;
}



.lng_f3 .img_box {
    overflow: hidden;
}

@media (min-width: 768px) {
    .lng_f3 .wrap { margin-right: -100px; }
    .lng_f3 .img_box, .lng_f3 .txt_box {
        width: calc(50% - 100px);
        margin-right: 100px;
    }

}

/* .lng_f3 .img_box:hover img {
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
    -webkit-transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
    will-change: transform;
    transform: scale(1.05) rotate(0.001deg);
}

.lng_f3 .img_box img {
    transition: transform 600ms ease 0s;
    transform: translate(0px, 0px);
} */
.lng_f3 .txt_box.wrap {
    align-items: center;
    margin: 0
}

/* .lng_f3 .wrap:not(.reverse) div:nth-child(2n-1) {
    margin-right: 112px;
} */
.lng_f3 .txt_box h2 {
    color: #000
}

.lng_f3 .txt_box p {
    color: #000;
    padding-top: 20px;
    line-height: 1.6;
}

.lng_full .bul2 {
    margin: 154px 0 146px;
}

.lng_full .bul2 .box {
    width: 100%;
}

.lng_full .bul2 .ship_box:nth-child(1)::after {
    background-image: url(../images/lng_full_ic1.png);
    width: calc(660px/2);
    height: calc(124px/2);
}

.lng_full .bul2 .ship_box:nth-child(2)::after {
    background-image: url(../images/lng_full_ic2.png);
    width: calc(660px/2);
    height: calc(124px/2);
}

.lng_f4_box {
    max-width: 768px;
    margin: 27px 0 0 auto;
}

.lng_f4_box li {
    border-top: 1px solid rgba(119, 119, 199, 0.2);
    padding: 25px 0 62px;
}

.lng_f4_box li:last-child {
    padding-bottom: 0
}

.lng_f4_box li .txt_box {
    width: 38%;
}

.lng_f4_box li .txt_box h4 {
    position: relative;
    padding: 120px 5px 0;
}

.lng_f4_box li .txt_box h4::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(376px/2);
    height: calc(152px/2);
    position: absolute;
    left: 0;
    top: 18px
}

.lng_f4_box li:nth-child(1) .txt_box h4::after {
    background-image: url(../images/lng_full_ic3.png);
}

.lng_f4_box li:nth-child(2) .txt_box h4::after {
    background-image: url(../images/lng_full_ic4.png);
}

.lng_f4_box li .btxt_box {
    color: #00b958;
    width: 62%;
}

.lng_f4_box li .btxt_box .t90 {}

.lng_f4_box li .btxt_box .t30 {
    position: relative;
    left: -10px;
    top: -3px;
}

@media (min-width: 1281px) {
    .lng_f2 {
        background-attachment: fixed;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .lng_f3 .wrap { margin-right: -60px; }
    .lng_f3 .img_box, .lng_f3 .txt_box {
        margin-right: 60px;
        width: calc(50% - 60px);
    }
}

@media (max-width: 1023px) {
    .lng_f3 .txt_box h2 br {
        display: none;
    }

    .lng_full .bul2 {
        margin: 60px 0;
    }
    .lng_f4_box { margin-top: 62px; }
}

@media (max-width: 767px) {
    .lng {
        padding-bottom: 75px;
    }

    .lng_f2 {
        padding: 40px 0;
        height: auto;
    }

    .lng_f2 .t18 {
        margin-top: 20px;
    }

    .lng_f2 .t102 span {
        padding-right: 45px;
    }
    .lng_f2 .t102 span::after { width: calc(132px/4); height: calc(150px/4); top: 72%; }
    .lng_f3 {
        margin: 40px 0;
    }

    .lng_f3 .wrap div:nth-child(2n-1) {
        margin-right: 0;
    }

    .lng_f3 .img_box {
        margin-bottom: 20px
    }

    .lng_f3 .img_box, .lng_f3 .txt_box {
        width: 100%;
    }

    .lng_f3 .wrap {
        margin-bottom: 40px
    }
    .lng_f3 .txt_box p { padding-top: 12px; word-break: keep-all; }
    .bul2 .box { margin-bottom: 40px; }
    .bul2 .box .box_in div {
        width: 100%
    }

    .bul2 .box1 .box_in::after {
        width: calc(518px/2);
        height: calc(165px/2);
    }

    .bul2 .box1 .box_in div h4:nth-child(1), .bul2 .box1 .box_in div h4:nth-child(2) {
        transform: translate(0, 0);
    }

    .bul2 .box .box_in div h4 {
        width: 49%;
        text-align: center;
        padding-bottom: 20px;
        font-size: 17px;
    }

    .bul2 .box.box2 .box_in div h4 {
        width: 100%;
        font-size: 17px;
    }
    .bul2 .box2 .box_in h4 span { font-size: 22px; }
    .lng_full .bul2 .ship_box:nth-child(1)::after, .lng_full .bul2 .ship_box:nth-child(2)::after { width: calc(658px/4); height: calc(124px/4); }
    .bul2 .ship_box h3 { padding: 80px 0 5px; }
    :lang(en) .bul2 .ship_box h3 { height: 132px; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; line-height: 1.2 }
    .bul2 .ship_box p { padding-top: 5px; font-size: 12px; }
    .lng_f4 .tit span { display: block; }
    .lng_f4_box li .txt_box, .lng_f4_box li .btxt_box {
        width: 100%;
    }

    .lng_f4_box {
        margin: 40px 0 0;
    }

    .lng_f4_box li {
        padding: 40px 0;
    }

    .lng_full {
        padding-bottom: 60px;
    }

    .lng_f4_box li .txt_box h4::after {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(376px/3);
        height: calc(152px/3);
    }

    .lng_f4_box li .txt_box h4 {
        text-align: center;
        padding: 65px 5px 5px;
    }

    .lng_f4_box li .btxt_box .t90 {
        text-align: center;
    }
}

/* talent.php */
.tal2 {
    background-image: url(../images/talent_back2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tal2 .wrap {
    height: 523px;
    align-items: center;
    justify-content: center;
}

.tal2 .t38 {
    color: #fff;
    text-align: center;
    font-weight: 600
}
.talent .sub_save3 { padding-top: 134px; }
.talent .sub_save3 ul li .i_img {
    margin: 0 auto 35px;
}
.talent .sub_save3 ul li { width: 33.3%; text-align: center; padding: 24px 30px 74px }
.talent .sub_save3 ul li:nth-child(2) { border-right: 1px solid rgba(0,0,0,0.2); border-left: 1px solid rgba(0,0,0,0.2); }
.talent .sub_save3 ul li h2 {
    font-weight: 600;
    line-height: 1.4;
    padding: 16px 0;
}

.talent .sub_save3 ul li .t17 {
    text-align: center;
    line-height: 1.8;
    font-weight: 400;
    word-break: keep-all;
}

.talent .sub_save3 ul li.s3_i1 .i_img::after {
    background-image: url(../images/tal_ic1.png);
}

.talent .sub_save3 ul li.s3_i2 .i_img::after {
    background-image: url(../images/tal_ic3.png);
}

.talent .sub_save3 ul li.s3_i3 .i_img::after {
    width: 100%;
    height: 100%;
    background-image: url(../images/tal_ic2.png);
}
@media (max-width: 1023px) {
    .talent .sub_save3 ul li { border-bottom: 0 }
}
@media (max-width: 767px) {
    .tal2 { height: 351px; display: flex; align-items: center; }
    .sub_save3 ul li .i_img::after { width: calc(182px/3); height: calc(162px/3); }
    .sub_save .sub_save3 ul li .i_img::after { width: 66px; height: 66px; }
    .tal2 .wrap { height: 275px; }
    .talent .sub_save3 { padding: 70px 0 100px; }
    .talent .sub_save3 ul li { width:100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 30px 10px; }
    .sub_save3 ul li:last-child { border-bottom: 0 }
    .talent .sub_save3 ul li:last-child { border-bottom: 0; }
    .talent .sub_save3 ul li:nth-child(2) { border-right: 0; border-left: 0; }
    .talent .sub_save3 ul li .i_img {
        margin: 0 auto;
        width: 95px;
        height: 95px;
    }
}

/* sharing.php */
.sharing {
    padding-bottom: 217px
}

.shar2 {
    background-image: url(../images/sharing_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 523px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.shar2 p {
    font-weight: 600;
    text-align: center;
}

.shar3 {
    margin-top: 130px
}

.shar3 .t22 {
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
}
.shar3 .container { max-width: 1347px; }
.shar3 .wrap {
    max-width: 1347px;
    margin: 60px auto 0;
    margin-right: -20px;
}

.shar3 .wrap li {
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
    text-align: center;
    width: calc(33.3% - 20px);
    margin-right: 20px;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.shar3 .wrap li.sh_i1 { background-image: url(../images/sh_i1_back.png) }
.shar3 .wrap li.sh_i2 { background-image: url(../images/sh_i2_back.jpg) }
.shar3 .wrap li.sh_i3 { background-image: url(../images/sh_i3_back.jpg) }

.shar3 .wrap li .i_img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: #063fb0;
    position: relative;
    margin: 35px auto 0;
}

.shar3 .wrap li .i_img::after {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: calc(100px/2);
    height: calc(84px/2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shar3 .sh_i1 .i_img::after {
    background-image: url(../images/sh_i1.png);
}

.shar3 .sh_i2 .i_img::after {
    background-image: url(../images/sh_i2.png);
}

.shar3 .sh_i3 .i_img::after {
    background-image: url(../images/sh_i3.png);
}

.shar3 .wrap li h5.t17 {
    padding-top: 5px;
    font-weight: 500;
    color: #e7e7e7;
}

.shar3 .wrap li .t28 {
    padding: 60px 0 10px;
    word-break: keep-all;
}

.shar3 .wrap li .txt_box p { color: #e8e8e8; word-break: keep-all; }
:lang(en) .shar3 .wrap li .txt_box p { height: auto; }
.shar3 .wrap li .txt_box span { font-weight: 300 }
.shar3 .wrap li .txt_box span::before {
    content: "|";
    padding: 0 6px 0 3px;
    font-weight: 100;
    font-size: 14px;
    position: relative;
    top: -1px;
    opacity: 0.5;
}
.shar2 .wrap {
    justify-content: center;
}
@media (min-width: 1440px) {
    :lang(en) .shar3 .wrap li .txt_box p { height: 120px; }
}
@media (min-width: 1024px) {
    .shar3 .wrap li .txt_box p { height: 72px; }
}
@media (max-width: 1280px) {
    .shar3 .wrap li { height: auto; }
}
@media (max-width: 1023px) {
    .shar3 .wrap { margin-right: 0; }
    .shar3 .wrap li:nth-child(1) { background-position: top; }
    .shar3 .wrap li { height: auto; width: 100%; margin-right: 0; margin-bottom: 60px; padding: 60px; background-position: bottom; }
    :lang(en) .shar3 .wrap li .txt_box { height: auto; }
}
@media (max-width: 767px) {
    .shar2 p { font-size: 35px; }
    .shar3 .wrap li.sh_i1 { background-image: url(../images/sh_i1_back_m.jpg) }
    .shar3 .wrap li.sh_i2 { background-image: url(../images/sh_i2_back_m.jpg) }
    .shar3 .wrap li.sh_i3 { background-image: url(../images/sh_i3_back_m.jpg) }
    .shar2 { height: 351px; }
    .shar3 { margin-top: 60px; }
    .shar3 .wrap { margin: 60px auto 40px; }
    .shar3 .wrap li {
        margin-bottom: 30px;
        padding: 0 15px;
        height: 395px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shar3 .wrap li .i_img {
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }

    .shar3 .wrap li .t28 { padding: 20px 0 10px; font-size: 22px; }
    .shar3 .wrap li .i_img::after { width: calc(100px/3); height: calc(84px/3); }
    .sharing {
        padding-bottom: 70px;
    }

    .shar3 .wrap li .txt_box span {
        display: block;
        position: relative;
        padding-top: 20px;
    }

    .shar3 .wrap li .txt_box span::before {
        content: "";
        width: 20px;
        height: 1px;
        background-color: #fff;
        padding: 0;
        position: absolute;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 10px;
    }
}

/* 재무정보 financial.php */
.financial {
    padding-bottom: 200px;
}

.fina1 {
    margin-bottom: 102px
}
.fina2 .wrap {
    justify-content: space-between;
    align-items: center;
    width: 200px;
}

.fina2 .t32 {
    color: #000
}
.fina2 .select { margin-top: 90px; text-align: right; }
.fina2 .num_cate {
    border: 0;
    background: #f1f1f1;
    width: 172px;
    height: 50px;
    padding: 0 13px;
    font-size: 1rem;
    color: #000;
    letter-spacing: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/num_cate.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 20px right 13px;
}
.fina2 .num_cate::after { content: ""; background-image: url(../images/num_cate.png); }
.num_cate::-ms-expand {
    display: none;
    /*for IE10,11*/
}

.fina2 .table_wrap { margin-top: 90px; display: flex; flex-wrap: wrap; align-items: flex-start; }
.fina2 .table_wrap .tit { width:245px; }
.fina2 .table_wrap .tit .capt { color: #888888; font-weight: 400; font-size: 0.82rem; padding-top: 20px; line-height: 1.5 }
.fina2 .table_wrap .scroll { width: calc(100% - 245px); padding-left: 90px; }

.fina2 .table_box thead th {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.fina2 .table_box thead th:last-child {
    border-right: 0
}

.fina2 .table_box thead tr:nth-child(1) th:nth-child(1) {
    width: 11%;
}

.fina2 .table_box thead tr:nth-child(1) th:nth-child(2) {
    width: 44.5%;
}

.fina2 .table_box thead tr:nth-child(1) th:nth-child(3) {
    width: 44.5%;
}

.fina2 .table_box thead tr:nth-child(2) th:nth-child(1), .fina2 .table_box thead tr:nth-child(2) th:nth-child(2) {
    width: 22.5%;
}

.fina2 .table_box thead tr:nth-child(2) th:nth-child(3),
.fina2 .table_box thead tr:nth-child(2) th:nth-child(4),
.fina2 .table_box thead tr:nth-child(2) th:nth-child(5),
.fina2 .table_box thead tr:nth-child(2) th:nth-child(6) {
    width: 11.25%;
}

.fina2 .table_box tbody tr td {
    text-align: right;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding: 0 12px;
    letter-spacing: -0.2px;
    font-family: 'Roboto';
    min-width: 60px;
}

.fina2 .table_box tbody tr td:first-child {
    font-family: 'Noto Sans KR';
    text-align: left;
    font-size: 0.88rem;
    word-break: keep-all;
}
:lang(en) .fina2 .table_box tbody tr td:first-child { font-family: 'Roboto'!important; }
.fina2 .table_box tbody tr td:last-child { border-right: 0 }

@media (max-width: 767px) {
    .fina2 .select { margin-top: 60px; text-align: left; }
    .fina2 .table_wrap .tit { width: 100%; display: block; }
    .fina2 .table_wrap .tit .capt { padding-top: 10px; }
    .fina2 .table_wrap .scroll { width: 100%; padding-left: 0; overflow: auto; white-space: inherit; }
    .table_box thead tr { height: 44px; }
    .fina2 .table_box thead tr { height: 44px; }
    .fina2 .table_box tbody tr { height: 53px; }
    .fina2 .table_box.cen tbody tr td { width: 50%; }
    :lang(en) .fina2 .cash_box .table_box tbody tr td:first-child { width: 50%; }
}
/* 탭 */
.fin_tab_wrap {  }
.fin_tab_wrap .fin_tab { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }

.fin_tab_wrap .fin_tab h2 { font-size: 1rem; padding: 0 8.5px 25px; position: relative; margin: 0 22px; }
.fin_tab_wrap .fin_tab a { color: #888888;  word-break: keep-all; }
.fin_tab_wrap .fin_tab h2.on:after { content: ""; height: 4px; width: 100%; position: absolute; bottom: 0; left: 0; background-color: #00349d; }
.fin_tab_wrap .fin_tab h2.on a { color: #00349d }
@media (max-width: 767px) {
    .fin_tab_wrap .fin_tab h2 { padding: 0 5px 15px; margin: 0 10px; }
    .fin_tab_wrap .fin_tab h2.on:after { height: 2px; }

    :lang(en) .financial .fin_tab_wrap .fin_tab { justify-content: space-between; max-width: 315px; margin: 0 auto; }
    :lang(en) .financial .fin_tab_wrap .fin_tab h2 { white-space: nowrap; margin: 0; }
}
/* 그래프 */
.graph .wrap { display: flex; flex-wrap: wrap; }
.graph .big_wrap { margin-right: -20px; margin-top: 58px; }
.sub .graph .big_wrap .bg { background-color: #f3f3f3; padding:23px 30px; width: calc(20% - 20px); margin-right: 20px; height: 395px; }
.graph .big_wrap h4 { color: #000; font-weight: 600; font-size: 1.05rem; }
.graph .big_wrap p { color: #888888; font-weight: 400; font-size: 0.82rem; padding-top: 4px; }
.graph .big_wrap .tit { padding-bottom: 16px; }
.graph_cont { height: calc(100% - 95px); justify-content: space-between; align-items: flex-end; margin-top: 20px; max-width: 230px; margin: 0 auto; }
.sub .graph_cont li { width: 17px; }
.sub .graph_cont li { background-color: #b3c2e1; position: relative; }
.sub .graph_cont li span { position: absolute; left: 50%; transform: translateX(-50%); }
.sub .graph_cont li span.graph_n { top: -23px; font-size: 12px; color: #7d879e; font-weight: 300; }
.sub .graph_cont li:last-child span.graph_n { font-size: 14px; }
.sub .graph_cont li span.graph_y { bottom: -23px; font-size: 13px; color: #111111; font-weight: 500; }
.sub .graph_cont li.on { background-color: #00349d }
.sub .graph_cont li.on .graph_n { font-weight: 600; color: #00349d }
.sub .graph .big_wrap .bg:last-child li { background-color: #c0b6a2; }
.sub .graph .big_wrap .bg:last-child li.on { background-color: #74571c; }
.sub .graph .big_wrap .bg:last-child li.on span.graph_n { color: #74571c; }
.sub .graph .big_wrap .bg:last-child li span.graph_n { color: #948973}
@media (max-width: 1280px) {
    .sub .graph .big_wrap .bg { width: calc(33.3% - 20px); margin-bottom: 20px; }
}
@media (max-width: 1023px) {}
@media (max-width: 767px) {
    .sub .graph .big_wrap .bg { height: 325px; padding: 23px; width: 100%; margin-right: 0; }
    .graph_cont { height: calc(100% - 80px); max-width: 260px }
    .graph .big_wrap { margin-top: 40px; margin-right: 0; }
}

/* 재무정보 > 신용등급 */
.financial.fin_g { padding-bottom: 145px; }
.fin_g .fina2 .table_wrap { margin-top: 47px; }
.fin_g .fina2 .table_box thead th { padding: 21px 0; }
.fin_g .fina2 .table_box tbody tr td { text-align: center; background-color: #fff; }
.fin_g .fina2 .table_box tbody tr td:nth-child(1) { font-weight: 600; }
.fin_g .fina2 .table_box tbody tr td:nth-child(2) { text-align: left; font-weight: 600; padding: 33px 0 39px; }
.fin_g .fina2 .table_box tbody tr td:last-child { border-right: 0; }
.fin_g .fina2 .table_box tbody tr td h1 { font-size: 6.82rem; line-height: 1; text-align: center; }
.fin_g .fina2 .table_box .fin_btn { position: relative; display: block; background-color: #e9ebf3; width: 123px; height: 40px; margin: 15px auto 0; line-height: 42px; font-size: 15px; border-radius: 20px; padding-left: 25px; text-align: center; font-weight: 500; }
.fin_g .fina2 .table_box .fin_btn::after { content: ""; background: url(../images/fin_btn.png) no-repeat; width: 22px; height: 22px; background-size: contain; position: absolute; top: 50%; left: 23px; transform: translateY(-50%); }
.fin_g .fina2 .inclu_box { margin-top: 88px; }
.fin_g .fina2 .inclu_box .table_box thead th { padding: 24px 0; }
.fin_g .fina2 .inclu_box .table_box { padding-top: 42px; }
.fin_g .fina2 .inclu_box .table_box tbody tr td:nth-child(2) { padding: 20px 35px; }
:lang(ko) .fin_g .fina2 .inclu_box .table_box tbody tr td:nth-child(2) { font-family: 'Noto Sans KR'; }
.fin_g .fina2 .txt_box { padding-top: 17px; width: calc(100% - 200px); margin: 0 0 0 auto; padding-left: 90px; }
.fin_g .fina2 .txt_box p { font-size: 13px; margin-bottom: 4px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.5; }
.fin_g .fina2 .table_box thead tr:nth-child(1) th:nth-child(1),
.fin_g .fina2 .table_box thead tr:nth-child(1) th:nth-child(2),
.fin_g .fina2 .table_box thead tr:nth-child(1) th:nth-child(3) { width: auto; padding-left: 6px; padding-right: 6px; }
.fin_g .fina2 .table_wrap .scroll { width: calc(100% - 200px); }


@media (max-width: 767px) {
    .fina1 { margin-bottom: 60px; }
    .fin_g .fina2 .scroll { overflow-x: hidden; white-space: inherit; }
    /* .fin_g .inclu_box .scroll { overflow-x: scroll; } */
    .fina2 .table_wrap { margin-top: 60px; }
    .fina2 .table_wrap:nth-of-type(2) { margin-top: 40px; }
    .fina2 .num_cate { width: 105px; height: 40px; background-position: top 13px right 13px; }
    .fina2 .wrap h2 { font-size: 24px; }
    .financial { padding-bottom: 100px; }
    .fina2 .table_box { margin-top: 20px; }
    .financial.fin_g { padding-bottom: 100px; }
    .fin_g .fina2 .table_box tbody tr td h1 { font-size: 3rem }
    .fin_g .fina2 .table_box thead tr:nth-child(1) th:nth-child(1) { padding-left: 6px; padding-right: 6px; word-break: keep-all; width:60px; }
    .fin_g .fina2 .table_box .fin_btn { width: 100px; padding-left: 42px; height: 35px; line-height: 1; font-size: 0.88rem; display: flex; justify-content: revert; align-items: center; }
    .fin_g .fina2 .table_box .fin_btn::after { width: 11px; height: 11px; }
    .fin_g .fina2 .inclu_box .table_box { table-layout: fixed; }
    .fin_g .fina2 .table_box tbody tr td:nth-child(2) { padding: 30px 0; }
    .fin_g .fina2 .inclu_box .table_box tbody tr td:nth-child(2) { width: 100%; padding:20px; }
    .fin_g .fina2 .table_wrap .scroll { width: 100%; }
    .fin_g .fina2 .txt_box { width: 100%; padding-left: 0; }
}


/* 투자정보 > 공시정보 */
.disclosure_view.sub .view_cont { border-bottom: 0; }
.disclosure_view.sub .view_ttl .info li { color: #999999; font-weight: 300; font-size: 15px; letter-spacing: -0.025em; }
.iv .table_box tbody tr td:nth-child(3) { font-weight: 400; }
.down_bt {
    display: flex;
    align-items: center;
    line-height: 48px;
    border: 1px solid #000;
    padding: 0 20px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #000;
}

.down_bt:after {
    width: 14px;
    height: 16px;
    margin-left: 22px;
    background: url(../images/ic-down.png)no-repeat;
    background-size: contain;
    content: '';
}

.sub .iv {
    padding-bottom: 200px;
}

.iv .btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.iv .tit_box {
    margin-bottom: 115px;
}

.iv .table_box tbody tr td:nth-child(2) {
    text-indent: 20px;
}

/* .sub.list .tit_box h2 { padding-top: 0 } */
@media (max-width: 767px) {
    .iv .tit_box { margin-bottom: 40px; }
    .sub .iv { padding-bottom: 100px; }
    .iv_add .scroll { overflow-x: hidden; white-space: inherit; }
    .iv_add .table_box tbody tr td:nth-child(1) { width: 60%; }
    .iv_add .table_box tbody tr td:nth-child(2) {width: 15%; }
    .iv_add .table_box tbody tr td:nth-child(3) { width: 25% }
    .iv .table_box tbody tr td:nth-child(2) {  padding: 0 15px; text-indent: 0;  }
    .sub .iv .table_box .td_ttl { padding-left: 15px; }
}

/* 투자정보 > 전자공고 */
.view_ttl .date { font-size: 0.88rem; letter-spacing: -0.025em; color: #666666; }
.view_ttl .date b { font-weight: 700; }
.iv .ic_down {
    display: flex;
    margin: 0 auto;
    width: 14px;
    height: 16px;
}

.iv .table_box .td_ttl {
    text-align: left;
    padding-left: 56px;
    font-family: 'Noto Sans KR';
    font-weight: 700;
}
:lang(en) .iv .table_box .td_ttl { font-family: 'Roboto'; }

/* 뉴스홍보 > 소식 */
.news { padding-bottom: 200px; }
.news .tit_box .t62 { margin-top: -5px; }
.news .search-form { max-width: 362px; margin-top: 104px; }
.news .news_li { margin-top: 30px; border-top: 2px solid #000; }
.news .news_li .date { font-weight: 400 }
.news .news_li li { padding: 44px 0 35px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.news .news_li li:hover { border-bottom: 1px solid #00349d; }
.news .news_li .category { margin-bottom: 23px; font-weight: 500; color: #00349d; }
.news .news_li h3 { margin-bottom: 10px; font-weight: 500; color: #000; max-height: 70px; overflow: hidden; }
.news .news_li .t17 { margin-bottom: 16px; line-height: 1.76; color: #555; word-break: keep-all; max-height: 85px; overflow: hidden; }

@media (min-width: 769px) {
    .news .news_li a { display: flex; align-items: center; }
    .news .news_li .cont { width: 77%; padding-right: 90px; }
    .news .news_li .thum { width: 23%; overflow: hidden; max-width: 352px; }
    .news .news_li .thum img { transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s; }
    .news .news_li li:hover img {
        -webkit-transition: transform cubic-bezier(0.4, 0, 0.2, 1) .3s;
        will-change: transform;
        transform: scale(1.05) rotate(0.001deg);
    }
    .news .news_li .thum img { width: 100%; height: 100%; object-fit: cover; }
}
@media (max-width: 1023px) {
    .news .news_li .cont { padding-right: 30px; }
}
@media (max-width: 767px) {
    .news .news_li li { padding: 40px 0 }
    .news .news_li .category { margin-bottom: 12px; }
    .news .news_li h3 { margin-bottom: 16px; max-height: 46px; }
    .news .news_li .t17 { min-height: auto; max-height: 64px; overflow: hidden; }
    .news .news_li .cont { margin-bottom: 40px; }
    .news .search-form { max-width: 100%; margin-top: 60px; }
    .news { padding-bottom: 100px; }
    .news .news_li .cont { padding-right: 0; }
    .news .news_li .date { font-size: 13px; }
}

/* 상세 */
.notice_view.sub .view_cont { border-bottom: none; }
.sub .view_ttl { margin-top: 120px; padding: 48px 0; border-top: 2px solid #000; text-align: center; letter-spacing: -0.025em; }
.sub .view_ttl .category { font-weight: 500; color: #00349d; }
.sub .view_ttl h2 { margin: 23px 0 30px; font-size: 2.11rem; font-weight: 500; color: #000; line-height: 1.2; }
.sub .view_cont { border-top: 1px solid rgba(0, 0, 0, .15); border-bottom: 1px solid rgba(0, 0, 0, .15); padding: 60px 225px; line-height: 1.76; letter-spacing: -0.025em; color: #555; }
.sub .list_bt { margin: 40px 0 200px; display: flex; justify-content: center; }
.sub .list_bt a { width: 202px; line-height: 48px; text-align: center; border: 1px solid #000; color: #000; font-weight: 300; letter-spacing: -0.025em; transition: .2s linear; }
.sub .list_bt a:hover { background: #000; color: #fff; }

@media (max-width: 1023px) {
    .sub .view_cont { padding: 60px; }
}
@media (max-width: 767px) {
    .sub .view_ttl { margin-top: 60px; }
    .sub .view_cont { padding: 60px 0; }
    .sub .list_bt { margin: 40px 0 100px; }
    .sub .list_bt a { width: 150px; }
}

/* stock-price */
.price.sub .tit_box h2 .en { display: block }
.pri2 { padding: 104px 0 200px; }
.pri2 .tit_box { width: 34%; }
.pri2 .tit_box h2 { padding-top: 8px; }
.pri2 .tit_box p { color: #000; font-weight: 500; padding-top: 10px; }
.pri2 .pri2_box { width: 66% }
.pri2_box .table_wrap .table_box .tr1 th { border-right: 1px solid #d9d9d9; }
.pri2_box .table_wrap .table_box .tr1 th:last-child { border-right: 0 }
.pri2_box .table_wrap .table_box td { font-weight: bold; text-align: center; border-right: 1px solid #d9d9d9; font-family: 'Roboto'; }
.pri2_box .table_wrap .table_box td:last-child { border-right: 0; }
.pri2_box ul.wrap { justify-content: space-between; margin-bottom: 18px; align-items: center; }
.pri2_box ul.wrap p { font-size: 0.88rem; color: #777777; letter-spacing: -1px; }
.price_num { font-family: 'Roboto'; }
.price_num h1 { font-weight: 500 }
.price_num h1 span { position: relative; padding-right: 50px; }
.price_up h1 span::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid #f1060b;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: 20px;
    right: 0;
}

.price_num h4 { position: relative; margin: 0 45px 0 50px; padding-right: 20px; }
.price_num h4::before {
    content: "전일대비";
    color: #777;
    font-weight: 400;
    padding-right: 10px;
    font-family: 'Noto Sans KR';
}
.price_num h4 span { position: relative; padding-right: 20px; }
.price_num h4 span::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1060b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 5px;
    right: 0;
}
.price_num h5 { position: relative; }
.price_num h5::before {
    content: "등락률";
    color: #777;
    font-weight: 400;
    padding-right: 10px;
    font-family: 'Noto Sans KR';
}

.sub .wrap .price_up {
    color: #f1060b;
    align-items: center;
    width:58%;
}
.table_wrap2 .kospi .table_box tbody tr td:nth-child(2n-1) { border-right: 0; }
.table_wrap2, .table_wrap3 { margin-top: 110px; }
.table_wrap2 li:nth-child(1) { width: calc(62% - 45px); margin-right: 45px; }
.table_wrap2 li .table_box { height: 505px }
.table_wrap2 li:nth-child(2) { width: 38% }
.table_wrap2 .table_box thead th { text-align: center; }
.table_wrap2 .table_box tbody tr td { width: 25%; padding: 0 17px; border-right: 1px solid #d9d9d9; }
.table_wrap2 .table_box tbody tr td:last-child { border-right: 0; }
.table_wrap2 .table_box tbody tr td:nth-child(2n-1) { text-align: left; font-size: 15px; }
.table_wrap2 .table_box tbody tr td:nth-child(2n) { text-align: right; font-family: 'Roboto'; font-size: 1rem; font-weight: 700; }
.table_wrap2 .table_box_num tbody tr { height: 39px; }
.table_wrap2 .table_box_num tbody tr:last-child { height: 58px; }
.table_wrap2 .table_box_num tbody tr:last-child td:nth-child(2) { font-size: 15px; text-align: center; }
.table_wrap2 .table_box_num tbody tr:last-child td:nth-child(3) { text-align: right; }
.table_wrap2 .table_box_num tbody tr td:nth-child(1) { text-align: right; font-size: 15px; font-family: 'Roboto'; }
.table_wrap2 .table_box_num tbody tr:nth-child(1) td:nth-child(1),
.table_wrap2 .table_box_num tbody tr:nth-child(2) td:nth-child(1),
.table_wrap2 .table_box_num tbody tr:nth-child(3) td:nth-child(1),
.table_wrap2 .table_box_num tbody tr:nth-child(4) td:nth-child(1),
.table_wrap2 .table_box_num tbody tr:nth-child(5) td:nth-child(1) {
    background-color: rgba(211, 226, 255, 0.1)
}

.table_wrap2 .table_box_num tbody tr:nth-child(1) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(2) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(3) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(4) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(5) td:nth-child(2) {
    color: #2a6bee;
    background-color: rgba(211, 226, 255, 0.1);
    text-align: center;
    font-size: 15px;
}

.table_wrap2 .table_box_num tbody tr:nth-child(6) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(7) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(8) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(9) td:nth-child(2),
.table_wrap2 .table_box_num tbody tr:nth-child(10) td:nth-child(2) {
    color: #f1060b;
    background-color: rgba(255, 210, 211, 0.1);
    text-align: center;
    font-size: 15px;
}

.table_wrap2 .table_box_num tbody tr:nth-child(6) td:nth-child(3),
.table_wrap2 .table_box_num tbody tr:nth-child(7) td:nth-child(3),
.table_wrap2 .table_box_num tbody tr:nth-child(8) td:nth-child(3),
.table_wrap2 .table_box_num tbody tr:nth-child(9) td:nth-child(3),
.table_wrap2 .table_box_num tbody tr:nth-child(10) td:nth-child(3) {
    background-color: rgba(255, 210, 211, 0.1);
    text-align: right;
}

.table_wrap3 {
    min-height: 200px;
}

.table_wrap3 .table_box thead th {
    width: 10%;
    text-align: center;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.2;
}

.table_wrap3 .table_box tbody tr {
    text-align: center;
}

.table_wrap3 .table_box tbody td {
    font-family: 'Roboto';
    font-size: 15px;
}

.p_up td:nth-child(3) {
    color: #f1060b;
    position: relative;
    padding-right: 10px;
}

.p_up td:nth-child(3)::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1060b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.p_down td:nth-child(3) {
    color: #2a6bee;
    position: relative;
    padding-right: 10px;
}

.p_down td:nth-child(3)::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #2a6bee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.table_wrap3 .table_box tbody tr td:nth-child(4),
.table_wrap3 .table_box tbody tr td:nth-child(5),
.table_wrap3 .table_box tbody tr td:nth-child(6),
.table_wrap3 .table_box tbody tr td:nth-child(7),
.table_wrap3 .table_box tbody tr td:nth-child(8),
.table_wrap3 .table_box tbody tr td:nth-child(9),
.table_wrap3 .table_box tbody tr td:nth-child(10) {
    padding: 0;
    color: #777777;
}

@media (max-width: 1280px) {
    .p_up td:nth-child(3)::after, .p_down td:nth-child(3)::after { right: 5px; }
    .price_num h4 { margin: 0 30px 0 0; display: inline-block; }
    .price_num h5 { display: inline-block; }
    .price_num h1 { width: 100%; }
}
@media (max-width: 1023px) {
    .pri2 .tit_box, .pri2 .pri2_box {
        width: 100%;
    }

    .pri2 .pri2_box {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .price_up h1 span::after { top:0; }
    .pri2 .pri2_box { padding-top: 40px; }
    .price_num {
        width: 100%
    }
    .sub .wrap .price_up { width: 100%; }
    .price_num h1 {
        width: 100%;
    }

    .price_num h4 {
        width: 45%;
        margin: 0;
    }

    .price_num h5 {
        width: 50%;
        margin-left: 5%;
    }

    .pri2_box ul.wrap p {
        width: 100%;
        text-align: right;
        padding-top: 18px;
    }

    .pri2 {
        padding: 40px 0 60px;
    }

    .table_wrap2, .table_wrap3 {
        margin-top: 40px;
    }

    .table_wrap2 li:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .table_wrap2 li:nth-child(2) {
        width: 100%;
    }

    .table_wrap3 .over {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .table_wrap3 .table_box {
        min-width: 650px;
    }

    .p_up td:nth-child(3)::after {
        border-bottom: 8px solid #f1060b;
        right: 8px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .p_down td:nth-child(3)::after {
        right: 8px;
        border-top: 8px solid #2a6bee;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }
}

/* 인재채용 > 육상직원 채용공고 */
.f22 {
    font-size: 1.3rem;
}

.recru .flex {
    margin: 110px 0 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.recru .flex .search-form {
    max-width: 362px;
    width: 100%;
    margin-top: 0;
}

.recru .flex .count {
    color: #222;
}

.recru .flex .count span {
    font-weight: 700;
    color: #00349d;
}

.recru .table_box .td_ttl {
    display: block;
    text-align: left;
    padding-left: 56px;
    font-family: 'Noto Sans KR';
    font-weight: 700;
}
:lang(en) .recru .table_box .td_ttl { font-family: 'Roboto'; }
.recru .table_box .date {
    font-weight: 400;
    color: #000;
    text-align: center;
}

@media (max-width: 767px) {
    .recru .table_box .td_ttl {
        padding:0 15px;
    }
    .recru .flex { display: block; margin: 40px 0; }
    .recru .flex .count { padding-bottom: 12px; }
}

/* 상세 */
.view_ttl .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.view_ttl .info li {
    font-size: 0.88rem;
    letter-spacing: -0.025em;
    color: #666666;
}

.view_ttl .info li span {
    font-weight: 700;
}

.view_ttl .info li:after {
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 8px;
    background: #9f9f9f;
    opacity: .5;
    content: '';
}

.view_ttl .info li:last-child:after {
    display: none;
}

.sub .list_bt .fill {
    background: #0d3c9a;
    border-color: #0d3c9a;
    color: #fff;
    margin-left: 12px;
}

.download {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 22px;
    padding-left: 35px;
    position: relative;
    min-height: 44px;
}

.download a { color: #000; }
.download:before {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: url(../images/file-down.png)no-repeat center / 13px 14px #000;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
}
@media (max-width: 767px) {
    .download a { line-height: 1.4; }
    .download:before { top: -3px; }
}
@media (max-width: 480px) {
    .download:before { top: 4px; }
}
/* 탭사이즈 서브 타이틀 */
@media (max-width: 1535px) {
    .shm2 .t102 { left: 15px; }
    .sub .list_bt .fill { margin-left: 5px; }
}

/* ESG경영 */
.esg1 { height: 523px; display: flex; flex-wrap: wrap; align-items: center; margin-top: 122px; background-repeat: no-repeat; background-size: cover; background-position: center; }
.esg1 .txt_box { text-align: center; padding-top: 7px; }
.esg1 .txt_box h1 { color: #fff; padding-top: 38px; }
.esg1 .txt_box ul { justify-content: center; }
.esg1 .txt_box ul li {  position: relative; color: #fff; letter-spacing: -0.05em; font-size: 1.176rem; padding-right: 16px; margin-right: 8px; font-weight: 500; }
.esg1 .txt_box ul li:last-child { margin: 0; padding: 0; }
.esg1 .txt_box ul li:last-child::after { display: none; }
.esg1 .txt_box ul li::after { content: ""; width:6px; height: 6px; background-color: #fff; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.esg2 { text-align: center; padding: 145px 0 221px; }
.esg2 p { color: #000000; line-height: 1.88rem; }
.esg2 span { display: block; color: #000000; border: 1px solid rgba(0,0,0,0.2); padding: 11px 10px 9px; width: 218px; margin: 0 auto 40px; }
.esg2 .img_wrap { margin-top: 93px; }
@media (max-width: 767px) {
    .esg1 { margin-top: 40px; height: 350px }
    .esg1 .txt_box h1 { padding-top: 18px; font-size: 22px; word-break: keep-all; }
    .esg1 .txt_box ul li { font-size: 1rem }
    .esg2 .img_wrap { margin-top: 40px; }
    .esg2 { padding: 70px 0 100px; }
}

/* pctc */
.pctc.shm { padding-bottom: 0; }
.pctc .shm2 { background-image: url(../images/pctc_back.jpg); }
.pctc .shm2 .txt_box { justify-content: flex-end; }
.pctc .bul2 { margin-bottom: 0; padding-top: 65px; }
.pctc .bul2 .tit p { color: #b4c3df; border: 1px solid rgb(180,195,223,0.3); display: inline-block; padding: 1px 10px 5px; }
:lang(en) .pctc .bul2 .tit p { padding: 5px 10px 4px;}
.pctc .bul2 .ship_box:nth-child(1)::after { background-image: url(../images/pctc1.png); width: calc(596px/2); height: calc(200px/2); }
.pctc .bul2 .ship_box:nth-child(2)::after { background-image: url(../images/pctc2.png); width: calc(576px/2); height: calc(188px/2); }
.pctc .bul2 .ship_box { margin-top: 18px; }
.pctc .bul2 .ship_box h3 { padding-top: 118px; }

.pctc .shm2 .box_wrap .box.bc1::after { background-image: url(../images/pctc_ic1.png); width: calc(236px/2); height: calc(174px/2); }
.pctc .shm2 .box_wrap .box.bc2::after { background-image: url(../images/pctc_ic2.png); width: calc(204px/2); height: calc(240px/2); }
.pctc .shm2 .box_wrap .box.bc3::after { background-image: url(../images/pctc_ic3.png); width: calc(210px/2); height: calc(206px/2); }

@media (max-width: 1400px) {
    .shm2 .t102 { width: 100%; padding-right: 0; }
}
@media (max-width: 1023px) {
    .pctc .shm2 .box_wrap .box.bc1::after { width: calc(236px/4); height: calc(174px/4); }
    .pctc .shm2 .box_wrap .box.bc2::after { width: calc(204px/4); height: calc(240px/4); }
    .pctc .shm2 .box_wrap .box.bc3::after { width: calc(210px/4); height: calc(206px/4); }

}

@media (max-width: 767px) {
    .pctc .bul2 { padding-top: 60px; }
    .pctc .bul2 .tit p { padding: 5px 10px; }
    .pctc .bul2 .ship_box:nth-child(1)::after { width: calc(596px/4); height: calc(200px/4); }
    .pctc .bul2 .ship_box:nth-child(2)::after { width: calc(576px/4); height: calc(188px/4); }
    :lang(en) .pctc .bul2 .ship_box h3 { padding-top: 100px; height: 153px; line-height: 1.2 }
}

/* 개인정보처리방침 */
/* privacy */
.sub_pri .sub__ttl { margin-bottom: 60px; }
.sub_pri .sub-pv .b_pa90 { padding-bottom: 90px; }
.sub-pv { color:#000; padding-bottom: 120px }
.ma_top30 { margin: 30px 0 8px; }
.sub-pv .grid { padding-bottom: 65px; margin-bottom: 65px; border-bottom: 1px solid #d9d9d9; }
.sub-pv>div .grid:last-child { border-bottom: 0 }
.sub_pri .col1 { color: #888 }
.sub-pv .grid .ttl2 { width: 33%; padding:0 25px; position: relative; box-sizing: border-box; word-break: keep-all; }
.sub-pv .grid .detail { width: 67%; }
.sub .grid .ttl2, .sub .grid .detail { float: left; }
.sub .grid .ttl2 { font-weight: 600; line-height: 1.5; }
.sub .ttl2 { font-size: 30px; letter-spacing: -2px; color: #1b1b1b; }
.sub-pv .detail .txt { margin-bottom: 20px; color: #111; line-height: 1.765; }
.sub-pv .detail .txt:last-child { margin-bottom: 0; }
.sub-pv .detail ol>li { padding-left: 23px; position: relative; }
.sub-pv .detail li { font-size: 1rem; color: #111; line-height: 2; }
.sub-pv .detail .num { position: absolute; top: 0; left: 0; }
.sub-pv .detail strong { display: block; }
.bullet.v1 > li { list-style: decimal; margin-left: 14px; padding-left: 0; }
.bullet.v2 li { padding-left: 10px; line-height: 2; position: relative; color: #000; }
.bullet li { padding-left: 15px; font-size: 17px; color: #666; letter-spacing: -1px; line-height: 2.06; position: relative; }
.bullet.v2 li:before { width: 4px; height: 4px; border-radius: 100%; background: #000; position: absolute; left: 0; top: 15px; content: ''; }
.v2 { margin-bottom: 20px; }
.sub-pv .form-box, .sub-pv .form-box1 { display: flex; flex-wrap: wrap; border-bottom: 0; align-items: center; justify-content: space-between; border-top: 1px solid #d9d9d9; }
.sub-pv .form-box li:nth-child(2n-1) { width: 40%; text-align: center; justify-content: center; border-right: 1px solid #d9d9d9 }
.sub-pv .form-box li:nth-child(1), .sub-pv .form-box li:nth-child(2) { border-top: 2px solid #000; background: #f7f7f7; }
.sub-pv .form-box li { width: 60%; border-bottom: 1px solid #d9d9d9; display: flex; flex-wrap: wrap; align-items: center; padding: 5px 10px; text-align: center; justify-content: center; }
.sub-pv .form-box1.en li:nth-child(5),
.sub-pv .form-box1.en li:nth-child(6),
.sub-pv .form-box1.en li:nth-child(7),
.sub-pv .form-box1.en li:nth-child(8) {
    height: 79px
}

.sub-pv .form-box1 li:nth-child(1),
.sub-pv .form-box1 li:nth-child(2),
.sub-pv .form-box1 li:nth-child(3),
.sub-pv .form-box1 li:nth-child(4) {
    border-top: 2px solid #000;
    background: #f7f7f7;
}

.sub-pv .form-box1 li { width: 25%; border-bottom: 1px solid #d9d9d9; display: flex; flex-wrap: wrap; align-items: center; padding: 5px 10px; text-align: center; justify-content: center; }

@media (max-width: 1023px) {
    .sub .grid .ttl2, .sub .grid .detail { float: none; width: 100%; word-break: keep-all; }
    .sub-pv .grid .ttl2 { margin-bottom: 20px; padding: 0 }
    .sub-pv .detail li { font-size: 0.93rem; }
}
@media (max-width: 767px) {
    .sub_pri .sub__ttl { font-size: 40px; margin-bottom: 60px; }
    .sub-pv .grid { padding: 50px 0; margin-bottom: 0; }
    .sub-pv .grid .ttl2 { font-size: 22px; margin-bottom: 10px; }
    .sub_pri .sub-pv .b_pa90 { padding-bottom: 50px; padding-top: 0; }
    .sub-pv { padding-bottom: 50px; }
    .bullet.v2 li:before { top:11px; width: 3px; height: 3px; }
}

/* 스마트 친환경 */
.tech_inn1 { margin-top: 120px; height: 483px; background: url(../images/tech_inn_bg.jpg) no-repeat; background-size: cover; }
.tech_inn .wrap { max-width: 1010px; margin: 0 0 0 auto; }
.tech_inn .wrap .t20 {
    margin: 104px 0 81px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    word-break: keep-all;
    color:#000;
}
.tech_inn .wrap .t20::before {
    content: "";
    background-color: #c0b6a2;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: -30px;
}
.tech_inn .wrap p { color:#000; line-height: 1.7; }
.tech_inn2 { margin-bottom: 195px; }
/* @media (min-width: 1281px){
    .tech_inn1 { background-attachment: fixed; }
} */
@media (max-width: 767px){
    .tech_inn1 { height: 351px; margin-top: 60px }
    .tech_inn .wrap .t20 { margin: 60px 0 40px; }
    .tech_inn2 { margin-bottom: 100px; }
}

/* 영문 번역*/
/* Business > bulk */
:lang(en) { letter-spacing: 0!important; font-family: 'Roboto'; }
:lang(en) .shm2 { height:auto; }
:lang(en) .shm2 .box_wrap .box { height: 430px; }
:lang(en) .shm.sub .shm2 .box_wrap .box { height: 470px; }
:lang(en) .compli .tab .compli_txtbox ul.wrap li p { padding: 14px; }
@media (max-width: 1400px){
    .shm2 .t102 { position: relative; padding-bottom: 60px; }
    :lang(en) .shm2 { height: auto; }
}
@media (max-width: 767px){
    :lang(en) .sub_top .breadcrumb { line-height: 1.4 }
    :lang(en) .shm2 { height: 100%; }
    :lang(en) .main1 .txt_box { top: 50% }
    :lang(en) .main_slide .swiper-slide-active .txt_box .t54 span { display: inline; }
    :lang(en) .main_slide .swiper-slide .txt_box .t54 span { display: inline; }
    :lang(en) .shm2 .box_wrap .box { height: auto; }
    :lang(en) .shm.sub .shm2 .box_wrap .box { height: auto; }
    :lang(en) .shm2 .box_wrap .box { height: auto; padding-bottom: 110px; }
    :lang(en) .main3 ul li .txt_box p { height: 60px; overflow: hidden; }
    :lang(en) .main3 ul li { height: 220px; }

    :lang(en) .sub_map2 .wrap .map_box ul li:nth-child(2n-1) { width: 22%; }
    :lang(en) .sub_map2 .wrap .map_box ul li:nth-child(2n) { width: 78%; }

    :lang(en) .compli .compli_txt h2 { width: 50%; padding: 0 5px; }
    :lang(en) .compli_pr .tab .compli_txtbox ul.wrap li{ width: 99px; height: 99px; }
    :lang(en) .compli .tab .compli_txtbox ul.wrap li p { font-size: 13px; line-height: 1.39!important; }

    :lang(en) .form_tit2 span { word-break: break-all; }
}







/*esg*/

.mo-block {display:none;}

.esg_tab {margin-bottom:60px;text-align:center;}
.esg_tab li {display:inline-block;}
.esg_tab li a {display:block; padding:20px 24px;font-size:1rem;color:#888;font-weight:500}
.esg_tab li.on a {border-bottom:4px solid #00349d; color:#00349d; }

.esg_wrap {width:1400px;margin:0 auto;color:#000;padding-bottom:100px;}
.esg_wrap .esg_title {padding-bottom:45px;}
.esg_wrap .esg_title .tit {font-size:1.764rem;font-weight:700;}
.esg_wrap .esg_title .desc {font-size:1rem;padding-top:30px;line-height:1.5;word-break:keep-all;}
.esg_wrap .left_title {display:flex;padding-bottom:45px;}
.esg_wrap .left_title.pd0 {padding-bottom:0;}
.esg_wrap .left_title .tit {width:27%;font-size:1.764rem;line-height:1.5;font-weight:700;}
.esg_wrap .left_title .desc {width:73%;font-size:1rem;line-height:1.5;word-break:keep-all;}
.esg_wrap .left_title.ethical_title {gap:10px;}
.esg_wrap .left_title.ethical_title .tit {}
.esg_wrap .left_title.ethical_title .tit span {position:relative;display:inline-block;padding-right:173px;}
.esg_wrap .left_title.ethical_title .tit a {display:inline-block;position:absolute;right:0;top:5px;background:#0f3889;color:#fff;padding:8px 20px;border-radius:6px;font-size:0.94rem;}
.esg_wrap .left_title.ethical_title .tit a em {background:url('../images/esg/ico-esg-arrow.png') no-repeat center right;font-style:normal;font-weight:normal;padding-right:27px;}
.esg_wrap .left_title.ethical_title .tit.hotline {width:32%;}
.esg_wrap .left_title.ethical_title .tit.desc {width:68%;}

.esg_wrap .section {margin-bottom:110px;}
.esg_wrap .ico_box {width:940px; margin:0 auto;display:flex;gap:20px;justify-content:center;}
.esg_wrap .ico_box .box {width:calc((100% - 40px)/3);border:1px solid #dfdfdf;}
.esg_wrap .ico_box .box p {background:#0f3888; font-size:1.05rem;font-weight:bold;padding:20px 0;color:#fff;text-align:center}
.esg_wrap .ico_box .box ul {}
.esg_wrap .ico_box .box ul {padding:133px 35px 40px 35px;background-repeat:no-repeat;background-position:center top 37px; }
.esg_wrap .ico_box .box ul li {position:relative;font-size:0.94rem;line-height:1.2;padding:0 0 12px 17px;}
.esg_wrap .ico_box .box ul li.important {color:#2860cc;font-weight:bold;}
.esg_wrap .ico_box .box ul li.no_dot:after {content:none;}
.esg_wrap .ico_box .box ul li:after {content:'';position:absolute;left:0;top:7px;width:5px;height:5px;background:#0f3889;border-radius:50%;}
.esg_wrap .ico_box .box ul li:last-child {padding:0 0 0 17px;}
.esg_wrap .ico_box .box.box1 ul {background-image:url('../images/esg/ico-esg-env-forward01.png');}
.esg_wrap .ico_box .box.box2 ul {background-image:url('../images/esg/ico-esg-env-forward02.png');}
.esg_wrap .ico_box .box.box3 ul {background-image:url('../images/esg/ico-esg-env-forward03.png');}

.esg_wrap .esg_table {width:100%;}
.esg_wrap .esg_table .caption {font-size:0.88rem;text-align:right;padding-bottom:10px;}
.esg_wrap .esg_table table {border-top:2px solid #000;border-left:1px solid #dfdfdf;font-size:0.94rem;line-height:1.2;}
.esg_wrap .esg_table table .text_l {text-align:left;}
.esg_wrap .esg_table table .text_c {text-align:center;}
.esg_wrap .esg_table table thead th {background:#f3f3f3;font-weight:normal;padding:20px 24px;text-align:center;}
.esg_wrap .esg_table table th, .esg_wrap .esg_table table td {border-bottom:1px solid #dfdfdf;border-right:1px solid #dfdfdf;padding:25px 24px; }
.esg_wrap .esg_table table th {text-align:left;}
.esg_wrap .esg_table table td {text-align:center;}
.esg_wrap .esg_table table tbody th {font-weight:normal;}
.esg_wrap .esg_table table tbody th.bg {background:#f3f3f3;text-align:center;}
.esg_wrap .esg_table.bold table tbody th, .esg_wrap .esg_table.bold table tbody td { font-weight:bold; }

.esg_wrap .gray_box {padding-top:30px;}
.esg_wrap .gray_box ul {display:grid;gap:62px 20px;}
.esg_wrap .gray_box ul.col2 {grid-template-columns:repeat(2,1fr);}
.esg_wrap .gray_box ul.col3 {grid-template-columns:repeat(3,1fr);}
.esg_wrap .gray_box ul li {position:relative;border:1px solid #dfdfdf; background:#f3f3f3;padding:50px 48px;text-align:center;}
.esg_wrap .gray_box ul li .ico {position:absolute;top:-32px;left:50%;transform:translateX(-50%);width:64px;height:64px;background:#1c479b;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.esg_wrap .gray_box ul li p.tit {display:flex;align-items:center;justify-content:center;padding-bottom:10px;min-height:71px;}
.esg_wrap .gray_box ul li p.tit span { font-size:1.29rem;font-weight:700;line-height:1.4;vertical-align:middle;}
.esg_wrap .gray_box ul li p.cont {font-size:0.88rem;line-height:1.5;}

/*esg-esg*/
.esg_wrap .w960 {width:960px;margin:0 auto;}
.esg_wrap .esg_strategy {display:flex;gap:20px;}
.esg_wrap .esg_strategy .box{width:calc((100% - 20px)/2);border:1px solid #dfdfdf;}
.esg_wrap .esg_strategy .box strong {display:block;background:#0f3888; font-size:1.05rem;font-weight:bold;padding:20px 0;color:#fff;text-align:center}
.esg_wrap .esg_strategy .box p {background-repeat:no-repeat;background-position:center top 35px; word-break: keep-all;font-size:1.17rem;line-height:1.5;font-weight:700;padding:127px 55px 30px;text-align:center; }
.esg_wrap .esg_strategy .box.box1 p {background-image:url('../images/esg/ico-esg01.png');}
.esg_wrap .esg_strategy .box.box2 p {background-image:url('../images/esg/ico-esg02.png');}
.esg_wrap .esg .img_box {padding:44px 58px;}
.esg_wrap .esg .img_box img {width:100%;}
.esg_wrap .esg .policy_box1 {border:1px solid #dfdfdf;padding:50px 30px 0;}
.esg_wrap .esg .policy_box1 .tit {display:flex;align-items:center;justify-content:center;padding-bottom:29px;border-bottom:1px solid #dfdfdf;}
.esg_wrap .esg .policy_box1 strong {font-size:1.588rem;padding-left:17px;}
.esg_wrap .esg .policy_box1 .text {padding:30px 0;}
.esg_wrap .esg .policy_box1 .text p {font-size:0.88rem;line-height:1.7;padding-bottom:13px;text-align:center;}
.esg_wrap .esg .policy_box1 .text p.blue {color:#003997;}
.esg_wrap .esg .policy_box1 .text p span {font-weight:bold;}
.esg_wrap .esg .policy_box2 {display:grid;grid-template-columns:repeat(4,1fr);gap:30px 47px;}
.esg_wrap .esg .policy_box2 li {display:flex;align-items:center;justify-content:center;border:1px solid #dfdfdf;color:#000;text-align:center;background:#f3f3f3;padding:32px 15px;border-radius:20px;}
.esg_wrap .esg .policy_box2 li span {font-size:1.17rem;line-height:1.5;font-weight:500;vertical-align:middle;}

/*esg-환경*/
.esg_wrap .env_img {display:flex;gap:20px;justify-content:center;}
.esg_wrap .env_img .box {position:relative;}
.esg_wrap .env_img .box .img {position:relative;}
.esg_wrap .env_img .box .img img {width:100%;}
.esg_wrap .env_img .box .img:after { content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1;}
.esg_wrap .env_img .box p {position:absolute;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;color:#fff;font-size:1.17rem;text-align:center;line-height:1.5;z-index:10;}
.esg_wrap .img_align {text-align:center;}
.esg_wrap .img_box {display:inline-block;border:1px solid #dfdfdf; }
.esg_wrap .react .sec1 .img_box {padding:40px 80px;}
.esg_wrap .react .sec2 .sec2_box {display:flex;gap:25px;justify-content:center;}
.esg_wrap .react .sec2 .sec2_box .img_box {padding:40px;}
.esg_wrap .react .sec2 .sec2_box ul {display:flex;flex-direction:column;gap:10px;}
.esg_wrap .react .sec2 .sec2_box ul li {position:relative;}
.esg_wrap .react .sec2 .sec2_box ul li .text {position:absolute;top:18%;left:24px;color:#fff;}
.esg_wrap .react .sec2 .sec2_box ul li .text .tit {display:block;font-size:1.17rem;padding-bottom:8px;font-weight:bold;}
.esg_wrap .react .sec2 .sec2_box ul li .text .tit {display:block;font-size:0.94rem}
.esg_wrap .react .sec3 .sec3_box {text-align:center;}
.esg_wrap .react .sec3 .sec3_box > div {display:inline-block;}
.esg_wrap .react .sec3 .sec3_box > div span {display:block;text-align:left;font-size:0.94rem;color:#505050;padding-top:20px;}
.esg_wrap .react .sec3 .sec3_box .img_box {padding:20px;}
.esg_wrap .react .sec4 .img_box {padding:40px 80px;}
.esg_wrap .eco .sec2 .sec2_box {display:flex;justify-content:center;gap:20px;}
.esg_wrap .eco .sec2 .sec2_box .img_box {position:relative;width:436px;height:292px;display:flex;align-items:center;justify-content:center;}
.esg_wrap .eco .sec2 .sec2_box .img_box img {padding:40px 20px 0 20px;}
.esg_wrap .eco .sec2 .sec2_box .img_box p {background:#0f3888;font-size:0.88rem;color:#fff;padding:13px 30px;position:absolute;top:0;left:0;}

/*esg-사회*/
.esg_wrap .safety {}
.esg_wrap .safety .sec1 {}
.esg_wrap .safety .sec1 .sec1_box { border:1px solid #dfdfdf;text-align:center; padding:40px 20px;}
.esg_wrap .safety .sec1 .sec1_box .box {display:inline-block;}
.esg_wrap .safety .sec1 .sec1_box h3 {font-size:1.411rem;padding-bottom:30px;}
.esg_wrap .safety .sec1 .sec1_box p {font-size:0.88rem;text-align:center;line-height:1.7;padding-bottom:25px;}
.esg_wrap .safety .sec1 .sec1_box p span {color:#0f3889;font-weight:bold;}
.esg_wrap .safety .sec1 .sec1_box ul li {position:relative;text-align:left;font-size:0.88rem;line-height:1.6;padding:0 0 6px 17px;}
.esg_wrap .safety .sec1 .sec1_box ul li:last-child {padding:0 0 0 17px;}
.esg_wrap .safety .sec1 .sec1_box ul li:after {content:'';position:absolute;left:0;top:8px;width:5px;height:5px;background:#0f3889;border-radius:50%;}
.esg_wrap .safety .sec2 .img_box {border:1px solid #dfdfdf;padding:40px 20px;text-align:center;}
.esg_wrap .safety .sec2 .img_box img {}
.esg_wrap .safety .sec2 .img_box h3 {font-size:1.411rem;padding-bottom:30px;}
.esg_wrap .contribution .sec2 {}
.esg_wrap .contribution .sec2 h3 {position:relative;font-size:1.29rem;font-weight:500;padding-left:30px;margin-bottom:30px;}
.esg_wrap .contribution .sec2 h3:after {content:'';position:absolute;left:0;top:0;width:10px;height:10px;border:5px solid #00349d;border-radius:50%;}
.esg_wrap .contribution .sec2 .sec2_box {border:1px solid #dfdfdf;padding:40px 35px;max-width:1080px;margin:0 auto;}
.esg_wrap .contribution .sec2 .sec2_box ul {display:flex;flex-wrap:wrap;gap:20px;}
.esg_wrap .contribution .sec2 .sec2_box ul li {width:calc((100% - 40px)/3);}
.esg_wrap .contribution .sec2 .sec2_box ul li:last-child { width: calc(((100% - 20px) / 3) * 2);}
.esg_wrap .contribution .sec2 .sec2_box ul li:last-child .img img { width:calc((100% - 20px)/2);}
.esg_wrap .contribution .sec2 .sec2_box ul li .img {display:flex;gap:20px;}
.esg_wrap .contribution .sec2 .sec2_box ul li .img img {width:100%;aspect-ratio:600/300}
.esg_wrap .contribution .sec2 .sec2_box ul li .tit {font-size:1.05rem;color:#00349d;font-weight:500;padding-bottom:10px;padding-top:30px;}
.esg_wrap .contribution .sec2 .sec2_box ul li .desc {font-size:0.94rem;line-height:1.6;}
.society_bg { position:relative;height:485px; background-image:url('../images/esg/society-bg01.jpg');background-repeat:no-repeat;background-position:center right; }
.society_bg .txt_box {position:absolute;width:1400px;text-align:left;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;}
.society_bg .txt_box h1 {font-size:1.76rem;font-weight:700;padding-bottom:30px;}
.society_bg .txt_box p {font-size:1.05rem;line-height:1.5;}

/*지배구조*/
.esg_wrap .ethical .ico_box .box.box1 ul {background-image:url('../images/esg/ico-esg-structure-ethical01.png');}
.esg_wrap .ethical .ico_box .box.box2 ul {background-image:url('../images/esg/ico-esg-structure-ethical02.png');}
.esg_wrap .ethical .ico_box .box.box3 ul {background-image:url('../images/esg/ico-esg-structure-ethical03.png');}

.esg_wrap .ethical .ethical_box {width:1000px;margin:0 auto;}
.esg_wrap .ethical .ethical_box .img_wrap {position:relative;margin-bottom:30px;}
.esg_wrap .ethical .ethical_box .img_wrap img {width:100%;}
.esg_wrap .ethical .ethical_box .text_wrap {position:absolute;top:50%;left:50%;width:90%;transform:translate(-50%,-50%);color:#fff;text-align:center;}
.esg_wrap .ethical .ethical_box .text_wrap p {font-size:1.764rem;font-weight:bold;padding-bottom:30px;}
.esg_wrap .ethical .ethical_box .text_wrap span {font-size:1.05rem;line-height:1.5;}

.esg_wrap .ethical .gray_box ul li {padding:50px 20px;}
.esg_wrap .ethical .gray_box ul li p.tit {min-height:auto;padding-bottom:0;height:100%;}

/*외부평가*/
.esg_wrap .external_box {width:1080px;margin:0 auto;display:flex;justify-content:center;gap:22px;}
.esg_wrap .external_box .box {width:calc((100% - 22px)/2);}
.esg_wrap .external_box .img {border:1px solid #dfdfdf;height:215px;padding:10px;display:flex;align-items:center;justify-content:center;}
.esg_wrap .external_box .text {text-align:center;}
.esg_wrap .external_box .text span {display:block;font-size:0.94rem;padding-top:20px;}
.esg_wrap .external_box .text p {font-size:1.41rem;font-weight:700;padding-top:10px;}


/*메인팝업추가*/
.main_pop_wrap {width:798px;height:595px;position:fixed;top:50%;transform:translateY(-50%);left:30px;z-index:100;}
.main_pop_close {width:100%;background:#ddd; padding:5px; display:flex; justify-content:flex-end;color:#333;font-size:16px;cursor:pointer;}


/*사업안내-sheq-policy*/
.sheq-policy {padding-bottom:100px;}
.sheq-policy .sheq-wrap {padding-top:20px;}
.sheq-policy .sheq-wrap .top {color:#000;padding-top:15px;}
.sheq-policy .sheq-wrap .box {padding-top:30px;}
.sheq-policy .sheq-wrap .box h3 {color:#000;padding-bottom:15px;}
.sheq-policy .sheq-wrap .box ul li {color:#000;position:relative;padding-left:10px;margin-bottom:10px;}
.sheq-policy .sheq-wrap .box ul li:after {content:'-';position:absolute;left:0;top:0;}
.sheq-policy .sheq-wrap .box p {position:relative;color:#000;margin-bottom:15px;padding-left:15px;}
.sheq-policy .sheq-wrap .box p:after {content:'';position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:#000;}
.sheq-policy .sheq-wrap .box p.second {margin-top:20px;}
.sheq-policy .sheq-wrap .box ol {padding-top:20px;}
.sheq-policy .sheq-wrap .box ol li {color:#000;margin-bottom:10px;}
.sheq-policy .sheq-wrap .box ol li:nth-child(1) {padding-bottom:5px;}
.sheq-policy .sheq-wrap .ceo {width:267px;text-align:center;margin-top:70px;}
.sheq-policy .sheq-wrap .ceo p {color:#000;line-height:1.5;}


@media screen and (min-width: 1px) and (max-width: 1410px) {

	.esg_wrap {width:100%;padding:0 4%;}
	.esg_wrap .w960 {width:100%;}
	.esg_wrap .ico_box {width:100%;}
	.esg_wrap .react .sec3 .sec3_box .img_box:nth-child(2) {margin-top:10px;}

	.society_bg .txt_box {width:100%;padding:0 30px;}

	.esg_wrap .left_title.ethical_title {flex-direction:column;gap:0;}
	.esg_wrap .left_title.ethical_title .tit {width:100%;}
	.esg_wrap .left_title.ethical_title .tit span {padding-right:0;display:flex;gap:20px;align-items:flex-start;}
	.esg_wrap .left_title.ethical_title .desc {width:100%;padding-top:10px;}
	.esg_wrap .left_title.ethical_title .tit a {position:static;margin-top:5px;}
	.esg_wrap .left_title.ethical_title .tit.hotline {width:100%;}

	.esg_wrap .ethical .ethical_box {width:100%;}

	.esg_wrap .external_box {width:100%;}

}

@media screen and (min-width: 1px) and (max-width: 1000px) {
	.main_pop_wrap {width:90%;left:50%;transform:translate(-50%,-50%)}

	/*esg-사회*/
	.esg_wrap .contribution .sec2 .sec2_box ul {}
	.esg_wrap .contribution .sec2 .sec2_box ul li {width:calc((100% - 40px)/2);}
	.esg_wrap .contribution .sec2 .sec2_box ul li:last-child { width:100%;}

}

@media screen and (min-width: 1px) and (max-width: 768px) {

	/*esg*/
	.mo-block {display:block;}
	.mo-none {display:none;}

	.esg_tab {margin-bottom:40px;}
	.esg_tab li a {padding:10px 5px;}
	.esg_tab li.on a {border-bottom:2px solid #00349d;}

	.esg_wrap {width:100%;padding:0 15px;}
	.esg_wrap .esg_title {padding-bottom:20px;}
	.esg_wrap .esg_title .tit {line-height:1.2;}
	.esg_wrap .esg_title .desc {padding-top:10px;}
	.esg_wrap .left_title {flex-direction:column;padding-bottom:20px;}
	.esg_wrap .left_title .tit {width:100%;padding-bottom:10px;}
	.esg_wrap .left_title .desc {width:100%;}

	.esg_wrap .section {margin-bottom:50px;}
	.esg_wrap .gray_box ul {gap:45px 15px;}
	.esg_wrap .gray_box ul.col3 {grid-template-columns:repeat(2,1fr);}
	.esg_wrap .gray_box ul li {padding:30px 15px;}
	.esg_wrap .gray_box ul li .ico {width:50px;height:50px;top:-25px;}
	.esg_wrap .gray_box ul li .ico img {width:25px;}

	/*esg-esg*/
	.esg_wrap .esg_strategy {flex-direction:column;}
	.esg_wrap .esg_strategy .box {width:100%;}
	.esg_wrap .esg_strategy .box p {padding:90px 15px 20px;background-size:40px auto;}
	.esg_wrap .esg .img_box {padding:20px;}
	.esg_wrap .esg .policy_box1 {padding:30px 10px 0;}
	.esg_wrap .esg .policy_box1 .tit {flex-direction:column;}
	.esg_wrap .esg .policy_box1 .tit strong {padding-left:0;padding-top:10px;font-size:1.4rem;}
	.esg_wrap .esg .policy_box2 {grid-template-columns:repeat(2,1fr);gap:15px;}
	.esg_wrap .esg .policy_box2 li {min-height:80px;padding:15px 10px;}

	/*esg-환경*/
	.esg_wrap .env_img {gap:10px;flex-direction:column;}
	.esg_wrap .ico_box {flex-direction:column;}
	.esg_wrap .ico_box .box {width:100%;}
	.esg_wrap .react .sec1 .img_box {width:100%;padding:20px;}
	.esg_wrap .react .sec1 .img_box img {margin:0 auto;}
	.esg_wrap .react .sec2 .sec2_box {flex-direction:column;}
	.esg_wrap .react .sec2 .sec2_box .img_box {padding:20px;}
	.esg_wrap .react .sec2 .sec2_box ul li {width:100%;}
	.esg_wrap .react .sec2 .sec2_box ul li img {width:100%;}
	.esg_wrap .react .sec4 .img_box {padding:20px;}

	.esg_wrap .eco .sec2 .sec2_box {flex-direction:column;}
	.esg_wrap .eco .sec2 .sec2_box .img_box {width:100%;}

	/*esg-사회*/
	.society_bg { height:351px; background-image:url('../images/esg/m-society-bg01.jpg'); }
	.society_bg .txt_box {padding:0 15px;}
	
	.esg_wrap .contribution .sec2 .sec2_box {padding:30px 15px;}
	.esg_wrap .contribution .sec2 .sec2_box ul li {width:100%;}
	.esg_wrap .contribution .sec2 .sec2_box ul li:last-child { width:100%;}
	.esg_wrap .contribution .sec2 .sec2_box ul li:last-child .img {flex-direction:column;}
	.esg_wrap .contribution .sec2 .sec2_box ul li:last-child .img img {width:100%;}
	.esg_wrap .contribution .sec2 .sec2_box ul li .img img {width:100%;}
	.esg_wrap .contribution .sec2 .sec2_box ul li .tit {padding-top:20px;}

	
	/*esg-지배구조*/
	.esg_wrap .ethical .ethical_box .text_wrap p {padding-bottom:10px;}
	.esg_wrap .gray_box ul.col2 {grid-template-columns:repeat(1,1fr);}
	/*esg-외부평가*/
	.esg_wrap .external_box  { flex-direction:column; }
	.esg_wrap .external_box .box {width:100%;}
	.esg_wrap .external_box .box .img {height:200px;}

	/*사업안내-sheq-policy*/
	.sheq-policy .sheq-wrap {padding-top:0;}
	.sheq-policy .sheq-wrap .box {padding-top:20px;}
	.sheq-policy .sheq-wrap .ceo {margin-top:40px;}

}

@media screen and (min-width: 1px) and (max-width: 500px) {
	.esg_wrap .left_title.ethical_title .tit span {flex-direction:column;gap:5px;}
	.esg_wrap .left_title.ethical_title .tit {margin-top:0;}
	.esg_wrap .gray_box ul.col3 {grid-template-columns:repeat(1,1fr);}
	.esg_wrap .ethical .ethical_box .img_wrap img {height:300px;object-fit:cover;}

	/*사업안내-sheq-policy*/
	.sheq-policy .sheq-wrap .ceo {width:100%;}
}