@charset "utf-8";

/*sub header 배경*/
.sub_top_bg{    background-position: center center;
    height: 292px;
    position: relative;
    margin-top: 0px;
    border-bottom: solid 0px #666666;
    margin-bottom: 0em;
    background-repeat: no-repeat;    z-index: 1;
	}
.sub_top_bg .sub_title_common{     position: absolute;
    top: 8em;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.sub_top_bg .sub_title_common h2{color:#fff; font-size:3.6em; font-weight:600;text-shadow: 0 0 5px #000;
	opacity:0;letter-spacing: 5px; animation:move3 3s 1s both;     margin-bottom: 0em;}
.sub_top_bg .sub_title_common p{    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    /* margin-top: 15px; */
    text-shadow: 0 0 5px #000;
    animation: move4 1s 0.4s both;
	}
.sub_top_bg .sub_title_common ul {    display: table;
    margin: 0 auto; padding: 0 2em; 
}
.sub_top_bg .sub_title_common ul li{float: left;     margin-right: 1em; margin-bottom: 1em;}
.sub_top_bg .sub_title_common ul li:nth-last-child(1){    margin-right: 0;}
.sub_top_bg .sub_title_common ul li a{    padding: 1em 3em;
    background: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;     display: inline-block;}
    .sub_top_bg .sub_title_common ul li.on a {background-color: orange;}

@keyframes move3{from{letter-spacing: 5px;opacity:0;} to{letter-spacing: 0;opacity:1;}}
@keyframes move4{from{opacity:0;} to{opacity:1;}}

.sub_common {clear:both;     margin-bottom: 7em;}
h2.deth2_txt {    width: 100%;
    font-size: 3em;
    text-align: center;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative; }
h2.deth2_txt::after{content: "";
    display: block;
    width: 60px;
    height: 5px;
    /* border-left: 6px solid #ff0000; */
    margin: 0px 0px 0px 0;
    position: absolute;
    /* top: 2px; */
    left: 50%;
    bottom: -14px;
    background-color: #90cc1b;
    margin-left: -30px;   }

@media screen and (max-width: 1000px) { 
	.sub_top_bg .sub_title_common {    top: 11em;}
	.sub_top_bg .sub_title_common h2 {margin-bottom: 0em;font-size: 3rem;}
}