@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend input, textarea, button, select{
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;
 }
 
 
* { margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul, li {list-style:none; }
html { width:100%; }
body { width:100%; height:100%; line-height:1; color:#333; font-size:1em; font-family:'ë‚˜ëˆ”ê³ ë”•', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif; overflow-y: visible !important;
}
img { vertical-align:middle; border:none; }
a { text-decoration:none; }

input, button { vertical-align:middle; border:none; font-family:'ë‚˜ëˆ”ê³ ë”•', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif; }
textarea { border:none; }


/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1000px; overflow:hidden; }
.wrap .contents { position:relative; top:0; left:50%; width:1920px; margin-left:-960px; }
.wrap .inner { position:relative; top:0; left:0; width:1120px; margin:0 auto; }
.wrap .menu { position:absolute; top:0; left:50%; width:1120px; height:61px; margin-left:-560px; background:url(file:///C|/Users/YJH/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/Z5J9HA9V/imgs/menu.png) no-repeat top left; z-index:1000; }
.wrap .menu a { position:absolute; top:20px; height:26px; display:block; }
.wrap .menu.fix { position:fixed; }

/*form */
.wrap .formArea { position:relative; top:0; left:0; width:1120px; height:556px; background:url(file:///C|/Users/YJH/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/Z5J9HA9V/imgs/bg_req.jpg) no-repeat top left; }
.wrap .formGroup { margin-bottom:12px; text-align:center; }

.wrap .input_style:focus, .sel_style:focus, textarea_style:focus { border-color:#fff; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; }

.wrap label.tit { height:35px; background:#000; border-radius:5px; color:#999; line-height:35px; text-align:center; display:block; }
.wrap .input_style { width:100%; padding-left:10px; height:35px; border:1px solid #ccc; border-radius:5px; }
.wrap .sel_style { width:100%; padding-left:10px; height:35px; background:#fff; border:1px solid #ccc; border-radius:5px; font-size:0.85em; }
.wrap .textarea_style { width:100%; padding-left:10px; height:35px; border:1px solid #ccc; border-radius:5px; }

.wrap button { width:60%; height:60px; font-size:1.3em; color:#222; font-weight:600; border-radius:5px; border:none; cursor: pointer;}
.wrap button.btn01 { height:57px; background:#35f0ee; }
.wrap button.btn01:hover { background:#fff; }




/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; background:#fff; overflow:hidden; }
.m_wrap .contents { width:100%; max-width:700px;  margin:0 auto; padding:0 20px }
.m_wrap .contents img { width:100%; }
.m_wrap .top { position:relative; width:100%; height:50px; background:#111; font-weight:600; z-index:1000; }
.m_wrap .top .left { position:absolute; top:13px; left:20px; width:100px; line-height:120%; font-size:1.2em; color:#fff; }
.m_wrap .top .left img { width:100%; }
.m_wrap .top .right { position:absolute; top:10px; right:20px; }
.m_wrap .top .right a { padding:8px 15px; background:#222; border:1px solid #fff; border-radius:8px; font-size:0.8em; color:#fff; font-weight:600; text-align:center; display:inline-block; }
.m_wrap .top.fix { position:fixed; }

/*form */
.m_wrap .formArea { width:100%; max-width:700px; margin:0 auto; padding:0px;  overflow: hidden; }
.m_wrap .formGroup { margin-bottom:12px; text-align:center; }
.m_wrap .col-1, .m_wrap .col-2, .m_wrap .col-3, .m_wrap .col-4, .m_wrap .col-5, .m_wrap .col-6, .m_wrap .col-7, .m_wrap .col-8, .m_wrap .col-9, .m_wrap .col-10, .m_wrap .col-11, .m_wrap .col-12 { float:left; padding-left:10px; padding-right:10px; }


.m_wrap .input_style:focus, .m_wrap .sel_style:focus, .m_wrap textarea_style:focus { border-color:#fff; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; }

.m_wrap label.tit { height:40px; background:#222; border-radius:5px; font-size:0.8em; color:#fff; font-weight:600; line-height:40px; text-align:center; display:block; }
.m_wrap .input_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; border-radius:5px; }
.m_wrap .sel_style { width:100%; padding-left:10px; height:40px; background:#fff; border:1px solid #ccc; border-radius:5px; }
.m_wrap .textarea_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; border-radius:5px; }

.m_wrap button { width:70%; height:60px; font-size:1.2em; color:#222; font-weight:600; border-radius:5px; border:none; cursor: pointer;}
.m_wrap button.btn01 { height:50px; background:#35f0ee; }
.m_wrap button.btn01:hover { background:#e87686; }




/*header*/
#int-global-customer {display:block;width:100%;position:fixed;top:8%;left:0%;z-index:2;}
#int-global-customer .int-wrap-320px {position:relative;}
#int-global-customer .int-wrap-320px .int-customer-call {display:block;position:absolute;top:0px;right:0px;width:30%;z-index:3;}
.int-wrap-320px {display:block;;min-width:320px;max-width:100%;margin:0 auto;}

#int-bt {display:block;width:100%;position:fixed;bottom:0%;left:0%;z-index:999; text-align:center}
#int-bt .int-wrap-320px {position:relative;}
#int-bt .int-wrap-320px img {display:block;}

#int-top {display:block;width:100%;position:fixed; top:0%;left:0%;z-index:999; text-align:center}
#int-top .int-wrap-320px {position:relative;}
#int-top .int-wrap-320px img {display:block;}





/* COMMON
------------------------------------------------------------------------------------------------------------*/

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float:left; padding-left:15px; padding-right:15px; }
.col-1 { width:8.333%; }
.col-2 { width:16.666%; }
.col-3 { width:25%; }
.col-4 { width:33.333%; }
.col-5 { width:41.666%; }
.col-6 { width:50%; }
.col-7 { width:58.333%; }
.col-8 { width:66.666%; }
.col-9 { width:75%; }
.col-10 { width:83.333%; }
.col-11 { width:91.666%; }
.col-12 { width:100%; }

