
@charset "utf-8";

/* layout */
.con-wrap {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.visual {
    position: relative;
	display: block;
	 
    padding-top: 90px;
    box-sizing: border-box;
}

/* header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%; /*width: 80%; */
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    color: #000;
    z-index: 100;
    transition: .3s;
	
	right: 0;
}

.header .logo {
	z-index: 999999;
    position: relative;
  /*  width: 150px;width: 250px;
  /*width: 310px; */
  width: 100%;
    height: 100%;
    padding: 0 2px;
}

.header .logo {
width: 115%;
height: 136%;
max-width: 350px;
}  



.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.header .logo .black {
    display: none;
}

.header .logo img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s ease;
    max-width: 80%;
}

.header .logo img:last-child {
    opacity: 0;
}

/* header 고정 style */
.header.fix {
    border: 0;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
	
	
	

    min-width: 437px;
    min-width: 417px;
	min-width: 100%;
	  z-index: 201;
}

.header.mainheader.fix {
  color: #000;
}
.header.mainheader {
  color: #fff;
}	

.gnb-top > li > ul > li   {
  color: #000;
}
.header.fix .logo .white,
.header.fix.active .logo .black {
    display: none;
}
.header .util {
  z-index: 9999999;
}

html body header.header.fix nav.gnb ul.gnb-top li {
 
  width: 100%;
}
html.dimd body#thisbody header.header.fix.active nav.gnb ul.gnb-top li a {
  text-align: left;
}

.header.fix .logo .black,
.header.fix.active .logo .white {
    display: block;
}


html body header.header.fix nav.gnb ul.gnb-top li 
{
	 
}
html body header.header.fix nav.gnb ul.gnb-top li:hover
{
	 
/*	background-color: #0e6eb8;
	color: #fff;  */
}
 
html body header.header.fix nav.gnb ul.gnb-top li:hover {

}
.gnb-top > li > ul > li:hover {
  background-color: rgb(45, 74, 151);
  color: #eee8e8;
}

.header.open .gnb .sub-depth {
  height: auto;
  opacity: 1;
  width: 100%;
}

header.header nav.gnb ul.gnb-top li ul.sub-depth li:hover,
header.header nav.gnb ul.gnb-top li ul.sub-depth li
{
   
}









/* 가입상담신청 form */
.aside-consulting {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    z-index: 20;
}

.aside-consulting .consulting-con {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 443px;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.aside-consulting h2 {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 400;
}

.aside-consulting .consulting-form {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 39px;
}

.aside-consulting .consulting-form div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.aside-consulting .consulting-form input {
    width: 223px;
}

.aside-consulting .consulting-form select {
    width: 223px;
}

.aside-consulting .consulting-form .chk-agree {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 14px;
}

.aside-consulting .consulting-form .chk-agree div {
    margin-bottom: 0;
}

.aside-consulting .consulting-form .chk-agree input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.aside-consulting .consulting-form .chk-agree input+label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.aside-consulting .consulting-form .chk-agree input+label:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff url("/images/btn/btn-chk-off.png") no-repeat center;
    text-align: center;
    vertical-align: middle;
    content: "";
}

.aside-consulting .consulting-form .chk-agree input:checked+label:before {
    background-image: url("/images/btn/btn-chk-on.png");
}

.aside-consulting .consulting-form .chk-agree button {
    width: 94px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.aside-consulting .consulting-list {
    width: 100%;
}

.aside-consulting .consulting-list .list {
    margin-bottom: 32px;
    text-align: center;
}

.aside-consulting .consulting-list .list-head li,
.aside-consulting .consulting-list .list-body li {
    display: flex;
    align-items: center;
    width: 100%;
}

.aside-consulting .consulting-list .list-body li {
    transition: .5s ease;
}

.aside-consulting .consulting-list .list-body li.hide {
    margin-top: -26px;
    opacity: 0;
}

.aside-consulting .consulting-list .list em {
    font-weight: 400;
}

.aside-consulting .consulting-list .list em:nth-child(1) {
    width: 25%;
    color: #fff;
    font-weight: 700;
}

.aside-consulting .consulting-list .list em:nth-child(2) {
    width: 40%;
}

.aside-consulting .consulting-list .list em:nth-child(3) {
    width: 35%;
}

.aside-consulting .consulting-list .list-head {
    background: rgba(42, 66, 94, 0.2);
    line-height: 1;
    padding: 7px 0;
    margin-bottom: 6px;
    color: #fff;
}

.aside-consulting .consulting-list .list-head em {
    border-left: 1px solid rgba(255, 255, 255, .4);
}

.aside-consulting .consulting-list .list-head em:first-child {
    border: 0;
    font-weight: 400;
}

.aside-consulting .consulting-list .list-body {
    overflow: hidden;
    height: 130px;
    line-height: 26px;
    color: #f1f1f1;
}

.aside-consulting .consulting-list .tel-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.aside-consulting .consulting-list .tel-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 67px;
    background: rgba(105, 105, 105, 0.6);
    color: #fff;
}

.aside-consulting .consulting-list .tel-list li:first-child {
    background: rgba(133, 133, 133, 0.6);
}

.aside-consulting .consulting-list .tel-list em {
    font-size: 15px;
}

.aside-consulting .consulting-list .tel-list strong {
    font-size: 25px;
    color: #ffea5b;
}

/* 고정 form */
.aside-consulting.fix-aside {
    display: none;
}

.aside-consulting.fix-aside .consulting-con {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.4);
    color: #000;
    transform: translateX(100%);
    transition: .5s ease;
}

.aside-consulting.fix-aside.open .consulting-con {
    display: flex;
    transform: translateX(0);
}

.aside-consulting.fix-aside .consulting-list .list-head {
    background: #92a0ad;
}

.aside-consulting.fix-aside .consulting-list .list-body {
    color: #7f7f7f;
}

.aside-consulting.fix-aside .consulting-list .list-body em:nth-child(1) {
    color: #7f7f7f;
}

.btn-consulting::before {
    display: block;
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 16px;
    border: 1px solid #c94c4c;
    border-radius: 100%;
    -webkit-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
    background: #fff url("/images/icon/icon-consulting.png") no-repeat center;
    background-size: 76%;
    box-sizing: border-box;
    content: "";
}

.btn-consulting {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    border: 0;
    color: #fff;
    height: 73px;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 36px 0 0 36px;
    background: linear-gradient(90deg, #ff0000, #ed903c);
    background-size: 150%;
    font-size: 20px;
    line-height: 53px;
    transition: right .5s ease;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
	transition: 3.7s ease-in-out;
}

.aside-consulting.open .btn-consulting {
    right: 443px;
    width: 45px;
    height: 57px;
    border-radius: 10px 0 0 10px;
    background: #7a7a7a url("/images/btn/btn-close.png") no-repeat center;
    text-indent: -9999px;
}

.aside-consulting.open .btn-consulting::before {
    display: none;
}

/* footer */
.footer {
    background: #10243b;
	margin-top: 30px;
}

.footer-util {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
    background: #f4f4f4;
    color: #555;
    font-size: 16px;
}

.footer-util li {
    padding: 23px 20px;
}

.footer-util li::after {
    display: inline-block;
    margin-left: 40px;
    color: #ccc;
    content: '/';
}

.footer-util li:last-child::after {
    display: none;
}

.footer-address {
    font-size: 14px;
    color: #999;
}

.footer-address .logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 65px 0 41px;
}

.footer-address .logo img {
    display: block;
    padding: 0 30px;
}

.footer-address .logo img:first-child {
    border-right: 1px solid rgba(150, 150, 150, 0.3);
}

.footer-address .address {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 50px;
    line-height: 1.857;
    box-sizing: border-box;
}

.footer-address .address span {
    display: block;
}

.footer-address .address span::after {
    display: inline-block;
    color: #344860;
    padding: 0 14px;
    content: "|";
}

.footer-address .address span:nth-child(3)::after {
    display: none;
}

.footer-address .address span:last-child::after {
    display: none;
}

/* text-box popup */
.dimd {
    height: 100%;
    overflow: hidden;
}

.pop-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s ease;
    z-index: 200;
}

.pop-wrap .popup {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 552px;
    max-height: 80%;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    color: #999;
    line-height: 1.5;
    box-sizing: border-box;
}

.pop-wrap .popup h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #000;
}

.pop-wrap .popup .text-box {
    overflow: auto;
    height: 100%; height: 587px;
    padding-right: 10px;
    margin-right: -27px;
    margin-bottom: 40px;
}

.pop-wrap .popup.short .text-box {
    padding-right: 0;
    margin-right: 0;
}

.pop-wrap .popup h3 {
    margin-top: 30px;
    font-weight: 400;
}

.pop-wrap .popup p {
    margin-bottom: 14px;
}

.pop-wrap .popup li {
    margin-bottom: 11px;
}

.pop-wrap .popup li li {
    padding-left: 10px;
    margin-bottom: 0;
}

.pop-wrap .popup .btn-close-pop {
    width: 100%;
    height: 50px;
    border: 0;
    background: #000;
    font-size: 17px;
    color: #fff;
}


/* elements */
.btn-menu {
    display: none;
}

.btn-red {
    width: 100%;
    height: 48px;
    border: 0;
    background: #2c2179;
    font-size: 16px;
    color: #fff;
}


/*	
    .header .gnb .sub-depth > li:hover {
        background-color: #2a4693;
		 color: #ffffff;
    }
	.header > nav > ul.gnb-top > li:hover {
        background-color: #2a4693;
		 color: #ffffff; 
    }
	.header > nav > ul.gnb-top > li > a {
        max-width: 100%;
		margin: 0px 8px 0px 8px;
		
    }
	.header > nav > ul.gnb-top > li  {
 		min-width: 80px; 
    }
*/	
	 
}

/* pc 1280 이하 */
@media screen and (max-width: 1280px) {
		.header .logo {
		  width: 50%;
		  height: 50%;
		}  
    .header .logo {
        padding-right: 20px;
		
width: 250px;		
    }

    .header .gnb {
        width: 500px;
      /*  padding-right: 20px; */
        font-size: 14px;
    }

    .btn-consulting {
        right: -95px;
    }

    .header .gnb .sub-depth {
        font-size: 14px;
    }
}

/* tablet 1024 이하 */
@media screen and (max-width: 1024px) {

	
	.gnb > div:nth-child(1) > div > li {
		display: inline-block;
		width: 39%;
		padding: 10px 10px;
		background: #ef0000;
		text-align: center;
		min-width: 90px;
		border: 1px solid #c94c4c;
		border-radius: 33px;
		-webkit-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
		
	 max-width: 178px;  
	 margin: 0px 5px;
	}

	.header .gnb .fnb {
		display: block;
		padding: 20px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 30px;
		color: #999;
		border: 3px solid rgba(162, 175, 209, 0.1);
		margin: 30px;
		border-radius: 20px 20px 20px 20px;
	}


	.fnb > li {
		padding: 2px 20px;
		background: rgba(45, 74, 151, 0.44);
		margin: 10px 20px;
		border-radius: 20px 20px 20px 20px;
	}
	.fnb li {
		text-align: center;
	}
	html.dimd body header.header.fix.active nav.gnb ul.fnb li {
		color: #fff;
	}
	html.dimd body header.header.fix nav.gnb ul.fnb li {
		max-width: 348px;
		margin: 10px auto;
	}
	
	html.dimd body#thisbody header.header nav.gnb ul.fnb li {
		color: #fff;
	}	
	
	html.dimd body#thisbody header.header.active nav.gnb div div li a {
		padding-left: 0px;
	}	
	html.dimd body#thisbody header.header  nav.gnb div div li a {
		padding: 15px 0px 15px 50px;
	}	
	.gnb > div  > div  > li:nth-child(1) > a {
		background: rgba(255,255,255,0.99) url("/images/icon/icon-consulting.png") no-repeat left;
		background-size: 24%;
		border-radius: 20px;
		box-shadow: 5px 5px 5px 5px rgba(6, 6, 6, 0.2);
		background-position: 5px bottom;
		padding: 15px 0px 15px 50px;
	}	
	.gnb > div  > div  > li:nth-child(2) > a {
		background: rgba(255,255,255,0.99) url("/images/icon/icon-gift.png") no-repeat left;
		background-size: 30%;
		border-radius: 20px;
		box-shadow: 5px 5px 5px 5px rgba(6, 6, 6, 0.2);
		background-position: 5px bottom;
		padding: 15px 0px 15px 50px;
	}	
	
	/*nav.gnb ul.gnb-top li a.has-sub:hover, */
	.gnb-top > li > ul > li:hover {
		background-color: rgba(2,2,2,0.5);
		color: rgb(255, 255, 255);
	}
	nav.gnb ul.gnb-top li a.has-sub:hover {
    text-decoration: underline;
	}

.gnb-top > li:nth-child(1) {
  border-radius: 20px 20px 0px 0px;
}

	
    .header {
        border: 0;
		height: 70px;
    }

    .btn-menu {
        display: block;
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 25px;
        margin: auto;
        border: 0;
        background: none;
		z-index: 99999;
    }

    /* 모바일 메뉴 토글버튼 */
    .btn-menu::before,
    .btn-menu::after,
    .btn-menu span {
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #042578;
        content: "";
        transition: .3s ease;
		
		z-index: 99999;
    }

    .btn-menu::before {
        -webkit-animation: outT 0.8s backwards;
        animation: outT 0.8s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    .btn-menu span {
        overflow: hidden;
        margin: 5px 0;
        font-size: 1px;
        text-indent: -999px;
        -webkit-animation: outM 0.8s backwards;
        animation: outM 0.8s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    .btn-menu::after {
        -webkit-animation: outBtm 0.8s backwards;
        animation: outBtm 0.8s backwards;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

    .header.active .btn-menu::before,
    .header.active .btn-menu::after,
    .header.active .btn-menu span {
        background-color: #fff;
    }

    .header.active .btn-menu::before {
        -webkit-animation: inT 0.8s forwards;
        animation: inT 0.8s forwards;
    }

    .header.active .btn-menu span {
        -webkit-animation: inM 0.8s forwards;
        animation: inM 0.8s forwards;
    }

    .header.active .btn-menu::after {
        -webkit-animation: inBtm 0.8s forwards;
        animation: inBtm 0.8s forwards;
    }

    .header .gnb {
        overflow: auto;
        position: fixed;
        top: 0;
   /*     left: 0; */
        right: 0;
        width: 100%; /*width: 80%; */
        height: 100%;
        background: #fff;
        font-size: 20px;
        line-height: 56px;
        font-weight: 700;
        color: #333;
        z-index: -1;
        transform: translateX(100%);
        transition: .3s ease;
    }

    .header.active .gnb {
        transform: translateX(0);transition: 1.7s ease;
    }

    .header .gnb::before {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
 /*       left: 0; */
        right: 0;
        width: 100%; /* width: 80%; */
        height: 90px;height: 70px;
        background: url("/images/bg/bg-mgnb.png") no-repeat center;
        background-size: cover;
        content: "";
        z-index: 10;
    }

    .header .gnb-top {

		padding: 30px;
		background-image: linear-gradient(to bottom, #2c4a98 , #fff);
    }

    .header .gnb-top>li {
        background: #fff;
    }

 
    .header .gnb a {
        display: block;
        position: relative;
        width: 100%; /* width: 80%; */
        padding-left: 15px;
        box-sizing: border-box;
    }

    .header .gnb .has-sub::after {
        display: block;
        position: absolute;
        top: 18px;
        right: 15px;
        width: 13px;
        height: 19px;
        background: url("/images/btn/btn-menu-subtoggle.png") no-repeat center;
        background-size: contain;
        content: "";
        transition: .3s ease;
        opacity: .6;
        transform: rotate(-180deg);
    }

    .header .gnb .has-sub.active::after {
        transform: rotate(0);
    }

    .header .gnb .sub-depth {
        display: none;
        padding-bottom: 10px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        color: #333;
    }

    .header .gnb .sub-depth a {
        padding-left: 35px; padding-left: 75px;
    }

    .header .gnb .fnb {
        display: block;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #999;
    }

    .header .gnb .fnb li:first-child {
        color: #555;
    }

    .header .util {
        display: none;
    }

    .btn-consulting {
        top: 74%;top: 50%;
    }

    .footer-util {
        display: none;
    }
	
	
	
	
	
    .header .util {
        display: flex;
        height: 100%;
		
		padding-right: 80px;
		padding-right: 110px;
		height: 70px;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;		
		z-index:0;
		
		transition: 3.7s ease;
    }

    .header .util li {
        height: 100%;
    }

    .header .util li a {
        display: block;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
    }

    .header .call-link {
        width: 180px;
		height: 70px;
         background: #ff0000 url("/images/btn/btn-h-call.png");  
		
		background-size: 180px; 
	/*	background-size: cover; */
    }
	
	
	
	.u-jname {
		width: 260px;
	}	
	
	.util > li:nth-child(2) {
	  display: none;
}	
	
	
	
	
}
@media screen and (max-width:1024px) {
		.header .logo {
		  width: 30%;
		  height: 30%;
		}  

    .header .logo {
        padding: 0 15px;
 	
		display: block;
		position: absolute;
		 
		top: 50%;
		left: 0px;		
    }
}
/* 저해상도 tablet 768 이하 */
@media screen and (max-width:768px) {
    .header {
        height: 70px;
    }

		.header .logo {
		  width: 70%;
		  height: 70%;
		}  
    .header .logo {
        padding: 0 15px;
 
		top: 10px;
		left: 0px;	
		padding: 0 1px;	
    }

    .header .logo img {
        height: 26px;
		height: 80%;height: 170%;

		
    }

    .header .gnb::before {
        height: 70px;
    }

    .visual {
        padding-top: 70px;
    }

    .con-wrap {
        padding: 0 15px;
		margin-bottom: 81px;  margin-bottom: 20px;
    }

    .btn-menu {
        right: 20px;
    }

    .aside-consulting.open {
        z-index: 150;
    }

    .aside-consulting .consulting-con {
        overflow: auto;
        align-content: flex-start;
        width: 100%;
        padding: 20px 15px;
    }

    .aside-consulting.fix-aside .consulting-con {
        background: #fff;
    }

    .aside-consulting.open .btn-consulting {
        top: 0;
        right: 0;
        width: 59px;
        height: 60px;
        background: transparent url("/images/btn/btn-b-close.png") no-repeat center;
        background-size: 22px;
        box-shadow: none;
        z-index: 10;
    }

    .aside-consulting h2 {
        font-size: 26px;
    }
	.header .util {
		padding-right: 60px;
    }
	
	html.dimd body#thisbody div.pop-wrap article.popup.text-popup div.text-box div#jsToday03c div.consultingR-form div input#u-jname.u-jname,
	.u-jname {
		width: 190px;
	}	
}

/* moblie 480 이하 */
@media screen and (max-width:577px) {
	

		.header .logo img {
		  height: 120%;
		}	
 

}


/* moblie 480 이하 */
@media screen and (max-width:500px) {
		.header .logo {
		  width: 100%; width: 200px;
		  height: 100%;
		}  

		.header .logo img {
		  height: 100%;
		}	
 	#thisbody > main > article.visual > div.achievements-list.con-wrap {
		 margin-top: -151px;
		 margin-top: -139px;
	}
	.aside-consulting .consulting-list .tel-list li {
        width: calc(50% - 2px);
    }

    .pop-wrap .popup {
        padding: 30px;
    }

    .pop-wrap .popup h2 {
        margin-bottom: 17px;
        font-size: 20px;
    }

    .pop-wrap .popup .text-box {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-address .logo {
        padding: 45px 0 31px;
    }

    .footer-address .logo img {
/*        height: 26px; */
        padding: 0 20px;
		width: 120px;
    }

    .footer-address .address {
        max-width: 350px;
        padding: 0 15px 30px;
    }

    .footer-address .address span::after {
        display: none;
    }

    .footer-address .address span:nth-child(2)::after {
        display: inline-block;
    }
	html.dimd body#thisbody div.pop-wrap article.popup.text-popup div.text-box div#jsToday03c div.consultingR-form div input#u-jname.u-jname,
	.u-jname {
		width: 160px;
	}	


}


/* pc */
@media (min-width: 1024px) {
	
	
.gnb-top > li:hover {
  background-color: rgb(12, 65, 122);
  color: #fff;
  transition: 0.7s ease;
}	
		.header .logo {
		  width: 40%;
		  height: 40%;
		}  

		.header .gnb {
		  font-size: 20px;
		  font-size: 20px;
		  font-size: 14px;
		  font-weight: 700;
		}
		html.dimd body#thisbody header.header.fix.active nav.gnb ul.gnb-top li a,
		.gnb-top > li > a {
		  width: 100%;
		  text-align: center;
		}

	html body#thisbody header.header nav.gnb ul.gnb-top li:hover {
		background-color: rgb(12, 65, 122);
		color: #fff;
	}	
			html body header.header.fix nav.gnb ul.gnb-top li 
			{
			/*	padding: 0px 11px; */
			}
			html body header.header.fix nav.gnb ul.gnb-top li:hover
			{
			/*	padding: 0px 11px; */
				background-color: rgb(12, 65, 122);
				color: #fff;  
			}
			
		header.header.fix.open nav.gnb ul.gnb-top li ul.sub-depth li:hover {
		  
		  background-color: rgb(12, 65, 122);
		  color: #fff;
		}			
			
	body > header > nav > div {
		display: none;
	}	
	html body#thisbody header.header nav.gnb ul.fnb {
		display: none;
	}		
    .header .gnb {
        width: 715px;
        height: 100%;
/*        padding-right: 7px; */
        font-size: 20px; font-size: 19px;
			
        font-weight: 700;
    }

    .header .gnb>ul {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .header .gnb>ul>li {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
		width: 100%;
    }

    .header .gnb::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        content: "";
        z-index: -1;
        transition: .3s ease;
        background: #fff;
    }

    .header .gnb .sub-depth {
        overflow: hidden;
        display: block;
        position: absolute;
        top: 101px; top: 90px; top: 92px;
      /*  left: -20%; */
		left: 0px;
        height: 0;
        line-height: 2;
        text-align: center;
        font-weight: 400;
        color: #555;
        opacity: 0;
        transition: .3s ease .2s;

 
		letter-spacing: -1.9px;
		font-size: 16px;		
    }

    .header .gnb .fnb {
        display: none;
    }

    .header .util {
/*        display: flex; */
		height: 100%;
		width: 249px;
		margin: 0px 0px 0px 20px; margin: 0px 0px 0px 0px;
		min-width: 178px;	
transition: 3.7s ease;		
    }

	.header .util li:nth-child(1) {
	  height: 100%;
	  background: #e60012 url("/images/btn/btn-h-call.png");
	  background-size: auto;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center center;
	  width: 100%;
	}
	
	
	.util > li:nth-child(2) {
	  background: #0e6eb8 url("/images/btn/btn-h-info.png");
	  background-size: auto;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center center;
	  width: 100%;
	}	


    .header .util li {
        height: 100%;
    }

    .header .util li a {
        display: block;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
    }

    .header .call-link {
    /*    width: 249px; */
         
    }

    .header .info-link {
    /*    width: 194px; */
 
    }




    /* header open style */
    .header.open {
        border: 0;
        background: #fff;
        color: #000;
    }

    .header.open .logo .white {
        display: none;
    }

    .header.open .logo .black {
        display: block;
    }
    .header .gnb {
max-width: 990px;
width: 100%;
    }

    .header.open .gnb::before {
        height: 298px;  height: 280px;
		background: #ffffffa6;
		background: #ffffffaa;
        background: #fff;
        -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
		
max-width: 100%;
width: 100%;

transition: 0.7s ease;
    }

    .header.open .gnb::after {
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ccc;
        content: "";
		color: #000;
    }

    .header.open .gnb .sub-depth {
        height: auto;
        opacity: 1;
    }

			.header .gnb .sub-depth  li {

			  color: #000;
			}
			.header .gnb .sub-depth li:hover {

			  color: #fff;
			  transition: 0.7s ease;
			}
}
@media (min-width: 1100px) {
		.header .logo {
		  width: 40%;
		  height: 40%;
width: 53%;
 	  
		}  
		.header .gnb {
		  font-size: 16px; font-size: 20px;
		  font-weight: 700;
		}
		.header .gnb .sub-depth {
		  font-size: 13px;font-size: 16px;
		}
}
@media (min-width: 1150px) {
	.header .gnb {
	  font-size: 18px;
	}	
}
@media (min-width: 1200px) {
	.header .gnb {
	  font-size: 20px;
	}	
	
}
@media (min-width: 1270px) {
	.header .util {
	  display: flex;
	  height: 100%;
	  width: 60%;
	  margin: 0px 0px 0px 20px; margin: 0px 0px 0px 0px;
	  min-width: 20px;
	  max-width: 500px;
	  
	  transition: 3.7s ease;
	}	
}
@media (min-width: 1280px) {
	
		.header .logo {
		  
			width: 56%;
			height: 128%;
			max-width: 16%;
		}  
		.header .gnb {

		  font-size: 21px;
		  font-weight: 700;
		}
		.header .gnb .sub-depth {
		   19px;font-size: 18px;
		}
}



@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}