@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap");


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
section,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: transparent
}

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

ul,
ol {
    list-style: none
}

button {
    padding: 0
}

a {
    /* outline: 0; */
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: transparent;
    text-decoration: none;
    color: inherit
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

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

input,
select,
textarea {
    vertical-align: middle;
    border-radius: 0
}

li img {
    vertical-align: middle
}

em {
    font-style: normal
}

input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-inline-size: 0
}

.blind,
legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}

.cp_blind,
caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0
}

address {
    font-style: normal
}

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

html,
body,
* {
    font-family: 'Poppins', 'Noto Sans KR', sans-serif
}

pre {
    white-space: break-spaces
}

button {
    cursor: pointer;
    background: transparent;
    border: 0;
    /* outline: 0 */
}

body {
    color: #111
}

html,
body {
    height: 100%
}

.warn {
    color: #ff0000;
}

header {
    z-index: 1;
    position: fixed;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
}

.header_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 40px
}

.header_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 38px
}

h1 img {
    display: block
}

h2.page_title {
    color: #474747;
    font-size: 19px;
    font-weight: bold
}

h3.main_title {
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
    line-height: 51px;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
}

h4 {
    line-height: 36px;
    color: #333333;
    font-size: 25px;
    font-weight: bold
}

h5.detail_title {
    margin: 0 0 24px 0;
    color: #5C5B6C;
    font-size: 18px;
    font-weight: bold
}

.lexcode_direct {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px
}


.lexcode_direct a {
    display: flex;
    align-items: center;
    gap: 0 4px;
    height: 32px;
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #474747;
    font-size: 14px;
    font-weight: 500
}

.lang_switch {
    position: relative
}

.lang_switch_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px
}

.lang_switch_inner select {
    outline: 0;
    border: 0
}

/* 
.lang_switch_inner::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/lang_arrow.png) no-repeat center center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto
}

.lang_switch .lang_switch_cont {
    z-index: 100;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden
}

.lang_switch .lang_switch_cont.on {
    opacity: 1;
    visibility: visible;
    height: auto
}

.lang_switch .lang_switch_cont div {
    position: relative;
    height: 32px;
    line-height: 32px;
    color: #474747;
    font-size: 14px;
    background: #ffffff;
    transition: 0.3s ease
}

.lang_switch .lang_switch_cont div.first {
    padding: 8px 0 0
}

.lang_switch .lang_switch_cont div.last {
    padding: 0 0 8px
}

.lang_switch .lang_switch_cont div:hover,
.lang_switch .lang_switch_cont div.active {
    background: #F9F9F9
} */

.banner {
    width: 100%;
    background: #F9F9F9 url(../img/main_banner_bg.png) no-repeat top center;
    padding-top: 90px;
    background-size: cover;
}

.mx_wd {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

.container {
    width: 100%;
    text-align: center;
    padding: 100px 0 250px;
}

.bg {
    background: #F9F9F9;
    padding-bottom: 114px
}

.total_translate_info {
    background: rgba(255, 255, 255, 0.1);
    border: 0.5px solid #37FFCF;
    backdrop-filter: blur(2.5px);
    display: inline-flex;
    padding: 10px;
    margin: 40px auto;
    color: #fff;
    justify-content: center;
    width: 90%;
    max-width: 500px;
}

.total_translate_count::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin: 0 20px;
}

.total_translate_info p b {
    color: #37FFCF;
    font-size: 18px;
}

.trans {
    position: relative;
    height: 346px;
}

.tr_section {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 10px;
    width: 100%;
    top: -180px;
}

.tr_section .detail_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.tr_section .detail_title h4 {
    color: #fff;
}

.tr_section .detail_title .version {
    font-size: 16px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 4px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    font-weight: 500;
}

.tr_section .area {
    position: relative;
    flex: 1;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.tr_section .area .lang_title {
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    color: #474747;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tr_section .area .tr_reset {
    position: absolute;
    top: 72px;
    right: 24px
}

.tr_section textarea {
    width: 100%;
    height: auto;
    min-height: 316px;
    padding: 20px 44px 20px 24px;
    box-shadow: inset 0px 6px 8px rgba(0, 0, 0, 0.05);
    border: none;
    outline: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 21px;
    resize: none
}

.tr_section textarea::placeholder {
    color: #b1b1b1
}

.tr_section textarea:disabled {
    background: #fff;
    color: #000
}

.tr_section .tr_button_box {
    width: 100%;
    min-height: 40px;
    padding: 4px 24px 16px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tr_section .tr_button_box .flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tr_section .tr_button_box .tr_length {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    color: #8B8B8B;
    font-size: 14px;
    text-align: right
}

.tr_section .tr_button_box .tr_length.grey {
    color: #7d7d7d
}

.tr_section .tr_button_box .tr_copy {
    padding: 0 0 0 24px;
    background: url(../img/tr_copy.png) no-repeat 0 center;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    color: #5C5B6C;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 24px;
}

.tr_section .tr_button_box .tr_cancel {
    display: inline-block;
    width: 82px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b1b1b1;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.tr_section .tr_button_box .tr_submit {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: #adadad;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s ease;
}

.lds-ellipsis div {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 38px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 38px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 62px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 86px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.tr_section .tr_button_box .tr_submit.on {
    background: #333333
}

.tr_section .tr_button_box .tr_goto {
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: #333333;
}

.tr_section .tr_button_box .tr_goto:hover {
    text-decoration: underline;
}

.tr_section .tr_direction {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.example {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 20px
}

.example li {
    flex: 1;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.example li .lang {
    margin-bottom: 9px;
    color: #5A88FF;
    font-size: 14px;
    font-weight: 500
}

.example li .source {
    margin-bottom: 6px;
    color: #3b3b41;
    font-size: 14px;
    font-weight: 500
}

.example li .source span {
    color: #3b3b41;
    font-weight: 700;
    font-size: 12px;
    vertical-align: 0px;
}

.example li .target {
    color: #474747;
    font-size: 14px;
    font-weight: bold
}

.result_length {
    margin-bottom: 24px;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 500
}

.divide_line {
    width: 100%;
    height: 1px;
    margin: 40px auto;
    background: #e6e6e6
}

.result_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 36px;
    width: 100%;
    padding: 24px 20px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.result_cont li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 14px;
    width: 100%
}

.result_cont li .num {
    width: 28px;
    color: #7d7d7d;
    font-size: 14px;
    display: block;
    padding-top: 16px;
}

.result_cont li:first-child .num,
.result_cont li:nth-child(2) .num {
    padding: 0;
}

.result_cont li:first-child .result_cont_inner,
.result_cont li:nth-child(2) .result_cont_inner {
    border: 0;
    padding: 0;
}

.result_cont li .result_cont_inner {
    flex: 1;
    padding-top: 12px;
    border-top: 1px solid #e6e6e6
}

.result_cont li .result_cont_inner p~p {
    margin-top: 4px
}

.result_cont li .result_cont_inner .source {
    font-weight: 500;
    color: #5C5B6C;
    word-break: break-all
}

.result_cont li .result_cont_inner .source span {
    color: #5C5B6C;
    font-weight: 700;
    font-size: 14px;
    vertical-align: 0px;
}

.result_cont li .result_cont_inner p.target {
    color: #474747;
    font-weight: bold;
    word-break: break-all
}

.btn-cover {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    align-items: center;
}

button.page-btn {
    width: 20px;
    padding: 4px;
}

button.page-btn:disabled img {
    opacity: .2;
}

button.page-btn img {
    width: 100%;
}

.page-count {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    transition: .2s ease;
}

.page-count:hover,
.page-count.btn_active {
    background: #5C5B6C;
    color: #fff;
}

.section_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px
}

.section_title.white h4 {
    color: #ffffff
}

.search_wrap {
    width: 100%;
    max-width: 650px;
    margin: 0 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.search_wrap label.search_label {
    margin-left: 8px;
    margin-bottom: 8px;
    display: block;
    color: #7d7d7d;
    font-weight: 700;
}

.search_wrap input {
    /* display: inline-block; */
    padding: 10px 16px;
    /* width: 706px; */
    /* height: 48px;
    line-height: 48px; */
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 8px 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    color: #000000;
    transition: 0.3s ease;
    width: 100%;
    position: relative;
    font-size: 16px;
}

.search_wrap input::placeholder {
    color: #b1b1b1
}

.search_wrap input:active,
.search_wrap input:focus {
    border-color: #5C5B6C
}

.search_wrap button {
    /* display: inline-block; */
    width: 76px;
    height: 48px;
    background: #5C5B6C url(../img/search.png) no-repeat center center;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    border-radius: 0 8px 8px 0;
    /* vertical-align: middle; */
    position: absolute;
    right: 0;
}

.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    height: 40px;
    line-height: 40px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transform: translate(-50%, calc(100% + 20px))
}

.toast.on {
    animation: toast 1s ease
}

@keyframes toast {
    0% {
        transform: translate(-50%, calc(100% + 20px))
    }

    30% {
        transform: translate(-50%, 0)
    }

    70% {
        transform: translate(-50%, 0)
    }

    100% {
        transform: translate(-50%, calc(100% + 20px))
    }
}

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

    h2.page_title {
        font-size: 16px
    }

    h3.main_title {
        font-size: 20px;
    }

    h4 {
        line-height: 26px;
        margin-bottom: 24px;
        font-size: 18px
    }

    h5.detail_title {
        margin: 0 0 12px 0;
        font-size: 16px
    }

    .total_translate_info {
        display: block;
        padding: 10px 0;
        text-align: center;
    }

    .total_translate_info .total_translate_count {
        margin-bottom: 8px;
    }

    .total_translate_count::after {
        display: none;
    }

    .search_wrap {
        margin: 24px 0 16px;
        width: 100%;
        max-width: unset;
    }

    .tr_section {
        display: block;
        top: -60px;
    }

    .tr_section textarea {
        min-height: 170px;
        font-size: 16px;
    }

    .tr_section .area~.area {
        margin-top: 8px
    }

    .trans {
        height: 586px;
    }

    .example {
        flex-wrap: wrap;
        gap: 12px
    }

    .example li {
        border: 1px solid #e6e6e6
    }

    .example li .lang {
        margin-bottom: 9px;
        color: #5A88FF;
        font-size: 14px;
        font-weight: 500
    }

    .example li .source {
        margin-bottom: 6px;
        color: #5C5B6C;
        font-size: 14px;
        font-weight: 500
    }

    .example li .target {
        color: #474747;
        font-size: 14px;
        font-weight: bold
    }

    .result_cont li:nth-child(2) .result_cont_inner {
        padding-top: 12px;
        border-top: 1px solid #e6e6e6;
    }

    .result_length {
        margin-bottom: 12px
    }

    .result_cont {
        grid-template-columns: 1fr;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05)
    }

    .section_title {
        display: block;
    }
}