<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
}

/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ìº”ë²„ìŠ¤ */
.animation_canvas {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide_section {
    position: absolute;
}

#leftMove {
    top: 50%;
    left: 2%;
}

#rightMove {
    top: 50%;
    left: 96%;
}

.slide_board {
    /* height:400px; */
}

.move_arrow {
    /* height:400px; */
    display: table-cell;
    vertical-align: middle;
}

/* ìŠ¬ë¼ì´ë“œ íŒ¨ë„ */
.slider_panel {
    width: calc(800px * 5); /* ì‚¬ìš©í•&nbsp; í¬ê¸° x ê°¯ìˆ˜ */
    position: relative;
    display:flex;
}

/* ìŠ¬ë¼ì´ë“œ ì´ë¯¸ì§€ */
.slider_image {
    float: left;
    width: 1920px;
    height: 700px;

    /* height:400px; */
}

/* ìŠ¬ë¼ì´ë“œ í…ìŠ¤íŠ¸ íŒ¨ë„ */
.slider_text_panel {
    position: absolute;
    top: 10%;
    left: 10%;
}

.slider_text {
    position: absolute;
    width: 250px;
    height: 150px;
}

.slider_text &gt; h1 {
    background-color: #ffffff;
    opacity: 0.5;

    margin: 0px;
    padding: 0px;
}

.slider_text &gt; p {
    background-color: #c0c0c0;
    opacity: 0.5;
    margin: 0px;
    padding: 0px;
}

/* ì»¨íŠ¸ë¡¤ íŒ¨ë„  */
.control_panel {
    position: absolute;
    overflow: hidden;
    bottom:0%;
    text-align: center;
    width: 100%;
    background: black;
    opacity: 0.7;
    height: 50px;
    line-height: 50px;
}

.control_button {
    display: inline-block;
    color: white;
    font-size: 15px;
    width: 300px;
    height: 50px;
    background-color: black;
    position: relative;
    cursor: pointer;

    text-align: center;
    font-weight: bold;
    opacity: 0.7;
}

#left_control{
    cursor:pointer;
}
#right_control{
    cursor:pointer;
}

/* ì»¨íŠ¸ë¡¤ ë§ˆìš°ìŠ¤ ì˜¤ë²„  */
.control_button:hover {
    background-color: black;
    color: #ffffff;
}
#control_button_name:hover{
    text-decoration: none;
    color:white;
}

/* ì»¨íŠ¸ë¡¤ í˜„ìž¬ ì˜ì—­  */
.control_button.active {
    border: 1px solid #24822a;
    background-color: blue;
    color: #ffffff;
}
#banner_img_id{
    width:100%;
    display:inline;
}
#m_banner_img_id{
        width:100%;
        display:none;
    }
@media (max-width: 800px) {
    #slider_image0{
        content:url("../../../../assets/imgs/main/m_visual_00.png");
    }
    #slider_image1{
        content:url('../../../../assets/imgs/main/m_visual_01.png');
    }
    #slider_image2{
        content:url('../../../../assets/imgs/main/m_visual_02.png');
    }
    #banner_img_id{
        width:100%;
        display:none;
    }
    #m_banner_img_id{
        width:100%;
        display:inline;
    }
    #peace_federation{
        font-size:24px !important;
    }
    #notice_title{
        width: 40px !important;
    }
    #notice_td{
        width:40px !important;
    }
}
@media (max-width: 1200px) {
    .control_button{
        width:20px;
        height:20px;
        border-radius: 10px;
        border:3px solid rgba( 255, 255, 255, 0 );
        background-color: rgba( 255, 255, 255, 0 );
        margin-right: 20px; 
        margin-left:20px;
        cursor:auto !important;
        opacity: 0;
    }
    #control_button_name {
        display:none;

    }
    .control_button.active {
        width:20px;
        height:20px;
        border: 3px solid rgba( 255, 255, 255, 0 );
        background-color: rgba( 255, 255, 255, 0 );
        color: #ffffff;
    }
    .control_panel{
        top:100%;
        background-color: rgba( 255, 255, 255, 0 );
    }
    .direct_panel {
        display:inline !important;
        top:42%;
        background-color: rgba( 255, 255, 255, 0 );
        position: absolute;
        overflow: hidden;
        bottom:0%;
        text-align: center;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    
}
.direct_panel{
    display:none;
}
@media (min-width: 1200px){
    #main_content_sub2_div{
        min-height:245px;
    }

}

@media (max-width: 1084px){
    .calendar {
        float:initial !important;
        width:100% !important;
    }
    .notice_div {
        float:initial !important;
        width:100% !important;
    }
    #calendar_table{
        float:initial !important;
        width:100% !important;
        height:auto !important;
    }
    .calendar_title{
        float:initial !important;
        width:100% !important;
        margin-top:10px;
        margin-bottom:10px;
    }
    .notice_div &gt; table {
        margin: 0 auto;
        width:100%;
    }
    #calendar_table td {
        height:8vw;
    }
    #calendar_table th {
        height: 6vw;
    }
    #main_content_div{
        margin-top:25px !important;
    }
    #yearMonth{
        vertical-align: bottom !important;
        padding-bottom:5px;
        height:10px !important;
    }
    #preventMonth{
        vertical-align: bottom !important;
        padding-bottom:5px;
        height:10px !important;
    }
    #nextMonth{
        vertical-align: bottom !important;
        padding-bottom:5px;
        height:10px !important;
    }
}
@media (min-width: 1084px){
    #calendar_table td {
        height:40px;
    }
    #calendar_table th {
        height: 40px;
    }
}



#peace_federation{
    border-top: 3px solid; 
    border-bottom: 1px solid; 
    max-width: 1200px; 
    height: 80px; 
    text-align: center; 
    font-size: 31px; 
    font-weight: 700;
    line-height:74px;
    margin-bottom:20px;
}

#notice-calendar_div{
    max-width:1200px;
    margin-top:30px;
}

#notice_title{
    font-size:15px;
    color: #777777;
    font-weight: normal;
    border: 1px solid #a7a7a7;
    width: 57px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    margin:0;
}

#notice_td{
    width:57px;
}

#yearMonth{
    border-color:white !important;
    color:black !important;
    font-size:22px !important;
    text-align:center !important;
    vertical-align: middle;
    cursor:auto !important;
}
#preventMonth{
    border-color:white !important;
}
#nextMonth{
    border-color:white !important;
}
#day_schedule_number{
    border:1px solid #cecece;
    border-radius:5px;
    text-align:center;
    width:30px;
    margin:0 auto;
    background:#e4e4e4;
    color:black;
}
#calendar_table {
    border: 1px solid #8c8c8c;
    border-collapse: collapse;
    margin: 0 auto;
    font-size:16px;
    width:350px;
    float:right;
}
#calendar_table th {
    border: 1px solid #8c8c8c;
    text-align: center;
    background: #5d5d5d;
    color:white;
    font-size:13px;
    
}
#calendar_table td {
    border: 1px solid #c7c7c7;
    text-align: right;
    width:50px;
    font-size: 11px;
    vertical-align: text-top;
    cursor:pointer;
    color:#827272;
}

#main_content_div{
    width:100%;
    max-width:1200px;
    margin-top:450px;
}
#main_content_sub_div{
    width:33%;
    font-size: 25px;
    display:inline-block;
    color: #111111; 
    font-weight: 700;
}
#main_content_sub_title{
    width:95%;
}
#view_content_button{
    background-color: white;
    border: none;
    outline: none;
    float:right;
}
#main_content_sub2_div{
    width: 100%;
    background-size: 100% 100% !important;
    display: table;
    max-height: 245px;
    position:relative;
    margin-top:15px;
    cursor:pointer;
    height:20vw;
}
#main_content_sub2_div_text{
    background: black;
    color:white;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    margin-right:1px;
    margin-left: 1px;
    height:50px;
    line-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight:normal;
    font-size:19px;
}
#news_title{
    font-size: 20px; 
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub_menu_div{
    padding-top:50px;
    padding-bottom:50px;
    color:white;
    width:1350px;
    margin:0 auto;
}
#sub_menu_button{
    margin-bottom: 50px;
    width:225px;
    cursor:pointer;
    height:200px;
    padding:20px;
    float:left;
}
#sub_menu_title{
    font-size:20px;
    font-weight:bold;
}
#sub_menu_img{
    display:block;
    float:right;
    margin-top:30px;
}
#sub_menu_text{
    height:50px;
    font-weight:bold;
}

@media (max-width:1367px){
    .sub_menu_div{
        width:675px !important;
        padding-top:0 !important;
        margin-top:-5px !important;
    }
    #sub_menu_button{
        margin-bottom:0 !important;
    }
}
@media (max-width:691px){
    .sub_menu_div{
        width:450px !important;
    }
}
@media (max-width:467px){
    .sub_menu_div{
        width:100% !important;
    }
    #sub_menu_button{
        width:50% !important;
    }
    #sub_menu_title{
        font-size: 18px !important;
    }
}

@media(max-width:865px){
    #main_content_sub_div{
        width:100% !important;
    }
    #main_content_sub_title{
        margin:0 auto;
        float: initial !important;
    }
    #main_content_sub2_div{
        margin-bottom:30px;
        height:50vw !important;
        min-height:0;
        max-height:none;
    }
    #notice-calendar_div{
        width:95%;
        margin:0 auto;
    }
    #news_title{
        font-size:16px;
    }
    #notice_table{
        border-spacing:0 22px !important;
    }

}
@media (min-width:866px) and (max-width:1084px){
    #notice-calendar_div{
        width:85%;
        margin:0 auto;
    }
    #calendar_table{
        height: 50vw !important;
    }
}

.video-popup.reveal {
  display: flex !important;
  position: fixed!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  justify-content: center!important;
  align-items: center!important;
  z-index:9!important;

  background-color: rgba(50, 50, 50, 0.6)!important;
  }

.video-popup .video-wrapper {
  position: relative!important;
  z-index: 10!important;
  right:26% !important;
}

.video-popup .video-wrapper iframe {
  width:54vw !important; 
  height: 65vh !important;
}




@media(max-width:900px ){
  .video-popup .video-wrapper iframe {
    width:100vw !important; 
    height:40vh !important;
  }    

  .video-popup .video-wrapper {
  position: relative!important;
  z-index: 10!important;
  right:51% !important;
}
} 


.video-popup.reveal .video-popup-closer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  
  z-index: 9 !important;
} 

.jssorl-004-double-tail-spin img {
            animation-name: jssorl-004-double-tail-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-004-double-tail-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }


        .jssorb031 {position:absolute;}
        .jssorb031 .i {position:absolute;cursor:pointer;}
        .jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
        .jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
        .jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
        .jssorb031 .i.idn {opacity:.3;}


        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
        @media(max-width:800px){
            #jssor_1{
                display:none !important;
            }
            #jssor_2{
                display:inline-block !important;
            }
        }

.grid{
	max-width:1350px !important;
	margin-top: 30px !important;
}

.effect-ruby{
	height:200px !important;
	width:225px;
}
.main_fig{
	padding:20px;
}
.main_fig_title{
	color:white;
	font-size: 20px;
	font-weight: bold;
	margin-top:0 !important;
	text-align: left;
	line-height:0;
	padding-bottom: 8%;
	padding-top:15px;
	display:table;
}

.main_fig_p{
	font-size:13px;
	font-weight: bold;
	margin:0;
	text-align: left;
	padding-top: 15px;
}

#sub_menu_img{
	opacity: 1;
	margin-top:135px;
	margin-right: 20px;
}
@media(max-width: 1366px){
	.grid{
		max-width:675px !important;
	}
}
@media(max-width: 691px){
	.grid{
		max-width: 450px !important;
	}
}
@media(max-width: 500px){
	#sub_menu_img{
		margin-top:155px;
		margin-right:10px;
		width:35px;
	}
}
@media(max-width:450px){
	.effect-ruby{
		width:50%;
	}
    .main_fig_title{
        font-size: 18px;
    }
}</pre></body></html>