@charset "utf-8";

html.noneScroll, body.noneScroll  {overflow: hidden;}

/*layout*/
.wow { 	visibility: hidden;}

/*header*/

.header .logo {width: 162px; float: left;}
.header .logo img {width: 100%;}
.header .logo img.logo_b {display: none;}
.header .right_wrap {position: absolute; top: 6px; right: 72px;}

.header .right_box {display: none;}
.header .right_box { float:right; font-size:0; margin-right:10px;}
.header .right_box a { height:49px; margin-left:10px; transition:.3s ease; display: inline-block; font-weight: 100; vertical-align:top; color: #fff; box-sizing:border-box; width:50px; text-align: center; line-height:100%; padding: 0 20px; border: 1px solid #fff;text-indent:-99999px;}
.header .right_box a.login_btn {background:url("/resources/img/common/login_ico.png") center no-repeat; }
.header .right_box a.logout_btn {background:url("/resources/img/common/logout_ico.png") center no-repeat; }
.header .right_box a.mypage_btn {background:url("/resources/img/common/mypage_ico.png") center no-repeat; }
.header .right_box a.join_btn {background:url("/resources/img/common/join_ico.png") center no-repeat; }
.header .right_box a:hover { background-color:#88b927;}


.header .lang {display: inline-block;}
.header .lang a{display: inline-block;font-weight: 100;color: #fff;width: 50px;text-align: center;padding: 5px 0;font-size: 14px;border: 1px solid #fff;border-radius: 50px; margin: 5px 25px 0 0;}
.header .head:hover .lang a {border-color: #0e417d; background-color: #0e417d;}
.header .sns {display: inline-block; float: right;}
.header .sns a {text-indent: -99999px; width: 35px; height: 35px; background: url("/resources/img/common/sns_w.png") no-repeat 0 0; display: inline-block; float: left;}
.header .sns .blog {margin-left: 15px; background-position: -50px 0;}
.header .head:hover .sns a {background-image: url("/resources/img/common/sns_c.png");}


/*전체 드랍다운 CSS:S*/

.header {width: 100%; height: 90px; position: fixed; z-index: 100; font-size: 14px;}
.header .head {padding-top: 25px;height: 100px; box-sizing: border-box; transition: all .2s ease-in-out;background-color: rgba(0,0,0,0); z-index: 100;}
.header .head .h_inner {z-index: -1;}
.header .head::before {position: absolute; top: 101px; left: 50%; transform: translateX(-50%); width: 100%; height: 1px; background: #c1c1c1; transition: all .2s ease-in-out; content: ""; opacity: 0;}
.header .gnb_wrap {text-align:center; height: 100%; position: absolute; left: 50%; transform: translateX(-50%);width: 70%;  font-family: 'Oswald', 'NanumSquare';}
.header .gnb_wrap > .gnb > ul > li {margin: 0 0.5%; display:inline-block; position: relative; vertical-align:top; width: 162px;}
/*.header .gnb_wrap > .gnb > ul > li:before {width: 0%; height: 2px; background-color: #fff; content: ""; position: absolute; top: -17px; left: 0; transition: all .3s ease;}*/
.header .gnb_wrap > .gnb > ul > li:hover:before {width: 100%;}
.header .gnb_wrap > .gnb > ul > li > a{display: inline-block; height: 100%; text-align: center; font-weight: 500; font-family: "Montserrat", sans-serif;  color: #fff; font-size: 18px; padding: 15px 0;}

.header .gnb_wrap > .gnb > ul > li > a::before {position: absolute; content: ""; bottom: 7px; left: 50%; transform: translateX(-50%); width: 100%; height: 3px; background: #0e417d; opacity: 0;}

.header .gnb_wrap > .gnb > ul ul > li > a { color:#fff;}
.header:hover .gnb_wrap > .gnb > ul ul { display:block;}
.header .gnb_wrap > .gnb > ul ul > li { margin-top:37px;}
.header .gnb_wrap > .gnb > ul ul > li a {transition:.3s ease; font-family: "Montserrat", sans-serif;  font-size:13px; color: #888;}
.header .gnb_wrap > .gnb > ul ul > li:hover a {color:#0e417d;}

/*dropdown효과*/

.header .head:hover {background-color: rgba(255,255,255,.9); height: 440px;}
.header .head:hover::before {opacity: 1;}
.header .head:hover .logo img.logo_b {display: inline;}
.header .head:hover .logo img.logo_w {display: none;}
.header .gnb_wrap > .gnb {height: 58px; overflow: hidden;}
.header .head:hover .gnb_wrap > .gnb {overflow: inherit;}
.header .head:hover .gnb_wrap > .gnb > ul > li > a {color: #000;}
.header .gnb_wrap > .gnb > ul > li > .two_depth {height: 240px; transition: all .9s ease-in-out; padding-top: 44px;}
.header .head:hover .gnb_wrap > .gnb > ul > li > .two_depth {opacity: 1; z-index: 0;}
.header .head .gnb_wrap > .gnb > ul > li:hover > a {color: #0e417d; position: relative;}
.header .gnb_wrap > .gnb > ul > li:hover > a::before {opacity: 1;}

/*dropdown효과*/



.scroll .head{background-color: #fff;}
.scroll .head:hover {background-color: #fff;}
.scroll .head .logo img.logo_b {display: inline;}
.scroll .head .logo img.logo_w {display: none;}
.scroll .gnb_wrap > .gnb > ul > li > a {color: #000;}
.scroll .ham_btn.active span {background: #fff;}
.scroll .head .sns a {background-image: url("/resources/img/common/sns_c.png");}
.scroll .head .lang a {border-color: #0e417d; background-color: #0e417d;}
/*전체 드랍다운 CSS:E*/


.header .ham_btn, .header .ham_btn span {display: inline-block; z-index: 200; transition: all .3s ease-in-out; box-sizing: border-box;}

.header .ham_btn {position: absolute;top: 29px;right: 3%;cursor: pointer;z-index: 200;-webkit-transform: translateZ(0);}
.header .ham_btn p {position: relative; width: 26px; height: 20px; margin: 10px; box-sizing: border-box;}


.header .ham_btn span {position: absolute; left: 0; width: 100%; height: 2px; background-color: #fff;}
.header.active .ham_btn span {background-color: #000;}
.header .ham_btn span:nth-of-type(1) {top: 0;}
.header .ham_btn span:nth-of-type(2) {top: 9px;}
.header .ham_btn span:nth-of-type(3) {bottom: 0;}



.scroll .ham_btn span {background: #000;}


.header .ham_btn.active {top:34px;}
.header .ham_btn.active span:nth-of-type(1) {-webkit-transform : translateY(10px) rotate(-45deg);
	transform : translateY(10px) rotate(-45deg);}
.header .ham_btn.active span:nth-of-type(2) {opacity: 0;}
.header .ham_btn.active span:nth-of-type(3) {-webkit-transform : translateY(-8px) rotate(45deg);
	transform : translateY(-8px) rotate(45deg);}


.header .ham_menu {position: fixed; top: 0; left: 0; width: 100%; height: 100vh;}
.header .ham_menu .ham_head {width: 100%; height: 75px;}

.header .ham_menu .lang {display: none;}

/* mobile menu */
.mobile_menu {background: rgba(0,0,0,.3); display: none;  box-sizing:border-box; position: fixed; left: 0; width: 100%; height: 100%; top: 0; font-family: 'Oswald', 'NanumSquare';}
.mobile_menu .gnb {position: absolute;top: 0;right: -70%;width: 50%;background-color: #0e417d;height: 100%;box-sizing: border-box;background: #0e417d url("/resources/img/main/ham_bg.png")no-repeat;background-position: right -50px bottom -25px; }
.mobile_menu .gnb > ul {/*position: absolute; top: 50%; transform: translateY(-50%); left: 10%; margin-top: 20px;*/ margin: 100px 0 0 30px; padding-bottom: 30px;}
.mobile_menu .gnb > ul::after {display: block; content: ""; clear: both; height: 0;}
.mobile_menu .gnb > ul > li { width:100%; display: block; vertical-align: top; box-sizing: border-box; text-align: left; float: left; margin-bottom: 40px;}
.mobile_menu .gnb > ul > li:last-child {margin-bottom: 0;}
.mobile_menu .gnb > ul > li > a { line-height:130%; color:#fff;  display:inline-block;  font-weight: 600; font-size: 60px; letter-spacing: -1.5px; transition: .3s ease; word-break: keep-all; position: relative;}
.mobile_menu .gnb > ul > li > a::before {opacity: 0; position: absolute; content: ""; width: 100%; left: 50%; transform: translateX(-50%); bottom: -2px; height: 2px; background: #fff;}
.mobile_menu .gnb > ul > li:hover > a::before { opacity: 1;}
.mobile_menu .gnb > ul > li > ul { margin-top: 30px;}
.mobile_menu .gnb > ul > li > ul li { display: inline-block; margin-left: 1.5%;}
.mobile_menu .gnb > ul > li > ul li:first-child {margin-left: 0}
.mobile_menu .gnb > ul > li > ul a { line-height:130%;  position: relative; font-weight: 100; color:#fff; font-size: 22px; transition:.3s ease-in-out; display: inline-block; word-break: keep-all; padding-right: 5px; opacity: .6;}
.mobile_menu .gnb > ul > li > ul a:hover { opacity: 1;}
.mobile_menu .close_btn { z-index:2; position: absolute; right: -70px; width: 60px; height:60px; text-indent: -99999px; border:2px solid #122e4b; top: 10px; box-sizing: border-box; background:#fff url("/resources/img/common/clos_btn.png") no-repeat center; cursor: pointer;}
.mobile_menu .mobile_f_btn { display:none; position: fixed; bottom: 0; width:100%; min-width: 360px;}
.mobile_menu .mobile_f_btn a { background: #0e4d86; padding: 25px 0; text-align: center; float: left; width: 50%;  box-sizing: border-box; color:#fff; display: inline-block;}
.mobile_menu .mobile_f_btn a:first-child {border-right:1px solid #4a6f96;}
.mobile_menu .right_wrap {display: none;}
.mobile_menu .right_box { position: absolute; top: 0; left: 0; width: 100%; height:70px; background: #88b927;}
.mobile_menu .right_box a{ margin-top:10px;}
.mobile_menu .mb_title {color:#fff; font-size: 18px; text-align: center; position: absolute; width:100%; margin-top: 26px;}





/*footer*/
#footer {width: 100%;padding: 99px 0;background-color: #13243b;color: #bbb;font-family: 'NanumSquare', sans-serif;font-size: 14px;transform: skew(0.03deg);}
#footer .f_logo {width: 162px; float: left;}
#footer .f_logo img {width: 100%;}

#footer .f_inform {float: left; width: 70%; margin-left: 8%; display: inline-block;}
#footer .f_inform p .bold {margin-right: 1%; font-weight: 600; color: #ddd;}
#footer .f_inform p {position: relative; display: inline; margin-right: 25px;}
#footer .f_inform p:last-child {margin-right: 0;}
/*#footer .f_inform p:after {width: 1px; height: 13px; content: ""; position: absolute; top: 2px; right: -26px; background-color: #fff;}*/
/*#footer .f_inform p.fax:after, #footer .f_inform p.ct:after {display: none;}*/
#footer .f_inform .bottom {margin-top: 13px;}

#footer .f_sns_box {float: right;  display: inline-block; width: calc(22% - 162px);    min-width: 85px;}
#footer .f_sns_box .btn_box {    display: inline-block; float: right;}
#footer .f_sns_box .f_sns { transition: all .2s ease-in-out; text-indent: -99999px; display: inline-block; width: 35px; height: 35px;background: url("/resources/img/common/sns_g.png") no-repeat 0 0;float: left;}
#footer .f_sns_box .f_sns:hover {background-image: url("/resources/img/common/sns_c.png")}
#footer .f_sns_box .blog {margin-left: 15px; background-position: -50px 0;}
#footer .call {color: #bbb;}

#footer .copy {color: #aaa; margin-top: 40px;}

#footer .top_btn {position: absolute;     border: 1px solid rgba(255,255,255,.4); width: 43px; height: 43px; bottom:0; right: 0;}
#footer .top_btn a {display: inline-block;background: url("/resources/img/main/main_ico.png")no-repeat left 13px bottom 24px;color: #fff;font-weight: 600;text-align: center;padding-top: 23px;width: 100%;height: 100%;box-sizing: border-box;}

/*layout*/

@media screen and (max-height:860px){
     .mobile_menu .gnb {overflow-y: scroll;}
    
    
}
@media screen and (min-width:501px){
    
    .mobile_menu .gnb > ul > li > ul {height: auto !important;}
}
@media screen and (max-width:1300px){
    /*전체 드랍다운 CSS:S*/
    .header .gnb_wrap {width: 60%;}
    .header .gnb_wrap > .gnb > ul > li {width: 140px;}
/*전체 드랍다운 CSS:E*/
    .header .right_wrap {right: 64px;}
    .header .lang a {margin: 5px 15px 0 0;}
    .header .sns .blog {margin-left: 10px;}
    #footer .f_inform {float: left; width: 72%; margin-left: 3%;} 
    #footer {    padding: 70px 0;}
}
@media screen and (max-width:1024px){

    .header .gnb_wrap {display: none;}
    .header .head {height: 90px; padding:17px 12px;}
    
    .header .head:hover {background-color: inherit; height: 90px;}
    .header .head::before {display: none;}
    
    .header.active .ham_btn span {background: #fff;}
    .header .ham_btn {top: 24px;}
    .header .ham_btn.active {top:24px;}
    .header .right_wrap {    top: 10px;}
    
    .header .head:hover .logo img.logo_b {display: none;}
    .header .head:hover .logo img.logo_w {display: inline;}
    .header .head:hover .lang a {border-color: #fff; background-color: transparent;}
    .header .head:hover .sns a {background-image: url("/resources/img/common/sns_w.png");}
    
    .scroll .head:hover {background-color: #fff;}
    .scroll .head:hover {background-color: #fff;}
    .scroll .head:hover .logo img.logo_b {display: inline;}
    .scroll .head:hover .logo img.logo_w {display: none;}
    .scroll .head:hover .lang a { border-color: #0e417d; background-color: #0e417d;}
    .scroll:hover .ham_btn span { background-color: #000;}
    .scroll:hover .ham_btn.active span { background-color: #fff;}

    
    
    .mobile_menu .right_wrap {z-index: 1;top: 28px;right: 64px; display: block;}

    .mobile_menu .gnb {width: 100%; overflow-y: scroll;}
    .mobile_menu .gnb > ul > li > ul li:first-child {margin-top: 0;}
    .mobile_menu .gnb > ul > li > ul li {display: block; margin-left: 0; margin-top: 15px;}
    .mobile_menu .gnb > ul > li > ul a {font-size: 17px;width: 80%;}
       #footer {    padding: 50px 0;}
    #footer .f_logo {float: none;}
    #footer .f_inform {float: none; width: 100%; margin-top: 30px; margin-left: 0;}
    
    #footer .f_sns_box {float: none; position: absolute; top: 20px; right: 0;}
    #footer .copy {margin-top: 20px;}
    
      
}
@media screen and (max-width:768px){
    .header .ham_menu .m_gnb_wrap > .gnb > ul > li > .two_depth > li {width: 25%;}
    .head .sns {display: none;}
    .head .lang a {margin-right: 0;}
    .header .right_wrap { right: 60px;}
   
    #footer .f_inform p {display: block; margin-bottom: 10px; margin-right: 0;}
	#footer .f_inform p .bold { display:inline-block;vertical-align:top; line-height:130%;}
    #footer .f_inform p:after {display: none;}
    #footer .f_inform .bottom {margin-top: 0;}
    
    .contact .ct_inp .textarea, .contact .ct_inp .inform {width: 48%;}
    

}

@media screen and (max-width:650px){
    /*.header .ham_menu .m_gnb_wrap > .gnb > ul > li > .two_depth > li {float: none; width: 100%;}*/
    
/*    .header .ham_menu .m_gnb_wrap > .gnb > ul > li > .two_depth {display: none;}*/

 
}



@media screen and (max-width:500px){
    
    #footer .f_inform p.address .txt {display: block;margin-top: 5px;}
    
    #footer .f_inform {width: 90%;}
    
}



.header .ham_menu .m_gnb_wrap > .gnb > ul > li > .two_depth > li.add {float: none; width: 100%;}







