@charset "utf-8";
* {
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-padding-top: 15rem;
}

body {
    counter-reset: section;
}

/* bootstrap reset */
div.datepicker { z-index: 9999 !important; }
input.datepicker {
    padding: .375rem .75rem;
    line-height: 1.5;
}
input.datepicker:disabled,
input.datepicker:read-only {
    background-color: rgba(0, 0, 0, .04);
}
input.datepicker:disabled:hover,
input.datepicker:read-only:hover {
    border-color: #ccc !important;
}
.form-control,
.btn-outline-secondary:hover {
    color: #232327;
}
.btn-outline-secondary:hover {
    border-color: #ced3ed;
    background-color: transparent;
    color: #232327;
}
.btn-outline-secondary:hover:active {
    border-color: #ced3ed;
    background-color: #ced3ed;
}

.form-select {
    margin-right: 1.7rem;
}

.btn-check:hover+.btn, 
.btn:hover {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 15%);
}

.btn-primary {
    background-color: #2D316C;
    border-color: #2D316C;
}
a.btn-primary {
    background-color: #2D316C;
    color:#fff;
    border-color: #2D316C;
}

.btn-tertiary {
    background-color: #4d4d65;
    border-color: #4d4d65;
    color: #fff;
    position: relative;
}

.btn-tertiary:hover {
    color: #fff;
}
.btn-primary.disabled, 
.btn-primary:disabled {
    opacity: .6;
    background-color: #aaa;
    border-color: #bbb;
}

dl, ol, ul {
    padding: 0px !important;
}


/* owl-carousel theme reset */
.owl-theme .owl-nav > [class*=owl-],
.carousel-wrap .btn-wrap button {
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 10px;
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
    margin:.1rem .2rem;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.carousel-wrap .btn-wrap button:hover {
    background-color: rgb(93, 141, 255, .15);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 10px;
    color: inherit;
}

.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    padding:0 .25rem;
    margin: 0;
    width: auto;
}

.carousel-wrap {
    position: relative;
}

.owl-carousel.one .owl-nav,
.owl-carousel.one .owl-dots {
    display: none;
}

/* animate */
@keyframes downAndUp {
    0% {
        margin-top: 0;
        opacity: .2;
    }
    
    30% {
        margin-top: 10px;
        opacity: 1;
    }
    
    100% {
        margin-top: 0;
        opacity: .2;
    }
}

@keyframes showRight {
    80% {
        opacity: 0;
        right: 10px;
    }
    
    100% {
        opacity: 1;
        right: -30px;
    }
}

@keyframes boxShadowWidthColor01 {
    0% {
    box-shadow: 0 0 0 0px rgba(239, 175, 110, 0.34);
    }
    40% {
    box-shadow: 0 0 0 4px rgba(239, 175, 110, 0.34);
    }
    
    100% {
    box-shadow: 0 0 0 0px rgba(239, 175, 110, 0.34);
    }
}
@keyframes boxShadowWidthColor02 {
    0% {
    box-shadow: 0 0 0 0px rgba(60, 190, 159, 0.34);
    }
    40% {
    box-shadow: 0 0 0 4px rgba(60, 190, 159, 0.34);
    }
    
    100% {
    box-shadow: 0 0 0 0px rgba(60, 190, 159, 0.34);
    }
}
@keyframes boxShadowWidthColor03 {
    0% {
    box-shadow: 0 0 0 0px rgba(92, 117, 241, 0.34);
    }
    40% {
    box-shadow: 0 0 0 4px rgba(92, 117, 241, 0.34);
    }
    
    100% {
    box-shadow: 0 0 0 0px rgba(92, 117, 241, 0.34);
    }
}
@keyframes boxShadowWidthColor04 {
    0% {
    box-shadow: 0 0 0 0px rgba(251, 38, 81, 0.12);
    }
    40% {
    box-shadow: 0 0 0 4px rgba(251, 38, 81, 0.12);
    }
    
    100% {
    box-shadow: 0 0 0 0px rgba(251, 38, 81, 0.12);
    }
}
@keyframes boxShadowWidthColor05 {
    0% {
    box-shadow: 0 0 0 0px rgba(22, 203, 223, 0.34);
    }
    40% {
    box-shadow: 0 0 0 4px rgba(22, 203, 223, 0.34);
    }
    
    100% {
    box-shadow: 0 0 0 0px rgba(22, 203, 223, 0.34);
    }
}

@keyframes flowUpAndDown {
    0% {
        transform: translate(0, -50%);
    }
    
    50% {
        transform: translate(0, -40%);
    }
    
    100% {
        transform: translate(0, -50%);
    }
}

@keyframes flowDownAndUp {
    0% {
        transform: translate(0, -70%);
    }
    
    50% {
        transform: translate(0, -50%);
    }
    
    100% {
        transform: translate(0, -70%);
    }
}

@keyframes blinkAndHide {
    0% {
        opacity: 0.1;
    }
    
    15% {
        opacity: 1;
    }
    
    30% {
        opacity: 0.1;
    }
    
    45% {
        opacity: 1;
    }
    
    60% {
        opacity: 0.1;
    }
    
    75% {
        opacity: 1;
    }
    
    85% {
        opacity: 0;
    }
    
    100% {
        display: none;
    }
}

@keyframes fadeInAndHide {
    0% {
        z-index: -1;
        opacity: 0;
    }
    1% {
        z-index: 100;
    }
    50% {
        opacity: 1;
    }
    
    99% {
        opacity: 0;
    }
    
    100% {
        z-index: -1;
    }
}

/* 공통 */
html {
    font-size: 15px;
}

body {
    overflow-x: hidden;
    transition: background-color .2s;
}

p,
a,
span,
input,
select,
textarea,
label,
em {
    color: #232327;
}

a.btn {
    font-size: .867em;
}

h1 {
    width: 10.15em;
    width: 135px;
}

h1>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
}

h1>a>img,
h1>a>embed {
    width: 100%;
    height: 100%;
    shape-rendering:auto;
}

img {max-width: 100%;}

/* 메인 */
body:has(main.index) {
    overflow: hidden;
    overflow-y: auto;
}

.section-container,
.section {
    position: relative;
    text-align: center;
    color: inherit;
}

.section-container .section {
    height: 100vh;
}

.scroll-nav-wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 2400;
    display: block;
}

.scroll-nav-wrap ul.nav-wrap {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
}

.scroll-nav-wrap ul.nav-wrap li {
    position: relative;
    margin: 12px 0;
}

.section-container .section h2>span:first-child { 
    font-size: 32px;
    color: #581a25;
    font-weight: 600;
    position: relative;
}

.section-container .section h2>span:first-child::before,
.section-container .section h2>p:first-child::before,
.section-container .section .tit-group h2>.CellHeader::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -10px;
    opacity: 0;
    right: 10px;
    background-image: url('../images/free-icon-witch-cat.png');
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(64%) sepia(99%) saturate(940%) hue-rotate(345deg) brightness(94%) contrast(99%);
}

.section-container .section.active h2>span:first-child::before {
    animation: showRight 1s ease-in-out 1;
    animation-fill-mode: forwards;
}

.section-container .section h2>span:nth-child(2) {
    display: block;
    font-size: 16px;
    color: #232327;
    line-height: 1.524em;
    margin-top: 15px;
}

.section-container .section h2.left {
    text-align: left;
    float: left;
}

.section.first-section {
    position: relative;
}

.section-container .section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-container .section>.inner {
    position: relative;
    z-index: 1;
    margin-top: 96px;
}

.section-container .section.first-section>.inner {
    width: 888px;
    margin-top: 0px;
}

.section-container .title-wrap {
    font-size: 0;
}

.section-container .title-wrap>* {
    vertical-align: top;
}

.section-container .title-wrap>.tit-group {
    width: 100%;
    height: auto;
    color: #313DAA;
    box-sizing: border-box;
    overflow: visible;
    transition: all .3s;
    display: inline-flex;
    position: relative;
    z-index: 120;
}

.section-container .title-wrap>.tit-group h2 {
    width: 100%;
}

.section-container .title-wrap>.tit-group h2 p {
    font-size: 52px;
    font-weight: 700;
    color: #f09919;
    text-align: center;
    line-height: 1.2;   
}

.section-container .title-wrap>.tit-group h2 p.for-m {
    font-size: 45px;
}

.for-m {
    display: none;
}

.section-container .title-wrap>.input-group>*:focus {
    box-shadow: none !important;
}

.section-container .title-wrap>.btn:hover,
.section-container .title-wrap>.input-group:focus-within~.btn {
    box-shadow: 10px 15px 10px rgba(35, 35, 39, 0.15);
}

body:has(main.index) .keyword-ranking.carousel .carousel-item a {
    display: inline-flex;
    align-items: center;
}

body:has(main.index) .keyword-ranking.carousel .carousel-item a > * {
    color: #232327;
}

body:has(main.index) .keyword-ranking.carousel .carousel-item a .num {
    color: #6489F2;
    width: 13px;
    text-align: right;
    font-weight: 600;
}

body:has(main.index).search header,
body:has(main.index).search .btn-coachmark {
    z-index: 0;
}
body:has(main.index).search .section-container .title-wrap>.dim {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    transition: opacity 0.24s;
}

body:has(main.index) .visual {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body:has(main.index) .visual video {
    position: absolute; 
    left: 50%; 
    margin-left: -50%; 
    bottom: 0; 
    min-width: 100%; 
    min-height: 100%; 
    width: 100%;
    z-index: -100;    
    object-fit: cover;
}

body:has(main.index) .visual .cover {
    width: 100vw;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background-color: #0000004a;
}

.quick-links-wrap {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 50px 0;
}

.quick-links-wrap>ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: center;
}

.quick-links-wrap>ul>li {
    flex-basis: calc(100%/8);
}

.quick-links-wrap>ul>li>a>span {
	font-size: 14px;
    color:#eee;
}

.quick-links-wrap .thumb {
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border:1px solid #EBEFF6;
    margin: 0 auto 7px;
    position: relative;
    box-sizing: border-box;
    transition: all .15s;
    transition-timing-function: cubic-bezier(0.480, 0.355, 0.350, 1.495);
}

.quick-links-wrap>ul>li:nth-child(2n) .thumb {
    border:1px solid #EFF0F1;
}

.quick-links-wrap>ul>li>a:hover .thumb {
    transform: scale(1.15, 1.15);
}

.quick-links-wrap .thumb > img,
.quick-links-wrap .thumb > embed {
    max-width: 38px;
    max-height: 38px;
}

.quick-links-wrap .thumb > img {
    max-width: 38px;
    max-height: 38px;
    filter: invert(100%) sepia(99%) saturate(451%) hue-rotate(178deg) brightness(99%) contrast(94%);
}

.quick-links-wrap ul li:nth-child(2) .thumb > img {
    max-width: 50px;
    max-height: 50px;
}

.quick-links-wrap>ul>li>a * {
    cursor: pointer !important;
}

.quick-links-wrap>ul>li>a > span {
    font-size: .933em;
}

.scroll-down {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0);
}

.scroll-down r {
    display: block;
    background-color: #fff;
    margin: 0 auto 13px;
    width: 32px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 100px;
    border: solid 3px #80808d;
}

.scroll-down b {
    display: block;
    width: 5px;
    height: 13px;
    border-radius: 100px;
    background-color: #BEBEC8;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: downAndUp 1s ease-in-out infinite;
}

.scroll-down span {
    font-family: "Arial", serif;
    font-size: .733em;
    letter-spacing: 0;
    color: #BEBEC8
}

.intro-wrap {
    position: relative;
    margin-top: 20px;
}

.intro-wrap .for-m {
    font-size: 1.00em
}

table a.tit,
table tr td a:not(.btn) {
    color: #581a25;
}

a.btn.btn-back {
    background-color: transparent;
    border:none;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    padding-top: .35rem;
    padding-bottom: .35rem;
    height: auto;
}

/* 테이블 공통 */
.table-wrap.common {
    width: 100%;
    height: auto;
    /* border-left: 1px solid #6B70B3; */
    border-top: 1px solid #6B70B3;
}

.table-wrap.common table {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
}

.table-wrap.common table th, 
.table-wrap.common table td {
    position: relative;
    text-align: center;
}

.table-wrap.common table th:last-child,
.table-wrap.common table td:last-child {
    border-right: none;
}

.table-wrap.common table .sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #6B70B3;
    border-bottom: 1px solid #6B70B3;
    z-index: 1;
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, .15); */
}

.table-wrap.common table th.sticky,
.table-wrap.common table th,
.table-wrap.common table td {
    padding: 0 10px;
    height: 45px;
    background: #6B70B3;
    font-size: 0.933em;
    color: #fff;
    border-right: 1px solid #575c9b;
    border-bottom: 1px solid #575c9b;
    text-align: center;
}

.table-wrap.common table tr > .br {
    border-right: 1px solid #575c9b !important;
}

.table-wrap.common table thead th {
    /* cursor: pointer; */
    padding: 0 22px;
    font-weight: 500;
}

.table-wrap.common table thead th:last-child {
    border-right: none;
}

.table-wrap.common table th::after {
    content:"";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.table-wrap.common table th .btn {
    width: 20px;
    height: 20px;
    padding: 0;
    vertical-align: baseline;
}

.table-wrap.common table td {
    background-color: #fff;
    color: #232327;
}

.table-wrap.common table td.left {
    text-align: left;
}

.table-wrap.common table td.right {
    text-align: right;
}

.table-wrap.common table td.font-bold {
    font-weight: 700;
}

.table-wrap.common table td.red {
    color: #FE3501;
}

.table-wrap.common table td.blue {
    color: #5B90E9;
}

.table-wrap.common.type02 th,
.table-wrap.common.type02 th.sticky,
.table-wrap.common tbody th,
.table-wrap.common tbody th.sticky {
    background-color: #F2F3F5;
    background-color: #f6f6f9;
    font-weight: 600;
    color: #232327;
    border-color: #575c9b;
}

.table-wrap.common.type02 th,
.table-wrap.common.type02 td {
    border-color: #A0A2BC;
}
.table-wrap.common.type02,
.table-wrap.line table th.sticky,
.table-wrap.line table th {
    border-color: #b1b2bf;
}
.table-wrap.common.line table th.sticky,
.table-wrap.common.line table th {
    border-color: #494d83;
}

.table-wrap.fold,
.ibsheet-wrap.fold {
    max-height: 2px;
    overflow: hidden;
}

hr.grid-line {
    display: none;
    opacity: 1;
    width: 100%;
    border-top: 2px solid #6b70b3;
}
hr.grid-line.on {
    display: block;
}

.table-wrap.scroll {
    padding-right: 0;
    position: relative;
}

.table-wrap.scroll table {
    max-width: 100%;
    min-width: 100%;
    vertical-align: top;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch;
}

.table-wrap[class*=scroll-] table {
    display: inline-block;
}

.table-wrap.scroll.tbl table {
    display: table;
    width: 100%;
}

.table-wrap.scroll table th,
.table-wrap.scroll table td {
    vertical-align: middle;
    padding: 10px 12px;
}
.table-wrap.scroll table td.va-top {
    vertical-align: top;
}
.table-wrap.scroll.break table {
    white-space: normal;
}
.table-wrap.common.break table th,
.table-wrap.common.break table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-wrap.scroll.scroll-right::after {
    background: -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    background-position: 100% 0%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    z-index: 500;
}

.table-wrap.scroll.scroll-left::before {
    background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    z-index: 500;
}

.table-wrap.main.scroll table {
    border-collapse: separate;
    table-layout: auto;
}

.table-wrap.main.scroll table thead,
.table-wrap.main.scroll table tbody,
.table-wrap.main.scroll table tr {
    min-width: 100%;
}

.table-wrap.main.scroll table .sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #fff;
}
.table-wrap.main.scroll table .left * {
    text-align: left;
    width: 100%;
}

.table-wrap.main.scroll table thead th,
.table-wrap.main.scroll table tbody td {
    padding: 0 .5rem;
}

.table-wrap.main.scroll table thead th {
    font-size: 1.067em;
    font-weight: 500;
    color: #8B8C94;
    border-bottom: 1px solid #707070;
    height: 50px;
}

.table-wrap.main.scroll table tbody td {
    font-size: 1.067em;
    color: #232327;
    height: 54px;
    box-sizing: border-box;
}

.table-wrap.main.scroll table tbody td.prev {
    position: relative;
}

.table-wrap.main.scroll table tbody td strong {
    font-weight: 500;
}

.table-wrap table tr.color01 > * {
    font-weight: 500;
    background-color: #f4f5fc;
}
.table-wrap table tr.color01 > th,
.table-wrap table tr.color01 > .sticky {
    background-color: #cccfe9;
    color: #232327;
}

.table-wrap.break-all table td {
    white-space: normal;
    word-break: break-all;
}

table .new {
    position: static;
    margin-left: .4em;
}

table .new::before {
    display: none;
}

strong.prev-intro {
    color: #9999A1;
}

.current-intro {
    color: #232327;
}

.current-intro.up {
    color: #FE3501;
}

.current-intro.down {
    color: #5B90E9;
}

.current-intro.flexible {
    color: #EE82EE;
}

.current-intro.up::before {
    background-color: #FE3501;
}

.current-intro.down::before {
    background-color: #5B90E9;
    transform: rotate(180deg);
}

.current-intro.flexible::before {
    background-color: #EE82EE;
}

.table-wrap.main .current-intro::before {
    display: none;
}

.table-wrap.main.scroll table tbody tr {}

.table-wrap.main.scroll table tbody tr td {
    border: 3px solid transparent;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(112, 112, 112, .4);
}

.table-wrap.main.scroll table tbody tr td a.ellipsis {
    width: 100%;
    white-space: normal;
}

.table-wrap.main.scroll table tbody tr td:first-child {
    border-left: 3px solid transparent;
}

.table-wrap.main.scroll table tbody tr td:last-child {
    border-right: 3px solid transparent;
}

.table-wrap.main.scroll table tbody tr:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.table-wrap.main.scroll table tbody tr:hover td {
    border-color: #581a25;
    border-bottom: 3px solid #581a25;
    background-color: #fff;
}

.table-wrap.main.scroll table tbody tr:hover td:first-child {
    border-color: #581a25;
    border-radius: 16px 0 0 16px;
}

.table-wrap.main.scroll table tbody tr:hover td:last-child {
    border-color: #581a25;
    border-radius: 0 16px 16px 0;
}

td .btn.btn-download {
    margin-left: 2px;
    margin-right: 2px;
}

.btn.grid,
.btn.btn-download {
    font-size: 0px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.btn.grid {
    padding: 0;
}

.btn.btn-download img,
.btn.btn-download embed {
    max-height: 16px;
    max-width: 16px;
}

.btn.btn-download {
    padding: 0;
}

.btn.grid img,
.btn.grid embed {
    width: 16px;
    height: 16px;
}

.btn.btn-download.pdf,
.btn.btn-download.youtube,
.btn.btn-download.mp4 {
    border: 1px solid #ef777a;
}

.btn.btn-download.excel,
.btn.btn-download.xls,
.btn.btn-download.xlsx {
    border: 1px solid #81ab96;
}

.btn.btn-download.doc,
.btn-download.doc, 
.btn-download.hwp {
    border: 1px solid #809cbd;
}

.btn.btn-download.zip {
    border: 1px solid #8b7cb3;
}

.btn.btn-download.movie {
    border: 1px solid #5F75F5;
}

.btn.btn-download.etc {
    border: 1px solid #A2A2A2;
    color:#A2A2A2;
}

.btn.btn-download.img i,
.btn.btn-download.etc i{
    font-size: 14px;
}

.btn.grid.inquiry {
    border: 1px solid #777;
}

.btn.btn-download.img,
.btn-download.jpg, 
.btn-download.jpeg, 
.btn-download.png {
    border: 1px solid #8f919f;
    color: #8f919f;
}

.btn.btn-download.report {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background-color: #F4F5FC;
    line-height: 20px;
    border: 1px solid #A0A2BC;
    color: #8589A6;
    font-size: .677rem;
    text-align: center;
    padding:0;
}
.btn.btn-download.report.canceled {
    font-size: 0px;
    text-indent: -9999px;
    position: relative;
}

.btn-go-plus {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.btn-go-plus::before,
.btn-go-plus::after {
    content: "";
    display: block;
    width: 4px;
    height: 32px;
    background-color: #929292;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .12s;
}

.btn-go-plus::before {
    transform: translate(-50%, -50%);
    opacity: .8;
}

.btn-go-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.btn-go-plus:hover::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.btn-go-plus:hover::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.section.process::before,
.section.process::after {
    content: "";
    display: block;
    min-width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100vw;
    opacity: .26;
}

.section.process>.inner,
.section.intro>.inner {
    width: 1320px;
}

.section.process .box-wrap.flex>div {
    flex: 1 1 0;
    position: relative;
}
.section.process .box-wrap.flex>div:hover {
    z-index: 1;
}

.section.process .box-wrap.flex>div:last-child {
    margin-right: 0;
}

.section.process .box:hover {
    transform: scale(1.16);
}

.section .flex-top {
    display: flex;
    justify-content: space-between;
    align-items: unset;
}

.section .flex-top .nav-wrap {
    position: relative;
}

.section .flex-top .nav-wrap .nav {
    position: absolute;
    bottom: 0;
    right: 0;
    flex-wrap: nowrap
}

.nav.type01 .nav-link {
    white-space: nowrap;
}

.section .flex-top a.btn-go-plus {
    position: absolute;
    top: 13px;
    right: 0;
}

.box-wrap.flex {
    display: flex;
}

.box-wrap.flex>div {
    margin-right: 40px;
    flex: 1 1 0;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.box-wrap .box,
.owl-carousel .item,
.owl-carousel .item .box {
    width: 100%;
}

.box-wrap.flex .box:last-child {
    margin-right: 0;
}

.box {
    background-color: #fff;
    border-radius: 24px;
    border: solid 1px #eee;
    /*box-shadow: 10px 10px 50px rgba(0, 0, 0, .06);*/
    padding: 36px 30px 72px;
    position: relative;
    text-align: left;
    height: 100%;
    transition: all .25s;
}

.box * {
    transition: all .15s;
}

.box .tit {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 11px;
    word-break: normal;
}

.box .tit span.name{
    margin-top: 20px;
}

.box .tit span.date {
    font-size: 1rem;
    font-weight: 300;
}


.box .btn-wrap {
    position: absolute;
    top: 36px;
    right: 30px;
}

.box .btn-wrap button {
    margin-left: 8px;
    justify-content: center;
}

.box .border-span {
    font-size: .867em;
    color: #581a25;
    padding: .2em 1em;
    border-radius: 100px;
    background-color: #ffdba6;
    border: 1px solid transparent;
}

.box .date {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #767D87;
}

.box:hover {
    background-color: #581a25;
    box-shadow: none;
}

.box:hover * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .5) !important;
    background-color: transparent !important;
}

.box:hover .btn-download img,
.box:hover .btn-download embed {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(345deg) brightness(102%) contrast(101%);
}

.box:hover .btn-download:hover {
    border-color: rgba(255, 255, 255, .75) !important;
}

.box:hover .date {
    opacity: .63;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.line-2-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.line-3-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.line-4-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.line-5-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.btn.btn-go-arrow {
    clear: both;
    background-color: transparent;
    display: inline-block;
    border: none;
    position: relative;
    font-size: 1.067em;
    color: #581a25;
    height: auto;
    padding: .7em 2em .7em 1em;
    margin-top: 20px;
    transition: all .3s;
    outline: none;
}

.btn.btn-go-arrow:hover,
.btn.btn-go-arrow:focus {
    padding-right: 3.4em;
    box-shadow: none;
}

.btn.btn-go-arrow::before,
.btn.btn-go-arrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #581a25;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn.btn-go-arrow::after {
    left: auto;
    right: -2px;
    bottom: 5px;
    transform: translate(0, -50%) rotate(45deg);
    width: 20px;
}

.section-container .section.carousel {
    justify-content: flex-start;
}

.section-container .section.carousel .tit-wrap {
    white-space: nowrap;
    z-index: 1;
    padding: 48px 80px 0 115px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.section-container .section.carousel.business-value .tit-wrap {
    background: -moz-linear-gradient(left, rgba(244, 245, 252, 1) 85%, rgba(244, 245, 252, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 245, 252, 1) 85%, rgba(244, 245, 252, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 245, 252, 1) 85%, rgba(244, 245, 252, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5fc', endColorstr='#00f4f5fc', GradientType=1);
    /* IE6-9 */
}

.section-container .section h2.left .tit-wrap * {
    flex: 1 1 100%;
}

.section-container .section h2.left hr {
    display: block;
    opacity: 0;
    margin: 0;
}

.section-container .section.carousel h2.left {
    float: none;
}

.section-container .section.carousel .owl-carousel {
    margin-top: 48px;
    height: 360px;
    position: relative;
}

.section-container .section.carousel .owl-carousel::before {
    content: attr(data-comment);
    display: inline-block;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 100px;
    font-size: .867em;
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 1.5em;
    position: absolute;
    bottom: -4em;
    left: 12.5%;
    z-index: 4;
    opacity: 0;
}

.section-container .section.carousel.active .owl-carousel::before {
    animation: blinkAndHide 4s ease-in-out 1;
    animation-fill-mode: forwards;
}

.section-container .section.carousel .owl-stage-outer,
.section-container .section.carousel .owl-stage,
.section-container .section.carousel .owl-item,
.section-container .section.carousel .box {
    height: 100%;
}

.section-container .section.carousel .owl-stage {
    display: flex;
}

.section-container .section.carousel .owl-item {
    width: 300px !important;
    display: inline-flex;
    align-items: center;
}

.section-container .section.carousel .item {
    height: 100%;
}

.section-container .section.carousel .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 30px;
}

.section-container .section.carousel .box .tit {
    margin-top: 0;
}

.section-container .section.carousel .box a:hover {
    text-decoration: underline;
}

.section-container .section.carousel .box:hover {
    transform: scale(1.16);
}

.section-container .section.carousel .box .go {
    margin-top: 1.467em;
}

.section-container .section.carousel .box .go .ico {
    vertical-align: top;
    margin-left: .5em;
    margin-top: .22em;
}

.section-container .section.carousel .box:hover .go {
    opacity: .79;
}

.section-container .section.carousel .box:hover .go img {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(235deg) brightness(180%) contrast(103%) !important;
}

.section-container .section.carousel .owl-item+.owl-item.active {}

.section-container .section.business-value {
    background-color: #F4F5FC;
}

.section-container .section.kr-news .inner {
    display: flex;
    width: 1400px;
    align-items: flex-start;
}

.section-container .section.kr-news h2.left {
    flex: 1 1 30%;
    white-space: nowrap;
}

.section-container .section.kr-news h2.left + * {
    flex: 1 0 70%;
}

.section-container .section.kr-news ul {
    border-bottom: 2px solid #581a25;
}

.section-container .section.kr-news ul>li {
    border-top: 2px solid #581a25;
}

.section-container .section.kr-news ul>li>a {
    display: block;
    text-align: left;
    padding: 2.4em;
    transition: all .25s;
}

.section-container .section.kr-news ul>li>a:hover {
    transform: scale(1.05);
}

.section-container .section.kr-news ul>li>a>span {
    display: block;
}

.section-container .section.kr-news ul>li>a>span:first-child {
    font-size: 1.5em;
    font-weight: 600;
}

.section-container .section.kr-news ul>li>a>span:nth-child(2) {
    margin-top: 16px;
}

.section-container .section.kr-news ul>li>a>span:nth-child(3) {
    margin-top: 12px;
}

.section-container .section.footer {
    width: 100%;
    height: auto !important;
}

.bootstrap-duallistbox-container .btn-wrap.btn-none-h {
    margin-bottom: 6px;
}

.content-main-biz {
    color: #616379;
    position: relative;
    margin: 0 auto;
}

.content-main-biz .for-m {
    font-size: 16px;
}

.content-main-biz .for-m,
.content-main-biz .for-p {
    font-weight: 200;
}

.content-main-biz ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
}

.content-main-biz ul li {
    position: relative;
    flex: 1 1 0;
    max-width: 100%;
    text-align: left;
}

.content-main-biz ul li:nth-child(even), .content-main-biz ul li:nth-child(3) {
    margin-left: 40px;
}

.content-main-biz .item-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 58.715%;
    border-radius: 5px;
    overflow: hidden;
}

.content-main-biz .item-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.content-main-biz .item-copy {
    width: auto;
    color: #616379;
}

.content-main-biz .item-copy .tit {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 12px;
    color:#581a25;
    text-align: center;
}

.content-main-biz .item-copy .copy {
    font-size: 1rem;
    white-space: pre-wrap;
    font-weight: 200;
    text-align: center;
}

.cats .item .box{
    cursor: pointer;
}

/* intro */
.subpage.intro .container .context {
    width: 100%;
    min-height: 300px;
}

@media(max-width: 599px) {
    .subpage.intro .container h1 {
        font-size:  26px;
        line-height: 39px;
        letter-spacing: -.78px;
        font-weight: 600;
        padding-left: 25px;
        text-align: left;
        color: #212121;
        width: 100%;
    }

    .subpage.intro .container div.banner-container {
        padding: 52px 0 255px !important;
        background: url('../images/temp.jpg') 0 100%/100% no-repeat;
    }

    .subpage.intro .container div.inner-con {
        width: 100%;
        padding: 0 25px;
    }
    
    .subpage.intro .container div.banner-container div.content {
        width: 100%;
    }

    .subpage.intro .container div.banner-container div.content h2 {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: -.66px;
        font-weight: 600;
    }

    .subpage.intro .container div.banner-container div.content h3 {
        font-size: 19px;
        line-height: 28.5px;
        letter-spacing: -.57px;
        font-weight: 700;
        margin: 16px 0 8px;
    }

    .subpage.intro .container div.banner-container div.content p {
        margin-bottom: 60px;
    }

    .subpage.intro .container div.banner-container:first-child {
        margin-top: 0;
        padding: 0 0 255px !important;
    }

    .subpage.intro .container div.banner-container:last-child {
        margin-bottom: 80px;
    }

    
    main.subpage.intro div.container div.context section {
        padding: 0;
    }
}

@media(min-width: 600px) {
    .subpage.intro .container h1 {
        font-size:  40px;
        line-height: 60px;
        letter-spacing: -1.2px;
        font-weight: 600;
        color: #212121;
        width: 100%;
    }

    main.subpage.intro div.container div.context section {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .subpage.intro .container section div{
        width: 1200px;
    }

    .subpage.intro .container div.banner-container:first-child {
        margin-top: 20px;
    }

    .subpage.intro .container div.banner-container:last-child {
        margin-bottom: 180px;
    }

    .subpage.intro .container div.banner-container {
        height: 455px;
        margin-top: 90px;
        background: url('../images/temp.jpg') 100% 50%/45% auto no-repeat;
    }

    .subpage.intro .container .context>div {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .subpage.intro .container div.inner-con {
        width: 1200px;
    }

    .subpage.intro .container div.banner-container div.content {
        width: 50%;
    }

    .subpage.intro .container div.banner-container div.content h2 {
        font-size: 37px;
        line-height: 55.5px;
        letter-spacing: -1.11px;
        font-weight: 600;
    }

    .subpage.intro .container div.banner-container div.content h3 {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: -.66px;
        font-weight: 700;
        margin: 23px 0 15px;
    }

    .subpage.intro .container div.banner-container.even {
        background-position: 0 50%;
    }
    
    .subpage.intro .container div.banner-container.even div.content{
        float: right;
    }

}

.subpage.intro .container .context>div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}    

.subpage.intro .container div.inner-con {
    display: inline-block;
    position: relative;
}

.subpage.intro .container div.banner-container div.content img{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    padding-bottom: 20px;
    filter: invert(64%) sepia(99%) saturate(940%) hue-rotate(345deg) brightness(94%) contrast(99%);
}

.subpage.intro .container div.banner-container div.content img:first-child {
    bottom: 0;
    left: 0;
}

.subpage.intro .container div.banner-container div.content h2,
.subpage.intro .container div.banner-container div.content h3 {
    color: #212121;
}

.subpage.intro .container div.banner-container div.content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.48px;
    font-weight: 300;
    color: #555;
}

.subpage.support .container .banner-container div.content h2 {
    margin-bottom: 10px;
}

.subpage.support .container .banner-container div.content p.gray-wrap {
    background-color: #eee;
    display: inline-block;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}
