/* font */
@font-face {
    font-family: 'pretendard';
    font-weight: 400;
    src: url(font/Pretendard-Regular.otf);
}

@font-face {
    font-family: 'pretendard';
    font-weight: 500;
    src: url(font/Pretendard-Medium.otf);
}

@font-face {
    font-family: 'pretendard';
    font-weight: 600;
    src: url(font/Pretendard-SemiBold.otf);
}

@font-face {
    font-family: 'pretendard';
    font-weight: 700;
    src: url(font/Pretendard-Bold.otf);
}

@font-face {
    font-family: 'pretendard';
    font-weight: 800;
    src: url(font/Pretendard-ExtraBold.otf);
}

@font-face {
    font-family: 'rokaf';
    font-style: medium;
    font-weight: 500;
    src: url(font/ROKAF-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'rokaf';
    font-style: bold;
    font-weight: 600;
    src: url(font/ROKAF-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'neo';
    font-weight: 600;
    src: url(font/NanumSquareNeoOTF-Bd.otf);
}

@font-face {
    font-family: 'onemobile';
    font-weight: 400;
    src: url(font/ONEMobileOTF-Regular.otf);
}

@font-face {
    font-family: noto;
    font-weight: 500;
    src: local('NotoSansKR-Medium'), url(font/NotoSansKR-Medium.woff2) format("woff2");
}


/* 공통 */
body,
button,
a {
    font-family: 'pretendard';
    font-weight: 400;
}

body {
    position: relative;
    width: 2160px;
    height: 3840px;
}

.box_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box_logo {
    position: absolute;
    left: 50%;
    top: 280px;
    transform: translateX(-50%);
    text-align: center;
}

.box_logo img {
    margin-bottom: 45px;
}

.container {
    padding-top: 450px;
    padding-bottom: 550px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.title_main {
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
}

.title_main .align_top {
    margin-bottom: 30px;
}

.title_main .align_center {
    position: relative;
    display: inline-block;
    font-size: 125px;
    color: #000;
    text-shadow: 5px 7px 20px #00000080;
    line-height: 1;
    -webkit-text-stroke: 3px;
}

.title_main .align_center i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.title_main .align_center .title_year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -140px;
    font-size: 66px;
    color: #FFDC8C;
    font-family: 'onemobile';
    text-shadow: 6px 6px 6px #000;
}

.title_main .align_btm img {
    padding: 10px 0;
    height: 60px;
}

.title_main .align_btm div p {
    font-family: 'pretendard';
    color: #fff;
    font-size: 67px;
    font-weight: 600;
    -webkit-text-stroke: 0;
}

.title_main .title_front {
    position: absolute;
    left: -7px;
    top: -7px;
    width: 100%;
    background: linear-gradient(180deg, #FFD678 0%, #FEF2D5 46%, #F7D681 70%, #F4CA5E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 0;
}

.title_main .title_back img {
    filter: drop-shadow(5px 7px 20px #00000080);
}

.title_main span {
    display: inline-block;
    width: 230px;
    height: 300px;
}

.slide {
    position: relative;
    height: 1750px;
    box-sizing: border-box;
}

.slide .btn_slide {
    position: absolute;
    top: 550px;
    width: 110px;
    height: 210px;
}

.slide .btn_slide_left {
    left: 100px;
}

.slide .btn_slide_right {
    right: 100px;
}

@property --wipe-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

.slide .box_light {
    position: absolute;
    left: 0;
    bottom: 300px;
    width: 100%;
    height: 1100px;
    background: url(../../images/img_light.png) no-repeat center / 100% auto;
    pointer-events: none;
}

.wipe {
    --wipe-position: 100%;
    --gradient-length: 70%;
    -webkit-mask-image: linear-gradient(to left,
            transparent var(--wipe-position),
            black calc(var(--wipe-position) + var(--gradient-length)));
    animation: wipe 3s ease-out forwards;
}

@keyframes wipe {
    0% {}

    100% {
        --wipe-position: calc(-1 * var(--gradient-length));
    }
}

.slide .box_name {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.slide .box_name .wrap {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: flex;
}

.slide .box_name .logo_certif {
    padding-right: 30px;
}

.slide .box_name .logo_certif img {
    margin-left: -30px;
    margin-top: -30px;
}

.slide .box_name .txt_box {
    display: flex;
    align-items: center;
}

.slide .box_name .txt_box .align_left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide .box_name .txt_box .align_right {
    padding-left: 55px;
}

.slide .box_name .txt_box .line {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 3px;
    background: transparent linear-gradient(90deg, #FFCF61 0%, #FFF1D1 39%, #F7D681 68%, #ECBE49 100%) 0% 0% no-repeat padding-box;
}

.slide .box_name .txt_box .line::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 53% 40%, #FFF1D1 0%, #ECBE49 100%) 0% 0% no-repeat padding-box;
}

.slide .box_name .txt_box i {
    display: inline-block;
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    line-height: 90px;
}

.slide .box_name .txt_box strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 65px;
    color: #fff;
    font-weight: 600;
}

.slide .box_name .txt_box u {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 90px;
}

.slide .box_name .txt_box b {
    font-size: 130px;
    font-weight: 700;
    color: #FFE046;
    letter-spacing: 15px;
    background: linear-gradient(180deg, #FFD678 0%, #FEF2D5 46%, #F7D681 70%, #F4CA5E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
}

.slide .box_name .txt_box p {
    padding-top: 110px;
    line-height: 100px;
    font-size: 90px;
    font-weight: 700;
    color: #FFE046;
    box-sizing: border-box;
}

.slide .box_name .txt_box em {
    align-self: flex-end;
    margin-left: 40px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 90px;
    opacity: 0.8;
}

.slide_detail .history {
    margin: 0 auto;
    width: 900px;
}

.slide_detail li {
    position: relative;
    padding-left: 30px;
    font-size: 40px;
    font-family: 500;
    color: #fff;
    line-height: 83px;
    text-align: left;
}

.slide_detail li::before {
    position: absolute;
    content: "·";
    left: 0;
    top: 0;
}

.nav_main {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: 390px;
}

.nav_main ul {
    display: flex;
    align-items: center;
    padding: 0 80px;
    height: 390px;
    background: url(../../images/nav_main_col6.png) no-repeat center / 100% auto;
    box-sizing: border-box
}

.nav_main ul li {
    flex-grow: 1;
    width: 100%;
    height: 280px;
}

.nav_main ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 50px;
    line-height: 70px;
    font-family: 'neo';
    font-weight: 600;
    text-align: center;
}

.nav_main ul li a img {
    padding-top: 30px;
    padding-bottom: 10px;
}

.nav_main ul li.active a {
    padding-bottom: 60px;
    margin-top: -30px;
    height: 390px;
    color: #fff;
    background: url(../../images/nav_main_active.png) no-repeat center / 100% auto;
    font-size: 60px;
    box-sizing: border-box;
    box-shadow: 3px 3px 25px #000000E3;
}

.nav_main ul li.active a img {
    width: 190px;
}

.btn_side {
    position: absolute;
    right: 0;
    top: 2500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 0 130px 30px;
    width: 180px;
    height: 450px;
    background: url(../../images/btn_side.png) no-repeat center / 100% auto;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
}

.btn_side img {
    margin-bottom: 10px;
    filter: drop-shadow(5px 7px 20px #00000080);
}

.btn_home {
    padding: 140px 30px 130px 0px;
    left: 0;
    background-image: url(../../images/btn_side2.png);
}


/* 연도별 수상자 현황 */
.list {
    padding: 0 170px;
}

.list p {
    display: inline-block;
    width: 1500px;
    word-break: keep-all;
    color: #fff;
    font-size: 45px;
    line-height: 80px;
}

.list .menu {
    margin-top: 200px;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list .menu li {
    position: relative;
}

.list .menu li::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: -80px;
    top: -35px;
    width: 350px;
    height: 90px;
    background: url(../../images/light2.png) no-repeat center / 100% auto;
}

.list .menu a {
    position: relative;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 76px;
    color: #fff;
    font-weight: 700;
    line-height: 95px;
    background: url(../../images/box_menu.png) no-repeat center / 100% auto;
    box-sizing: border-box;
    filter: drop-shadow(10px 10px 30px #00000090);
}

.list .menu a div:first-child {
    text-align: left;
}

.list .menu a div:last-child {
    text-align: right;
}

.list .col02 li::before {
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}

.list .col02 li::after {
    position: absolute;
    content: "";
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
    background: url(../../images/arrow_right2.png) no-repeat center / 100% auto;
}

.list .col02 a {
    margin: 55px;
    width: 720px;
    height: 340px;
}

.list .col03 a {
    margin: 0 25px 70px;
    width: 556px;
    height: 293px;
}

.list .col03 li::before {
    left: 50%;
    transform: translateX(-50%);
}



/* 연도별 수상자 현황 - 역대회장 */
.list_kbiz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 110px;
    width: 1625px;
}

.list_kbiz li {
    margin: 0 50px;
    margin-bottom: 100px;
}

.list_kbiz button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
    color: #fff;
}

.list_kbiz .frame {
    margin-bottom: 30px;
    width: 100%;
    height: 374px;
}

.list_kbiz .bg_zone {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #221B31 0%, #C47C88 100%) 0% 0% no-repeat padding-box;
}

.list_kbiz .bg_zone .img_zone {
    background-color: transparent;
    opacity: 1;
}

.list_kbiz .bg_zone .img_zone img {
    width: 100%;
}

.list_kbiz .bg_zone::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/img_frame.png) no-repeat center / 100% auto;
    box-shadow: 3px 5px 15px #000000A6;
}

.list_kbiz .line {
    position: relative;
    margin: 7px 0;
    width: 210px;
    height: 2px;
    background: transparent linear-gradient(90deg, #FFCF61 0%, #FFF1D1 39%, #F7D681 68%, #ECBE49 100%) 0% 0% no-repeat padding-box;
}

.list_kbiz .line::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 53% 40%, #FFF1D1 0%, #ECBE49 100%) 0% 0% no-repeat padding-box;
}

.list_kbiz i {
    font-size: 35px;
}

.list_kbiz b {
    margin-bottom: 3px;
    font-size: 55px;
    letter-spacing: 14px;
}

.list_kbiz em {
    font-size: 25px;
    letter-spacing: 1px;
}



/* 연도별 수상자 현황 - 유공자, 명문, 자중인 */
.list .img_box {
    padding: 60px 80px 0 0;
    height: 166px;
    text-align: right;
}

.list .img_box img {
    height: 100%;
}

.list .table {
    position: relative;
    padding-bottom: 200px;
    height: 1900px;
    overflow-y: scroll;
    mask-image: linear-gradient(black, 95%, transparent);
    mask-mode: alpha;
    box-sizing: border-box;
}

.list .table::-webkit-scrollbar {
    display: none;
}

.list .table_row {
    position: relative;
    display: table-row;
}

.list .table_row::after {
    position: absolute;
    content: "";
    left: 260px;
    top: 38px;
    width: 100%;
    height: 2px;
    background: transparent linear-gradient(90deg, #FFCF61 0%, #FFF1D1 39%, #F7D681 68%, #ECBE49 100%) 0% 0% no-repeat padding-box;
}

.list .table_row::before {
    position: absolute;
    content: "";
    left: 250px;
    top: 34px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 53% 40%, #FFF1D1 0%, #ECBE49 100%) 0% 0% no-repeat padding-box;
}

.list .table_cell {
    display: table-cell;
    vertical-align: top;
    padding: 70px 22px 30px;
}

.list .table_cell button {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 280px;
    height: 135px;
    background: url(../../images/box_menu.png) no-repeat center / 100% auto;
    filter: drop-shadow(0px 3px 6px #00000029);
}

.list .table_cell button span {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.list .table_cell button span::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    background: url(../../images/light2.png) no-repeat center / auto 100%;
}

.list .table_cell i {
    padding: 0 10px;
    width: 100%;
    color: #52E7FF;
    font-size: 26px;
    font-weight: 500;
    box-sizing: border-box;
}

.list .table_cell em {
    position: relative;
    margin-top: 5px;
    padding: 0 30px;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.list .table_cell em::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 25px;
    background: url(../../images/arrow_right.svg) no-repeat center / 100% auto;
}

.list .table_cell button:disabled em::before {
    display: none;
}

.list .table_header {
    padding: 0;
    width: 200px;
    text-align: center;
    box-sizing: border-box;
    text-align: left;
}

.list .table_header span {
    margin: 35px 0;
    line-height: 85px;
    font-weight: 600;
    font-size: 52px;
    color: #FFD16C;
}

.list .table_header u {
    display: block;
    font-size: 33px;
    color: #fff;
    text-align: center;
}

/* .list .tableB,
.list .tableC { padding-top: 100px;} */
.list .tableB .table_cell,
.list .tableC .table_cell {
    width: 2100px;
    text-align: left;
}

.list .tableB .table_header,
.list .tableC .table_header {
    width: 300px;
    text-align: center;
}

.list .tableB .table_cell button {
    margin: 10px 17px;
    width: 340px;
    background: url(../../images/box_menu2.png) no-repeat center / 100% auto;
    text-align: left;
    box-sizing: border-box;
}

.list .tableB .table_cell button span {
    padding-left: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
}

.list .tableB .table_cell button span::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    width: 160px;
    height: 43px;
    background: url(../../images/light2.png) no-repeat center / auto 100%;
}

.list .tableB .table_cell button em {
    margin: 0;
    padding: 0;
    padding-right: 40px;
    display: block;
    width: 100%;
    font-size: 34px;
    color: #fff;
}

.list .tableB .table_cell button em::before {
    right: 25px;
}

.list .tableC .table_cell button {
    margin: 10px;
}

.list .tableC .table_row::before

/* 팝업 */
.popup {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000067;
    backdrop-filter: blur(44px);
    -webkit-backdrop-filter: blur(44px);
}

.box_popup {
    position: absolute;
    top: 741px;
    left: 279px;
    width: 1600px;
    height: 2300px;
    background-color: #fff;
    box-shadow: 5px 5px 20px #0000004D;
}

.popup_top {
    position: relative;
    height: 780px;
}

.popup_top .img_box {
    position: relative;
    width: 1600px;
    height: 780px;
    overflow: hidden;
}

.popup_top .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_top .img_box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #0000008F 0%, #00000017 59%, #00000001 99%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.popup_top .txt_box {
    position: absolute;
    left: 125px;
    bottom: 110px;
    color: #fff;
}

.popup_top .txt_box i {
    margin-bottom: 20px;
    font-size: 57px;
    font-weight: 500;
}

.popup_top .txt_box b {
    margin-top: 20px;
    display: block;
    font-size: 93px;
    font-weight: 700;
}

.company_contents {
    padding: 115px 0 120px;
    height: 1345px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.company_contents::-webkit-scrollbar {
    display: none;
}

.company_contents .title {
    position: relative;
    margin-left: 105px;
    padding-left: 45px;
    margin-bottom: 70px;
}

.company_contents .title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 58px;
    background-color: #C3102A;
}

.company_contents .title h2 {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
}

.company_contents .title h3 {
    display: inline-block;
    margin-left: 25px;
    font-size: 45px;
    color: #D0D0D0;
    font-weight: 500;
}

.company_intro1 {
    padding: 80px 100px 70px 160px;
    background-color: #EFEFEF;
    height: auto;
    box-sizing: border-box;
}

.company_intro1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company_intro1 li {
    display: flex;
    margin-top: 60px;
    width: 600px;
    word-break: keep-all;
}

.company_intro1 li:nth-child(1),
.company_intro1 li:nth-child(2) {
    margin-top: 0;
}

.company_intro1 li .img_box {
    width: 110px;
    height: 90px;
    margin-right: 40px;
}

.company_intro1 li .img_box img {
    width: 100%;
}

.company_intro1 li .txt_box {
    width: 100%;
    line-height: 1;
}

.company_intro1 li i {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    color: #8A8A8A;
    font-weight: 500;
}

.company_intro1 li b {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.company_intro2 {
    padding: 130px 115px 0 115px;
}

.company_intro2 h4 {
    position: relative;
    padding-left: 85px;
    font-size: 50px;
    color: #C3102A;
}

.company_intro2 h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #C3102A;
    box-sizing: border-box;
}

.company_intro2 ul {
    position: relative;
    margin-top: 55px;
    padding-left: 105px;
}

.company_intro2 ul::before {
    position: absolute;
    content: "";
    left: 20px;
    height: 100%;
    border-left: 4px dashed #dedede;
}

.company_intro2 ul li {
    display: flex;
    align-items: center;
    height: 90px;
}

.company_intro2 ul li b {
    width: 160px;
    font-size: 45px;
    font-weight: 800;
}

.company_intro2 ul li p {
    font-size: 40px;
}

.company_video {
    width: 1600px;
    height: 900px;
    background-color: #000;
    box-sizing: border-box;
}

.company_products {
    padding: 0 115px;
}

.company_products li {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.company_products li ~ li {
    position: relative;
    padding-top: 180px;
}

.company_products li ~ li::before {
    position: absolute;
    content: "";
    top: 90px;
    left: 0;
    width: 1370px;
    height: 3px;
    background-color: #E6E6E6;
}

.company_products li:nth-child(even) {
    flex-direction: row-reverse;
}

.company_products .img_box {
    width: 600px;
    height: 600px;
    overflow: hidden;
}

.company_products .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_products .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 80px;
    padding-bottom: 50px;
    width: 650px;
}

.company_products .txt_box b {
    font-size: 45px;
    color: #C3102A;
    font-weight: 700;
}

.company_products .txt_box p {
    margin-top: 65px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
}

.company_achieve {
    padding: 0 115px;
}

.company_achieve li {
    position: relative;
    padding: 110px 180px 100px 260px;
    border-radius: 30px;
}

.company_achieve li ~ li {
    margin-top: 40px;
}

.company_achieve li span {
    position: absolute;
    left: 75px;
    top: 90px;
    display: inline-block;
    width: 130px;
    height: 160px;
}

.company_achieve li .align_left b {
    display: inline-block;
    font-size: 42px;
    line-height: 65px;
    word-break: keep-all;
}

.company_achieve li .align_right p {
    padding-top: 40px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
}

.company_achieve li:nth-child(odd) {
    background-color: #FFEEE1;
}

.company_achieve li:nth-child(even) {
    background-color: #D5E6E9;
}

.company_achieve li:nth-child(4n-3) span {
    background: url(../../images/ico_ach1.png);
}

.company_achieve li:nth-child(4n-2) span {
    background: url(../../images/ico_ach3.png);
}

.company_achieve li:nth-child(4n-1) span {
    background: url(../../images/ico_ach2.png);
}

.company_achieve li:nth-child(4n) span {
    background: url(../../images/ico_ach4.png);
}

.popup_nav {
    height: 175px;
    background: url(../../images/nav_sub.png);
    box-shadow: -2px 0px 20px #00000053;
}

.popup_nav ul {
    display: flex;
    flex-grow: 1;
}

.popup_nav ul li {
    width: 100%;
}

.popup_nav ul button {
    width: 100%;
    font-size: 50px;
    line-height: 175px;
    font-weight: 600;
}

.popup_nav ul li.active button {
    background: transparent linear-gradient(180deg, #CF1732 0%, #7C0012 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: 700;
}

.popup .btn_close {
    position: absolute;
    top: 3170px;
    left: 50%;
    transform: translateX(-50%);
}


/* 팝업 - 역대회장 */
.popup_kbiz {
    display: flex;
    flex-direction: column;
}

.popup_kbiz .box_popup {
    background: url(../../images/bg_popup.png) no-repeat center / 100% auto;
    overflow: hidden;
}

.popup_kbiz .sec1 {
    position: relative;
    width: 100%;
    height: 780px;
}

.popup_kbiz .sec1 .slideA {
    position: absolute;
    left: 355px;
    top: 135px;
    width: 975px;
}

.popup_kbiz .sec1 .slideA .img_zone {
    position: relative;
    box-shadow: 0px 10px 60px #689EFF96;
    overflow: hidden;
}

.popup_kbiz .sec1 .slideA .img_zone::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}

.popup_kbiz .sec1 .slideA .swiper-slide-active {
    position: relative;
}

.popup_kbiz .sec1 .slideA .swiper-slide-active .img_zone {
    position: relative;
    filter: none;
}

.popup_kbiz .sec1 .slideA .swiper-slide-active .img_zone::before {
    background-color: transparent;
}

.popup_kbiz .sec1 .slideA .swiper-slide-active::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -195px;
    width: 600px;
    height: 400px;
    background: url(../../images/light1.png) no-repeat center / 100% auto;
    mix-blend-mode: plus-lighter;
}

.popup_kbiz .sec1 .img_zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.popup_kbiz .sec2 {
    width: 100%;
    height: 650px;
}

.popup_kbiz .sec3 {
    position: relative;
    padding: 85px 160px 0;
    width: 100%;
    height: 870px;
    color: #fff;
    box-sizing: border-box;
}

.popup_kbiz .sec3::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 230px;
    background: transparent linear-gradient(180deg, #05163600 0%, #051636 97%, #051636 100%) 0% 0% no-repeat padding-box;
}

.popup_kbiz .sec3 strong {
    display: block;
    margin-bottom: 75px;
    font-size: 50px;
    box-sizing: border-box;
}

.popup_kbiz .sec3 ul {
    padding: 0 50px;
    padding-bottom: 80px;
    height: 630px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.popup_kbiz .sec3 ul::-webkit-scrollbar {
    display: none;
}

.popup_kbiz .sec3 li {
    position: relative;
    display: flex;
    padding-bottom: 70px;
}

.popup_kbiz .sec3 li::before {
    position: absolute;
    content: "";
    left: 8px;
    top: 25px;
    height: 100%;
    width: 4px;
    background-color: #455B88;
}

.popup_kbiz .sec3 li:nth-last-child(1):before {
    display: none;
}

.popup_kbiz .sec3 li b {
    position: relative;
    display: inline-block;
    padding-left: 75px;
    width: 335px;
    color: #4CA0FB;
    font-size: 55px;
    box-sizing: border-box;
}

.popup_kbiz .sec3 li b::before {
    position: absolute;
    content: "";
    left: 0;
    top: 25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4CA0FB;
    box-shadow: 0px 0px 30px #FFFFFFD9;
}

.popup_kbiz .sec3 li span {
    width: calc(100% - 335px);
    font-size: 35px;
    line-height: 60px;
}


/* 뉴스 */
.news {
    margin: 0 auto;
    width: 1765px;
    height: 2404px;
    box-shadow: 0px 10px 20px #00000066;
    background-color: #fff;
    overflow: hidden;
}

.news_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    font-size: 45px;
    color: #fff;
}

.news_info .img_box {
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

/* 검색 */
.slide_search {
    position: relative;
}

.search_info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-size: 65px;
    color: #fff;
    font-weight: 500;
    line-height: 80px;
}

.search_info i {
    color: #06ffc6;
    font-weight: 600;
}

.list_search {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1800px;
}

.list_search li {
    margin: 15px;
}

.list_search li button {
    display: flex;
    width: 550px;
    height: 250px;
    background: transparent linear-gradient(180deg, #F5F5F5 0%, #D0D0D0 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #00000033;
    border: 7px solid #9D9696;
    border-radius: 35px;
    overflow: hidden;
}

.list_search li button .img_box {
    width: 190px;
    height: 100%;
    overflow: hidden;
}

.list_search li button .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_search li button .txt_box {
    padding: 40px 30px 30px;
    width: 360px;
    text-align: left;
    box-sizing: border-box;
}

.list_search li button b {
    display: block;
    margin-bottom: 6px;
    font-size: 40px;
    font-weight: 700;
}

.list_search li button em {
    padding-bottom: 5px;
    display: block;
    height: 80px;
    line-height: 38px;
    font-size: 30px;
    font-weight: 300;
}

.list_search li button i {
    font-size: 25px;
    color: #57020D;
    font-weight: 600;
}

.list_dot {
    display: flex;
    justify-content: center;
    margin: 70px auto 250px;
    width: 500px;
}

.list_dot li {
    margin: 0 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #9D9297;
}

.list_dot .active {
    background-color: #ECBE52;
}

.inputBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 25px 0 185px;
    width: 1690px;
    height: 190px;
    border-radius: 95px;
    background: transparent linear-gradient(360deg, #E8B94B 0%, #F2C55C 20%, #FFDE91 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000080;
    box-sizing: border-box;
}

.inputBox::before {
    position: absolute;
    content: "";
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: url(../../images/ico_search_brown.svg) no-repeat center / 100% auto;
}

.inputBox input[type='text'] {
    width: 1200px;
    font-size: 72px;
    font-family: 'pretendard';
    color: #53020C;
    font-weight: 700;
    background-color: transparent;
}

.inputBox input[type='text']::placeholder {
    font-size: 57px;
    color: #53020C;
    opacity: 0.7;
    font-weight: 600;
}

.inputBox .btn_delete {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #74000E 0%, #480009 100%) 0% 0% no-repeat padding-box;
}

.inputBox .btn_delete::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    background: url(../../images/ico_delete.svg) no-repeat center / 100% auto;
}

.keyboard {
    margin: 50px auto;
    width: 1500px;
    height: 580px;
    background: #070506 0% 0% no-repeat padding-box;
    border-radius: 75px;
}

.keyboard ul {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 70px;
    box-sizing: border-box;
}

.keyboard ul li {
    margin: 15px;
}

.keyboard button {
    width: 120px;
    height: 120px;
    background: #283235 0% 0% no-repeat padding-box;
    border-radius: 30px;
    font-size: 65px;
    color: #C6C4C5;
    line-height: 120px;
}
