section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

section .cont {
    position: relative;
    z-index: 1;
}

section .cont .inner,
section .prlx_cont .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

section.sec_top .bg {
    height: calc(var(--base-height) + 500px);
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 120px 120px;
    position: relative;
}

section.sec_top .bg .clip_wrap {
    padding-top: 0;
    /* width: calc((var(--base-height) + 500px) * 1.777777777778); */
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/vimeo/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_top .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.sec_top .cont .top_copy {
    padding-top: calc(var(--base-height) - 239px);
}

section.sec_top .cont .top_copy h1 {
    font-size: 72px;
    line-height: 76px;
    color: #fff;
}

section.sec_top .cont .top_copy em {
    display: block;
    margin-top: 190px;
    font-size: 32px;
    line-height: 46px;
    color: #ffffff;
}

section.sec_top .cont .top_copy p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    word-break: keep-all;
    margin-top: 32px;
}

section.sec_top .cont .top_copy a {
    margin-top: 49px;
}

section.sec_promo .cont {
    padding-top: 224px;
    padding-bottom: 206px;
}

section.sec_promo .cont .btn_wrap {
    margin-top: 106px;
    text-align: center;
}

section.sec_exhibitor {
    overflow: visible;
}

section.sec_exhibitor .prlx_cont {
    background-image: url(../img/main/bg-exhibitor.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_exhibitor .prlx_cont .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.sec_exhibitor .prlx_cont .bg .clip_wrap {
    width: 100%;
    height: 100%;
}

section.sec_exhibitor .list_col_wrap {
    padding-top: 200px;
    padding-bottom: 95px;
    display: flex;
}

section.sec_exhibitor .list_col_wrap .col_tit {
    flex: 0 0 450px;
}

section.sec_exhibitor .list_col_wrap .col_tit h2 {
    font-size: 72px;
    color: #ffffff;
}

section.sec_exhibitor .list_col_wrap .col_list {
    flex: 1;
}

section.sec_exhibitor .list_filter {
    display: flex;
    justify-content: flex-end;
    padding-top: 23px;
}

section.sec_exhibitor .list_filter button {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_exhibitor .list_filter button + button {
    margin-left: 24px;
}

section.sec_exhibitor .list_filter button.btn_order_tb {
    background-image: url(../img/assets/ico-filter-tb.svg);
}

section.sec_exhibitor .list_filter button.btn_order_bt {
    background-image: url(../img/assets/ico-filter-bt.svg);
}

section.sec_exhibitor .list_filter + ul {
    margin-top: 113px;
}

section.sec_exhibitor .exhibitor_list ul li {
    border-bottom: 1px solid #707070;
    position: relative;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

section.sec_exhibitor .exhibitor_list ul li:first-child {
    border-top: 1px solid #707070;
}

section.sec_exhibitor .exhibitor_list ul li:hover {
    background-color: #ffffff;
}

section.sec_exhibitor .exhibitor_list ul li .thumb {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

section.sec_exhibitor .exhibitor_list ul li:hover .thumb {
    opacity: 1;
    width: 583px;
    height: 328px;
}

section.sec_exhibitor .exhibitor_list ul li .thumb > div {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    opacity: 0;
}

section.sec_exhibitor .exhibitor_list ul li:hover .thumb > div {
    opacity: 1;
}

section.sec_exhibitor .exhibitor_list ul li .info {
    display: flex;
    padding: 60px 0;
    align-items: center;
}

section.sec_exhibitor .exhibitor_list ul li .info p {
    flex: 1;
    font-size: 36px;
    color: #ffffff;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

section.sec_exhibitor .exhibitor_list ul li .info i {
    display: block;
    flex: 0 0 286px;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

section.sec_exhibitor .exhibitor_list ul li:hover .info p {
    padding-left: 36px;
    color: #000;
}

section.sec_exhibitor .exhibitor_list ul li:hover .info i {
    color: #000;
    padding-right: 36px;
}

section.sec_feat .sec_tit {
    padding-top: 200px;
}

section.sec_feat .sec_tit h2 {
    font-size: 72px;
    line-height: 76px;
    color: #000000;
}

section.sec_feat .sec_tit p {
    margin-top: 48px;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

section.sec_feat .feat_slider {
    height: var(--base-height);
    display: flex;
    align-items: center;
}

section.sec_feat .feat_slider ul {
    font-size: 0;
    white-space: nowrap;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

section.sec_feat .feat_slider ul li {
    display: inline-block;
    vertical-align: top;
    width: 648px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

section.sec_feat .feat_slider ul li + li {
    margin-left: 24px;
}

section.sec_feat .feat_slider ul li .thumb {
    width: 100%;
}

section.sec_feat .feat_slider ul li .thumb > div {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

section.sec_feat .feat_slider ul li:hover .thumb > div {
    transform: scale(1.1);
}

section.sec_feat .feat_slider ul li .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 48px;
}

section.sec_feat .feat_slider ul li .info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 216px;
    pointer-events: none;
}

section.sec_feat .feat_slider ul li .info span {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

section.sec_feat .feat_slider ul li .info p {
    font-size: 32px;
    color: #ffffff;
    line-height: 42px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.sec_feat .sec_sub {
    padding-bottom: 200px;
}

section.sec_feat .sec_sub p {
    font-size: 32px;
    line-height: 46px;
    color: #000000;
}

section.sec_feat .sec_sub a {
    margin-top: 60px;
}

section.sec_submain .clip_wrap {
    height: 100%;
    background-image: url(../img/vimeo/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_submain.exhibitor .clip_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../img/vimeo/exhibitor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_submain.awards .clip_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../img/vimeo/awards.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_submain.insight .clip_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../img/vimeo/insight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_submain .bg {
    border-radius: 0 0 120px 120px;
    position: relative;
    overflow: hidden;
}

section.sec_submain.short .bg {
    height: 542px;
}

section.sec_submain.high .bg {
    height: 900px;
}

section.sec_submain .bg + .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 166px;
    display: flex;
    align-items: center;
}

section.sec_submain .cont .submain {
    padding-top: 265px;
    padding-bottom: 100px;
    text-align: center;
}

section.sec_submain .bg + .cont.btm {
    align-items: flex-end;
}

section.sec_submain .bg + .cont .submain {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

section.sec_submain .cont .submain h1,
section.sec_submain .cont .submain h2 {
    font-size: 72px;
    line-height: 76px;
}

section.sec_submain .bg + .cont .submain h2,
section.sec_submain .bg + .cont .submain h1 {
    color: #fff;
}

section.sec_submain .cont .submain p {
    font-size: 24px;
    color: #6f6f6f;
    line-height: 1em;
    margin-top: 60px;
}

section.sec_submain .bg + .cont .submain p {
    font-size: 32px;
    line-height: 46px;
    margin-top: 43px;
    color: #ffffff;
}

section.sec_submain .bg + .cont .submain_btm {
    height: 100%;
}

section.sec_submain .bg + .cont.btm .submain h2,
section.sec_submain .bg + .cont.btm .submain h1 {
    color: #000;
    text-align: left;
    padding-bottom: 90px;
}

section.sec_exhi_list {
    padding-top: 120px;
}

section.sec_exhi_list .list_cate {
    margin-top: 46px;
}

section.sec_exhi_list .list_cate .btn_cate_togle {
    font-size: 32px;
    line-height: 32px;
    color: #6f6f6f;
    font-weight: 500;
    padding-right: 46px;
    position: relative;
}

section.sec_exhi_list .list_cate .btn_cate_togle::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 32px;
    background-image: url(../img/assets/ico-angle-cate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: All 0.3s ease-out 0.3s;
    -webkit-transition: All 0.3s ease-out 0.3s;
    -moz-transition: All 0.3s ease-out 0.3s;
    -o-transition: All 0.3s ease-out 0.3s;
    transform: translateY(0);
}

section.sec_exhi_list .list_cate.open .btn_cate_togle::after {
    opacity: 0;
    transform: translateY(10%);
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

section.sec_exhi_list .list_cate .btn_cate_togle::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 32px;
    background-image: url(../img/assets/ico-close-cate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    transform: translateY(-10%);
}

section.sec_exhi_list .list_cate.open .btn_cate_togle::before {
    opacity: 1;
    transition: All 0.3s ease-out 0.3s;
    -webkit-transition: All 0.3s ease-out 0.3s;
    -moz-transition: All 0.3s ease-out 0.3s;
    -o-transition: All 0.3s ease-out 0.3s;
    transform: translateY(0);
}

section.sec_exhi_list .list_cate .cate_list {
    margin-top: 30px;
    display: none;
    -moz-animation: showDown 0.6s forwards;
    -webkit-animation: showDown 0.6s forwards;
    animation: showDown 0.6s forwards;
}

section.sec_exhi_list .list_cate.open .cate_list {
    display: block;
}

section.sec_exhi_list .list_cate .cate_list ul {
    font-size: 0;
}

section.sec_exhi_list .list_cate .cate_list ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    position: relative;
}

section.sec_exhi_list .list_cate .cate_list ul li::after {
    content: "·";
    font-size: 24px;
    line-height: 46px;
    color: #6f6f6f;
    position: absolute;
    top: 0;
    right: -14px;
    font-weight: 500;
}

section.sec_exhi_list .list_cate .cate_list ul li:last-child {
    margin-right: 0;
}

section.sec_exhi_list .list_cate .cate_list ul li:last-child:after {
    content: none;
}

section.sec_exhi_list .list_cate .cate_list ul li a {
    font-size: 24px;
    line-height: 46px;
    color: #6f6f6f;
    font-weight: 500;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

section.sec_exhi_list .list_cate .cate_list ul li a:hover {
    color: #000;
}

section.sec_exhi_list .list_cate .cate_list ul li a.current {
    color: #000000;
    text-decoration: underline;
}

section.sec_nav {
    padding-top: 184px;
}

.btn_history_back {
    font-size: 32px;
    line-height: 32px;
    color: #6f6f6f;
    position: relative;
    padding-left: 46px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}

.btn_history_back::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 32px;
    background-image: url(../img/assets/ico-arrow-back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_exhi_detail {
    /* padding-top: 184px; */
}

section.sec_exhi_detail .detail_layout {
    padding-left: 560px;
    position: relative;
}

section.sec_exhi_detail .detail_layout .layout_tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    padding-top: 100px;
    height: 100vh;
    padding-top: 184px;
}

section.sec_exhi_detail .detail_layout .layout_tit .tit_cont {
    padding-top: 100px;
}

section.sec_exhi_detail .detail_layout .layout_tit.fixed {
    position: fixed;
    top: 0;
    left: var(--wrapper-left);
}

section.sec_exhi_detail .detail_layout .layout_tit.btm {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}

section.sec_exhi_detail .detail_layout .layout_tit .exhi_logo {
    width: 124px;
}

section.sec_exhi_detail .detail_layout .layout_tit .exhi_logo > div {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_exhi_detail .detail_layout .layout_tit h2 {
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    margin-top: 33px;
}

section.sec_exhi_detail .detail_layout .layout_tit h2 + p {
    margin-top: 60px;
}

section.sec_exhi_detail .detail_layout .layout_tit p + a,
section.sec_exhi_detail .detail_layout .layout_tit .tit_cont a + a {
    margin-top: 24px;
}

section.sec_exhi_detail .detail_layout .layout_tit p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

section.sec_exhi_detail .detail_layout .layout_tit .tit_cont a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

section.sec_exhi_detail .detail_layout .layout_tit .tit_cont a.btn_url {
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
}

section.sec_exhi_detail .detail_layout .layout_cont {
    padding-top: 316px;
    padding-bottom: 200px;
}

section.sec_exhi_detail .cont_block + .cont_block {
    margin-top: 60px;
}

section.sec_exhi_detail .cont_block h3 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 32px;
}

section.sec_exhi_detail .cont_block .text_box p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

section.sec_exhi_detail .cont_block .text_box p + a {
    margin-top: 36px;
}

section.sec_exhi_detail .cont_block .clip_wrap {
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 24px;
    overflow: hidden;
}

section.sec_exhi_detail .cont_block .img_wrap {
    margin-top: 60px;
}

section.sec_exhi_detail .cont_block .img_wrap img {
    display: block;
    width: 100%;
    border-radius: 24px;
}

section.sec_exhi_detail .cont_block .img_wrap img + img {
    margin-top: 32px;
}

section.sec_exhi_detail .cont_block .download_list li {
    border: 1px solid #e7e7e7;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 30px;
}

section.sec_exhi_detail .cont_block .download_list li + li {
    margin-top: 16px;
}

section.sec_exhi_detail .cont_block .download_list li .ico_file {
    flex: 0 0 48px;
    height: 48px;
    background-image: url(../img/assets/ico-list-file.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_exhi_detail .cont_block .download_list li > div {
    flex: 1;
    margin-left: 16px;
    font-size: 0;
}

section.sec_exhi_detail .cont_block .download_list li > div p {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Pretendard;
}

section.sec_exhi_detail .cont_block .download_list li > div span {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    font-size: 14px;
    color: #afafaf;
    font-weight: 700;
    font-family: Pretendard;
}

section.sec_exhi_detail .cont_block .manager_list ul {
    font-size: 0;
}

section.sec_exhi_detail .cont_block .manager_list li {
    padding: 32px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 24px) / 2 - 0.1px);
    border-radius: 24px;
}

section.sec_exhi_detail .cont_block .manager_list li + li {
    margin-left: 24px;
}

section.sec_exhi_detail .cont_block .manager_list li:nth-child(2n + 1) {
    margin-left: 0;
}

section.sec_exhi_detail .cont_block .manager_list li:nth-child(n + 3) {
    margin-top: 16px;
}

section.sec_exhi_detail .cont_block .manager_list li .profile {
    display: flex;
    align-items: center;
}

section.sec_exhi_detail .cont_block .manager_list li .profile .ico_profile {
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/ico-list-profile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e7e7e7;
}

section.sec_exhi_detail .cont_block .manager_list li .profile > div {
    margin-left: 16px;
}

section.sec_exhi_detail .cont_block .manager_list li .profile > div b {
    font-size: 14px;
    line-height: 16px;
    color: #ed0000;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    font-family: Pretendard;
}

section.sec_exhi_detail .cont_block .manager_list li .profile > div p {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Pretendard;
}

section.sec_exhi_detail .cont_block .manager_list li .profile > div span {
    font-size: 14px;
    line-height: 1em;
    color: #000000;
    font-weight: 400;
    font-family: Pretendard;
}

section.sec_exhi_detail .cont_block .manager_list li .btn_wrap {
    margin-top: 28px;
    text-align: right;
}

section.sec_overview {
    padding-top: 100px;
    padding-bottom: 200px;
}

section.sec_overview .marquee_wrap {
    margin-top: 184px;
    margin-bottom: 200px;
}

section.sec_overview .text_box h3 {
    font-size: 32px;
    color: #000000;
    line-height: 1em;
    margin-bottom: 32px;
}

section.sec_overview .text_box p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

section.sec_overview .text_box a {
    margin-top: 48px;
}

section.sec_overview .cont_block + .cont_block {
    margin-top: 150px;
}

section.sec_overview .cont_block h3 {
    font-size: 32px;
    line-height: 1em;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

section.sec_overview .cont_block .gallery_slider {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
}

section.sec_overview .cont_block .gallery_slider ul li {
    width: 100%;
}

section.sec_overview .cont_block .gallery_slider ul li img {
    width: 100%;
    vertical-align: top;
}

section.sec_overview .cont_block .gallery_slider_wrap .dots {
    text-align: center;
    margin-top: 34px;
}

section.sec_overview .cont_block .gallery_slider_wrap .dots span {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #afafaf;
    border-radius: 50%;
    opacity: 1;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

section.sec_overview .cont_block .gallery_slider_wrap .dots span + span {
    margin-left: 12px;
}

section.sec_overview .cont_block .gallery_slider_wrap .dots span.swiper-pagination-bullet-active {
    background-color: #000000;
    transform: scale(1.5);
}

section.sec_overview .cont_block .plan_wrap > img {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: block;
    border-radius: 24px;
}

section.sec_overview .cont_block .booth_list {
    margin-top: 60px;
}

section.sec_overview .cont_block .booth_list ul {
    font-size: 0;
}

section.sec_overview .cont_block .booth_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 64px) / 3 - 0.1px);
}

section.sec_overview .cont_block .booth_list ul li + li {
    margin-left: 32px;
}

section.sec_overview .cont_block .booth_list ul li:nth-child(3n + 1) {
    margin-left: 0;
}

section.sec_overview .cont_block .booth_list ul li:nth-child(n + 4) {
    margin-top: 60px;
}

section.sec_overview .cont_block .booth_list ul li .info {
    display: flex;
    align-items: flex-start;
}

section.sec_overview .cont_block .booth_list ul li .info i {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #e7e7e7;
    border-radius: 50%;
    font-size: 18px;
    color: #6f6f6f;
    font-weight: 500;
    margin-right: 12px;
}

section.sec_overview .cont_block .booth_list ul li .info span {
    font-size: 12px;
    color: #000000;
    line-height: 1em;
}

section.sec_overview .cont_block .booth_list ul li .info p {
    font-size: 24px;
    color: #000000;
    line-height: 1em;
    margin-top: 12px;
}

section.sec_overview .cont_block .booth_list ul li .btn_wrap {
    margin-top: 25px;
    padding-left: 60px;
}

section.sec_overview .cont_block .organ_wrap {
    text-align: center;
}

section.sec_overview .cont_block .organ_wrap img {
    display: inline-block;
    vertical-align: top;
}

section.sec_overview .cont_block .organ_wrap img + img {
    margin-left: 60px;
}

section.sec_awards {
    padding-top: 164px;
    padding-bottom: 200px;
}

section.sec_awards .list_block + .list_block {
    margin-top: 164px;
}

section.sec_awards .list_thumb_large {
    margin-top: 48px;
}

section.sec_insight {
    padding-top: 120px;
    padding-bottom: 200px;
}

section.sec_insight .list_text {
    margin-top: 100px;
}

section.sec_inquiry {
    padding-top: 64px;
    padding-bottom: 64px;
}

.sec_locate {
    padding-top: 100px;
}

.sec_locate .locate_tit {
    text-align: center;
    margin-bottom: 60px;
}

.sec_locate .locate_tit h3 {
    font-size: 72px;
    line-height: 76px;
    color: #000000;
}

.sec_locate .map_wrap {
    width: 100%;
    position: relative;
    padding-top: 35.9550561798%;
}

.sec_locate .map_wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_contact {
    padding-top: 100px;
    padding-bottom: 200px;
}

.sec_contact .contact_list ul {
    display: flex;
    justify-content: space-between;
}

.sec_contact .contact_list ul li i {
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 46px;
}

.sec_contact .contact_list ul li i.ico_phone {
    background-image: url(../img/assets/ico-phone.svg);
}

.sec_contact .contact_list ul li i.ico_sos {
    background-image: url(../img/assets/ico-sos.svg);
}

.sec_contact .contact_list ul li i.ico_web {
    background-image: url(../img/assets/ico-web.svg);
}

.sec_contact .contact_list ul li i.ico_mail {
    background-image: url(../img/assets/ico-mail.svg);
}

.sec_contact .contact_list ul li span {
    font-size: 16px;
    line-height: 1em;
    color: #6f6f6f;
    font-weight: 500;
}

.sec_contact .contact_list ul li p {
    font-size: 24px;
    line-height: 1em;
    color: #000000;
    font-weight: 500;
    margin-top: 24px;
}

.sec_privacy {
    padding-bottom: 200px;
}

.sec_privacy .privacy_cont p {
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    font-family: Pretendard;
}

.sec_related {
    padding-top: 164px;
    padding-bottom: 200px;
    background-color: #000;
}

.sec_related .related_tit h3 {
    font-size: 72px;
    line-height: 76px;
    color: #ffffff;
}

.sec_related .related_slider_wrap {
    margin-top: 60px;
    position: relative;
}

.sec_related .related_slider_wrap .related_slider li {
    width: calc((100% - 24px) / 2 - 0.1px);
    opacity: 0.3;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.sec_related .related_slider_wrap .related_slider li.next,
.sec_related .related_slider_wrap .related_slider li.active {
    opacity: 1;
}

.sec_related .related_slider_wrap .related_slider li .thumb {
    width: 100%;
    padding-top: 66.6666666667%;
    position: relative;
    overflow: hidden;
}

.sec_related .related_slider_wrap .related_slider li .thumb > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.sec_related .related_slider_wrap .related_slider li:hover .thumb > div {
    transform: scale(1.1);
}

.sec_related .related_slider_wrap .related_slider li .thumb > div img {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_related .related_slider_wrap .related_slider li .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 48px;
}

.sec_related .related_slider_wrap .related_slider li .info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 33.3333333333%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 0.5;
    pointer-events: none;
}

.sec_related .related_slider_wrap .related_slider li .info span {
    font-size: 18px;
    line-height: 1em;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.sec_related .related_slider_wrap .related_slider li .info p {
    font-size: 32px;
    line-height: 1em;
    color: #ffffff;
    margin-top: 16px;
    position: relative;
    z-index: 1;
}

.sec_related .related_slider_wrap .nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
}

.sec_related .related_slider_wrap .nav button {
    position: fixed;
    top: 0;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    cursor: none;
}

.sec_related .related_slider_wrap:hover .nav button.show {
    opacity: 1;
    pointer-events: visible;
}

.sec_related .related_slider_wrap .nav button.nav_prev {
    background-image: url(../img/assets/ico-nav-prev.svg);
}

.sec_related .related_slider_wrap .nav button.nav_next {
    background-image: url(../img/assets/ico-nav-next.svg);
}

.sec_related .btn_wrap {
    margin-top: 60px;
}

.sec_related .btn_wrap a {
    font-size: 26px;
    color: #6f6f6f;
    font-weight: 500;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.sec_related .btn_wrap a:hover {
    text-decoration: underline;
    color: #fff;
}
