@charset "UTF-8";

/*Google fonts*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

/**{word-break: keep-all; margin: 0; padding: 0; letter-spacing:0px;box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif;}*/
*{word-break: keep-all; margin: 0; padding: 0; letter-spacing:0px;box-sizing: border-box;}*
div.popup-view {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 100px 0; */
    /* background: rgba(0,0,0,0.6); */
    z-index: 999999;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

div.popup-view > div[data-role=disabled] {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

div.popup-view > div.container {
    position: fixed;
    z-index: 10001;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    margin-top: 0px;
    padding: 10px;
    /* max-height: 100%; */
    height: 50%;
    width: 70%; 
    background: #fff;
    /* overflow: auto; */
    border-radius: 10px 10px 10px 10px;
    left: 50%;
    transform: translate(-50%, 50%);
}

div.popup-view > div.container > div.header {
	height: 30px;
	display: flex;
    justify-content: space-between;
    padding: 3px 3px 3px 3px;
}

div.popup-view > div.container > div[data-role=button] {
    height: 30px;
    text-align: right;
}

div.popup-view > div.container > div.header > div[data-role=button] > button {
    border: none;
    padding: 0px;
    margin-right: 0px;
}

div.popup-view > div.container > div.article-wrapper {
	height: calc(100% - 30px - 30px);
    overflow-y: auto;
    padding: 10px 10px 10px 10px;
}

div.popup-view > div.container > div[data-role=input] {
	min-height: 30px;
	padding: 5px 5px 5px 5px;
}

div.popup-view > div.container > div[data-role=input] > label[for="year"] {
    float: right;
}

div.popup-view > div.container > div[data-role=input] label input {
    margin-right: 5px;
}

div.popup-view > div.container > div[data-role=input] input {
    position: relative;
    top: 2px;
}

ul{list-style:none;}
a, a:active, a:visited, a:focus, a:hover{color: inherit; text-decoration:none;}
.clear{clear: both}

.top_header{background-color: #02366e; height: 55px; color: #fff; text-align: center; padding-top: 10px;}
.top_header a{color: #fff; background-image: url(/common/images/w-logo.png); background-size: contain; background-repeat: no-repeat; background-position: 0px 0px; padding-left: 53px; font-size: 22px; padding-top: 3px; padding-bottom: 5px;}

.main-section{padding-top: 1rem; padding-bottom: 1rem; background-image: url(/common/images/main-bg.jpg); background-position: center center; background-size: cover; word-break: keep-all; margin: 0 auto; width: 100%;}   
.section-txt-box{margin: 0 auto; border: 1px solid #fff; width: 95%; max-width: 800px; padding: 20px; background-color: rgba(255, 255, 255, 0.7); border-radius: 20px;}


/*탭소스*/
.tab_menu{position:relative;}
.tab_menu .cont_area{border-top: 1px #ccc solid;}
.tab_menu .cont_area .cont{width:100%; font-size:14px; height:100%; padding: 10px; padding-top:20px; min-height: 300px; line-height:160%; background-color: #fff;}

.tab_menu .cont_area img{width: 100%; max-width: 500px; margin: 0 auto}

/*들어가는 콘텐츠*/
.con-txt{padding-top: 5px; padding-bottom: 5px; font-size:14px; text-align: left; border-bottom: #ccc 1px solid;}
.con-title{padding: 5px 10px; background: #0077bb; color: #fff; font-size:16px; width: 100%; text-align: center;}
.con-title-green{padding: 5px 10px; background: #00a651; color: #fff; font-size:16px; width: 100%; text-align: center;}

.con-txt2{font-size:14px; text-align: left;}
.con-title2{padding: 5px 10px; background: #0077bb; color: #fff;  margin-right: 5px; border-radius: 15px;}

.tab_menu .cont_area table, .tab_menu .cont_area th{border: none;}
.tab_menu .cont_area table{border-collapse: separate; border-spacing: 0px;}
/*.tab_menu .cont_area table td{border-bottom: #ccc 1px solid; padding-top: 15px; padding-bottom: 15px;}*/
.tab_menu .cont_area table td{padding-top: 15px; padding-bottom: 15px;}
.con-txt3{padding: 5px; font-size:14px; text-align: left;} 
.con-txt3 span{ color: red; }
.con-title3 span{padding: 5px 10px; background: #0077bb; color: #fff; border-radius: 15px;}
.con-title3{padding: 5px; vertical-align: top;}
.con-title4 span{padding: 5px 10px; background: #00a651; color: #fff; border-radius: 15px;}
.con-title4{padding: 5px; vertical-align: top;}
/*들어가는 콘텐츠 끝*/

.footer{background-color: #1a252f;padding-top: 1rem;padding-bottom: 1rem;color: #ddd;text-align: center;}

@media all and (max-width: 800px) {
	div.popup-view > div.container > div.header {
        padding: 0px 0px 0px 0px;
    }
	
    div.popup-view > div.container > div.header > div[data-role=button] {
	    height: 30px;
	    text-align: right;
	}	
	
	div.popup-view > div.container > div.header > div[data-role=button] > button > i {
        float: right;
        text-align: right;
        margin: 0px 0px 20px 0px;
    }
	
	div.popup-view > div.container > div.article-wrapper {
	    height: calc(100% - 30px - 40px);
	    overflow-y: auto;
	}
	
	div.popup-view > div.container > div[data-role=input] {
	    min-height: 40px;
	    padding: 0px 0px 0px 0px;
	}
	
    div.popup-view > div.container > div[data-role=input] {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-around;
	}			
}