/*
 * Developed by Nanuminet on 23. 4. 17. 오전 11:40.
 * Last modified 23. 4. 17. 오전 11:38.
 * Copyright Nanuminet (c) 2023. All rights reserved.
 */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header.fixed-top, header.fixed-tpo .container{
    background-color: rgba(0,0,0,0);
}

a{
    color: #666666;
    text-decoration: none;
}
a:hover{
    color: #007bff;
    text-decoration: none;
}
/*
상단메뉴 관련
 */

.mainNavMenu {width:100%}

#mainNav .nav.navbar-nav {width:100%;}

#mainNav .nav .nav-item {width:14.28%;text-align: center;}
.menuOverlay-content .nav-item {text-align: left;}
/*.menuOverlay-content{}
.menuOverlay-content .nav-item {}*/

nav.navbar.nav_transparent {background-color: rgba(0,0,0,0.1); transition: 0.5s; border-bottom: 0}
nav.navbar.nav_white {background-color: rgba(255,255,255,1); transition: 0.5s; border-bottom: 1px solid #e5e5e5}


#mainNav .nav .nav-item .nav-link {
    font-size: 1.12rem;
    color: #4c4c4c;
    font-weight: 500;
    line-height: 1.2em;
    height:100%;

}
#mainNav .nav.jp .nav-item .nav-link {
    /*font-size: 0.9em;*/
}

@media screen and (max-width: 1499px){
    #mainNav .nav .nav-item .nav-link, .menuOverlay-content .nav-item .nav-link {
        font-size: 0.9em;
    }
    /*#mainNav .nav.jp .nav-item .nav-link {
        font-size: 0.8em;
    }*/
}


.navbar-nav .nav-item .nav-link.sideMenu {
    padding-left: 3px;
}

.nav-tabs .nav-link, #main-content .nav-tabs .nav-item, #main-content .nav-tabs{
    border: none;
}
.nav-tabs .nav-item.nav-link.active {
    border-bottom: 3px solid #007bff;
}

#main-content .nav-tabs a {
    color: #666666 ;
}

.nav.nav-tabs{
    border-bottom: 1px solid #e5e5e5;
}
.nav .nav-item .nav-link:hover {
    color: #007bff;
}

#pc-nav #nav-tab .nav-link {padding:.5rem 0.8rem}

header.masthead {
    padding-top:10rem;
    padding-bottom:calc(10rem - 56px);
    background-position:50%;
    background-size:cover
}


nav.navbar{
    height: 96px;
    /*background-color: rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1)*/
}
.main-banner{
    height: 160px;
    background-color: #003bb3;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-text{
    font-size: 14px;
    font-weight: 400;
    color: #4b484a;
}
.footer-text-mobile{
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #4b484a;
}

.copyright-text{
    color: #007bff;
}

.main-content-bg{
    background-image: url(/images/main_bg4.jpg);
    background-repeat: no-repeat;

}

#main-content .card {
    box-shadow: #191919;
}

.main-content-view{
    display: none;
}

.main-content-top{
    display: block;
    z-index: 1009;
    height: 100%;
    left:50%;
}

.main-content-card{
    left:-50%;
    height: 100%;
}

.main-content-card .col-lg-6, .main-content-card .col-lg-3, .main-content-card .col-lg-2{
    padding:5px;
}

#main-content .card{
    border-radius: 0;
}

.notice-yymm{
    font-family:Arial, sans-serif;
    font-size: 14px;
    padding-top:10px;
    margin-bottom: 0;
    color: #ffffff;
}
.notice-dd{
    font-family: Arial, sans-serif;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #ffffff;
}
.notice-box-title {
    font-size: 20px;
    margin: 0;
    padding-bottom:5px;
}

.notice-box-title a{
    color: #000000;
}
.notice-box-title a:hover{
    color: #007bff;
}

.notice-box-desc{
    font-size: 14px;
    margin-bottom: 0;
}

.notice-box-bg{
    background-image: url("/images/notice_box_bg.jpg");
}

.notice-box .card-body ul{
    margin-bottom: 0;
}
.main-content-card .card{
    border-radius: 0;
}
.notice-box{

}
.text-div{
    color: #bebebe;
    padding: 0.5rem 0;
}
.notice-list li{
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}
.tab-content hr{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

footer a {
    color: #4c4c4c;
}
footer a:hover {
    color: #007bff;
    text-decoration: none;
}


/*
top 메뉴
 */

.menuOverlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1040;
    top: 82px;
    transition: 0.5s;
    font-size: 14px;
    padding: 0;
    overflow-y: hidden;
    background-color: #ffffff;
}

.menuOverlay-content {
    position: relative;
}

/*
사이트맵
 */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.95);
    overflow-y: hidden;
    -ms-overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content h4 {
    color:#ffffff;
}
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay .row .col a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay .row .col a:hover, .overlay .row .col a:focus {
    color: #0c75ff;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.quick-menu{
    margin-top: -25px;
}

.quick-menu-img01{
    height: 200px;
    background-image: url("/images/main_card_img01.jpg");
    background-repeat: no-repeat;
}
.quick-menu-img02{
    height: 200px;
    background-image: url("/images/main_card_img02.jpg");
    background-repeat: no-repeat;
}
.quick-menu-img03{
    height: 200px;
    background-image: url("/images/main_card_img03.jpg");
    background-repeat: no-repeat;
}
.quick-menu-img04{
    height: 200px;
    background-image: url("/images/main_card_img04.jpg");
    background-repeat: no-repeat;
}
.quick-menu-img05{
    height: 200px;
    background-image: url("/images/main_card_img05.jpg");
    background-repeat: no-repeat;
}
.quick-menu-img06{
    height: 200px;
    background-image: url("/images/main_card_img06.jpg");
    background-repeat: no-repeat;
}
.quick-menu a.card .card-body{
    color: #ffffff;
    padding-top: 127px;
    padding-left: 7px;
    padding-right: 7px;
}

.banner-padding{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 150px;
    padding-right: 150px;
}

.subMenuTite-position{
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #232323;
}

.language-position{
    right:30px;
    top: 35px;
}
.language-select{
    height: 30px;
    font-size: 14px;
    padding: 0 7px;
    border: 1px solid #0056ff;
    letter-spacing: normal;
    align-self: center;

}
.language-select.active{
    height: 30px;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #0056ff;
    border: 1px solid #0056ff;
}
/* Add hsp */
@media screen and (max-width: 1499px){
    .language-select {
        font-size: 0.7em;
    }
}
.bg-1-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;

}

.bg-1-man {
    position: absolute;
    width: 100%;
    bottom: 32px;
    left: 48%;
    z-index: 10;
}

.top-side{
    padding-left: 10px;
    padding-right: 10px;
}

.bg-bird-ani{
    position: absolute;
    background-image: url("/images/draft03_bg_img03.png");
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height: 100%;
    z-index: 11;
}
.bg-bird-ani2{
    position: relative;
    background-image: url("/images/draft03_bg_img03.png");
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height: 100%;
    z-index: 9;
    margin-top: -750px;
    left: 15%;
}

.bg-2-bld {
    position: absolute;
    bottom: 0;
    right: 17px;
    z-index: 9;
}
.bg-2-wall{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
}

.height-300{
    height: 300px;
}
.height-400{
    height: 400px;
}

.bg-main1 {
    height: 360px;
    background-image: url("/images/sub01_bg.jpg");
    background-repeat: no-repeat;
}
.bg-main2 {
    height: 360px;
    background-image: url("/images/sub02_bg.jpg");
    background-repeat: no-repeat;
}
.bg-main3 {
    height: 360px;
    background-image: url("/images/sub03_bg.jpg");
    background-repeat: no-repeat;
}
.bg-main4 {
    height: 360px;
    background-image: url("/images/sub04_bg.jpg");
    background-repeat: no-repeat;
}
.bg-main5 {
    height: 360px;
    background-image: url("/images/sub05_bg.jpg");
    background-repeat: no-repeat;
}
.bg-main-jlpt {
    height: 420px;
    background-image: url("/images/main_bg_jlpt.jpg");
    background-repeat: no-repeat;
}

.sub-main-title{
    font-family: 'Montaga', serif;
    font-size: 22px;
    opacity: 0.6;
    padding-top: 50px;
}
.sub-main-title-kor{
    font-family: 'Stylish', sans-serif;
    font-size: 46px;
    color: #000000;
    opacity: 0.9;
}
.sub-main-title-jp{
    font-size: 46px;
    color: #000000;
    opacity: 0.9;
}
.bg-blue{
    background-color: #003591;
    height: 60px;
}
.bg-blue-btn{
    background-color: #003591;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #003591;
    padding-left: 30px;
    padding-right: 30px;
}
.sponsor-btn{
    background-color: #ed174a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #ed174a;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sub-menu-box{
    height: 60px;
    color: #ffffff;
}

.col.sub-menu.active{
    background-color: #ffffff;
    color: #003591;
    height: 60px !important;
    font-weight: bold;
}
.col.sub-menu{
    height: 60px !important;
    padding-top: 15px;
    border-right: 1px solid #305aa4;
}
.col.sub-menu.border-left-blue{
    border-left: 1px solid #305aa4;
}

.col.sub-menu a{
    color: #fff;
}
.col.sub-menu.active a{
    color: #003591;
}

.bg-sub01 {
    background-color: #575c62;
}

.sub01-content{
    height: 420px;
    padding-top: 50px;
}

.sub-main-content-title{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.sub-main-content-subTitle{
    padding-top: 20px;
    font-size: 20px;
    line-height: 32px;
    color: #bbb;
}

div.col-6{
    padding: 0;
    margin: 0;
}

.sign{
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.message-text{
    margin-top: -0.375rem;
    font-size: 1rem;
    line-height: 1.750rem;
    color: #666;
    text-align: left;
    letter-spacing: 0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.menu-image.bg01{
    width: 278px;
    height: 171px;
    margin-left: 30px;
    background-image: url("/images/submenu_img01.jpg");
}
.menu-image.bg02{
    width: 278px;
    height: 171px;
    margin-left: 30px;
    background-image: url("/images/submenu_img02.jpg");
}
.menu-image.bg03{
    width: 278px;
    height: 171px;
    margin-left: 30px;
    background-image: url("/images/submenu_img03.jpg");
}
.menu-image.bg04{
    width: 278px;
    height: 171px;
    margin-left: 30px;
    background-image: url("/images/submenu_img04.jpg");
}
.menu-image.bg05{
    width: 278px;
    height: 171px;
    margin-left: 30px;
    background-image: url("/images/submenu_img05.jpg");
}
.menu-image.bgJp01{
    width: 278px;
    height: 171px;
    margin-left: 30px;
    background-image: url("/images/submenu_img01.jpg");
}
.sub-section{
    position: relative;
    min-height: 600px;
    box-sizing: border-box;
    overflow: hidden;
}
.sub-section2{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
article.company{
    position: relative;
    width: auto;
    max-width: 1320px;
    margin: auto;
    padding : 60px 60px 0;
}
article.company2{
    position: relative;
    width: auto;
    max-width: 1320px;
    margin: auto;
    padding : 0 60px 0;
}
.company .box-image{
    position: relative;
    height: 380px;
    margin-bottom: 0;
}
.company .box-image .bg-img{
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}
.company-text-01{
    position: absolute;
    width: 50%;
    height: 100%;
    right:0;
    z-index: 2;
    margin-top: 100px;
    background-color: #fff;
}
.textArea{
    padding-left:60px;
}
.ps-title{
    margin-top: 1rem;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.04em;
    font-weight:bold;
    color: #333333;
}
.title{
    margin-top: 50px;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.04em;
    font-weight:bold;
    color: #333333;
}
.title2{
    margin-top: 50px;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: -0.04em;
    font-weight:bold;
    color: #231f24;
}
.title-sub{
    margin-top: 14px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight:bold;
    color: #333333;
}
.title-request{
    margin-top: 14px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight:bold;
    color: #231f24;
}
.title-request-sub{
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #231f24;
}
.desc{
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}
.desc2{
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #3a3a3a;
}
.request-desc{
    font-size: 16px;
    color: #777777;
    font-weight: normal;
    line-height: 16px;
}

.bg-gray{
    background-color: #f6f6f6;
}

.bg-board-notice{
    background-color: #f8f1db;
}

.border-row{
    cursor: pointer;
}

.board-title{
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: bold;
    letter-spacing: -0.1rem;
    word-break: keep-all;
    color: #333333;
}
.board-view-nav{position: relative; height: 3.750rem;}
.board-view-nav .btn-arrow { position: absolute; top:0; display: block; height: 3.750rem; padding:0.250rem 0; width: 40%; box-sizing: border-box;}
.board-view-nav .btn-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 11px);
    width: 16px;
    height: 22px;
    background-image: url("/images/icons/arrow.png");
    background-repeat: no-repeat;
    background-size: 90px 22px;
}
.board-view-nav .btn-arrow.btn-prev {text-align: left; left:0; padding-left:44px;}
.board-view-nav .btn-arrow.btn-prev:before {left:0; background-position: -25px 0;}
.board-view-nav .btn-arrow.btn-next {text-align: right; right:0; padding-right:44px;}
.board-view-nav .btn-arrow.btn-next:before {right:0; background-position:-75px 0;}
.board-view-nav .btn-arrow span {display: block; color:#666; line-height: 1.625rem; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100%; overflow:hidden;}
.board-view-nav .btn-arrow.off span {color:#999;}
.board-view-nav .btn-arrow.btn-prev.off:before {background-position: 0 0;}
.board-view-nav .btn-arrow.btn-next.off:before {background-position: -50px 0;}
.board-view-nav .btn-list {
    display: inline-block;
    width: 10rem;
    height: 3.750rem;
    line-height: 3.750rem;
    font-size:1em;
    text-align: center;
    border:1px solid #003591;
    color:#003591;
    font-weight: bold;
    box-sizing: border-box;
}
.btn-asia-list {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color:#ffffff;
    border: 0;
    background-color: #00afef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.acrobat{
    font-size: 18px;
    letter-spacing: -0.2px;
    font-weight:bold;
    color: #242424;
}

.title-asia{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.asia-gallery-img{
    max-width: 465px;
}

.table-size-1{
    width: 10%;
}
.table-size-2{
    width: 20%;
}
.table-size-3{
    width: 30%;
}
.table-size-4{
    width: 40%;
}
.table-size-5{
    width: 50%;
}
.table-size-6{
    width: 60%;
}
.table-size-7{
    width: 70%;
}

.valign-m{
    vertical-align: middle !important;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}
input:-ms-input-placeholder {
    font-size: 14px;
}

.w-10{
    width:10%!important
}
.w-15{
    width:15%!important
}
.w-30{
    width:30%!important
}
.w-70{
    width:70%!important
}
.w-85{
    width:85%!important
}

.greeting-bg{
    background-image: url("/images/greeting_bg.jpg");
}

.w-570{
    width: 570px !important;
}
.button-greeting{
    margin-top: -51px;
    z-index: 101 !important;
    position: absolute;
    right: 0;
    margin-right: 4px;
    background-color: #00afef;
}
.button-leesh{
    margin-top: -47px;
    z-index: 101 !important;
    position: absolute;
    right: 0;
    background-color: #00afef;
}


.ml-50{
    margin-left: 50%;
}
.ml-50p{
    margin-left: 50px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.history-sub-title{
    font-size: 60pt;
    color: #e5e5e5;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 90px;
}
.history-area{
    margin: 0 auto;
}
.history-section{
    padding: 0;
    margin: 0;
}
.history-list{
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    margin-bottom: 0;
}
.history-list::before{
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:0;
    width:1px;
    height:100%;
    background-color: #cccccc;
}
.history-list li{
    width:100%;
    padding-bottom:30px;
    position: relative;
    clear: both;
}
.history-list li.odd-year{
    width: 50%;
    float:right;
    display: block;
    padding-left:10px;
    margin-right:10px;
    background: url(/images/history_month_bg.jpg) no-repeat 0 10px;
}
.history-list li.even-year .year{
    float:right;
    display: block;
}
.history-list li.even-year .text{
    float:right;
    display: block;
    width: 400px;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
}
.history-list li.odd-year .text{
    display: inline-block;
    width: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.history-list li .year{
    color: #0b8dc9;
    font-size: 26px;
    width:100px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
}
/*.history-list li.odd-year .year::before{
    content: '';
    display: block;
    width:20px;
    height: 20px;
    background-image: url("/images/history_month_bg.jpg");
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;
}*/
/*.history-list li.even-year .year::after{
    content: '';
    display: inline-block;
    width:20px;
    height: 20px;
    background-image: url("/images/history_month_bg.jpg");
    position: absolute;
    margin-top: 10px;
    margin-left: 25px;
}*/

.history-list li.even-year{
    width: 50%;
    float:left;
    display: block;
    padding-right:10px;
    margin-left:10px;
    background: url(/images/history_month_bg.jpg) no-repeat 100% 10px;
}



.btn-circle-history {
    background-image: url("/images/history_year_bg.jpg");
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #ffffff;
    font-size: 30px;
}

.facility-room-bg1{
    background-image: url("/images/facility_room1.jpg");
    height: 500px;
    position: relative;
}
.facility-room-bg2{
    background-image: url("/images/facility_room2.jpg");
    height: 500px;
    position: relative;
}
.facility-room-bg3{
    background-image: url("/images/facility_room3.jpg");
    height: 500px;
    position: relative;
}
.facility-room-bg4{
    background-image: url("/images/facility_room4.jpg");
    height: 500px;
    position: relative;
}
.facility-room-text-right{
    position: absolute;
    right:0;
    bottom:0;
    background-color: #fff;
    width: 250px;
    height: 250px;
}
.facility-room-text-left{
    background-color: #fff;
    width: 250px;
    height: 250px;
}

.thirty-text{
    font-size: 24px;
    color: #1a1a1a;
}

.bg-pe01{
    background-image: url("/images/bg-pe01-20230329.jpg");
    height: 300px;
}
.bg-pe02{
    background-image: url("/images/bg-pe02.jpg");
    height: 300px;
}
.bg-pe03{
    background-image: url("/images/bg-pe03.jpg");
    height: 300px;
}
.bg-pe04{
    background-image: url("/images/bg-pe04.jpg");
    height: 300px;
}
.bg-pe05{
    background-image: url("/images/bg-pe05_20230417.jpg");
    height: 300px;
}
.bg-cul-main{
    background-image: url("/images/bg_cul_main.jpg");
    background-repeat: no-repeat;
}


.height-198{
    height: 198px;
}
.height-640{
    height: 640px;
}

.height-680{
    height: 680px;
}

.bja-request-bg{
    background-image: url("/images/bja_request_bg.jpg");
    background-repeat: no-repeat;
    margin-top: -140px;
}

.pt-120{
    padding-top: 120px;
}

.education-bg01{
    background-image: url("/images/education_bg01-20230329.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.education-bg02{
    background-image: url("/images/education_bg02.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.education-bg03{
    background-image: url("/images/education_bg03-20230329.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.education-bg04{
    background-image: url("/images/education_bg04.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.box-color-blue2{
    background-color: #00afef;
}
.box-color-blue3{
    background-color: #00afef;
    width: 350px;
}
.box-color-white-leesh{
    position: absolute;
    background-color: #fff;
    width: 660px;
    height: 100px;
    bottom: 0;
    z-index: 1001;
}
.title-leesh{
    font-size: 22px;
    font-weight: 100;
}

.sponsor-bg01{
    background-image: url("/images/sponsor_bg01.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 1000px;
}
.sponsor-bg02{
    background-image: url("/images/sponsor_bg02.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #d9d9d9;
}
.mt-m-80{
    margin-top: -80px;
}
.ml-m-50{
    margin-left: -10px;
}
.mt-100{
    margin-top: 100px;
}

.bja-bg03{
    background-image: url("/images/bja_bg03.jpg");
    background-repeat: no-repeat;
    height: 585px;
    margin-left: 0;
}
.bja-bg04{
    background-image: url("/images/bja_bg04.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}

.more{
    font-size: 14px;
    padding-top: 10px;
    padding-right : 10px;
    margin-bottom:-1px;
}

.bg-main-jp{
    background-image: url("/images/draft_bg04_bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* hsp */
.more.active1 {border-bottom:3px solid #007bff}

/*일본어페이지 메인 카드*/
.card-jp{
    width: 250px;
    display: inline-block;
    margin: 0.5rem;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
}.card-jp:hover {
     -webkit-transform: translateY(-4px);
     transform: translateY(-4px);
     box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
 }
.card-jp:hover .card-content {
    box-shadow: inset 0 3px 0 0 #ccb65e;
    border-color: #ccb65e;
}
.card-jp:hover .card-img-jp .overlay {
    background-color: rgba(25, 29, 38, 0.85);
    transition: opacity .2s ease;
    opacity: 1;
}
.card-img-jp {
    position: relative;
    height: 200px;
    width: 100%;
    background-color: #fff;
    transition: opacity .2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-img-jp .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}
.card-img-jp .overlay .overlay-content {
    line-height: 90px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.card-img-jp .overlay .overlay-content a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}
.card-img-jp .overlay .overlay-content a:hover {
    background: #ccb65e;
    border-color: #ccb65e;
}
.card-content {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    border-top: 1px solid #E9E9EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all .2s ease;
}
.card-content a {
    text-decoration: none;
    color: #202927;
}
.card-content h2, .card-content a h2 {
    font-size: 1rem;
    font-weight: 500;
}
.card-content p, .card-content a p {
    font-size: .8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, 0.8);
}

.main-jp-card01{
    background-image: url("/images/main_jp_card01.jpg");
}
.main-jp-card02{
    background-image: url("/images/main_jp_card02.jpg");
}
.main-jp-card03{
    background-image: url("/images/main_jp_card03.jpg");
}
.main-jp-card04{
    background-image: url("/images/main_jp_card04.jpg");
}
.main-jp-card05{
    background-image: url("/images/main_jp_card05.jpg");
}
.main-jp-card06{
    background-image: url("/images/main_jp_card06.jpg");
}
.main-jp-card07{
    background-image: url("/images/main_jp_card07.jpg");
}
.main-jp-card08{
    background-image: url("/images/main_jp_card08.jpg");
}

.quick-menu-footer-mobile{
    display: none;
}

.mobile-menu-icon{
    display: none;
}

@media screen and (max-width: 992px){

    nav.navbar{
        height: auto;
        background-color: rgba(0,0,0,0.1);
        border-bottom:1px solid rgba(0,0,0,0.1)
    }

    .mobile-menu-icon{
        display: block;
    }
    .navbar-brand img{
        width: 240px;
    }

    .demo-1 .sl-slider-wrapper{
        height: 2460px;
        text-align: center;
    }
    div .card.border-0.height-300{
        height: auto !important;
    }
    #banner-carousel{
        background-color: #ffffff;
    }
    #nav-dots {
        display: none;
    }
    .col-lg-12.text-center.pt-3.p-b-30{
        padding-top: 0;
        padding-bottom:0;
    }
    .f-size-36{
        font-size: 20px !important;
    }
    .demo-1 section.position-relative.pt-100{
        margin-top: 50px;
    }
    /*서브페이지 중앙메뉴*/
    .sub-menu-middle{
        display: none;
    }

    /*인사말*/
    .sub-content .clearfix .w-50.float-left.greeting-bg{
        width: 100% !important;
        float: none !important;
        background-image: none;
    }
    .sub-content .clearfix .w-50.float-right{
        width: 100% !important;
        float: none !important;
    }
    .sub-content .clearfix .w-50.float-left.greeting-bg .float-right{
        width: 100% !important;
        float: none;
    }
    #greeting{
        width: 100% !important;
    }
    #greeting .height-100.bg-white.ml-50{
        display: none;
    }
    .button-greeting{
        display: none;
    }
    .greeting-content.w-50.float-right{
        width: 100%;
        float: none;
    }
    .greeting-content .w-570.pl-5.clearfix{
        width: 100% !important;
        padding: 15px !important;
    }

    /*텍스트*/
    .title{
        font-size: 30px;
        margin-top: 30px;
    }
    .title.bja{
        font-size: 26px;
        margin-top: 30px;
        line-height: 1.2;
    }
    .btn.btn-primary.btn-lg.bg-blue-btn.bja {padding-left:16px;padding-right:16px}
    /*연혁*/
    .history-sub-title{
        font-size:30px;
        line-height: 30px;
    }
    .history-list li.odd-year .text{
        width: 100%;
        padding-left: 15px;
    }
    .history-list li.even-year .text{
        width: 100%;
        padding-right: 15px;
    }

    /*시설안내*/
    .facility-content .row, .facility-content .row .col-10, .facility-content .row .col-8,.facility-content .row .col-4, .facility-content .row .col-2, .facility-content .row .col-10 .row, .facility-content .row .col-10 .row .col- {
        display: block;
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .facility-btn{
        margin-top: 10px;
    }

    .facility-content ul.pl-3 {
        padding-left: 25px !important;
    }
    .facility-content ul li{
        text-align: left;
    }
    .facility-room-text-right{
        position: relative;
    }

    /*아시아프랜드*/
    .asia-gallery-img{
        max-width: 100%;
    }
    .asia-content .row .col{
        flex: none;
        max-width: 100%;
    }

    /*30년사*/
    .thirty .row .col-6{
        flex: none;
        max-width: 100%;
        padding: 15px;
    }

    /*인적교류*/
    .company .box-image{
        height: 100%;
    }
    .company .box-image .bg-img{
        position: relative;
    }
    article.company{
        padding: 10px;
    }
    .company-text-01{
        margin-top: 0;
        position: relative;
        width: 100%;
    }
    .company-text-01 .textArea{
        padding: 5px;
    }
    .sub-section2{
        overflow: visible;
        padding: 15px;
        height: auto !important;
    }
    .sub-section2 .height-300{
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sub-section2 .bg-pe01, .sub-section2 .bg-pe02, .sub-section2 .bg-pe03, .sub-section2 .bg-pe04, .sub-section2 .bg-pe05 {
        display: none;
    }
    .sub-section2 .w-50.float-left.h-100{
        height: auto;
    }
    .sub-section2 .w-50.float-left, .sub-section2 .w-50.float-right, .sub-section2 .w-570.float-right.pt-4, .sub-section2 .w-570 {
        width: 100% !important;
        float: none !important;
    }
    .sub-section2 article.company2{
        padding: 0;
    }

    .w-50 .ml-50p{
        margin-left: 0;
    }
    /*문화교류*/
    .bg-cul-main.mt-5{
        background-image: none;
        margin-top:0 !important;
    }
    .bg-cul-main .container .row{
        margin:0 !important;
    }
    .bg-cul-main .container .row .col-6{
        flex: none;
        max-width: 100%;
    }
    .bg-cul-main .container .row .col-6 #culture{
        width: 100% !important;
        padding-top: 0;
    }
    .bg-cul-main .container .row .col-6.pl-5 {
        padding: 30px !important;
    }
    .bg-cul-main .container .row .col-6 .pt-120{
        padding-top: 0px;
    }

    /*문화교류*/
    .education-title .row .col-8{
        flex: none;
        max-width: 100%;
    }

    .col-8.box-color-blue2.p-5{
        flex: none;
        max-width: 100%;
        padding: 1rem !important;
    }
    .education-title2.pt-5 .container .row .col-4{
        flex: none;
        max-width: 0;
    }
    .education-title2.pt-5 .container .row .col-8{
        flex: none;
        max-width: 100%;
    }
/*이수현사업*/
    .leesh-content .box-color-blue3{
        width: 60%;
    }
    .title-leesh{
        font-size: 16px;
    }
    .leesh-content .position-absolute.m-5{
        margin: 0 !important;
    }
    .leesh-content .button-leesh{
        display: none;
    }
    .box-color-white-leesh{
        width: 100%;
    }
    .leesh-content .content1{
        overflow: hidden;
    }

    /*후원안내*/
    .sponsor-bg01{
        background-image: none;
        height: auto;
    }
    .sponsor-bg01 .container.pt-5{
        padding-top: 0 !important;
    }
    .sponsor-bg01 .container .row .col-5{
        flex: none;
        max-width: 100%;
    }
    .sponsor-bg02{
        background-image: none;
        height: auto;
    }
    .sponsor-bg03 .row .col-6{
        flex: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .sponsor-bg03 .row {
        margin: 0;
    }
    .sponsor-bg03 .row .col-6 .row .col-5{
        flex: none;
        max-width: 50%;
        margin: 0 !important;
    }

    /*BJA*/
    .bja-info-content .row, .bja-info-content2 .row, .bja-info-content .row .col-4, .bja-info-content .row .col-8, .bja-info-content2 .row .col-5, .bja-info-content2 .row .col-7{
        display: block;
        flex: none;
        max-width: 100%;
        margin: 0;
    }
    .bja-info-content2 .mt-m-80{
        margin-top: 0;
    }
    .bja-lect-content .row.mt-5.bja-bg03{
        flex: none;
        margin-top: 1rem !important;
    }
    .bja-lect-content .row .col-6{
        flex: none;
        max-width: 100%;
    }
    .bja-lect-content .row .col-6.mt-5{
        flex: none;
        max-width: 100%;
    }
    .bja-bg04 .row .col-6{
        flex: none;
        max-width: 100%;
    }
    .bja-request-content .row .col-4, .bja-request-content2 .row .col-4, .bja-request-content2 .row .col-8{
        flex: none;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .bja-request-table.row .col-8, .bja-request-table.row .col-4{
        flex: none;
        max-width: 100%;
    }
    .bja-request-bg{
        margin-top: 0;
    }
    /*하단배너*/
    .container-fluid.d-flex.justify-content-between.banner-padding.bg-white {
        display: inline-block !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid.d-flex.justify-content-between.banner-padding.bg-white a {
        padding-right: 15px;
    }
    /*하단배너 끝*/

    .container.position-absolute.main-content-view.main-content-top, .row.position-relative.main-content-card.p-4{
        left: 0 ;
        padding: 0.5rem !important;
    }
    .main-quick-menu .card{
        background-color: transparent;
    }
    .quick-menu-img01{
        background-image: url("/images/main_card_img01_jp.jpg");
        background-position: center;
    }
    .quick-menu-img02{
        background-image: url("/images/main_card_img02_jp.jpg");
        background-position: center;
    }
    .quick-menu-img03{
        background-image: url("/images/main_card_img03_jp.jpg");
        background-position: center;
    }
    .quick-menu-img04{
        background-image: url("/images/main_card_img04_jp.jpg");
        background-position: center;
    }
    .quick-menu-img05{
        background-image: url("/images/main_card_img05_jp.jpg");
        background-position: center;
    }
    .quick-menu-img06{
        background-image: url("/images/main_card_img06_jp.jpg");
        background-position: center;
    }
    footer .row .col-3{
        display: none;
    }
    footer .row .col-9{
        max-width: 100%;
        flex: none;
    }

    footer .quick-menu-footer-mobile{
        display: block;
    }
    footer .quick-menu-footer-pc{
        display: none;
    }

    footer .container.pt-4.pb-5{
        padding: 5px;
    }

    footer .footer-text{
        display: none;
    }
    footer .footer-text-mobile{
        display: block;
    }

    #siteMapNav .overlay-content{
        margin-top: 0px;
    }
    #siteMapNav .overlay-content .container .row .col h4{
        font-size: 14px;
    }
    #siteMapNav .overlay-content .container .row .col a{
        font-size: 13px;
    }
    #siteMapNav .overlay-content .container .row .col {
        padding-left: 2px;
        padding-right: 2px;
    }
    #siteMapNav .overlay a {
        font-size: 16px
    }
    #siteMapNav.overlay .closebtn {
        font-size: 20px;
        top: 10px;
        right: 10px;
    }
    #siteMapNav .siteMapLogo{
        width: 80%;
    }
    #siteMapNav .overlay-content .row.pb-5{
        padding-bottom: 20px !important;
    }
    /*게시판*/
    .board-view-nav .btn-arrow span{
        display: none;
    }

    /*일본어 사이트 메인*/
    .bg-main-jp.pt-120{
        padding-top: 70px;
    }
    .bg-main-jp .container .row {
        justify-content: center;
    }
    #siteMapNav.overlay.jp{
        background-color: rgba(0,0,0, 1);
        z-index: 9900;
    }
    #siteMapNav .overlay-content .container-fluid .row.jp{
        display: block;
    }
    #siteMapNav .overlay-content .container-fluid .row.jp .col.jp h4{
        font-size: 1rem;
    }
    #siteMapNav .overlay-content .container-fluid .row.jp .col.jp a{
        font-size: 14px;
    }
    /*일본어 JLPT*/
    .bg-main-jlpt{
        height: 280px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
}



/*사이즈 1200*/
@media screen and (max-width: 1200px){
    #topNav{
        display: none;
    }

    nav.navbar{
        height: auto;
        background-color: rgba(0,0,0,0.1);
        border-bottom:1px solid rgba(0,0,0,0.1)
    }

    .mobile-menu-icon{
        display: block;
    }
}

.list-style-none {list-style-type:none}






/* 1. 줄바꿈 방지 및 가로 스크롤 활성화 */
#pc-nav .nav-tabs {
    display: flex;
    flex-wrap: nowrap; /* 줄바꿈 금지 */
    overflow-x: auto;  /* 가로 영역을 넘치면 스크롤 생성 */
    overflow-y: hidden;
    white-space: nowrap; /* 텍스트 줄바꿈 금지 */
    -webkit-overflow-scrolling: touch; /* 모바일(iOS)에서 부드러운 스크롤 지원 */
}

/* 2. 내부 요소들이 영역이 좁아져도 찌그러지지 않도록 고정 */
#pc-nav .nav-tabs > a,
#pc-nav .nav-tabs > span {
    flex-shrink: 0;
}

/* 3. (선택 디자인 팁) 스크롤바 숨기기 - 깔끔한 탭을 위해 추천합니다 */
#pc-nav .nav-tabs::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}
#pc-nav .nav-tabs {
    -ms-overflow-style: none; /* IE 및 구형 엣지 */
    scrollbar-width: none; /* 파이어폭스 */
}
/* 기존 CSS에 아래 내용만 추가해 주세요 */
#pc-nav .nav-tabs {
    cursor: grab; /* 평소에는 손바닥 쫙 편 모양 */
}
#pc-nav .nav-tabs.dragging {
    cursor: grabbing; /* 클릭하면 주먹 쥔 모양 */
}
#pc-nav .nav-tabs.dragging a {
    pointer-events: none; /* 드래그하는 동안 탭이 클릭되어 페이지가 넘어가는 것 방지 */
}


.bo-prifix {
    display: inline-block;
    padding: 4px;
    color: #fff;
    background-color: rgb(13, 110, 253);
    border-radius: 4px;
    font-size: 0.8em;
    line-height:0.8em;
    position:absolute;
    top:7px;

}
li:has(.bo-prifix) {position:relative}
.bo-prifix+a{padding-left:20px}

.bo-prifix.a {}
.bo-prifix.b {background-color:rgb(25, 135, 84)}
.bo-prifix.c {background-color:rgb(13, 202, 240)}
.bo-prifix.d {background-color:rgba(33, 37, 41, 0.75) }
