@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Noto+Sans+KR:wght@400;700&display=swap');

/* 초기화 */

html {
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'Mukta', 'Noto Sans KR', sans-serif;
    background: #fff
}

.K_descript {
    width: 100%;
    height: 78px;
    font-size: 17px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.K_descript span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin-top: 20px;
}

.gall_text_href:hover h3.bo_tit {
    color: #00009a;
}

span.k-cates {
    display: inline !important;
    font-size: 14px;
    font-weight: 600;
    color: white !important;
    margin-top: 20px;
    text-align: center;
    background-color: #00009a;
    padding: 0 10px;
    border-radius: 60px;
    font-weight: normal !important;
}

#bo_gall .gall_box .gall_con .gall_text_href a.bo_cate_link {
    text-align: center;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Mukta', 'Noto Sans KR', sans-serif
}

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

ol,
ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1em
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Mukta', 'Noto Sans KR', sans-serif;
    font-size: 1em
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Mukta', 'Noto Sans KR', sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    text-align: justify;
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

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

.placeholdersjs {
    color: #aaa !important
}


/* Linkedin floating 메뉴 */

.floating-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
}

.floating-icon img {
    width: 80%;
}


/* Linkedin floating 메뉴 */

@keyframes moveUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.moveUp {
    opacity: 0;
    transform: translateY(40px);
    animation: moveUp 0.8s ease 1 forwards;
}

.moveLeft {
    opacity: 0;
    transform: translateX(-50px);
    animation: moveLeft 0.8s ease 1 forwards;
}

.moveRight {
    opacity: 0;
    transform: translateX(50px);
    animation: moveRight 0.8s ease 1 forwards;
}

.del02 {
    animation-delay: 0.2s;
}

.del03 {
    animation-delay: 0.3s;
}

.del04 {
    animation-delay: 0.4s;
}

.del05 {
    animation-delay: 0.5s;
}

.del06 {
    animation-delay: 0.6s;
}


/* 팝업레이어 */

#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0
}


/** ============================================== 미디어쿼리 ============================================== */


/*! MOBILE  */

@media screen and (max-width: 767px) {
    /*! ==============================  H E A D E R ============================== */
    #hd {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        border-bottom: 1px solid #f3f3f3;
        z-index: 990;
    }
    #hd .hd_wrap {
        width: 90%;
        height: 70px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #hd .hd_wrap #logo {
        display: inline-block;
        margin-top: 5px;
    }
    #hd .hd_wrap #logo img {
        width: 140px;
    }
    #hd .hd_wrap>nav {
        display: none;
    }
    #hd .hd_wrap input[type="checkbox"] {
        display: none;
    }
    #hd .hd_wrap input[type="checkbox"]+label {
        display: block;
        width: 25px;
        height: 19px;
        position: relative;
        cursor: pointer;
        z-index: 999;
    }
    #hd .hd_wrap input[type="checkbox"]+label span {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        border-radius: 15px;
        background-color: #000;
        transition: all 0.4s;
    }
    #hd .hd_wrap input[type="checkbox"]+label span:first-child {
        top: 0;
    }
    #hd .hd_wrap input[type="checkbox"]+label span:nth-child(2) {
        top: 50%;
        width: 70%;
        transform: translateY(-50%);
    }
    #hd .hd_wrap input[type="checkbox"]+label span:last-child {
        bottom: 0;
    }
    #hd .hd_wrap input[type="checkbox"]:checked+label span:first-child {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    #hd .hd_wrap input[type="checkbox"]:checked+label span:nth-child(2) {
        opacity: 0;
    }
    #hd .hd_wrap input[type="checkbox"]:checked+label span:last-child {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }
    /* 오픈메뉴 */
    .menuDrop {
        position: fixed;
        right: -100%;
        top: 70px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 99;
        transition: right 0.3s linear;
    }
    .menuDrop.active {
        right: 0;
    }
    .menuDrop .inner {
        width: 100%;
        height: 100%;
    }
    .menuDrop ul>li {
        width: 100%;
        border-bottom: 1px solid #e6e7e7;
    }
    .menuDrop ul>li>a,
    .menuDrop ul>li b {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        padding: 10px 5%;
        width: 100%;
        display: inline-block;
    }
    .menuDrop ul>li b::after {
        position: absolute;
        right: 6%;
        top: 45%;
        transform: translateY(-50%);
        width: 16px;
        height: 12px;
        background: url(g_arrow.png) no-repeat center center;
        background-size: contain;
        content: '';
        display: block;
        transition: all 0.2s ease-in-out;
    }
    .menuDrop ul>li b.active::after {
        transform: rotate(180deg);
    }
    .menuDrop ul>li ol {
        display: none;
        background-color: #f8f8f8;
        padding: 0 7%;
        border-top: 1px solid #000099;
    }
    .menuDrop ul>li ol li {
        border-bottom: 1px solid #fff;
    }
    .menuDrop ul>li ol li:last-of-type {
        border-bottom: none;
    }
    .menuDrop ul>li ol li a {
        font-size: 14px;
        font-weight: 400;
        color: #747474;
        line-height: 40px;
        display: inline-block;
        width: 100%;
    }
    .menuDrop ul>li ol li a br {
        display: none;
    }
    /*! ============================== M A I N ============================== */
    #wrapper {
        position: relative;
        width: 100%;
        padding-top: 70px;
        overflow: hidden;
    }
    .inner {
        width: 90%;
        margin: 0 auto;
    }
    /* ********** MAIN - VISUAL ********** */
    .main_visual {
        width: 100%;
        overflow: hidden;
    }
    .main_visual .mv-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .main_visual .mv-slider ul li {
        width: 100%;
        height: 600px;
    }
    .main_visual .mv-slider ul li.s1 {
        background: url(mbg_mvisual01.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s2 {
        background: url(mbg_mvisual02.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s3 {
        background: url(mbg_mvisual03.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s4 {
        background: url(mbg_mvisual04.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s5 {
        background: url(mbg_mvisual05.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .inner {
        position: relative;
        height: 100%;
    }
    .main_visual .inner .txtBox {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
    .main_visual .inner .txtBox span {
        display: block;
    }
    .main_visual .inner .txtBox>h2 {
        font-size: 24px;
        font-weight: 900;
        color: #fff;
        letter-spacing: -0.5px;
        line-height: 30px;
        word-break: keep-all;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .main_visual .inner .txtBox>p {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 22px;
        margin-bottom: 40px;
        word-break: keep-all;
        overflow: hidden;
    }
    .main_visual .inner .txtBox>a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #111;
        line-height: 45px;
        padding: 0 40px;
        border-radius: 25px;
        background: #fff;
    }
    /* 에니메이션 */
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>h2 {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.4s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>p span:first-of-type {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.5s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>p span:last-of-type {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.6s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>a {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.7s forwards;
    }
    /* ********** MAIN - 02 ********** */
    .main02 {
        width: 100%;
        background: #fff;
    }
    .main02 .inner {
        padding: 70px 0;
    }
    .main02 .inner>h2 {
        font-size: 32px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .main02 .inner>h2 strong {
        font-weight: 700;
        color: #000099;
    }
    .main02 .inner>p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
        margin-bottom: 35px;
    }
    .main02 .inner>a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 45px;
        padding: 0 40px;
        border-radius: 25px;
        background: #000099;
    }
    /* ********** MAIN - 03 ********** */
    .main03 {
        width: 100%;
        background: url(bg_main03.png) no-repeat center center;
        background-size: cover;
    }
    .main03 .inner {
        padding: 30px 0;
    }
    .main03 .inner ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .main03 .inner ul li {
        text-align: center;
        padding: 10px 0;
    }
    .main03 .inner ul li:nth-of-type(1) {
        width: 50%;
    }
    .main03 .inner ul li:nth-of-type(2) {
        width: 50%;
    }
    .main03 .inner ul li:nth-of-type(3) {
        width: 50%;
    }
    .main03 .inner ul li:nth-of-type(4) {
        width: 50%;
    }
    .main03 .inner ul li:nth-of-type(5) {
        width: 100%;
    }
    .main03 .inner ul li p {
        font-size: 15px;
        color: #9f9fde;
    }
    .main03 .inner ul li strong {
        display: inline-block;
        font-size: 20px;
        font-weight: 900;
        color: #Fff;
        vertical-align: middle;
        margin: 0 5px;
    }
    .main03 .inner ul li span.odometer {
        display: inline-block;
        font-size: 34px;
        font-weight: 900;
        color: #fff;
        line-height: 40px;
    }
    /* ********** MAIN - 04 ********** */
    .main04 {
        background: #edf0f5;
    }
    .main04 .inner {
        position: relative;
        padding: 70px 0;
    }
    .main04 .inner>h2 {
        font-size: 32px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    .main04 .inner>.pd-slider {
        position: relative;
    }
    .main04 .inner>.pd-slider ul li {
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a {
        display: block;
    }
    .main04 .inner>.pd-slider ul li a .imgBox {
        width: 100%;
        overflow: hidden;
    }
    .main04 .inner>.pd-slider ul li a .imgBox img {
        width: 100%;
    }
    .main04 .inner>.pd-slider ul li a dl {
        background: #fff;
        padding: 30px 20px 40px;
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a dl dt {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        color: #111;
        letter-spacing: -1px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .main04 .inner>.pd-slider ul li a dl dt::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a dl dd {
        display: block;
        height: 75px;
        font-size: 16px;
        color: #666666;
        line-height: 25px;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .main04 .inner>span {
        position: absolute;
        width: 70px;
        height: 70px;
        display: block;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    .main04 .inner .pd-swiper-button-prev {
        display: none;
    }
    .main04 .inner .pd-swiper-button-next {
        display: none;
    }
    /* ? hover */
    .main04 .inner>.pd-slider ul li:hover a dl {
        border-bottom: 3px solid #000099;
    }
    .main04 .inner>.pd-slider ul li:hover a dl dt::after {
        opacity: 1;
    }
    /* ********** MAIN - 05 ********** */
    .main05 {
        padding: 70px 0;
    }
    .main05 .inner>h2 {
        font-size: 32px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .main05 .inner>.conBox {
        width: 100%;
        border-top: 2px solid #000;
        border-bottom: 1px solid #e5e5e5;
    }
    .main05 .inner>.conBox .tnav {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .main05 .inner>.conBox .tnav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .main05 .inner>.conBox .tnav ul li {
        width: 50%;
        text-align: center;
        cursor: pointer;
        padding: 10px 0;
    }
    .main05 .inner>.conBox .tnav ul li:last-of-type {
        width: 100%;
    }
    .main05 .inner>.conBox .tnav ul li span {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #aaa;
        line-height: 23px;
        transition: all 0.1s ease-in-out;
    }
    .main05 .inner>.conBox .tnav ul li span::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    .main05 .inner>.conBox .tnav ul li.on span {
        color: #111;
    }
    .main05 .inner>.conBox .tnav ul li.on span::after {
        opacity: 1;
    }
    .main05 .inner>.conBox .tbox {
        width: 100%;
        padding: 30px 0 40px;
    }
    .main05 .inner>.conBox .tbox .tcon {
        display: none;
    }
    .main05 .inner>.conBox .tbox .tcon.active {
        display: block;
    }
    .main05 .inner>.conBox .tbox .tcon .imgBox {
        margin-bottom: 20px;
    }
    .main05 .inner>.conBox .tbox .tcon .imgBox img {
        width: 100%;
    }
    .main05 .inner>.conBox .tbox .tcon h3 {
        font-size: 22px;
        font-weight: 700;
        color: #111111;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .main05 .inner>.conBox .tbox .tcon p {
        font-size: 15px;
        color: #666;
        line-height: 23px;
        word-break: keep-all;
        margin-bottom: 30px;
    }
    .main05 .inner>.conBox .tbox .tcon p b {
        font-weight: 400;
        color: #000099;
    }
    .main05 .inner>.conBox .tbox .tcon a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #000099;
    }
    .main05 .inner>.conBox .tbox .tcon a::after {
        width: 11px;
        height: 12px;
        background: url(ico_arrow.png) no-repeat center center;
        content: '';
        display: inline-block;
        margin-left: 20px;
        transition: all 0.1s linear;
    }
    .main05 .inner>.conBox .tbox .tcon a:hover::after {
        margin-left: 25px;
    }
    /* ********** MAIN - 06 ********** */
    .main06 {
        padding: 70px 0 30px;
    }
    .main06 .inner>h2 {
        font-size: 32px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    .main06 .inner>.mapBox {
        position: relative;
        width: 100%;
        height: 55vw;
        max-height: 730px;
        background: url(img_main06_map.png) no-repeat center center, #fff;
        background-size: contain;
    }
    .main06 .inner>.mapBox .country {
        display: none;
    }
    /* ********** MAIN - 07 ********** */
    /* 상단물결 */
    .wrap_svg {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        overflow: hidden;
        z-index: 5;
    }
    .wrap_svg svg.dd {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .wrap_svg svg.dd01 {
        z-index: 15;
        height: 100%;
    }
    .wrap_svg svg.dd02 {
        z-index: 10;
        height: 105%;
    }
    .wrap_svg svg g {
        width: 100%;
    }
    .main07 {
        background: #edf0f5;
        padding: 30px 0 40px;
    }
    .main07 .inner>h2 {
        font-size: 32px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    .main07 .inner>ul {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .main07 .inner>ul::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: url(bg_main07.png) no-repeat center center;
        background-size: cover;
        content: '';
        display: block;
    }
    .main07 .inner>ul li {
        width: 33.33%;
        text-align: center;
    }
    .main07 .inner>ul li:nth-of-type(n+4) {
        margin-top: 30px;
    }
    .main07 .inner>ul li:nth-of-type(n+13) {
        display: none;
    }
    .main07 .inner>ul li img {
        max-width: 70%;
        max-height: 30px;
    }
    /*! ============================== S U B P A G E ============================== */
    .svisual {
        position: relative;
        width: 100%;
        height: 200px;
    }
    .svisual.sv01 {
        background: url(mbg_svisual01.png) no-repeat center center;
        background-size: cover;
    }
    .svisual.sv01 .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .svisual.sv01 .inner p {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 24px;
        word-break: keep-all;
    }
    section .snav {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    section .snav p {
        font-size: 15px;
        color: #b5b5b5;
        line-height: 20px;
        text-align: right;
    }
    section .snav p strong {
        display: inline-block;
        max-width: 180px;
        font-weight: 400;
        color: #000;
        vertical-align: middle;
    }
    /*? 서브페이지 */
    .sub_page>.inner {
        padding: 60px 0 50px;
    }
    .sub_page>.inner>h2 {
        font-size: 30px;
        font-weight: 900;
        color: #111;
        letter-spacing: -0.5px;
        line-height: 34px;
    }
    .sub_page h3 {
        font-size: 23px;
        font-weight: 500;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .sub_page h3::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: transparent !important;
        content: '';
        display: inline-block;
    }
    /*? 테이블 */
    .sub_page .tbBox h3 {
        display: block;
        color: #000099;
        text-align: center;
    }
    .sub_page .tbBox h3::after {
        display: none;
    }
    .sub_page .tbBox p {
        font-size: 15px;
        font-weight: 400;
        color: #666;
        line-height: 26px;
        text-align: center;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub_page .tbBox p br {
        display: none;
    }
    .sub_page .tbBox .scroll {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .sub_page .tbBox .scroll::-webkit-scrollbar {
        display: none;
    }
    .sub_page .tbBox table {
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #000099;
    }
    .sub_page .tbBox table tr {
        border-bottom: 1px solid #ededed;
    }
    .sub_page .tbBox table thead tr th {
        font-size: 15px;
        font-weight: 700;
        color: #111;
        line-height: 22px;
        padding: 10px 15px;
        background: #fafbfc;
        border-right: 1px solid #ededed;
    }
    .sub_page .tbBox table thead tr th:last-of-type {
        border-right: none;
    }
    .sub_page .tbBox table tbody tr td {
        font-size: 15px;
        font-weight: 400;
        color: #666;
        line-height: 22px;
        padding: 10px 15px;
        border-right: 1px solid #ededed;
    }
    .sub_page .tbBox table tbody tr td:last-of-type {
        border-right: none;
    }
    .sub_page .tbBox table tbody tr td strong {
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }
    /*? FLEX 박스 */
    .sub_page .flex {
        display: flex;
        margin-bottom: 60px;
    }
    .sub_page .flex .imgBox {
        width: 100%;
    }
    .sub_page .flex .imgBox img {
        width: 100%;
    }
    .sub_page .flex .txtBox {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 25px;
    }
    .sub_page .flex .txtBox h3 br {
        display: none;
    }
    .sub_page .flex .txtBox h3::after {
        display: none;
    }
    .sub_page .flex .txtBox p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub_page .flex .txtBox p:last-of-type {
        margin-bottom: 0;
    }
    .sub_page .flex .txtBox p br {
        display: none;
    }
    /* ? case */
    .sub_page .flex.lt {
        flex-direction: column;
    }
    .sub_page .flex.rt {
        flex-direction: column-reverse;
    }
    /*? 서브게시판 */
    .sub_board>.inner h2 {
        margin-bottom: 50px;
    }
    /*! ============================== S U B P A G E - 1  ============================== */
    /* ********** SUB 1-1 ( Overview ) ********** */
    .sub11>.inner {
        padding-bottom: 70px;
    }
    .sub11>.inner>p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
        margin-top: 20px;
    }
    /*? Ours Customers */
    .sub11-2 .inner {
        width: 100%;
        padding-top: 0;
    }
    .sub11-2 .inner>h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .sub11-2 .inner>.box {
        pointer-events: none;
        margin-bottom: 30px;
    }
    .sub11-2 .inner .box-tit {
        width: 90%;
        margin: 0 auto;
    }
    .sub11-2 .inner>.box ul {
        margin-bottom: 5px;
    }
    /* ********** SUB 1-2 ( Introduction ) ********** */
    .sub12>.inner>p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
        margin-top: 20px;
    }
    /* ********** SUB 1-3 ( History ) ********** */
    .sub13 {
        padding-bottom: 50px;
    }
    .sub13>.inner {
        padding-bottom: 0;
    }
    .sub13>.inner>ul {
        position: relative;
        margin-top: 30px;
    }
    .sub13>.inner>ul::before {
        position: absolute;
        left: 28px;
        top: 0;
        width: 1px;
        height: 103%;
        background: #e6e6e6;
        content: '';
        display: block;
        z-index: -1;
    }
    .sub13>.inner>ul>li {
        margin-bottom: 20px;
    }
    .sub13>.inner>ul>li>span {
        display: inline-block;
        font-size: 30px;
        font-weight: 900;
        color: #000099;
        letter-spacing: -0.5px;
        line-height: 44px;
        background: #fff;
        margin-bottom: 10px;
    }
    .sub13>.inner>ul>li>ol {
        padding-left: 79px;
    }
    .sub13>.inner>ul>li>ol li {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        word-break: keep-all;
        margin-bottom: 10px;
        padding-left: 37px;
    }
    .sub13>.inner>ul>li>ol li::before {
        position: absolute;
        left: -58px;
        top: 3px;
        width: 51px;
        height: 16px;
        background: url(ico_sub13_bull.png) no-repeat left center;
        content: '';
        display: block;
    }
    .sub13>.inner>ul>li>ol li strong {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        font-size: 17px;
        font-weight: 900;
        color: #333333;
        line-height: 24px;
    }
    /*! ============================== S U B P A G E - 2  ============================== */
    /*? btnBox */
    .sub2 .inner .btnBox {
        margin-top: 30px;
    }
    .sub2 .inner .btnBox a {
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        color: #111;
        line-height: 45px;
        padding: 0 20px;
        border-radius: 10px;
        background: #edf0f5;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .sub2 .inner .btnBox a.on {
        color: #fff;
        background: #000099;
    }
    /*? infoBox 2 */
    .sub2 .infoBox2 {
        position: relative;
    }
    .sub2 .infoBox2>.bgBox {
        width: 100%;
        height: 260px;
    }
    .sub2 .infoBox2>.txtBox {
        width: 90%;
        max-width: 1200px;
        padding: 40px 30px;
        background: #fff;
        margin: 0 auto;
        transform: translateY(-80px);
    }
    .sub2 .infoBox2>.txtBox p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub2 .infoBox2>.txtBox p:last-of-type {
        margin-bottom: 0;
    }
    .sub2 .infoBox2>.txtBox p br {
        display: none;
    }
    .sub2 .image {
        width: 100%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .sub2 .image img {
        width: 100%;
    }
    /** 2 - 2 Containerization */
    .sub22>.srolling {
        margin-bottom: 30px;
    }
    .sub22 .infoBox2>.bgBox {
        background: url(bg_sub22.png) no-repeat right top;
        background-size: cover;
        margin-bottom: 70px;
    }
    .sub22>.txtBox .inner {
        padding: 0 0 70px;
    }
    .sub22>.txtBox .inner>h3 {
        color: #1919a1;
        margin-bottom: 10px;
    }
    .sub22>.txtBox .inner>h3::after {
        display: none;
    }
    .sub22>.txtBox .inner>strong {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #111;
        line-height: 24px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub22>.txtBox .inner>p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
    }
    .sub22>.tbBox .inner {
        padding: 0 0 70px;
    }
    .sub22>.tbBox .inner table.type02 tr td:first-of-type {
        text-align: center;
    }
    .sub22>.tbBox ol {
        padding: 20px 30px;
        border-top: 2px solid #000099;
        border-bottom: 1px solid #ededed;
        margin-bottom: 70px;
    }
    .sub22>.tbBox ol li {
        position: relative;
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .sub22>.tbBox ol li::after {
        position: absolute;
        left: -20px;
        top: 8px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    .sub22>.tbBox ol li:last-of-type {
        margin-bottom: 0;
    }
    /** 2 - 3 Bulk Carrier */
    .sub23 .infoBox2>.bgBox.bg1 {
        background: url(bg_sub231.png) no-repeat 70% top;
        background-size: cover;
        margin-bottom: 70px;
    }
    .sub23 .infoBox2>.bgBox.bg2 {
        background: url(bg_sub232.png) no-repeat center top;
        background-size: cover;
        margin-bottom: 70px;
    }
    /*! ============================== S U B P A G E - 3  ============================== */
    /* ? infoBox */
    .sub3 .inner {
        width: 100%;
    }
    .sub3 .inner>h2 {
        padding: 0 5%;
    }
    .sub3 .inner h3::after {
        display: none;
    }
    .sub3 .inner .infoBox {
        position: relative;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .sub3 .inner .infoBox>img {
        width: 100%;
        margin-bottom: 30px;
    }
    .sub3 .inner .infoBox>h3 {
        display: block;
        width: 90%;
        margin: 0 auto 10px;
    }
    .sub3 .inner .infoBox>p {
        width: 90%;
        margin: 0 auto 10px;
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
    }
    .sub3 .inner .infoBox>p br {
        display: none;
    }
    .sub3 .inner .infoBox>p:last-of-type {
        margin-bottom: 0;
    }
    .sub3 .inner .infoBox>ul {
        width: 90%;
        margin: 0 auto 5px;
    }
    .sub3 .inner .infoBox>ul li {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
    }
    /* ? infoBox 2 */
    .sub3 .inner .infoBox2 {
        position: relative;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .sub3 .inner .infoBox2>.txtBox {
        width: 90%;
        margin: 0 auto;
    }
    .sub3 .inner .infoBox2>.txtBox p {
        font-size: 15px;
        color: #666666;
        line-height: 23px;
        word-break: keep-all;
        margin-bottom: 10px;
    }
    .sub3 .inner .infoBox2>.txtBox p br {
        display: none;
    }
    /* ? listBox */
    .sub3 .inner .listBox2 {
        width: 90%;
        margin: 0 auto 40px;
    }
    .sub3 .inner .listBox2>.txtBox h4 {
        position: relative;
        font-size: 17px;
        font-weight: 700;
        color: #000099;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .sub3 .inner .listBox2>.txtBox h4 span {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        line-height: 40px;
        text-align: center;
        background: #000099;
        border-radius: 10px;
        margin-right: 10px;
    }
    .sub3 .inner .listBox2>.txtBox p {
        position: relative;
        font-size: 14px;
        color: #666;
        line-height: 23px;
        word-break: keep-all;
        padding-left: 13px;
        margin-bottom: 5px;
    }
    .sub3 .inner .listBox2>.txtBox p::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '-';
        display: block;
    }
    .sub3 .inner .listBox2>.imgBox {
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin-top: 20px;
    }
    .sub3 .inner .listBox2>.imgBox ul li {
        text-align: center;
        border: 1px solid #edf0f5;
    }
    .sub3 .inner .listBox2>.imgBox ul li img {
        width: 100%;
        height: 100%;
    }
    /** 3 - 1 Services */
    .sub31 .inner>.tbBox {
        width: 90%;
        margin: 0 auto 70px;
    }
    .sub31 .inner>.tbBox .scroll table {
        min-width: 600px;
    }
    .sub31 .inner>.tbBox table {
        text-align: center;
    }
    .sub31 .inner>.tbBox table.type02 tbody tr td:last-of-type {
        text-align: left;
    }
    /** 3 - 2 Spare parts */
    .sub32 .inner>.txtBox {
        width: 90%;
        margin: 0 auto;
    }
    .sub32 .inner>.txtBox>h3 {
        color: #1919a1;
    }
    .sub32 .inner>.txtBox>h3::after {
        display: none;
    }
    .sub32 .inner>.txtBox>p {
        font-size: 15px;
        color: #666;
        line-height: 23px;
    }
    .sub32 .inner .listBox {
        width: 90%;
        margin: 0 auto;
    }
    .sub32 .inner .listBox>.box {
        width: 100%;
        margin-top: 60px;
    }
    .sub32 .inner .listBox>.box ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .sub32 .inner .listBox>.box ul li {
        width: 49%;
        margin-right: 2%;
    }
    .sub32 .inner .listBox>.box ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .sub32 .inner .listBox>.box ul li:nth-of-type(n+3) {
        margin-top: 15px;
    }
    .sub32 .inner .listBox>.box ul li dl {
        text-align: center;
        border: 1px solid #edf0f5;
    }
    .sub32 .inner .listBox>.box ul li dl dt {
        width: 100%;
        overflow: hidden;
    }
    .sub32 .inner .listBox>.box ul li dl dt img {
        width: 100%;
    }
    .sub32 .inner .listBox>.box ul li dl dd {
        position: relative;
        width: 100%;
        height: 45px;
        font-size: 14px;
        font-weight: 700;
        color: #111;
        line-height: 18px;
        background: #f4f7f9;
        border-top: 1px solid #edf0f5;
        padding: 0 10px;
    }
    .sub32 .inner .listBox>.box ul li dl dd span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 100%;
        text-align: center;
    }
    /** 3 - 3 Conversion */
    .sub33 .inner .infoBox2>.bgBox {
        width: 100%;
        height: 50vw;
        max-height: 600px;
        background: url(bg_sub33.png) no-repeat center center;
        background-size: cover;
        margin-bottom: 30px;
    }
    .sub33 .inner .contBox>h3 {
        display: block;
        width: 90%;
        margin: 0 auto 15px;
    }
    .sub33 .inner .listBox>ul li {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .sub33 .inner .processBox {
        width: 90%;
        margin: 0 auto 70px;
    }
    .sub33 .inner .processBox ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 10px;
    }
    .sub33 .inner .processBox ul li {
        position: relative;
        width: 48%;
        padding: 10px 10px 20px;
        text-align: center;
        background: #edf0f5;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .sub33 .inner .processBox ul li::after {
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 10px solid #edf0f5;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        content: '';
    }
    .sub33 .inner .processBox ul li dl dt {
        position: relative;
        width: 100%;
        height: 70px;
    }
    .sub33 .inner .processBox ul li dl dt img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 8vw;
        max-width: 40px;
        min-width: 24px;
    }
    .sub33 .inner .processBox ul li dl dd {
        font-size: 13px;
        font-weight: 700;
        color: #111;
        line-height: 16px;
    }
    /** 3 - 3 Conversion */
    .sub34 .inner {}
    /*! ============================== networks ============================== */
    .sub52 {
        padding: 0;
    }
    .sub52 .inner {
        padding: 70px 0;
    }
    .sub52 .inner>h2 {
        text-align: left;
    }
    .networks .inner h2 {
        position: relative;
        font-size: 23px;
        font-weight: 700;
        color: #111;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .sub52 .inner .box {
        margin-bottom: 70px;
    }
    .sub52 .inner .box>h3 {
        display: block;
        font-size: 21px;
        font-weight: 700;
        color: #000099;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .sub52 .inner .box>ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 2px solid #000099;
    }
    .sub52 .inner .box>ul li {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li.empty {
        display: none;
    }
    .sub52 .inner .box>ul li dl {
        margin-bottom: 10px;
    }
    .sub52 .inner .box>ul li dl dt {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        line-height: 20px;
        margin-bottom: 3px;
    }
    .sub52 .inner .box>ul li dl dd {
        font-size: 13px;
        font-weight: 500;
        color: #111;
        line-height: 20px;
        word-break: keep-all;
    }
    .sub52 .inner .box>ul li>p {
        font-size: 13px;
        font-weight: 300;
        color: #111;
        line-height: 20px;
        word-break: keep-all;
    }
    /*! ============================== F O O T E R ============================== */
    #ft {
        width: 100%;
        border-top: 1px solid #e2e5e9;
    }
    #ft .ft_wrap {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0 0;
    }
    #ft .ft_wrap .info>#logo a img {
        width: 130px;
    }
    #ft .ft_wrap .info>p {
        font-size: 13px;
        color: #666666;
        line-height: 18px;
        margin-top: 15px;
    }
    #ft .ft_wrap .info>ul li {
        font-size: 13px;
        color: #666666;
        line-height: 18px;
    }
    #ft .ft_wrap .info>ul li strong {
        display: inline-block;
        font-weight: 500;
        color: #000;
        margin-right: 5px;
    }
    #ft .ft_wrap .fnav {
        display: none;
    }
    #ft>p {
        font-size: 11px;
        color: #a7adb6;
        text-align: center;
        padding: 10px 0 30px;
    }
}


/*! TABLET  */

@media screen and (min-width:768px) and (max-width: 1199px) {
    /*! ==============================  H E A D E R ============================== */
    #hd {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        border-bottom: 1px solid #f3f3f3;
        z-index: 990;
    }
    #hd .hd_wrap {
        width: 90%;
        height: 70px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #hd .hd_wrap #logo {
        display: inline-block;
        margin-top: 5px;
    }
    #hd .hd_wrap #logo img {
        width: 140px;
    }
    #hd .hd_wrap>nav {
        display: none;
    }
    #hd .hd_wrap input[type="checkbox"] {
        display: none;
    }
    #hd .hd_wrap input[type="checkbox"]+label {
        display: block;
        width: 25px;
        height: 19px;
        position: relative;
        cursor: pointer;
        z-index: 999;
    }
    #hd .hd_wrap input[type="checkbox"]+label span {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        border-radius: 15px;
        background-color: #000;
        transition: all 0.4s;
    }
    #hd .hd_wrap input[type="checkbox"]+label span:first-child {
        top: 0;
    }
    #hd .hd_wrap input[type="checkbox"]+label span:nth-child(2) {
        top: 50%;
        width: 70%;
        transform: translateY(-50%);
    }
    #hd .hd_wrap input[type="checkbox"]+label span:last-child {
        bottom: 0;
    }
    #hd .hd_wrap input[type="checkbox"]:checked+label span:first-child {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    #hd .hd_wrap input[type="checkbox"]:checked+label span:nth-child(2) {
        opacity: 0;
    }
    #hd .hd_wrap input[type="checkbox"]:checked+label span:last-child {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }
    /* 오픈메뉴 */
    .menuDrop {
        position: fixed;
        right: -100%;
        top: 70px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 99;
        transition: right 0.3s linear;
    }
    .menuDrop.active {
        right: 0;
    }
    .menuDrop .inner {
        width: 100%;
        height: 100%;
    }
    .menuDrop ul>li {
        width: 100%;
        border-bottom: 1px solid #e6e7e7;
    }
    .menuDrop ul>li>a,
    .menuDrop ul>li b {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        padding: 15px 5%;
        width: 100%;
        display: inline-block;
    }
    .menuDrop ul>li b::after {
        position: absolute;
        right: 6%;
        top: 45%;
        transform: translateY(-50%);
        width: 16px;
        height: 12px;
        background: url(g_arrow.png) no-repeat center center;
        background-size: contain;
        content: '';
        display: block;
        transition: all 0.2s ease-in-out;
    }
    .menuDrop ul>li b.active::after {
        transform: rotate(180deg);
    }
    .menuDrop ul>li ol {
        display: none;
        background-color: #f8f8f8;
        padding: 0 7%;
        border-top: 1px solid #000099;
    }
    .menuDrop ul>li ol li {
        border-bottom: 1px solid #fff;
    }
    .menuDrop ul>li ol li:last-of-type {
        border-bottom: none;
    }
    .menuDrop ul>li ol li a {
        font-size: 15px;
        font-weight: 400;
        color: #747474;
        line-height: 50px;
        display: inline-block;
        width: 100%;
    }
    .menuDrop ul>li ol li a br {
        display: none;
    }
    /*! ============================== M A I N ============================== */
    #wrapper {
        position: relative;
        width: 100%;
        padding-top: 70px;
        min-height: 700px;
        overflow: hidden;
    }
    .inner {
        width: 90%;
        margin: 0 auto;
    }
    /* ********** MAIN - VISUAL ********** */
    .main_visual {
        width: 100%;
        overflow: hidden;
    }
    .main_visual .mv-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .main_visual .mv-slider ul li {
        width: 100%;
        height: 500px;
    }
    .main_visual .mv-slider ul li.s1 {
        background: url(bg_mvisual01.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s2 {
        background: url(bg_mvisual02.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s3 {
        background: url(bg_mvisual03.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s4 {
        background: url(bg_mvisual04.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s5 {
        background: url(bg_mvisual05.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .inner {
        position: relative;
        height: 100%;
    }
    .main_visual .inner .txtBox {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
    .main_visual .inner .txtBox span {
        display: block;
    }
    .main_visual .inner .txtBox>h2 {
        font-size: 28px;
        font-weight: 900;
        color: #fff;
        letter-spacing: -0.5px;
        line-height: 34px;
        word-break: keep-all;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .main_visual .inner .txtBox>p {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 22px;
        margin-bottom: 40px;
        word-break: keep-all;
        overflow: hidden;
    }
    .main_visual .inner .txtBox>a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #111;
        line-height: 45px;
        padding: 0 40px;
        border-radius: 25px;
        background: #fff;
    }
    /* 에니메이션 */
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>h2 {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.4s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>p span:first-of-type {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.5s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>p span:last-of-type {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.6s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>a {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.7s forwards;
    }
    /* ********** MAIN - 02 ********** */
    .main02 {
        width: 100%;
        background: #fff;
    }
    .main02 .inner {
        padding: 100px 0;
    }
    .main02 .inner>h2 {
        font-size: 34px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .main02 .inner>h2 strong {
        font-weight: 700;
        color: #000099;
    }
    .main02 .inner>p {
        font-size: 16px;
        color: #666666;
        line-height: 26px;
        word-break: keep-all;
        margin-bottom: 35px;
    }
    .main02 .inner>a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 45px;
        padding: 0 40px;
        border-radius: 25px;
        background: #000099;
    }
    /* ********** MAIN - 03 ********** */
    .main03 {
        width: 100%;
        background: url(bg_main03.png) no-repeat center center;
        background-size: cover;
    }
    .main03 .inner {
        width: 100%;
        max-width: 100%;
        padding: 100px 0;
    }
    .main03 .inner ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        width: 95%;
        margin: 0 auto;
    }
    .main03 .inner ul li {
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .main03 .inner ul li:nth-of-type(1) {
        width: 33.33%;
    }
    .main03 .inner ul li:nth-of-type(2) {
        width: 33.33%;
    }
    .main03 .inner ul li:nth-of-type(3) {
        width: 33.33%;
        border-right: none;
    }
    .main03 .inner ul li:nth-of-type(4) {
        width: 50%;
        margin-top: 40px;
    }
    .main03 .inner ul li:nth-of-type(5) {
        width: 50%;
        margin-top: 40px;
        border-right: none;
    }
    .main03 .inner ul li p {
        font-size: 17px;
        color: #9f9fde;
    }
    .main03 .inner ul li strong {
        display: inline-block;
        font-size: 30px;
        font-weight: 900;
        color: #Fff;
        vertical-align: middle;
        margin: 0 5px;
    }
    .main03 .inner ul li span.odometer {
        display: inline-block;
        font-size: 7vw;
        font-weight: 900;
        color: #fff;
    }
    /* ********** MAIN - 04 ********** */
    .main04 {
        background: #edf0f5;
    }
    .main04 .inner {
        position: relative;
        padding: 100px 0;
    }
    .main04 .inner>h2 {
        font-size: 34px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;
    }
    .main04 .inner>.pd-slider {
        position: relative;
        padding-top: 50px;
    }
    .main04 .inner>.pd-slider ul li {
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a {
        display: block;
    }
    .main04 .inner>.pd-slider ul li a .imgBox {
        width: 100%;
        overflow: hidden;
    }
    .main04 .inner>.pd-slider ul li a .imgBox img {
        width: 100%;
    }
    .main04 .inner>.pd-slider ul li a dl {
        height: 227px;
        background: #fff;
        padding: 30px 30px 50px;
        border-bottom: 4px solid transparent;
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a dl dt {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        color: #111;
        letter-spacing: -1px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .main04 .inner>.pd-slider ul li a dl dt::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a dl dd {
        display: block;
        height: 75px;
        font-size: 16px;
        color: #666666;
        line-height: 25px;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .main04 .inner>span {
        position: absolute;
        width: 70px;
        height: 70px;
        display: block;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    .main04 .inner .pd-swiper-button-prev {
        display: none;
    }
    .main04 .inner .pd-swiper-button-next {
        display: none;
    }
    /* ? hover */
    .main04 .inner>.pd-slider ul li:hover {
        transform: translateY(-40px);
    }
    .main04 .inner>.pd-slider ul li:hover a dl {
        border-bottom: 4px solid #000099;
    }
    .main04 .inner>.pd-slider ul li:hover a dl dt::after {
        opacity: 1;
    }
    /* ********** MAIN - 05 ********** */
    .main05 {
        padding: 130px 0;
    }
    .main05 .inner>h2 {
        font-size: 34px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .main05 .inner>.conBox {
        width: 100%;
        border-top: 2px solid #000;
        border-bottom: 1px solid #e5e5e5;
    }
    .main05 .inner>.conBox .tnav {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .main05 .inner>.conBox .tnav ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main05 .inner>.conBox .tnav ul li {
        width: 33.33%;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        cursor: pointer;
    }
    .main05 .inner>.conBox .tnav ul li:last-of-type {
        border-right: none;
    }
    .main05 .inner>.conBox .tnav ul li span {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: #aaa;
        line-height: 26px;
        transition: all 0.1s ease-in-out;
    }
    .main05 .inner>.conBox .tnav ul li span::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    .main05 .inner>.conBox .tnav ul li.on span {
        color: #111;
    }
    .main05 .inner>.conBox .tnav ul li.on span::after {
        opacity: 1;
    }
    .main05 .inner>.conBox .tbox {
        width: 100%;
        padding: 40px 20px;
    }
    .main05 .inner>.conBox .tbox .tcon {
        display: none;
    }
    .main05 .inner>.conBox .tbox .tcon.active {
        display: block;
    }
    .main05 .inner>.conBox .tbox .tcon .imgBox {
        margin-bottom: 30px;
    }
    .main05 .inner>.conBox .tbox .tcon .imgBox img {
        width: 100%;
    }
    .main05 .inner>.conBox .tbox .tcon h3 {
        font-size: 23px;
        font-weight: 700;
        color: #111111;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .main05 .inner>.conBox .tbox .tcon p {
        font-size: 15px;
        color: #666;
        line-height: 23px;
        word-break: keep-all;
        margin-bottom: 60px;
    }
    .main05 .inner>.conBox .tbox .tcon p b {
        font-weight: 400;
        color: #000099;
    }
    .main05 .inner>.conBox .tbox .tcon a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #000099;
    }
    .main05 .inner>.conBox .tbox .tcon a::after {
        width: 11px;
        height: 12px;
        background: url(ico_arrow.png) no-repeat center center;
        content: '';
        display: inline-block;
        margin-left: 20px;
        transition: all 0.1s linear;
    }
    .main05 .inner>.conBox .tbox .tcon a:hover::after {
        margin-left: 25px;
    }
    /* ********** MAIN - 06 ********** */
    .main06 {
        padding: 100px 0 0;
    }
    .main06 .inner>h2 {
        font-size: 36px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
    .main06 .inner>.mapBox {
        position: relative;
        width: 100%;
        height: 55vw;
        max-height: 730px;
        background: url(img_main06_map.png) no-repeat center center, #fff;
        background-size: contain;
    }
    .main06 .inner>.mapBox .country {
        display: none;
    }
    /* ********** MAIN - 07 ********** */
    /* 상단물결 */
    .wrap_svg {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100px;
        overflow: hidden;
        z-index: 5;
    }
    .wrap_svg svg.dd {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .wrap_svg svg.dd01 {
        z-index: 15;
        height: 100%;
    }
    .wrap_svg svg.dd02 {
        z-index: 10;
        height: 105%;
    }
    .wrap_svg svg g {
        width: 100%;
    }
    .main07 {
        background: #edf0f5;
        padding: 30px 0 70px;
    }
    .main07 .inner>h2 {
        font-size: 36px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
    .main07 .inner>ul {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .main07 .inner>ul::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        background: url(bg_main07.png) no-repeat center center;
        background-size: cover;
        content: '';
        display: block;
    }
    .main07 .inner>ul li {
        width: 16.66%;
        text-align: center;
    }
    .main07 .inner>ul li:nth-of-type(n+7) {
        margin-top: 40px;
    }
    .main07 .inner>ul li:nth-of-type(n+19) {
        display: none;
    }
    .main07 .inner>ul li img {
        max-width: 70%;
        max-height: 35px;
    }
    /*! ============================== S U B P A G E ============================== */
    .svisual {
        width: 100%;
        height: 300px;
    }
    .svisual.sv01 {
        background: url(bg_svisual01.png) no-repeat center center;
        background-size: cover;
    }
    .svisual.sv01 .inner {
        padding: 130px 0 0;
    }
    .svisual.sv01 .inner p {
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        text-align: center;
    }
    section .snav {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    section .snav p {
        font-size: 17px;
        color: #b5b5b5;
        text-align: right;
    }
    section .snav p strong {
        font-weight: 400;
        color: #000;
    }
    /*? 서브페이지 */
    .sub_page>.inner {
        padding: 70px 0 100px;
    }
    .sub_page>.inner>h2 {
        font-size: 40px;
        font-weight: 900;
        color: #111;
        letter-spacing: -1px;
        line-height: 44px;
    }
    .sub_page h3 {
        font-size: 23px;
        font-weight: 500;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .sub_page h3::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: transparent !important;
        content: '';
        display: inline-block;
    }
    /*? 테이블 */
    .sub_page .tbBox h3 {
        display: block;
        color: #000099;
        text-align: center;
    }
    .sub_page .tbBox h3::after {
        display: none;
    }
    .sub_page .tbBox p {
        font-size: 16px;
        font-weight: 400;
        color: #666;
        line-height: 28px;
        text-align: center;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub_page .tbBox p br {
        display: none;
    }
    .sub_page .tbBox table {
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #000099;
    }
    .sub_page .tbBox table tr {
        border-bottom: 1px solid #ededed;
    }
    .sub_page .tbBox table thead tr th {
        height: 65px;
        font-size: 16px;
        font-weight: 700;
        color: #111;
        line-height: 20px;
        background: #fafbfc;
        padding: 12px 20px;
        border-right: 1px solid #ededed;
    }
    .sub_page .tbBox table thead tr th:last-of-type {
        border-right: none;
    }
    .sub_page .tbBox table tbody tr td {
        height: 65px;
        font-size: 16px;
        font-weight: 400;
        color: #666;
        line-height: 20px;
        padding: 12px 20px;
        border-right: 1px solid #ededed;
    }
    .sub_page .tbBox table tbody tr td:last-of-type {
        border-right: none;
    }
    .sub_page .tbBox table tbody tr td strong {
        font-size: 23px;
        font-weight: 700;
        color: #111;
    }
    /*? FLEX 박스 */
    .sub_page>.flex {
        display: flex;
        margin-bottom: 100px;
    }
    .sub_page>.flex .imgBox {
        text-align: center;
        margin-bottom: 30px;
    }
    .sub_page>.flex .imgBox img {
        width: 100%;
    }
    .sub_page>.flex .img-slider {
        width: 100%;
        overflow: hidden;
    }
    .sub_page>.flex .txtBox {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .sub_page>.flex .txtBox h3 {
        margin-bottom: 20px;
    }
    .sub_page>.flex .txtBox p {
        position: relative;
        font-size: 17px;
        color: #666;
        letter-spacing: -0.2px;
        line-height: 30px;
        word-break: keep-all;
        margin-bottom: 10px;
    }
    .sub_page>.flex .txtBox p:last-of-type {
        margin-bottom: 0;
    }
    .sub_page>.flex .txtBox p br {
        display: none;
    }
    .sub_page>.flex .txtBox p:first-of-type.point::before {
        position: absolute;
        left: 0;
        top: -15px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    .sub_page>.flex .txtBox p:last-of-type.point::after {
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    /* ? case => lt or rt */
    .sub_page>.flex.lt {
        flex-direction: column;
    }
    .sub_page>.flex.rt {
        flex-direction: column-reverse;
    }
    /*? 서브게시판 */
    .sub_board>.inner h2 {
        margin-bottom: 50px;
    }
    /*! ============================== S U B P A G E - 1  ============================== */
    /* ********** SUB 1-1 ( Overview ) ********** */
    .sub11>.inner {
        padding-bottom: 70px;
    }
    .sub11>.inner>p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        margin-top: 20px;
    }
    /*? Ours Customers */
    .sub11-2 .inner {
        width: 100%;
    }
    .sub11-2 .inner>h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    .sub11-2 .inner>.box {
        margin-bottom: 80px;
    }
    .sub11-2 .inner>.box .box-tit {
        width: 90%;
        margin: 0 auto;
    }
    .sub11-2 .inner>.box ul {
        margin-bottom: 5px;
    }
    /* ********** SUB 1-2 ( Introduction ) ********** */
    .sub12>.inner>p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        margin-top: 20px;
    }
    .sub12>.flex .txtBox h3.type02::after {
        right: 50px;
    }
    /* ********** SUB 1-3 ( History ) ********** */
    .sub13>.inner>ul {
        position: relative;
        margin-top: 40px;
    }
    .sub13>.inner>ul::before {
        position: absolute;
        left: 35px;
        top: 0;
        width: 1px;
        height: 105%;
        background: #e6e6e6;
        content: '';
        display: block;
        z-index: -1;
    }
    .sub13>.inner>ul>li {
        margin-bottom: 40px;
    }
    .sub13>.inner>ul>li>span {
        display: inline-block;
        font-size: 36px;
        font-weight: 900;
        color: #000099;
        letter-spacing: -1px;
        line-height: 48px;
        background: #fff;
        margin-bottom: 10px;
    }
    .sub13>.inner>ul>li>ol {
        padding-left: 85px;
    }
    .sub13>.inner>ul>li>ol li {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        word-break: keep-all;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .sub13>.inner>ul>li>ol li::before {
        position: absolute;
        left: -58px;
        top: 5px;
        width: 51px;
        height: 16px;
        background: url(ico_sub13_bull.png) no-repeat left center;
        content: '';
        display: block;
    }
    .sub13>.inner>ul>li>ol li strong {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        font-size: 18px;
        font-weight: 900;
        color: #333333;
        margin-right: 10px;
    }
    /*! ============================== S U B P A G E - 2  ============================== */
    /*? btnBox */
    .sub2 .inner .btnBox {
        margin-top: 30px;
    }
    .sub2 .inner .btnBox a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #111;
        line-height: 50px;
        padding: 0 40px;
        border-radius: 15px;
        background: #edf0f5;
        margin-right: 10px;
    }
    .sub2 .inner .btnBox a.on {
        color: #fff;
        background: #000099;
    }
    /*? infoBox2 */
    .sub2 .infoBox2 {
        position: relative;
    }
    .sub2 .infoBox2>.bgBox {
        width: 100%;
        height: 500px;
    }
    .sub2 .infoBox2>.txtBox {
        width: 90%;
        padding: 40px;
        background: #fff;
        margin: 0 auto;
        transform: translateY(-100px);
    }
    .sub2 .infoBox2>.txtBox p {
        font-size: 16px;
        color: #666666;
        line-height: 26px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub2 .infoBox2>.txtBox p:last-of-type {
        margin-bottom: 0;
    }
    .sub2 .infoBox2>.txtBox p br {
        display: none;
    }
    .sub2 .image {
        width: 100%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 60px;
    }
    .sub2 .image img {
        width: 100%;
    }
    /** 2 - 2 Containerization */
    .sub22>.srolling {
        margin-bottom: 60px;
    }
    .sub22 .infoBox2>.bgBox {
        background: url(bg_sub22.png) no-repeat center top;
        background-size: cover;
        margin-bottom: 100px;
    }
    .sub22>.txtBox .inner {
        padding: 0 0 150px;
    }
    .sub22>.txtBox .inner>h3 {
        color: #1919a1;
        margin-bottom: 10px;
    }
    .sub22>.txtBox .inner>h3::after {
        display: none;
    }
    .sub22>.txtBox .inner>strong {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #111;
        margin-bottom: 30px;
    }
    .sub22>.txtBox .inner>p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }
    .sub22>.tbBox .inner {
        padding: 0 0 150px;
    }
    .sub22>.tbBox .inner table.type02 tr td:first-of-type {
        text-align: center;
    }
    .sub22>.tbBox ol {
        padding: 30px 55px;
        border-top: 2px solid #000099;
        border-bottom: 1px solid #ededed;
        margin-bottom: 70px;
    }
    .sub22>.tbBox ol li {
        position: relative;
        font-size: 17px;
        color: #666;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .sub22>.tbBox ol li::after {
        position: absolute;
        left: -25px;
        top: 12px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    .sub22>.tbBox ol li:last-of-type {
        margin-bottom: 0;
    }
    /** 2 - 3 Bulk Carrier */
    .sub23 .infoBox2>.bgBox.bg1 {
        background: url(bg_sub231.png) no-repeat center top;
        background-size: cover;
        margin-bottom: 100px;
    }
    .sub23 .infoBox2>.bgBox.bg2 {
        background: url(bg_sub232.png) no-repeat center top;
        background-size: cover;
        margin-bottom: 100px;
    }
    /*! ============================== S U B P A G E - 3  ============================== */
    /* ? infoBox */
    .sub3 .inner .infoBox {
        position: relative;
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .sub3 .inner .infoBox>p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub3 .inner .infoBox>p br {
        display: none;
    }
    .sub3 .inner .infoBox>ul {
        margin-bottom: 10px;
    }
    .sub3 .inner .infoBox>ul li {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        word-break: keep-all;
    }
    /* ? infoBox 2 */
    .sub3 .inner .infoBox2 {
        position: relative;
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .sub3 .inner .infoBox2>.bgBox {
        width: 100%;
        height: 33vw;
    }
    .sub3 .inner .infoBox2>.txtBox {
        padding: 60px;
        background: #fff;
    }
    .sub3 .inner .infoBox2>.txtBox p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub3 .inner .infoBox2>.txtBox p br {
        display: none;
    }
    /* ? listBox */
    .sub3 .inner .listBox2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .sub3 .inner .listBox2>.txtBox {
        width: calc(100% - 380px);
        padding-right: 50px;
    }
    .sub3 .inner .listBox2>.txtBox h4 {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        color: #000099;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .sub3 .inner .listBox2>.txtBox h4 span {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        line-height: 40px;
        text-align: center;
        background: #000099;
        border-radius: 10px;
        margin-right: 10px;
    }
    .sub3 .inner .listBox2>.txtBox p {
        position: relative;
        font-size: 15px;
        color: #666;
        line-height: 25px;
        padding-left: 15px;
    }
    .sub3 .inner .listBox2>.txtBox p::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '-';
        display: block;
    }
    .sub3 .inner .listBox2>.imgBox {
        width: 380px;
        height: 250px;
        overflow: hidden;
    }
    .sub3 .inner .listBox2>.imgBox ul li {
        text-align: center;
        border: 1px solid #edf0f5;
    }
    .sub3 .inner .listBox2>.imgBox ul li img {
        width: 100%;
        height: 100%;
    }
    /** 3 - 1 Services */
    .sub31 .inner>.infoBox>img {
        display: block;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .sub31 .inner>.tbBox {
        margin-bottom: 80px;
    }
    .sub31 .inner>.tbBox table {
        text-align: center;
    }
    .sub31 .inner>.tbBox table.type02 tbody tr td:last-of-type {
        text-align: left;
    }
    /** 3 - 2 Spare parts */
    .sub32 .inner>.infoBox>img {
        display: block;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .sub32 .inner>.txtBox {
        margin-bottom: 0;
    }
    .sub32 .inner>.txtBox>h3 {
        color: #1919a1;
    }
    .sub32 .inner>.txtBox>h3::after {
        display: none;
    }
    .sub32 .inner>.txtBox>p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }
    .sub32 .inner .listBox {
        width: 100%;
    }
    .sub32 .inner .listBox>.box {
        width: 100%;
        margin-top: 80px;
    }
    .sub32 .inner .listBox>.box ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .sub32 .inner .listBox>.box.wid03 ul li {
        width: 32%;
        margin-right: 2%;
    }
    .sub32 .inner .listBox>.box.wid03 ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .sub32 .inner .listBox>.box.wid03 ul li:nth-of-type(n+4) {
        margin-top: 15px;
    }
    .sub32 .inner .listBox>.box.wid04 ul li {
        width: 24%;
        margin-right: 1.33%;
    }
    .sub32 .inner .listBox>.box.wid04 ul li:nth-of-type(4n) {
        margin-right: 0;
    }
    .sub32 .inner .listBox>.box.wid04 ul li:nth-of-type(n+5) {
        margin-top: 15px;
    }
    .sub32 .inner .listBox>.box ul li dl {
        text-align: center;
        border: 1px solid #edf0f5;
    }
    .sub32 .inner .listBox>.box ul li dl dt {
        width: 100%;
        overflow: hidden;
    }
    .sub32 .inner .listBox>.box ul li dl dt img {
        width: 100%;
    }
    .sub32 .inner .listBox>.box ul li dl dd {
        position: relative;
        width: 100%;
        height: 60px;
        font-size: 16px;
        font-weight: 700;
        color: #111;
        line-height: 22px;
        background: #f4f7f9;
        border-top: 1px solid #edf0f5;
        padding: 0 10px;
    }
    .sub32 .inner .listBox>.box ul li dl dd span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 100%;
        text-align: center;
    }
    /** 3 - 3 Conversion */
    .sub33 {
        background: url(bg_sub33.png) no-repeat center 270px;
        background-size: 130%;
    }
    .sub33 .inner .processBox {
        margin-bottom: 120px;
    }
    .sub33 .inner .processBox ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .sub33 .inner .processBox ul li {
        position: relative;
        width: 31%;
        margin-right: 3.5%;
        padding: 35px 0;
        text-align: center;
        background: #edf0f5;
        border-radius: 25px;
    }
    .sub33 .inner .processBox ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .sub33 .inner .processBox ul li:nth-of-type(n+4) {
        margin-top: 20px;
    }
    .sub33 .inner .processBox ul li::after {
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 10px solid #edf0f5;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        content: '';
    }
    .sub33 .inner .processBox ul li dl dt {
        position: relative;
        width: 100%;
        height: 175px;
    }
    .sub33 .inner .processBox ul li dl dt img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .sub33 .inner .processBox ul li dl dd {
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }
    .sub33 .inner .listBox>ul li dl dd {
        font-size: 15px;
    }
    /** 3 - 4 Services */
    .sub34 .inner {}
    .sub34 .inner>.infoBox {
        padding: 100px 0 80px;
    }
    .sub34 .inner>.infoBox img {
        width: 100%;
        margin-bottom: 30px;
    }
    /*! ============================== networks ============================== */
    .sub52 {
        padding: 0;
    }
    .sub52 .inner {
        padding: 70px 0;
    }
    .sub52 .inner>h2 {
        text-align: left;
    }
    .networks .inner h2 {
        position: relative;
        font-size: 25px;
        font-weight: 700;
        color: #111;
        letter-spacing: -0.5px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .sub52 .inner .box {
        margin-bottom: 70px;
    }
    .sub52 .inner .box>h3 {
        display: block;
        font-size: 23px;
        font-weight: 700;
        color: #000099;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .sub52 .inner .box>ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 2px solid #000099;
        border-bottom: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li {
        width: 33.33%;
        padding: 35px 30px;
        border-right: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li:nth-of-type(3n) {
        border-right: none;
    }
    .sub52 .inner .box>ul li:nth-of-type(n+4) {
        border-top: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li dl {
        margin-bottom: 20px;
    }
    .sub52 .inner .box>ul li dl dt {
        font-size: 20px;
        font-weight: 700;
        color: #111;
    }
    .sub52 .inner .box>ul li dl dd {
        font-size: 15px;
        color: #111;
        word-break: keep-all;
    }
    .sub52 .inner .box>ul li>p {
        font-size: 15px;
        font-weight: 300;
        color: #111;
        line-height: 25px;
        word-break: keep-all;
    }
    /* ? flex */
    .sub52 .inner .flex {
        display: flex;
        justify-content: space-between;
    }
    .sub52 .inner .flex .box {
        width: 49%;
    }
    .sub52 .inner .flex .box ul li {
        width: 100%;
        border-right: none;
    }
    .sub52 .inner .flex .box ul li:nth-of-type(n+2) {
        border-top: 1px solid #ededed;
    }
    /*! ============================== F O O T E R ============================== */
    #ft {
        width: 100%;
    }
    #ft .ft_wrap {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 60px 0 30px;
        border-bottom: 1px solid #e2e5e9;
    }
    #ft .ft_wrap .info>#logo a img {
        width: 155px;
    }
    #ft .ft_wrap .info>p {
        font-size: 13px;
        color: #666666;
        line-height: 18px;
        margin-top: 20px;
    }
    #ft .ft_wrap .info>p br {
        display: none;
    }
    #ft .ft_wrap .info>ul li {
        font-size: 13px;
        color: #666666;
        line-height: 18px;
        margin-top: 5px;
    }
    #ft .ft_wrap .info>ul li strong {
        display: inline-block;
        font-weight: 500;
        color: #000;
        margin-right: 5px;
    }
    #ft .ft_wrap .fnav {
        display: none;
    }
    #ft>p {
        font-size: 14px;
        color: #a7adb6;
        text-align: center;
        padding: 30px 0;
    }
}


/*! PC  */

@media screen and (min-width: 1200px) {
    /*! ==============================  H E A D E R ============================== */
    #hd {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 80px;
        background: #fff;
        border-bottom: 1px solid #f3f3f3;
        z-index: 990;
    }
    #hd .hd_wrap {
        width: 1200px;
        margin: 0 auto;
    }
    #hd .hd_wrap:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: "";
    }
    #hd .hd_wrap>#logo {
        float: left;
        padding-top: 23px;
    }
    #hd .hd_wrap>#logo a img {
        width: 155px;
    }
    #hd .hd_wrap>nav {
        float: right;
        width: 900px;
    }
    #hd .hd_wrap>nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #hd .hd_wrap>nav ul li {
        width: 20%;
    }
    #hd .hd_wrap>nav ul li a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 900;
        color: #000;
        letter-spacing: -0.2px;
        line-height: 80px;
    }
    #hd .hd_wrap>nav ul li a::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 6px;
        background: #000099;
        content: '';
        display: block;
        transform: scaleX(0);
        transition: all 0.2s ease-in-out;
    }
    #hd .hd_wrap>nav ul li.on a::after {
        transform: scaleX(1);
    }
    #hd .hd_wrap>.mmenu {
        display: none;
    }
    #hd .menuDrop {
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #f3f3f3;
    }
    #hd .menuDrop .inner ul {
        width: 900px;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        margin-left: auto;
    }
    #hd .menuDrop .inner ul>li>b {
        display: none;
    }
    #hd .menuDrop .inner ul>li {
        position: relative;
        width: 20%;
        padding: 20px 0 30px;
    }
    #hd .menuDrop .inner ul>li::before {
        position: absolute;
        left: -20px;
        bottom: 0;
        width: 1px;
        height: 100%;
        background: #f3f3f3;
        content: '';
        display: block;
    }
    #hd .menuDrop .inner ul>li ol li {
        margin-bottom: 8px;
    }
    #hd .menuDrop .inner ul>li ol li:last-of-type {
        margin-bottom: 0;
    }
    #hd .menuDrop .inner ul>li ol li a {
        font-size: 14px;
        font-weight: 400;
        color: #9b9fa7;
        line-height: 20px;
        transition: all 0.1s ease-in-out;
    }
    #hd .menuDrop .inner ul>li ol li a:hover {
        color: #0f0f9f;
        text-decoration: underline;
    }
    /* Contact Us 빨간색 라운드 */
    .hd_wrap nav ul li:last-child a {
        background-color: #B92427;
        border-radius: 60px;
        height: 41px;
        padding: 0px 1rem;
        line-height: 41px !important;
        color: white !important;
    }
    .hd_wrap nav ul li:last-child a::after {
        background: transparent !important;
    }
    /*! ============================== M A I N ============================== */
    #wrapper {
        position: relative;
        width: 100%;
        padding-top: 80px;
        min-height: 700px;
        overflow: hidden;
    }
    .inner {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    /* ********** MAIN - VISUAL ********** */
    .main_visual {
        width: 100%;
        overflow: hidden;
    }
    .main_visual .mv-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .main_visual .mv-slider ul li {
        width: 100%;
        height: 600px;
    }
    .main_visual .mv-slider ul li.s1 {
        background: url(bg_mvisual01.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s2 {
        background: url(bg_mvisual02.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s3 {
        background: url(bg_mvisual03.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s4 {
        background: url(bg_mvisual04.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .mv-slider ul li.s5 {
        background: url(bg_mvisual05.jpg) no-repeat center center;
        background-size: cover;
    }
    .main_visual .inner {
        position: relative;
        height: 100%;
    }
    .main_visual .inner .txtBox {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
    .main_visual .inner .txtBox span {
        display: block;
    }
    .main_visual .inner .txtBox>h2 {
        font-size: 35px;
        font-weight: 900;
        color: #fff;
        letter-spacing: -1px;
        line-height: 40px;
        word-break: keep-all;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .main_visual .inner .txtBox>p {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        line-height: 30px;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .main_visual .inner .txtBox>a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #111;
        line-height: 50px;
        padding: 0 50px;
        border-radius: 25px;
        background: #fff;
    }
    /* 에니메이션 */
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>h2 {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.4s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>p span:first-of-type {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.5s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>p span:last-of-type {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.6s forwards;
    }
    .main_visual .mv-slider ul li.swiper-slide-active .inner .txtBox>a {
        opacity: 0;
        transform: translateY(40px);
        animation: moveUp 0.7s ease 1 0.7s forwards;
    }
    /* ********** MAIN - 02 ********** */
    .main02 {
        width: 100%;
        background: #fff;
    }
    .main02 .inner {
        padding: 100px 0;
    }
    .main02 .inner>h2 {
        font-size: 45px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .main02 .inner>h2 strong {
        font-weight: 700;
        color: #000099;
    }
    .main02 .inner>p {
        font-size: 17px;
        color: #666666;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .main02 .inner>a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 50px;
        padding: 0 50px;
        border-radius: 25px;
        background: #000099;
    }
    /* ********** MAIN - 03 ********** */
    .main03 {
        width: 100%;
        background: url(bg_main03.png) no-repeat center center;
        background-size: cover;
    }
    .main03 .inner {
        width: 100%;
        max-width: 100%;
        padding: 100px 0;
    }
    .main03 .inner ul {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
    .main03 .inner ul li {
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .main03 .inner ul li:nth-of-type(1) {
        width: 12%;
    }
    .main03 .inner ul li:nth-of-type(2) {
        width: 12%;
    }
    .main03 .inner ul li:nth-of-type(3) {
        width: 20%;
    }
    .main03 .inner ul li:nth-of-type(4) {
        width: 22%;
    }
    .main03 .inner ul li:nth-of-type(5) {
        width: 22%;
        border-right: none;
    }
    .main03 .inner ul li p {
        font-size: 17px;
        color: #9f9fde;
    }
    .main03 .inner ul li strong {
        display: inline-block;
        font-size: 2vw;
        font-weight: 900;
        color: #Fff;
        vertical-align: middle;
        margin: 0 5px;
    }
    .main03 .inner ul li span.odometer {
        display: inline-block;
        font-size: 4.5vw;
        font-weight: 900;
        color: #fff;
    }
    /* ********** MAIN - 04 ********** */
    .main04 {
        background: #edf0f5;
    }
    .main04 .inner {
        position: relative;
        padding: 70px 0;
    }
    .main04 .inner>h2 {
        font-size: 45px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 20px;
    }
    .main04 .inner>.pd-slider {
        position: relative;
        padding-top: 40px;
    }
    .main04 .inner>.pd-slider ul li {
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a {
        display: block;
    }
    .main04 .inner>.pd-slider ul li a .imgBox {
        width: 100%;
        height: 290px;
        overflow: hidden;
    }
    .main04 .inner>.pd-slider ul li a dl {
        background: #fff;
        padding: 30px 30px 50px;
        border-bottom: 4px solid transparent;
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a dl dt {
        position: relative;
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        color: #111;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
    .main04 .inner>.pd-slider ul li a dl dt::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .main04 .inner>.pd-slider ul li a dl dd {
        display: block;
        height: 75px;
        font-size: 16px;
        color: #666666;
        line-height: 25px;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .main04 .inner>span {
        position: absolute;
        width: 70px;
        height: 70px;
        display: block;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    .main04 .inner .pd-swiper-button-prev {
        left: -10%;
        top: 54%;
        background: url(btn_slider_prev.png) no-repeat center center;
        background-size: contain;
    }
    .main04 .inner .pd-swiper-button-next {
        right: -10%;
        top: 54%;
        background: url(btn_slider_next.png) no-repeat center center;
        background-size: contain;
    }
    .main04 .inner .pd-swiper-button-prev:hover {
        background: url(btn_slider_prev_on.png) no-repeat center center;
        background-size: contain;
    }
    .main04 .inner .pd-swiper-button-next:hover {
        background: url(btn_slider_next_on.png) no-repeat center center;
        background-size: contain;
    }
    /* ? hover */
    .main04 .inner>.pd-slider ul li:hover {
        transform: translateY(-40px);
    }
    .main04 .inner>.pd-slider ul li:hover a dl {
        border-bottom: 4px solid #000099;
    }
    .main04 .inner>.pd-slider ul li:hover a dl dt::after {
        opacity: 1;
    }
    /* ********** MAIN - 05 ********** */
    .main05 {
        padding: 70px 0;
    }
    .main05 .inner>h2 {
        font-size: 45px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .main05 .inner>.conBox {
        display: flex;
        border-top: 2px solid #000;
        border-bottom: 1px solid #e5e5e5;
    }
    .main05 .inner>.conBox .tnav {
        width: 320px;
    }
    .main05 .inner>.conBox .tnav ul li {
        padding: 30px;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
    }
    .main05 .inner>.conBox .tnav ul li span {
        position: relative;
        display: inline-block;
        font-size: 23px;
        font-weight: 600;
        color: #aaa;
        letter-spacing: -0.5px;
        line-height: 30px;
        transition: all 0.1s ease-in-out;
    }
    .main05 .inner>.conBox .tnav ul li span::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    .main05 .inner>.conBox .tnav ul li.on span {
        color: #111;
    }
    .main05 .inner>.conBox .tnav ul li.on span::after {
        opacity: 1;
    }
    .main05 .inner>.conBox .tbox {
        width: 850px;
        padding: 40px;
    }
    .main05 .inner>.conBox .tbox .tcon {
        display: none;
    }
    .main05 .inner>.conBox .tbox .tcon.active {
        display: block;
    }
    .main05 .inner>.conBox .tbox .tcon .imgBox {
        margin-bottom: 30px;
    }
    .main05 .inner>.conBox .tbox .tcon h3 {
        font-size: 23px;
        font-weight: 700;
        color: #111111;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .main05 .inner>.conBox .tbox .tcon p {
        font-size: 15px;
        color: #666;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .main05 .inner>.conBox .tbox .tcon p b {
        font-weight: 400;
        color: #000099;
    }
    .main05 .inner>.conBox .tbox .tcon a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #000099;
    }
    .main05 .inner>.conBox .tbox .tcon a::after {
        width: 11px;
        height: 12px;
        background: url(ico_arrow.png) no-repeat center center;
        content: '';
        display: inline-block;
        margin-left: 20px;
        transition: all 0.1s linear;
    }
    .main05 .inner>.conBox .tbox .tcon a:hover::after {
        margin-left: 25px;
    }
    /* ********** MAIN - 06 ********** */
    .main06 .inner>h2 {
        font-size: 45px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 40px;
    }
    .main06 .inner>.mapBox {
        position: relative;
        width: 100%;
        height: 730px;
        background: url(img_main06_map.png) no-repeat center center, #fff;
        background-size: auto;
    }
    .main06 .inner>.mapBox .country {
        position: absolute;
        display: flex;
        align-items: stretch;
        opacity: 0;
        transform: translateY(40px);
    }
    .main06 .inner>.mapBox .country strong {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        line-height: 50px;
        background: #12308f;
        border: 1px solid #12308f;
        padding: 0 15px;
    }
    .main06 .inner>.mapBox .country strong::after {
        position: absolute;
        left: -1px;
        bottom: -13px;
        width: 7px;
        height: 13px;
        background: url(ico_main06_tail.png) no-repeat center center;
        background-size: contain;
        content: '';
        display: block;
    }
    .main06 .inner>.mapBox .country p {
        height: 50px;
        font-size: 13px;
        color: #555555;
        line-height: 17px;
        background: #fff;
        padding: 8px 15px;
        border: 1px solid #12308f;
    }
    /* ? case */
    .main06 .inner>.mapBox .country.ct01 {
        left: 160px;
        top: 240px;
    }
    .main06 .inner>.mapBox .country.ct02 {
        left: 405px;
        top: 310px;
    }
    .main06 .inner>.mapBox .country.ct03 {
        left: 160px;
        bottom: 225px;
    }
    .main06 .inner>.mapBox .country.ct04 {
        right: 95px;
        top: 310px;
    }
    .main06 .inner>.mapBox .country.ct05 {
        right: 150px;
        bottom: 110px;
    }
    .main06 .inner>.mapBox .country.ct05 strong::after {
        left: auto;
        bottom: auto;
        top: -13px;
        right: -1px;
        background: url(ico_main06_tail2.png) no-repeat center center;
        background-size: contain;
    }
    .main06 .inner>.mapBox .country.ct01 strong,
    .main06 .inner>.mapBox .country.ct02 strong {
        height: 50px;
        line-height: 52px;
    }
    .main06 .inner>.mapBox .country.ct03 strong,
    .main06 .inner>.mapBox .country.ct04 strong,
    .main06 .inner>.mapBox .country.ct05 strong {
        height: 40px;
        line-height: 42px;
    }
    .main06 .inner>.mapBox .country.ct03 p,
    .main06 .inner>.mapBox .country.ct04 p,
    .main06 .inner>.mapBox .country.ct05 p {
        height: 40px;
        padding: 13px 15px;
    }
    /* ? active */
    .main06.active .inner>.mapBox .country {
        animation: moveUp 1s ease 1 forwards;
    }
    .main06.active .inner>.mapBox .country.ct01 {
        animation-delay: 0.6s;
    }
    .main06.active .inner>.mapBox .country.ct02 {
        animation-delay: 0.8s;
    }
    .main06.active .inner>.mapBox .country.ct03 {
        animation-delay: 1s;
    }
    .main06.active .inner>.mapBox .country.ct04 {
        animation-delay: 0.7s;
    }
    .main06.active .inner>.mapBox .country.ct05 {
        animation-delay: 0.9s;
    }
    /* ********** MAIN - 07 ********** */
    /* 상단물결 */
    .wrap_svg {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 120px;
        overflow: hidden;
        z-index: 5;
    }
    .wrap_svg svg.dd {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .wrap_svg svg.dd01 {
        z-index: 15;
        height: 100%;
    }
    .wrap_svg svg.dd02 {
        z-index: 10;
        height: 105%;
    }
    .wrap_svg svg g {
        width: 100%;
    }
    .main07 {
        background: #edf0f5;
        padding: 50px 0 60px;
    }
    .main07 .inner {
        width: 100%;
        max-width: 100%;
    }
    .main07 .inner>h2 {
        font-size: 45px;
        font-weight: 700;
        color: #111111;
        letter-spacing: -1px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 40px;
    }
    .main07 .inner>.rolling ul {
        margin-bottom: 5px;
    }
    /*! ============================== S U B P A G E ============================== */
    .svisual {
        width: 100%;
        height: 300px;
    }
    .svisual.sv01 {
        background: url(bg_svisual01.png) no-repeat center center;
        background-size: cover;
    }
    .svisual.sv01 .inner {
        padding: 130px 0 0;
    }
    .svisual.sv01 .inner p {
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        text-align: center;
    }
    section .snav {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    section .snav p {
        font-size: 17px;
        color: #b5b5b5;
        text-align: right;
    }
    section .snav p strong {
        font-weight: 400;
        color: #000;
    }
    /*? 서브페이지 */
    .sub_page>.inner {
        padding: 50px 0;
    }
    .sub_page>.inner>h2 {
        font-size: 45px;
        font-weight: 900;
        color: #111;
        letter-spacing: -1px;
    }
    .sub_page h3 {
        font-size: 23px;
        font-weight: 500;
        color: #111111;
        letter-spacing: -0.5px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .sub_page h3::after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 6px;
        height: 6px;
        background: transparent !important;
        content: '';
        display: inline-block;
    }
    .sub_page h3.p01::after {
        right: 95px;
    }
    .sub_page h3.p02::after {
        right: 100px;
    }
    .sub_page h3.p03::after {
        right: 55px;
    }
    .sub_page h3.p04::after {
        right: 45px;
    }
    .sub_page h3.p05::after {
        right: 10px;
    }
    /*? 테이블 */
    .sub_page .tbBox h3 {
        display: block;
        color: #000099;
        text-align: center;
    }
    .sub_page .tbBox h3::after {
        display: none;
    }
    .sub_page .tbBox p {
        font-size: 17px;
        font-weight: 400;
        color: #666;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .sub_page .tbBox table {
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #000099;
    }
    .sub_page .tbBox table tr {
        border-bottom: 1px solid #ededed;
    }
    .sub_page .tbBox table thead tr th {
        height: 65px;
        font-size: 17px;
        font-weight: 700;
        color: #111;
        background: #fafbfc;
        border-right: 1px solid #ededed;
    }
    .sub_page .tbBox table thead tr th:last-of-type {
        border-right: none;
    }
    .sub_page .tbBox table tbody tr td {
        font-size: 17px;
        font-weight: 400;
        color: #666;
        padding: 18px 20px;
        border-right: 1px solid #ededed;
    }
    .sub_page .tbBox table tbody tr td:last-of-type {
        border-right: none;
    }
    .sub_page .tbBox table tbody tr td strong {
        font-size: 23px;
        font-weight: 700;
        color: #111;
    }
    /*? FLEX 박스 */
    .sub_page>.flex {
        display: flex;
        align-items: center;
        margin-bottom: 80px;
    }
    .sub_page>.flex>div {
        width: 50%;
    }
    .sub_page>.flex .imgBox {
        position: relative;
        width: 40%;
        max-height: 420px;
        overflow: hidden;
        margin: 0 auto;
    }
    .sub_page>.flex .imgBox img {
        max-width: 100%;
        max-height: 100%;
    }
    .sub_page>.flex .imgBox span {
        position: absolute;
        right: 20px;
        bottom: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        letter-spacing: -0.5px;
    }
    .sub_page>.flex .txtBox {
        position: relative;
        width: 48%;
    }
    .sub_page>.flex .txtBox h3 {
        margin-bottom: 30px;
    }
    .sub_page>.flex .txtBox p {
        position: relative;
        font-size: 17px;
        color: #666;
        letter-spacing: -0.2px;
        line-height: 30px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .sub_page>.flex .txtBox p:last-of-type {
        margin-bottom: 0;
    }
    .sub_page>.flex .txtBox p:first-of-type.point::before {
        position: absolute;
        left: 0;
        top: -15px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    .sub_page>.flex .txtBox p:last-of-type.point::after {
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    /* ? case => lt or rt */
    .sub_page>.flex.lt {
        justify-content: flex-start;
    }
    .sub_page>.flex.lt .imgBox {
        text-align: right;
    }
    /* .sub_page > .flex.lt .txtBox{ padding-left: 80px; } */
    .sub_page>.flex.lt .txtBox::before {
        right: 0;
    }
    .sub_page>.flex.rt {
        justify-content: flex-end;
    }
    /* .sub_page > .flex.rt .txtBox{ padding-right: 80px; } */
    .sub_page>.flex.rt .txtBox::before {
        left: 0;
    }
    /* ? case => top or bottom or center */
    .sub_page>.flex.center {
        align-items: center;
    }
    .sub_page>.flex.bottom {
        align-items: flex-end;
    }
    .sub_page>.flex.top {
        align-items: flex-start;
    }
    .sub_page>.flex .txtBox .wrap {
        width: 500px;
    }
    .sub_page>.flex.rt .txtBox .wrap {
        margin-left: auto;
    }
    /*? 서브게시판 */
    .sub_board>.inner h2 {
        margin-bottom: 50px;
    }
    /*! ============================== S U B P A G E - 1  ============================== */
    /* ********** SUB 1-1 ( Overview ) ********** */
    .sub11>.inner {
        padding-top: 0;
    }
    .sub11>.inner>p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
        margin-top: 20px;
    }
    /*? Ours Customers */
    .sub11-2 .inner {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .sub11-2 .inner>h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .sub11-2 .inner>.box {
        margin-bottom: 50px;
    }
    .sub11-2 .inner>.box .box-tit {
        max-width: 1200px;
        margin: 0 auto;
    }
    .sub11-2 .inner>.box ul {
        margin-bottom: 5px;
    }
    /* ********** SUB 1-2 ( Introduction ) ********** */
    .sub12>.inner>p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
        margin-top: 20px;
    }
    .sub12>.flex .txtBox h3.type02::after {
        right: 50px;
    }
    /* ********** SUB 1-3 ( History ) ********** */
    .sub13>.inner>ul {
        position: relative;
        margin-top: 40px;
    }
    .sub13>.inner>ul::before {
        position: absolute;
        left: 50px;
        top: 0;
        width: 1px;
        height: 105%;
        background: #e6e6e6;
        content: '';
        display: block;
        z-index: -1;
    }
    .sub13>.inner>ul>li {
        margin-bottom: 40px;
    }
    .sub13>.inner>ul>li>span {
        display: inline-block;
        font-size: 45px;
        font-weight: 900;
        color: #000099;
        letter-spacing: -1px;
        line-height: 55px;
        background: #fff;
        margin-bottom: 5px;
    }
    .sub13>.inner>ul>li>ol {
        padding-left: 100px;
    }
    .sub13>.inner>ul>li>ol li {
        position: relative;
        font-size: 19px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 10px;
    }
    .sub13>.inner>ul>li>ol li::before {
        position: absolute;
        left: -58px;
        top: 9px;
        width: 51px;
        height: 16px;
        background: url(ico_sub13_bull.png) no-repeat left center;
        content: '';
        display: block;
    }
    .sub13>.inner>ul>li>ol li strong {
        display: inline-block;
        width: 35px;
        font-size: 19px;
        font-weight: 900;
        color: #333333;
        letter-spacing: -0.5px;
        margin-right: 10px;
    }
    /*! ============================== S U B P A G E - 2  ============================== */
    /*? btnBox */
    .sub2 .inner .btnBox {
        margin-top: 30px;
    }
    .sub2 .inner .btnBox a {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #111;
        line-height: 50px;
        padding: 0 40px;
        border-radius: 15px;
        background: #edf0f5;
        margin-right: 10px;
    }
    .sub2 .inner .btnBox a.on {
        color: #fff;
        background: #000099;
    }
    /*? infoBox 2 */
    .sub2 .infoBox2 {
        position: relative;
    }
    .sub2 .infoBox2>.bgBox {
        width: 100%;
        height: 620px;
    }
    .sub2 .infoBox2>.txtBox {
        width: 90%;
        max-width: 1200px;
        padding: 60px;
        background: #fff;
        margin: 0 auto;
        transform: translateY(-130px);
    }
    .sub2 .infoBox2>.txtBox p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
    }
    .sub2 .image {
        width: 100%;
        max-width: 1200px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto 80px;
    }
    /** 2 - 2 Containerization */
    .sub22>.srolling {
        max-width: 100%;
        margin-bottom: 70px;
    }
    .sub22 .infoBox2>.bgBox {
        background: url(bg_sub22.png) no-repeat center top;
        background-size: auto;
        margin-bottom: 200px;
    }
    .sub22>.txtBox .inner {
        padding: 0 0 80px;
    }
    .sub22>.txtBox .inner>h3 {
        color: #1919a1;
        margin-bottom: 10px;
    }
    .sub22>.txtBox .inner>h3::after {
        display: none;
    }
    .sub22>.txtBox .inner>strong {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #111;
        margin-bottom: 30px;
    }
    .sub22>.txtBox .inner>p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
    }
    .sub22>.tbBox .inner {
        padding: 0 0 80px;
    }
    .sub22>.tbBox .inner table.type02 tr td:first-of-type {
        text-align: center;
    }
    .sub22>.tbBox ol {
        padding: 30px 55px;
        border-top: 2px solid #000099;
        border-bottom: 1px solid #ededed;
        margin-bottom: 70px;
    }
    .sub22>.tbBox ol:last-of-type {
        margin-bottom: 0;
    }
    .sub22>.tbBox ol li {
        position: relative;
        font-size: 17px;
        color: #666;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .sub22>.tbBox ol li::after {
        position: absolute;
        left: -25px;
        top: 12px;
        width: 6px;
        height: 6px;
        background: #000099;
        content: '';
        display: inline-block;
    }
    .sub22>.tbBox ol li:last-of-type {
        margin-bottom: 0;
    }
    /** 2 - 3 Bulk Carrier */
    .sub23 .infoBox2>.bgBox.bg1 {
        background: url(bg_sub231.png) no-repeat center top;
        background-size: auto;
        margin-bottom: 80px;
    }
    .sub23 .infoBox2>.bgBox.bg2 {
        background: url(bg_sub232.png) no-repeat center top;
        background-size: auto;
        margin-bottom: 80px;
    }
    .sub23 .flex.top .txtBox.bg::before {
        height: 630px;
    }
    /*! ============================== S U B P A G E - 3  ============================== */
    /* ? infoBox */
    .sub3 .inner .infoBox {
        position: relative;
        margin-bottom: 100px;
        margin-top: 70px;
    }
    .sub3 .inner .infoBox>p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
    }
    .sub3 .inner .infoBox>ul {
        margin-top: 20px;
    }
    .sub3 .inner .infoBox>ul li {
        font-size: 17px;
        color: #666;
        line-height: 35px;
    }
    /* ? infoBox 2 */
    .sub3 .inner .infoBox2 {
        position: relative;
        margin: 70px 0;
    }
    .sub3 .inner .infoBox2>.bgBox {
        width: 100%;
        height: 620px;
    }
    .sub3 .inner .infoBox2>.txtBox {
        padding: 60px 60px 0;
        background: #fff;
        margin-top: -130px;
    }
    .sub3 .inner .infoBox2>.txtBox p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
    }
    /* ? listBox */
    .sub3 .inner .listBox2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .sub3 .inner .listBox2>.txtBox {
        width: calc(100% - 380px);
        padding-right: 50px;
    }
    .sub3 .inner .listBox2>.txtBox h4 {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        color: #000099;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .sub3 .inner .listBox2>.txtBox h4 span {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        line-height: 40px;
        text-align: center;
        background: #000099;
        border-radius: 10px;
        margin-right: 10px;
    }
    .sub3 .inner .listBox2>.txtBox p {
        position: relative;
        font-size: 17px;
        color: #666;
        line-height: 30px;
        padding-left: 15px;
    }
    .sub3 .inner .listBox2>.txtBox p::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '-';
        display: block;
    }
    .sub3 .inner .listBox2>.imgBox {
        width: 380px;
        height: 250px;
        overflow: hidden;
    }
    .sub3 .inner .listBox2>.imgBox ul li {
        text-align: center;
        border: 1px solid #edf0f5;
    }
    .sub3 .inner .listBox2>.imgBox ul li img {
        width: 100%;
        height: 100%;
    }
    /** 3 - 1 Services */
    .sub31 .inner>.infoBox {
        height: 350px;
    }
    .sub31 .inner>.infoBox>img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 650px;
    }
    .sub31 .inner>.tbBox {
        margin-bottom: 60px;
    }
    .sub31 .inner>.tbBox:last-of-type {
        margin-bottom: 0;
    }
    .sub31 .inner>.tbBox table {
        text-align: center;
    }
    .sub31 .inner>.tbBox table.type02 tbody tr td:last-of-type {
        text-align: left;
    }
    /** 3 - 2 Spare parts */
    .sub32 .inner>.infoBox>img {
        position: absolute;
        left: 600px;
        top: -40px;
        width: 650px;
    }
    .sub32 .inner>.txtBox {
        margin-bottom: 80px;
    }
    .sub32 .inner>.txtBox>h3 {
        color: #1919a1;
    }
    .sub32 .inner>.txtBox>h3::after {
        display: none;
    }
    .sub32 .inner>.txtBox>p {
        font-size: 17px;
        color: #666;
        line-height: 30px;
    }
    .sub32 .inner .listBox {
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .sub32 .inner .listBox>.box {
        width: 49%;
    }
    .sub32 .inner .listBox>.box .long {
        height: 60px;
    }
    .sub32 .inner .listBox>.box ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .sub32 .inner .listBox>.box.wid03 ul li {
        width: 32%;
        margin-right: 2%;
    }
    .sub32 .inner .listBox>.box.wid03 ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .sub32 .inner .listBox>.box.wid03 ul li:nth-of-type(n+4) {
        margin-top: 15px;
    }
    .sub32 .inner .listBox>.box.wid04 ul li {
        width: 24%;
        margin-right: 1.33%;
    }
    .sub32 .inner .listBox>.box.wid04 ul li:nth-of-type(4n) {
        margin-right: 0;
    }
    .sub32 .inner .listBox>.box.wid04 ul li:nth-of-type(n+5) {
        margin-top: 15px;
    }
    .sub32 .inner .listBox>.box ul li dl {
        text-align: center;
        border: 1px solid #edf0f5;
    }
    .sub32 .inner .listBox>.box ul li dl dt {
        width: 100%;
        overflow: hidden;
    }
    .sub32 .inner .listBox>.box ul li dl dt img {
        width: 100%;
    }
    .sub32 .inner .listBox>.box ul li dl dd {
        position: relative;
        width: 100%;
        height: 60px;
        font-size: 16px;
        font-weight: 700;
        color: #111;
        line-height: 22px;
        background: #f4f7f9;
        border-top: 1px solid #edf0f5;
        padding: 0 10px;
    }
    .sub32 .inner .listBox>.box ul li dl dd span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 100%;
        text-align: center;
    }
    /** 3 - 3 Conversion */
    .sub33 {
        background: url(bg_sub33.png) no-repeat center 270px;
        background-size: auto;
    }
    .sub33 .inner .processBox {
        margin-bottom: 120px;
    }
    .sub33 .inner .processBox ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    .sub33 .inner .processBox ul li {
        position: relative;
        width: 285px;
        height: 285px;
        padding: 35px 0;
        text-align: center;
        background: #edf0f5;
        border-radius: 25px;
    }
    .sub33 .inner .processBox ul li:nth-of-type(n+5) {
        margin-top: 20px;
    }
    .sub33 .inner .processBox ul li::after {
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 10px solid #edf0f5;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        content: '';
    }
    .sub33 .inner .processBox ul li dl dt {
        position: relative;
        width: 100%;
        height: 175px;
    }
    .sub33 .inner .processBox ul li dl dt img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .sub33 .inner .processBox ul li dl dd {
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }
    .sub33 .inner .listBox.lb04>ul li dl dt {
        height: 420px;
    }
    .sub33 .inner .listBox>ul li dl dd {
        font-size: 15px;
    }
    /** 3 - 4 Services */
    .sub34 .inner>.infoBox {
        padding: 100px 0 80px;
    }
    .sub34 .inner>.infoBox>.imgBox {
        position: absolute;
        left: 560px;
        top: -50px;
        width: 1000px;
        overflow: hidden;
    }
    .sub34 .inner>.infoBox>.imgBox img {
        width: 100%;
    }
    .sub34>.flex .txtBox ul {
        margin-bottom: 10px;
    }
    .sub34>.flex .txtBox ul li {
        font-size: 17px;
        color: #666;
        line-height: 40px;
    }
    /*! ============================== networks ============================== */
    .sub52 {
        padding: 0;
    }
    .sub52 .inner {
        padding: 70px 0 0;
    }
    .networks .inner h2 {
        position: relative;
        font-size: 25px;
        font-weight: 700;
        color: #111;
        letter-spacing: -0.5px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .sub52 .inner>h2 {
        text-align: left;
    }
    .sub52 .inner .box {
        padding-bottom: 50px;
    }
    .sub52 .inner .box>h3 {
        display: block;
        font-size: 23px;
        font-weight: 700;
        color: #000099;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .sub52 .inner .box>ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 2px solid #000099;
        border-bottom: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li {
        width: 33.33%;
        padding: 35px 30px;
        border-right: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li:nth-of-type(3n) {
        border-right: none;
    }
    .sub52 .inner .box>ul li:nth-of-type(n+4) {
        border-top: 1px solid #ededed;
    }
    .sub52 .inner .box>ul li dl {
        margin-bottom: 20px;
    }
    .sub52 .inner .box>ul li dl dt {
        font-size: 20px;
        font-weight: 700;
        color: #111;
    }
    .sub52 .inner .box>ul li dl dd {
        font-size: 15px;
        color: #111;
    }
    .sub52 .inner .box>ul li>p {
        font-size: 15px;
        font-weight: 300;
        color: #111;
        line-height: 25px;
    }
    /* ? flex */
    .sub52 .inner .flex {
        display: flex;
        justify-content: space-between;
    }
    .sub52 .inner .flex .box {
        width: 49%;
    }
    .sub52 .inner .flex .box ul li {
        width: 100%;
        border-right: none;
    }
    .sub52 .inner .flex .box ul li:nth-of-type(n+2) {
        border-top: 1px solid #ededed;
    }
    /*! ============================== F O O T E R ============================== */
    #ft {
        width: 100%;
    }
    #ft .ft_wrap {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 40px;
        border-bottom: 1px solid #e2e5e9;
    }
    #ft .ft_wrap:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: "";
    }
    #ft .ft_wrap .info {
        float: left;
    }
    #ft .ft_wrap .info>#logo a img {
        width: 155px;
    }
    #ft .ft_wrap .info>p {
        font-size: 13px;
        color: #666666;
        line-height: 18px;
        margin-top: 20px;
    }
    #ft .ft_wrap .info>ul li {
        font-size: 13px;
        color: #666666;
        line-height: 18px;
        margin-top: 7px;
    }
    #ft .ft_wrap .info>ul li strong {
        display: inline-block;
        font-weight: 500;
        color: #000;
        margin-right: 5px;
    }
    #ft .ft_wrap .fnav {
        float: right;
    }
    #ft .ft_wrap .fnav ul {
        width: 800px;
        display: flex;
        justify-content: flex-end;
    }
    #ft .ft_wrap .fnav ul>li {
        width: 21.5%;
    }
    #ft .ft_wrap .fnav ul>li:last-of-type {
        width: 14%;
    }
    #ft .ft_wrap .fnav ul>li>h3 {
        font-size: 17px;
        font-weight: 900;
        color: #000000;
    }
    #ft .ft_wrap .fnav ul>li>ol li {
        margin-top: 5px;
    }
    #ft .ft_wrap .fnav ul>li>ol li a {
        display: block;
        font-size: 14px;
        color: #9b9fa7;
        line-height: 20px;
        transition: all 0.1s ease-in-out;
    }
    #ft .ft_wrap .fnav ul>li>ol li a:hover {
        color: #0f0f9f;
        text-decoration: underline;
    }
    #ft>p {
        font-size: 14px;
        color: #a7adb6;
        text-align: center;
        padding: 20px 0;
    }
}


/* 게시물 선택복사 선택이동 */

#copymove {}

#copymove .win_desc {
    text-align: center;
    display: block
}

#copymove .tbl_wrap {
    margin: 20px
}

#copymove .win_btn {
    padding: 0 20px 20px
}

.copymove_current {
    float: right;
    background: #ff3061;
    padding: 5px;
    color: #fff;
    border-radius: 3px
}

.copymove_currentbg {
    background: #f4f4f4
}


/* 화면낭독기 사용자용 */

#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}


/* 본문 바로가기 */

#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em
}


/* ie6 이미지 너비 지정 */

.img_fix {
    width: 100%;
    height: auto
}


/* 캡챠 자동등록(입력)방지 기본 -pc */

#captcha {
    display: inline-block;
    position: relative
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0
}

#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../..captcha2.png') no-repeat;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../..captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}


/* 캡챠 자동등록(입력)방지 기본 - mobile */

#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px;
    width: 187px
}

#captcha.m_captcha #captcha_img {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block
}

#captcha.m_captcha #captcha_reload {
    position: static;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../..captcha2.png') no-repeat 0 -40px;
    text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
    display: none
}

#captcha.m_captcha #captcha_key {
    margin: 0;
    padding: 0 5px;
    width: 115px;
    height: 29px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-left: 3px
}

#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url('../../..captcha2.png') no-repeat 0 0;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none
}


/* ckeditor 단축키 */

.cke_sc {
    display: none;
}

.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}


/* ckeditor 태그 기본값 */

#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con li {
    display: list-item
}


/* 버튼 */

a.btn,
.btn {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.4em;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
    text-decoration: none
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none
}

.btn_submit {
    border: 0;
    background: #3a8afd;
    color: #fff;
    cursor: pointer;
    border-radius: 3px
}

.btn_submit:hover {
    background: #2375eb
}

.btn_close {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 3px;
    background: #fff
}

a.btn_close {
    text-align: center;
    line-height: 50px
}

a.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.btn_cancel:hover {
    background: #aaa
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    width: 140px;
    font-size: 13px;
    font-weight: 400;
    color: #797979;
    letter-spacing: -0.5px;
    line-height: 35px;
    border: 1px solid #ececec;
    border-radius: 0;
    background-color: #f8f8f8;
}


/* 우편번호검색버튼 등 */

a.btn_frmline span,
button.btn_frmline span {
    font-weight: 700;
}


/* 게시판용 버튼 */

a.btn_b01,
.btn_b01 {
    display: inline-block;
    color: #bababa;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    background: transparent
}

.btn_b01:hover,
.btn_b01:hover {
    color: #000
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: #253dbe;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
    background: #0025eb
}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    background: #fff;
    border: 1px solid #b9bdd3;
    color: #646982;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6
}

a.btn_b04,
.btn_b04 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #707070;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
    color: #333;
    background: #f9f9f9
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    color: #d13f4a;
    text-decoration: none;
    vertical-align: middle
}


/* 관리자 전용 버튼 */

.btn_admin:hover,
a.btn_admin:hover {
    color: #ff3746
}


/* 기본테이블 */

.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {
    margin: 0 0 10px
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 20px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 40px
}

.tbl_head01 thead th input {
    vertical-align: top
}


/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head01 tbody th {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    line-height: 1.4em;
    height: 60px;
    word-break: break-all
}

.tbl_head01 tbody tr:hover td {
    background: #fafafa
}

.tbl_head01 a:hover {
    text-decoration: underline
}

.tbl_head02 {
    margin: 0 0 10px
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head02 thead a {
    color: #383838
}

.tbl_head02 thead th input {
    vertical-align: top
}


/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {}


/* 폼 테이블 */

.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 40px
}

.full_input {
    width: 100%
}

.half_input {
    width: 49.5%
}

.twopart_input {
    width: 385px;
    margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}


/*기본 리스트*/

.list_01 ul {
    border-top: 1px solid #ececec
}

.list_01 li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    position: relative
}

.list_01 li:nth-child(odd) {
    background: #f6f6f6
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_01 li:hover {
    background: #f9f9f9
}

.list_01 li.empty_li {
    text-align: center;
    padding: 20px 0;
    color: #666
}


/*폼 리스트*/

.form_01 h2 {
    font-size: 1.167em
}

.form_01 li {
    margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.form_01 .left_input {
    float: left
}

.form_01 .margin_input {
    margin-right: 1%
}

.form_01 textarea {
    height: 100px;
    width: 100%
}

.form_01 .frm_label {
    display: inline-block;
    width: 130px
}


/* 자료 없는 목록 */

.empty_table {
    padding: 50px 0 !important;
    text-align: center
}

.empty_list {
    padding: 20px 0 !important;
    color: #666;
    text-align: center
}


/* 필수입력 */

.required,
textarea.required {
    background-image: url('..require.png') !important;
    background-repeat: no-repeat !important;
    background-position: right top !important
}


/* 테이블 항목별 정의 */

.td_board {
    width: 80px;
    text-align: center
}

.td_category {
    width: 80px;
    text-align: center
}

.td_chk {
    width: 30px;
    text-align: center
}

.td_date {
    width: 60px;
    text-align: center
}

.td_datetime {
    width: 110px;
    text-align: center
}

.td_group {
    width: 80px;
    text-align: center
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 80px;
    text-align: center
}

.td_stat {
    width: 60px;
    text-align: center
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #ccc
}

.txt_rdy {
    color: #8abc2a
}


/* 새창 기본 스타일 */

.new_win {
    position: relative
}

.new_win .tbl_wrap {
    margin: 0 20px
}

.new_win #win_title {
    font-size: 1.3em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .win_ul {
    margin-bottom: 15px;
    padding: 0 20px
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    margin-left: 5px
}

.new_win .win_ul li:first-child {
    margin-left: 0
}

.new_win .win_ul li a {
    display: block;
    padding: 8px 0;
    color: #6794d3
}

.new_win .win_ul .selected {
    background: #3a8afd;
    border-color: #3a8afd;
    position: relative;
    z-index: 5
}

.new_win .win_ul .selected a {
    color: #fff;
    font-weight: bold
}

.new_win .win_desc {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    font-size: 1em;
    background: #f2838f;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px
}

.new_win .win_desc i {
    font-size: 1.2em;
    vertical-align: baseline
}

.new_win .win_desc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #da4453;
    border-radius: 3px 0 0 3px
}

.new_win .frm_info {
    font-size: 0.92em;
    color: #919191
}

.new_win .win_total {
    float: right;
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    font-size: 0.75em;
    color: #3a8afd;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px
}

.new_win .new_win_con {
    margin: 20px 0;
    padding: 20px
}

.new_win .new_win_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .new_win_con2 {
    margin: 20px 0
}

.new_win .btn_confirm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_btn {
    text-align: center
}

.new_win .btn_close {
    height: 45px;
    width: 60px;
    overflow: hidden;
    cursor: pointer
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 45px;
    font-weight: bold;
    font-size: 1.083em
}


/* 검색결과 색상 */

.sch_word {
    color: #fff;
    background: #ff005a;
    padding: 2px 5px 3px;
    line-height: 18px;
    margin: 0 2px
}


/* 자바스크립트 alert 대안 */

#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}


/* 사이드뷰 */

.sv_wrap {
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    font-size: 0.92em;
    background: #333;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    width: 100px;
    font-weight: normal;
    color: #bbb
}

.sv_wrap .sv a:hover {
    background: #000;
    color: #fff
}

.sv_member {
    color: #333
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 23px;
    left: 0px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}


/* 페이징 */

.pg_wrap {
    clear: both;
    float: left;
    display: inline-block
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {
    text-align: center
}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    border: 1px solid #eee
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px
}

.pg_page:hover {
    background-color: #fafafa
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('..btn_first.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('..btn_prev.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('..btn_end.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('..btn_next.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    background: #3a8afd;
    border: 1px solid #3a8afd;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    border-radius: 3px
}


/* cheditor 이슈 */

.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Mobile화면으로 */

#device_change {
    display: block;
    margin: 0.3em;
    padding: 0.5em 0;
    border: 1px solid #eee;
    border-radius: 2em;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center
}