:root{
    --blue: #0084d0;
    --green: #52af40;
    --dark-blue: #00346f;
}


/* header */
/* skip menu */

#skip-menu{}

#skip_menu>a {
    display:block;
    position:fixed;
    left:0;
    top:-30px;
    width:100%;
    height:28px;
    margin:0 auto;
    padding:0 10px;
    background:#111;
    color:#fff;
    font-size:14px;
    line-height:28px;
    text-align:center;
    text-decoration:underline;
    z-index:10000;
    text-indent: -99999;
}

#skip_menu>a:active,
#skip_menu>a:focus {top:0;}

/* //skip menu */


body {
	min-width: 1280px;
	overflow-x: hidden;
}

/* header */

#header .bg{
    display: none;
}

#header{
    position: fixed;
    left: 0;
    top: 0;

    width: 100%;
    min-width: 1200px;

    box-sizing: border-box;
    border-bottom: 1px solid #e0e1e5;
    background: #fff;
    z-index: 1000;

    font-family: 'Noto Sans KR';
}

#header header{
    position: relative;
    width: 100%;
    max-width: 1327px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px 0 32px;
}

#header .logo{
	/*
    width: 380px;
	*/
    position: absolute;
    top: 28px;
    /* display: flex; */
}

#header .logo a {
	display: block;
}

#header .logo> a:after {
	display: block;
	content: "";
	clear: both;
}

#header .logo span{
    float: right;
    font-size: 22px;
    line-height: 45px;

    vertical-align: middle;
    margin-left: 16px;
	color:#565F63 !important
}

#header .logo img{
    float: left;
    overflow: hidden;
}

/* nav */
header nav {
    overflow: hidden;
    position: relative;
}

#gnb{
    height: 100px;
    box-sizing: border-box;
    padding: 40px 0px 0 200px;
   
    font-size: 0;
    text-align: center;
}

#gnb>li{
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 0 15px;
    font-size: 0;
    vertical-align: top;
}

#gnb>li>a{
    display: block;
    position: relative;
    height: 24px;
    margin: 0;
    padding: 0;
    color: #000;

    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1px;
    text-decoration: none;
    text-align: left;

    transition: color 0.2s;
}

#gnb>li>a:hover{
    color: #00589e;
}


/* gnb - menuM */

.menuM-wrapper{
    display: none;

    position: fixed;
    top: 100px; 
    left: 0;

    overflow: hidden;

    width: 100%;
    min-width: 1200px;
    z-index: 999;

    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.menuM-wrapper .menuM-area{
    width: 100%;
    margin: 0 auto;
    max-width: 1327px;
    column-count: 1;
}

.menuM-wrapper .menuM-area .menuM{
   float: left;
   width: calc(20% + 1px);
   margin-right: -1px;

    padding: 40px;
    box-sizing: border-box;

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    position: relative;
    overflow: hidden;

}
.menuM-wrapper .menuM-area .menuM h2{
    font-size: 18px;
    margin-bottom: 16px;
}

.menuM-wrapper .menuM-area .menuM li{
    padding: 0 0 8px 0;
    position: relative;
}

.menuM-wrapper .menuM-area .menuM li:last-child { 
	padding-bottom: 0;	
}

.menuM-wrapper .menuM-area .menuM li>a {
    font-size: 16px;
	line-height: 20px;
    color: #888;

    padding: 0;
    word-break: keep-all;
}

.menuM-wrapper .menuM-area .menuM li>a:hover {
	text-decoration: none;	
}

/* activeClass */
.menuM-wrapper .menuM-area .menuM.active{
    background-color: #f4f7fa;
}

.menuM-wrapper .menuM-area .menuM.active h2{
    color: var(--blue);
}

.menuM-wrapper .menuM-area .menuM li.active a{
    color: var(--blue);
}

.menuM-wrapper .menuM-area .menuM li.active::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--blue);

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}


/* gnb_util */

header .gnb_util{
    position: absolute;
    top: 40px;
    right: 30px;
}

header .gnb_util a,
header .gnb_util button{
    display: inline-block;
    overflow: hidden;
    height: 25px;
    margin-left: 20px;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    vertical-align: top;
    text-decoration: none;
}

header .gnb_util .btn-login{
    display: inline-block;
    position: relative;
    line-height: 24px;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    margin-right: 16px;
    width: 60px;
}


header .gnb_util .myInfo{
    display: inline-block;
    position: relative;
    height: 25px;
    vertical-align: top;
}

header .gnb_util .myInfo .btn_member{
    display: block;
    padding-left: 25px;
    background: url(/_res/pnuh/assets/img/button/ico_human.png) no-repeat left center;
    line-height: 25px;
    font-size: 15px;
}

header .gnb_util .myInfo .btn_member>button{
    margin-left: 0;
}

header .gnb_util .myInfo .infoList{
    display: none;
    position: absolute;
    right: -15px;
    top: 35px;
    box-sizing: border-box;
    padding: 10px 15px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    z-index: 1002;
}

header .gnb_util .myInfo .infoList::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -12px;
	width: 15px;
	height: 12px;
	margin-left: -8px;
	background:url(/_res/pnuh/pnuh/img/ren-layout/bg_balloonBox_topTri.png) no-repeat center top;
}


header .gnb_util .myInfo .infoList.active{
    display: block;
}

header .gnb_util .myInfo .infoList li>a{
    margin: 0 0 3px;
}

header .gnb_util .myInfo .infoList li>a:hover{
    text-decoration: underline;
}

/* 검색영역 */


header .gnb_util .btn-top-search{
    position: relative;
    height: 24px;
    width: 24px;

    background-color: transparent;
    border: none;

    background-image: url(/_res/pnuh/assets/img/button/ico_search_black.png);
    background-size: cover;
    background-position: center;
	text-indent: -500rem;
}

.sec_topsSearch.active{
    display: block;

    width: 240px;
    height: 35px;
    border: 1px solid #00589e;
    background-color: #fff;
}

.sec_topsSearch{
    position: absolute;
    right: -5px;
    top: -5px;

    overflow: hidden;
    width: 0px;
    height: 35px;

    border: none;
    transition: all 0.2s;
    background-color: #fff;
}


.sec_topsSearch .searchBoxWrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.sec_topsSearch .topSrch{
    display: block;
    overflow: hidden;
}

.sec_topsSearch .topSrch>input{
    width: calc(100% - 35px);
    height: 35px;
    
    box-sizing: border-box;
    padding: 0 8px;

    border: none;
    background: #fff;
    color: #000;

    font-family: 'Roboto','Noto Sans KR',sans-serif;

    font-size: 18px;
    font-weight: 400;
    line-height: 35px;

    outline: none;
    /* vertical-align: middle; */
}

.sec_topsSearch .topSrch .btn_srch{
    display: none;
    overflow: hidden;

    width: 0px;
    height: 0px;

    text-indent: -999px;
    
}


.sec_topsSearch .topSrch .btn_srch.active{
    background: #00589e url(/_res/pnuh/assets/img/button/btn_popCloseX_white.png) no-repeat 50% 50%;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


/* contents layout */
#contents {
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    box-sizing: border-box;
	padding: 160px 20px 150px 20px;
}

#contents.main-contents {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

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


#contents .rnb-wrapper{
    float: right;
    width: 300px;
    position: relative;
    overflow: hidden;
}

#contents .rnb-wrapper::after{
    content: '';
    display: block;
    clear: both;
}

#contents .rnb-wrapper/* contents */

#contents{
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    position: relative;

    box-sizing: border-box;
    padding-top: 182px;
}

/* rnb */ .rnb-title{
    width: 100%;
    height: 140px;

    border-radius: 0 30px 0 0;
    background-color: var(--blue);

    text-align: center;
    color: #fff;
    line-height: 140px;
    font-size: 32px;
    font-weight: 600; 

    position: relative;
    overflow: hidden;
}

#contents .rnb-wrapper .rnb-title .title-logo{
    position: absolute;
    width: 320px;
    height: 160px;
    overflow: hidden;

    opacity: 0.1;
    top: 30px;
    left: 40px;
    
    background-position: center;
    background-size: cover;
    background-image: url(../img/bglogo/biglogo.png);
}

#contents .rnb-wrapper #rnb{
    color: #333;
    font-family: 'Pretendard';
}

#contents .rnb-wrapper #rnb>li>a{
    font-size: 18px;
    height: 64px;
    line-height: 64px;

    background-color: #fff;
    padding-left: 28px;

    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

}



#contents .rnb-wrapper #rnb li a{
    display: block;
    position: relative;
}

#contents .rnb-wrapper #rnb li a:hover {
	text-decoration: none;
	background-color: var(--dark-blue);
    color: #fff;
}

#contents .rnb-wrapper #rnb li a span{
    float: right;
    margin-right: 28px;
    vertical-align: middle;
}

#contents .rnb-wrapper #rnb li .menuS{

    display: none;

    padding: 28px;
    background-color: #f9f9f9;
    
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


#contents .rnb-wrapper #rnb li .menuS li a{
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    word-break: keep-all;
}

#contents .rnb-wrapper #rnb img{
    transition: transform 0.3s ease;
}


/* rnb active Class */

#contents .rnb-wrapper #rnb>li>a.active{
    background-color: var(--dark-blue);
    color: #fff;
}

#contents .rnb-wrapper #rnb>li>a.active img{
}

/* #contents .rnb-wrapper #rnb li .menuS.active{
    display: block;
} */

#contents .rnb-wrapper #rnb li .menuS li a.active{
    color: var(--blue);
    word-break: keep-all;
}

#contents .rnb-wrapper #rnb li .menuS li a.on{
    text-decoration: underline 1px solid #0084d0;
}



#contents .rnb-wrapper #rnb li .menuS li a.active::after{
    content: '';
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 8px;

    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--blue);

    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */    
}


/* contents-wrapper */

#contents .contents-wrapper{
    width: 900px;
    float: left;
}

/* contents-wrapper - page top */

#contents .contents-wrapper .page-top{
    height: 102px;
    padding-top: 21px;
}

#contents .contents-wrapper .page-top .page-title{
    font-size: 32px;
    color: #000;
    float: left;
}

#contents .contents-wrapper .page-top .page-util{
    float: right;
    height: 24px;
    line-height: 24px;
}

#contents .contents-wrapper .page-top .page-util>div{
    margin-left: 12px;
}

#contents .contents-wrapper .page-top .page-util .location{
    float: left;
    margin-right: 16px;
}

#contents .contents-wrapper .page-top .page-util .location ul{
    overflow: hidden;

    /*width: 140px;*/
    font-size: 16px;
    font-family: 'Noto Sans KR';
    font-weight: 400;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contents .contents-wrapper .page-top .page-util .location ul li{
}

#contents .contents-wrapper .page-top .page-util .location ul li{
    position: relative;
}

#contents .contents-wrapper .page-top .page-util .location ul li a{
    text-align: center;
}


#contents .contents-wrapper .page-top .page-util .location ul span{
    display: block;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 100%;
	
	margin: 0px 8px;
   
}


#contents .contents-wrapper .page-top .page-util .location img{
    padding-bottom: 4px;
}

#contents .contents-wrapper .page-top .page-util .share{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
	margin-top: 2px;
}

#contents .contents-wrapper .page-top .page-util .share button,
#contents .contents-wrapper .page-top .page-util .share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
    border: none;
    cursor: pointer;
}
#contents .contents-wrapper .page-top .page-util .share button img,
#contents .contents-wrapper .page-top .page-util .share a img {
}

























/* footer */

#footer footer {
    overflow:hidden;
    width:100%;
    /*max-width:1280px;*/
    max-width:1327px;
    margin:0 auto;
    box-sizing:border-box;
    padding:30px 17px 35px 30px;
}

footer .f-mark{
    float: left;
    width: calc(100% - 350px);
}

footer .f-mark li{
    position: relative;
    float: left;
    min-height: 36px;
    margin: 0 50px 10px 0;
    padding-left: 47px;
}

footer .f-mark li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
}

footer .f-mark li>span{
    color: #a1a7b0;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: -1px;
}

footer .f-sns{
    float: right;
    font-size: 0;
    text-align: right;
}

footer .f-sns li{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    vertical-align: top;
}

footer .f-sns li a{
    position: relative;
    display: block;
    overflow: hidden;

    width: 36px;
    height: 36px;
    margin-left: 10px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    /* text-indent 안먹힘 */
    font-size: 0;
    transition: 0.2s;
}

footer .f-sns li .btn-youtube{
    background-image: url(/_res/pnuh/assets/img/footer/f_sns_youtube.png);
}
footer .f-sns li .btn-insta{
    background-image: url(/_res/pnuh/assets/img/footer/f_sns_insta.png);
}
footer .f-sns li .btn-blog{
    background-image: url(/_res/pnuh/assets/img/footer/f_sns_nBlog.png);
}

/* active Class */
footer .f-sns li.active .btn-youtube{
    background-image: url(/_res/pnuh/assets/img/footer/f_sns_youtube_on.png);
}

footer .f-sns li.active .btn-insta{
    background-image: url(/_res/pnuh/assets/img/footer/f_sns_insta_on.png);
}

footer .f-sns li.active .btn-blog{
    background-image: url(/_res/pnuh/assets/img/footer/f_sns_nBlog_on.png);
}


footer .f-menu{
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    padding: 60px 0 10px;
}

footer .f-menu::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    background: #121b27;
}

footer .f-menu li{
    color: #abb1ba;
    position: relative;
    float: left;
    margin: 0 11px 10px 0;
    padding-right: 11px;
}

footer .f-menu li a.point{
    color: #3a95dd;
}

footer .f-menu li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    height: 13px;
    background: #3e4959;
}

footer address{
    margin-bottom: 25px;
    font-size: 0;
}

footer address span,
footer address em{
    display: inline-block;
    margin-right: 15px;
    color: #abb1ba;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 14px;
    vertical-align: top;
}

footer .copyright{
    color: #abb1ba;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 14px;
    font-weight: 300;
}



/* footer */

#footer {
	width: auto !important;
    background:#1c293c;
}

/* footer network */

#footer .network{
    display: block;
    width: 100%;
    height: 55px;
    background: #141e2e;
    font-size: 0;
    text-align: center;
}

#footer .network button{
    cursor: pointer;

    display: inline-block;
    background-color: transparent;
    border: none;
    padding-right: 25px;
    color: #fff;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
}


/* footer network-popup layer */

.pop_wrap{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background: rgba(0,0,0,0.7);
}

#pnuh_network .popLayer{

}

#pnuh_network.active {
    display: block;
} 


#pnuh_network>section{
    width: 1165px;
    height: 540px;
}

.popLayout2.popLayer{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popLayout2{
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    z-index: 1100;
}

.popLayout2 .popTit{
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 30px;
    background: #00589e;
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    letter-spacing: -1px;
}

.popLayout2 .popConts{
    height: calc(100% - 60px);
    padding-bottom: 0;
}

#pnuh_network>section .popInner.limit{
    overflow-y: auto;
}

#pnuh_network>section .popInner{
    overflow: hidden;
    padding: 0;
}

#pnuh_network>section .popInner{
    color: #666;
}

#pnuh_network>section .network01{
    width: 240px;
}

#pnuh_network>section .network_list{
    display: block;
    float: left;
    height: 625px;
    margin: 30px 0 30px -1px;
    box-sizing: border-box;
    padding: 0 25px;
    border-left: 1px solid #e3e3e3;
    font-size: 15px;
}

#pnuh_network>section .network_list>h2{
    position: relative;
    padding-bottom: 3px;
    color: #000;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

#pnuh_network>section .network_list>ul{
    overflow: hidden;
}

#pnuh_network>section .network_list>ul>li{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0 0;
}

#pnuh_network>section .network_list>ul>li>a{
    display: block;
    color: #555;
    font-family: 'Roboto','Noto Sans KR',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -1px;
}

#pnuh_network>section .network_list>ul>li>a:hover{
    color: #50a73f;
    text-decoration: underline;
}



#pnuh_network>section .network02{
    width: 485px;
}

#pnuh_network>section .network02>ul{
    column-count: 3;
}

#pnuh_network>section .network03{
    width: 440px;
}

#pnuh_network>section .network03>ul{
    column-count: 2;
}

.popLayout2 .btn_popClose{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: url(/_res/pnuh/assets/img/button/btn_popCloseX_white.png) no-repeat center;
    font-size: 0;
    cursor: pointer;
}



.auto-count-log* {
	box-sizing: border-box;
}

.auto-count-log:after {
	display: block;
	content: "";
	clear: both;
	
}

.auto-count-log {
	display: inline-block;
	vertical-align: top;
}
.auto-count-log > p,
.auto-count-log > button{
	float: left;
}

.auto-count-log > p {
	margin: 3px 4px 0 4px;
	color: #00589e;
	font-size: 14px;
	line-height: 18px;
}

.btn-log-extension {
	margin-top: 3px;
	margin-left: 4px !important;
	padding-left: 0;
	width: 30px !important;
	height: 18px !important;
	line-height: 18px !important;
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	color: #5a5a5a;
	font-size: 11px !important;
	font-family: "돋움", dotum, sans-serif !important;
}

.modal-auto-logout-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.6);
	z-index: 2000;
	transition: all 0.2s ease-in-out;
}

.modal-auto-logout-wrapper.active {
	display: flex;
}

.modal-auto-logout-area {
	position: relative;
	display: none;	
	width: 420px;
	background-color: #fff;
	padding: 23px 40px;
	z-index: 2010
}

.modal-auto-logout-area > h2 {
	color: #333333;
	font-size: 20px;
	line-height: 56px;
	height: 57px;
	font-weight: 500;
	border-bottom: 1px solid #e3e3e3
}

.modal-auto-logout-box {
	padding: 20px;
	text-align: center;
}

.modal-auto-logout-box > dl {
	margin-bottom: 14px;
}

.modal-auto-logout-box > dl > dt {
	color: #136eaf;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 2px;
}

.modal-auto-logout-box > dl > dd {
	color: #000000;
	font-size: 36px;
	line-height: 42px;
}

.modal-auto-logout-box > p {
	margin-bottom: 15px;
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.modal-auto-logout-box > ul {
	display: block;
}

.modal-auto-logout-box > ul:after {
	display: block;
	content: "";
	clear: both;
}

.modal-auto-logout-box > ul > li {
	float: left;
	width: calc(50% - 3px);
}

.modal-auto-logout-box > ul > li:nth-child(2) {
	float: right;
}

.modal-auto-logout-box > ul > li > button {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 16px;
	border-radius: 5px;
	margin: 0;
}

.modal-auto-logout-box > ul > li > .btn-color02 {
	color: #000000;
	border: 1px solid #666666;
}


.modal-auto-logout-box > ul > li > .btn-color01 {
	color: #fff;
	background-color: #006dba !important;
	border-color: #006dba !important
}


.modal-auto-logout-area .btn-auto-logout-close {
	position: absolute;
	top: 32px;
	right: 35px;
	width: 38px;
	height:38px;
	background-image: url(/_res/pnuh/pnuh/img/button/btn_clsoe03.png);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: center center;
	text-indent: -5000rem;
}


.sns-login-wrapper {
	margin-top: 25px;
	text-align: center;
}

.sns-login-wrapper >  p {
	position: relative;
	display: inline-block;
	padding-left: 90px;
	color: #3e3e3e;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
}


.sns-login-wrapper >  p > strong {
	position: absolute;
	left: 0;
	padding-right: 16px;
	font-weight: 700;
	display: block;
}

.sns-login-wrapper >  p > strong:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	margin-top: -2px;
	background-color: #3e3e3e;
}

.sns-button-wrapper {
	text-align: center;
}

.sns-button-wrapper > a {
	display: inline-block;
	vertical-align: bottom;
} 

.sns-button-wrapper > a > img {
	display: block;
}

.loginWrap.kakao {
	background-color: #fff;
}

.loginWrap fieldset {
	margin-left: 220px !important;
}

.loginWrap .btnLogin {
	border: 0;
	padding: 0;
}

.loginWrap .login li .inputTxt {
	height: 34px !important;
	box-sizing: border-box;
}

.images-box {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
}

.images-box > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.images-box > img + img {
	margin-top: 10px;	
}

.images-box > span,
.images-box > strong {
	display: block;
	margin-top: 10px;
}



.title-type01 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	word-break: keep-all;
}

.word-type01 {
	font-size: 16px;
	line-height: 24px;
	word-break: keep-all;
}

.contents-area {
	margin-bottom: 60px;
}

.contents-box {
	margin-bottom: 30px;
}

.contents-area:last-child,
.contents-box:last-child {
	margin-bottom: 0;	
}

.word-notice01 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #006dba;
}

.word-notice01:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※"
}

.ul-list01 {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.ul-list01 > li {
	position: relative;
	padding-left: 12px;
}

.ul-list01 > li:before {
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: #000;
}



.ol-list01 {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.ol-list01 > li {
	position: relative;
	padding-left: 35px;
}

.ol-list01 > li .number {
	position: absolute;
	top: 0;
	left: 0;
}


.left {
	text-align: left !important
}

.center {
	text-align: center !important
}

.right {
	text-align: right !important
}


.tabmenu-wrapper {
    position: relative;
    width: calc(100% + 2px);
    margin-bottom: 30px;
    margin-left: -1px;
}

.tabmenu-wrapper ul {
    display: block;
}

.tabmenu-wrapper ul:after {
    content: "";
    clear: both;
    display: block;
}

.tabmenu-wrapper ul.mb {
    margin-bottom: 2px;
}

.tabmenu-wrapper ul>li {
    float: left;
    padding: 0 1px;
	box-sizing: border-box;
}

.tabmenu-wrapper ul>li:last-child {
    margin-right: 0;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(1) {
    width: 100%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(2),
.tabmenu-wrapper ul>li:first-child:nth-last-child(2)~li {
    width: 50%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(3),
.tabmenu-wrapper ul>li:first-child:nth-last-child(3)~li {
    width: 33.333%;
}

.tabmenu-wrapper ul>li:nth-child(2) {
    width: 33.334%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(4),
.tabmenu-wrapper ul>li:first-child:nth-last-child(4)~li {
    width: 25%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(5),
.tabmenu-wrapper ul>li:first-child:nth-last-child(5)~li {
    width: 20%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(6),
.tabmenu-wrapper ul>li:first-child:nth-last-child(6)~li {
    width: 16.66%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(7),
.tabmenu-wrapper ul>li:first-child:nth-last-child(7)~li {
    width: 16.66%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(8),
.tabmenu-wrapper ul>li:first-child:nth-last-child(8)~li {
    width: 12.5%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(9),
.tabmenu-wrapper ul>li:first-child:nth-last-child(9)~li {
    width: 11.11%;
}

.tabmenu-wrapper ul>li:first-child:nth-last-child(10),
.tabmenu-wrapper ul>li:first-child:nth-last-child(10)~li {
    width: 10%;
}

.tabmenu-wrapper ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333333;
    height: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.25px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    transition: all 0.2s ease-in-out;
    word-break: keep-all;
}

.tabmenu-wrapper.type02 ul>li>a {
    height: 70px;
}

.tabmenu-wrapper ul>li>a.active,
.tabmenu-wrapper ul>li>a:hover,
.tabmenu-wrapper ul>li>a:focus {
    color: #ffffff;
    background-color: #5fb94d !important;
    border-color: #5fb94d !important;
}

.
.tabmenu-wrapper ul>li>a.active:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}

.tabmenu-wrapper ul.none-ratio > li {
	width: auto !important;	
}

.tabmenu-wrapper ul.none-ratio > li > a{
	padding: 0 15px;	
}



@media only all and (max-width: 1280px) {
	body {
		overflow-x: auto;
	}
}