/*!
Theme Name: vietbabyfair_2023
Author: Heewon Lee
Version: 1.0.0
Text Domain: vietbabyfair_2023
*/

/*basic-set*/
input[type=text],
input[type=password],
textarea {
    -webkit-box-sizing: border-box;
    ‌​ -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: auto;
    vertical-align: top;
}

* {
    position: relative;
    word-break: keep-all;
}

#wrap * {
    transition: all ease-in-out 0.3s;
}

html.on {
    height: 100%;
    overflow: hidden;
}

a.off {
    opacity: 0.4;
    -webkit-opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.bt_view_detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
}

.bt_txt:hover {
    text-decoration: none;
}

@media screen and (max-device-width: 1200px) {
    body {
        -webkit-text-size-adjust: none;
    }
}


#header {
    z-index: 10;
    padding: 0 20px;
    background: #fff;
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #c30d23;
}

#header .wrap {
    max-width: 1200px;
    height: 148px;
    margin: 0 auto;
    z-index: 1;
}

#header .wrap h1 {
    position: absolute;
    top: 68px;
    left: 0;
}

#tm {
    position: absolute;
    top: 6px;
    right: 0;
}

#tm dl {
    float: left;
    padding-left: 25px;
    margin-left: 25px;
}

#tm dl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: #d94b5c;
}

#tm dl:first-child::before {
    display: none;
}

#tm dl dt {
    float: left;
    font-size: 16px;
    line-height: 33px;
    color: #fad6dc;
    font-weight: 500;
    margin-right: 20px;
}

#tm dl dd {
    float: left;
}

#tm dl dd li {
    float: left;
    margin-left: 17px;
}

#tm dl dd li:first-child {
    margin: 0;
}

#tm dl dd li a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-indent: -9999px;
    background: 0/cover;
}

#tm dl dd li.fb a {
    background-image: url(assets/images/contact_ic_fb.png);
}

#tm dl dd li.in a {
    background-image: url(assets/images/contact_ic_in.png);
}

#tm dl dd li.yt a {
    background-image: url(assets/images/contact_ic_yt.png);
}

#tm dl dd li.ko a {
    background-image: url(assets/images/flag_ko.png);
}

#tm dl dd li.us a {
    background-image: url(assets/images/flag_us.png);
}

#tm dl dd li.ch a {
    background-image: url(assets/images/flag_vn.png);
}

#gnb {
    position: absolute;
    top: 45px;
    right: 0;
}

#gnb a:hover {
    text-decoration: none;
}

#gnb>li {
    float: left;
    width: 165px;
}

#gnb>li>a {
    display: block;
    line-height: 103px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#gnb>li:hover>a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: #c30d23;
}

#gnb>li>a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
}

#gnb>li>ul {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    height: 165px;
    background: #fff;
    border-left: 1px solid #e2e2e2;
    padding: 25px 28px;
    display: none;
}

#gnb.on>li>ul {
    display: block;
}

#gnb>li>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    color: #3c3c3c;
}

#gnb>li>ul>li>a:hover {
    color: #c30d23;
}

.gnb_sub_bg {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 215px;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-width: 2px 0 1px;
    display: none;
}

.gnb_sub_bg.on {
    display: block;
}

#bt_top {
    position: fixed;
    bottom: 3px;
    right: 27px;
    width: 72px;
    height: 27px;
    padding-top: 49px;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    background: #fff url(assets/images/bt_top.png) no-repeat center 16px;
    font-size: 15px;
    line-height: 100%;
    color: #5f5f5f;
    text-align: center;
    z-index: 10;
}

#footer {
    background: #000;
    padding: 50px 20px;
}

#footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

#footer .wrap .logo {
    position: absolute;
    top: 0;
    left: 0;
}

#footer .wrap .info {
    margin-left: 335px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

#footer .wrap .info dl dt {
    position: absolute;
    top: 0;
    left: 0;
}

#footer .wrap .info dl dd {
    margin-left: 65px;
}

#footer .wrap .info dl dd li {
    display: inline-block;
    margin-right: 12px;
}

#footer .wrap .info .copyright {
    margin-top: 15px;
}

#bt_gnb {
    display: none;
}

@media screen and (max-width:1240px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    #header::before {
        height: 34px;
    }

    #header .wrap {
        height: 94px;
    }

    #header .wrap h1 {
        top: 47px;
    }

    #header .wrap h1 img {
        height: 34px;
    }

    .header_gap {
        height: 94px;
    }

    #tm {
        top: 5px;
    }

    #tm dl {
        padding-left: 10px;
        margin-left: 10px;
    }

    #tm dl::before {
        height: 20px;
    }

    #tm dl dt {
        font-size: 12px;
        line-height: 24px;
        margin-right: 10px;
    }

    #tm dl dd li {
        margin-left: 7px;
    }

    #tm dl dd li a {
        width: 24px;
        height: 24px;
    }

    #gnb {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        right: -100%;
        background: #fff;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        z-index: 10;
        padding: 100px 30px 30px;
        overflow: hidden;
        overflow-y: auto;
    }

    #gnb.active {
        left: 0;
        right: 0;
    }

    #gnb>li {
        float: none;
        width: auto;
        margin-bottom: 15px;
        text-align: center;
        border-bottom: 1px dashed #ddd;
    }

    #gnb>li:last-child {
        border: 0;
    }

    #gnb>li>a {
        line-height: 150%;
        font-size: 22px;
        color: #d94b5c;
    }

    #gnb>li:hover>a::before {
        display: none;
    }

    #gnb>li>a::after {
        display: none;
    }

    #gnb>li>ul {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        border: 0;
        padding: 10px 15px 15px;
        display: block;
    }

    #gnb>li>ul>li {
        display: inline-block;
        margin: 0 10px;
    }

    #gnb>li>ul>li>a {
        font-size: 14px;
        line-height: 200%;
    }

    .gnb_sub_bg.on {
        display: none;
    }

    #bt_top {
        bottom: 3px;
        right: 3px;
        width: 43px;
        height: 17px;
        padding-top: 26px;
        font-size: 11px;
        background-position: center 5px;
        background-size: auto 18px;
    }

    #footer {
        padding: 30px 20px;
    }

    #footer .wrap .logo {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }

    #footer .wrap .logo img {
        height: 34px;
    }

    #footer .wrap .info {
        margin-left: 0;
        font-size: 12px;
    }

    #footer .wrap .info dl {
        margin-bottom: 5px;
    }

    #footer .wrap .info dl dd {
        margin-left: 55px;
    }

    #footer .wrap .info dl dd li {
        margin-right: 10px;
    }

    #footer .wrap .info .copyright {
        margin-top: 12px;
    }

    #bt_gnb {
        position: absolute;
        text-indent: -9999px;
        top: 56px;
        right: 0;
        width: 20px;
        height: 16px;
        z-index: 11;
        display: block;
    }

    #bt_gnb i {
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: #000;
        font-size: 0;
        line-height: 0;
        border-radius: 2px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    #bt_gnb i:nth-child(1) {
        top: 0;
    }

    #bt_gnb i:nth-child(2),
    #bt_gnb i:nth-child(3) {
        top: 7px;
    }

    #bt_gnb i:nth-child(4) {
        top: 14px;
    }

    #bt_gnb i:nth-child(1),
    #bt_gnb i:nth-child(4) {
        transition: opacity 0.8s;
        -webkit-transition: opacity 0.8s;
    }

    #bt_gnb.active i:nth-child(1),
    #bt_gnb.active i:nth-child(4) {
        opacity: 0;
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
    }

    #bt_gnb.active i:nth-child(2),
    #bt_gnb.active i:nth-child(3) {
        opacity: 0.7;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    #bt_gnb.active i:nth-child(2) {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    #bt_gnb.active i:nth-child(3) {
        transform: rotate(-495deg);
        -webkit-transform: rotate(-495deg);
    }
}


/*main*/
.mt_slider {
    overflow: hidden;
}

.mt_slider .swiper-slide {
    height: 430px;
    background: no-repeat center center/cover;
}

.mt_slider .swiper-slide .tx {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 1200px;
    padding: 0 20px;
    color: #fff;
}

.mt_slider .swiper-slide .tx .tit {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.97);
}

.mt_slider .swiper-slide .tx .tit em {
    font-size: 60px;
    color: #c30d23;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.mt_slider .swiper-slide .tx p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.47);
}

.mt_slider .swiper-slide .tx p span {
    margin-right: 18px;
}

.mt_slider .swiper-pagination {
    position: absolute;
    bottom: 69px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 1200px;
    padding: 0 20px;
    text-align: left;
}

.mt_slider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #a4a4a4;
    border-radius: 7px;
    margin: 0 13px 0 0;
}

.mt_slider .swiper-pagination-bullet-active {
    width: 28px;
    background: #fff;
}

@media screen and (max-width:1240px) {
    .mt_slider {
        margin-top: 94px;
    }

    .mt_slider .swiper-slide {
        height: 250px;
    }

    .mt_slider .swiper-slide .tx .tit {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .mt_slider .swiper-slide .tx .tit em {
        font-size: 30px;
    }

    .mt_slider .swiper-slide .tx p {
        font-size: 15px;
        line-height: 25px;
    }

    .mt_slider .swiper-slide .tx p span {
        margin-right: 12px;
    }

    .mt_slider .swiper-pagination {
        bottom: 20px;
    }

    .mt_slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 8px;
    }

    .mt_slider .swiper-pagination-bullet-active {
        width: 16px;
    }
}

#main_contents {
    padding: 80px 20px 85px;
}

#main_contents .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.m_board {
    margin-bottom: 80px;
}

.m_board::after {
    content: '';
    display: block;
    clear: both;
}

.m_board .unit {
    float: left;
    width: 29%;
}

.m_board .unit h2 {
    line-height: 26px;
    padding-bottom: 11px;
    border-bottom: 3px solid #000;
    font-size: 22px;
    font-weight: 800;
}

.m_board .unit .bt_view_more {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #000 url(assets/images/m_board_view_more.png) no-repeat center center;
    border-radius: 0 15px 0 0;
    text-indent: -9999px;
}

.m_board .unit ul {
    padding-top: 10px;
}

.m_board .unit ul li {
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    color: #6f6f6f;
    padding-right: 120px;
}

.m_board .unit ul li a {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    color: #6f6f6f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m_board .unit ul li span {
    position: absolute;
    top: 0;
    right: 0;
}

.m_board .video {
    float: left;
    width: calc(42% - 70px);
    height: 298px;
    margin: 0 35px;
}

.m_board .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1240px) {
    #main_contents {
        padding: 40px 20px 45px;
    }

    .m_board {
        margin-bottom: 40px;
    }

    .m_board .unit {
        float: none;
        width: auto;
    }

    .m_board .unit h2 {
        line-height: 22px;
        padding-bottom: 6px;
        border-bottom-width: 2px;
        font-size: 18px;
    }

    .m_board .unit .bt_view_more {
        width: 30px;
        height: 30px;
        border-radius: 0 10px 0 0;
        background-size: auto 12px;
    }

    .m_board .unit ul {
        padding-top: 7px;
    }

    .m_board .unit ul li {
        line-height: 34px;
        font-size: 13px;
        padding-right: 110px;
    }

    .m_board .video {
        float: none;
        width: auto;
        height: 0;
        margin: 20px 0;
        padding-bottom: 56.25%;
    }
}

.m_quick {
    margin: 0 -6px 80px;
}

.m_quick::after {
    content: '';
    display: block;
    clear: both;
}

.m_quick li {
    float: left;
    width: calc(25% - 12px);
    margin: 0 6px;
}

.m_quick li a {
    display: block;
    padding: 0 25px;
    line-height: 90px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    background-color: #c30d23;
}

.m_quick li:nth-child(2) a {
    background-color: #2ab2b0;
}

.m_quick li:nth-child(3) a {
    background-color: #ed989f;
}

.m_quick li:nth-child(4) a {
    background-color: #256064;
}

.m_quick li a:hover {
    text-decoration: none;
}

.m_quick li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 60px;
    background: no-repeat right center;
}

.m_quick li:nth-child(1) a::after {
    background-image: url(assets/images/m_quick_ic01.png);
}

.m_quick li:nth-child(2) a::after {
    background-image: url(assets/images/m_quick_ic02.png);
}

.m_quick li:nth-child(3) a::after {
    background-image: url(assets/images/m_quick_ic03.png);
}

.m_quick li:nth-child(4) a::after {
    background-image: url(assets/images/m_quick_ic04.png);
}

@media screen and (max-width:1240px) {
    .m_quick {
        margin: 0 -5px;
        padding-bottom: 30px;
    }

    .m_quick li {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .m_quick li a {
        padding: 0 15px;
        line-height: 65px;
        font-size: 15px;
    }

    .m_quick li a::after {
        right: 13px;
        background-size: auto 55%;
    }
}

.m_gallery {
    margin: 0 -6px;
}

.m_gallery::after {
    content: '';
    display: block;
    clear: both;
}

.m_gallery li {
    float: left;
    width: calc(50% - 64px);
    border: 1px solid #000;
    padding: 25px;
    margin: 0 6px;
}

.m_gallery li .ph {
    padding-bottom: 60.5%;
    margin-bottom: 37px;
    background: center center/cover;
}

.m_gallery li dl dt {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

.m_gallery li dl dd {
    font-size: 22px;
    line-height: 160%;
}

@media screen and (max-width:1240px) {
    .m_gallery {
        margin: 0;
    }

    .m_gallery li {
        float: none;
        width: auto;
        padding: 15px;
        margin: 0 0 10px;
    }

    .m_gallery li .ph {
        margin-bottom: 15px;
    }

    .m_gallery li dl dt {
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom-width: 2px;
        margin-bottom: 10px;
    }

    .m_gallery li dl dd {
        font-size: 14px;
    }
}

.m_inquiry {
    background: #fad6dc;
    padding: 100px 20px;
}

.m_inquiry .wrap {
    max-width: 640px;
    margin: 0 auto;
}

.m_inquiry .wrap h2 {
    padding-left: 67px;
    font-size: 47px;
    background: url(assets/images/m_inquiry_tit_deco.png) no-repeat 0 center;
    margin-bottom: 10px;
}

.m_inquiry .wrap .t_tx {
    font-size: 20px;
    color: #595959;
    margin-bottom: 56px;
}

.m_inquiry .wrap .form {
    margin-bottom: 50px;
}

.m_inquiry .wrap .form dl {
    background: #fff;
    border: 1px solid #e1d9db;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 16px;
}

.m_inquiry .wrap .form dl dt {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    line-height: 58px;
    width: 195px;
    background: #fff6f8;
    border-radius: 7px 0 0 7px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.m_inquiry .wrap .form dl dd {
    margin-left: 195px;
}

.m_inquiry .wrap .form dl dd input[type=text] {
    width: 100%;
    height: 58px;
    border: 0;
    background: none;
    font-size: 20px;
    padding: 0 15px;
}

.m_inquiry .wrap .bot {
    line-height: 90px;
}

.m_inquiry .wrap .bot input[type=checkbox] {
    display: none;
}

.m_inquiry .wrap .bot input[type=checkbox]+label {
    font-size: 20px;
    font-weight: 500;
}

.m_inquiry .wrap .bot input[type=checkbox]+label em {
    border-bottom: 1px solid #000;
}

.m_inquiry .wrap .bot input[type=checkbox]+label::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(assets/images/cb.png) 0/100% 100%;
    vertical-align: middle;
    margin: -5px 14px 0 0;
}

.m_inquiry .wrap .bot input[type=checkbox]:checked+label::before {
    background-image: url(assets/images/cb_on.png);
}

.m_inquiry .wrap .bot .bt_inquiry {
    position: absolute;
    top: 0;
    right: 0;
    width: 312px;
    line-height: 90px;
    background: #c30d23;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.m_inquiry .wrap .bot .agreement {
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
    background: #ffffff;
    padding: 10px;
}

.m_inquiry .wrap .bot .agreement ul {
    padding-left: 18px;
}

.m_inquiry .wrap .bot .agreement ul>li {
    text-indent: -18px;
}


@media screen and (max-width:1240px) {
    .m_inquiry {
        padding: 50px 20px;
        text-align: center;
    }

    .m_inquiry .wrap h2 {
        display: inline-block;
        padding-left: 35px;
        font-size: 26px;
        background-size: 25px auto;
    }

    .m_inquiry .wrap .t_tx {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .m_inquiry .wrap .form {
        margin-bottom: 30px;
    }

    .m_inquiry .wrap .form dl {
        border-radius: 8px;
        padding: 3px;
        margin-bottom: 8px;
    }

    .m_inquiry .wrap .form dl dt {
        top: 3px;
        left: 3px;
        bottom: 3px;
        line-height: 45px;
        width: 120px;
        border-radius: 5px 0 0 5px;
        font-size: 13px;
    }

    .m_inquiry .wrap .form dl dd {
        margin-left: 120px;
    }

    .m_inquiry .wrap .form dl dd input[type=text] {
        height: 45px;
        font-size: 13px;
        padding: 0 10px;
    }

    .m_inquiry .wrap .bot {
        line-height: 30px;
    }

    .m_inquiry .wrap .bot input[type=checkbox]+label {
        font-size: 13px;
    }

    .m_inquiry .wrap .bot input[type=checkbox]+label::before {
        width: 20px;
        height: 20px;
        margin: -3px 8px 0 0;
    }

    .m_inquiry .wrap .bot .bt_inquiry {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        display: block;
        line-height: 50px;
        font-size: 18px;
        margin-top: 15px;
    }
}


/*contents*/
.st_area {
    height: 215px;
    background: url(assets/images/st_bg.png) center center/cover;
}

.st_area h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 35px;
    line-height: 138%;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.97);
}

.st_area span {
    display: block;
    font-size: 30px;
    color: #c30d23;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#lnb {
    background: #f6f6f6;
    border-bottom: 1px solid #e4e4e4;
}

#lnb ul {
    max-width: 1199px;
    margin: 0 auto;
    border-left: 1px solid #e4e4e4;
}

#lnb ul::after {
    content: '';
    display: block;
    clear: both;
}

#lnb ul li {
    float: left;
    width: 33.3333%;
}

#lnb.s2 ul li {
    width: 50%;
}

#lnb.s4 ul li {
    width: 25%;
}

#lnb ul li a {
    display: block;
    line-height: 69px;
    border-right: 1px solid #e4e4e4;
    font-size: 20px;
    color: #999;
    text-align: center;
}

#lnb ul li a:hover {
    text-decoration: none;
}

#lnb ul li.on a {
    background: #c30d23;
    color: #fff;
}

#container {
    padding: 110px 20px 250px;
}

#container .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

h3.g_tit {
    font-size: 45px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 80px;
}

h4.g_tit {
    font-size: 35px;
    line-height: 100%;
    text-align: center;
}

@media screen and (max-width:1240px) {
    .st_area {
        height: 160px;
        margin-top: 94px;
    }

    .st_area h2 {
        font-size: 25px;
    }

    .st_area span {
        font-size: 20px;
    }

    #lnb ul {
        border: 0;
    }

    #lnb ul li a {
        font-size: 15px;
        line-height: 50px;
    }

    #container {
        padding: 50px 20px 100px;
    }

    #container .wrap {
        max-width: 1200px;
        margin: 0 auto;
    }

    h3.g_tit {
        font-size: 25px;
        margin-bottom: 35px;
    }

    h4.g_tit {
        font-size: 20px;
    }
}

.why_vietnam {
    margin-bottom: 150px;
}

.why_vietnam>ul>li {
    margin-bottom: 30px;
    background: #f2f2f2;
}

.why_vietnam>ul>li .ph {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    background: center center/cover;
}

.why_vietnam>ul>li dl {
    margin-left: 350px;
}

.why_vietnam>ul>li dl dt {
    line-height: 55px;
    padding: 0 25px;
    background: #999;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

.why_vietnam>ul>li dl dd {
    padding: 15px 25px;
    min-height: 108px;
}

.why_vietnam>ul>li dl dd li {
    padding-left: 15px;
    font-size: 22px;
    line-height: 130%;
    color: #737373;
    margin-bottom: 8px;
}

.why_vietnam>ul>li dl dd li:last-child {
    margin: 0;
}

.why_vietnam>ul>li dl dd li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.why_vietnam>ul>li dl dd li em {
    font-weight: 700;
    color: #c30d23;
}

.global_competitiveness {
    background: url(assets/images/sc01_01_gc_bg.png) no-repeat center 67px;
}

.global_competitiveness ul li {
    margin-bottom: 37px;
}

.global_competitiveness ul li::after {
    content: '';
    display: block;
    clear: both;
}

.global_competitiveness ul li:last-child {
    margin: 0;
}

.global_competitiveness ul li .ph {
    float: left;
    width: 303px;
    height: 303px;
    border-radius: 100%;
    background: center center/cover;
}

.global_competitiveness ul li:nth-child(2n) .ph {
    float: right;
}

.global_competitiveness ul li dl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 360px;
    right: 0;
}

.global_competitiveness ul li:nth-child(2n) dl {
    left: 0;
    right: 330px;
}

.global_competitiveness ul li dl dt {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 18px;
}

.global_competitiveness ul li dl dd {
    font-size: 20px;
    letter-spacing: -0.5px;
}

@media screen and (max-width:1240px) {
    .why_vietnam {
        margin-bottom: 80px;
    }

    .why_vietnam>ul>li {
        margin-bottom: 10px;
    }

    .why_vietnam>ul>li .ph {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: auto;
        padding-bottom: 62%;
    }

    .why_vietnam>ul>li dl {
        margin-left: 0;
    }

    .why_vietnam>ul>li dl dt {
        line-height: 35px;
        padding: 0 15px;
        font-size: 18px;
    }

    .why_vietnam>ul>li dl dd {
        padding: 10px 15px;
        min-height: 0;
    }

    .why_vietnam>ul>li dl dd li {
        padding-left: 10px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .global_competitiveness {
        background-position: center 35px;
    }

    .global_competitiveness ul li {
        margin-bottom: 35px;
    }

    .global_competitiveness ul li .ph {
        float: none;
        width: 200px;
        height: 200px;
        margin: 0 auto 15px;
    }

    .global_competitiveness ul li:nth-child(2n) .ph {
        float: none;
    }

    .global_competitiveness ul li dl {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
        text-align: center;
    }

    .global_competitiveness ul li:nth-child(2n) dl {
        left: auto;
        right: auto;
    }

    .global_competitiveness ul li dl dt {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .global_competitiveness ul li dl dd {
        font-size: 16px;
    }
}

.e_overview .unit {
    margin-bottom: 170px;
}

.e_overview .unit::after {
    content: '';
    display: block;
    clear: both;
}

.e_overview .unit .l_area {
    float: left;
    width: calc(50% - 70px);
}

.e_overview .unit .l_area .ph {
    padding-bottom: 69.5%;
    background: center center/cover;
    margin-bottom: 13px;
}

.e_overview .unit .l_area .btn {
    text-align: right;
}

.e_overview .unit .l_area .btn .bt_b_download {
    display: inline-block;
    width: 252px;
    line-height: 70px;
    background: #c30d23;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.e_overview .unit .l_area .btn .bt_b_download:hover {
    text-decoration: none;
}

.e_overview .unit .l_area .btn .bt_b_download::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(assets/images/ic_download.png) 0/100% 100%;
    vertical-align: middle;
    margin: -3px 0 0 8px;
}

.e_overview .unit .info {
    float: right;
    width: 50%;
    border-top: 1px solid #4c4c4c;
}

.e_overview .unit .info dl {
    line-height: 71px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
}

.e_overview .unit .info dl dt {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 63px;
    font-weight: 500;
}

.e_overview .unit .info dl dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 31px;
    background: no-repeat center center;
}

.e_overview .unit .info dl.i01 dt::before {
    background-image: url(assets/images/sc01_02_list_ic01.png);
}

.e_overview .unit .info dl.i02 dt::before {
    background-image: url(assets/images/sc01_02_list_ic02.png);
}

.e_overview .unit .info dl.i03 dt::before {
    background-image: url(assets/images/sc01_02_list_ic03.png);
}

.e_overview .unit .info dl.i04 dt::before {
    background-image: url(assets/images/sc01_02_list_ic04.png);
}

.e_overview .unit .info dl.i05 dt::before {
    background-image: url(assets/images/sc01_02_list_ic05.png);
}

.e_overview .unit .info dl.i06 dt::before {
    background-image: url(assets/images/sc01_02_list_ic06.png);
}

.e_overview .unit .info dl dd {
    margin-left: 207px;
}

.e_overview .unit .info dl dd .logos li {
    display: inline-block;
    margin-right: 30px;
}

.e_overview .unit .info dl dd .logos li img {
    vertical-align: middle;
    margin-top: -5px;
}

.display_item ul::after {
    content: '';
    display: block;
    clear: both;
}

.display_item ul li {
    float: left;
    width: 50%;
    margin-bottom: 34px;
    height: 143px;
    background: no-repeat 0 0/auto 100%;
}

.display_item ul li:nth-child(1) {
    background-image: url(assets/images/sc01_02_di_ic01.png);
}

.display_item ul li:nth-child(2) {
    background-image: url(assets/images/sc01_02_di_ic02.png);
}

.display_item ul li:nth-child(3) {
    background-image: url(assets/images/sc01_02_di_ic03.png);
}

.display_item ul li:nth-child(4) {
    background-image: url(assets/images/sc01_02_di_ic04.png);
}

.display_item ul li:nth-child(5) {
    background-image: url(assets/images/sc01_02_di_ic05.png);
}

.display_item ul li:nth-child(6) {
    background-image: url(assets/images/sc01_02_di_ic06.png);
}

.display_item ul li:nth-child(7) {
    background-image: url(assets/images/sc01_02_di_ic07.png);
}

.display_item ul li:nth-child(8) {
    background-image: url(assets/images/sc01_02_di_ic08.png);
}

.display_item ul li:nth-child(9) {
    background-image: url(assets/images/sc01_02_di_ic09.png);
}

.display_item ul li dl {
    position: absolute;
    top: 50%;
    left: 170px;
    right: 73px;
    transform: translateY(-50%);
    font-size: 20px;
}

.display_item ul li dl dt {
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width:1240px) {
    .e_overview .unit {
        margin-bottom: 70px;
    }

    .e_overview .unit .l_area {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .e_overview .unit .l_area .ph {
        margin-bottom: 10px;
    }

    .e_overview .unit .l_area .btn .bt_b_download {
        display: block;
        width: auto;
        line-height: 50px;
        border-radius: 7px;
        font-size: 15px;
    }

    .e_overview .unit .l_area .btn .bt_b_download::after {
        width: 18px;
        height: 18px;
        margin: -3px 0 0 7px;
    }

    .e_overview .unit .info {
        float: none;
        width: auto;
    }

    .e_overview .unit .info dl {
        line-height: 60px;
        font-size: 14px;
    }

    .e_overview .unit .info dl dt {
        padding-left: 35px;
    }

    .e_overview .unit .info dl dt::before {
        left: 0;
        width: 24px;
        background-size: 100% auto;
    }

    .e_overview .unit .info dl.i01 dt::before {
        background-size: 90% auto;
    }

    .e_overview .unit .info dl.i02 dt::before {
        background-size: 80% auto;
    }

    .e_overview .unit .info dl dd {
        margin-left: 130px;
        line-height: 26px;
        padding: 17px 0;
    }

    .e_overview .unit .info dl dd .logos li {
        margin-right: 10px;
    }

    .e_overview .unit .info dl dd .logos li img {
        max-height: 22px;
    }

    .display_item ul li {
        float: none;
        width: auto;
        margin-bottom: 20px;
        height: 100px;
    }

    .display_item ul li dl {
        left: 125px;
        right: 0;
        font-size: 14px;
    }

    .display_item ul li dl dt {
        margin-bottom: 7px;
    }
}


.tab_menu {
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 80px;
}

.tab_menu::after {
    content: '';
    display: block;
    clear: both;
}

.tab_menu li {
    float: left;
    width: 50%;
}

.tab_menu li a {
    display: block;
    line-height: 75px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.tab_menu li a:hover {
    text-decoration: none;
}

.tab_menu li.on a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: #c30d23;
}

.last_exhibition .download {
    text-align: right;
    margin-bottom: 30px;
}

.last_exhibition .download .bt_download {
    display: inline-block;
    width: 262px;
    line-height: 66px;
    border: 2px solid #c30d23;
    font-size: 20px;
    color: #c30d23;
    font-weight: 500;
    text-align: center;
}

.last_exhibition .download .bt_download:hover {
    text-decoration: none;
}

.last_exhibition .download .bt_download::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(assets/images/ic_download2.png) 0/100% 100%;
    vertical-align: middle;
    margin: -3px 0 0 8px;
}

.last_exhibition .t_sec {
    margin-bottom: 60px;
}

.last_exhibition .t_sec::after {
    content: '';
    display: block;
    clear: both;
}

.last_exhibition .t_sec .l_area {
    float: left;
    width: calc(50% - 70px);
}

.last_exhibition .t_sec .l_area .ph {
    padding-bottom: 68.9%;
    background: center center/cover;
}

.last_exhibition .t_sec .info {
    float: right;
    width: 50%;
    border-top: 1px solid #4c4c4c;
}

.last_exhibition .t_sec .info dl {
    line-height: 71px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
}

.last_exhibition .t_sec .info dl dt {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 63px;
    font-weight: 500;
}

.last_exhibition .t_sec .info dl dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 31px;
    background: no-repeat center center;
}

.last_exhibition .t_sec .info dl.i01 dt::before {
    background-image: url(assets/images/sc01_02_list_ic01.png);
}

.last_exhibition .t_sec .info dl.i02 dt::before {
    background-image: url(assets/images/sc01_02_list_ic02.png);
}

.last_exhibition .t_sec .info dl.i03 dt::before {
    background-image: url(assets/images/sc01_02_list_ic03.png);
}

.last_exhibition .t_sec .info dl.i04 dt::before {
    background-image: url(assets/images/sc01_02_list_ic04.png);
}

.last_exhibition .t_sec .info dl.i05 dt::before {
    background-image: url(assets/images/sc01_02_list_ic05.png);
}

.last_exhibition .t_sec .info dl.i06 dt::before {
    background-image: url(assets/images/sc01_02_list_ic06.png);
}

.last_exhibition .t_sec .info dl dd {
    margin-left: 207px;
}

.last_exhibition .t_sec .info dl dd .logos li {
    display: inline-block;
    margin-right: 30px;
}

.last_exhibition .t_sec .info dl dd .logos li img {
    vertical-align: middle;
    margin-top: -5px;
}

.last_exhibition .s_points {
    margin: 0 -10px 50px;
}

.last_exhibition .s_points::after {
    content: '';
    display: block;
    clear: both;
}

.last_exhibition .s_points dl {
    float: left;
    width: calc(20% - 20px);
    background: #f9f5f5;
    text-align: center;
    padding: 30px 0 58px;
    margin: 0 10px;
}

.last_exhibition .s_points dt {
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    font-size: 25px;
    color: #585858;
    letter-spacing: -0.5px;
}

.last_exhibition .s_points dd {
    font-size: 35px;
    color: #c30d23;
    font-weight: 700;
}

.last_exhibition .s_points dd::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -8px 15px 0 0;
}

.last_exhibition .s_points dl:nth-child(1) dd::before {
    background-image: url(assets/images/sc01_03_data_ic01.png);
    width: 51px;
    height: 41px;
}

.last_exhibition .s_points dl:nth-child(2) dd::before {
    background-image: url(assets/images/sc01_03_data_ic02.png);
    width: 44px;
    height: 40px;
}

.last_exhibition .s_points dl:nth-child(3) dd::before {
    background-image: url(assets/images/sc01_03_data_ic03.png);
    width: 50px;
    height: 32px;
}

.last_exhibition .s_points dl:nth-child(4) dd::before {
    background-image: url(assets/images/sc01_03_data_ic04.png);
    width: 34px;
    height: 39px;
}

.last_exhibition .s_points dl:nth-child(5) dd::before {
    background-image: url(assets/images/sc01_03_data_ic05.png);
    width: 37px;
    height: 41px;
}

.last_exhibition .survey {
    margin-bottom: 160px;
}

.last_exhibition .gallery ul {
    margin: 0 -22px;
}

.last_exhibition .gallery ul::after {
    content: '';
    display: block;
    clear: both;
}

.last_exhibition .gallery ul li {
    float: left;
    width: calc(33.33% - 44px);
    margin: 0 22px;
}

.last_exhibition .gallery ul li .ph {
    padding-bottom: 74.6%;
    background: center center/cover;
}

@media screen and (max-width:1240px) {
    .tab_menu {
        margin-bottom: 40px;
    }

    .tab_menu li a {
        line-height: 48px;
        font-size: 22px;
    }

    .tab_menu li.on a::after {
        height: 3px;
    }

    .last_exhibition .download {
        margin-bottom: 15px;
    }

    .last_exhibition .download .bt_download {
        width: 200px;
        line-height: 50px;
        font-size: 15px;
    }

    .last_exhibition .download .bt_download::after {
        width: 18px;
        height: 18px;
        margin: -3px 0 0 7px;
    }

    .last_exhibition .t_sec {
        margin-bottom: 30px;
    }

    .last_exhibition .t_sec .l_area {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .last_exhibition .t_sec .l_area .ph {
        margin-bottom: 10px;
    }

    .last_exhibition .t_sec .l_area .btn .bt_b_download {
        display: block;
        width: auto;
        line-height: 50px;
        border-radius: 7px;
        font-size: 15px;
    }

    .last_exhibition .t_sec .l_area .btn .bt_b_download::after {
        width: 18px;
        height: 18px;
        margin: -3px 0 0 7px;
    }

    .last_exhibition .t_sec .info {
        float: none;
        width: auto;
    }

    .last_exhibition .t_sec .info dl {
        line-height: 60px;
        font-size: 14px;
    }

    .last_exhibition .t_sec .info dl dt {
        padding-left: 35px;
    }

    .last_exhibition .t_sec .info dl dt::before {
        left: 0;
        width: 24px;
        background-size: 100% auto;
    }

    .last_exhibition .t_sec .info dl.i01 dt::before {
        background-size: 90% auto;
    }

    .last_exhibition .t_sec .info dl.i02 dt::before {
        background-size: 80% auto;
    }

    .last_exhibition .t_sec .info dl dd {
        margin-left: 130px;
        line-height: 26px;
        padding: 17px 0;
    }

    .last_exhibition .t_sec .info dl dd .logos li {
        margin-right: 10px;
    }

    .last_exhibition .t_sec .info dl dd .logos li img {
        max-height: 22px;
    }

    .last_exhibition .s_points {
        margin: 0 -5px 30px;
    }

    .last_exhibition .s_points dl {
        width: calc(50% - 10px);
        padding: 20px 0 42px;
        margin: 0 5px 10px;
    }

    .last_exhibition .s_points dl:last-child {
        width: calc(100% - 10px);
    }

    .last_exhibition .s_points dt {
        bottom: 15px;
        font-size: 15px;
    }

    .last_exhibition .s_points dd {
        font-size: 24px;
    }

    .last_exhibition .s_points dl dd::before {
        margin: -6px 10px 0 0;
        background-size: 100% 100%;
    }

    .last_exhibition .s_points dl:nth-child(1) dd::before {
        width: 35px;
        height: 28px;
    }

    .last_exhibition .s_points dl:nth-child(2) dd::before {
        width: 29px;
        height: 28px;
    }

    .last_exhibition .s_points dl:nth-child(3) dd::before {
        width: 35px;
        height: 22px;
    }

    .last_exhibition .s_points dl:nth-child(4) dd::before {
        width: 23px;
        height: 27px;
    }

    .last_exhibition .s_points dl:nth-child(5) dd::before {
        width: 26px;
        height: 28px;
    }

    .last_exhibition .survey {
        margin-bottom: 60px;
    }

    .last_exhibition .gallery ul {
        margin: 0;
    }

    .last_exhibition .gallery ul li {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
}

.ptp_info>div {
    margin-bottom: 108px;
}

.ptp_info>div:last-child {
    margin: 0;
}

.ptp_info .process::after {
    content: '';
    display: block;
    clear: both;
}

.ptp_info .process .step {
    margin: 0 -43px;
}

.ptp_info .process .step .unit {
    float: left;
    width: calc(33.3333% - 162px);
    height: 487px;
    border: 2px solid #c30d23;
    border-radius: 10px;
    padding: 0 36px;
    margin: 0 43px;
}

.ptp_info .process .step .unit::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 2px);
    width: 86px;
    background: url(assets/images/sc02_step_arrow.png) no-repeat center center;
}

.ptp_info .process .step .unit:last-child::after {
    display: none;
}

.ptp_info .process .step .unit .exp {
    padding: 27px 0;
}

.ptp_info .process .step .unit .exp::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 45px;
    height: 40px;
    background: no-repeat right center;
}

.ptp_info .process .step .unit:nth-child(1) .exp::after {
    background-image: url(assets/images/sc02_step_ic01.png);
}

.ptp_info .process .step .unit:nth-child(2) .exp::after {
    background-image: url(assets/images/sc02_step_ic02.png);
}

.ptp_info .process .step .unit:nth-child(3) .exp::after {
    background-image: url(assets/images/sc02_step_ic03.png);
}

.ptp_info .process .step .unit .exp .num {
    font-size: 23px;
    color: #c30d23;
    font-weight: 500;
    margin-bottom: 28px;
}

.ptp_info .process .step .unit .exp dl dt {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ptp_info .process .step .unit .exp dl dd {
    font-size: 20px;
    color: #404040;
}

.ptp_info .process .step .unit .d_info {
    padding: 27px 0;
    border-top: 1px solid #dacdcf;
    font-size: 20px;
    font-weight: 500;
}

.ptp_info .process .step .unit .d_info p {
    margin-bottom: 15px;
}

.ptp_info .process .step .unit .d_info p:last-child {
    margin: 0;
}

.ptp_info .process .step .unit .d_info span {
    color: #c30d23;
    font-weight: normal;
}

.p_inquiry .info {
    border-top: 4px solid #4c4c4c;
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 0;
    line-height: 64px;
}

.p_inquiry .info dl,
.p_inquiry .info dl dt,
.p_inquiry .info dl dd {
    display: inline-block;
}

.p_inquiry .info dl {
    margin-right: 50px;
    font-size: 27px;
}

.p_inquiry .info dl dt {
    padding-left: 68px;
    color: #c30d23;
    background: no-repeat 0 center;
    margin-right: 8px;
}

.p_inquiry .info dl dd {
    font-weight: 500;
}

.p_inquiry .info dl:nth-child(1) dt {
    background-image: url(assets/images/sc02_inquiry_ic01.png);
}

.p_inquiry .info dl:nth-child(2) dt {
    background-image: url(assets/images/sc02_inquiry_ic02.png);
}

.p_inquiry .info .bt_download {
    position: absolute;
    top: 20px;
    right: 0;
    width: 220px;
    line-height: 64px;
    background: #c30d23;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.p_inquiry .info .bt_download:hover {
    text-decoration: none;
}

.p_inquiry .info .bt_download::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(assets/images/ic_download.png) 0/100% 100%;
    vertical-align: middle;
    margin: -3px 0 0 8px;
}

.ptp_info .account .info {
    border-top: 4px solid #4c4c4c;
    border-bottom: 1px solid #cbcbcb;
    padding: 30px 0;
    font-size: 27px;
    line-height: 155%;
}

.ptp_info .account .info p {
    font-weight: 500;
}

.ptp_info .account .info p span {
    margin-right: 12px;
}

.tb_data {
    width: 100%;
    border-top: 4px solid #4c4c4c;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.tb_data th {
    height: 70px;
    background: #fcfbfb;
    border: 1px solid #cbcbcb;
    border-width: 0 1px 1px 0;
    font-weight: 500;
}

.tb_data td {
    height: 70px;
    border: 1px solid #cbcbcb;
    border-width: 0 1px 1px 0;
}

.tb_data tr>*:last-child {
    border-right: 0;
}

.entry_fee ul li {
    padding-left: 18px;
    font-size: 20px;
    line-height: 180%;
}

.entry_fee ul li::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #c30d23;
    border-radius: 100%;
}

.booth_type .tb_data td {
    height: auto;
    padding: 35px 30px;
    vertical-align: top;
}

.booth_type .b_guide {
    font-size: 20px;
    color: #8f8f8f;
}

@media screen and (max-width:1240px) {
    .ptp_info>div {
        margin-bottom: 50px;
    }

    .ptp_info .process .step {
        margin: 0;
    }

    .ptp_info .process .step .unit {
        float: none;
        width: auto;
        height: auto;
        padding: 0 20px;
        margin: 0 0 60px;
    }

    .ptp_info .process .step .unit::after {
        top: calc(100% + 2px);
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 60px;
        background-size: auto 26px;
        transform: rotate(90deg);
    }

    .ptp_info .process .step .unit .exp {
        padding: 15px 0;
    }

    .ptp_info .process .step .unit .exp::after {
        top: 15px;
        right: 0;
    }

    .ptp_info .process .step .unit .exp .num {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ptp_info .process .step .unit .exp dl dt {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .ptp_info .process .step .unit .exp dl dd {
        font-size: 15px;
    }

    .ptp_info .process .step .unit .d_info {
        padding: 15px 0;
        font-size: 15px;
    }

    .ptp_info .process .step .unit .d_info p {
        margin-bottom: 10px;
    }

    .p_inquiry .info {
        border-top-width: 2px;
        padding: 15px 0;
        line-height: 45px;
    }

    .p_inquiry .info dl {
        display: block;
        margin: 0;
        font-size: 16px;
    }

    .p_inquiry .info dl dt {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 45px;
        margin: 0;
        background-size: 35px auto;
    }

    .p_inquiry .info dl dd {
        display: block;
        margin-left: 110px;
    }

    .p_inquiry .info .bt_download {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        line-height: 50px;
        border-radius: 7px;
        font-size: 15px;
        margin-top: 10px;
    }

    .p_inquiry .info .bt_download::after {
        width: 18px;
        height: 18px;
        margin: -3px 0 0 7px;
    }

    .ptp_info .account .info {
        border-top-width: 2px;
        padding: 15px 0;
        font-size: 15px;
    }

    .ptp_info .account .info p span {
        margin-right: 5px;
    }

    .tb_data {
        border-top-width: 2px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .tb_data th {
        height: 42px;
    }

    .tb_data td {
        height: auto;
        padding: 15px 10px;
    }

    .tb_data tr>*:last-child {
        border-right: 0;
    }

    .entry_fee ul li {
        padding-left: 12px;
        font-size: 13px;
    }

    .entry_fee ul li::before {
        top: 10px;
        width: 4px;
        height: 4px;
    }

    .booth_type .tb_data td {
        padding: 10px;
    }

    .booth_type .b_guide {
        font-size: 13px;
    }

    .booth_type .ov_box {
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 20px;
    }

    .booth_type .ov_box .tb_data {
        min-width: 800px;
        margin: 0;
    }
}

.admission .t_sec {
    margin-bottom: 140px;
}

.admission .t_sec::after {
    content: '';
    display: block;
    clear: both;
}

.admission .t_sec .l_area {
    float: left;
    width: calc(50% - 70px);
}

.admission .t_sec .l_area .ph {
    padding-bottom: 66.8%;
    background: center center/cover;
}

.admission .t_sec .info {
    float: right;
    width: 50%;
    border-top: 1px solid #4c4c4c;
}

.admission .t_sec .info dl {
    line-height: 71px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
}

.admission .t_sec .info dl.i04 {
    border: 0;
}

.admission .t_sec .info dl dt {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 63px;
    font-weight: 500;
}

.admission .t_sec .info dl dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 31px;
    background: no-repeat center center;
}

.admission .t_sec .info dl.i01 dt::before {
    background-image: url(assets/images/sc03_01_list_ic01.png);
}

.admission .t_sec .info dl.i02 dt::before {
    background-image: url(assets/images/sc03_01_list_ic02.png);
}

.admission .t_sec .info dl.i03 dt::before {
    background-image: url(assets/images/sc03_01_list_ic03.png);
}

.admission .t_sec .info dl.i04 dt::before {
    background-image: url(assets/images/sc03_01_list_ic04.png);
}

.admission .t_sec .info dl dd {
    margin-left: 207px;
}

.admission .t_sec .info .btns {
    margin: 0 -10px;
}

.admission .t_sec .info .btns::after {
    content: '';
    display: block;
    clear: both;
}

.admission .t_sec .info .btns a {
    display: block;
    float: left;
    width: calc(50% - 20px);
    line-height: 65px;
    margin: 0 10px;
    background: #c30d23;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.admission .t_sec .info .btns a:hover {
    text-decoration: none;
}

.admission .procedure h4 {
    margin-bottom: 30px;
}

.admission .procedure h5 {
    font-size: 25px;
    line-height: 100%;
    color: #c30d23;
    font-weight: 500;
    margin-bottom: 25px;
}

.admission .procedure .step {
    border-left: 1px solid #d9cbce;
    margin-bottom: 34px;
}

.admission .procedure .step::after {
    content: '';
    display: block;
    clear: both;
}

.admission .procedure .step dl {
    float: left;
    width: calc(25% - 1px);
    border: 1px solid #d9cbce;
    border-left: 0;
    padding: 51px 0 33px;
    text-align: center;
}

.admission .procedure .step dl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 49px;
    height: 49px;
    background: url(assets/images/sc03_01_step_arrow.png);
}

.admission .procedure .step dl:last-child:after {
    display: none;
}

.admission .procedure .step dl dt {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 33px;
}

.admission .procedure .step dl dd {
    font-size: 20px;
    padding-top: 123px;
}

.admission .procedure .step dl dd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 87px;
    background: no-repeat center center;
}

.admission .procedure .step dl.s01 dd::before {
    background-image: url(assets/images/sc03_01_p_step_ic01.png);
}

.admission .procedure .step dl.s02 dd::before {
    background-image: url(assets/images/sc03_01_p_step_ic02.png);
}

.admission .procedure .step dl.s03 dd::before {
    background-image: url(assets/images/sc03_01_p_step_ic03.png);
}

.admission .procedure .step dl.s04 dd::before {
    background-image: url(assets/images/sc03_01_p_step_ic04.png);
}

@media screen and (max-width:1240px) {
    .admission .t_sec {
        margin-bottom: 50px;
    }

    .admission .t_sec .l_area {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .admission .t_sec .l_area .ph {
        margin-bottom: 10px;
    }

    .admission .t_sec .l_area .btn .bt_b_download {
        display: block;
        width: auto;
        line-height: 50px;
        border-radius: 7px;
        font-size: 15px;
    }

    .admission .t_sec .l_area .btn .bt_b_download::after {
        width: 18px;
        height: 18px;
        margin: -3px 0 0 7px;
    }

    .admission .t_sec .info {
        float: none;
        width: auto;
    }

    .admission .t_sec .info dl {
        line-height: 60px;
        font-size: 14px;
    }

    .admission .t_sec .info dl dt {
        padding-left: 35px;
    }

    .admission .t_sec .info dl dt::before {
        left: 0;
        width: 24px;
        background-size: 100% auto;
    }

    .admission .t_sec .info dl.i01 dt::before {
        background-size: 90% auto;
    }

    .admission .t_sec .info dl.i02 dt::before {
        background-size: 80% auto;
    }

    .admission .t_sec .info dl dd {
        margin-left: 130px;
        line-height: 26px;
        padding: 17px 0;
    }

    .admission .t_sec .info dl dd .logos li {
        margin-right: 10px;
    }

    .admission .t_sec .info dl dd .logos li img {
        max-height: 22px;
    }

    .admission .t_sec .info .btns {
        margin: 0 -5px;
    }

    .admission .t_sec .info .btns a {
        width: calc(50% - 10px);
        line-height: 55px;
        margin: 0 5px;
        font-size: 15px;
    }

    .admission .procedure h4 {
        margin-bottom: 20px;
    }

    .admission .procedure h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .admission .procedure .step {
        border: 0;
        border-top: 1px solid #d9cbce;
        margin-bottom: 34px;
    }

    .admission .procedure .step::after {
        content: '';
        display: block;
        clear: both;
    }

    .admission .procedure .step dl {
        float: none;
        width: auto;
        border: 1px solid #d9cbce;
        border-width: 0 1px 1px 1px;
        padding: 18px;
        text-align: left;
    }

    .admission .procedure .step dl::after {
        top: 100%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    .admission .procedure .step dl:last-child:after {
        display: none;
    }

    .admission .procedure .step dl dt {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .admission .procedure .step dl dd {
        font-size: 15px;
        padding-top: 0;
    }

    .admission .procedure .step dl dd::before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-position: right bottom;
    }

    .admission .procedure .step dl.s01 dd::before {
        background-size: auto 100%;
    }

    .admission .procedure .step dl.s02 dd::before {
        background-size: auto 85%;
    }

    .admission .procedure .step dl.s03 dd::before {
        background-size: auto 79%;
    }

    .admission .procedure .step dl.s04 dd::before {
        background-size: auto 83%;
    }
}

ul.tab_year {
    margin-bottom: 75px;
}

ul.tab_year:after {
    content: '';
    display: block;
    clear: both;
}

ul.tab_year li {
    float: left;
    width: 50%;
}

ul.tab_year li a {
    display: block;
    line-height: 69px;
    border: 1px solid #faf8f8;
    border-bottom: 0;
    background: #faf8f8;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

ul.tab_year li a:hover {
    text-decoration: none;
}

ul.tab_year li.active a {
    border: 1px solid #c30d23;
    border-bottom: 0;
    background: #fff;
    color: #c30d23;
}

.tab_year_content {
    display: none;
}

.tab_year_content.on {
    display: block;
}

.coming_soon {
    padding: 300px 0 390px;
    background: #f6f6f6;
    text-align: center;
}

@media screen and (max-width:1240px) {
    ul.tab_year {
        margin-bottom: 35px;
    }

    ul.tab_year li a {
        line-height: 49px;
        font-size: 15px;
    }

    .coming_soon {
        padding: 150px 0 200px;
    }

    .coming_soon img {
        height: 150px;
    }
}

.exhibition_hall h4 {
    margin-bottom: 70px;
}

.exhibition_hall .unit {
    padding-bottom: 80px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 80px;
}

.exhibition_hall .unit::after {
    content: '';
    display: block;
    clear: both;
}

.exhibition_hall .unit:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.exhibition_hall .unit .visual {
    float: left;
    width: calc(63% - 25px);
    height: 324px;
}

.exhibition_hall .unit .visual>* {
    position: absolute;
    top: 0;
    bottom: 0;
}

.exhibition_hall .unit .visual .map {
    left: 0;
    width: calc(64.4% - 5px);
    background: center center/cover;
}

.exhibition_hall .unit .visual .ph {
    right: 0;
    width: calc(35.6% - 5px);
}

.exhibition_hall .unit .visual .ph li {
    position: absolute;
    background: center center/cover;
}

.exhibition_hall .unit .visual .ph li:nth-child(1) {
    top: 0;
    left: 0;
    right: 0;
    height: calc(54% - 5px);
}

.exhibition_hall .unit .visual .ph li:nth-child(2) {
    bottom: 0;
    left: 0;
    width: calc(50% - 5px);
    height: calc(46% - 5px);
}

.exhibition_hall .unit .visual .ph li:nth-child(3) {
    bottom: 0;
    right: 0;
    width: calc(50% - 5px);
    height: calc(46% - 5px);
}

.exhibition_hall .unit .tx {
    float: right;
    width: calc(37% - 25px);
    font-size: 18px;
    line-height: 166%;
    letter-spacing: -1px;
}

.exhibition_hall .unit .tx dl {
    margin-bottom: 35px;
}

.exhibition_hall .unit .tx dl:nth-child(3) {
    margin-bottom: 5px;
}

.exhibition_hall .unit .tx dl dt {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: no-repeat 0 center;
}

.exhibition_hall .unit .tx dl:nth-child(1) dt {
    background-image: url(assets/images/sc04_01_info_ic01.png);
}

.exhibition_hall .unit .tx dl:nth-child(2) dt {
    background-image: url(assets/images/sc04_01_info_ic02.png);
}

.exhibition_hall .unit .tx dl:nth-child(3) dt {
    background-image: url(assets/images/sc04_01_info_ic03.png);
}

.exhibition_hall .unit .tx dl:nth-child(4) dt {
    background-image: url(assets/images/sc04_01_info_ic04.png);
}

.exhibition_hall .unit .tx dl:nth-child(5) dt {
    background-image: url(assets/images/sc04_01_info_ic05.png);
}

.exhibition_hall .unit .tx dl dd {
    margin-left: 30px;
}

@media screen and (max-width:1240px) {
    .exhibition_hall h4 {
        margin-bottom: 40px;
    }

    .exhibition_hall .unit {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .exhibition_hall .unit .visual {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .exhibition_hall .unit .visual>* {
        position: relative;
        top: auto;
        bottom: auto;
    }

    .exhibition_hall .unit .visual .map {
        left: auto;
        width: auto;
        padding-bottom: 69%;
        margin-bottom: 10px;
    }

    .exhibition_hall .unit .visual .ph {
        right: auto;
        width: auto;
    }

    .exhibition_hall .unit .visual .ph::after {
        content: '';
        display: block;
        clear: both;
    }

    .exhibition_hall .unit .visual .ph li {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        float: left;
    }

    .exhibition_hall .unit .visual .ph li:nth-child(1) {
        width: 100%;
        padding-bottom: 65%;
        margin-bottom: 10px;
    }

    .exhibition_hall .unit .visual .ph li:nth-child(2) {
        padding-bottom: 55%;
        margin-right: 10px;
    }

    .exhibition_hall .unit .visual .ph li:nth-child(3) {
        padding-bottom: 55%;
    }

    .exhibition_hall .unit .tx {
        float: none;
        width: auto;
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .exhibition_hall .unit .tx dl {
        margin-bottom: 25px;
    }

    .exhibition_hall .unit .tx dl dt {
        top: 2px;
        height: 20px;
        width: 15px;
        background-size: 100% auto;
    }

    .exhibition_hall .unit .tx dl dd {
        margin-left: 25px;
    }
}

.board_list .option {
    margin-bottom: 20px;
    text-align: right;
}

.board_list .option span {
    display: inline-block;
    width: 147px;
}

.board_list .option span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 13px;
    height: 8px;
    background: url(assets/images/sel_arrow.png) 0/100% 100%;
}

.board_list .option span select {
    width: 100%;
    height: 50px;
    border: 1px solid #cbcbcb;
    padding: 0 12px;
    font-size: 18px;
    color: #838383;
    appearance: none;
}

.board_list .tb_data {
    margin-bottom: 110px;
}

.board_list .tb_data td {
    color: #616161;
}

.board_list .tb_data td a {
    color: #616161;
}

.tb_data td.tit {
    text-align: left;
    padding: 20px 35px;
    height: auto;
}

.pagination {
    text-align: center;
}

.pagination a {
    margin: 0 4px;
}

.pagination img {
    vertical-align: top;
}

.pagination span {
    padding: 0 10px;
    display: inline-block;
}

.pagination span a {
    padding: 0 5px;
    display: inline-block;
    font-size: 18px;
    color: #838383;
    line-height: 38px;
    min-width: 28px;
}

.pagination span a:hover {
    text-decoration: underline;
}

.pagination span a.on {
    color: #c30d23;
}

@media screen and (max-width:1240px) {
    .board_list .option {
        margin-bottom: 10px;
    }

    .board_list .option span {
        width: 105px;
    }

    .board_list .option span::after {
        right: 10px;
        width: 10px;
        height: 6px;
    }

    .board_list .option span select {
        height: 35px;
        padding: 0 8px;
        font-size: 13px;
    }

    .board_list .tb_data {
        margin-bottom: 50px;
        font-size: 12px;
    }

    .tb_data td.tit {
        padding: 15px 10px;
    }

    .pagination a {
        margin: 0 2px;
    }

    .pagination a img {
        height: 30px;
    }

    .pagination span {
        padding: 0 3px;
    }

    .pagination span a {
        padding: 0 3px;
        font-size: 13px;
        line-height: 28px;
        min-width: 22px;
    }
}

.tb_data.view td {
    text-align: left;
    height: auto;
    padding: 20px 45px;
}

.tb_data.view td.date {
    color: #616161;
}

.tb_data.view td.con_tx {
    padding: 50px 45px;
}

.tb_data.view td.con_tx li {
	list-style: disc;
}

.tb_data.view td.con_tx ul {
	margin: 10px 0;
}

.tb_data.view td .file dt {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.tb_data.view td .file dd {
    margin-left: 100px;
}

.board_view .btn {
    text-align: right;
}

.board_view .btn .bt_list {
    display: inline-block;
    width: 138px;
    line-height: 50px;
    background: #e8e8e8;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.board_view .btn .bt_list:hover {
    text-decoration: none;
}

@media screen and (max-width:1240px) {
    .tb_data.view td {
        padding: 15px;
    }

    .tb_data.view td.con_tx {
        padding: 30px 15px;
    }

    .tb_data.view td .file dd {
        margin-left: 70px;
    }

    .board_view .btn .bt_list {
        width: 110px;
        line-height: 40px;
        font-size: 14px;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}