@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

*{padding: 0; margin: 0;}
img{display: block;}
a{color: #191919; text-decoration: none;}
li{list-style: none;}
button{border: none; background-color: #fff;}
input[type='button']{font-size: 14px; font-weight: 600; border: 1px solid #191919; background-color:#fff; color: #191919; padding: 10px 20px; cursor: pointer;}
input[type='button']:hover{background-color: #191919; color: #fff;}
body{
    font-size: 14px; 
    color: #191919;
    font-family: 'Noto Sans KR', sans-serif;
}

#header{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 97;
    /*background-color: #fff;
    color: #191919;*/
}

/* topBanner */
.topBannerWrap {
    background: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.topBannerWrap > button {
    background-color: #333;
    color: #FE5912;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    cursor: pointer;
}

.topBannerWrap > button > .topBanner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topBannerWrap .downBtn {
    width: 14px;
    height: 14px;
    border: 1px solid #FE5912;
    border-radius: 20px;
    background: url(../image/etc/subs_btn.png) no-repeat center;
    margin-left: 6px;
    cursor: pointer;
}

.header-wrapper {
	width: 100%;
}
.header-inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 80px;
    padding: 28px 0;
    box-sizing: border-box;
    
    z-index: 96;
}
.header-inner .ci {float: left;}
.gnb{position: relative; margin: 0 auto;}
.gnb > li{float: left;}
.gnb > li + li{margin-left: 50px;}
.gnb > li > a{
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.allmenu{
    width: 47.8%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 99;
    display: none;
}
.allmenu-btn{
    width: 100%;
    margin-bottom: 20%;
}
.allmenu-gnb{margin-top: 80px;}
.allmenu-btn > button{float: right;}
.allmenu-gnb li{
    margin-bottom: 40px;
}
.updownbtn{
	float: right;
	cursor: pointer;
}
.allmenu-gnb-sub{margin-top: 6%; display: none;}
.allmenu-gnb-sub li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4%;
    padding-left: 2%;
}
.allmenu-gnb-sub li > a{color: #767676;}
.allmenu-gnb-sub li > a:hover{text-decoration: underline;}

.emptyDiv{
    
}

.emptyDiv button{
    background-color: rgb(0,0,0,0);
    cursor: pointer;
    float: right;
    display: none;
}

.header-sub{
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 80px;
    background-color: #f6f6f6;
    width: 100%;
    z-index: 95;
    display: none;
}
.header-sub .site-sub-nav{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}
.header-sub .site-sub-nav .sub-gnb{
    width: 1440px;
    margin: 0 auto;
}
.header-sub .sub-gnb {
	height: 350px;
}
.header-sub .sub-gnb > li{
    width: calc(100% / 8);
    height: 350px;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
    font-size: 18px;
    border-right: 1px solid #ccc;
}
.header-sub .sub-gnb > li:first-child{border-left: 1px solid #ccc;}
.header-sub .sub-gnb > li > strong{
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
}
.header-sub .sub-gnb > li > a{
    display: block;
    margin-bottom: 4px;
    color: #767676;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
}
.header-sub .sub-gnb > li > a:hover{
    font-weight: 600;
    color: #191919;
    text-decoration: underline;
}

/*footer*/
.footer{
    width: 100%;
    overflow: hidden;
    background-color: #333;
    color: #fff;
    box-sizing: border-box;
}
.sec-box{
    width: 1440px;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.ft-left{
	font-size: 14px;
    float: left;
    width: 30%;
    box-sizing: border-box;
}
.ft-left-top{margin-bottom: 100px;}
.ft-left-btm > p{line-height: 24px;}
.ft-right{
    float: right;
    width: 60%;
    box-sizing: border-box;
}
.ft-site-nav {
    width: 100%;
    float: right;
}
.ft-gnb > li{
    float: left;
    margin-right: 60px;
}
.ft-gnb > li:last-child{margin-right: 0;}
.ft-sub-gnb-detail{margin-top: 20px;}
.ft-gnb > li > a{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.ft-sub-gnb-detail > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.clause{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.clause > li{
    float: left;
    margin-right: 20px;
    text-decoration: underline;
}
.clause > li > a{
    color: #fff;
}

.subscribe {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 0 50px 0;
    border-top: 1px solid #707070;
}

.subscribe > p {
    float: left;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
}

.subscribe > .subsBtn form{
    display: flex;
    align-items: center;
}

.subscribe input[type='text'] {
    border: 1px solid #d2d2d2;
    color: #979797;
    padding: 8px 10px;
    margin-right: 6px;
    height: 40px;
    background-color: #333;
}

.subscribe input[type='button'] {
    font-size: 14px;
    background-color: #333;
    border: 1px solid #FE5912;
    color: #FE5912;
}

.subscribe input[type='button']:hover {
    background-color: #454545;
}


/*floatingBanner*/
.floating-btn{          
    width: 360px;
    height: 820px;
    position: fixed;
    bottom: 0;
    right: -470px;
    z-index: 98;
}
.floating-btn-right {
	right: 110px;
}
.fixBtn {
    width: 90px;
    height: 150px;
    position: fixed;
    right: 0;
    bottom: 0;
}
.fixBanner {
	display: none;
}
.bannerToggle {
	display: block;
}
.counselingBtn button{
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: url(../image/main/consulting_icon.png) no-repeat;
    background-position: center;
    background-color: #FE5912;
    position: absolute;
    right: 30px;
    bottom: 90px;
    cursor: pointer;
}
.counseling_link {display: none;}
.counselingBtn > button:hover{
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
}
.educationBtn > a > button{
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: url(../image/main/education_icon.png) no-repeat;
    background-position: center;
    background-color: #555;
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}
.educationBtn > a > button:hover{
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
}
.counselingForm{
    width: 360px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    position: absolute;
    right: 0px;
    bottom: 20px;
}
::-webkit-scrollbar {
	width: 4px; /*�뒪�겕濡ㅻ컮�쓽 �꼫鍮�*/
}
::-webkit-scrollbar-thumb {
 background-color: #d2d2d2; /*�뒪�겕濡ㅻ컮�쓽 �깋�긽*/
}
 
::-webkit-scrollbar-track {
  background-color: #f6f6f6; /*�뒪�겕濡ㅻ컮 �듃�옓 �깋�긽*/
}
.formTop{
    width: 100%;
    height: 60px;
    background-color: #FE5912;
    text-align: center;
    color: #fff;
}
.formTop > h2{font-size: 15px; padding-top: 8px;}
.formTop > p {font-size: 15px;}
.formMiddle{
	height: 510px;
    overflow-y: scroll;
    padding: 20px;
    color: #191919;
}
.formMiddle h3 > span{color: #DF0909;}
.f_select{margin-bottom: 20px;}
.f_select > h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.f_select > select{
    border: none;
    border-bottom: 1px solid #555;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.f_info,
.f_text{margin-bottom: 18px;}
.f_info > h3,
.f_text > h3{font-size: 14px;}
.f_info > input[type='text']{
    width: 100%;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #555;
}
.f_text textarea{
    height: 100px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #555;
    border-radius: 5px;
    margin-top: 10px;
}
.f_check > input[type='checkbox']{
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.f_check >p {font-size: 14px;margin-top: 5px;}
.formMiddle input[type='button']{
    display: block;
    margin: auto;
}
.f_area{margin-bottom: 18px;}
.f_area > h3{font-size: 14px;}
.f_area > textarea{
    height: 30px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #555;
    border-radius: 5px;
    margin-top: 10px;
}

/*----------------------------------------------------*/

@media screen and (max-width: 1500px){
	/*header*/
    .header-inner {width: 94%;}
    .gnb > li + li {margin-left: 40px;}
    .header-sub .site-sub-nav .sub-gnb {width: 100%;}
    
    /*footer*/
    .sec-box{width: 94%;}
    .ft-gnb > li {margin-right: 50px;}
}

@media screen and (max-width: 1024px){
	/*header*/
    .site-nav{display: none;}
    .header-sub {display: none;}
    .emptyDiv button{display: block;}
    
    /*footer*/
    .sec-box{width: 94%;}
    .ft-left {
    float: left;
    width: 100%;
    box-sizing: border-box;
    }
    .ft-right{display: none;}
    .ft-left-top {margin-bottom: 60px;}
    .subscribe { width: 94%; }
}

@media screen and (max-width: 768px){
	/*header*/
    .allmenu{width: 66%;}
    
    /*banner*/
    .counseling_banner {display: none;}
    .counseling_link {display: block;}
}

@media screen and (min-width: 360px) and (max-width: 500px){
	 /*header*/
    .header-inner {width: 90%;}
    .maxinner{width: 90%;}
    .allmenu{width: 84%;}
    
    /*footer*/
    .sec-box {width: 90%;}
    .ft-left-btm > p {font-size: 13px;}
    .subscribe { width: 90%; }
}

