*{outline: 0}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


*{ margin: 0; padding: 0; }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, button,
time, mark, audio, video, a, textarea, input{;margin:0;  padding:0;  border:0; font-size:100%; vertical-align:baseline; background:transparent; -webkit-text-size-adjust:none; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-style: normal; }
html{ -ms-touch-action:auto;}
html,body, section{width:100%;}

img{}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav, section{}
legend, caption{width:0;height:0;visibility:hidden;font-size:0;line-height:0;}
button{cursor:pointer; border:none; padding:0; }
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
li,dd{list-style:none;}
blockquote, q {quotes:none;}
address, caption, em, cite, i, a {font-weight:normal; font-style:normal; text-decoration: none;color: #333}
table {border-collapse:collapse; border-spacing:0; table-layout:fixed;}
iframe{width:100%;vertical-align:middle;}
caption{display:none;}
figcaption{display:block;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance:none;  margin:0; }

strong {font-weight: bold }

input[type="text"], input[type="number"],input[type="email"], input[type="search"],
input[type="password"], input[type="date"], input[type="tel"], select{display:table-cell; vertical-align:middle; padding:  0 0 0 7px; height: 40px; line-height: 1; box-sizing: border-box; background:#fff; border:1px solid #cccccc; border-radius:0; color:#999; font-size:12px;font-family: 'Pretendard';}

input[type="search"] {border-radius:0; -webkit-border-radius:0; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

input[type='checkbox'],input[type='radio'] {vertical-align:middle; margin-top:0;  cursor : pointer;}

input.disabled {background:#fff;}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}


select::-ms-expand{display:none; }
select{ cursor: pointer; outline :none; overflow :hidden; color:#999; width:100%;;  }
textarea{width:100%;height:100px; resize:none; border:1px solid #cccccc;   padding:10px; color:#999;}


.blind{position:absolute; top:-999999px; width:0; height:0; font-size:0; overflow:hidden;}
.clear:after{content:""; display: table; clear: both;}
.clearfix{overflow:hidden;}
.clearfix:after{clear:both; display:table; content:'';}
.center{text-align:center; display:block; float:none !important;}
.accessibility{display: none}
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: none;
    clip: rect(0,0,0,0);
    overflow: hidden;
}


.inner{ width: 1400px; margin: 0 auto; }


/* 헤더 공통 */
#header{ position: fixed; width: 100%; left: 0; top: 0; z-index: 10; background-color: #fff; ; }
#header .wrap{ padding: 0 60px; display: flex; align-items: center; justify-content: space-between; }
#header h1{ }
#header h1 a{ display: block ;width: 100%; height: 100%; position: relative; }


#header .gnb{ margin-right: 145px; }
#header .gnb > ul{ display: flex; }
#header .gnb > ul > li{ padding: 0 25px; position: relative; }
#header .gnb > ul > li > a{ position: relative; font-size: 20px; font-weight: 500; color: #707070; line-height: 120px; display: block; text-align: center; transition: color 0.3s;  }
#header .gnb > ul > li > a:after{ content:""; display: block; width: 1px; height: 0; background-color:#81050B; position: absolute; left: 50%; top: 0; transition: height .3s; }
#header .gnb > ul > li:hover > a:after{ height: 40px; }
#header .gnb > ul > li > ul{ position: absolute; left: -32.5%; top: 100%; width: 165%; padding: 30px 0; display: none; background-color: #000000; }
#header .gnb > ul > li > ul li{ text-align: center; margin-bottom: 24px; }
#header .gnb > ul > li > ul li:last-child{ margin-bottom: 0; }
#header .gnb > ul > li > ul li a{ font-size: 18px; font-weight: 300; color:rgba(255,255,255,0.7);  transition: color 0.3s; }
#header .gnb > ul > li:hover > a{ color: #81050B; }
#header .gnb > ul > li > ul > li:hover > a{ color: #fff; }
#header .gnb > ul > li:last-child a{display: flex;height: 100%;align-items: center}
/*#header .gnb > ul > li span{display: block;background: #81050B;line-height: 45px;padding: 0 30px;border-radius: 30px;color: #fff}*/




#header .all_menu{ position: fixed; right: 0; top: 0; height: 100%; width: 80%; max-width: 320px; background-color: #fff; padding-top: 140px; padding-bottom: 60px; padding-left: 50px; z-index: 999;
  transform: translate(100%,0); transition: transform .8s; overflow-y: scroll;
}
#header .all_menu.on{ transform: translate(0,0); box-shadow: 0px 30px 0px 0px rgb(69 80 95 / 12%); }



#header .all_menu .close_b{ width: 28px; height: 28px; position: absolute; right: 20px; top: 20px; background-color: transparent; transform: rotate(45deg);}
#header .all_menu .close_b span:nth-child(1){ width: 100%; height: 2px; background-color: #5b606a; display: block; position: absolute; left: 0; top: 13px; }
#header .all_menu .close_b span:nth-child(2){ width: 2px; height: 100%; background-color: #5b606a; display: block; position: absolute; left: 13px; top: 0; }
#header .all_menu > ul > li{ margin-bottom: 30px; }
#header .all_menu > ul > li:last-child{ margin-bottom: 0; }
#header .all_menu > ul > li > a{ font-size: 16px; font-weight: 500; color:#313741; letter-spacing: -0.5px; display: block; position: relative; }
#header .all_menu > ul > li > a:after{ content:""; display: block; width: 0; height: 2px; background-color: #002870; position: absolute; left: -50px; top: 50%; transform: translate(0,-50%);}
#header .all_menu > ul > li:hover > a{ color: #002870; }
#header .all_menu > ul > li:hover > a:after{ width: 30px; transition: width .5s; }

#header .all_menu > ul > li > ul{ margin-top: 20px; display: none; }
#header .all_menu > ul > li > ul.on{ display: block; }
#header .all_menu > ul > li > ul > li > a{ font-size: 16px; font-weight: 500; color:#494d54; opacity: .6; letter-spacing: -0.5px; display: block; transition: opacity .4s; }
#header .all_menu > ul > li > ul > li:hover > a{ opacity: 1; }
#header .all_menu > ul > li > ul > li{ margin-bottom: 12px; }
#header .all_menu > ul > li > ul > li:last-child{ margin-bottom: 0; }
#header .all_menu .sub_b{ margin-top: 10px; display: none; }
#header .all_menu .sub_b li a{ font-size: 14px; color: #666; line-height: 24px; opacity: .4; transition: opacity.3s; }
#header .all_menu .sub_b li a:hover{ opacity: 1; }



#footer{padding: 82px 0; background: url('/img/common/footer_bg.png') center top no-repeat;  background-color: #111111; }
#footer .wrap{ padding: 0 20px; text-align: center;  }
#footer .wrap > strong{ display: block; font-size: 22px; font-weight: 500; color: #fff; }
#footer .wrap > strong:after{ content:""; display: block; width: 11px; height: 11px; background-color: #595959; margin: 0 auto; transform: rotate(45deg); margin-top: 30px; margin-bottom: 20px; }
#footer .wrap > p { font-size: 18px; line-height: 1.5em; color: #CCCCCC; }
#footer .wrap > span{ display: block; font-size: 18px; line-height: 1.5em; color:#595959; margin-top: 75px; }
#footer .wrap > span > a{ text-decoration: underline; color: inherit }



#quick{position: fixed;right: 70px;top: 50%;transform: translateY(-45%)}
#quick:after{content: '';display: block;width: 100%;height: 100%;box-sizing: border-box;border: 2px solid rgba(255,255,255,0.4); border-radius: 4px;position: absolute;top: 8px;left: 8px;}
#quick > div{background: #191919;width: 90px;border-radius: 8px;position: relative;z-index: 3}
#quick > div ul{padding: 13px 0}
#quick > div ul li a{display: block;padding: 15px 0;position: relative}
#quick > div ul li a:after{content: '';display: block;background: rgba(255,255,255,0.4);width: 11px;height: 1px;border-radius: 1px;position: absolute;bottom: 0;left: 50%;margin-left: -5.5px;}
#quick > div ul li:last-child a:after{display: none}
#quick > div ul li a i{display: block} 
#quick > div ul li a i img{display: block;opacity: 0.8;margin: 0 auto;transition: 0.7s}
#quick > div ul li:hover a i img{transform: scale(1);opacity: 1;}
#quick > div ul li a strong{font-size: 12px;color: #FFFFFF;display: block;margin: 0 auto;font-weight: 400;text-align: center;margin-top: 8px;}

#quick2{position: fixed;left: 60px;bottom: 30px;z-index: 999}
#quick2 .wrap{padding: 0}
#quick2 .open button{display: block;background: #81050B;width: 140px;height: 140px;position: relative;border-radius: 8px;border: none;transition: 0.7s}
#quick2 .open:hover button{background: #fff}
#quick2 .open button i{position: absolute;display: block;width: 23px;height: 23px;background: #FFFFFF;top: 16px;right: 16px;transition: 0.7s}
#quick2 .open button:hover i{background: #81050B;transform: rotate(-180deg)}
#quick2 .open button i:before{content: '';display: block;width: 12px;height: 2px;position: absolute;top: 50%;left: 50%;margin-top: -2px;margin-left: -6px;background: #81050B;border-radius: 2px;;transition: 0.7s}
#quick2 .open button i:after{content: '';display: block;width: 12px;height: 2px;position: absolute;top: 50%;left: 50%;margin-top: -2px;margin-left: -6px;background: #81050B;border-radius: 2px;transform: rotate(90deg);transition: 0.7s}
#quick2 .open strong{display: block;position: absolute;left: 20px;bottom: 20px;color: #FFFFFF;font-size: 22px;line-height: 32px;font-weight: 500;text-align: left;transition: 0.6s}
#quick2 .open:hover strong{color: #000000}
#quick2 .open button:hover i:before, #quick2 .open button:hover i:after{background: #fff}
#quick2 .pop{position: absolute;bottom: 0;left: 0;width: 305px;height: 350px;background: #000000;border-radius: 8px;padding: 20px 13px;}
#quick2 .pop ul{display: flex;width: 100%;gap: 12px;margin-top: 10px;}
#quick2 .pop ul li{flex: 1 1 0;}
#quick2 .pop ul li input{width: 100%;border: 1px solid #222222;height: 40px;background: none;color: #fff;font-size: 16px;}
#quick2 .pop textarea{width: 100%;border: 1px solid #222222;height: 120px;background: none;color: #fff;font-size: 16px;}
#quick2 .pop ul li input::placeholder{color: #9D9D9D}
#quick2 .tit{display: flex;align-items: center;justify-content: space-between;margin-bottom: 13px;}
#quick2 .tit i{display: block;margin-right: 5px;}
#quick2 .tit button{display: block;width: 23px;height: 23px;border: 2px solid #595959;;box-sizing: border-box;position: relative}
#quick2 .tit button:before{content: '';display: block;width: 12px;height: 2px;position: absolute;top: 50%;margin-top: -1px;left: 50%;margin-left: -6px;background: #595959;border-radius: 2px}
#quick2 .tit p{display: flex;align-items: center;font-size: 16px;color: #FFFFFF;}
#quick2 .tit p a{color: #FFFFFF;font-weight: 600}

#quick2 .pop.on{pointer-events: none;opacity: 0;transform-origin: bottom left;transform: scale(0.7)}
#quick2 .pop{pointer-events: all;transform: scale(1);opacity: 1;transition: 0.4s;}
#quick2 .wrap button#goSave{position: relative;width: 100%;height: 50px;background: #81050B;border-radius: 8px;display: flex;align-items: center;justify-content: center;gap: 18px;margin-top: 10px;position: relative;overflow: hidden}
#quick2 .wrap button#goSave:before{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #fff;width: 0;transition: 0.7s}
#quick2 .wrap button#goSave:hover:before{width: 100%}
#quick2 .wrap button#goSave span{display: block;font-size: 22px;color: #FFFFFF;font-weight: 500;position: relative;z-index: 2}
#quick2 .wrap button#goSave i{position: relative;z-index: 2}
#quick2 .wrap button#goSave:hover span{color: #81050B;}
#quick2 .wrap button#goSave svg path{transition: 0.6s}
#quick2 .wrap button#goSave:hover svg path{d : path("M785.512,734.832,774.8,745.707l10.712,10.875h6.958v-21.75");stroke: #A64F53}

.gnb_open{display: none}
.all_menu_b{display: none}


@media (max-width: 1520px){
	
}
@media (max-width: 1520px){
	#header .gnb > ul > li > a{font-size: 18px;padding: 0 15px;}
	#header .gnb > ul > li{padding: 0}
	#header .gnb{margin-right: 0}
	#header .gnb > ul > li > a{line-height: 100px;}
	#header .wrap{padding: 0 20px;}
}

@media (max-width: 1050px){
	#header h1{height: 56px}
	#header .gnb{transform: translateX(100%);transition: 0.7s}
	#header .gnb.on{transform: translateX(0%);transition: 0.7s}

	#header .wrap{height: 80px;align-items: center}
	#header .gnb{width: 450px;height: 100%;position: fixed;right: 0;top: 0;background: #fff;padding-top: 100px}
	#header .gnb > ul{display: block}
	#header .gnb > ul > li > a{line-height: 45px;text-align: left;padding-left: 30px;}
	#header .gnb > ul > li > a:after{width: 20px;height: 1px;left: 0;top: 50%}
	#header .gnb > ul > li:hover > a:after{height: 1px;}
	#header .gnb > ul > li > ul{position: static;display: block !important;width: 100%;padding: 20px 0}
	#header .gnb > ul > li > ul li{text-align: left;margin-bottom: 12px}
	#header .gnb > ul > li > ul li a{padding-left: 40px;font-size: 14px;line-height: 1}
    #header .gnb > ul > li:last-child a{height: auto;display: block}
/*    #header .gnb > ul > li span{width: 100%}*/
    #header .gnb > ul > li:last-child a{padding: 0 15px}
    #header .gnb > ul > li:last-child > a:after{display: none}
/*    #header .gnb > ul > li span{text-align: center;margin-top: 20px;}*/

}

@media (max-width: 960px){
	.all_menu_b{display: block}
    #header .all_menu_b button{display: block;position: fixed;right: 10px;top: 30px;width: 25px;height: 25px;z-index: 99;}

    #header .all_menu_b button:before{content: '';display: block;width: 100%;height: 2px;background: #81050B;position: absolute;top: 50%;left: 50%;margin-left: -12.5px;margin-top: -1px;transform: rotate(45deg)}

    #header .all_menu_b button:after{content: '';display: block;width: 100%;height: 2px;background: #81050B;position: absolute;top: 50%;left: 50%;margin-left: -12.5px;margin-top: -1px;transform: rotate(-45deg)}

	.gnb_open{display: block}
	.gnb_open svg{width: 20px;height: auto}
	#header h1{height: 40px;}
	#header h1 a svg{height: 40px;width: auto}
	#header .wrap{height: 60px}
	#quick2{left: 20px;bottom: 20px;}
	#quick{right: 0}
	#quick > div {border-radius: 10px 0 0 10px;}
	#quick > div ul li a i img{width: 25px;}
	#quick > div ul li a strong{display: none}
	#quick > div{width: 60px}
	#quick2 .open strong{font-size: 13px;line-height: 1.7;bottom: 8px;left: 8px;}
	#quick2 .open button{width: 80px;height: 80px;}
	#quick2 .open button i{width: 12px;height: 12px;top: 5px;right: 5px;}
	#quick2 .open button i:after{width: 8px;margin-left: -4px;}
	#quick2 .open button i:before{width: 8px;margin-left: -4px;}
	#footer .wrap > strong{font-size: 16px;}
	#footer .wrap > strong:after{width: 6px;height: 6px;margin: 15px auto}
	#footer .wrap > p{font-size: 13px;line-height: 1.7}
	#footer .wrap > span{font-size: 12px;margin-top: 60px;margin-top: 25px;}
	#footer{padding-top: 50px;padding-bottom: 120px;}
}
@media (max-width: 660px){
	#header .gnb{width: 270px;}
	#header .gnb > ul > li > a{font-size: 15px}
}










/**/
