@charset "UTF-8";

body {
    text-rendering: geometricPrecision;
    letter-spacing: -1px;
}

.container {
    max-width: 956px;
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.page .modal {
    /*overflow-y: hidden;*/
}

.page .modal-backdrop {
    background: #000;
}

.page .modal-backdrop.show {
    opacity: 0.7;
}

.modal-content {
    border: 0;
}

.modal-dialog {
    margin-top: 100px;
    margin-bottom: 150px;
    max-width: 790px;
}

.admin-bar .modal-dialog {
    margin-top: 130px;
}

.modal-dialog .close-popup {
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(../images/icon_close.png) no-repeat center;
    right: 0;
    top: -80px;
    float: none;
    display: block;
}

br.mobile {
    display: none;
}

.show-mobile {
    display: none;
}

header.lay-hd {
    width: 100%;
    height: 245px;
    background: url(../images/bg_top.png) no-repeat center;
    z-index: 10;
    margin-bottom: 87px;
}

header.lay-hd button {
    display: none;
}

header.lay-hd .inner {
    position: relative;
    width: 956px;
    margin: 0 auto;
}

header.lay-hd > .inner {
    height: 245px;
}

header.lay-hd h1 {
    padding: 0;
    margin: 0;
    margin-left: 76px;
    padding-top: 72px;
}

header.lay-hd h1 a {
    position: relative;
    z-index: 100;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 274px;
    height: 260px;
    background: url("../images/logo.png") no-repeat 0 0;
}

header.lay-hd nav {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
}

header.lay-hd nav > ul > li {
    position: relative;
    float: left;
    height: 44px;
}

header.lay-hd nav > ul > li a {
    display: inline-block;
    color: #6718fd;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
}

header.lay-hd nav > ul > li a:hover {
    text-decoration: none;
    color: #05c0c8;
}

header.lay-hd nav > ul > li.selected a {
    color: #05c0c8;
}

header.lay-hd nav > ul > li ul {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    width: 110px;
    background: #f7ed35;
}

header.lay-hd nav > ul > li ul li {
    text-align: center;
    letter-spacing: -1;
}

header.lay-hd nav > ul > li ul li a {
    height: 52px;
    line-height: 52px;
}

header.lay-hd nav > ul > li ul li a:hover {
    background: #ddd64c;
}

header.lay-hd nav > ul > li:hover ul {
    display: block;
}

header.lay-hd button span {
    display: none;
}

header .menus {
    height: 60px;
    background: #48e0ff;
}
header .menus ul {
    text-align: right;
    padding-right: 24px;
}
header .menus ul li {
    display: inline-block;
}
header .menus ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 60px;
    font-weight: 900;
    color: #155ec1;
    opacity: 0.3;
}
header .menus ul li a:hover {
    text-decoration: none;
    opacity: 1;
}
header .menus ul li.active a {
    opacity: 1;
}
header .menus ul li + li {
    margin-left: 36px;
}

.mobile-header {
    display: none;
}
.mobile-header {
    background: #68e5fe;
    margin-top: -40px;
    padding-top: 2px;
}

.mobile-header ul {
    text-align: center;
    background: #fff;
    margin-top: 58px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: 3px solid #0c61cb;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
}
.mobile-header ul li {
    display: block;
}
.mobile-header ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 900;
    color: #155ec1;
    opacity: 1;
}

.mobile-header.selected {
    display: block;
}

@media (min-width: 895px) {
    header.lay-hd button {
        display: none;
    }
}

footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ececec;
    font-size: 14px;
    color: #9b9b9b;
    text-align: left;
    letter-spacing: 0px;
}

footer .footer {
    position: relative;
}

footer .logos {
    position: absolute;
    right: 0;
    top: -4px;
}

footer .logos a {
    display: inline-block;
    width: 146px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    text-indent: -1000px;
    overflow: hidden;
}
footer .logos a + a {
    margin-left: 16px;
}
footer .logos a.daumfn {
    background-image: url(../images/footer_logo_daumfn.png);
}
footer .logos a.osf {
    background-image: url(../images/footer_logo_osf.png);
}

body.page-template {
    font-weight: 500;
}

.container ul.list {
}
.container ul.list li {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    color: #020c72;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.container ul.list li:last-child {
    margin-bottom: 0;
}

/* GROUP INFO */
.group-detail {
}
.group-detail .group-header {
    position: relative;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 70px;
    background: #4b83cf;
}
.group-detail .group-header .tags {
    height: 12px;
    margin-bottom: 10px;
    text-align: center;
}
.group-detail .group-header .tags .tag {
    display: inline-block;
    font-size: 12px;
    color: #00d8ff;
    padding: 0;
}
.group-detail .group-header .tags .tag + .tag {
    margin-left: 5px;
}
.group-detail .group-header h3 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    line-height: 45px;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    word-break: keep-all;
}
.group-detail .group-header h4 {
    font-size: 15px;
    font-weight: bold;
    color: #d7e8fc;
}
.group-detail .group-header .logo {
    position: absolute;
    width: 146px;
    height: 146px;
    left: 80px;
    bottom: -73px;
}
.group-detail .group-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.group-detail .group-info {
    letter-spacing: -0.1px;
    padding-top: 106px;
    padding-bottom: 86px;
    padding-left: 80px;
    padding-right: 80px;
}
.group-detail .group-info .comment {
    font-size: 16px;
    color: #155ec1;
    line-height: 25px;
    font-weight: bold;
    padding: 20px 25px;
    border-top: 1px dashed #155ec1;
    border-bottom: 1px dashed #155ec1;
    margin-bottom: 50px;
}

.group-detail .group-info .image {
    margin-bottom: 70px;
}
.group-detail .group-info .image img {
    width: 100%;
    height: auto;
}
.group-detail .group-info .about {
    margin-bottom: 70px;
}
.group-detail .group-info .about:last-child {
    margin-bottom: 0;
}
.group-detail .group-info .about h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 900;
}
.group-detail .group-info .about p {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-weight: normal;
    margin-right: -10px;
}
.group-detail .group-info .about p p + p {
    margin-top: 20px;
}

.group-detail .group-performance {
    margin-top: 30px;
    background-color: #edf2fd;
}
.group-detail .group-performance h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #155ec1;
    display: block;
    padding: 11px 15px;
}

.group-detail .group-performance ul {
    list-style: none;
    padding: 22px 32px;
}
.group-detail .group-performance ul li {
    display: block;
}
.group-detail .group-performance ul li a {
    display: inline-block;
    font-size: 18px;
    color: #155ec1;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
}
.group-detail .group-performance ul li a:before {
    content: "▶";
    display: inline-block;
    position: absolute;
    left: 0;
}

.group-detail .group-footer {
    position: relative;
    background: #e5e5e5;
    padding-top: 42px;
    padding-bottom: 44px;
    padding-left: 244px;
    min-height: 220px;
}
.group-detail .group-footer .logo {
    position: absolute;
    left: 80px;
    top: 36px;
    width: 146px;
    height: 146px;
}
.group-detail .group-footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.group-detail .group-footer .info {
}
.group-detail .group-footer .info dl {
    position: relative;
    margin-bottom: 8px;
}
.group-detail .group-footer .info dl dt {
    position: absolute;
    left: 0;
    width: 82px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
.group-detail .group-footer .info dl dd {
    margin-left: 82px;
    font-size: 15px;
    font-weight: normal;
    color: #727272;
}
.group-detail .group-footer .info dl dd a {
    color: #727272;
}
.group-detail .group-footer .info dl dd a + a {
    margin-left: 5px;
}

.group-detail .group-footer .info .icons {
    font-size: 0;
    line-height: 0;
    margin-top: 19px;
}
.group-detail .group-footer .info .icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000px;
    transition: 0.3s;
}
.group-detail .group-footer .info .icons a:hover {
    opacity: 0.8;
}
.group-detail .group-footer .info .icons a:last-child {
    margin-right: 0;
}
.group-detail .group-footer .info dl dd .icons a + a {
    margin-left: 0;
}

.group-detail .group-footer .info .icons a.facebook {
    background-image: url(../images/icon_facebook.png);
}
.group-detail .group-footer .info .icons a.twitter {
    background-image: url(../images/icon_twitter.png);
}
.group-detail .group-footer .info .icons a.instagram {
    background-image: url(../images/icon_instagram.png);
}
.group-detail .group-footer .info .icons a.youtube {
    background-image: url(../images/icon_youtube.png);
}
.group-detail .group-footer .info .icons a.email {
    background-image: url(../images/icon_email.png);
}
.group-detail .group-footer .info .icons a.newsletter {
    background-image: url(../images/icon_newsletter.png);
}
.group-detail .group-footer .info .icons a.naver-blog {
    background-image: url(../images/icon_naver_blog.png);
}
.group-detail .group-footer .info .icons a.tistory {
    background-image: url(../images/icon_tistory.png);
}
.group-detail .group-footer .info .icons a.telegram {
    background-image: url(../images/icon_telegram.png);
}
.group-detail .group-footer .info .icons a.message {
    background-image: url(../images/icon_message.png);
}

.group-detail .group-footer .info dl.in {
    min-height: 42px;
    display: flex;
}
.group-detail .group-footer .info dl.in dt {
    width: auto;
    margin-right: 18px;
    position: relative;
}
.group-detail .group-footer .info dl.in dd {
    flex: 1;
    margin-left: 0;
}
.group-detail .group-footer .info dl.in .icons {
    margin-top: 10px;
}

.template-group-article .group-detail {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

h3.title {
    font-size: 24px;
    font-weight: normal;
    color: #020c72;
    padding-top: 55px;
    margin-bottom: 45px;
    text-align: center;
}
h3.title strong {
    font-weight: bold;
}

body.page-id-297 h3.title {
    color: #155ec1;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;

    padding-top: 36px;
    margin-bottom: 36px;
}

.tags {
    text-align: center;
    margin-bottom: 40px;
}
.tags a {
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    color: #155ec1;
    font-weight: bold;
    padding: 12px 23px;
    border: 1px solid #5f82df;
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 14px;
}
.tags a:hover {
    text-decoration: none;
}
.tags a.active {
    border-color: #00d8ff;
    background-color: #00d8ff;
}

.bg-gradation {
    background: url(../images/bg_blue_gradation.png) repeat-x;
    margin-top: -27px;
    padding-top: 42px;
}

.group-list {
}
.group-list .header-title {
    font-size: 28px;
    color: #105fcb;
    font-weight: 200;
    margin-bottom: 14px;
}

.group-list .hidden {
    display: none;
}
.group-list .group {
    margin-bottom: 20px;
    transition: 0.3s ㄱ;
}
.group-list .group .cover {
    position: relative;
    width: 100%;
    height: 183px;
    border: 1px solid #105fcb;
    overflow: hidden;
}
.group-list .group .cover a {
    display: inline-block;
}
.group-list .group .cover a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(21, 94, 193, 0.83);
    opacity: 0;
    transition: 0.1s;
}
.group-list .group .cover img {
    display: inline-block;
    width: 100%;
    height: 181px;
    object-fit: cover;
    object-position: center;
}
.group-list .group .cover a:hover:after {
    opacity: 1;
}

.group-list .group .info {
    padding-top: 16px;
    height: 98px;
}
.group-list .group .info .post-tags {
}
.group-list .group .info .post-tags .tag {
    font-size: 12px;
    color: #16aef2;
}
.group-list .group .info .post-tags .tag + .tag {
    margin-left: 8px;
}
.group-list .group .info h3 {
    text-align: left;
    font-size: 24px;
}
.group-list .group .info h3 a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #020c72;
    font-weight: bold;
}

/* HOME 2020 */
.home-2020-1 {
    background: url(../images/bg_blue_gradation.png) repeat-x;
    height: 370px;
    margin-top: -27px;
}
.home-2020-1 h3 {
    padding-top: 97px;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    color: #020c72;
    margin-bottom: 42px;
    font-weight: normal;
}
.home-2020-1 h3 strong {
    font-weight: 700;
}
.home-2020-1 p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 200;
    color: #020c72;
    text-align: center;
}

.home-2020-3 {
    margin-top: 70px;
    border-top: 1px dashed #bbceff;
    padding-top: 128px;
    padding-bottom: 128px;
}
.home-2020-3 dl {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    border-top: 1px dashed #155ec1;
    border-bottom: 1px dashed #155ec1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-2020-3 dl dt {
    position: absolute;
    left: 0;
    width: 202px;
    text-align: left;
    padding-left: 62px;
    font-size: 18px;
    font-weight: bold;
    color: #155ec1;
    line-height: 32px;
}
.home-2020-3 dl dd {
    margin-left: 260px;
    font-size: 18px;
    color: #1b1464;
    line-height: 32px;
    font-weight: normal;
    min-height: 64px;
}

/* HOME 2021 */
.home-2021-1 {
    background: url(../images/bg_blue_gradation.png) repeat-x;
    height: 370px;
    margin-top: -27px;
}
.home-2021-1 h3 {
    padding-top: 97px;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    color: #020c72;
    margin-bottom: 42px;
    font-weight: normal;
}
.home-2021-1 h3 strong {
    font-weight: 700;
}
.home-2021-1 h3 + h3 {
    padding-top: 0;
}

.home-2021-1 p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 200;
    color: #020c72;
    text-align: center;
}

.home-2021-2 {
    margin-top: 100px;
    margin-bottom: 106px;
}

.home-2021-2 .support {
    padding-left: 324px;
    min-height: 197px;
    display: flex;
    align-items: center;
}

.home-2021-2 .support h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 18px;
    color: #155ec1;
}
.home-2021-2 .support p {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.home-2021-2 .support + .support {
    margin-top: 40px;
}

.home-2021-2 .support-1 {
    background: url(../images/2021/support_01.png) no-repeat 60px top;
}
.home-2021-2 .support-2 {
    background: url(../images/2021/support_02.png) no-repeat 60px top;
}
.home-2021-2 .support-3 {
    background: url(../images/2021/support_03.png) no-repeat 60px top;
}

.home-2021-3 {
}
.home-2021-3 h3 {
    min-height: 40px;
    color: #105fcb;
    position: relative;
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}
.home-2021-3 h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #155ec1;
}
.home-2021-3 h3 span {
    display: none;
    position: relative;
    padding-left: 52px;
    padding-right: 52px;
    background: #fff;
}
.home-2021-3 h3 span:before {
    content: "";
    background: url(../images/2021/icon_infographic@2x.png) no-repeat center / contain;
    width: 46px;
    height: 41px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.home-2021-3 h3 strong {
    font-weight: bold;
}
.home-2021-3 img {
    max-width: 100%;
    height: auto;
}

.home-2021-4 {
    margin-top: 100px;
    background-color: #155ec1;
    padding-top: 52px;
    padding-bottom: 62px;
}
.home-2021-4 h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    margin-bottom: 38px;
}

.home-2021-4 .video-wrap {
    margin-bottom: 34px;
}

.home-2021-4 .video-wrap .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.home-2021-4 .video-wrap .embed-container iframe,
.home-2021-4 .video-wrap .embed-container object,
.home-2021-4 .video-wrap .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-2021-4 .button-wrap {
    text-align: center;
}

.home-2021-4 .button-wrap .button {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #155ec1;
    background: #00d8ff;
    padding: 18px 62px;
    display: inline-block;
    font-weight: bold;
    border-radius: 30px;
}
.home-2021-4 .button-wrap .button:hover {
    text-decoration: none;
}

.home-2021-5 {
    margin-top: 83px;
    margin-bottom: 96px;
}
.home-2021-5 dl {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    border-top: 1px dashed #155ec1;
    border-bottom: 1px dashed #155ec1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-2021-5 dl dt {
    position: absolute;
    left: 0;
    width: 202px;
    text-align: left;
    padding-left: 62px;
    font-size: 18px;
    font-weight: bold;
    color: #155ec1;
    line-height: 32px;
}
.home-2021-5 dl dd {
    margin-left: 260px;
    font-size: 18px;
    color: #1b1464;
    line-height: 32px;
    font-weight: normal;
    min-height: 64px;
}

/* Research 2021 */
.research-2021-1 {
    background: url(../images/bg_blue_gradation.png) repeat-x;
    height: 370px;
    margin-top: -27px;
}
.research-2021-1 h3 {
    padding-top: 97px;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    color: #020c72;
    margin-bottom: 42px;
    font-weight: normal;
}
.research-2021-1 h3 strong {
    font-weight: 700;
}

.research-2021-1 h4 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #020c72;
    margin-bottom: 42px;
    font-weight: normal;
}
.research-2021-1 h4:first-child {
    padding-top: 97px;
}

.research-2021-2 {
    margin-top: 72px;
    background: #155ec1;
    padding-top: 30px;
    padding-bottom: 110px;
}
.research-2021-2 h3 {
    padding-left: 16px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.research-2021-2 h3 strong {
    font-weight: bold;
}
.research-2021-2 h3:before {
    content: "";
    width: 83px;
    height: 60px;
    background: url(../images/2021/icon_pdf@2x.png) no-repeat center / contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.research-2021-2 .pdf-wrap {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    margin-top: 14px;
    margin-bottom: 54px;
}
.research-2021-2 .pdf-wrap #adobe-dc-view {
    width: 100%;
    height: 1200px;
}

.research-2021-2 .button-wrap {
    text-align: center;
}
.research-2021-2 .button-wrap .button {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #155ec1;
    background: #00d8ff;
    padding: 18px 62px;
    display: inline-block;
    font-weight: bold;
    border-radius: 30px;
}

.research-2021-2 .button-wrap .button:hover {
    text-decoration: none;
}

/* HOME 2022 */

.home-2022 h3.main-title {
    font-size: 22px;
    color: #020c72;
    height: auto;
    margin-bottom: 65px;
    text-align: center;
}

.home-2022-1 {
    background: url(../images/bg_blue_gradation.png) repeat-x;
    margin-top: -27px;
    margin-bottom: 170px;
}
.home-2022-1 h3 {
    padding-top: 97px;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: #020c72;
    margin-bottom: 42px;
    font-weight: normal;
}
.home-2022-1 h3 strong {
    font-weight: 700;
}
.home-2022-1 h3 + h3 {
    padding-top: 0;
}

.home-2022-1 p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 200;
    color: #020c72;
    text-align: center;
}

.home-2022-1 .buttons {
    margin-top: 120px;
}

.home-2022-1 .buttons .button {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #020c72;
    width: 216px;
    height: 53px;
    line-height: 51px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 31px;
    text-decoration: none;
    transition: 0.3s;
}

.home-2022-1 .buttons .button:hover {
    color: #020c72;
    background: #6ae6ff;
}

.home-2022-2 {
    margin-top: 100px;
    margin-bottom: 106px;
}

.home-2022-2 .supports {
    display: flex;
}

.home-2022-2 .support {
    flex: 1;
    text-align: center;
}

.home-2022-2 .support .info {
    padding-top: 232px;
    max-width: 220px;
    margin: 0 auto;
}
.home-2022-2 .support h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 22px;
    color: #155ec1;
}
.home-2022-2 .support p {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    letter-spacing: -1px;
}

.home-2022-2 .support-1 {
    background: url(../images/2022/img_home_1_1.svg) no-repeat center top;
}
.home-2022-2 .support-2 {
    background: url(../images/2022/img_home_1_2.svg) no-repeat center top;
}
.home-2022-2 .support-3 {
    background: url(../images/2022/img_home_1_3.svg) no-repeat center top;
}

.home-2022-3 {
    margin-top: 100px;
    background-color: #f0f5fb;
    padding-top: 106px;
    padding-bottom: 116px;
}

.home-2022-3 .video-wrap .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.home-2022-3 .video-wrap .embed-container iframe,
.home-2022-3 .video-wrap .embed-container object,
.home-2022-3 .video-wrap .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-2022-4 {
    margin-top: 217px;
    margin-bottom: 152px;
}

.home-2022-4 .talks {
    padding-bottom: 80px;
}
.home-2022-4 .talks .talk > div {
    margin: 0 auto;
    width: 656px;
    height: 355px;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #020c72;
    background: url(../images/2022/bg_talk.svg) no-repeat center;
    position: relative;
}

.home-2022-4 .talks .talk p {
    position: absolute;
    bottom: 50px;
    top: 63px;
    left: 84px;
    right: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-2022-4 .talks .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.home-2022-4 .talks .slick-dots > li {
    display: inline-block;
}
.home-2022-4 .talks .slick-dots > li + li {
    margin-left: 25px;
}
.home-2022-4 .talks .slick-dots > li button {
    outline: none;
    border: 0;
    background: #155ec1;
    opacity: 0.29;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    text-indent: -1000px;
    overflow: hidden;
}
.home-2022-4 .talks .slick-dots > li.slick-active button {
    opacity: 1;
}

.home-2022-5 {
    margin-bottom: 172px;
}
.home-2022-5 h3.main-title {
    margin-bottom: 72px;
}
.home-2022-5 dl {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    border-top: 1px dashed #155ec1;
    border-bottom: 1px dashed #155ec1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-2022-5 dl dt {
    position: absolute;
    left: 0;
    width: 202px;
    text-align: left;
    padding-left: 62px;
    font-size: 17px;
    font-weight: bold;
    color: #155ec1;
    line-height: 32px;
}
.home-2022-5 dl dd {
    margin-left: 260px;
    font-size: 18px;
    color: #1b1464;
    line-height: 32px;
    font-weight: normal;
    min-height: 64px;
}

/* Home 2025 */

.home-2025 h3.main-title {
    font-size: 22px;
    color: #020c72;
    height: auto;
    margin-bottom: 65px;
    text-align: center;
}

.home-2025-1 {
    background: url(../images/bg_blue_gradation.png) repeat-x;
    margin-top: -27px;
    margin-bottom: 90px;
}
.home-2025-1 p {
    padding-top: 97px;
    max-width: 800px;
    word-break: keep-all;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: #020c72;
    margin-bottom: 42px;
    font-weight: normal;
}
.home-2025-1 p strong {
    font-weight: 700;
}
.home-2025-1 p + p {
    padding-top: 0;
}

.home-2025-content {
}
.home-2025-content h3 {
    color: #020c72;
    font-size: 33px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 48px;
    text-align: center;
}

.home-2025-2 {
    background: rgba(191, 191, 191, 0.06);

    padding-top: 50px;
    padding-bottom: 77px;
}

.home-2025-2 dl {
    max-width: 1064px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 154px 1fr;
    gap: 22px 0;

    font-size: 22px;
    line-height: 35px;
    letter-spacing: -1px;
}

.home-2025-2 dl dt {
    color: #020c72;
    font-weight: normal;
}
.home-2025-2 dl dd {
    font-weight: normal;
}
.home-2025-2 dl dd strong {
    display: inline-block;
    padding: 2px 4px;
    background: #dae2fa;
    font-weight: bold;
}
.home-2025-2 dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.home-2025-2 dl dd ul li {
    padding-left: 22px;
    position: relative;
}
.home-2025-2 dl dd ul li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 19px;
    width: 3px;
    height: 3px;
    background: #020c72;
    border-radius: 100%;
}
.home-2025-2 dl dd p + ul {
    margin-top: 22px;
}

.home-2025-3 {
    padding-top: 69px;
    padding-bottom: 60px;
}

.home-2025-3 h3 {
    margin-bottom: 30px;
}

.home-2025-3 table {
    max-width: 1158px;
    margin: 0 auto;
    border-top: 1.5px solid #c6c6c6;
}

.home-2025-3 table thead th,
.home-2025-3 table tbody td {
    padding: 18px 0;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -1px;
    font-weight: normal;
    border-bottom: 0.5px solid #c6c6c6;
}

.home-2025-3 table thead th {
    font-weight: bold;
    color: #020c72;
}

.home-2025-3 table tbody td.note {
    border-bottom: 0;
    font-size: 16px;
    color: #7b7b7b;
}

.home-2025-3 table thead th:first-child,
.home-2025-3 table tbody td:first-child {
    padding-left: 48px;
}

.home-2025-3 table thead th:last-child,
.home-2025-3 table tbody td:last-child {
    padding-right: 48px;
}

.home-2025-4 {
    padding-bottom: 94px;
}

.home-2025-4 .title {
    margin-bottom: 60px;
}

.home-2025-4 .contact-info {
    display: flex;
    justify-content: space-between;

    width: 1064px;
    margin: 0 auto;

    font-size: 22px;
    line-height: 35px;
    letter-spacing: -1px;
    font-weight: normal;
    color: #343434;
}

.home-2025-4 .contact-info .title {
    color: #020c72;
}

.home-2025-4 .contact-info .phone:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -3px;
    width: 21px;
    height: 21px;
    background: url(../images/2025/icon-phone.svg) no-repeat center / contain;
}

.home-2025-4 .contact-info .email:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 15px;
    width: 21px;
    height: 21px;
    background: url(../images/2025/icon-email.svg) no-repeat center / contain;
}

.home-2025-4 .contact-form {
    margin-top: 94px;
}

.home-2025-4 .contact-form .button {
    max-width: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    border-radius: 20px;

    font-size: 27px;
    letter-spacing: -1px;
    font-weight: bold;

    color: #fff;
    background: #155ec1;

    margin: 0 auto;
    text-decoration: none;
}

/* NEWS */
.categories {
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
    font-size: 0;
    text-align: center;
}

.categories .category {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding-top: 18px;
    padding-bottom: 21px;
    padding-left: 40px;
    padding-right: 40px;
}

.categories .category:hover {
    text-decoration: none;
    background: #f8f8f8;
}

.categories .category.selected {
    position: relative;
    color: #00bfc7;
}

.categories .category.selected:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #00bfc7;
}

/* SEARCH */

form.search-form {
    margin-bottom: 18px;
}

form.search-form .form-control {
    font-size: 14px;
    border-color: #dddddd;
    border-right: 0;
}

form.search-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

form.search-form .btn {
    font-size: 14px;
    border-color: #dddddd;
    padding-left: 14px;
    padding-right: 14px;
    color: #55595c;
    text-indent: -1000px;
    overflow: hidden;
    border-left: 0;
    background: url(../images/icon_search.png) no-repeat center #fff;
}

/* TEMPLATE */

.template-blog {
    padding-top: 56px;
    padding-bottom: 64px;
}

.template-blog .header-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #0a0a0a;
}

.template-blog .recommend-tags {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-top: 8px;
}

.template-blog .recommend-tags .title {
    display: inline-block;
    color: #6718fd;
    margin-right: 23px;
}

.template-blog .recommend-tags a {
    display: inline-block;
    color: #00bfc7;
}

.template-blog .recommend-tags a + a {
    margin-left: 2px;
}

.template-blog .news-list {
    margin-bottom: 0;
}
.template-blog .news-list li .news-item {
    border: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

.template-blog .post {
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.template-blog .post .image {
    position: relative;
    background: url(../images/img_empty_post_thumbnail.png) no-repeat center;
    background-size: cover;
    height: 100%;
    min-height: 204px;
    margin-right: -8px;
}

.template-blog .post .image a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.template-blog .post .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
}

.template-blog .post .info {
    padding: 27px 30px;
    padding-bottom: 21px;
    min-height: 212px;
    position: relative;
}

.template-blog .post .info .extra {
    position: absolute;
    bottom: 20px;
}

.template-blog .post .info h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    margin-bottom: 13px;
    color: #000;
    max-height: 58px;
    overflow: hidden;
}

.template-blog .post .info h3 a {
    color: #000;
}

.template-blog .post .info p {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    height: 62px;
    margin-bottom: 14px;
    font-weight: 400;
    overflow: hidden;
}

.template-blog .post .info .date {
    color: #afafaf;
    font-size: 12px;
    font-weight: 400;
}

.template-blog .post .info .post-categories {
    margin-bottom: 10px;
}

.template-blog .post .info .post-categories a {
    font-size: 14px;
    line-height: 14px;
    color: #f52424;
    font-weight: bold;
}

.template-group-article {
    padding-top: 90px;
    padding-bottom: 74px;
    margin-top: -27px;
    background: url(../images/bg_blue_gradation.png) repeat-x;
}

.template-blog-article {
    padding-top: 56px;
    padding-bottom: 74px;
    max-width: 712px;
    margin: 0 auto;
}

.template-blog-article .header {
    padding-bottom: 14px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.template-blog-article .header .post-categories {
    margin-bottom: 10px;
}

.template-blog-article .header .post-categories a {
    color: #f52424;
    font-size: 16px;
    line-height: 16px;
}

.template-blog-article .header h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
    line-height: 30px;
    color: #000;
}

.template-blog-article .header .date {
    font-size: 14px;
    font-weight: bold;
    color: #afafaf;
}

.template-blog-article .content {
    padding-bottom: 70px;
    margin-bottom: 58px;
    border-bottom: 1px solid #dedede;
}

.template-blog-article .content pre {
    white-space: break-spaces;
}

.template-blog-article .content,
.template-blog-article .content p,
.template-blog-article .content pre {
    color: #0a0a0a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
}

.template-blog-article .content p,
.template-blog-article .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.template-blog-article .content img.aligncenter {
    margin: 0 auto;
    display: block;
}

.template-blog-article .content img.alignright {
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.template-blog-article .content :last-child {
    margin-bottom: 0;
}

.template-blog-article .content .tags {
    margin-top: 50px;
    margin-bottom: -50px;
}

.template-blog-article .content .tags a {
    display: inline-block;
    font-size: 14px;
    color: #00bfc7;
}

.template-blog-article .content .tags a + a {
    margin-left: 2px;
}

.template-blog-article .buttons {
    padding-top: 57px;
    text-align: center;
}

.template-blog-article .buttons a {
    display: inline-block;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 50px;
    width: 198px;
    text-align: center;
    color: #fff;
}

.template-blog-article .buttons a.btn-list {
    margin-right: 45px;
    background: #00bfc7;
}

.template-blog-article .buttons a.btn-list:hover {
    background-color: #24dae2;
}

.template-blog-article .buttons a.btn-goto {
    background: #6718fd;
}

.template-blog-article .buttons a.btn-goto:hover {
    background-color: #8a37fc;
}

.pagination {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    padding-top: 20px;
}

.pagination .nav-links {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination .page-numbers {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #373a3c;
    border-right: 1px solid #ddd;
}

.pagination .page-numbers:hover {
    background: #f8f8f8;
    text-decoration: none;
}

.pagination .page-numbers:first-child {
}

.pagination .page-numbers:last-child {
    border-right: 0;
}

.pagination .current {
    font-weight: bold;
    color: #105fcb;
}
.pagination .current:hover {
    background: transparent;
}

.search-empty-wrap {
    background: url(../images/bg_404.png) no-repeat center;
    width: 430px;
    height: 313px;
    margin: 0 auto;
}

.btn-search-reset {
    display: block;
    width: 250px;
    height: 65px;
    color: #fff;
    border-radius: 50px;
    background: #105fcb;
    line-height: 52px;
    margin: 0 auto;
    margin-top: 70px;
    font-weight: bold;
}

.btn-search-reset:hover {
    color: #fff;
    background-color: #094daa;
}

@media (max-width: 768px) {
    br.desktop {
        display: none;
    }

    footer .inner {
        width: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .modal-dialog .close-popup {
        background-image: url(../images/icon_close@2x.png);
        background-size: contain;
    }

    header.lay-hd {
        background-image: url(../images/bg_top@2x.png);
        background-size: 1981px 246px;
    }
    header.lay-hd h1 a {
        background-image: url(../images/logo@2x.png);
        background-size: 274px 260px;
    }

    footer .logos a.daumfn {
        background-image: url(../images/footer_logo_daumfn@2x.png);
        background-size: contain;
    }
    footer .logos a.osf {
        background-image: url(../images/footer_logo_osf@2x.png);
        background-size: contain;
    }

    /* HOME */
    .home-1 .quote {
        background-image: url(../images/img_quote@2x.png);
        background-size: 100px 93px;
    }
    .home-2.bg h3 {
        background-image: url(../images/icon_final@2x.png);
        background-size: 52px 52px;
    }

    .group-detail .group-footer .info .icons a.facebook {
        background-image: url(../images/icon_facebook@2x.png);
    }
    .group-detail .group-footer .info .icons a.twitter {
        background-image: url(../images/icon_twitter@2x.png);
    }
    .group-detail .group-footer .info .icons a.instagram {
        background-image: url(../images/icon_instagram@2x.png);
    }
    .group-detail .group-footer .info .icons a.youtube {
        background-image: url(../images/icon_youtube@2x.png);
    }
    .group-detail .group-footer .info .icons a.newsletter {
        background-image: url(../images/icon_newsletter@2x.png);
    }
    .group-detail .group-footer .info .icons a.email {
        background-image: url(../images/icon_email@2x.png);
    }
    .group-detail .group-footer .info .icons a.naver-blog {
        background-image: url(../images/icon_naver_blog@2x.png);
    }
    .group-detail .group-footer .info .icons a.tistory {
        background-image: url(../images/icon_tistory@2x.png);
    }
    .group-detail .group-footer .info .icons a.telegram {
        background-image: url(../images/icon_telegram@2x.png);
    }
    .group-detail .group-footer .info .icons a.message {
        background-image: url(../images/icon_message@2x.png);
    }

    .group-list .group .cover a:after {
        background-image: url(../images/icon_plus@2x.png);
        background-size: 60px 60px;
    }

    .home-2020-1 {
        background-image: url(../images/bg_blue_gradation@2x.png);
        background-size: 1407px 371px;
    }

    form.search-form .btn {
        background-image: url(../images/icon_search@2x.png);
        background-size: 24px 24px;
    }

    .template-blog .post .image {
        background-image: url(../images/img_empty_post_thumbnail@2x.png);
    }

    .template-group-article {
        background-image: url(../images/bg_blue_gradation@2x.png);
        background-size: 1407px 371px;
    }

    .search-empty-wrap {
        background-image: url(../images/bg_404@2x.png);
        background-size: contain;
    }
}

@media (min-width: 769px) {
}

@media (max-width: 980px) {
    header.lay-hd .inner {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    br.mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .container h4 {
        margin-bottom: 20px;
    }

    html #wpadminbar {
        position: fixed;
    }
    header.lay-hd {
        width: 100%;
        height: 86px;
        z-index: 1000;
        margin-bottom: 40px;
        border-bottom: 4px solid #0e60cb;
    }
    header.lay-hd > .inner {
        width: 100%;
        height: 86px;
        margin-left: 0;
        margin-right: 0;
    }
    header.lay-hd h1 {
        position: absolute;
        padding: 0;
        height: auto;
        left: 10px;
        top: auto;
        margin-left: 0;
        bottom: -66px;
    }
    header.lay-hd h1 a {
        margin-top: 0;
        width: 130px;
        height: 130px;
        background-size: contain;
    }
    header.lay-hd nav {
        display: none;
        position: absolute;
        z-index: 2;
        top: 60px;
        width: 100%;
        background: #05c0c8;
    }
    header.lay-hd nav ul {
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    header.lay-hd nav ul li {
        float: none;
        width: 100%;
        height: auto;
    }
    header.lay-hd nav ul li ul {
        position: static;
        width: 100%;
        background: #ddd64c;
    }
    header.lay-hd nav > ul > li a {
        width: 100%;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header.lay-hd nav > ul > li a:hover {
        color: #fff;
    }
    header.lay-hd nav > ul > li.selected a {
        background: #11e4ed;
        color: #fff;
    }
    header.lay-hd nav ul li ul li a {
        height: 42px;
    }
    header.lay-hd nav.selected {
        display: block;
    }
    header.lay-hd nav .m-none {
        display: none !important;
    }
    header .menus {
    }
    .home header .menus {
        background: #48e0ff;
    }
    header .menus ul {
    }
    header .menus ul li a {
    }
    header .menus ul li + li {
        margin-left: 20px;
    }
    footer {
        padding-top: 28px;
        padding-bottom: 20px;
        line-height: 18px;
    }
    footer strong {
        word-break: break-word;
    }
    footer .inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .footer {
        font-size: 13px;
        text-align: center;
    }
    footer .logos {
        position: inherit;
        margin-top: 20px;
        text-align: center;
        top: auto;
    }
}

@media (max-width: 767px) {
    .group-detail .group-info {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
        padding-bottom: 48px;
    }
    .group-detail .group-header {
        padding-bottom: 90px;
    }
    .group-detail .group-header .logo {
        left: 50%;
        margin-left: -73px;
    }
    .group-detail .group-header h3 {
        font-size: 23px;
    }
    .group-detail .group-info .about h3 {
        font-size: 18px;
    }
    .group-detail .group-info .about p {
        font-size: 16px;
    }
    .group-detail .group-info .about,
    .group-detail .group-info .image {
        margin-bottom: 40px;
    }
    .group-detail .group-footer {
        padding-left: 20px;
        min-height: 0;
    }
    .group-detail .group-footer .logo {
        display: none;
    }
    .modal.show .modal-dialog {
        margin-top: 100px;
    }
    .modal-dialog .close-popup {
        top: -44px;
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    /* HOME 2020 */
    .home-2020-1 {
        padding-top: 59px;
        margin-bottom: 0;
        height: 344px;
        background-size: cover;
        background-position: bottom;
        margin-top: -40px;
    }
    .home-2020-1 h3 {
        padding-top: 30px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .home-2020-1 p {
        font-size: 16px;
        line-height: 26px;
    }
    .home-2020-2 h3.title {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 35px;
        line-height: 30px;
    }
    .home-2020-2 .tags {
        margin-bottom: 30px;
    }
    .home-2020-2 .tags a {
        font-size: 12px;
        line-height: 9px;
        height: 33px;
        padding: 11px 14px;
        margin-bottom: 10px;
    }
    .home-2020-2 .group-list .header-title {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .home-2020-2 .group-list .group .info {
        height: auto;
        padding-top: 14px;
    }
    .home-2020-2 .group-list .group .info h3,
    .home-2020-2 .group-list .group .info h3 a {
        font-size: 18px;
        line-height: 24px;
    }
    .home-2020-3 {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        padding-bottom: 70px;
    }
    .home-2020-3 dl dt {
        position: inherit;
        width: auto;
        text-align: center;
        font-size: 15px;
        line-height: 23px;
        padding-left: 0;
    }
    .home-2020-3 dl dd {
        margin-left: 0;
        text-align: center;
        line-height: 23px;
        margin-top: 8px;
        font-size: 16px;
        min-height: 0;
    }

    /* HOME 2021 */
    .home-2021-1 {
        padding-top: 59px;
        margin-bottom: 0;
        height: 344px;
        background-size: cover;
        background-position: bottom;
        margin-top: -40px;
    }
    .home-2021-1 h3 {
        padding-top: 30px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .home-2021-1 p {
        font-size: 16px;
        line-height: 26px;
    }
    .home-2021-2 h3.title {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 35px;
        line-height: 30px;
    }

    .home-2021-2 {
        margin-top: 40px;
    }
    .home-2021-2 .support {
        padding-left: 20px;
        padding-top: 230px;
        padding-right: 20px;
        text-align: center;
        background-position: center top;
    }

    .home-2021-3 h3 {
        font-size: 26px;
        height: 40px;
    }
    .home-2021-3 h3 span {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-2021-5 {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .home-2021-5 dl {
        text-align: center;
    }
    .home-2021-5 dl dt {
        width: auto;
        position: inherit;
        left: auto;
        padding-left: 0;
        text-align: center;
    }
    .home-2021-5 dl dd {
        margin-left: 0;
        margin-top: 10px;
    }

    /* HOME 2022 */
    .home-2022 h3.main-title {
        font-size: 19px;
        margin-bottom: 40px;
    }

    .home-2022-1 {
        padding-top: 59px;
        margin-bottom: 0;
        background-size: cover;
        background-position: bottom;
        margin-top: -40px;
    }
    .home-2022-1 h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .home-2022-1 h3:first-child {
        padding-top: 0;
        margin-top: 60px;
    }

    .home-2022-1 .buttons {
        margin-top: 98px;
    }

    .home-2022-1 .buttons .button {
        height: 52px;
        width: 192px;
        font-size: 19px;
        line-height: 50px;
    }

    .home-2022-2 {
        margin-top: 82px;
        margin-bottom: 68px;
    }

    .home-2022-2 .supports {
        display: block;
    }
    .home-2022-2 .support {
        padding-left: 0px;
        padding-top: 154px;
        text-align: center;
        background-size: auto 128px;
        background-position: center top;
    }
    .home-2022-2 .support + .support {
        margin-top: 48px;
    }
    .home-2022-2 .support .info {
        padding-top: 0;
    }

    .home-2022-2 .support .info h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .home-2022-2 .support .info p {
        font-size: 16px;
        line-height: 26px;
    }

    .home-2022-3 {
        margin-top: 68px;
        padding-top: 64px;
        padding-bottom: 90px;
    }
    .home-2022-3 h3 {
        font-size: 26px;
        height: 40px;
    }
    .home-2022-3 h3 span {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-2022-4 {
        margin-top: 78px;
        margin-bottom: 107px;
    }
    .home-2022-4 .talks {
        padding-bottom: 54px;
    }
    .home-2022-4 .talks .talk > div {
        width: 90%;
        height: 340px;
        font-size: 16px;
        line-height: 24px;
        background-image: url(../images/2022/bg_talk_mobile.svg);
        background-size: contain;
        transform: translateX(-5px);
    }

    .home-2022-4 .talks .talk p {
        left: 36px;
        right: 36px;
        bottom: 56px;
    }

    .home-2022-5 {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .home-2022-5 dl {
        text-align: center;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .home-2022-5 dl dt {
        width: auto;
        position: inherit;
        left: auto;
        padding-left: 0;
        text-align: center;
    }
    .home-2022-5 dl dd {
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }

    /* Home 2025 */
    .home-2025-content h3 {
        font-size: 19px;
        line-height: 31px;
        margin-bottom: 28px;
    }

    .home-2025-1 p {
        font-size: 13px;
        line-height: 21px;
    }

    .home-2025-2 {
        padding-top: 40px;
    }

    .home-2025-2 dl {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0;
    }

    .home-2025-2 dl dt {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1;
    }
    .home-2025-2 dl dd {
        margin-bottom: 36px;
        font-size: 13px;
        line-height: 22px;
    }
    .home-2025-2 dl dd:last-child {
        margin-bottom: 0;
    }

    .home-2025-2 dl dd ul {
        display: inline-flex;
    }

    .home-2025-2 dl dd ul li {
        text-align: left;
        padding-left: 18px;
    }

    .home-2025-2 dl dd ul li:before {
        top: 12px;
    }

    .home-2025-2 dl dd p + ul {
        margin-top: 16px;
    }

    .home-2025-3 {
        width: 340px;
        max-width: calc(100vw - 40px);
        margin: 0 auto;

        padding-bottom: 68px;
    }

    .home-2025-3 h3 {
        margin-bottom: 14px;
    }

    .home-2025-3 table thead th,
    .home-2025-3 table tbody td {
        font-size: 13px;
        line-height: 22px;

        padding: 12px 0;
        height: 52px;
    }

    .home-2025-3 table tbody td {
        padding: 6px 0;
    }

    .home-2025-3 table tbody td.note {
        font-size: 11px;
        line-height: 1;

        padding-top: 10px;
        height: auto;
    }

    .home-2025-3 table thead th:first-child,
    .home-2025-3 table tbody td:first-child {
        padding-left: 0;
    }

    .home-2025-3 table thead th:last-child,
    .home-2025-3 table tbody td:last-child {
        padding-right: 0;
    }

    .home-2025-3 .mobile-sub {
        font-size: 10px;
        display: block;
    }

    .home-2025-4 {
        display: flex;
        flex-direction: column;

        padding-bottom: 70px;
    }

    .home-2025-4 h3 {
        margin-bottom: 16px;
    }

    .home-2025-4 .title {
        margin-bottom: 18px;

        font-size: 13px;
        text-align: center;
    }

    .home-2025-4 .contact-info {
        display: inline-flex;
        flex-direction: column;
        width: auto;

        font-size: 13px;
    }

    .home-2025-4 .contact-info .phone:before {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .home-2025-4 .contact-info .email:before {
        width: 14px;
        height: 14px;
        margin-right: 10px;
    }

    .home-2025-4 .contact-form {
        margin-top: 64px;
    }

    .home-2025-4 .contact-form .button {
        max-width: 90%;
        width: 300px;
        height: 52px;

        font-size: 15px;
    }

    body.page-id-297 h3.title {
        font-size: 16px;
        line-height: 1.5;
    }

    /* NEWS LIST */
    .news-list li .news-item .image {
    }
    .news-list li .news-item {
        margin-bottom: 30px;
        height: 294px;
    }
    .news-list li:last-child .news-item {
        margin-bottom: 0;
    }
    .news-list li .news-item .info {
        height: 90px;
    }
    .news-list li .news-item .info h3 {
    }
    .news-list li .news-item .info .date {
    }

    /* RESEARCH */
    .research-2021-1 {
        height: auto;
    }
    .research-2021-1 h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .research-2021-1 h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .research-2021-2 .pdf-wrap #adobe-dc-view {
        height: 600px;
    }

    /* BLOG */
    form.search-form .form-control,
    form.search-form .btn {
        font-size: 12px;
    }

    .search-empty-wrap {
        max-width: 100%;
        background-size: contain;
        margin-bottom: 0;
    }

    .template-blog {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 36px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .template-blog .search-row {
        position: relative;
    }
    .template-blog .search-row.has-search-mode {
        padding-bottom: 50px;
    }
    .template-blog .search-title {
        position: absolute;
        bottom: 10px;
    }

    .template-blog .post {
        border-radius: 5px;
        overflow: hidden;
    }
    .template-blog .post .info {
        padding: 22px;
        padding-bottom: 8px;
    }
    .template-blog .post .info h3 {
        margin-bottom: 12px;
        line-height: 26px;
        max-height: 53px;
    }
    .template-blog .post .info p {
        height: 42px;
        margin-bottom: 12px;
    }
    .template-blog.news .post .row {
        position: relative;
    }
    .template-blog.news .post .col-sm-5 {
        position: absolute;
        width: 116px;
        height: 100%;
    }
    .template-blog.news .post .col-sm-5 .image {
        margin-right: -16px;
    }
    .template-blog.news .post .col-sm-5 .image a {
        z-index: 100;
    }
    .template-blog.news .post .info {
        padding: 12px;
        min-height: 100px;
    }
    .template-blog.news .post .info h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .template-blog.news .post .info p {
        display: none;
    }
    .template-blog.news .post .info .date {
        font-size: 11px;
    }
    .template-blog-article {
        padding: 40px 20px;
    }
    .template-blog .header-title {
        font-size: 20px;
        text-align: center;
        color: #000;
        margin-bottom: 12px;
    }
    .template-blog .recommend-tags {
        font-size: 14px;
        margin-bottom: 20px;
        position: relative;
    }
    .template-blog .recommend-tags .title {
        display: block;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .template-blog-article .header {
        margin-bottom: 20px;
    }
    .template-blog-article .header h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        color: #000;
        letter-spacing: -1px;
    }
    .template-blog-article .content {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .template-blog-article .content p,
    .template-blog-article .content img {
        margin-bottom: 20px;
    }
    .template-blog-article .content,
    .template-blog-article .content p {
        font-size: 14px;
        line-height: 22px;
    }
    .template-blog-article .content .tags {
        margin-top: 20px;
        margin-bottom: -10px;
    }
    .template-blog-article .buttons {
        padding-top: 27px;
    }
    .template-blog-article .buttons a {
        font-size: 14px;
        padding-top: 16px;
        line-height: 15px;
        height: auto;
        padding-bottom: 16px;
        margin-top: 10px;
        width: 120px;
    }
    .template-blog-article .buttons a.btn-list {
        margin-right: 15px;
    }

    .pagination {
        padding-top: 20px;
    }
    .btn-search-reset {
        margin-top: 40px;
        font-size: 14px;
        height: 50px;
        line-height: 38px;
    }
    .categories {
        margin-bottom: 16px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .categories .category {
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (max-width: 360px) {
    header.lay-hd h1 {
        bottom: -50px;
    }
    header.lay-hd h1 a {
        width: 100px;
        height: 100px;
    }

    header.lay-hd button {
        display: block;
        overflow: hidden;
        border: 0;
        width: 1px;
        height: 1px;
        font-size: 1px;
        line-height: 0;
        text-indent: -9999px;
        position: absolute;
        top: 98px;
        right: 15px;
        width: 36px;
        height: 36px;
        background: none;
    }
    header.lay-hd button span {
        display: block;
        position: relative;
        width: 22px;
        height: 17px;
        margin: 0 auto;
        border-color: #0e60cb;
        border-width: 3px 0;
        border-style: solid;
    }
    header.lay-hd button span:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        width: 100%;
        height: 3px;
        background: #0e60cb;
    }
    header .menus {
        display: none;
    }
    .home-2020-1 {
        height: 314px;
    }
    .home-2020-1 h3,
    .home-2020-2 h3.title {
        font-size: 18px;
        line-height: 26px;
    }
    .home-2020-1 p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header .menus ul li a {
        line-height: 66px;
    }
    .home-2020-2 .tags a {
        max-height: 28px;
    }
    .home-2020-2 .group-list .group .cover img {
        width: 304px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -152px;
    }
    .btn-search-reset {
        height: 56px;
    }
}

@media all and (-ms-high-contrast: none) {
    .home-2020-2 .tags a {
        line-height: 0px;
    }
}
