@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  Kang HyeYeon
Create date : 2026. 03. 23.
-------------------------------------------------*/
html,
body {
    background: #000;
}
body.hidden {
    overflow: hidden;
}
#wrap {
    min-width: 1700px;
}
.inner {
    width: 1700px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.bg {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    background: url(../images/common/bg.jpg) no-repeat center top;
    background-size: cover;
}
img {
    display: block;
}

/* header */
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 57px 80px 0;
    box-sizing: border-box;
    z-index: 50;
    display: flex;
    justify-content: space-between;
}
header .lang_selec {
    text-align: center;
    position: fixed;
    top: clamp(20px, 5vh, 57px);
    right: clamp(16px, 4vw, 80px);
    transform: none;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .lang_selec ul {
    margin-top: 11px;
}
header .lang_selec li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 4px 0;
}
header .lang_selec li:nth-child(2) a {
    font-family: "Noto Sans SC", sans-serif;
}
header .lang_selec.tooltip .tooltip_link {
    width: auto;
    background: none;
    border: none;
    left: auto;
    right: 0;
}
header .lang_selec.tooltip .tooltip_link li {
    padding-left: 0 !important;
}
header .lang_selec.tooltip .tooltip_link li a {
    opacity: 0.4;
}
header .lang_selec.tooltip .tooltip_link li a.active {
    opacity: 1;
}
header .lang_selec.tooltip .tooltip_link::after,
header .lang_selec.tooltip .tooltip_link::before {
    display: none;
}
header .lang_selec.tooltip .tooltip_link li::after {
    display: none;
}

/* layout */
.contents_wrap {
    margin: 0; 
    padding: 0;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 10;
}
.contents {
    width: 100%;
    height: auto !important;
    overflow: visible !important;
}
.cont {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 130px 0;
    box-sizing: border-box;
}

/* pagination */
.pagination {
    position: fixed !important;
    top: 50%;
    right: 75px;
    transform: translateY(-50%);
    width: auto;
    left: auto;
    bottom: auto;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pagination .current,
.pagination .total {
    height: 41px;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    font-family: 'NexonLv1Gothic';
    font-weight: 300;
}
.pagination .current {
    color: #ff7758;
}
.pagination .line {
    width: 42px;
    height: 2px;
    background: rgba(255,255,255,.7);
}
.pagination .top_btn {
    font-size: 18px;
    height: 41px;
    line-height: 43px;
    font-family: 'NexonLv1Gothic';
}
.pagination .nav {
    display: block;
    width: 23px;
    height: 15px;
    background: url(../images/common/slide_arrow.png) no-repeat center;
    background-size: contain;
    margin-bottom: 35px;
}
.pagination .nav.next {
    background: url(../images/common/next_arrow.png) no-repeat center;
    background-size: contain;
    margin-bottom: 0;
    margin-top: 35px;
}

/* title */
main .tit_wrap .desc {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 500;
}
main .tit_wrap .tit {
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px;
    font-weight: 400;
}

/* button */
.btn {
    display: block;
    border-radius: 5em;
    background: rgba(255,255,255,.22);
    box-shadow: 0 1px 2px rgba(87, 94, 202, .5),
    inset 0 1px 2px rgba(255, 255, 255, .31);
    text-shadow: 0 1px 2px rgba(87,94,202, 1);
    font-weight: 500;
    text-align: center;
}
.btn.btn_md {
    width: 294px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
}
.btn.btn_md .btn_arrow {
    display: inline-block;
    width: 26px;
    height: 23px;
    background: url(../images/common/btn_arrow.png) no-repeat center;
    background-size: contain;
    margin-left: 5px;
    vertical-align: sub;
}
.btn.btn_sm {
    width: 241px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.btn.btn_sm .btn_arrow {
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url(../images/common/btn_arrow_sm.png) no-repeat center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: -2px;
}
.btn.btn_lg {
    width: 540px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
}

/* cont 01 */
.cont_01 img {
    margin-top: 22px;
}
.cont_01 .box_area {
    display: flex;
    justify-content: space-between;
}
.cont_01 .box_area .box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
/* .cont_01 .box_area .box::after {
    content: '';
    width: 1px;
    height: 281px;
    background: url(../images/cont_01_box_line.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
} */
.cont_01 .box_area .box:last-child::after {
    display: none;
}
.cont_01 .box_area .box dl {
    margin-top: -13px;
}
.cont_01 .box_area .box dl dt {
    font-size: 26px;
    color: #fffa7b;
    font-weight: 600;
    font-style: italic;
}
.cont_01 .box_area .box dl dd {
    font-size: 18px;
    line-height: 22px;
    color: #fffa7b;
    font-weight: 500;
    font-style: italic;
    margin-top: 2px;
}
.cont_01 .box_area .box p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 14px;
}
.lst_area {
    margin-top: 10px;
}
.lst_area ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.lst_area ul li::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/common/lst_dot.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}

/* cont 02 */
.cont_02 .box_area {
    display: flex;
    justify-content: space-between;
    margin-top: -17px;
}
.cont_02 .box_area .left {
    padding-left: 20px;
    box-sizing: border-box;
}
.cont_02 .box_area dl {
    margin-top: 76px;
}
.cont_02 .box_area dl dt {
    font-size: 36px;
    line-height: 36px;
    color: #fffa7b;
    font-weight: 700;
}
.cont_02 .box_area dl dd {
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    margin-top: 20px;
}
.cont_02 .box_area .hashtag {
    display: flex;
    margin-top: 28px;
}
.cont_02 .box_area .hashtag li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 5em;
    font-size: 12px;
    background: rgba(255,255,255,.2);
    margin-right: 6px;
}
.cont_02 .box_area .desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
}
.cont_02 .box_area .btn {
    margin-top: 30px;
    margin-left: -10px;
}
.cont_02 .box_area .right {
    width: 960px;
}
.cont_02 .box_area .right img {
    margin: 0 auto;
}
.cont_02 .rohan_area {
    width: 100%;
    height: 273px;
    background: url(../images/rohan_bg.jpg) no-repeat center;
    background-size: cover;
}
.cont_02 .rohan_area .inner {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: end;
}
.cont_02 .rohan_area .inner .right {
    width: 50%;
}
.cont_02 .rohan_area dt {
    font-size: 30px;
    line-height: 30px;
    color: #fffa7b;
    font-weight: 700;
    margin-top: -6px;
}
.cont_02 .rohan_area dd {
    font-size: 20px;
    font-style: italic;
    margin-top: 6px;
    font-weight: 600;
}
.cont_02 .rohan_area .desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
}
.cont_02 .rohan_area .btn {
    margin-top: 18px;
    margin-left: -9px;
}

/* cont 03 */
.cont_03 .inner {
    padding: 0 60px;
}
.cont_03 .box_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
}
.cont_03 .box_area .box {
    width: 380px;
    height: 240px;
    position: relative;
    padding-top: 25px;
    box-sizing: border-box;
}
.cont_03 .box_area .box:first-child {
    width: 740px;
}
.cont_03 .box_area .box::after {
    content: '';
    width: 1px;
    height: 240px;
    background: url(../images/cont_03_box_line.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.cont_03 .box_area .box:last-child:after {
    display: none;
}
.cont_03 h3 {
    font-size: 26px;
    color: #fff363;
    font-weight: 600;
    font-style: italic;
    margin-top: -12px;
}
.cont_03 .box_area .box dl {
    margin-top: 14px;
    padding-left: 20px;
    box-sizing: border-box;
}
.cont_03 .box_area .box dt {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
}
.cont_03 .box_area .box dt::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/common/lst_dot.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -20px;
}
.cont_03 .box_area .box dd {
    font-size: 16px;
    line-height: 18px;
    margin-top: 2px;
}
.cont_03 .step_area {
    margin-top: 30px;
}
.cont_03 .step_area .step {
    width: 100%;
    height: 204px;
    display: flex;
    background: url(../images/cont_03_step_bg.png) no-repeat left center;
    background-size: contain;
    margin-top: 34px;
}
.cont_03 .step_area .step li {
    width: 360px;
    padding-left: 85px;
    box-sizing: border-box;
}
.cont_03 .step_area .step li:first-child {
    width: 447px;
}
.cont_03 .step_area .step li dt {
    font-size: 20px;
    font-weight: 700;
    margin-top: 28px;
}
.cont_03 .step_area .step li dd {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.cont_03 .btn {
    margin: 60px auto 0;
}

/* layer */
.layer_deem {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 500;
    display: none;
}
.layer_wrap {
    width: 1640px;
    height: auto;
    min-height: 332px;
    max-height: calc(100vh - 100px);
    background: #fff;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 550;
    align-items: center;
    display: none;
}
.layer_wrap > .layer_close {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 90;
}
.layer_wrap .layer_body * {
    color: #2d367a;
    font-weight: 400;
}
.layer_wrap .layer_body {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    padding: 76px 0;
    box-sizing: border-box;
    position: relative;
}
.layer_wrap .layer_body .tit_wrap .tit {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: -11px;
}
.layer_wrap .layer_body .tit_wrap .desc {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.layer_wrap .layer_body .history_img img {
    margin: 50px auto 20px;
}
.layer_wrap .layer_body .layer_cont {
    display: flex;
    justify-content: space-between;
    padding: 100px 130px;
    box-sizing: border-box;
    border-top: 1px dashed #2d367a;
}
.layer_wrap .layer_body .layer_cont:nth-of-type(1) {
    border: 0;
}
.layer_wrap .layer_body .layer_cont .info_area {
    width: 470px;
}
.layer_wrap .layer_body .layer_cont .info_area .tit {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin-top: -6px;
}
.layer_wrap .layer_body .layer_cont .info_area .desc {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}
.layer_wrap .layer_body .layer_cont .info_area h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}
.layer_wrap .layer_body .layer_cont .info_area h4 span {
    font-weight: 400;
    font-size: 16px;
}
.layer_wrap .layer_body .layer_cont .info_area ul {
    margin-top: 5px;
}
.layer_wrap .layer_body .layer_cont .info_area li {
    font-size: 16px;
    line-height: 20px;
    text-indent: -10px;
    padding-left: 10px;
    box-sizing: border-box;
}
/* [MOD] Policy panel body: same typography as .info_area li */
.layer_wrap .layer_body .policy_panel .policy_body {
    box-sizing: border-box;
}
.layer_wrap .layer_body .policy_panel .policy_body p {
    font-size: 16px;
    line-height: 20px;
    text-indent: -10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.layer_wrap .layer_body .policy_panel .policy_header .policy_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    box-sizing: border-box;
}
.layer_wrap .layer_body .layer_cont .info_area .btn_area {
    display: flex;
    margin-top: 20px;
    margin-bottom: -15px;
}
.layer_wrap .layer_body .layer_cont .info_area .btn_area i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 6px;
    background-size: contain !important;
    vertical-align: -6px;
}
.layer_wrap .layer_body .layer_cont .info_area .btn_area i.video_ico {
    background: url(../images/video_ico.png);
}
.layer_wrap .layer_body .layer_cont .info_area .btn_area i.img_ico {
    background: url(../images/img_ico.png);
}
.layer_wrap .layer_body .layer_cont .info_area .btn_area button,
.layer_wrap .layer_body .layer_cont .info_area .btn_area > a {
    display: block;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    margin-right: 12px;
    font-weight: 700;
}
.layer_wrap .layer_body .layer_cont .table_area {
    width: 905px;
    padding-left: 25px;
    box-sizing: border-box;
}

.layer_wrap .layer_body .email_area {
    width: 1365px;
    background: linear-gradient(145deg, #7c73f3, #e877ae);
    border-radius: 10px;
    margin: 0 auto;
    padding: 48px 30px 60px;
    box-sizing: border-box;
}
.layer_wrap .layer_body .email_area dt {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.layer_wrap .layer_body .email_area dd {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
}
/* [MOD] Consent + privacy link: same typography as .email_area dd */
.layer_wrap .layer_body .email_area .email_consent_text,
.layer_wrap .layer_body .email_area .policy_trigger {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}
.layer_wrap .layer_body .email_area .policy_trigger {
    text-decoration: none;
}
.layer_wrap .layer_body .email_area .input_area {
    display: flex;
    width: 500px;
    margin: 25px auto 0;
}
.layer_wrap .layer_body .email_area .input_area input {
    width: 380px;
    height: 55px;
    line-height: 53px;
    font-size: 18px;
    border: 1px solid #36408b;
    border-radius: 17px 0 0 17px;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}
.layer_wrap .layer_body .email_area .input_area input::placeholder {
    color: #2d367a;
}
.layer_wrap .layer_body .email_area .input_area button {
    width: 120px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #36408b;
    border-left: 0;
    background: #414c9c;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 0 17px 17px 0;
    text-transform: uppercase;
}

.tooltip {
    position: relative;
    padding-bottom: 15px;
}
.tooltip .tooltip_link {
    width: 350px;
    border: 1px solid #2d367a;
    border-radius: 15px;
    background: #fff;
    padding: 18px;
    padding-right: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    margin-top: 35px !important;
}
.tooltip .tooltip_link::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 30px;
    border-width: 0 8px 14px 8px;
    border-style: solid;
    border-color: transparent transparent #2d367a transparent;
}
.tooltip .tooltip_link::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 30px;
    border-width: 0 8px 14px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.tooltip .tooltip_link li {
    position: relative;
    padding-left: 15px !important;
    text-indent: 0 !important;
}
.tooltip .tooltip_link li::after {
    content: '';
    width: 3.5px;
    height: 3.5px;
    background: #2d367a;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.round_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.round_table thead {
    background: linear-gradient(to right, #ffa188, #d8a0fe, #7683d9);
}
.round_table thead th {
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    padding: 11px 6px;
}
.round_table thead th:first-child {
    border-radius: 5px 0 0 5px;
}
.round_table thead th:last-child {
    border-radius: 0 5px 5px 0;
}
.round_table tbody td {
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
    background: #fff;
    border-right: 1px solid #9ca4de;
    border-bottom: 1px solid #9ca4de;
    text-align: center;
    color: #2d367a !important;
}
.round_table tbody td:last-child {
    border-right: 0;
}
.round_table tbody td:nth-child(even) {
    text-align: left;
}
.round_table tbody tr:nth-child(even) td {
    background: rgba(143,143,143,.05);
}


.rohan_his_wrap {
    width: 1360px;
    height: 233px;
    display: flex;
    justify-content: space-between;
    background: url(../images/rohan_his_bg.png) no-repeat center;
    background-size: contain;
    margin: 50px auto 0;
}
.rohan_his_wrap .his_cont {
    width: 33.333%;
}
.rohan_his_wrap .his_cont .tit {
    margin: 0 auto;
    text-align: center;
    padding: 11px 0;
    box-sizing: border-box;
}
.rohan_his_wrap .his_cont.his_01 .tit {
    padding-left: 24px;
}
.rohan_his_wrap .his_cont .tit dt {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #ffa188;
}
.rohan_his_wrap .his_cont .tit dd {
    font-size: 14px;
    line-height: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 4px;
    color: #ffa188;
}
.rohan_his_wrap .his_cont.his_02 .tit dt,
.rohan_his_wrap .his_cont.his_02 .tit dd {
    color: #c97efc;
}
.rohan_his_wrap .his_cont.his_03 .tit dt,
.rohan_his_wrap .his_cont.his_03 .tit dd {
    color: #6f65f5;
}
.rohan_his_wrap .his_cont .year {
    display: flex;
    margin-top: 42px;
}
.rohan_his_wrap .his_cont .year li {
    font-size: 30px;
    font-weight: 700;
}
.rohan_his_wrap .his_cont.his_01 .year li {
    color: #ffa188;
    width: 40%;
}
.rohan_his_wrap .his_cont.his_01 .year li:last-child {
    width: 20%;
    margin-left: -10px;
}
.rohan_his_wrap .his_cont.his_02 .year li {
    color: #cb80fa;
    width: 44%;
    text-align: right;
}
.rohan_his_wrap .his_cont.his_03 .year li {
    color: #7867f7;
    width: 50%;
    text-align: center;
    padding-left: 20px;
    box-sizing: border-box;
}
.rohan_his_wrap .his_cont.his_03 .year li:first-child {
    padding-left: 34px;
}
.rohan_his_wrap .his_cont .notes {
    display: flex;
    margin-top: 38px;
}
.rohan_his_wrap .his_cont .notes strong {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ffa188;
    letter-spacing: -1px;
}
.rohan_his_wrap .his_cont .notes dt {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #ffa188;
    text-align: center;
    margin-top: -3px;
}
.rohan_his_wrap .his_cont .notes dd {
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    color: #ffa188;
    text-align: center;
    margin-top: -3px;
}
.rohan_his_wrap .his_cont.his_01 .notes {
    justify-content: space-between;
}
.rohan_his_wrap .his_cont.his_01 .notes li:nth-child(1) {
    width: 154px;
    margin-left: -38px;
}
.rohan_his_wrap .his_cont.his_01 .notes li:nth-child(2) {
    width: 86px;
}
.rohan_his_wrap .his_cont.his_01 .notes li:nth-child(3) {
    width: 137px;
}
.rohan_his_wrap .his_cont.his_02 .notes {
    margin-left: -4px;
}
.rohan_his_wrap .his_cont.his_02 .notes li:nth-child(1) {
    width: 188px;
}
.rohan_his_wrap .his_cont.his_02 .notes li:nth-child(2) {
    width: 160px;
    margin-left: -20px;
}
.rohan_his_wrap .his_cont.his_02 .notes li:nth-child(3) {
    width: 137px;
    margin-left: -22px;
}
.rohan_his_wrap .his_cont.his_02 .notes strong,
.rohan_his_wrap .his_cont.his_02 .notes dt,
.rohan_his_wrap .his_cont.his_02 .notes dd {
    color: #cb80fa;
}
.rohan_his_wrap .his_cont.his_03 .notes {
    justify-content: space-between;
    margin-left: -30px;
}
.rohan_his_wrap .his_cont.his_03 .notes li:nth-child(1) {
    width: 135px;
    margin-left: 8px;
}
.rohan_his_wrap .his_cont.his_03 .notes li:nth-child(2) {
    width: 140px;
    margin-left: 30px;
}
.rohan_his_wrap .his_cont.his_03 .notes li:nth-child(3) {
    width: 186px;
}
.rohan_his_wrap .his_cont.his_03 .notes strong,
.rohan_his_wrap .his_cont.his_03 .notes dt,
.rohan_his_wrap .his_cont.his_03 .notes dd {
    color: #7867f7;
}



.seal_his_wrap {
    width: 1355px;
    height: 232px;
    display: flex;
    justify-content: space-between;
    background: url(../images/seal_his_bg.png) no-repeat center;
    background-size: contain;
    margin: 50px auto 0;
}
.seal_his_wrap .his_cont {
    width: 50%;
}
.seal_his_wrap .his_cont .tit {
    margin: 0 auto;
    text-align: center;
    padding: 11px 0;
    box-sizing: border-box;
}
.seal_his_wrap .his_cont.his_01 .tit {
    margin-left: -10px;
}
.seal_his_wrap .his_cont.his_02 .tit {
    margin-left: -14px;
}
.seal_his_wrap .his_cont .tit dt {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #c97efc;
}
.seal_his_wrap .his_cont .tit dd {
    font-size: 14px;
    line-height: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 4px;
    color: #c97efc;
}
.seal_his_wrap .his_cont.his_02 .tit dt,
.seal_his_wrap .his_cont.his_02 .tit dd {
    color: #6f65f5;
}
.seal_his_wrap .his_cont .year {
    display: flex;
    margin-top: 42px;
}
.seal_his_wrap .his_cont .year li {
    font-size: 30px;
    font-weight: 700;
}
.seal_his_wrap .his_cont.his_01 .year li {
    color: #b479fb;
    width: 200px;
}
.seal_his_wrap .his_cont.his_01 .year li:last-child {
    margin-left: 37px;
}
.seal_his_wrap .his_cont.his_02 .year li {
    width: 33%;
    color: #7d6af6;
    text-align: left;
    box-sizing: border-box;
}
.seal_his_wrap .his_cont.his_02 .year li:nth-child(2) {
    padding-left: 92px;
}
.seal_his_wrap .his_cont.his_02 .year li:nth-child(3) {
    text-align: right;
    padding-right: 30px;
}
.seal_his_wrap .his_cont .notes {
    display: flex;
    margin-top: 38px;
}
.seal_his_wrap .his_cont .notes strong {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #b479fb;
    letter-spacing: -1px;
}
.seal_his_wrap .his_cont .notes dt {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #b479fb;
    text-align: center;
    margin-top: -3px;
}
.seal_his_wrap .his_cont .notes dd {
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    color: #b479fb;
    text-align: center;
    margin-top: -3px;
}
.seal_his_wrap .his_cont.his_01 .notes {
    justify-content: space-between;
}
.seal_his_wrap .his_cont.his_01 .notes li:nth-child(1) {
    width: 125px;
    margin-left: -30px;
}
.seal_his_wrap .his_cont.his_01 .notes li:nth-child(2) {
    width: 90px;
    margin-left: 37px;
}
.seal_his_wrap .his_cont.his_01 .notes li:nth-child(3) {
    width: 90px;
    margin-left: 10px;
}
.seal_his_wrap .his_cont.his_01 .notes li:nth-child(4) {
    width: 135px;
    margin-right: 60px;
}
.seal_his_wrap .his_cont.his_02 .notes {
    justify-content: space-between;
}
.seal_his_wrap .his_cont.his_02 .notes li:nth-child(1) {
    width: 170px;
    margin-left: -54px;
}
.seal_his_wrap .his_cont.his_02 .notes li:nth-child(2) {
    width: 170px;
    margin-left: 43px;
}
.seal_his_wrap .his_cont.his_02 .notes li:nth-child(3) {
    width: 170px;
    margin-left: -15px;
}
.seal_his_wrap .his_cont.his_02 .notes li:nth-child(4) {
    width: 155px;
    margin-right: -12px;
}
.seal_his_wrap .his_cont.his_02 .notes strong,
.seal_his_wrap .his_cont.his_02 .notes dt,
.seal_his_wrap .his_cont.his_02 .notes dd {
    color: #7968f6;
}

/* footer */
footer {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(25,71,90,.3);
    position: relative;
    z-index: 50;
}
footer p {
    font-size: 16px;
    color: #adc1ff;
    font-weight: 300;
}