.page-content.home {
    padding: 0;
    max-width: initial;
}

.page-content.home .section-inner {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    padding: 40px 3rem;
}

.page-content.home .main-header-section {
    position: relative;
    width: 100%;
    height: 368px;
    overflow: hidden;
    background-image: url('../img/main_img_sample4.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;

}

.page-content.home .main-header-section .section-inner {
    padding: 0;
}

.page-content.home .main-header-section .bg-primary-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.7;
}

/* .page-content.home .main-header-section .main-img-wrap {
    position: absolute;
    height: 100%;

} */

/* .page-content.home .main-header-section .main-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;

} */


.page-content.home .main-header-section .main-text-wrap {
    position: absolute;
    color: #ffffff;
    padding: 70px 3rem;
    /* padding: calc(50% - 550px) 0; */

}

.page-content.home .main-header-section .main-text-wrap h1 {
    font-size: 1.8em;
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
    unicode-bidi: isolate;
}

.page-content.home .main-header-section .main-text-wrap p {
    font-size: 1.2em;
    margin-bottom: 3em;
}

.page-content.home .main-header-section .main-text-wrap .btn {
    width: 240px;
    font-size: 1em;
    vertical-align: middle;
}

.page-content.home .main-header-section .main-text-wrap .btn .icon {
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23ffffff' d='M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z'/%3E%3C/svg%3E");
    background-size: 22px;
}

.page-content.home .section {
    padding: 30px 0 60px;

}

.page-content.home .section .section-title .prev-title {
    font-size: 1em;
    color: #D9D9D9;
    text-transform: uppercase;

}

.page-content.home .section .section-title h2 {
    font-size: 1.8em;
    color: var(--primary);
    margin: 0 0 30px;
    display: block;
    font-weight: bold;
    unicode-bidi: isolate;

}

.page-content.home .section .section-title p {
    font-size: 1em;
}

.page-content.home .section.section-registration {
    
    background-color: #e5efff;
    /* height: 400px; */
    
    padding: 0;
}
.page-content.home .section.section-registration .section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-content.home .section.section-registration .section-content {
    font-size: 1em;

}
.page-content.home .section.section-registration .section-content b {
    font-size: 1.2em;
    color: var(--primary);
    line-height: 2em;
}

.page-content.home .section.section-registration .section-btn {
    /* margin-top: 30px; */
    text-align: right;
}

.page-content.home .section.section-registration .section-btn .btn {
    width: 240px;
    /* height: 80px; */
    font-size: 1em;
}

.page-content.home .section.section-registry {
    background-color: #f6f7f9;

}

.page-content.home .section.section-registry .section-content {
    margin-top: 60px;

}

.page-content.home .section.section-registry .section-content .section-content-row {
    display: flex;
    width: 1200px;
    margin: 0 auto;

}

.page-content.home .section.section-registry .section-content .section-content-row .section-content-col {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-content.home .section.section-registry .section-content .section-content-row .section-content-col .col-title {
    position: relative;
    display: flex;
    background-color: var(--bg-gray);
    border-radius: 50%;
    width: 230px;
    height: 230px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;

}

.page-content.home .section.section-registry .section-content .section-content-row .section-content-col .col-title .col-title-inner-circle {
    position: relative;
    display: flex;
    background-color: var(--primary);
    border-radius: 50%;
    width: 190px;
    height: 190px;
    color: #ffffff;
    font-size: 1.2em;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 20px 5px rgba(0, 44, 108, 0.36);

}

.page-content.home .section.section-registry .section-content .section-content-row .section-content-col .col-title::after {
    content: "";
    display: block;
    position: absolute;
    right: -18%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--point);

}

.page-content.home .section.section-registry .section-content .section-content-row .section-content-col:last-child .col-title::after {
    display: none;

}

.page-content.home .section.section-registry .section-content .section-content-row .section-content-col .col-text {
    text-align: center;
}


.page-content.home .section.section-composition {
    background-color: #ffffff;

}

.page-content.home .section.section-composition .section-title {
    /* text-align: center; */

}

.page-content.home .section.section-composition .section-content {
    margin-top: 60px;

}

.page-content.home .section.section-composition .section-content .section-content-row {
    display: flex;

}

.page-content.home .section.section-composition .section-content .section-content-row .section-content-col {
    position: relative;
    width: 33.3%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-content.home .section.section-composition .section-content .section-content-row .section-content-col::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 220px;
    border-radius: 50%;
    background-color: var(--border);
}

.page-content.home .section.section-composition .section-content .section-content-row .section-content-col:last-child::after {
    display: none;

}

.page-content.home .section.section-composition .section-content .section-content-row .section-content-col .col-title {
    color: var(--primary);
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;

}

.page-content.home .section.section-composition .section-content .section-content-row .section-content-col .col-text {
    text-align: center;
    font-size: 1em;
}


.page-content.home .section.section-composition .col-icon {
    margin-bottom: 20px;
}

.page-content.home .section.section-composition .col-icon .icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: -1px;
}

.page-content.home .section.section-composition .col-icon .icon.icon-info {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23f26334' d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22M11 7H13V9H11V7M14 17H10V15H11V13H10V11H13V15H14V17Z'/%3E%3C/svg%3E");
    background-size: 120px;
}


.page-content.home .section.section-composition .col-icon .icon.icon-registration {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23f26334' d='M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10A8,8 0 0,0 14,2M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82M18.09,6.08L19.5,7.5L13,14L9.21,10.21L10.63,8.79L13,11.1'/%3E%3C/svg%3E");
    background-size: 120px;
    margin-right: 5px;
}


.page-content.home .section.section-composition .col-icon .icon.icon-management {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath fill='%23f26334' d='M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 12,13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 12,10.5M6.5,10.5A1.5,1.5 0 0,0 5,12A1.5,1.5 0 0,0 6.5,13.5A1.5,1.5 0 0,0 8,12A1.5,1.5 0 0,0 6.5,10.5M17.5,10.5A1.5,1.5 0 0,0 16,12A1.5,1.5 0 0,0 17.5,13.5A1.5,1.5 0 0,0 19,12A1.5,1.5 0 0,0 17.5,10.5Z'/%3E%3C/svg%3E");
    background-size: 120px;
}





.page-content.home .section.section-method {
    /* background-color: #ffffff; */
    background-color: #f6f7f9;

}

.page-content.home .section.section-method .section-content-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.page-content.home .section.section-method .section-title {
    /* text-align: center; */

}
.page-content.home .section.section-method .section-title .img-wrap {
    width: 700px;
    /* height: 470px; */
    margin-top: 40px;
    overflow: hidden;
}
.page-content.home .section.section-method .section-title img {
    width: 100%;
    /* opacity: 0.5; */

}

.page-content.home .section.section-method .section-content {
    /* margin-top: 100px; */

}

.page-content.home .section.section-method .section-content .section-content-row {
    display: flex;
    flex-direction: column;

}

.page-content.home .section.section-method .section-content .section-content-row .section-content-col .section-content-col-inner-box {
    /* position: relative; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-color: #ffffff;
    padding: 20px 40px;
    width: 500px;
    height: 123px;
    border-radius: 4px;
    box-shadow: 0 0 20px 5px rgba(0, 44, 108, 0.1);

}
.page-content.home .section.section-method .section-content .section-content-row .section-content-col:last-child {
    margin-bottom: 0;
}

.page-content.home .section.section-method .section-content .section-content-row .section-content-col {
    position: relative;
    display: flex;
    /* background-color: var(--bg-gray); */
    width: 500px;
    /* height: 220px; */
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;

}

.page-content.home .section.section-method .section-content .section-content-row .section-content-col .inner-col {
    margin-left: 30px;

}

.page-content.home .section.section-method .section-content .section-content-row .section-content-col .col-title {
    color: var(--primary);
    font-size: 1.2em;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 5px;

}

.page-content.home .section.section-method .section-content .section-content-row .section-content-col .col-text {
    /* text-align: center; */
}


.page-content.home .section.section-method .col-icon {
    /* margin-bottom: 20px; */
}

.page-content.home .section.section-method .col-icon .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: -1px;
    margin-right: 5px;
}

.page-content.home .section.section-method .col-icon .icon.icon-info {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23f26334' d='M10 20H6V4H13V9H18V12.1L20 10.1V8L14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H10V20M20.2 13C20.3 13 20.5 13.1 20.6 13.2L21.9 14.5C22.1 14.7 22.1 15.1 21.9 15.3L20.9 16.3L18.8 14.2L19.8 13.2C19.9 13.1 20 13 20.2 13M20.2 16.9L14.1 23H12V20.9L18.1 14.8L20.2 16.9Z'/%3E%3C/svg%3E");
    background-size: 70px;
}


.page-content.home .section.section-method .col-icon .icon.icon-registration {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23f26334' d='M20 18H4V8H20M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M16 17H14V13H11L15 9L19 13H16Z'/%3E%3C/svg%3E");
    background-size: 70px;
}


.page-content.home .section.section-method .col-icon .icon.icon-management {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 24'%3E%3Cpath fill='%23f26334' d='M12 3C14.21 3 16 4.79 16 7S14.21 11 12 11 8 9.21 8 7 9.79 3 12 3M16 13.54C16 14.6 15.72 17.07 13.81 19.83L13 15L13.94 13.12C13.32 13.05 12.67 13 12 13S10.68 13.05 10.06 13.12L11 15L10.19 19.83C8.28 17.07 8 14.6 8 13.54C5.61 14.24 4 15.5 4 17V21H20V17C20 15.5 18.4 14.24 16 13.54Z'/%3E%3C/svg%3E");
    background-size: 70px;
}

.page-content.home .section.section-notice  {
    background-color: #ffffff;
}
.page-content.home .section.section-notice .section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.page-content.home .section.section-notice .section-content-row .img-wrap {
    width: 550px;
    height: 376px;
    margin-top: 40px;
    overflow: hidden;
}
.page-content.home .section.section-notice .section-content-row .img-wrap img {
    width: 100%;
    /* height: 100%; */
    /* opacity: 0.5; */

}
.page-content.home .section.section-notice .section-content-row {
    display: flex;
    justify-content: space-between;

}

.page-content.home .section.section-notice .section-title .right-btn {
    text-align: right;
}

.page-content.home .section.section-notice .section-title .right-btn .btn {
    font-size: 1em;

}
.page-content.home .section.section-notice .section-title .right-btn .btn .icon-chevron-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000000' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
    background-size: 18px;
}
.page-content.home .section.section-notice .section-content {
    margin-top: 40px;
}
.page-content.home .section.section-notice .section-content .section-content-list {
    display: flex;
    gap: 20px;
    width: 700px;
    flex-wrap: wrap;
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f6f7f9;
    padding: 30px 30px;
    /* margin-bottom: 20px; */
    border-radius: 4px;
    cursor: pointer;
    width: calc(50% - 10px);
    height: 178px;
    /* box-shadow: 0 0 20px 5px rgba(0, 44, 108, 0.1); */
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item:hover {
    background-color: var(--bg-gray);
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item .item-title{ 
    font-size: 1em;
    font-weight: bold;
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item .item-date{ 
    font-size: 1em;
    color: var(--sub-text);
}
/* .page-content.home .section.section-notice .section-title .right-btn {
    text-align: right;
}

.page-content.home .section.section-notice .section-title .right-btn .btn {
    font-size: 1.2em;

}
.page-content.home .section.section-notice .section-title .right-btn .btn .icon-chevron-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000000' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
    background-size: 18px;
}
.page-content.home .section.section-notice .section-content {
    margin-top: 40px;
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-primary);
    padding: 40px 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item:hover {
    background-color: var(--bg-gray);
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item .item-title{ 
    font-size: 1.2em;
    font-weight: bold;
}

.page-content.home .section.section-notice .section-content .section-content-list .content-list-item .item-date{ 
    font-size: 1.2em;
    color: var(--sub-text);
} */


.page-content.home .section.section-reference  {
    /* background-color: #ffffff; */
    background-color: #f6f7f9;
}
.page-content.home .section.section-reference .section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.page-content.home .section.section-reference .section-content-row .img-wrap {
    width: 550px;
    height: 376px;
    margin-top: 40px;
    overflow: hidden;
}
.page-content.home .section.section-reference .section-content-row .img-wrap img {
    /* width: 100%; */
    height: 100%;
    /* opacity: 0.5; */
    /* margin-top: -12%; */

}
.page-content.home .section.section-reference .section-content-row {
    display: flex;
    justify-content: space-between;
    align-items: end;

}

.page-content.home .section.section-reference .section-title .right-btn {
    text-align: right;
}

.page-content.home .section.section-reference .section-title .right-btn .btn {
    font-size: 1em;

}
.page-content.home .section.section-reference .section-title .right-btn .btn .icon-chevron-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000000' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
    background-size: 18px;
}
.page-content.home .section.section-reference .section-content {
    margin-top: 40px;
}
.page-content.home .section.section-reference .section-content .section-content-list {
    display: flex;
    gap: 20px;
    width: 700px;
    flex-wrap: wrap;
}

.page-content.home .section.section-reference .section-content .section-content-list .content-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 30px 30px;
    /* margin-bottom: 20px; */
    border-radius: 4px;
    cursor: pointer;
    width: calc(50% - 10px);
    height: 178px;
    /* box-shadow: 0 0 20px 5px rgba(0, 44, 108, 0.1); */
}

.page-content.home .section.section-reference .section-content .section-content-list .content-list-item:hover {
    background-color: var(--bg-gray);
}

.page-content.home .section.section-reference .section-content .section-content-list .content-list-item .item-title{ 
    font-size: 1em;
    font-weight: bold;
}

.page-content.home .section.section-reference .section-content .section-content-list .content-list-item .item-date{ 
    font-size: 1em;
    color: var(--sub-text);
}