@charset "UTF-8";

.noto {
    font-family: "Noto Sans JP", serif;
}

body .glossary-template {
    font-family: "Noto Sans JP", serif;
}

/* GLOSSARY STYLE */
.glossary-page {
    margin-bottom: 105px;
}

.glossary-template .inner {
    max-width: 1110px;
}

.glossary-search-box {
    background: #FAF7F4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    padding: 31px 24px;
    margin-bottom: 60px;
}

.glossary-search-box .glossaryTitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
    margin-bottom: 14px;
}

.glossary-search-box .glossaryTitle span {
    margin-right: 11px;
}

.glossary-search-box .searchBox {
    margin-bottom: 15px;
}

.glossary-search-box .searchBox .searchform {
    position: relative;
}

.glossary-search-box .searchBox .searchform .inputSearch {
    height: 50px;
    border: 1px solid #D5D5D5;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding-right: 70px;
    padding-left: 8px;
}

.glossary-search-box .searchBox .searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    background: #1895DB url(../images/glossary/icon-search-02.svg) no-repeat center center;
    border: 1px solid #DBDBDA;
    width: 61px;
    height: 50px;
    border-radius: 0;
}

.glossary-search-box .clauseBox {
    background: #EFEBE8;
    padding: 15px 15px 16px;
    margin-bottom: 14px;
}

.glossary-search-box .clauseBox .listClause {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3px;
}

.glossary-search-box .clauseBox .listClause li {
    margin-right: 40px;
}

.glossary-search-box .clauseBox .listClause li a {
    display: block;
    font-size: 16px;
    color: #1895DB;
    background: url(../images/glossary/icon-link-01.svg) no-repeat left top 47%;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding-left: 19px;
    line-height: 1.7;
}

.glossary-search-box .frequentlyBox:not(:last-child) {
    margin-bottom: 34px;
}

.glossary-search-box .frequentlyBox .listFrequently {
    display: flex;
    flex-wrap: wrap;
}

.glossary-search-box .frequentlyBox .listFrequently li {
    margin-right: 40px;
}

.glossary-search-box .frequentlyBox .listFrequently li a {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    background: url(../images/glossary/icon-link-02.svg) no-repeat left center;
    padding-left: 19px;
    line-height: 1.7;
}

.glossary-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.glossary-wrap .wrapTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: #333333;
}

.glossary-wrap .wrapTitle span {
    margin-right: 11px;
}

.glossary-wrap .glossary-content {
    width: calc(100% - 350px);
}

.glossary-wrap .glossaryFrame {
    padding: 43px 24px 33px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

.glossary-wrap .glossary-content .glossaryBox:not(:last-child) {
    margin-bottom: 28.8px;
}

.glossary-wrap .glossary-content .glossaryBox .glossaryTitle {
    margin: 0 0 20px;
    padding: 0 8px 4px;
    border: 0;
    border-bottom: 1px solid #EFEFEF;
    color: #012156;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.glossary-wrap .glossary-content .glossaryBox .listGlossary {
    display: flex;
    flex-wrap: wrap;
}

.glossary-wrap .glossary-content .glossaryBox .listGlossary li {
    margin-right: 40px;
    margin-bottom: 13px;
}

.glossary-wrap .glossary-content .glossaryBox .listGlossary li a {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    background: url(../images/glossary/icon-link-02.svg) no-repeat left center;
    padding-left: 19px;
    line-height: 1.7;
}

.glossary-wrap .glossary-sidebar {
    width: 310px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    padding: 29px 24px 23px;
}

.glossary-wrap .glossary-sidebar .listSidebar {
    padding-top: 9px;
}

.glossary-wrap .glossary-sidebar .listSidebar li {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

.glossary-wrap .glossary-sidebar .listSidebar li a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 0 10px;
    padding-right: 20px;
    background: url(../images/glossary/icon-arrow.svg) no-repeat right 13px top 62%/4px;
}

/* glossary detail */

.glossary-single {
    margin-bottom: 68px;
}

.glossary-wrap .glossary-content .areaWrap {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 24px 18px;
    border-radius: 16px;
    margin-bottom: 44px;
}

.contentTitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contentTitle .contentTag {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #1489D6;
    border-radius: 50px;
    width: 111px;
    text-align: center;
    margin: 0;
    padding: 3px 0;
}

.contentTitle .titleTxt {
    margin: 0 0 0 8px !important;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border: 0;
    line-height: 1.2;
    display: flex;
    align-items: flex-end;
    padding-top: 1px;
}

.contentTitle .titleTxt span {
    font-size: 24px;
    font-weight: bold;
    color: #1489D6;
    margin-right: 2px;
}

.glossary-wrap .areaWrap .contentWrap {
    margin-bottom: 63px;
    overflow: hidden;
}

.glossary-wrap .areaWrap .contentWrap p {
    color: #333;
    font-weight: 400;
    margin-bottom: 18px;
    width: 100%;
    letter-spacing: -0.9px;
    text-align: justify;
}

.glossary-wrap .areaWrap .contentWrap p:last-child {
    margin-bottom: 0;
}

.glossary-wrap .areaWrap .contentWrap .contentPhoto {
    float: right;
    width: 40.5%;
    margin-bottom: 0;
    padding-left: 14px;
}

.glosaryWordPopupContent .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 262 / 210;
}

.wrapContact {
    position: relative;
    background: #EBF3FF;
    padding: 10px 0 13px;
    margin-bottom: 16px;
}

.wrapContact .contactPhoto {
    position: absolute;
    bottom: 0;
    left: 19px;
    width: 123px;
    margin: 0;
}

.wrapContact .contactBox {
    position: relative;
    text-align: center;
    padding-left: 128px;
}

.wrapContact .contactBox .contactTitle {
    margin: 0 0 7px;
    padding: 0;
    font-size: 13px;
    color: #012156;
    font-weight: 400;
    border: 0;
    letter-spacing: 0.3px;
}

.wrapContact .contactBox .contactTitle br {
    display: none;
}

.wrapContact .contactBox .btnWrap {
    display: flex;
    justify-content: center;
}

.wrapContact .contactBox .btnWrap .contactBtn {
    width: 49%;
    max-width: 247px;
    margin: 0 7px;
}

.wrapContact .contactBox .btnWrap .contactBtn a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #F6AB00 url(../images/glossary/icon-btn-01.svg) no-repeat right 14px top 52%;
    border-radius: 8px;
    box-shadow: 0 3px 0 #D59608;
    padding: 8px 0;
    padding-right: 17px;
    transition: all .3s;
}

.wrapContact .contactBox .btnWrap .contactBtn.voteBtn a {
    background-color: #008ED9;
    background-image: url(../images/glossary/icon-btn-02.svg);
    box-shadow: 0 3px 0 #066FA7;
}

.clause .clauseTerms {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    width: 66px;
    border-radius: 50px;
    background: #012156;
    color: #fff;
    text-align: center;
    margin-bottom: 3px;
}

.clause h3.clauseTitle {
    margin: 0 0 7px;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #012156;
}

.clause .listClause {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.clause .listClause li {
    margin-right: 40px;
    margin-bottom: 10px;
}

.clause .listClause li a {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    background: url(../images/glossary/icon-arrow.svg) no-repeat left 1px top 62% / 4px;
    padding-left: 19px;
}

.glossary-wrap .glossary-content .glossary-search-box {
    margin-bottom: 31px;
}

.glossary-wrap .glossarybanner .bannerPhoto {
    margin-bottom: 25px;
}

.glossary-wrap .glossarybanner .articles-btn12 a img {
    margin: 0;
}

/* POPUP */
.glosaryWordPopup {
    display: none;
}

.glosaryWordPopup .glosaryWordPopupContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    width: 96%;
    max-width: 1080px;
    /* height: 90%; */
    /* max-height: 55vh; */
    max-height: 588px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
    z-index: 32;
}

.glosaryWordPopup .glosaryWordPopupContent .glosaryPopup {
    padding: 30px 24px 11px;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame {
    display: flex;
    justify-content: space-between;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame:last-child {
    /* align-items: self-end; */
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain {
    width: 72.3%;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap {
    overflow-y: auto;
    max-height: 322px;
    padding-right: 22px;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap::-webkit-scrollbar,
.glosaryWordPopup .glosaryWordPopupContent::-webkit-scrollbar {
    width: 6px;
    border: 0;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap::-webkit-scrollbar-thumb,
.glosaryWordPopup .glosaryWordPopupContent::-webkit-scrollbar-thumb {
    background: #1489D6;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap::-webkit-scrollbar-track,
.glosaryWordPopup .glosaryWordPopupContent::-webkit-scrollbar-track {
    background: #EFEFEF;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto {
    width: 25.4%;
    padding-top: 1px;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .photoThumbnails {
    display: flex;
    flex-wrap: wrap;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .mainPhoto {
    margin-bottom: 12px;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .mainPhotoItem {
    display: none;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .mainPhotoItem.active {
    display: block;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .mainPhotoItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 262/210;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .photoThumbnails .thumbnailItem {
    width: calc(100% / 3 - 7px);
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .photoThumbnails .thumbnailItem:nth-child(3n) {
    margin-right: 0;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .photoThumbnails .thumbnailItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 80/65;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .wrapContact {
    width: 70.2%;
    margin: 20px 0 0;
    padding: 0;
}

.glosaryWordPopup .glosaryWordPopupContent .popupFrame .clause {
    width: 25.4%;
}

.glosaryWordPopup .glosaryWordPopupContent .close {
    margin: 0;
    background: #A2A2A2;
    border-radius: 0 0 16px 16px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 0 10px;
    margin-top: auto;
    cursor: pointer;
}

.glosaryWordPopup .glosaryWordPopupContent .close span {
    padding-right: 20px;
    background: url(../images/glossary/icon-close.svg) no-repeat right center;
}

.glosaryWordPopup .popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(135 140 148 / 30%);
    z-index: 30;
}

.glossaryLinkItem {
    color: #158AD6;
    margin-right: 4px;
}

.glossaryLinkItem::after {
    content: "";
    background: url(../images/glossary/icon-search-01.svg) no-repeat center center / 100%;
    width: 6px;
    height: 6px;
    margin-top: -7px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 2px;
    vertical-align: middle;
}

/*LOADING */
.glossaryLoading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(135 140 148 / 30%);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}

.glossaryLoading.loading {
    display: flex;
}

.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-height:600px) {
    .glosaryWordPopup .glosaryWordPopupContent {
        height: 85%;
    }
}

@media(min-width:769px) {
    .glossary-search-box .clauseBox .listClause li a:hover {
        text-decoration: none;
    }

    .glossary-wrap .glossary-content .glossaryBox .listGlossary li a:hover,
    .glossary-search-box .frequentlyBox .listFrequently li a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
        color: #1895DB;
        background-image: url(../images/glossary/icon-link-01.svg);
        opacity: 1;
    }

    .glossary-search-box .searchBox .searchform .searchsubmit:hover {
        opacity: 0.7;
    }

    .glossary-wrap .glossary-sidebar .listSidebar li a:hover {
        color: #1895DB;
        opacity: 1;
        background-position: right 10px top 62%;
    }

    .wrapContact .contactBox .btnWrap .contactBtn a:hover {
        transform: translateY(3px);
        box-shadow: none;
        opacity: 1;
    }

    .clause .listClause li a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
        color: #1895DB;
        background-position: left 4px top 62%;
        opacity: 1;
    }

    .glosaryWordPopup .glosaryWordPopupContent .close:hover {
        opacity: 0.7;
    }

    /* POPUP */
    .glosaryWordPopup .wrapContact {
        padding-top: 9px;
    }

    .glosaryWordPopup .wrapContact .contactBox .contactTitle {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .glosaryWordPopup .wrapContact .contactBox {
        padding-left: 136px;
        padding: 9px 0 13px 136px;
    }

    .glosaryWordPopup .wrapContact .contactBox .btnWrap .contactBtn a {
        font-size: 16px;
        padding-bottom: 6px;
    }

    .glosaryWordPopup .wrapContact .contactBox .btnWrap .contactBtn {
        max-width: 262px;
        margin: 0 8px;
    }

    .glosaryWordPopup .wrapContact .contactPhoto {
        left: 20px;
        width: 132px;
    }

    .glosaryWordPopup .clause h3.clauseTitle {
        margin-bottom: 16px;
    }

    .glosaryWordPopup .clause .listClause li {
        margin-right: 15px;
        margin-bottom: -3px;
    }
}

@media(max-width:1060px) and (min-width:769px) {
    .wrapContact .contactBox {
        padding-right: 10px;
    }

    .wrapContact .contactBox .btnWrap {
        align-items: center;
        flex-direction: column;
    }

    .wrapContact .contactBox .btnWrap .contactBtn {
        width: 100%;
    }

    .contactBox .btnWrap .contactBtn+.contactBtn {
        margin-top: 8px !important;
    }

    .glossary-wrap .areaWrap .contentWrap p {
        letter-spacing: 0;
        font-size: 14px;
    }
}

@media(max-width:850px) and (min-width:769px) {
    .glossary-wrap .glossary-sidebar {
        width: 260px;
        padding: 15px;
    }

    .glossary-wrap .glossary-content {
        width: calc(100% - 285px);
    }

    .glossary-wrap .glossaryFrame {
        padding: 15px 20px;
    }

    .glossary-wrap .glossary-sidebar .listSidebar li a {
        font-size: 14px;
    }

    .wrapContact .contactPhoto {
        left: 10px;
        width: 110px;
    }
}

@media(max-width:768px) {

    .glossary-template .breadcrumbs {
        padding-top: 27px;
        margin-bottom: 18px;
    }

    .glossary-page {
        margin-bottom: 26px;
    }

    .glossary-template .inner {
        padding: 0 2.4%;
    }

    .glossary-search-box {
        padding: 14px 10px 4px;
        margin-bottom: 24px;
    }

    .glossary-search-box .glossaryTitle {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .glossary-search-box .searchBox .glossaryTitle span {
        width: 18px;
    }

    .glossary-search-box .searchBox .searchform .inputSearch {
        height: 42px;
    }

    .glossary-search-box .searchBox .searchform .searchsubmit {
        width: 57px;
        height: 42px;
        background-size: 20px;
    }

    .glossary-search-box .clauseBox {
        padding: 6px 12px 14px;
        margin-bottom: 20px;
    }

    .glossary-search-box .clauseBox .listClause {
        padding: 0;
        margin-top: -6px;
    }

    .glossary-search-box .clauseBox .listClause li {
        margin-right: 30px;
    }

    .glossary-search-box .clauseBox .listClause li a {
        font-size: 14px;
    }

    .glossary-search-box .frequentlyBox:not(:last-child) {
        margin-bottom: 5px;
    }

    .glossary-search-box .frequentlyBox .listFrequently {
        margin-top: -2px;
    }

    .glossary-search-box .frequentlyBox .listFrequently li {
        margin-bottom: 13px;
        margin-right: 25px;
    }

    .glossary-search-box .frequentlyBox .listFrequently li a {
        font-size: 14px;
        line-height: 1.6;
    }

    .glossary-search-box .frequentlyBox:last-child .listFrequently {
        margin-top: 17px;
    }

    .glossary-search-box .frequentlyBox:last-child .listFrequently li a {
        font-size: 16px;
    }

    .glossary-wrap {
        flex-direction: column;
    }

    .glossary-wrap .glossary-content {
        width: 100%;
    }

    .glossary-wrap .glossaryFrame {
        padding: 16px 10px 18px;
    }

    .glossary-wrap .wrapTitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .glossary-wrap .glossary-content .glossaryBox:not(:last-child) {
        margin-bottom: 4px;
    }

    .glossary-wrap .glossary-content .glossaryBox .glossaryTitle {
        padding: 0 6px 2px;
        font-size: 14px;
        margin-bottom: 19px;
        letter-spacing: 0.3px;
    }

    .glossary-wrap .glossary-content .glossaryBox .listGlossary li {
        margin-bottom: 15px;
        margin-right: 33px;
    }

    .glossary-wrap .glossary-content .glossaryBox .listGlossary li a {
        font-size: 14px;
        line-height: 1.5;
        background-position: left top 42%;
    }

    .glossary-wrap .glossary-sidebar {
        display: none;
    }

    /* glossary detail */
    .glossary-single {
        margin-bottom: 44px;
    }

    .glossary-wrap .glossary-content .areaWrap {
        padding: 14px 10px 18px;
        border-radius: 0;
        margin-bottom: 22px;
        box-shadow: none;
    }

    .contentTitle {
        margin-bottom: 10px;
    }

    .contentTitle .contentTag {
        font-size: 12px;
        width: 72px;
        padding: 1px 0 2px;
    }

    .contentTitle .titleTxt {
        font-size: 12px;
        padding-top: 0;
        margin-left: 3px !important;
    }

    .contentTitle .titleTxt span {
        font-size: 18px;
        margin-right: 0;
    }

    .glossary-wrap .areaWrap .contentWrap {
        margin-bottom: 29px;
    }

    .glossary-wrap .areaWrap .contentWrap p {
        font-size: 14px;
        line-height: 1.422;
    }

    .glossary-wrap .areaWrap .contentWrap .contentPhoto {
        width: 35.4%;
        padding-left: 10px;
        margin-top: -2px;
    }

    .wrapContact {
        margin-bottom: 7px;
    }

    .clause {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .clause .clauseTerms {
        margin-bottom: 0;
    }

    .clause h3.clauseTitle {
        margin: 0 0 -4px 6px;
    }

    .clause .listClause li {
        margin-right: 16px;
        margin-bottom: 6px;
    }

    .glossary-wrap .glossary-content .glossary-search-box {
        margin-bottom: 36px;
    }

    .glossary-wrap .glossarybanner .bannerPhoto {
        margin-bottom: -4px;
    }

    .glossary-wrap .glossarybanner .articles-btn12 a {
        width: 48%;
        margin: 0 auto 0;
    }

    .glossary-wrap .glossarybanner .articles-btn12 a img {
        width: 100%;
    }

    /* POPUP */
    .glosaryWordPopup .glosaryWordPopupContent {
        width: 92.5%;
        border-radius: 10px;
        /* max-height: 692px; */
        max-height: 80vh;
        height: auto;
    }

    .glosaryWordPopup .glosaryWordPopupContent .glosaryPopup {
        padding: 17px 10px 10px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame {
        flex-direction: column;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap {
        position: relative;
        /* height: 93vw; */
        max-height: 245px;
        padding-right: 11px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain .contentWrap::-webkit-scrollbar,
    .glosaryWordPopup .glosaryWordPopupContent::-webkit-scrollbar {
        width: 3px;
    }

    .glosaryWordPopup .contentTitle {
        margin-bottom: 8px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto {
        width: 39.6%;
        float: right;
        margin-right: -4px;
        padding: 1px 0 0 16px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto .slick-dots {
        bottom: -15px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto .slick-dots li {
        height: 10px;
        width: 10px;
        margin: 0 3px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto .slick-dots li button:before,
    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .contentPhoto .slick-dots li button {
        height: 10px;
        width: 10px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .iconScroll {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 99px;
        display: none;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .popupMain {
        width: 100%;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .wrapContact {
        width: 100%;
        margin-bottom: 20px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .clause {
        width: 100%;
    }

    .glosaryWordPopup .glosaryWordPopupContent .close {
        font-size: 14px;
        padding: 7px 0;
        border-radius: 0 0 10px 10px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame:last-child {
        margin-top: 20px;
    }
}

@media(max-width:430px) {

    .glossary-wrap .glossary-content .glossaryBox .listGlossary li,
    .glossary-search-box .frequentlyBox .listFrequently li {
        margin-right: 0;
        width: 50%;
    }

    .glossary-wrap .glossary-content .glossaryBox .listGlossary li a,
    .glossary-search-box .frequentlyBox .listFrequently li a {
        padding-right: 15px;
    }

    /* glossary detail */
    .wrapContact {
        padding: 8px 2.2vw 13px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame .wrapContact {
        margin-bottom: 10px;
    }

    .wrapContact .contactBox {
        margin-bottom: 0;
        padding: 4px 0 0px;
    }

    .wrapContact .contactBox .contactTitle {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
    }

    .wrapContact .contactBox .contactTitle br {
        display: block;
    }

    .wrapContact .contactBox .btnWrap {
        justify-content: space-between;
        border: 4px solid #28B4DC;
        background: #fff;
        padding: 6px 1.4vw 9px;
    }

    .wrapContact .contactBox .btnWrap .contactBtn {
        width: 47.6%;
        margin: 0;
    }

    .wrapContact .contactBox .btnWrap .contactBtn a {
        font-size: 2.32vw;
        padding: 5px 14px 4px 0;
        background-size: 8px;
        background-position: right 11px top 58%;
    }

    .wrapContact .contactPhoto {
        bottom: auto;
        top: -3.7vw;
        left: 3.5vw;
        width: 16vw;
    }

    .glossary-wrap .glossarybanner .articles-btn12 a {
        width: 85.3%;
    }

    .glossary-wrap .glossarybanner .articles-btn12 a:first-child {
        margin-bottom: 15px;
    }

    /* POPUP */
    .glosaryWordPopup .wrapContact .contactBox .btnWrap .contactBtn {
        width: 49.5%;
    }

    .glosaryWordPopup .wrapContact .contactBox {
        padding: 8px 10px 10px;
    }


    .glosaryWordPopup .wrapContact {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .glosaryWordPopup .clause .listClause li {
        margin-right: 10px;
    }

    .glosaryWordPopup .glosaryWordPopupContent .popupFrame:last-child {
        margin-top: 0;
    }

}

@media(max-width:375px) {
    .wrapContact .contactBox .contactTitle {
        padding-left: 40px;
    }
}