@charset "utf-8";

#sub_nav_type1 {position: relative;background: #193356;/*background: #eff1f6; background: url('/resources/paik/_common/css/sub_path_bg.png') no-repeat 0 0 / cover;*/}
#sub_nav_type1 .sub_nav_wrap{display:flex; justify-content:space-between;}
#sub_nav_type1 .sub_nav{display: flex;}
#sub_nav_type1 .sub_nav >li{position: relative;}
#sub_nav_type1 .sub_nav >li:after{content: '';display: inline-block;width: 1px;height: 20px;background: #8c99ab;/*background: #a1c3e4;*/position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
#sub_nav_type1 .sub_nav >li:not(.home){min-width: 252px; min-height: 61px;}
#sub_nav_type1 .sub_nav >li >a{padding: 1em;display: block;position: relative;color: #fff;}
#sub_nav_type1 .sub_nav >li.home a{text-indent: -9999px;width: 1.25em;height: 100%;background: url('/resources/paik/img/sub/sub_nav_ico_01.png') no-repeat center center / 1.25em;padding: 1em 2em;}
#sub_nav_type1 .sub_nav >li:not(.home) >a:after{content: '';display: inline-block;background: url('/resources/paik/img/sub/sub_nav_ico_06.png') no-repeat 0 0;width: 13px;height: 7px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);margin: 0 1em; transition: 0.1s ease;}
#sub_nav_type1 .sub_nav >li a.on:after{transform:translateY(-50%) rotate(180deg);}
#sub_nav_type1 .sub_nav >li >ul{margin-top: 1px; font-size: 0.96em; position: absolute;background: #eff1f6;width: 100%; transition: 0.1s ease; background: #fff; border: 1px solid #b1b5b9; border-top: 0; z-index: 1; display: none;}
/* #sub_nav_type1 .sub_nav >li >a:hover + ul{display: block} */
#sub_nav_type1 .sub_nav >li:not(.home) >a:hover,
#sub_nav_type1 .sub_nav >li:not(.home) >a.on{background: #193356; /*border: 1px solid #b1b5b9;*/ border-bottom: 0; color: #fff;}
#sub_nav_type1 .sub_nav >li >ul li a{display: block; padding: .5em 1em}
#sub_nav_type1 .sub_nav >li >ul >li {border-top: 1px solid #b1b5b9;}
#sub_nav_type1 .sub_nav >li >ul li a:hover{color:#2a629d;}
#sub_nav_type1 .sub_nav_btn{display:flex; align-items:center;}
#sub_nav_type1 .sub_nav_btn li{display:flex; align-items:center;}
#sub_nav_type1 .sub_nav_btn li:not(:last-child){margin-right:15px;}
#sub_nav_type1 .sub_nav_btn li:not(:last-child)::after{content:''; display:block; width:1px; height:20px; background:#8c99ab; margin-left:15px;}
#sub_nav_type1 .sub_nav_btn li a{display:block; background-repeat:no-repeat; background-position:0 0; text-indent:-9999px; overflow:hidden;}
#sub_nav_type1 .sub_nav_btn li a.biggerFont{background-image:url('/resources/paik/img/sub/sub_nav_ico_02.png'); width:25px; height:17px;}
#sub_nav_type1 .sub_nav_btn li a.textMode{background-image:url('/resources/paik/img/sub/sub_nav_ico_03.png'); width:13px; height:13px;}
#sub_nav_type1 .sub_nav_btn li a.smallerFont{background-image:url('/resources/paik/img/sub/sub_nav_ico_04.png'); width:21px; height:14px;}
#sub_nav_type1 .sub_nav_btn li a.print{background-image:url('/resources/paik/img/sub/sub_nav_ico_05.png'); width:22px; height:19px;}
#sub_nav_type1 .sub_nav_m{display: none;}

@media screen and (max-width:1024px){
	#sub_nav_type1{background: #fff; border-top: 2px solid #b1b5b9;}
	#sub_nav_type1 .sub_nav_wrap{display: none;}
	#sub_nav_type1 .sub_nav_m{display: block;white-space: nowrap;overflow-x: auto;}
	#sub_nav_type1 .sub_nav_m ul{display: flex; width: 100%;}
	#sub_nav_type1 .sub_nav_m li{}
	#sub_nav_type1 .sub_nav_m li a{display: block;padding: 1em;position: relative;width: 100%;height: 100%;font-weight: 600;text-align: center;font-size: 1.2em;}
	#sub_nav_type1 .sub_nav_m li a.on{color: #2a629d;}
	#sub_nav_type1 .sub_nav_m li a.on:after{content: '';display: block;width: 100%;height: 4px;background: #2a629d;position: absolute;bottom: -2px;left: 0;}
}
@media screen and (max-width:780px){
	#sub_nav_type1 .sub_nav_m li{flex: 1;}
}
