html{font-size:2.6666666vw; }
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border-radius:0}
body, select,input,textarea { font-size:1.3rem;   }
img{max-width:100%}

.nom{display:none; position:absolute; width:0; height:0; overflow:hidden;}
#bodyWrap{width:auto}
.wrap{width:auto; margin:0;}
/* 팝업레이어 */
#hd_pop {margin:0 auto;width:auto;height:0}
.hd_pops { margin:2vw; background:#fff; top:0 !important; left:0 !important;}
.hd_pops.mobile {display:none; }
.hd_pops img{max-width:100%;}
.hd_pops_con {width:auto !important; height:auto !important;}
.hd_pops.mobile {display:block;}
.hd_pops.pc {display:none;}




#quickBtns{display:none }

 
/*헤더*/
#header{ z-index:20;  height:auto; display: flex; justify-content: space-between; flex-flow: wrap; padding-top:0; position:sticky; left:0; right:0; top:-4.5rem;}
#header::before{position:absolute; left:0; right:0; bottom:0; height:6rem; background:#F8F8F8; content:""}
#header h1{position:relative;text-align:center; padding:1rem 0; z-index:2; clear:both; width: 100%;}
#header h1 img{height:4rem; }
#header ul{position:relative; top:0;  display:flex; width:50%; transform:translateY(0%); font-size: .7em; padding:1em 0;}
#header ul li{margin-right:0; width:50%; padding-left:1em; }
#header ul li a{display:flex;  }
#header ul li a img{width:3em;}
#header ul li a p{line-height:1.2em;display: flex;flex-direction:column; justify-content:center;}
#header ul li a p span{display:block; color:var(--color-main);  }
#header ol{position:relative; top:0;  width:50%;  display:flex; transform:translateY(0%);font-size: .7em; padding:1em 0;}
#header ol li{margin-left:0; width:50%;}
#header ol li a{display:flex;  }
#header ol li a img{width:3em;}
#header ol li a p{line-height:1.2em;display: flex;flex-direction:column; justify-content:center;}
#header ol li a p span{display:block; }


#btnMobileCall{display:block; position:absolute; top:0; left:0; border:0; background:none; width:6rem; height:6rem; line-height:6rem; text-align:center; font-size:2.5rem; z-index:3;}
#btnMobileMenu{display:block; position:absolute; bottom:0; right:0; border:0; background:none; width:6rem; height:6rem; line-height:6rem; text-align:center; font-size:2rem;z-index:3;}

#btnEnglish{ top:100%; width:2em; right:auto; left:.5em; margin-top:-2.3em; z-index: 3;}


#btnAllmenu{display:none;}
#topMenu{display:none;}

#mobileMenu{position:fixed;  display:block; left:0; right:0; bottom:0; top:0;  z-index:99; visibility: hidden;opacity: 0; transition: all 200ms; background:rgba(0,0,0,.8)  }
#mobileMenu h2{text-align:center; padding:1em 0; border-bottom:1px solid var(--color-line); }
#mobileMenu h2 img{height:4rem;}
#mobileMenu ol{border-bottom:1px solid var(--color-line); line-height:4rem; text-align:center; background:var(--color-bg); display: none;}
#mobileMenu ol:after {display:block;visibility:hidden;clear:both;content:""}
#mobileMenu ol li{display:inline-block; padding:0 1em}
#mobileMenu .btn_close{position:absolute; right:0; top:0; overflow:hidden; color:#FFF; font-size:3rem; width:6rem; height:6rem; line-height:6rem; text-align:center;}

#mobileMenu section{position:absolute; left:-20%; top:0; width:calc(100% - 6rem); height:100%; background:#FFF; overflow:auto; transition: all 200ms; z-index:2;}
#mobileMenu dl {margin:4rem;border-top:1px solid var(--color-line2); }
#mobileMenu dl dd{border-bottom:1px solid var(--color-line2); }
#mobileMenu dl dd > a{position:relative; display:block;   font-size:1.1em;   line-height:4rem;}
#mobileMenu dl dd > a:after{ position:absolute; top:50%; right:0; width:1em; height:1em; line-height:1em; margin-top:50%; margin-top:-.5em; content:"\ee60c"; font-family:'iconfont'; transition: all 0.3s ease; transform: scale(.7); opacity:.5}
#mobileMenu dl dd.active > a:after{ transform:rotate(90deg) scale(.7); }
#mobileMenu dl dd > ul{position:relative; max-height:0; overflow:hidden;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#mobileMenu dl dd.active > ul{max-height:500px;  border-top:1px solid var(--color-line); }
#mobileMenu dl dd > ul a{display:block; padding-left:10px;  border-bottom:1px solid #FFF; line-height:2.6em;}
#mobileMenu dl dd > ul a:before{content:"- "; }

#mobileMenu.open{visibility: visible; opacity: 1;}
#mobileMenu.open section{left:0;}

#main_visual{margin-top:0;}
#main_visual li{ height:auto;  }
#main_visual .controll{display:none;}
#main_visual .controll a{ font-size:1em;  }


#ma{padding:3em 1em;}
#ma header h3{font-size:2em;}
#ma dl{margin-top:1.5em; grid-template-columns: repeat(2,1fr);grid-template-rows:auto; gap: 1em;}
#ma dl dd:nth-of-type(1){ order:1; grid-column: span 2;}
#ma dl dd:nth-of-type(2){ order:2;}
#ma dl dd:nth-of-type(3){ order:3;}
#ma dl dt{ grid-row: auto; grid-column: span 2; order:4 }

#ma dl dd:nth-of-type(1){height:15em;}
#ma dl dd:nth-of-type(2){height:16em;}
#ma dl dd:nth-of-type(3){height:16em;}

#ma dl dd{position:relative; padding:1.5em;}
#ma dl dd h5{font-weight:800; font-size:1.5em; line-height:1.5em; display:inline-block;    }
#ma dl dd p{font-size:1em; margin-top:1em; line-height:1.2em}
#ma dl dd a{position:absolute; bottom:1.5em; right:1.5em;}

#ma dl dt{border:.5rem solid var(--color-main); border-top:0; display:block; text-align:center; padding:2em 0}
#ma dl dt h5{font-size:1.5em;  padding-right:0; padding-left:2em;}
#ma dl dt h5:before {width: 3em; margin-left: -3.5em; }

#ma dl dt p{ font-size:1.2em; line-height:1.3em; padding-right:0; margin-top:1em;}
#ma .ma_text{margin-top:2em; }


#mb{}
#mb .wrap{ }
#mb .wrap dl{ display:block;padding:1em;}
#mb .wrap dl dd{width:auto; margin-top:1.5em; display:flex; }
#mb .wrap dl dd figure{width:10em}
#mb .wrap dl dd article h6{font-size:1.5em;}
#mb .wrap dl dd article p{font-size:1.2em;}

#mc{padding:3em 1em;}
#mc header h3{font-size:2em; }
#mc article{margin-top:1.5em; }

#mt{padding:3em 1em; }
#mt header h3{font-size:2em;}
#mt dl{margin-top:1.5em; font-size:1.2em;display: block; padding-left:1em}
#mt dl h5{font-weightg:800;color:var(--color-sub); font-size:1.333em; line-height:1em;}
#mt dl dt{padding-left:8em;}
#mt dl h5 img{ width:2.5rem}
#mt dl dd{margin-top:1em;}
#mt dl dd p.s1{line-height: 2rem;}
#mt dl dd p img{ width:2.5rem}

.tail_links {line-height: 3.5rem;}
.tail_links a:last-child{margin-right:0}


#footer{padding:3rem 0;}
#footer .tail_logo img{height:5rem;}
#footer address:before{  height:2em;  } 



/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 tr {display:block; border-bottom:1px solid #EEE; padding:10px 0}
.tbl_frm01 th {width:auto; display:block; border:0; padding:0;}
.tbl_frm01 td {display:block; border:0; padding:0}
.tbl_frm01 td .frm_input{width:100%;}
.tbl_frm01 td #reg_mb_zip{width:20%;}


.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}



