@charset "utf-8";

@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../fonts/NanumSquareR.eot);
 src: local('☺'),
      url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareR.woff2) format('woff2'),
      url(../fonts/NanumSquareR.woff) format('woff'),
      url(../fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(../fonts/NanumSquareB.eot);
 src: local('☺'),
      url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareB.woff2) format('woff2'),
      url(../fonts/NanumSquareB.woff) format('woff'),
      url(../fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(../fonts/NanumSquareEB.eot);
 src: local('☺'),
      url(../fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareEB.woff2) format('woff2'),
      url(../fonts/NanumSquareEB.woff) format('woff'),
      url(../fonts/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(../fonts/NanumSquareL.eot);
 src: local('☺'),
      url(../fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareL.woff2) format('woff2'),
      url(../fonts/NanumSquareL.woff) format('woff'),
      url(../fonts/NanumSquareL.ttf) format('truetype');
}
/* AC */
@font-face {
 font-family: 'NanumSquareAc';
 font-weight: 400;
 src: url(../fonts/NanumSquareAcR.eot);
 src: local('☺'),
      url(../fonts/NanumSquareAcR.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareAcR.woff2) format('woff2'),
      url(../fonts/NanumSquareAcR.woff) format('woff'),
      url(../fonts/NanumSquareAcR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareAc';
 font-weight: 700;
 src: url(../fonts/NanumSquareAcB.eot);
 src: local('☺'),
      url(../fonts/NanumSquareAcB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareAcB.woff2) format('woff2'),
      url(../fonts/NanumSquareAcB.woff) format('woff'),
      url(../fonts/NanumSquareAcB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareAc';
 font-weight: 800;
 src: url(../fonts/NanumSquareAcEB.eot);
 src: local('☺'),
      url(../fonts/NanumSquareAcEB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareAcEB.woff2) format('woff2'),
      url(../fonts/NanumSquareAcEB.woff) format('woff'),
      url(../fonts/NanumSquareAcEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareAc';
 font-weight: 300;
 src: url(../fonts/NanumSquareAcL.eot);
 src: local('☺'),
      url(../fonts/NanumSquareAcL.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareAcL.woff2) format('woff2'),
      url(../fonts/NanumSquareAcL.woff) format('woff'),
      url(../fonts/NanumSquareAcL.ttf) format('truetype');
}

html {overflow-y:scroll}
body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    /*font-family: 'Malgun Gothic', dotum, sans-serif;*/
    font-family: 'NanumSquare' !important;
    background: #fff;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {
	/*font-size:1em;*//* font-family:'Malgun Gothic', dotum, sans-serif */
	font-family: 'NanumSquare';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
/*
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
*/
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {
	margin:0;padding:0;/* font-family:'Malgun Gothic', dotum, sans-serif; */
	font-family: 'NanumSquare';
	font-size:1em;
}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {
	/* font-family:'Malgun Gothic', dotum, sans-serif; */
	font-family: 'NanumSquare';
	font-size:1em;
}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

#hd, #wrapper, #ft {min-width:1000px}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#container_wr,
#ft_wr {/*width:1000px*/}

/* �˾����̾� */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* ��� ���̾ƿ� */
#hd {background:none;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {
    margin: 0 auto;
    width: 1000px;
}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    zoom: 1;
}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#uberal_hd_wrapper {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height:150px;
    zoom: 1;
}
#uberal_hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left; padding:0px 0px 15px 15px;}

.hd_sch_wr {/*float:left;*/padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {
    float: right;
    text-align: right;
    /*height: 31px;*/
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {
	float:left;
	font-size:1.083em;
	border:1px solid #cdcdcd;
	position:relative;
	text-align:center; 
	padding:10px; 
}
/*#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}*/
#hd_qnb li span {display:inline-block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#000}


#gnb {float:right; width:650px !important; float:right;}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative; height:80px; margin-top:30px;}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0; zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {
    float: left;
    line-height: 20px;
    padding: 20px 40px 20px 40px;
    position: relative;
}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {
    display: block;
    font-weight: bold;
    padding: 0 15px;
    color: #080808;
    font-size: 1.4rem !important;
    text-decoration: none;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:58px;min-width:140px;padding-top:2px; z-index:99999;}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {
    display: inline-block;
    /* left: 0; */
}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside { width:296px;padding:0;height:100%;margin:0px; }

#container {position:relative;float:left;min-height:500px;height:auto !important;/*margin:20px 0;*/font-size:1em;width:1000px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* �ϴ� ���̾ƿ� */
#ft {clear:both; margin:0 auto;text-align:center; height:389px; border-top:1px solid black; border-bottom:1px solid black;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1000px; padding-bottom:20px; margin:0; position:relative;display:inline-block;text-align:left; }
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt { font-size:1rem;}
#ft_wr .ft_cnt h2 { display:none; }
#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
/*#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}*/
#ft_company {font-weight:normal;color:#000000;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy { width:1000px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:9999;}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* �Խù� ���ú��� �����̵� */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* ȭ�鳶���� ����ڿ� */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* ���� �ٷΰ��� */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 �̹��� �ʺ� ���� */
.img_fix {width:100%;height:auto}

/* ĸí �ڵ����(�Է�)���� �⺻ -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* ��ư */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right}

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* �����ȣ�˻���ư �� */
button.btn_frmline {font-size:1em}

a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* ������ ���� ��ư */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px; margin:0px auto;}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 40px;
}
.tbl_head01 thead th input {vertical-align:top} /* middle �� �ϸ� �Խ��� �б⿡�� ��� ���� üũ�ڽ� ���� ���� */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle �� �ϸ� �Խ��� �б⿡�� ��� ���� üũ�ڽ� ���� ���� */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}

.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {
	/*border:1px solid #d0d3db;*/background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
	/*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);*/
}
.tbl_frm01 textarea {padding:2px 2px 3px}
/*.frm_input {height:40px}*/

.frm_input2 {
	background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* �ڷ� ���� ��� */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* �ʼ��Է� */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* ���̺� �׸� ���� */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* ��â �⺻ ��Ÿ�� */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* �˻���� ���� */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* �ڹٽ�ũ��Ʈ alert ��� */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* ���̵�� */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobileȭ������ */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}









.pro_img_col_box{width:750px;text-align: center;margin:0 auto;}

.info_map_box img{width:100%;}
.info_map_box{width:500px; margin:0 auto;margin-top:50px;}
.top_info{text-align: center;}
#main_banner_zone {
    width: 100%;
    overflow: hidden;
    height: 684px;
    border-bottom: 1px solid #e5e5e5;
}
#main_banner_zone .main_banner {
    min-width: 1000px;
    width: 100%;
    height: 684px;
    overflow: hidden;
}
#main_banner_zone .main_banner > div {
	position: absolute;
	min-width: 1000px;
	width: 100%;
	height: 686px;
	background-repeat: no-repeat;
	background-position-x:50%;
}

#main_banner_zone > div.photoNavi {
	position: absolute;
	z-index: 130;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-top: -65px;
	text-align: center;
}
#main_banner_zone > div.photoNavi > span {
    display: inline-block;
    background: none;
    border: 1px solid #ffffff;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
}

#main_banner_zone div.photoNavi .sel {
	background-color: #ffffff;
	border:1px solid #ffffff;
}

#main_banner_zone > div.photoNavi > span:last-child {
    margin-right: 10px;
}

#sub_banner_zone {
    width: 100%;
    overflow: hidden;
    height: 287px;
}
#sub_banner_zone .sub_banner {
    position: absolute;
    min-width: 1000px;
    width: 100%;
    height: 287px;
    /*overflow: hidden;*/
    background: url(/images/sub_center01.png) no-repeat 50% 50%;
}

.tmp_bg {
    position: absolute;
    width: 50%;
    right: 0;
    height: 45px;
    background-color: #f1f1f1;
    margin-top: 47px;
}

#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#gnb2 {
	clear:both ; width:300px; float:left; margin-top:35px;
}

#gnb_menu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#gnb_menu:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_menu > li {
    position: relative;
    float: left;
    border-right: 0px;
    box-sizing: border-box;
    background:none;
    margin-right: 5px;
}
#gnb_menu > li > a {
    font-size: 18px;
    display: inline-block;
    height: 55px;
    font-weight: 500;
    line-height: 55px;
    text-decoration: none;
    vertical-align: middle;
}
#gnb_menu > li.sel > a, #gnb_menu > li > a:active, #gnb_menu > li > a:focus, #gnb_menu > li > a:hover,
#gnb_menu > li.new > a 
{
	text-decoration:none;color: #fff;
}
#gnb_menu > li > div.arrow {
	display: none;
}
#gnb_menu > li.new > div.arrow,
#gnb_menu > li:hover > div.arrow,
#gnb_menu > li.sel > div.arrow {
    width: 0;
    height: 0;
    border: 10px solid #545454;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -10px;
	display: block;
}

#us_gnb_menu2 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-right:0px;
    list-style: none;
}

#us_gnb_menu2:after {display:block;visibility:hidden;clear:both;content:""}
#us_gnb_menu2 > li {
    position: relative;
    float: left;
    border-right:0px;
    box-sizing: border-box;
	background:none;
	margin-right:0px;
}
#us_gnb_menu2 > li > a {
    font-size: 18px;
    display: block;
    padding: 0 18px 0 18px;
    height: 55px;
    /* font-weight: 500; */
    text-decoration: none;
    vertical-align: middle;
}
#us_gnb_menu2 > li.sel > a, #us_gnb_menu2 > li > a:active, #us_gnb_menu2 > li > a:focus, #us_gnb_menu2 > li > a:hover,
#us_gnb_menu2 > li.new > a 
{
	text-decoration:none;color: #fff;
}

#us_gnb_menu2 > li > a:hover {
	text-decoration:none;
	color:#ff8000;
}

#us_gnb_menu2 > li > div.arrow {
	display: none;
}
#us_gnb_menu2 > li.new > div.arrow,
#us_gnb_menu2 > li:hover > div.arrow,
#us_gnb_menu2 > li.sel > div.arrow {
    width: 0;
    height: 0;
    border: 10px solid #545454;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -10px;
	display: block;
}




#gnb_menu2 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 800px;
    list-style: none;
    margin-top: 50px;
}

#gnb_menu2:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_menu2 > li {
    position: relative;
    float: left;
    border-right:0px;
    box-sizing: border-box;
	background:none;
	margin-right:5px;
}
#gnb_menu2 > li > a {
    font-size: 18px;
    display: block;
    padding: 0 18px 0 18px;
    height: 55px;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
}
#gnb_menu2 > li.sel > a, #gnb_menu2 > li > a:active, #gnb_menu2 > li > a:focus, #gnb_menu2 > li > a:hover,
#gnb_menu2 > li.new > a 
{
	text-decoration:none;color: #fff;
}

#gnb_menu2 > li > a:hover {
	text-decoration:none;
	color:#ff8000;
}

#gnb_menu2 > li > div.arrow {
	display: none;
}
#gnb_menu2 > li.new > div.arrow,
#gnb_menu2 > li:hover > div.arrow,
#gnb_menu2 > li.sel > div.arrow {
    width: 0;
    height: 0;
    border: 10px solid #545454;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -10px;
	display: block;
}


.submenu_bg {
	background:url('/images/sub_bar_bg.png') no-repeat;
	background-size:100% 390px;
	width: 100%;
	position: absolute;
	border-bottom: 1px solid #ccc;
	display: none;
    z-index:9999999;
}

#submenu:after {
    display:block;visibility:hidden;clear:both;content:""
}
#submenu > ul.submenu {
    box-sizing: border-box;
    float: left;
    padding-bottom: 20px;
}

#submenu > ul.submenu > li {
    margin-top: 15px;
	padding-left: 8px;
}

#submenu > ul.submenu > li > a {
    text-decoration: none;
    color: #606060;
font-size: 13px;
text-indent: 8px;
margin-left: -8px;
line-height: 18px;
}
#submenu > ul.submenu > li > a.active,
#submenu > ul.submenu > li > a:hover {
    color: #2caf7d;
}

#main_wrapper {
    position: relative;
    z-index:10;
}


#sub_wrapper {
	margin-top:30px;
    z-index: 88888888;
}

#aside > dl {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}
#aside > dl > dt {
    background-color: #32499f;
    color: #fff;
    font-size:2.1rem;
	padding:30px;
    font-weight:600;
	width:296px;
	height:109px;
    text-align: center;
    display: inline-block;
}
#aside > dl > dd {
	margin: 0;
	padding: 0;
	width:296px;
	background:none;
}
#aside > dl > dd > a {
	background:none;
    display: block;
    padding: 15px 0 15px 25px;
    margin: 0;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #ccc;
    color: #727272;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}

#ui-datepicker-div{z-index: 99999!important;}

#contents_all_area {
    width: 1000px;
    margin: 0px auto;
    margin-top: 70px;
    min-height: 800px;
    max-height: 900px;
    height: auto;
	padding-bottom:30px;
}

#aside > dl > dd > a.active,
#aside > dl > dd > a:hover {
	color: #ffa55d;
	border-right:1px solid #e8e8e8;
}

#container_title {
    padding-bottom: 10px;
	height:45px;
    border-bottom: 3px solid #83bf4a;
}
#container_title:after {
    display:block;visibility:hidden;clear:both;content:""
}
#container_title h1 {
    font-size: 30px;
    font-weight: 400;
    color: #4c4c4c;
    float: left;
    margin-top:0px!important;
    
}
#now_loc {
float: right;
margin-top: 13px;
color: #777;
font-size: 13px;
}
#now_loc > span {
display: inline-block;
}
#now_loc > span.loc_home {
	background: url(/images/home_icon.png) no-repeat 0 4px;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: 400;
}
#now_loc > span.loc_sub {
    font-weight: 400;
	/* font-family:'dotum' !important; */
	font-family: 'NanumSquare' !important;
}
#now_loc > span.now {
	font-weight:bold;
}

/* ���� ������ */
.main_content_box {
    width: 380px;
    height: 318px;
    /*border:1px solid #dfdfdf!important;*/
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
    margin: 10px 10px;

}

#main_content {
padding: 0px 0 10px 0;
}
#main_content:after {
    display:block;visibility:hidden;clear:both;content:""
}
#main_content > .out_login {
background-color: #fff;
width: 290px;
height: 155px;
border: 1px solid #e5e5e5;
box-sizing: border-box;
float: right;
margin-top: 0px;
}
#main_content > .notice {
    background-color: #fff;
    width: 380px;
    height: 278px;
    /* border: 1px solid #e5e5e5; */
    border: 0px;
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
}

#main_content > .notice > .header {
    font-size: 18px;
    padding-top: 5px;
	font-weight:bold;
	/* font-family:'dotum'; */
	font-family: 'NanumSquare';
}

#main_content > .program {
    background-color: #fff;
    width: 380px;
    height: 278px;
	border: 0px;
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
    margin-left: 8px;
}

#main_content > .program > .header {
    font-size: 18px;
    padding-top: 5px;
	font-weight:bold;
}

#main_content > .file {
    background-color: #fff;
    width: 327px;
    height: 253px;
    /* border: 1px solid #e5e5e5; */
    border: 0px;
    box-sizing: border-box;
    float: right;
    margin-top: 10px;
    margin-left: 8px;
}

#main_content > .file > .header {
    font-size: 18px;
    padding-top: 5px;
	font-weight:bold;
}

#main_content > .schedule {
	background-color: #fff;
	width: 280px;
	height: 320px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
}
#main_content > .elearning {
	background-color: #fff;
	width: 250px;
	height: 120px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#main_content > .qna {
	width: 150px;
	height: 120px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #007cbc;
	padding: 5px 7px 7px 5px;
}
#main_content > .gallery {
	background-color: #fff;
	width: 710px;
	height: 190px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.link_zone {
    border-top: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 9999999;
    position: relative;
}
.link_zone:after {
	display:block;visibility:hidden;clear:both;content:""
}

.link_zone > div {
    width: 1180px;
    overflow: hidden;

	background:#ffffff;
}
p.baList {
    padding: 0px 0;
    margin-right: 30px;
    background: #ffffff;
	width:888px;
	border:1px solid #ebebeb;
}
p.baList a {
    display: block;
    border: 0px;
    padding: 11px 10px;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}
p.baList:after {
    display:block;visibility:hidden;clear:both;content:""
}
p.baLink {
    float: right;
    background: #ffffff;
}
p.baLink a {
    font-weight: 700;
}

/* ���� �������� */
div.header {
    overflow: hidden;
    height: 33px;
	/*
    border-bottom: 1px solid #e5e5e5;
	*/
	border-bottom:0px;
}
div.header > div.title {
font-size: 16px;
font-weight: 700;
color: #fff;
background-color: #007cbc;
float: left;
padding: 8px 10px;
}
div.header > ul.tabBar {
float: left;
list-style: none;
margin:0 0 0 5px;
padding: 0;
}
div.header > ul.tabBar > li {
float: left;
border-right: 2px solid #666;
font-weight: 700;
padding: 0 5px;
line-height: 12px;
margin-top: 10px;
}
div.header > ul.tabBar > li.last {
border-right: none;
}
div.header > ul.tabBar > li > a {
text-decoration: none;
}
div.header > ul.tabBar > li > a.nowTab,
div.header > ul.tabBar > li > a:active,
div.header > ul.tabBar > li > a:hover {
color: #007cbc;
}
div.header > a.btn_more {
    float: right;
    font-size: 17px;
    font-weight: bold;
    margin: 4px 7px 0 0;
    text-decoration: none;
}
div.notice_content {
display: none;
clear: both;
}
div.show {
display: block;
}

div.qna > a {
    font-size: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: url(/images/qna_icon.png) no-repeat center center;
    /*background-color: #c2c2c2;*/
    background-color: #007cbc;
    border: 1px solid #fff;
}

div.elearning > img {
    margin: 15px 0 10px 10px;
}
div.elearning > .title {
    color: #7d7d7d;
    font-weight: 800;
    font-size: 30px;
    margin: 5px 0 0 10px;
}
div.elearning > .content {
    color: #a3a3a3;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
}
div.elearning > a.eLearning_how {
    display: inline-block;
    background: #45a70b;
    color: #fff;
    border-radius: 10px;
    padding: 4px 6px;
    margin: 5px 0 0 10px;
}
div.elearning > a.eLearning_link {
    display: inline-block;
    background: #007cbc;
    color: #fff;
    border-radius: 10px;
    padding: 4px 6px;
    margin: 5px 0 0 5px;
}
#main_content > .program > .header {
    background-color: #ffffff;
}

/*
#main_content > .program > .header > a {
    color: #adadad;
}
*/


#main_content > .schedule .schedule_month {
float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 0 25px;
}
#main_content > .schedule .schedule_month > a.arrow {
color: #007cbc;
    font-weight: 800;
    margin: 5px;
}

.search_field {
    width: 200px;
    background-color: #fff;
    height: 26px;
}
#sfl {
height: 28px;
}

/* ���� ���� */
#sub_content {
	color: #555;
}
/* ���� ���� 1�� { */
#sub_content > dl {
	padding:0;
	margin:0;
}
#sub_content > dl > dt {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom:5px;
    color: #333;
}
#sub_content > dl > dt:before {
	content: '��';
	color: #007cbc;
	margin-right: 8px;
}
#sub_content > dl > dd {
	list-style: square;
	display: list-item;
    margin-left: 38px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 21px;
}
/* } ���� ���� 1�� */

/* ���� ���� 2�� { */
#sub_content > dl > dd > dl {
	padding:0;
	margin:0;
}
#sub_content > dl > dd > dl > dd {
	margin:0 0 0 12px;
	padding: 0;
	text-indent: -10px;
}
#sub_content > dl > dd > dl > dd:before {
	content: '-';
	margin-right: 5px;
}
/* } ���� ���� 2�� */

/* ���� ���� 3�� { */
#sub_content > dl > dd > dl > dd > dl {
	padding:0;
	margin:0;
}
#sub_content > dl > dd > dl > dd > dl > dd {
	margin:0 0 0 15px;
	padding: 0;
	display: list-item;
	list-style: circle;
	text-indent: 0px;
}
/* } ���� ���� 3�� */

#sub_content > dl > dt table,
#sub_content > dl > dd table {
	font-size: 13px;
	text-indent: 0px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-collapse:collapse;
	margin-top: 5px;
}
#sub_content > dl > dt > span.notice {
	font-weight: 400;
	font-size: 13px;
}
#sub_content > dl > dt table th,
#sub_content > dl > dd table th {
	text-indent: 0px;
	background-color: #f1f1f1;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	word-break:keep-all;
}
#sub_content > dl > dt table td,
#sub_content > dl > dd table td {
text-indent: 0px;
border-left: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 5px;
text-align: center;
word-break:keep-all;
font-weight: 400;
}
#sub_content > dl > dd table td > dl {
margin: 0;
padding: 0;
text-align: left;
}
#sub_content > dl > dd table td > dl > dt {
display: list-item;
list-style: square;
margin: 0 5px 0 25px;
padding: 0;
}
#sub_content > dl > dd table td > dl > dd {
margin: 0 0 0 35px;
padding: 0;
text-indent: -35px;
}
#sub_content > dl > dd table td > dl > dd:before {
content: '-';
margin-right: 5px;
margin-left: 25px;
}

.my_page table {width:100%;border-collapse:collapse;border-spacing:0}
.my_page th {
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    width: 100px;
    text-align: left;
    padding: 8px 10px;
}
.my_page td {
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.programreq table {width:100%;border-collapse:collapse;border-spacing:0}
.programreq th {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0px;
}
.programreq td {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px 0px;
}

.my_page2 {
    margin-bottom: 50px;
}
.my_page2 table {width:100%;border-collapse:collapse;border-spacing:0}
.my_page2 th {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0px;
    background-color: #f3f3f3;
}
.my_page2 td {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 10px;
}
.my_page2 td.center {
    text-align: center;
}
.my_page2 div.title {
    font-size: 14px;
    margin: 15px 0 0 10px;
    padding-bottom: 10px;
}

.btn_cancel {
    display:inline-block;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor:pointer
}
.btn_cancel:active {
    background-color: #dfdfdf;
    border: 1px solid #ddd;
}
.btn_view {
    display:inline-block;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor:pointer
}
.btn_view:active {
    background-color: #dfdfdf;
    border: 1px solid #ddd;
}

.btn_submit2 {
    display:inline-block;
    padding: 6px 11px;
    border:0;
    background:#007cbc;
    color:#fff !important;
    cursor:pointer
}

.titArea {
	border-bottom:1px solid #efefef; height:40px; line-height:39px;
}

.tit {
	color:#26639f; font-size:1.1rem; font-weight:500; 
}

#lnb{position:relative;border-top:1px solid #eee;border-bottom:1px solid #dfdfe1;background:#f6f7f7;}
#lnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#lnb_1dul{margin:0 auto !important;padding:0;width:970px;zoom:1}
#lnb_1dul:after{display:block;visibility:hidden;clear:both;content:""}
.lnb_1dli{z-index:10;position:relative;float:left}
.lnb_1da{
	display:block;padding:0 40px 0 10px;height:35px;background:url('/img/gnb_bg00.gif') center right no-repeat;font-weight:bold;line-height:2.40em;font-size:14px;text-decoration:none;/* font-family:'Nanum Gothic', sans-serif; */
	font-family: 'NanumSquare';
}
.lnb_1dli.current .lnb_1da,
.lnb_1dli:hover .lnb_1da,
.lnb_1da:focus,
.lnb_1da:hover,
.lnb_1da:active{background:url('/img/gnb_bg00.gif') #333 center right no-repeat;text-decoration:none;color:#fff;}
.lnb_2dul{display:none;position:absolute;width:100%;top:35px;overflow:hidden;}
.lnb_2dul:hover{background:#fff;}
a.lnb_2da{display:block;padding:7px 10px;text-align:left;color:#999;}
.lnb_2dli.first a{padding-top:12px;}
.lnb_2dli.last a{padding-bottom:12px;}
.lnb_1dli:hover a.lnb_2da,
.lnb_1dli.active a.lnb_2da:hover{color:#000;}

#lnb .all{
	border-bottom:1px solid #eee;
	background:rgba(255,255,255,.9);
	background:transparent !ie;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff)";
	width:100%;position:absolute;top:35px;left:0;z-index:1;
}
#lnb .all div{width:970px;margin:0 auto;}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
	/* font-family: 'Noto Sans KR', sans-serif; */
	font-family: 'NanumSquare';
}

.top_btn1 {
    position: fixed;
    bottom: 290px;
    right: 20px;
    width: 120px;
    height: 120px;
    line-height: 46px;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 9999;
}

.top_btn2 {
    position: fixed;
    bottom: 155px;
    right: 20px;
    width: 120px;
    height: 120px;
    line-height: 46px;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 9999;
}

.top_btn3 {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 120px !important;
    height: 120px !important;
    line-height: 46px !important;
    color: #333 !important;
    text-align: center !important;
    font-size: 15px !important;
    z-index: 9999 !important;
}

.tnb_admin {
	background:#000000;
	font-weight:bold;
	border:1px solid black !important;
}

.tnb_admin a {
	color:white !important;
}


.mainArea {
	line-height:25px; margin: 0 auto; width: 1000px; font-size: 16px; padding-top:10px; padding-bottom:10px; text-align:center;
}

.mainArea02 {
	width:1000px; margin:0px auto;
}

.mainArea02 .lf {
	width:350px; float:left;
}

.mainArea02 .rf {
	width:750px; float:right;
}

.ft_cnt {
	padding-top:10px;
}

.ft_cnt ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.ft_cnt ul li {
	padding-top:2px;
	padding-bottom:2px;
}

.pager {
	text-align:center; padding-top:30px;
}

.pager strong {
	color:red; font-weight:bold;
	padding: 6px 12px 6px 12px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    text-decoration: none;
    cursor: pointer;
    line-height: 45px;
}

.pager a {
	padding: 6px 12px 6px 12px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    text-decoration: none;
    cursor: pointer;
    line-height: 45px;
}

.write_div {
	width:1000px; margin:0px auto;
}

.write_div img {
	max-width:80%; 
	height:auto;
}

.commonArea {
	width:100%; margin:0px auto; vertical-align:middle; text-align:center;
	display: inline-block;
}

.cArea {
	padding-top:2vw;
	margin:0px auto;
    width: 100%;
    padding-left:20vw;
    padding-right:20vw;
}

.cArea2 {
    width: 100%;
    clear: both;
    padding-left: 10vw;
    padding-right: 10vw;
}

.cArea3 {
	padding-top:2vw;
	margin:0px auto;
    width: 100%;
    padding-left:20vw;
    padding-right:20vw;
}

#name, #phoneNumber, #accountName, #password, #complexName, #building, #room, #dong, #hosu, #memName, #customerMemo, 
#complexName_pc, #dong_pc, #hosu_pc {
    border: 0px !important;
    border-top: 0px !important;
    font-size: 1.5vw;
    text-align:center;
}

.n_mem_a {
	padding:1vw; border:0px !important;
}

.autolgn_chk {
	padding-left:1vw; font-size:1.5vw;
}

.memb_t {
	padding-bottom:1.5vw; font-size:2vw;
	font-family: 'NanumSquareAc';
	font-weight:600;
}

.memb_r {
	padding-top:2vw; font-size:1.5vw;
}

.line_36 {
	line-height:3vw;
}

.line_36_40_a {
	clear:both; float:left; width:40%; line-height:2vw; text-align:left; font-size:1vw;
}

.line_36_60_a {
	line-height:6vw; float:left; width:60%; line-height:2vw; text-align:left; font-size:1vw;
}

.pd_t10_20 {
	padding-top:3vw; border:0px !important; 
}

.anne_m {
	padding-top:10vw; font-size:2.5vw;
}

.nt_complex_m {
	padding:2vw; border:1px solid #000000; margin-top:5vw; display:inline-block; width:100%;
}

.nt_complex_md {
	padding-top:2vw; padding-bottom:2vw; color:red; font-size:1.5vw;
}

.pcA {
	display:block;
}

.mobiA {
	display:none;
}

.mobiB {
	display:none;
}

.commonArea_ne {
	width:1920px; margin:0px auto; margin-top:50px; display:none;
}

.commonArea_textR {
	width:1920px; margin:0px auto; margin-top:50px; text-align:right;
}

.textCenter {
	text-align:center;
}

.textCenter.txt {
	padding-top:2vw; font-size:2vw;
}

.list_area {
	/*width:1920px;*/ margin:0px auto; margin-top:10px;
	width:100%; 
}

.list_area_pc {
	width:1000px; margin:0px auto; margin-top:10px;
}

.list_area_ne {
	width:1920px; margin:0px auto; margin-top:10px; display:none;
}

.login_area_pc {
	width:700px; margin:0px auto; margin-top:50px; padding:50px 80px 80px 80px; background:#f6f6f6;
}

.dis_none {
	display:none;
}

#product_introduce_html {
	margin-top:20px; width:1920px; margin:0px auto;
}

#product_introduce_html img {
    max-width:80%;
    height: auto;
}

.textarea_1 {
	width:99%; padding:5px; height:150px;
}

.textRight {
	text-align:right;
}

.w30_per {
	width:30%;
}

.w35_per {
	width:35%;
}

.w38_per {
	width:38%;
}

.w70_per {
	width:70%;
}

.w100_per {
	width:100%;
}

.w90_per {
	width:90%;
}

.list_search_bt_area {
	padding-top:20px; width:1920px; margin:0px auto !important; text-align:left !important;
}

.login_area_pc .login_auto_area_pc {
	text-align:center; margin-top:30px;
}

.login_area .login_auto_area {
	text-align:center; margin-top:30px;
}

.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input_pc {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.fl_50per {
	float:left; width:50%;
}

.fr_50per {
	float:right; width:50%;
}

.customer_view_bt {
	text-align:right; padding-top:10px; padding-bottom:10px;
}


.uberal_product_ul {
	clear:both;
	margin:0px; padding:0px; list-style-type:none;
}

.uberal_product_ul li {
	float:left; padding:5px; text-align:center;
}

.uberal_product_ul li div {
	width:590px; height:300px;
}

.uberal_product_ul li div img {
	width:440px; height:294px;
}


.product_ul {
	margin:0px; padding:0px; list-style-type:none;
}

.product_ul li {
	float:left; padding:5px; width:490px; height:340px; text-align:center;
}

.product_ul li div {
	width:490px; height:240px;
}

.product_ul li div img {
	width:400px; height:254px;
}

.color_red {
	color:red;
}

.w250 {
	width:250px !important;
}

.w350 {
	width:350px !important;
}

.w65_per {
	width:65% !important;
}

.w50_per {
	width:50%;
}

.w50_per_ne {
	width:50%; display:none;
}

.pc {
	display:block;
}

.mobile {
	display:none;
}

.sch_gb {
	text-align:center; width:130px; height:40px !important;
}

.customer_tel_01, .customer_tel_02, .customer_tel_03 {
	width:10% !important;
}

.commonArea .sch_area {
    clear: both;
    padding-top: 5px;
    text-align: center;
    padding-left: 60px;
    display: inline-block;
}

.commonArea .sch_area .odd_field {
	width:122px; float:left; padding-top:2px; text-align:center;
}

.commonArea .sch_area .odd_field2 {
	float:left; padding-right:5px;
}

.commonArea .sch_area .odd_field2_1 {
	width:60px; float:left; padding:7px; text-align:right;
}

.commonArea .sch_area_02 {
	clear:both; padding-top:5px; padding-left:170px;
}

.commonArea .sch_area_02 .odd_field1_1 {
	width:60px; float:left; padding:7px; text-align:right;
}

.commonArea .sch_area_02 .odd_field2 {
	float:left; padding-right:5px;
}

.commonArea .sch_area_02 .odd_field2_1 {
	width:80px; float:left; padding:7px; text-align:right;
}

.commonArea .sch_area_02 .odd_field2_2 {
	float:left; padding:7px; text-align:right;
}

.commonArea .sch_area .odd_field3 {
	float:left; width:200px; padding-right:5px;
}

.commonArea .sch_area .odd_field3_1 {
	width:66px; float:left; padding:7px; text-align:right;
}

.sch_period_area {
	float:left; width:340px; padding-right:5px;
}

.sch_period_area2 {
	float:left; width:400px; padding-right:5px;
}

.ex_dw {
	min-width:80px !important; text-align:center;
	display:inline !important;
}

.ex_dw_red {
	background:red !important; color:white !important; border:1px solid red !important;
}

.us_ap {
	width:100px; background:#313333; color:white;
}

.btn_add01 a, .btn_add01 button {
	width:100px;
}

.w20_per {
	width:20% !important;
}

.w80_per {
	width:80% !important;
}

.login_btn2 {
	width:100%; background:#0A98AE; color:white; border:1px solid #0A98AE; 
	height:100%;
	border-radius:1vw;
	font-size:2vw;
	padding:1vw;
}

.commonArea_pc {
    width: 1000px;
    margin: 0px auto;
    padding-top: 50px;
}

.login_btn_pc {
    width: 100%;
    height: 84px;
    background: #0A98AE;
    border:1px solid #0A98AE; 
    color: white;
}

.login_btn {
	width:100%; background:#0A98AE; color:white; border:1px solid #0A98AE; 
	border-radius:1vw;
	font-size:2vw;
	padding:1vw;
}

.duplicate_btn {
    width: 30%;
    background: #0A98AE;
    color: white;
    border: 1px solid #0A98AE;
    border-radius: 1vw;
    font-size: 2vw;
    padding: 1vw;
}

.register_btn {
	width:100%; background:none !important; color:#0998ad; border:1px solid #0998ad; 
	border-radius:1vw;
	font-size:2vw;
	padding:1vw;
}

.uberal_login_btn {
	width:100%; background:#ff7800; color:white; border:1px solid #ff7800; 
	border-radius:1vw;
	font-size:2vw;
	padding:1vw;
}

.mrg_t_10v {
	margin-top:10vw;
}

.txt_center_w100 {
	text-align:center !important;
	width:100%;
}

.prod_menu_btn {
	background:#546FB4; color:white; border:1px solid #546FB4; 
	border-radius:2vw;
	font-size:4vw;
	padding:3vw 5vw 3vw 5vw;
}

.prod_menu_btn_pc {
	border-radius:1vw;
	font-weight:bold;
	font-size:1vw;
	padding:1vw 2vw 1vw 2vw;
}

.prod_menu_btn_n1_pc {
	background:#546FB4; color:white; border:1px solid #546FB4; 
	border-radius:1vw;
	font-weight:bold;
	font-size:1vw;
	padding:1vw 2vw 1vw 2vw;
}

.prod_menu_btn_n2_pc {
	background:#8FC320; color:white; border:1px solid #8FC320; 
	border-radius:1vw;
	font-weight:bold;
	font-size:1vw;
	padding:1vw 2vw 1vw 2vw;
}

.prod_menu_btn_n3_pc {
	background:#F9B550; color:white; border:1px solid #F9B550; 
	border-radius:1vw;
	font-weight:bold;
	font-size:1vw;
	padding:1vw 2vw 1vw 2vw;
}

.prod_menu_btn_comm {
	border-radius:2vw;
	font-size:3vw;
	font-weight:bold;
	padding:2vw 3vw 2vw 3vw;
}

.prod_menu_btn_n1 {
	background:#546FB4; color:white; border:1px solid #546FB4; 
	border-radius:2vw;
	font-size:3vw;
	font-weight:bold;
	padding:2vw 3vw 2vw 3vw;
}

.prod_menu_btn_n2 {
	background:#8FC320; color:white; border:1px solid #8FC320; 
	border-radius:2vw;
	font-size:3vw;
	font-weight:bold;
	padding:2vw 3vw 2vw 3vw;
}

.prod_menu_btn_n3 {
	background:#F9B550; color:white; border:1px solid #F9B550; 
	border-radius:2vw;
	font-size:3vw;
	font-weight:bold;
	padding:2vw 3vw 2vw 3vw;
}

.prod_menu2_btn {
	background:#F9B552; color:white; border:1px solid #F9B552; 
	border-radius:2vw;
	font-size:4vw;
	padding:3vw 5vw 3vw 5vw;
}

.prod_menu3_btn {
	background:#78BA34; color:white; border:1px solid #78BA34; 
	border-radius:2vw;
	font-size:4vw;
	padding:3vw 5vw 3vw 5vw;
}

.act_btn {
	width:100%; background:#0A98AE; color:white; border:1px solid #0A98AE; 
	border-radius:2vw;
	font-size:4vw;
	padding:3vw;
}

.act2_btn {
    background: #FF8A00;
    color: white;
    border: 1px solid #FF8A00;
    border-radius: 2vw;
    font-size: 4vw;
    padding: 1vw 4vw 1vw 4vw;
    display: inline-block;
}

.l_area_pc {
	text-align:center; margin-top:50px;
}

.fontBold {
	font-weight:bold;
}

.searchCntArea {
	float:left; padding:5px;
}

#mobile_header ul, #mobile_header02 ul {
	clear:both;
	border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    word-wrap: break-word;
    list-style-type:none !important;
}

#mobile_header {
	padding-top:3vw;	
}

#mobile_header02 {
	padding-top:2vw;
}

#mobile_header ul li.mh-left, #mobile_header02 ul li.mh-left {
	padding-top:6vw;
    float: left;
    width:50%;
}

#mobile_header ul li.mh-right, #mobile_header02 ul li.mh-right {
	padding-top:2vw;
    float: right;
    width:50%;
}

#mobile_header ul li.mh-logo, #mobile_header02 ul li.mh-logo {
    text-align: center;
    width:100%;
}

.all_menu_a {
	clear:both; text-align:left; font-size:2.5vw; padding:2vw 2vw 2vw 0vw; letter-spacing:0vw;
}

.all_menu_area {
	clear:both; text-align:left; font-size:1.5vw; padding:2vw; letter-spacing:0vw;
}

.all_menu_area2 {
	clear:both; text-align:left; font-size:1vw; padding:2vw; letter-spacing:0vw;
}

.mb_footerArea_pcA {
	clear:both;
	background: #F0F0F0;
}

#mb_footerArea_pc {
    clear: both;
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: 1000px;
    margin: 0px auto;
    display: block;
    color: #3E413A;
}

#mb_footerArea_pc .df_lnk {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    color:#3E413A;
}

#mb_footerArea_pc .df_lnk li {
	float:left;
	font-size:1vw;
	display:inline-block;
	color:#3E413A;
}

#mb_footerArea_pc .df_lnk .lf {
	width:20%;
	padding-left:5vw;
	display: inline-block;
	color:#3E413A;
}

#mb_footerArea_pc .df_lnk .rf {
	width:18%;
	display: inline-block;
	color:#3E413A;
}

#mb_footerArea_pc .df_lnk .rf2 {
	width:20%;
	display: inline-block;
	color:#3E413A;
}


#mb_footerArea_pc .b_df_lnk0 {
	clear:both;
}

#mb_footerArea_pc .b_df_lnk {
	clear:both;
	margin-top:2vw;
	color:#3E413A;
}


#mb_footerArea_pc .df_lnk2 {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    color:#3E413A;
}

#mb_footerArea_pc .df_lnk2 li {
	float:left;
	font-size:4vw;
	display:inline-block;
	color:#3E413A;
}

#mb_footerArea_pc .df_lnk2 .lf {
	width:48%;
	padding-left:5vw;
	display: inline-block;
	color:#3E413A;
}

#mb_footerArea_pc .df_lnk2 .rf {
    width: 46%;
    padding-left: 5vw;
    text-align: right;
    display: inline-block;
    color: #3E413A;
    font-size:1vw;
}

#mb_footerArea_pc .df_lnk3 {
	list-style-type:none;
	margin:0px; 
	padding:0px;
	color:#3E413A;
}

#mb_footerArea_pc .df_lnk3 li {
	padding-left:5vw;
	font-size:4vw;
	font-weight:bold;
	color:#3E413A;
}

#mb_footerArea_pc .b_df_lnk99 {
    margin-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 1vw;
    color: #3E413A;
    line-height: 2vw;
    letter-spacing: 0vw;
}

#mb_footerArea_pc .b_df_lnk999 {
	margin-top:2vw;
	padding-left:5vw;
	padding-right:5vw;
	font-size:1vw;
	color:#3E413A;
	line-height:2vw;
	letter-spacing:0vw;
}

#mb_footerArea_pc .b_df_lnk009 {
	margin-top:2vw;
	padding-left:5vw;
	font-size:3.5vw;
	color:#3E413A;
	line-height:8vw;
	letter-spacing:-0.2vw;
}

#mb_footerArea {
    padding-top: 8vw;
    padding-bottom: 8vw;
    width: 100%;
    background: #F0F0F0;
    display: inline-block;
    color:#3E413A;
}

#mb_footerArea .df_lnk {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    color:#3E413A;
}

#mb_footerArea .df_lnk li {
	float:left;
	font-size:1.5vw;
	display:inline-block;
	color:#3E413A;
}

#mb_footerArea .df_lnk .lf {
	width:30%;
	padding-left:5vw;
	display: inline-block;
	color:#3E413A;
}

#mb_footerArea .df_lnk .rf {
	width:66%;
	padding-left:5vw;
	display: inline-block;
	color:#3E413A;
}


#mb_footerArea .b_df_lnk0 {
	clear:both;
}

#mb_footerArea .b_df_lnk {
	clear:both;
	margin-top:8vw;
	color:#3E413A;
}


#mb_footerArea .df_lnk2 {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    color:#3E413A;
}

#mb_footerArea .df_lnk2 li {
	float:left;
	font-size:4vw;
	display:inline-block;
	color:#3E413A;
}

#mb_footerArea .df_lnk2 .lf {
	width:48%;
	padding-left:5vw;
	display: inline-block;
	color:#3E413A;
}

#mb_footerArea .df_lnk2 .rf {
    width: 46%;
    padding-left: 5vw;
    text-align: right;
    display: inline-block;
    color: #3E413A;
    font-size:1.5vw;
}

#mb_footerArea .df_lnk3 {
	list-style-type:none;
	margin:0px; 
	padding:0px;
	color:#3E413A;
}

#mb_footerArea .df_lnk3 li {
	padding-left:5vw;
	font-size:4vw;
	font-weight:bold;
	color:#3E413A;
}

#mb_footerArea .b_df_lnk99 {
    margin-top: 10vw;
    padding-left: 5vw;
    font-size: 1.5vw;
    color: #3E413A;
    line-height: 2.5vw;
    letter-spacing: 0vw;
}

#mb_footerArea .b_df_lnk999 {
	margin-top:5vw;
	padding-left:5vw;
	font-size:1.5vw;
	color:#3E413A;
	line-height:3vw;
	letter-spacing:0vw;
}

#mb_footerArea .b_df_lnk009 {
	margin-top:2vw;
	padding-left:5vw;
	font-size:3.5vw;
	color:#3E413A;
	line-height:8vw;
	letter-spacing:-0.2vw;
}

.all_menu_area ul li {
	line-height:3vw;
}

.all_menu_area2 ul li {
	line-height:3vw;
}

.bd0 {
	border:0px !important;
}

.pd2_bt {
	padding:1vw; border:0px !important; border-bottom:1px solid #B3B3B3 !important;
}

.pd6_bt {
	padding:1vw; border:0px !important; padding-top:3vw; border-bottom:1px solid #B3B3B3 !important;
}

.top_area_pc {
	padding-top:50px;
    margin: 0px auto;
    width: 1000px;
    font-weight: bold;
    letter-spacing: -2px;
    font-size:1.5vw;
}

.top_area_pc img{
  /*width: 50px;*/
}

.contents_area_pc {
	margin:0px auto;
	width:1000px;
	letter-spacing: -2px;
}

.contents_area_pc .title{
  font-size: 25px;
  font-weight: 550;
}
/* ---------------------------- */
/* 구독신청페이지 */

.contents_area_pc .subsmenu{
  width: 100%;
  display: inline-block;
}

.contents_area_pc .food_div {
  float:left;
  width: 35%;
}
.contents_area_pc .price_div {
  width: 48%;
  float:left;
}
.contents_area_pc .price_div table tr td{
  letter-spacing: 0px;
}


.gita_log_clk {
	color:#FF7802; padding:1px; background:none !important; border:0px !important; text-align:left; display: inline-block; 
}

.not_mb_l {
    float: left;
    width: 30%;
    text-align: left;
    padding-top:10px;
    padding-left:5px;
    padding-bottom:10px;
}

.not_mb_r {
    float: left;
    width: 70%;
    text-align: right;
    padding-top:10px;
    padding-right:5px;
    padding-bottom:10px;
}

.t_rt_m {
	cursor:pointer; margin-right:2vw;
}

.cs_pt {
	cursor:pointer;
}

.clbt {
	clear:both;
}

.gnb_area, .rt_gnb_area {
	display:none;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.gnb_area > .in, .rt_gnb_area > .in {
    overflow-y: auto;
    position: fixed;
    width: 267px;
    height: 100%;
    background-color: #ffffff;
    z-index: 15;
}

.gnb_area > .in.cst, .rt_gnb_area > .in.cst {
    width:100%; display: none; z-index:99999; background:#ffffff; padding-top:3vw;
}

.gnb_area > .in.cst .lf, .rt_gnb_area > .in.cst .lf {
    float:left; width:25%; display:block;
}

.gnb_area > .in.cst .cf, .rt_gnb_area > .in.cst .cf {
    float:left; width:50%; display:block;
    text-align:center;
}

.gnb_area > .in.cst .rf, .rt_gnb_area > .in.cst .rf {
    float:left; width:25%; text-align:right; padding-right:3vw;
    padding-top:6vw;
}

.lt_all_menu {
    text-align: left;
    font-size: 1.5vw;
    padding: 2vw;
    border-bottom: 1px solid #efefef;
    line-height: 3vw;
    display: inline-block;
    width: 100%;
}

.lt_all_menu .lt {
	float:left;
}

.lt_all_menu .rt {
	float:right;
	text-align:center;
}

.memb_lt_all_menu_md {
	display:block; max-width:100% !important; max-height:100% !important; font-size:1.5vw; line-height:3vw;
}

.menu_ul_tb tr td {
	font-family: 'NanumSquare';
	font-size:1.2vw;
	padding:1vw;
}

.order_gb_a {
	color:#0A98AE; font-size:1vw; font-weight:bold;
}

.order_gb_r1 {
	color:red; font-size:1vw; font-weight:bold;
}

.order_gb_r {
	color:red; font-size:1vw; font-weight:bold;
}

.order_gb_gry2 {
	color:#808080; font-size:1vw; font-weight:bold;
}

.order_gb_a1 {
	font-size:1.2vw; font-weight:bold;
}

.nodata_r {
	padding-top:3vw; text-align:center; 
	padding-bottom:3vw;
	width:100%;
}

.brt {
    color: #ff0000;
    background: #ffffff;
    border-radius: 0.2vw;
    padding: 0.2vw 0.5vw 0.2vw 0.5vw;
    border: 1px solid #FE0000;
    width:100%;
}

.brt1 {
	color:#FF8A00;
}

.sub_apy {
    color: white;
    background: #0A98AE;
    border-radius: 2vw;
    padding: 0.5vw 1.5vw 0.5vw 1.5vw;
    border: 1px solid #0A98AE;
}

#layer_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#popupLayer {
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 450px;
    z-index:9999;
    transform: translate(-50%, -50%);
    box-shadow: 7px 7px 5px 6px rgba(0, 0, 0, 0.2);
}

#calendar td {
	text-align:center;
}

#calendar .on {
	background: #6666ff;
	color:white;
}

.use_nosel {
	color:#d7d7d7;
}

.saler_info_a {
	text-align:center; color:#2FA7B9; padding-top:4vw; padding-bottom:4vw;
	font-size:2vw;
	font-weight:550;
	float:left;
}

.saler_info_a a {
	color:#2FA7B9;
}


.wrap {
	position:relative;
	overflow-y: auto;
	height:100%;
	background:#FFF3CF;
}

#make-scrollable {
	position: absolute;
	left: 0;
	width: 1px;
	height: calc(100% + 1px); 
	/* 100% 보다 1px 높게 하여 .wrap scroll 발생하도록 */
}

.top_area span {
    font-size: 25px;
    font-weight:500;
}

.clk1_sel {
	clear:both; float:left; width:46%;
}

.clk2_sel {
	float:left; width:50%; padding-right:1vw;
	text-align:center;
}

.clk3_sel {
	float:left; width:50%;
	text-align:center;
}

.saler_tle {
	padding-left:1vw; padding-top:3px;
}

.sch_period_area2 {
    float: left;
    width: 400px;
    padding-right: 5px;
}

.pd_t10_20 {
	padding-top:5vw; border:0px !important; 
}

.seller_info .ar {
	padding-top:2vw;
}

.contents_area div {
    margin: 1% 0;
    width: 100%;
}

.contents_area div table tr .content_line_top {
    padding-left: 2.8%;
    padding-top: 1%;
    font-size:23px;
    letter-spacing:-0.2vw;
}

.contents_area div table tr .content_line {
	padding-left: 2.8%;
	font-size:23px;
	letter-spacing:-0.2vw;
}

.bult_a {
	vertial-align:middle; margin-bottom:0.5vw;
}

.btn_close_img {
	width:32px !important; height:32px !important;
}

.btn_sz {
	width:32px !important; height:32px !important;
}

.btn_logout {
	width:24px !important; height:24px !important;
}

.order_gb_red {
	background:red; color:white; font-size:1vw; font-weight:bold;
	padding:0.1vw 0.5vw 0.1vw 0.5vw;
}

.order_gb_gry {
	background:#8c8c8c; color:white; font-size:1vw; font-weight:bold;
	padding:0.1vw 0.5vw 0.1vw 0.5vw;
}

.order_gb_comm {
    font-size: 1em;
    line-height: 1em;
    padding:0.4vw 2vw 0.4vw 2vw;
    font-weight:bold;
    border-radius: 0.5vw;
    display: flex; justify-content: center; align-items: center;
    width:100% !important;
}

.order_gb_gg {
	background:#78BA34; color:white; font-size:1vw; font-weight:bold;
}

.order_gb_h1 {
	background:#546FB4; color:white; font-size:1vw; font-weight:bold;
}

.order_gb_h2 {
	background:#a042ff; color:white; font-size:1vw; font-weight:bold;
}

.order_gb_gp {
	background:#F9B552; color:white; font-size:1vw; font-weight:bold;
}

.login_name_area {
	display:inline-block; width:100%;
	border:1px solid #b3b3b3 !important; border-radius:5px 5px 0px 0px;
}

.login_name_area:hover {
	display:inline-block; width:100%; border:1px solid #595757 !important; 
	border-radius:5px 5px 0px 0px;
}

.login_hp_area {
	display:inline-block; width:100%; border:1px solid #b3b3b3 !important; border-radius:0px 0px 5px 5px !important;
}

.login_hp_area:hover {
	display:inline-block; width:100%; border:1px solid #595757 !important; border-radius:0px 0px 5px 5px !important;
}

.login_lf {
	clear:both; width:35%; float:left; padding-top:2.5vw;
	padding-bottom:1.5vw;
	color:#595959;
}

.login_rf {
	padding-top:1.5vw;
	padding-bottom:1.5vw;
	width:65%; float:left;
}

.login_chk_a {
	clear:both; text-align:left; padding:15px 15px 31px 15px
}

.f_menu_title {
	font-size:3vw;
	font-weight:bold;
	padding-bottom:1vw;
	padding-top:3vw;
}

.lotte_logo img {
	width:360px;
	height:120px;	
}

@media (max-width: 1700px) {
    .gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-top:12vw; padding-right:3vw;
    }
    
    .rt_gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .rt_gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .rt_gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .rt_gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .rt_gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .rt_gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-right:3vw;
        padding-top:12vw;
    }
}

@media (max-width: 1600px) {
    .gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-top:12vw; padding-right:3vw;
    }
    
    .rt_gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .rt_gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .rt_gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .rt_gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .rt_gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .rt_gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-right:3vw;
        padding-top:12vw;
    }
}

@media (max-width: 1500px) {
    .gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-top:12vw; padding-right:3vw;
    }
    
    .rt_gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .rt_gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .rt_gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .rt_gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .rt_gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .rt_gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-right:3vw;
        padding-top:12vw;
    }
}

@media (max-width: 1279px) {
    .gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-top:12vw; padding-right:3vw;
    }
    
    .rt_gnb_area {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .rt_gnb_area > .in {
        overflow-y: auto;
        position: fixed;
        width: 267px;
        height: 100%;
        background-color: #ffffff;
        z-index: 15;
    }
    
    .rt_gnb_area > .in.cst {
        width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
    }
    
    .rt_gnb_area > .in.cst .lf {
        float:left; width:25%; display:block;
    }
    
    .rt_gnb_area > .in.cst .cf {
        float:left; width:50%; display:block;
    }
    
    .rt_gnb_area > .in.cst .rf {
        float:left; width:25%; text-align:right; padding-right:3vw;
        padding-top:12vw;
    }
}

/* media query - 반응형 CSS */
@media (max-width: 1200px) {
	.order_gb_a {
		color:#0A98AE; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_r1 {
		color:red; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_r {
		color:red; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_gry2 {
		color:#808080; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_red {
		background:red; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_gry {
		background:#8c8c8c; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_comm {
		padding: 1vw 2vw 1vw 2vw;
		border-radius:1vw;
	}
	
	.order_gb_gg {
		background:#78BA34; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.5vw 2.5vw 0.5vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_h1 {
		background:#546FB4; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.5vw 2.5vw 0.5vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_h2 {
		background:#a042ff; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.5vw 2.5vw 0.5vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_gp {
		background:#F9B552; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.5vw 2.5vw 0.5vw 2.5vw;
		border-radius:1vw;
	}
	
	.calendar_space_pc {
	    width: 100% !important;
	    margin: 0px auto;
	    padding-top: 1vw;
	    padding-bottom: 1vw;
	}
	
	.event_main_pc {
	    width: 100% !important;
	}
	
	#mb_footerArea_pc {
	    clear: both;
	    padding-top: 3vw;
	    padding-bottom: 3vw;
	    width: 100%;
	    margin: 0px auto;
	    display: block;
	    color: #3E413A;
	}
	
	.commonArea_pc {
	    width: 100%;
	    margin: 0px auto;
	    padding-top: 50px;
	}
	
	.pcA {
		display:block;
	}
	
	.mobiA {
		display:none;
	}
	
	.mobiB {
		display:none;
	}
	
	body {
	    margin: 0;
	    padding: 0;
	    background: #fff;
	}
	
	select {
	    border: 1px solid #ced9de;
	}
	
	h1 {
		font-size:3vw;
	}
	
	#us_gnb_menu2 > li {
	    width: 48%;
	    text-align: center;
	}
	
	#gnb_menu > li {
	    width: 100%;
	    text-align: center;
	}
	
	#gnb_menu > li > a {
	    display: inline-block;
	    height: 55px;
	    text-align: center;
	}
	
	.gnb_1da img {
		max-width:100%;
		height:auto;
	}
	
	#top_menus {
	    width: 100% !important;
	    clear:both;
	    margin-top:15px;
	}
	
	#hd_qnb li {
		float:left;
		font-size: 1rem !important;
		line-height:10px;
		border:1px solid #cdcdcd;
		position:relative;
		text-align:center; 
		padding:10px; 
		height:30px; 
	}
	
	#us_gnb_menu2 > li > a {
	    font-size: 3vw !important;
	    display: block;
	    padding: 0px;
	    height: 55px;
	    font-weight: 500;
	    text-decoration: none;
	    vertical-align: middle;
	}
	
	#gnb_menu2 > li > a {
	    font-size: 2.5vw !important;
	    display: block;
	    padding: 0px;
	    height: 55px;
	    font-weight: 500;
	    text-decoration: none;
	    vertical-align: middle;
	}
	
	#tnb {
	    width: 100%;
	}
	
	.commonArea {
		width:100% !important;
	}
	
	#hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	}
	
	#uberal_hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	    z-index: 999999999;
	}
	
	#gnb2 {
	    clear: both;
	    width: 100% !important;
	    margin-top: 35px;
	    margin-bottom: 35px;
	}
	
	#gnb {
	    margin: 0;
	    width:100% !important;
	    z-index: 99999;
	    font-size: 1.083em;
	    padding: 0;
	    zoom: 1;
	    position: relative;
	    float:right;
	}
	
	#us_gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	#gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	.login_area {
	    max-width: 100%;
	    margin-top: 0px;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 30px;
	}
	
	#product_introduce_html {
	    margin-top: 20px;
	    width: 100%;
	}
	
	.write_div {
	    width: 100%;
	}
	
	#hd, #wrapper, #ft {
	    max-width: 100%;
	    min-width: inherit;
	}
	
	#customer_name, #bag_price, #delivery_date, #complex_name {
		width:100% !important;
	}
	
	.menu_sel_h2 {
		padding-left:7vw;
		font-size:3vw;
	}
	
	.menu_sel_h2_1 {
		font-size:3vw;
	}
	
	.tbl_head01 th {
		padding:0px;
		height:25px !important;
	}
	
	.tbl_head01 td {
		color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;
		border-bottom:1px solid #ecf0f1;
		line-height:1.4em;
		height:auto;
		word-break:break-all;
	}
	
	#gnb_menu2 > li {
	    position: relative;
	    float: left;
	    border-right: 0px;
	    box-sizing: border-box;
	    background: none;
	    width:16.666666%;
	    text-align:center;
	    margin-right:0px;
	}
	
	
	.uberal_product_ul {
		margin:0px; padding:0px; list-style-type:none;
	}
	
	.uberal_product_ul li {
		float:left; padding:5px; text-align:center;
	}
	
	.uberal_product_ul li div {
		width:590px; height:300px;
	}
	
	.uberal_product_ul li div img {
		width:440px; height:294px;
	}
	
	
	.product_ul {
		margin:0px; padding:30px; list-style-type:none;
	}
	
	.product_ul li {
	    float: left;
	    padding: 10px;
	    width: 49%;
	    height: auto;
	    text-align: center;
	}
	
	.product_ul li div {
		width:100%; height:auto;
	}
	
	.product_ul li div img {
		width:100% !important; height:auto;
		max-height:360px;
	}
	
	.commonArea_textR {
		width:100% !important; margin:0px auto; margin-top:50px; text-align:right;
	}
	
	.fl_50per {
		display:none;
	}
	
	.fr_50per {
		width:100%;
	}
	
	.customer_view_bt {
		text-align:right; padding-top:10px; padding-bottom:10px;
		font-size:3vw;
	}
	
	.customer_tel_01, .customer_tel_02, .customer_tel_03 {
		width:20% !important;
	}
	
	.w50_per {
		width:55%;
	}
	
	.w50_per_ne {
		width:55%; display:none;
	}
	
	#editFrm th {
	    width: 30%;
	}
	
	.w65_per {
		width:50% !important;
	}
	
	.pager strong {
	    color: red;
	    font-weight: bold;
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 45px;
	}
	
	.pager a {
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	}
	
	.list_search_bt_area {
		padding-top:20px; width:100% !important; margin:0px auto !important; text-align:left !important;
	}
	
	.commonArea .sch_area {
		clear:both; padding-top:0px; text-align:center; padding-left:0px; display:block;
	}
	
	.commonArea .sch_area .odd_field {
	    clear: both;
	    width: 16%;
	    float: left;
	    padding: 7px;
	    text-align: center;
	    font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center !important;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field3 {
		float:left; width:84%; padding-right:5px; text-align:left;
	}
	
	.commonArea .sch_area .odd_field3 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3 #customer_name {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 {
		clear:both; padding-top:0px; padding-left:0px;
	}
	
	.commonArea .sch_area_02 .odd_field1_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area_02 .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2 #customer_name {
	    width: 90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 {
	    float: left;
	    padding-right: 5px;
	    width: 84%;
	    padding:0px;
	    text-align: left;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 #customer_tel {
	    width: 70% !important;
	}
	
	.w35_per, .w38_per {
		width:32% !important;
	}
	
	.sch_period_area, .sch_period_area2 {
	    float: left;
	    width: 84%;
	    padding-right: 5px;
	    text-align:left;
	}
	
	.w30_per {
		width:27% !important;
	}
	
	.w250 {
		width:15% !important;
	}
	
	.w350 {
		width:35% !important;
	}
	
	.btn_add01 a, .btn_add01 button {
	    padding: 6px;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    font-size: 0.7em !important;
	    width: 100px;
	    cursor: pointer;
	}
	
	.product_insert_btn {
	    background: #4b545e !important;
	    color: white;
	    width: 90px;
	    text-align: center;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 10px;
	}
}

@media (max-width:900px){	
	.contents_area div table tr .main_line{
	  padding:1% 2%;
	  font-size: 4.2vw !important;
	}
	
	.contents_area div table tr .content_line_top {
	    padding-left: 5% !important;
	    padding-top: 2% !important;
	    font-size:4.1vw !important;
	}
	
	.contents_area div table tr .content_line {
		padding-left: 5% !important;
		font-size:4.1vw !important;
	}
	
	body {
	    margin: 0;
	    padding: 0;
	    background: #fff;
	}
	
	select {
	    border: 1px solid #ced9de;
	}
	
	#tnb {
	    width: 100%;
	}
	
	.commonArea {
		width:100% !important;
	}
	
	#hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	}
	
	#uberal_hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	    z-index: 999999999;
	}
	
	#gnb2 {
	    clear: both;
	    width: 100% !important;
	    margin-top: 35px;
	    margin-bottom: 35px;
	}
	
	#gnb {
	    margin: 0;
	    width:100% !important;
	    z-index: 99999;
	    font-size: 1.083em;
	    padding: 0;
	    zoom: 1;
	    position: relative;
	    float:right;
	}
	
	#us_gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	#gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	.login_area {
	    max-width: 100%;
	    margin-top: 0px;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 30px;
	}
	
	#product_introduce_html {
	    margin-top: 20px;
	    width: 100%;
	}
	
	.write_div {
	    width: 100%;
	}
	
	#hd, #wrapper, #ft {
	    max-width: 100%;
	    min-width: inherit;
	}
	
	#customer_name, #bag_price, #delivery_date, #complex_name {
		width:100% !important;
	}
	
	.menu_sel_h2 {
		padding-left:7vw;
		font-size:1.2rem;
	}
	
	.menu_sel_h2_1 {
		font-size:1.2rem;
	}
	
	.tbl_head01 th {
		height:25px !important;
	}
	
	#gnb_menu2 > li {
	    position: relative;
	    float: left;
	    border-right: 0px;
	    box-sizing: border-box;
	    background: none;
	    width:16.666666%;
	    text-align:center;
	    margin-right:0px;
	}
	
	
	.uberal_product_ul {
		margin:0px; padding:0px; list-style-type:none;
	}
	
	.uberal_product_ul li {
		float:left; padding:5px; text-align:center;
	}
	
	.uberal_product_ul li div {
		width:590px; height:300px;
	}
	
	.uberal_product_ul li div img {
		width:440px; height:294px;
	}
	
	
	.product_ul {
		margin:0px; padding:30px; list-style-type:none;
	}
	
	.product_ul li {
	    float: left;
	    padding: 10px;
	    width: 100%;
	    height: auto;
	    text-align: center;
	}
	
	.product_ul li div {
		width:100%; height:auto;
	}
	
	.product_ul li div img {
		width:100% !important; height:auto;
	}
	
	.commonArea_textR {
		width:100% !important; margin:0px auto; margin-top:50px; text-align:right;
	}
	
	.fl_50per {
		display:none;
	}
	
	.fr_50per {
		width:100%;
	}
	
	.customer_view_bt {
		text-align:right; padding-top:10px; padding-bottom:10px;
		font-size:3vw;
	}
	
	.pc {
		display:none;
	}
	
	.mobile {
		display:block;
		word-break: normal;
	}
	
	.customer_tel_01, .customer_tel_02, .customer_tel_03 {
		width:20% !important;
	}
	
	.w50_per {
		width:55%;
	}
	
	.w50_per_ne {
		width:55%; display:none;
	}
	
	#editFrm th {
	    width: 30%;
	}
	
	.w65_per {
		width:50% !important;
	}
	
	.pager strong {
	    color: red;
	    font-weight: bold;
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	}
	
	.pager a {
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	}
	
	.list_search_bt_area {
		padding-top:20px; width:100% !important; margin:0px auto !important; text-align:left !important;
	}
	
	.commonArea .sch_area {
		clear:both; padding-top:0px; text-align:center; padding-left:0px;
	}
	
	.commonArea .sch_area .odd_field {
	    clear: both;
	    width: 16%;
	    float: left;
	    padding: 7px;
	    text-align: center;
	    font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center !important;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field3 {
		float:left; width:84%; padding-right:5px; text-align:left;
	}
	
	.commonArea .sch_area .odd_field3 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3 #customer_name {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 {
		clear:both; padding-top:0px; padding-left:0px;
	}
	
	.commonArea .sch_area_02 .odd_field1_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area_02 .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2 #customer_name {
	    width: 90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 {
	    float: left;
	    padding-right: 5px;
	    width: 84%;
	    padding:0px;
	    text-align: left;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 #customer_tel {
	    width: 70% !important;
	}
	
	.w35_per, .w38_per {
		width:32% !important;
	}
	
	.sch_period_area, .sch_period_area2 {
	    float: left;
	    width: 84%;
	    padding-right: 5px;
	    text-align:left;
	}
	
	.w30_per {
		width:27% !important;
	}
	
	.w250 {
		width:15% !important;
	}
	
	.w350 {
		width:35% !important;
	}
	
	.sch_gb {
		text-align:center; width:30% !important;
	}
	
	.searchCntArea {
		clear:both; padding:5px 0px 5px 0px;
		font-size: 0.7em !important;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 10px;
	}
}

@media (max-width: 1000px) {
	.bult_a {
		vertial-align:middle; margin-bottom:1vw;
	}
	
	.contents_area div {
	    margin: 4% 0;
	    width: 100%;
	}
	
	.contents_area .seller_info .ar {
		padding-top:5vw;
	}
	
	.contents_area div {
	    margin: 3% 0 !important;
	    width: 100%;
	}
	
	.saler_tle {
		padding-left:3vw; padding-top:3px;
	}
	
	.contents_area_pc .food_div {
		float:left;
		width: 50%;
	}
	
	.clk1_sel {
		clear:both; float:left; width:46%;
		font-size:3vw;
	}
	
	.clk2_sel {
		float:left; width:55%; padding-right:1vw;
		font-size:3.8vw;
		text-align:center;
	}
	
	.clk3_sel {
		float:left; width:45%;
		font-size:3.5vw;
		text-align:center;
	}
	
	.contents_area .title {
	    font-size: 5vw !important;
	    font-weight: 550;
	}
	
	.saler_info_a {
		text-align:center; color:#2FA7B9; padding-top:2vw; padding-bottom:2vw;
		font-size:4.5vw; 
		font-weight:550;
		float:none !important;
	}
	
	.saler_info_a a {
		color:#2FA7B9;
		font-size:5vw;
	}
	
	#layer_bg {
	    display: none;
	    position: absolute; /* 시작 지점을 버튼 위, 0픽셀부터 시작하려고 주는 것*/
	    top: 50%;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	#popupLayer {
        position: absolute;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 15px;
        background: #fff;
        top: 30%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        box-shadow: 6px 5px 6px 5px rgba(0, 0, 0, 0.2);
    }
	
	.history_span {
		margin-left: 5%;
		font-size: 5vw !important;
		font-weight: 550;
		width: 90%;
	}
	
	.logo_title span {
		font-size: 5.8vw !important;
		font-weight: 550;
	}
	
	.prod_page_div span {
	    letter-spacing: -0.5px;
	    line-height: 6.5vw;
	    font-size: 4.5vw !important;
	    color: black;
	    width: 100%;
	    text-align: left;
	    padding-top: 10vw;
	    padding-bottom: 10vw;
	    font-weight:bold;
	}
	
	.sub_apy {
		color:white; background:#0A98AE; border-radius:2vw; padding:1vw 2vw 1vw 2vw; border:1px solid #0A98AE;
	}
	
	.brt {
	    color: #ff0000; background: #ffffff; border-radius: 2vw; padding:1vw 2vw 1vw 2vw; border:1px solid #FE0000;
	}
	
	.menu_ul_tb tr td {
		font-size:4vw;
		padding:1vw;
	}
	
	.order_gb_a {
        color: #0A98AE;
        font-size: 1.5vw;
        font-weight: bold;
    }
    
    .order_gb_r1 {
		color:red; font-size:1.5vw; font-weight:bold;
	}
    
    .order_gb_red {
		background:red; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_gry {
		background:#8c8c8c; color:white; font-size:1.5vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_comm {
		font-weight:bold;
	}
    
    .order_gb_gg {
		background:#78BA34; color:white; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_h1 {
		background:#546FB4; color:white; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_h2 {
		background:#a042ff; color:white; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_gp {
		background:#F9B552; color:white; font-size:1.5vw; font-weight:bold;
	}
    
    .order_gb_r {
		color:red; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_gry2 {
		color:#808080; font-size:1.5vw; font-weight:bold;
	}
	
	.order_gb_a1 {
		font-size:4vw; font-weight:bold;
	}
	
	.top_area{
	  max-width: 100%;
	  display: flex;
	  align-items: center;
	  margin: 70px 0px 50px 30px ;
	  font-weight: bold;
	  letter-spacing: -1px;
	  padding-top:10vw !important;
	}
	
	.top_area span{
	  font-size: 4vw;
	}
	
	.gita_log_clk {
	    color: #FF7802;
	    padding: 1px;
	    background: none !important;
	    border: 0px !important;
	    text-align: left;
	    display: inline-block;
	    font-size: 1.5vw !important;
	}
	
	.not_mb_l {
	    float: left;
	    width: 70%;
	    text-align: left;
	    font-size:1.5vw;
	    padding:0px;
	}
	
	.not_mb_r {
	    float: left;
	    width: 30%;
	    text-align: right;
	    font-size:1.5vw;
	    padding:0px;
	}
	
	input::placeholder {
	    color: #B3B3B3;
	    font-size: 1.2em;
	    text-align: center;
	    border:0px !important;
	    letter-spacing:-1px;
	}
	
	#start_date_input_pc, #end_date_input_pc {
	  border: 1px solid black;
	  border-radius: 4px;
	  text-align: center;
	  width: 23%;
	  height: 27px;
	  font-size:2vw;
	}
	
	#start_date_input, #end_date_input {
	  border: 1px solid black;
	  border-radius: 4px;
	  text-align: center;
	  width: 23%;
	  height: 27px;
	  font-size:3vw;
	}
	
	.cArea {
		padding-top:0vw;
	    /*position: absolute;
	    top: 50%;*/
	    width: 100%;
	    /*transform: translateY(-50%);*/
	    padding-left:10vw;
	    padding-right:10vw;
	}
	
	.cArea3 {
		padding-top:0vw;
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    transform: translateY(-50%);
	    padding-left:10vw;
	    padding-right:10vw;
	}
	
	.textCenter.txt {
		padding-top:5vw; font-size:4.5vw;
	}
	
	#name, #phoneNumber, #accountName, #password, #complexName, #building, #room, #dong, #hosu, #memName, #customerMemo {
	    border: 0px !important;
	    border-top: 0px !important;
	    font-size: 4vw;
	}
	
	.pd2_bt {
		padding:2vw; border:0px !important; border-bottom:2px solid #B3B3B3 !important;
	}
	
	.pd6_bt {
		padding:2vw; border:0px !important; padding-top:6vw; border-bottom:2px solid #B3B3B3 !important;
	}
	
	.not_mb_l {
		float:left; width:70%; text-align:left; font-size:3.5vw; padding:0px;
	}
	
	.not_mb_r {
		float:left; width:30%; text-align:right; font-size:3.5vw; padding:0px;
	}
	
	.gita_log_clk {
		color:#FF7802; padding:1px; background:none !important; border:0px !important; text-align:left; display: inline-block; font-size: 4vw !important;
	}
	
	#mb_footerArea .b_df_lnk99 {
	    margin-top: 10vw;
	    padding-left: 5vw;
	    font-size: 3.5vw;
	    color: #3E413A;
	    line-height: 6vw;
	    letter-spacing: -0.2vw;
	}
	
	#mb_footerArea .b_df_lnk999 {
	    margin-top: 10vw;
	    padding-left: 5vw;
	    font-size: 3.5vw;
	    color: #3E413A;
	    line-height: 7vw;
	    letter-spacing: -0.4vw;
	}
	
	#mb_footerArea .df_lnk2 .rf {
	    width: 46%;
	    padding-left: 5vw;
	    text-align: right;
	    display: inline-block;
	    color: #3E413A;
	    font-size:3.5vw;
	}
	
	#mb_footerArea .df_lnk li {
		float:left;
		font-size:4vw;
		display:inline-block;
		color:#3E413A;
	}
	
	.n_mem_a {
		padding:3vw; border:0px !important;
	}
    
    .autolgn_chk {
		padding-left:1vw; font-size:3.5vw;
	}
	
	.memb_t {
		padding-bottom:5vw; font-size:6vw;	
	}
	
	.memb_r {
		padding-top:5vw; font-size:6vw;
	}
	
	.line_36 {
		line-height:6vw;	
	}
	
	.line_36_40_a {
		clear:both; float:left; width:40%; line-height:6vw; text-align:left; font-size:2.8vw;
	}
	
	.line_36_60_a {
		line-height:6vw; float:left; width:60%; line-height:6vw; text-align:left; font-size:2.8vw;
	}
	
	.pd_t10_20 {
		padding-top:10vw; border:0px !important; 
	}
	
	.anne_m {
		padding-top:15vw; font-size:5vw;
	}
	
	#mobile_header {
	    padding-top: 16vw;
	}
	
	.gnb_area > .in.cst, .rt_gnb_area > .in.cst {
	    width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
	}
	
	.gnb_area > .in.cst .rf, .rt_gnb_area > .in.cst .rf {
	    float:left; width:25%; text-align:right; padding-right:7.4vw !important;
	    padding-top:18vw;
	}
	
	.lt_all_menu {
	    text-align: left;
	    font-size: 4.5vw;
	    padding: 5vw;
	    border-bottom: 1px solid #efefef;
	    line-height: 7.5vw;
	    display: inline-block;
	    width: 100%;
	}
	
	.memb_lt_all_menu_md {
		display:block; max-width:100% !important; max-height:100% !important; font-size:3vw; line-height:7vw;
	}
	
	#mobile_header02 {
	    padding-top: 6vw;
	}
	
	.all_menu_a {
		font-size:5vw !important;
	}
	
	.all_menu_area {
		clear:both; text-align:left; font-size:4vw !important; padding:5vw; letter-spacing:-0.2vw;
	}
	
	.all_menu_area ul li {
		line-height:7.5vw;
	}
	
	.all_menu_area2 {
		clear:both; text-align:left; font-size:4vw !important; padding:5vw; letter-spacing:-0.2vw;
	}
	
	.all_menu_area2 ul li {
		line-height:7.5vw;
	}
	
	.nt_complex_m {
		padding:4vw; border:1px solid #000000; margin-top:10vw; display:inline-block; width:100%;
	}
	
	.nt_complex_md {
		padding-top:6vw; padding-bottom:6vw; color:red; font-size:3.5vw;
	}
	
	.login_btn {
	    width: 100%;
	    background: #0A98AE;
	    color: white;
	    border: 1px solid #0A98AE;
	    border-radius: 2vw;
	    font-size: 4vw;
	    padding: 3vw;
	}
	
	.duplicate_btn {
	    width: 42%;
	    background: #0A98AE;
	    color: white;
	    border: 1px solid #0A98AE;
	    border-radius: 2vw;
	    font-size: 4vw;
	    padding: 1vw 1.2vw 1vw 1.2vw;
	}
	
	.register_btn {
		width:100%; background:none !important; color:#0998ad; border:1px solid #0998ad; 
		border-radius: 2vw;
	    font-size: 4vw;
	    padding: 3vw;
	}
	
	.uberal_login_btn {
		width:100%; background:#ff7800; color:white; border:1px solid #ff7800; 
		border-radius:2vw;
		font-size:4vw;
		padding:3vw;
	}
	
	.pcA {
		display:none;
	}
	
	.mobiA {
		display:block;
	}
	
	.mobiB {
		display:block;
		font-family: 'NanumSquareAc'
	}
}

@media (max-width: 800px) {
	.f_menu_title {
		padding-top:0vw;
		font-size:6vw;
		font-weight:bold;
		padding-bottom:2vw;
	}
	
	.contents_area .title {
	    font-size: 5vw !important;
	    font-weight: 550;
	}
	
	.saler_info_a {
		text-align:center; color:#2FA7B9; padding-top:2vw; padding-bottom:2vw;
		font-size:4.5vw; 
		font-weight:550;
	}
	
	.saler_info_a a {
		color:#2FA7B9;
	}
	
	#layer_bg {
	    display: none;
	    position: absolute; /* 시작 지점을 버튼 위, 0픽셀부터 시작하려고 주는 것*/
	    top: 50%;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	#popupLayer {
        position: absolute;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 15px;
        background: #fff;
        top: 30%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        box-shadow: 6px 5px 6px 5px rgba(0, 0, 0, 0.2);
    }
	
	.history_span {
		margin-left: 5%;
		font-size: 5vw !important;
		font-weight: 550;
		width: 90%;
	}
	
	.logo_title span {
		font-size: 5.8vw !important;
		font-weight: 550;
	}
	
	.prod_page_div span {
	    letter-spacing: -0.5px;
	    line-height: 6.5vw;
	    font-size: 4.5vw !important;
	    color: black;
	    width: 100%;
	    text-align: left;
	    padding-top: 10vw;
	    padding-bottom: 10vw;
	    font-weight:bold;
	}
	
	.sub_apy {
		color:white; background:#0A98AE; border-radius:2vw; padding:1vw 2vw 1vw 2vw; border:1px solid #0A98AE;
	}
	
	.brt {
	    color: #ff0000; background: #ffffff; border-radius: 1vw; padding:1vw 2vw 1vw 2vw; border:1px solid #FE0000;
	}
	
	.menu_ul_tb tr td {
		font-size:4vw;
		padding:1vw;
	}
	
	.order_gb_a {
		color:#0A98AE; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_r1 {
		color:red; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_red {
		background:red; color:white; font-size:4vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_gry {
		background:#8c8c8c; color:white; font-size:4vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_comm {
		font-weight:bold;
	}
	
	.order_gb_gg {
		background:#78BA34; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_h1 {
		background:#546FB4; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_h2 {
		background:#a042ff; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_gp {
		background:#F9B552; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_r {
		color:red; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_gry2 {
		color:#808080; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_a1 {
		font-size:4vw; font-weight:bold;
	}
	
	.top_area{
	  max-width: 100%;
	  display: flex;
	  align-items: center;
	  margin: 70px 0px 50px 30px ;
	  font-weight: bold;
	  letter-spacing: -1px;
	}
	
	.top_area span{
	  font-size: 6vw;
	}
	
	.gita_log_clk {
	    color: #FF7802;
	    padding: 1px;
	    background: none !important;
	    border: 0px !important;
	    text-align: left;
	    display: inline-block;
	    font-size: 1.5vw !important;
	}
	
	.not_mb_l {
	    float: left;
	    width: 70%;
	    text-align: left;
	    font-size:1.5vw;
	    padding:0px;
	}
	
	.not_mb_r {
	    float: left;
	    width: 30%;
	    text-align: right;
	    font-size:1.5vw;
	    padding:0px;
	}
	
	.prod_menu_btn_comm {
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	.prod_menu_btn_n1 {
		background:#546FB4; color:white; border:1px solid #546FB4; 
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	.prod_menu_btn_n2 {
		background:#8FC320; color:white; border:1px solid #8FC320; 
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	.prod_menu_btn_n3 {
		background:#F9B550; color:white; border:1px solid #F9B550; 
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	body {
	    margin: 0;
	    padding: 0;
	    background: #fff;
	}
	
	select {
	    border: 1px solid #ced9de;
	}
	
	h1 {
		font-size:1.2rem;
	}
	
	#start_date_input_pc, #end_date_input_pc {
	  border: 1px solid black;
	  border-radius: 4px;
	  text-align: center;
	  width: 23%;
	  height: 27px;
	  font-size:3vw;
	}
	
	#start_date_input, #end_date_input {
	  border: 1px solid black;
	  border-radius: 4px;
	  text-align: center;
	  width: 23%;
	  height: 27px;
	  font-size:3vw;
	}
	
	.cArea {
		padding-top:0vw;
	    /*position: absolute;
	    top: 50%;*/
	    width: 100%;
	    /*transform: translateY(-50%);*/
	    padding-left:10vw;
	    padding-right:10vw;
	}
	
	.cArea3 {
		padding-top:0vw;
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    transform: translateY(-50%);
	    padding-left:10vw;
	    padding-right:10vw;
	}
	
	.textCenter.txt {
		padding-top:5vw; font-size:4.5vw;
	}
	
	#name, #phoneNumber, #phoneNumber2, #accountName, #password, #complexName, #building, #room, #dong, #hosu, #memName, #customerMemo {
	    border: 0px !important;
	    border-top: 0px !important;
	    font-size: 3vw;
	}
	
	.pd2_bt {
		padding:2vw; border:0px !important; border-bottom:2px solid #B3B3B3 !important;
	}
	
	.pd6_bt {
		padding:2vw; border:0px !important; padding-top:6vw; border-bottom:2px solid #B3B3B3 !important;
	}
	
	.not_mb_l {
		float:left; width:70%; text-align:left; font-size:3.5vw; padding:0px;
	}
	
	.not_mb_r {
		float:left; width:30%; text-align:right; font-size:3.5vw; padding:0px;
	}
	
	#mb_footerArea .b_df_lnk99 {
	    margin-top: 10vw;
	    padding-left: 5vw;
	    font-size: 3.5vw;
	    color: #3E413A;
	    line-height: 6vw;
	    letter-spacing: -0.2vw;
	}
	
	#mb_footerArea .b_df_lnk999 {
	    margin-top: 10vw;
	    padding-left: 5vw;
	    font-size: 3.5vw;
	    color: #3E413A;
	    line-height: 7vw;
	    letter-spacing: -0.4vw;
	}
	
	#mb_footerArea .df_lnk2 .rf {
	    width: 46%;
	    padding-left: 5vw;
	    text-align: right;
	    display: inline-block;
	    color: #3E413A;
	    font-size:3.5vw;
	}
	
	#mb_footerArea .df_lnk li {
		float:left;
		font-size:4vw;
		display:inline-block;
		color:#3E413A;
	}
	
	.gita_log_clk {
		color:#FF7802; padding:1px; background:none !important; border:0px !important; text-align:left; display: inline-block; font-size: 4vw !important;
	}
	
	.n_mem_a {
		padding:3vw; border:0px !important;
	}
    
    .autolgn_chk {
		padding-left:1vw; font-size:3.5vw;
	}
	
	.memb_t {
		padding-bottom:5vw; font-size:6vw;	
	}
	
	.memb_r {
		padding-top:5vw; font-size:6vw;
	}
	
	.line_36 {
		line-height:6vw;	
	}
	
	.line_36_40_a {
		clear:both; float:left; width:40%; line-height:6vw; text-align:left; font-size:2.8vw;
	}
	
	.line_36_60_a {
		line-height:6vw; float:left; width:60%; line-height:6vw; text-align:left; font-size:2.8vw;
	}
	
	.pd_t10_20 {
		padding-top:10vw; border:0px !important; 
	}
	
	.anne_m {
		padding-top:15vw; font-size:5vw;
	}
	
	#mobile_header {
	    padding-top: 16vw;
	}
	
	.gnb_area > .in.cst, .rt_gnb_area > .in.cst {
	    width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
	}
	
	.gnb_area > .in.cst .rf, .rt_gnb_area > .in.cst .rf {
	    float:left; width:25%; text-align:right; padding-right:7.4vw !important;
	    padding-top:18vw;
	}
	
	.lt_all_menu {
	    text-align: left;
	    font-size: 4.5vw;
	    padding: 5vw;
	    border-bottom: 1px solid #efefef;
	    line-height: 7.5vw;
	    display: inline-block;
	    width: 100%;
	}
	
	.memb_lt_all_menu_md {
		display:block; max-width:100% !important; max-height:100% !important; font-size:3vw; line-height:7vw;
	}
	
	#mobile_header02 {
	    padding-top: 6vw;
	}
		
	.all_menu_a {
		font-size:5vw !important;
	}
	
	.all_menu_area {
		clear:both; text-align:left; font-size:4vw !important; padding:5vw; letter-spacing:-0.2vw;
	}
	
	.all_menu_area ul li {
		line-height:7.5vw;
	}
	
	.all_menu_area2 {
		clear:both; text-align:left; font-size:4vw !important; padding:5vw; letter-spacing:-0.2vw;
	}
	
	.all_menu_area2 ul li {
		line-height:7.5vw;
	}
	
	.nt_complex_m {
		padding:4vw; border:1px solid #000000; margin-top:10vw; display:inline-block; width:100%;
	}
	
	.nt_complex_md {
		padding-top:6vw; padding-bottom:6vw; color:red; font-size:3.5vw;
	}
	
	.login_btn {
	    width: 100%;
	    background: #0A98AE;
	    color: white;
	    border: 1px solid #0A98AE;
	    border-radius: 2vw;
	    font-size: 4vw;
	    padding: 3vw;
	}
	
	.duplicate_btn {
	    width: 42%;
	    background: #0A98AE;
	    color: white;
	    border: 1px solid #0A98AE;
	    border-radius: 2vw;
	    font-size: 4vw;
	    padding: 1vw 1.2vw 1vw 1.2vw;
	}
	
	.register_btn {
		width:100%; background:none !important; color:#0998ad; border:1px solid #0998ad; 
		border-radius: 2vw;
	    font-size: 4vw;
	    padding: 3vw;
	}
	
	.uberal_login_btn {
		width:100%; background:#ff7800; color:white; border:1px solid #ff7800; 
		border-radius:2vw;
		font-size:4vw;
		padding:3vw;
	}
	
	#us_gnb_menu2 > li {
	    width: 48%;
	    text-align: center;
	}
	
	#gnb_menu > li {
	    width: 100%;
	    text-align: center;
	}
	
	#gnb_menu > li > a {
	    display: inline-block;
	    height: 55px;
	    text-align: center;
	}
	
	.gnb_1da img {
		max-width:100%;
		height:auto;
	}
	
	#top_menus {
	    width: 100% !important;
	    clear:both; 
	    margin-top:15px;
	}
	
	#hd_qnb li {
		float:left;
		font-size: 0.9em !important;
		line-height:10px;
		border:1px solid #cdcdcd;
		position:relative;
		text-align:center; 
		padding:10px; 
		height:30px; 
	}
	
	#us_gnb_menu2 > li > a {
	    font-size: 1rem !important;
	    display: block;
	    padding: 0px;
	    height:45px;
	    font-weight: 500;
	    text-decoration: none;
	    vertical-align: middle;
	}
	
	#gnb_menu2 > li > a {
	    font-size: 0.8rem !important;
	    display: block;
	    padding: 0px;
	    height:45px;
	    font-weight: 500;
	    text-decoration: none;
	    vertical-align: middle;
	}
	
	#tnb {
	    width: 100%;
	}
	
	.commonArea {
		width:100% !important;
	}
	
	#hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	}
	
	#uberal_hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	    z-index: 999999999;
	}
	
	#gnb2 {
	    clear: both;
	    width: 100% !important;
	    margin-top: 35px;
	    margin-bottom: 35px;
	}
	
	#gnb {
	    margin: 0;
	    width:100% !important;
	    z-index: 99999;
	    font-size: 1.083em;
	    padding: 0;
	    zoom: 1;
	    position: relative;
	    float:right;
	}
	
	#us_gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	#gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	.login_area {
	    max-width: 100%;
	    margin-top: 0px;
	    background: none !important;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 30px;
	}
	
	#product_introduce_html {
	    margin-top: 20px;
	    width: 100%;
	}
	
	.write_div {
	    width: 100%;
	}
	
	#hd, #wrapper, #ft {
	    max-width: 100%;
	    min-width: inherit;
	}
	
	#customer_name, #bag_price, #delivery_date, #complex_name {
		width:100% !important;
	}
	
	.menu_sel_h2 {
		padding-left:7vw;
		font-size:1.2rem;
	}
	
	.menu_sel_h2_1 {
		font-size:1.2rem;
	}
	
	.tbl_head01 th {
		padding:0px;
		font-size:0.7em !important;
		height:25px !important;
	}
	
	.tbl_head01 td {
		color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;
		border-bottom:1px solid #ecf0f1;
		line-height:1.4em;
		font-size:0.7em !important;
		height:auto;
		word-break:break-all;
	}
	
	#gnb_menu2 > li {
	    position: relative;
	    float: left;
	    border-right: 0px;
	    box-sizing: border-box;
	    background: none;
	    width:16.666666%;
	    text-align:center;
	    margin-right:0px;
	}
	
	
	.uberal_product_ul {
		margin:0px; padding:0px; list-style-type:none;
	}
	
	.uberal_product_ul li {
		float:left; padding:5px; text-align:center;
	}
	
	.uberal_product_ul li div {
		width:590px; height:300px;
	}
	
	.uberal_product_ul li div img {
		width:440px; height:294px;
	}
	
	
	.product_ul {
		margin:0px; padding:30px; list-style-type:none;
	}
	
	.product_ul li {
	    float: left;
	    padding: 10px;
	    width: 100%;
	    height: auto;
	    text-align: center;
	}
	
	.product_ul li div {
		width:100%; height:auto;
	}
	
	.product_ul li div img {
		width:100% !important; height:auto;
	}
	
	.commonArea_textR {
		width:100% !important; margin:0px auto; margin-top:50px; text-align:right;
	}
	
	.fl_50per {
		display:none;
	}
	
	.fr_50per {
		width:100%;
	}
	
	.customer_view_bt {
		text-align:right; padding-top:10px; padding-bottom:10px;
		font-size:3vw;
	}
	
	.pc {
		display:none;
	}
	
	.mobile {
		display:block;
		word-break: normal;
	}
	
	.customer_tel_01, .customer_tel_02, .customer_tel_03 {
		width:20% !important;
	}
	
	.w50_per {
		width:55%;
	}
	
	.w50_per_ne {
		width:55%; display:none;
	}
	
	#editFrm th {
	    width: 30%;
	}
	
	.w65_per {
		width:50% !important;
	}
	
	.pager strong {
	    color: red;
	    font-weight: bold;
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	    font-size: 0.7em !important;
	}
	
	.pager a {
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	    font-size: 0.7em !important;
	}
	
	.list_search_bt_area {
		padding-top:20px; width:100% !important; margin:0px auto !important; text-align:left !important;
	}
	
	.commonArea .sch_area {
		clear:both; padding-top:0px; text-align:center; padding-left:0px;
	}
	
	.commonArea .sch_area .odd_field {
    	clear: both;
	    width: 16%;
	    float: left;
	    padding: 7px;
	    text-align: center;
	    font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center !important;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field3 {
		float:left; width:84%; padding-right:5px; text-align:left;
	}
	
	.commonArea .sch_area .odd_field3 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3 #customer_name {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 {
		clear:both; padding-top:0px; padding-left:0px;
	}
	
	.commonArea .sch_area_02 .odd_field1_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area_02 .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2 #customer_name {
	    width: 90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 {
	    float: left;
	    padding-right: 5px;
	    width: 84%;
	    padding:0px;
	    text-align: left;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 #customer_tel {
	    width: 70% !important;
	}
	
	.w35_per, .w38_per {
		width:30% !important;
	}
	
	.sch_period_area, .sch_period_area2 {
	    float: left;
	    width: 84%;
	    padding-right: 5px;
	    text-align:left;
	}
	
	.w30_per {
		width:27% !important;
	}
	
	.w250 {
		width:15% !important;
	}
	
	.w350 {
		width:35% !important;
	}
	
	.sch_gb {
		text-align:center; width:30% !important;
	}
	
	.btn_add01 a, .btn_add01 button {
	    padding: 6px;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    font-size: 0.7em !important;
	    width: 80px;
	    cursor: pointer;
	}
	
	.product_insert_btn {
	    background: #4b545e !important;
	    color: white;
	    width: 70px;
	    text-align: center;
	}
	
	.searchCntArea {
		clear:both; padding:5px 0px 5px 0px;
		font-size: 0.7em !important;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 10px;
	}
}

@media (max-width: 400px) {
	.contents_area .title {
	    font-size: 5vw !important;
	    font-weight: 550;
	}
	
	.saler_info_a {
		text-align:center; color:#2FA7B9; padding-top:2vw; padding-bottom:2vw;
		font-size:4.5vw; 
		font-weight:550;
	}
	
	.saler_info_a a {
		color:#2FA7B9;
	}
	
	#layer_bg {
	    display: none;
	    position: absolute; /* 시작 지점을 버튼 위, 0픽셀부터 시작하려고 주는 것*/
	    top: 50%;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	#popupLayer {
        position: absolute;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 15px;
        background: #fff;
        top: 30%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        box-shadow: 6px 5px 6px 5px rgba(0, 0, 0, 0.2);
    }
	
	.history_span {
		margin-left: 5%;
		font-size: 5vw !important;
		font-weight: 550;
		width: 90%;
	}
	
	.logo_title span {
		font-size: 5.8vw !important;
		font-weight: 550;
	}
	
	.prod_page_div span {
	    letter-spacing: -0.5px;
	    line-height: 6.5vw;
	    font-size: 4.5vw !important;
	    color: black;
	    width: 100%;
	    text-align: left;
	    padding-top: 10vw;
	    padding-bottom: 10vw;
	    font-weight:bold;
	}
	
	.sub_apy {
		color:white; background:#0A98AE; border-radius:2vw; padding:1vw 2vw 1vw 2vw; border:1px solid #0A98AE;
	}
	
	.brt {
	    color: #ff0000; background: #ffffff; border-radius: 1vw; padding:1vw 2vw 1vw 2vw; border:1px solid #FE0000;
	}
	
	.menu_ul_tb tr td {
		font-size:4vw;
		padding:1vw;
	}
	
	.order_gb_a {
		color:#0A98AE; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_r1 {
		color:red; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_red {
		background:red; color:white; font-size:4vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_gry {
		background:#8c8c8c; color:white; font-size:4vw; font-weight:bold;
		padding:0.2vw 2.5vw 0.2vw 2.5vw;
		border-radius:1vw;
	}
	
	.order_gb_comm {
		font-weight:bold;
	}
	
	.order_gb_gg {
		background:#78BA34; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_h1 {
		background:#546FB4; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_h2 {
		background:#a042ff; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_gp {
		background:#F9B552; color:white; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_r {
		color:red; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_gry2 {
		color:#808080; font-size:4vw; font-weight:bold;
	}
	
	.order_gb_a1 {
		font-size:4vw; font-weight:bold;
	}
	
	.top_area{
	  max-width: 100%;
	  display: flex;
	  align-items: center;
	  margin: 70px 0px 50px 30px ;
	  font-weight: bold;
	  letter-spacing: -1px;
	}
	
	.top_area span{
	  font-size: 6vw;
	}
	
	.gita_log_clk {
	    color: #FF7802;
	    padding: 1px;
	    background: none !important;
	    border: 0px !important;
	    text-align: left;
	    display: inline-block;
	    font-size: 1.5vw !important;
	}
	
	.not_mb_l {
	    float: left;
	    width: 70%;
	    text-align: left;
	    font-size:1.5vw;
	    padding:0px;
	}
	
	.not_mb_r {
	    float: left;
	    width: 30%;
	    text-align: right;
	    font-size:1.5vw;
	    padding:0px;
	}
	
	.prod_menu_btn_comm {
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	.prod_menu_btn_n1 {
		background:#546FB4; color:white; border:1px solid #546FB4; 
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	.prod_menu_btn_n2 {
		background:#8FC320; color:white; border:1px solid #8FC320; 
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	.prod_menu_btn_n3 {
		background:#F9B550; color:white; border:1px solid #F9B550; 
		border-radius:4vw;
		font-size:5vw;
		font-weight:bold;
		padding:2vw 6vw 2vw 6vw;
	}
	
	body {
	    margin: 0;
	    padding: 0;
	    background: #fff;
	}
	
	select {
	    border: 1px solid #ced9de;
	}
	
	h1 {
		font-size:1.2rem;
	}
	
	.cArea {
		padding-top:0vw;
    	position: absolute;
	    top: 50%;
	    width: 100%;
	    transform: translateY(-50%);
	    padding-left:10vw;
	    padding-right:10vw;
	}
	
	.cArea3 {
		padding-top:0vw;
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    transform: translateY(-50%);
	    padding-left:10vw;
	    padding-right:10vw;
	}
	
	.textCenter.txt {
		padding-top:5vw; font-size:4.5vw;
	}
	
	#name, #phoneNumber, #accountName, #password, #complexName, #building, #room, #dong, #hosu, #memName, #customerMemo {
	    border: 0px !important;
	    border-top: 0px !important;
	    font-size: 4vw;
	}
	
	.pd2_bt {
		padding:2vw; border:0px !important; border-bottom:2px solid #B3B3B3 !important;
	}
	
	.pd6_bt {
		padding:2vw; border:0px !important; padding-top:6vw; border-bottom:2px solid #B3B3B3 !important;
	}
	
    .not_mb_l {
		float:left; width:70%; text-align:left; font-size:3.5vw; padding:0px;
	}
	
	.not_mb_r {
		float:left; width:30%; text-align:right; font-size:3.5vw; padding:0px;
	}
	
	#mb_footerArea .b_df_lnk99 {
	    margin-top: 10vw;
	    padding-left: 5vw;
	    font-size: 3.5vw;
	    color: #3E413A;
	    line-height: 6vw;
	    letter-spacing: -0.2vw;
	}
	
	#mb_footerArea .b_df_lnk999 {
	    margin-top: 10vw;
	    padding-left: 5vw;
	    font-size: 3.5vw;
	    color: #3E413A;
	    line-height: 7vw;
	    letter-spacing: -0.4vw;
	}
	
	#mb_footerArea .df_lnk2 .rf {
	    width: 46%;
	    padding-left: 5vw;
	    text-align: right;
	    display: inline-block;
	    color: #3E413A;
	    font-size:3.5vw;
	}
	
	.gita_log_clk {
		color:#FF7802; padding:1px; background:none !important; border:0px !important; text-align:left; display: inline-block; font-size: 4vw !important;
	}
	
	.n_mem_a {
		padding:3vw; border:0px !important;
	}
    
    .autolgn_chk {
		padding-left:1vw; font-size:3.5vw;
	}
	
	.memb_t {
		padding-bottom:5vw; font-size:6vw;	
	}
	
	.memb_r {
		padding-top:5vw; font-size:6vw;
	}
    
    .line_36 {
		line-height:6vw;	
	}
	
	.line_36_40_a {
		clear:both; float:left; width:40%; line-height:6vw; text-align:left; font-size:2.8vw;
	}
	
	.line_36_60_a {
		line-height:6vw; float:left; width:60%; line-height:6vw; text-align:left; font-size:2.8vw;
	}
	
	.pd_t10_20 {
		padding-top:20vw; border:0px !important; 
	}
	
	.anne_m {
		padding-top:15vw; font-size:5vw;
	}
	
	#mobile_header {
	    padding-top: 16vw;
	}
	
	.gnb_area > .in.cst, .rt_gnb_area > .in.cst {
	    width:100%; display: none; z-index:99999; background:#ffffff; padding-top:16vw;
	}
	
	.gnb_area > .in.cst .rf, .rt_gnb_area > .in.cst .rf {
	    float:left; width:25%; text-align:right; padding-right:7.4vw !important;
	    padding-top:18vw;
	}
	
	.lt_all_menu {
	    text-align: left;
	    font-size: 4.5vw;
	    padding: 5vw;
	    border-bottom: 1px solid #efefef;
	    line-height: 7.5vw;
	    display: inline-block;
	    width: 100%;
	}
	
	.memb_lt_all_menu_md {
		display:block; max-width:100% !important; max-height:100% !important; font-size:3vw; line-height:7vw;
	}
	
	#mobile_header02 {
	    padding-top: 6vw;
	}
	
	.all_menu_a {
		font-size:5vw !important;
	}
	
	.all_menu_area {
		clear:both; text-align:left; font-size:4vw !important; padding:5vw; letter-spacing:-0.2vw;
	}
	
	.all_menu_area ul li {
		line-height:7.5vw;
	}
	
	.all_menu_area2 {
		clear:both; text-align:left; font-size:4vw !important; padding:5vw; letter-spacing:-0.2vw;
	}
	
	.all_menu_area2 ul li {
		line-height:7.5vw;
	}
	
	.nt_complex_m {
		padding:4vw; border:1px solid #000000; margin-top:10vw; display:inline-block; width:100%;
	}
	
	.nt_complex_md {
		padding-top:6vw; padding-bottom:6vw; color:red; font-size:3.5vw;
	}
    
    .login_btn {
	    width: 100%;
	    background: #0A98AE;
	    color: white;
	    border: 1px solid #0A98AE;
	    border-radius: 2vw;
	    font-size: 4vw;
	    padding: 3vw;
	}
	
	.duplicate_btn {
	    width: 42%;
	    background: #0A98AE;
	    color: white;
	    border: 1px solid #0A98AE;
	    border-radius: 2vw;
	    font-size: 4vw;
	    padding: 1vw 1.2vw 1vw 1.2vw;
	}
	
	.register_btn {
		width:100%; background:none !important; color:#0998ad; border:1px solid #0998ad; 
		border-radius: 2vw;
	    font-size: 4vw;
	    padding: 3vw;
	}
	
	.uberal_login_btn {
		width:100%; background:#ff7800; color:white; border:1px solid #ff7800; 
		border-radius:2vw;
		font-size:4vw;
		padding:3vw;
	}
	
	#us_gnb_menu2 > li {
	    width: 48%;
	    text-align: center;
	}
	
	#gnb_menu > li {
	    width: 100%;
	    text-align: center;
	}
	
	#gnb_menu > li > a {
	    display: inline-block;
	    height: 55px;
	    text-align: center;
	}
	
	.gnb_1da img {
		max-width:100%;
		height:auto;
	}
	
	#top_menus {
	    width: 100% !important;
	    clear:both; 
	    margin-top:15px;
	}
	
	#hd_qnb li {
	    float: left;
	    font-size: 0.9em !important;
	    line-height: 10px;
	    border: 1px solid #cdcdcd;
	    position: relative;
	    text-align: center;
	    padding: 10px;
	    height: 30px;
	}
	
	#us_gnb_menu2 > li > a {
	    font-size: 1rem !important;
	    display: block;
	    padding: 0px;
	    height:35px;
	    font-weight: 500;
	    text-decoration: none;
	    vertical-align: middle;
	}
	
	#gnb_menu2 > li > a {
	    font-size: 1rem !important;
	    display: block;
	    padding: 0px;
	    height:35px;
	    font-weight: 500;
	    text-decoration: none;
	    vertical-align: middle;
	}
	
	#tnb {
	    width: 100%;
	}
	
	.commonArea {
		width:100% !important;
	}
	
	#hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	}
	
	#uberal_hd_wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    zoom: 1;
	    z-index: 999999999;
	}
	
	#gnb2 {
	    clear: both;
	    width: 100% !important;
	    margin-top: 35px;
	    margin-bottom: 35px;
	}
	
	#gnb {
	    margin: 0;
	    width:100% !important;
	    z-index: 99999;
	    font-size: 1.083em;
	    padding: 0;
	    zoom: 1;
	    position: relative;
	    float:right;
	}
	
	#us_gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	#gnb_menu2 {
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 0px;
	    list-style: none;
	    width: 100%;
	}
	
	.login_area {
	    max-width: 100%;
	    margin-top: 0px;
	    background: none !important;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 30px;
	}
	
	#product_introduce_html {
	    margin-top: 20px;
	    width: 100%;
	}
	
	.write_div {
	    width: 100%;
	}
	
	#hd, #wrapper, #ft {
	    max-width: 100%;
	    min-width: inherit;
	}
	
	#customer_name, #bag_price, #delivery_date, #complex_name {
		width:100% !important;
	}
	
	.menu_sel_h2 {
		padding-left:7vw;
		font-size:1.2rem;
	}
	
	.menu_sel_h2_1 {
		font-size:1.2rem;
	}
	
	.tbl_head01 th {
		padding:0px;
		font-size:0.7em !important;
		height:25px !important;
	}
	
	.tbl_head01 td {
		color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;
		border-bottom:1px solid #ecf0f1;
		line-height:1.4em;
		font-size:0.7em !important;
		height:auto;
		word-break:break-all;
	}
	
	#gnb_menu2 > li {
	    position: relative;
	    float: left;
	    border-right: 0px;
	    box-sizing: border-box;
	    background: none;
	    width:16.666666%;
	    text-align:center;
	    margin-right:0px;
	}
	
	
	.uberal_product_ul {
		margin:0px; padding:0px; list-style-type:none;
	}
	
	.uberal_product_ul li {
		float:left; padding:5px; text-align:center;
	}
	
	.uberal_product_ul li div {
		width:590px; height:300px;
	}
	
	.uberal_product_ul li div img {
		width:440px; height:294px;
	}
	
	
	.product_ul {
		margin:0px; padding:30px; list-style-type:none;
	}
	
	.product_ul li {
	    float: left;
	    padding: 10px;
	    width: 100%;
	    height: auto;
	    text-align: center;
	}
	
	.product_ul li div {
		width:100%; height:auto;
	}
	
	.product_ul li div img {
		width:100% !important; height:auto;
	}
	
	.commonArea_textR {
		width:100% !important; margin:0px auto; margin-top:50px; text-align:right;
	}
	
	.fl_50per {
		display:none;
	}
	
	.fr_50per {
		width:100%;
	}
	
	.customer_view_bt {
		text-align:right; padding-top:10px; padding-bottom:10px;
		font-size:3vw;
	}
	
	.pc {
		display:none;
	}
	
	.mobile {
		display:block;
		word-break: normal;
	}
	
	.customer_tel_01, .customer_tel_02, .customer_tel_03 {
		width:20% !important;
	}
	
	.w50_per {
		width:55%;
	}
	
	.w50_per_ne {
		width:55%; display:none;
	}
	
	#editFrm th {
	    width: 30%;
	}
	
	.w65_per {
		width:50% !important;
	}
	
	.pager strong {
	    color: red;
	    font-weight: bold;
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	    font-size: 0.7em !important;
	}
	
	.pager a {
	    padding: 1vw 2vw;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: 1vw;
	    font-size: 0.7em !important;
	}
	
	.list_search_bt_area {
		padding-top:20px; width:100% !important; margin:0px auto !important; text-align:left !important;
	}
	
	.commonArea .sch_area {
		clear:both; padding-top:0px; text-align:center; padding-left:0px;
	}
	
	.commonArea .sch_area .odd_field {
	    clear: both;
	    width: 16%;
	    float: left;
	    padding: 7px;
	    text-align: center;
	    font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center !important;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area .odd_field3 {
		float:left; width:84%; padding-right:5px; text-align:left;
	}
	
	.commonArea .sch_area .odd_field3 input {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3 #customer_name {
		width:90% !important;
	}
	
	.commonArea .sch_area .odd_field3_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 {
		clear:both; padding-top:0px; padding-left:0px;
	}
	
	.commonArea .sch_area_02 .odd_field1_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2 {
		float:left; padding-right:5px;
		width:84%;
		text-align:left;
	}
	
	.commonArea .sch_area_02 .odd_field2 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2 #customer_name {
	    width: 90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 {
		clear:both;
		width:16%; float:left; padding:7px; text-align:center;
		font-size: 0.8em;
	}
	
	.commonArea .sch_area_02 .odd_field2_1 input {
		width:90% !important;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 {
	    float: left;
	    padding-right: 5px;
	    width: 84%;
	    padding:0px;
	    text-align: left;
	}
	
	.commonArea .sch_area_02 .odd_field2_2 #customer_tel {
	    width: 70% !important;
	}
	
	.w35_per, .w38_per {
		width:30% !important;
	}
	
	.sch_period_area, .sch_period_area2 {
	    float: left;
	    width: 84%;
	    padding-right: 5px;
	    text-align:left;
	}
	
	.w30_per {
		width:27% !important;
	}
	
	.w250 {
		width:15% !important;
	}
	
	.w350 {
		width:35% !important;
	}
	
	.sch_gb {
		text-align:center; width:30% !important;
	}
	
	.btn_add01 a, .btn_add01 button {
	    padding: 6px;
	    border: 1px solid #ccc;
	    background: #f0f0f0;
	    text-decoration: none;
	    font-size: 0.7em !important;
	    width: 60px;
	    cursor: pointer;
	}
	
	.product_insert_btn {
	    background: #4b545e !important;
	    color: white;
	    width: 50px;
	    text-align: center;
	}
	
	.searchCntArea {
		clear:both; padding:5px 0px 5px 0px;
		font-size: 0.7em !important;
	}
	
	.list_area {
	    width: 100%;
	    margin: 0px auto;
	    margin-top: 10px;
	}
}

