@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,400,700&display=swap&subset=korean);

button {
    cursor: pointer
}

button:focus {
    outline: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none
}

button {
    border: none;
    background: 0 0
}

body,
html {
    font-size: 10px;
    font-family: 'Noto Sans KR', sans-serif
}

body {
    background: #f0eeed
}

a {
    text-decoration: none;
    color: inherit
}

.highlight {
    color: #014882;
    font-weight: 700
}

.page-header .global {
    padding: 1.2rem 0;
    border-bottom: 1px solid #c8c8c8
}

.page-header .global .rap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end
}

.page-header .global .logo img {
    display: none
}

.page-header .global .nav {
    display: -webkit-box;
    display: flex
}

.page-header .content {
    padding: 1.2rem 0;
    border-bottom: 1px solid #c8c8c8
}

.page-header .content .rap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.page-header .content .nav ul {
    display: -webkit-box;
    display: flex
}

.page-header .content .nav ul li a {
    font-size: 18px
}

.page-header .content .nav ul li+li {
    margin-left: 9rem
}

.page-header .content .sign a {
    display: inline-block;
    width: 106px;
    height: 42px;
    padding: calc(21px - 1em) 0;
    border-radius: 5px;
    text-align: center
}

.page-header .content .sign .sign-up {
    background: #fff;
    border: 1px solid #d2d2d2
}

.page-header .content .sign .sign-in {
    margin-left: .5rem;
    background: #0a1b4f;
    color: #fff
}

.page-header .content .sign .sign-in img {
    display: inline-block;
    margin-left: .8rem;
    vertical-align: middle
}

.rap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

.paper {
    width: 100%;
    height: 100%;
    padding: 7.5rem;
    background: #fff
}

.paper>.header {
    margin-bottom: 7.5rem;
    text-align: center
}

.paper>.header .title {
    font-size: 4rem
}

.paper>.header .sub-title {
    font-size: 1.6rem
}

.content-nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
   /* border: .5px solid rgba(207, 207, 207, .75)*/
}

.content-nav .item {
    width: 25%;
    height: 50px;
   /* border: .5px solid rgba(207, 207, 207, .75)*/
}

.right .item {
    width: 20%
}

.content-nav .item a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	width: 99%;
    height: 90%;
    font-size: 1.4rem;
    border-radius: 10px;
    border: 1px solid #dddddd;
}

.content-nav .item.active {
    background: #014882;
    color: #fff
}

.page-article {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.page-article .left {
    width: 300px
}

.page-article .left>.title {
    font-size: 3.6rem;
    margin-bottom: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #000
}

.page-article .left>.info {
    font-size: 1.6rem;
    color: #585858
}

.page-article .right {
    max-width: 888px;
    width: 100%
}

.page-article .right>.article-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 2rem
}

.page-article .right>.article-menu a {
    display: inline-block;
    padding: .8em 2.2em;
    background: #757a85;
    color: #fff;
    font-size: 1.4rem
}

.page-article .right>.article-menu a+a {
    margin-left: 1rem
}

.page-article .right>.article-menu>div:first-child {
    display: none;
    max-width: 50%
}

.page-article .right>.article-menu .title {
    font-size: 3.6rem
}

.page-article .right>.article-menu .info {
    font-size: 1.6rem
}

.page-article .right>.item {
    width: 100%;
    padding: 3rem 0;
    border-top: 1px solid #b8b8b8
}

.page-article .right>.item>.title {
    padding-left: 4.5rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEM2NEU3RUU2RjI1MTFFQThBN0M4ODgxNkU4RkE4NTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEM2NEU3RUY2RjI1MTFFQThBN0M4ODgxNkU4RkE4NTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzY0RTdFQzZGMjUxMUVBOEE3Qzg4ODE2RThGQTg1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzY0RTdFRDZGMjUxMUVBOEE3Qzg4ODE2RThGQTg1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psqv29QAAASySURBVHjatJcLTBxVFIbPndnHLMtjFxQILVbAEvrwhTa1BFNLUlKlNdTWqsVESkQbxWDSbIM0NE3A0FCNEdtqH8YUWppSjanEtVqkProxkVBrBUJRWijG0KWR175nZ67n4kDG3QUGYk/ykWXumfvfOXPOuXfISBMPGiwJyUbWIiuQe5BEhENuIzeRHuQ7pAP5kyMU3KIBMk5XgFfmgeD/atPNIZiCFCNbkYdn8GELWI5sQN5UFmBHmWMEaI/KLxq5D+lEgtwsoi8grcjbs4iGGQpmcUTeHmeSYww8m56wyxnIp8h5pGKmJzYh1cguWIAZeXpWkmHXt4NLB20/5YMvIOQRvf9DHMpUXPYhfboIooeQHQvQDAg6qVrQQ9321q2B01dzAQR3GdH78CGIReXHkqokVLh6IaIcgcFYQSqv7cj9vKkrBzrH42OJefwADr2ihFptfyD71cJFCwkvJlBrrEku3385p7vSUcjeciYxeo/gjyfCnelFKhp2QtDQO5Vci5G989SkOk6qjzPLzx64vKb7rR83Axh8G1H0q0iilHKHqSdmy9rU3t76vLPTyVWievlazGkRJFtLf0ZDpeMZ6JywEDD4bYTI+5Q8UUtOUFGwxUePHjlXcBTSLU5IifFNCicqdaqlVEDPST9Hm6HsfF9a++avi0EShbtB569D0eIId/xORePOReaxNvvG4/BA/DC4RPLciJdvZ8IPIfdrETbx8sm+8XjbwUt5Q439WSDJfDYxeD/AoZzw0BI75vkbKTEj1+2bPobl1mFh1M+z11mB6Vaqi5gEkZKI0KMypa8VfFkqDdxeRCBq7EXCi+/hSEKIq0wl/bs48d6GDQ2+3OR+SI5ypU34+fcJgU2Kzzom/IgG3QEDR2tbBrKkmxNWDqLGywknv4OioZ3PSWV+twHoicb1p2Db0i5w+2GdS+QPoegyld8yJpyqQbjHpKP9VR35LIQoJ68OFcXrV0DWlQGRHY35J2Bb+jUY9fKvs96AobWGzJfAbk7QIOx1iRycyWvCJhvEiE82muuqUmkGn/nJPY9ecNwoqoPCJdcsI37+Ixw6COGizAQmLGlpThKmdEbsCBTc24VvUYd/oBT5AamBgLFoz5qWoZpVbZBkHFvhCfJf4FO+OluBMOEhTaWEITbrJah4ELfcoIFdakOeogGhqvIxe7Bm9UUY93N5fpm34/XH55jOxYRvaO0aEyIPqxJvwY6Vl4B6cXulxG01emALRiEYZOlMXlIOCXM2ICbs0NwjKTtyyFCY1g3JMX8DdcdByUoHZCc5sTFMnmQ4jVO1TwkHtIq7Ahw8nd4Li61OSE34C4ozr2DJTOvJGqf5hpXTb8j3yHptjQRgzMtDM2Y4z0mQbPKCO8iHb34z29WpJ/YgpxBxPiG/S3CD1eADz/xEmZ1Ehqdi1KyUhmaTsCAkysE87VfkmDoZvIgNGYU7Z361hnrJv8C/Re+5A6KsSe1GLkx3pBAHFvJyxPc/irJMr0Lq/9MKIzgeR55nO1LIGWAh5kReRmrDevAMN5xD8pVFsDBZNArxqtCeUb4uPonkONsnTK+yEbAJliifBHTWAyfALeQz5LBSJcGZnP8RYADexJm0y0avyQAAAABJRU5ErkJggg==) no-repeat left .2em/30px 29px;
    font-size: 2.6rem;
    margin-bottom: 3rem;
    color: #014882
}

.page-article .right>.item>.title .sub {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #515151
}

.page-article.type-2>.left>.title {
    padding-top: 0;
    border-top: none;
    border-bottom: 1px solid #000
}

.doctor-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -7px
}

.doctor-list>.col {
    width: 33.33333%;
    padding: 7px
}

.doctor-list .doctor-item {
    border: 1px solid #cfcfcf
}

.doctor-list .doctor-item .image {
    position: relative;
    width: 100%;
    height: 309px
}

.doctor-list .doctor-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.doctor-list .doctor-item .image .info {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    text-align: center
}

.doctor-list .doctor-item .content {
    padding: 2rem 2rem 3rem 2rem;
    text-align: center
}

.doctor-list .doctor-item .name {
    font-size: 1.9rem;
    color: #3d434f
}

.doctor-list .doctor-item .job {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #1f4bb4
}

.doctor-list .doctor-item .info {
    color: #7b7b7b;
    font-size: 1.3rem
}

.list {
    color: #333
}

.list li:before {
    position: absolute;
    left: 0;
    top: .45em;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #efa603;
    content: ''
}

.list.no-mark li:before {
    display: none
}

.list.primary li:before {
    background: #014882
}

.list li {
    position: relative;
    padding-left: 2rem;
    font-size: 1.4rem
}

.list li+li {
    margin-top: .8em
}

.list.height-4 {
    height: 9em
}

.list.list-col-3 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0
}

.list.list-col-3>.col {
    width: 25%;
    padding: 0
}

.list.list-col-3 .col {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 2rem
}

.list.list-col-6 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px
}

.list.list-col-6>.col {
    width: 50%;
    padding: 15px
}

.list.list-col-6 .col {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0
}

.list.list-col-6 .col:before {
    display: none
}

.list.list-col-6 .col>div {
    border-bottom: 1px solid #b8b8b8
}

.list.list-col-6 .col:last-child>div,
.list.list-col-6 .col:nth-last-of-type(2)>div {
    border-bottom: none
}

.list-item-2 {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 6.8rem
}

.list-item-2 .title {
    margin-bottom: .5rem;
    font-size: 2rem;
    color: #014882
}

.list-item-2 p {
    height: 2.8em
}

.list-item-2:before {
    position: absolute;
    left: 0;
    top: 1.8em;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #efa603;
    content: ''
}

.table {
    width: 100%;
    border: 1px solid #b8b8b8;
    border-spacing: 0
}

.table td,
.table th {
    border: 1px solid #b8b8b8;
    font-size: 1.6rem;
    font-weight: 400
}

.table td {
    padding: 20px 40px
}

.table th {
    background: #f1f4f6
}

.table .title {
    font-size: 1.6rem;
    padding: 1.5rem 0;
    background: #ebf4fa;
    color: #333
}

.table .center {
    padding: 2.5rem 0;
    text-align: center;
    font-size: 1.6rem
}

.table .mark {
    font-weight: 700
}

.table .highlight {
    color: #014882
}

.process-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.process-list .item {
    display: -webkit-box;
    display: flex
}

.process-list .item .prefix {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 210px;
    height: 126px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDg0Qzk3MjE2RkVGMTFFQUFGMzNEMjBBNTI3QkQwMUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDg0Qzk3MjI2RkVGMTFFQUFGMzNEMjBBNTI3QkQwMUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowODRDOTcxRjZGRUYxMUVBQUYzM0QyMEE1MjdCRDAxQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowODRDOTcyMDZGRUYxMUVBQUYzM0QyMEE1MjdCRDAxQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Piha04UAAADRSURBVHjazNjZDYAgDAZg3EyGcAwX88HFHAKrCYkHKEfbvyY1CpR8MSqHCyGsFCOFsxDHyVNsVlDxwgzqemMC9SyAo1KFUFSuAob6qoSg/hqoo0oaqaJKG6qhahqroGoTxFEtSaKo1kQxVE+yCKq3A3YURyesKK5HzYbifCFZUNyfbTdK4ufWhZIaAppRkgNlE0p6OlGN0ph0VaG0pqbFKM0JfBFKe5nzi0IsBj9RqCVzFoXcWEii0NsvL5SFTaobajhV+MNTLBSTFVBEzbsAAwCAeYI/nCSA8AAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 2.4rem;
    color: #fff
}

.process-list .item .prefix img {
    margin-right: 1rem
}

.process-list .item .content {
    width: calc(100% - 210px);
    padding: 2rem 2.5rem;
    font-size: 1.4rem;
    color: #333
}

.process-list .item+.item {
    margin-top: 2.5rem
}

.process-list .item:nth-child(1) .prefix {
    background-color: #80abce
}

.process-list .item:nth-child(2) .prefix {
    background-color: #196db1
}

.process-list .item:nth-child(3) .prefix {
    background-color: #014882
}

.mange {
    background: #f4f4f4;
    padding: 4.5rem
}

.mj-subtitle {
    font-size: 2rem;
    color: #585858;
    margin: 2.5rem 0 1.5rem 0
}

.mj-flex-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.image-3-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 3.5rem
}

.image-3-list li {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.textalign-center {
    text-align: center
}

.bold {
    font-weight: 700
}

.mj-main-img {
    margin-bottom: 4rem
}

.mobile-header {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #202b61;
    padding: 10px 0
}

@media screen and (max-width:1400px) and (min-width:1070px) {
    body {
        padding: 0 100px
    }

    body>.rap {
        padding: 0 50px
    }

    .page-header .global .logo img {
        display: block
    }

    .page-header .content .logo {
        display: none
    }

    .page-header .content .nav ul li+li {
        margin-left: 4rem
    }

    .page-article {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center
    }

    .page-article.type-2 .left {
        display: none
    }

    .page-article .left {
        width: 100% !important;
        max-width: 888px;
        padding: 40px 0
    }

    .page-article .right {
        margin: 0 auto
    }

    .page-article .right .article-menu {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .page-article .right .article-menu>div:first-child {
        display: block !important
    }

    img {
        max-width: 100%
    }
}

@media screen and (max-width:1069px) {
    img {
        max-width: 100%;
    }

    .history .main img{
        width: 100%;
    }
    #content > div > div > div.page-article.type-2 > div.right > ul > li > ul > div > div > div{
        padding-left: 60px;
    }
    #content > div > div > div.page-article.type-2 > div.right > ul > li > ul > div > div > div h2{
        font-size: 3.6rem;
    }
    .page-header {
        display: none
    }

    .mobile-header {
        display: -webkit-box;
        display: flex
    }

    .header {
        background: url(asset/e9fc615a0a75044572b39a40f78a1124.png) no-repeat center/cover;
        color: #fff;
        padding: 50px 0;
        margin-bottom: 0
    }

    .paper {
        padding: 0
    }

    .content-nav div {
        width: 25% !important
    }

    .left .title {
        text-align: center;
        word-break: keep-all
    }

    .right>.item>:not(nav) {
        flex-direction: column
    }

    .dates li {
        width: 100% !important
    }

    .list li {
        width: 100%;
        font-size: 1.6rem !important
    }

    .main .title>:not(h3) {
        font-size: 2.2rem
    }

    .title>div p {
        font-size: 3rem !important
    }

    .page-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .page-article .left {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 100px 0
    }

    .page-article .left .title {
        border-bottom: none !important;
        border-top: none !important;
        margin-bottom: 0
    }

    .page-article .left .info {
        text-align: center
    }

    .page-article .left::after,
    .page-article .left::before {
        width: 85%;
        height: 2px;
        position: absolute;
        content: "";
        background: #000;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .page-article .left::before {
        top: -40px
    }

    .page-article .left::after {
        bottom: -40px
    }

    .page-article .left p {
        text-align: center;
        white-space: nowrap
    }

    .page-article .right {
        padding: 0 10px
    }

    .page-article .right .article-menu {
        display: none !important
    }

    .page-article .right .article-menu+.item {
        border-top: none !important
    }

    .page-article.type-2 .item:nth-child(2),
    .page-article:not(.type-2) .item:first-child {
       /* border-top: none !important */
    }
}

.responsive-img {
    overflow: hidden
}

.card-list-6 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -25px
}

.card-list-6>.col {
    width: 50%;
    padding: 25px
}

.card-list-6.size-0 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0
}

.card-list-6.size-0>.col {
    width: 50%;
    padding: 0
}

.card-list-6.size-1 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -11px
}

.card-list-6.size-1>.col {
    width: 50%;
    padding: 11px
}

.card-list-3 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -12px
}

.card-list-3>.col {
    width: 25%;
    padding: 12px
}

.card-list-3.size-0 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0
}

.card-list-3.size-0>.col {
    width: 25%;
    padding: 0
}

.flex-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

.flex-list .col {
    margin: 1.25rem
}

.card-1 .image {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15)
}

.card-1 .title {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #014882
}

.card-2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 2.5rem;
    border: 1px solid rgba(0, 0, 0, .15)
}

.card-2 .image {
    width: 130px;
    height: 130px;
    margin-right: 3rem
}

.card-2 .info {
    font-size: 1.4rem;
    color: #333
}

.card-3 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 4rem 0;
    border: 1px solid rgba(0, 0, 0, .15)
}

.card-3 .title {
    padding: .35rem 3rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    background: #014882;
    color: #fff;
    border-radius: 300px
}

.card-3 .info {
    margin-bottom: 3rem;
    text-align: center
}

.card-3 .image {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2)
}

.card-4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.card-4 .image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
    border-radius: 50%;
    border: 1px solid #a2a4aa
}

.card-4 .image img {
    max-width: 90%;
    max-height: 90%
}

.card-4 .title {
    font-weight: 400;
    color: #515151;
    font-size: 1.8rem;
    text-align: center
}

.card-5 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%
}

.card-5 .image {
    width: 100%;
    height: 307px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.card-5 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-5 .content {
    position: relative;
    margin: 2.5rem 0;
    padding-left: 55px;
    padding-right: 30px
}

.card-5 .content .number {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -.25rem;
    width: 42px;
    height: 42px;
    background: #014882;
    border-radius: 50%;
    color: #fff;
    font-size: 2.2rem
}

.card-6 {
    border: 1px solid #cfcfcf
}

.card-6 .content {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    color: #515151
}

.card-7 {
    border: 1px solid #cfcfcf;
    padding: 3rem
}

.card-7 .title {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    color: #014882;
    letter-spacing: -.05em
}

.card-7 .title.gray {
    margin-bottom: 2rem;
    color: #363636
}

.card-7 .title.normal {
    font-weight: 400
}

.card-7 .title.height-4 {
    height: 6em
}

.card-7 .title.center {
    text-align: center
}

.card-7 .list {
    margin-bottom: 4rem
}

.card-7 .list li+li {
    margin-top: .3em
}

.card-7 .image {
    width: 100%;
    font-size: 0;
    text-align: center
}

.card-7 .image img {
    width: 100%
}

.card-7 .image.max-image img {
    max-width: 100%;
    width: auto
}

.card-7 .image.between {
    margin: 4rem 0 2rem 0
}

.card-8 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.card-8 .image {
    width: 50%
}

.card-8 .image img {
    width: 100%
}

.card-8 .content {
    width: 50%;
    padding-left: 2rem
}

.card-8 .list li+li {
    margin-top: 3rem
}

.card-9 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 2rem;
    border: 1px solid #cfcfcf
}

.card-9 .title {
    background: #014882;
    color: #fff;
    margin-bottom: 3rem;
    border-radius: 300px;
    font-size: 2.4rem;
    font-weight: 400;
    padding: .5rem 3rem
}

.card-10 {
    border: 1px solid #cfcfcf;
    font-size: 0
}

.card-10 .image,
.card-10 .image img {
    width: 100%
}

.main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.main .title>div {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 60px
}

@media screen and (max-width:768px) {
	#content > div > div > div.page-article.type-2 > div.right > ul > li > ul > div > div > div {
		padding-left: 0;
	}
	.title>div h2 {
		font-size: 3.5rem !important;
	}
	.main .title>div p {
		font-size: 2.5rem !important;
	}
	.main .title>p {
		margin-top: 2rem; 
	}
}

.title>div h2 {
    font-size: 6rem;
    color: #014882
}

.main .title>div p {
    font-size: 1.6rem;
    padding-left: 10px
}

.title>div p:first-child {
    color: #efa603
}

.main .title>p {
    font-size:1.6rem;
    /* padding-top:15px; */
    padding-left:60px;
    /* color:#7b7b7b; */
}

@media screen and (max-width: 761px){
    .main .title>p{
        padding-left: 0;
    }
}

.dates {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.dates>li {
    width: 50%;
    margin-top: 60px;
    display: -webkit-box;
    display: flex;
	padding: 0 15px;
}

.dates>li p {
    font-size: 2rem;
    color: #014882;
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap
}

.dates>li .list li::before {
    background: #014882
}