@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    /*font-weight: 400;*/
    font-style: normal;
}

/* reset */ 
* {margin:0;padding:0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, cite, code, del, dfn, em, img, ins, q, s, samp, strike,  sub, sup, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed { margin:0px; padding:0px; border:0px; }
html { overflow-y:scroll; overflow-x:hidden; }
html,body { width:100%; height:100%; word-break:keep-all; background:#fff; }
body, input, button, textarea, select { color:#333; font-family:"Noto Sans KR", Dotum, Arial, sans-serif; font-size:14px; font-weight:400; line-height:150%; }
img, fieldset, iframe { border:0px none; }
caption { width:0px; height:0px; visibility:hidden; line-height:0%; font-size:0px; }
ol, ul, li { list-style:none; }
input, select, button, img, textarea { vertical-align:middle; }
i, em, address { font-style:normal; }
label, button { cursor:pointer; }
button { margin:0px; padding:0px; border:0px; background-color:transparent; cursor:pointer; }
button *{ position:relative; }
button img { left:-3px; *left:auto; }
table { border-spacing:0; width:100%; border: 0px none; border-collapse:collapse; table-layout:fixed; word-wrap:break-word; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; margin:0px; padding:0px; border:0px; }
form { text-align:left; }
caption, th, td { text-align:left; font-weight:normal; }
legend { *width:0px; }
audio, canvas, img, video {vertical-align: middle;display: inline-block;}

a:link { color:#333; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:hover { color:#333; text-decoration:none; }
a:active { color:#333; text-decoration:none; }

a.rollover img.over { display:none; }
a.rollover:hover img { display:none; }
a.rollover:hover img.over { display:inline; }

.float_l { float:left; }
.float_r { float:right; }
.clr_b { clear:both; }
.pc_hidden {display:none !important;}
.ready { width:100%; text-align:center; padding:20px 0; }

.mg_t_5 { margin-top:5px; }
.mg_t_10 { margin-top:10px; }
.mg_t_11 { margin-top:11px; }
.mg_t_15 { margin-top:15px; }
.mg_t_20 { margin-top:20px; }
.mg_t_26 { margin-top:26px; }
.mg_t_30 { margin-top:30px; }
.mg_t_40 { margin-top:40px; }
.mg_t_50 { margin-top:50px; }
.mg_t_m30 { margin-top:-30px; }
.mg_b_5 { margin-bottom:5px; }
.mg_b_10 { margin-bottom:10px; }
.mg_b_20 { margin-bottom:20px; }
.mg_b_30 { margin-bottom:30px; }
.mg_b_40 { margin-bottom:40px; }
.mg_b_50 { margin-bottom:50px; }
.mg_l_5 { margin-left:5px; }
.mg_l_10 { margin-left:10px; }
.mg_l_20 { margin-left:20px; }
.mg_l_40 { margin-left:40px; }
.mg_l_80 { margin-left:80px; }
.mg_l_100 { margin-left:100px; }
.mg_l_250 { margin-left:250px; }
.mg_r_10 { margin-right:10px; }
.mg_r_56 { margin-right:56px; }

.mg_r_pc { margin-right:16px; }

.txt_bd { font-weight:600; }
.txt_wh { color:#fff; }
.txt_bk { color:#232323; }
.txt_ye { color:#014696; }
.txt_rd { color:#014696;}
.txt_rd2 { color:#bb4b50; }
.txt_red { color:#ff0000;}
.txt_bl { color:#0c4e9b;}
.txt_bl2 { color:#4c6bae; }
.txt_33 { color:#333; }
.txt_66 { color:#666; }
.txt_s { font-size:13px; font-weight: normal; }
.txt_it { font-style:italic;}
.txt_gr { color:#347ab7; font-weight:normal; }
.txt_g_11 { font-size:11px; color:#999; }
.align_c { margin:0 auto; text-align:center; }
.align_r { text-align: right; }
.txt_point { color:#ce0d4a; font-weight:bolder; }
.txt_line { text-decoration:underline; }

.align_c {text-align:center; }

.byte { display: inline-block; line-height: 32px; padding: 0 8px; font-size: 14px;color:#ff0000; }

/* input */
.txt_box {border:1px solid #ddd;padding:0 6px;/*min-height:32px;*/}
input[type=checkbox], input[type=radio] {vertical-align:middle;}

input[type="checkbox"] + label {display:inline-block; background: url(../images/common/checkbox.png) left no-repeat; cursor: pointer;margin-left: 10px;}
input[type="checkbox"] { visibility:hidden; position:absolute; }
input[type="checkbox"] + label { display:inline-block; padding-left:25px; background: url(../images/common/checkbox.png) left no-repeat; cursor: pointer; }
input[type="checkbox"]:checked + label {background:url(../images/common/checkbox_checked.png) left no-repeat; }
input[type="radio"] { visibility:hidden; position:absolute; }
input[type="radio"] + label { display:inline-block; padding-left:25px; background: url(../images/common/radio.png) left no-repeat; cursor: pointer; }
input[type="radio"]:checked + label {background:url(../images/common/radio_checked.png) left no-repeat; }
.radio_group {
    line-height: 1.6em;
    display: inline-block;
    margin-right: 20px;
}

h1 { font-size:24px; font-weight:600; margin:24px 0; }
h2 { font-size:48px; font-weight:600; width:auto; text-align:center; line-height:48px; margin-bottom:30px; }
h3 { font-size:28px; font-weight:600; color:#333; line-height:36px; margin: 40px 0 20px; letter-spacing: -0.5px;text-align: center;}
h3 span.eng { font-size:18px; font-weight:300; color:#555; }
h3.sms { width:1000px; text-align:left; }
.con_area h3:first-child { margin: 0px 0 10px;}
h4 { font-size:20px; color:#333; line-height:24px; font-weight:500; margin:40px 0 15px; letter-spacing: -0.5px;} /* sub top-line title style */
h5 { font-size:18px; color:#444; font-weight:500; line-height:1em; margin:30px 0 15px; } /* sub left-bar title style */
h6 { font-size:40px; color:#0c4e9b; margin-bottom:20px; }

#wrap { width:100%;position:relative; }
#wrap #header { width:100%; margin:0 auto; transition: all 0.5s ease; text-align:center;}
#wrap #header.on .nav > ul {
    display: block;
}
#wrap #header .t_menu { float: right; margin: 0 80px 0 0;}
#wrap #header .t_menu ul { }
#wrap #header .t_menu ul li { font-size:16px; float:left; margin: 0 15px; }
/*#wrap #header .t_menu ul li:first-child {  border-right: 1px #999 solid; padding-right: 30px;}*/
#wrap #header .t_menu ul li a { color:#ddd; }

/* Header - right menu icon */
#header .menu_area {
    float: right;
	margin-top:-10px;
}

#header .menu_area ul {
    overflow: hidden;
}

#header .menu_area ul li {
    /*width: 130px;
	height:100px;
    line-height: 100px;*/
	margin:0 10px;
    float:left;
    text-align:right;
	cursor:pointer;
	color:#333;
}
#header .menu_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    font-size: 15px;
	font-weight:500;
}


#header .menu_area ul li img {
	max-width:60%;
	max-height:60%;
	vertical-align:middle;
	padding-right:10px;
}
#header .menu_area ul li a.btn_ham_menu {
    /*background: rgba(0, 0, 0, 0.7);*/
    width: 100%;
    height: 100%;
    display: block;
	font-size:17px;
	font-weight:500;

}
#header .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}     

#header .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 5px;
    font-size:13px;
}

#offcanvas .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}
.sub_menu .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}

#wrap #header #navi { width:100%; z-index:600; background: rgba(255,255,255,1.0); position: fixed; border-bottom: 1px rgba(204,204,204,0.5) solid;}

#wrap #header #navi .navi_area { margin:0 auto; width:100%; height:100px; }
#wrap #header .sub_nav_bg { left:0; top:0px; width:100%; height:0px; background:url('../images/gnb_sub_bg.png') repeat-x 0 88px;  overflow:hidden; position:absolute; display:none; z-index:501; position: fixed;}
.sub_nav_img { margin-left:250px; left:50%; top:0px; width:329px; height:140px; position:absolute; display:none; z-index:499; }
.nav { margin:0 auto; width:1500px; height:100px; overflow:hidden; padding:42px 16px 20px 0px; box-sizing: border-box; }
.nav .logo { margin-top: -14px; float:left; }
.nav > ul { width:750px; margin: 0 0 0 100px; /*display: none;*/ text-align: center; overflow: hidden;}
.nav > ul > li { width:150px; font-size:19px; font-weight:500; text-align:center; float:left; }
.nav > ul > li a { display:block; color:#333; }
.nav > ul > li a:hover { display:block; color:#333;}
.nav > ul > li.selected { background:url('../images/gnb_sub_bg_over.png') repeat-x 0 59px; }
.nav > ul > li.selected  > div.sub_nav ul li { background:url('../images/gnb_sub_bg.png') repeat-x 0 58px; color:#fff; }
.nav > ul > li > div.sub_nav { margin:38px 0 0 0;  height: 200px; border-right:1px #ebebeb solid; padding: 10px 0 0;}
.nav > ul > li > div.sub_nav ul li { padding:5px 10px 5px 18px; font-size:15px; color:#666; font-weight:400; letter-spacing: -0.5px; text-align:left; cursor:pointer; }
.nav > ul > li.selected > div.sub_nav ul li { color:#666; }
.nav > ul > li.selected > div.sub_nav ul li a { color:#666; }
.nav > ul > li.selected > div.sub_nav ul li:hover { color:#333; }
.nav .btn_all { top:28px; right:28px; cursor:pointer; position:absolute; /*background: rgba(0,0,0,0.8); width: 80px; height: 80px; padding: 30px;*/  box-sizing: border-box;}
.btn_close {position:absolute; top:28px; right:25px; z-index:1000; cursor:pointer;}

.box {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.box .visual_wrapper { width: 100%; height: 100%; }
.box .visual_wrapper .copy_wrap { width:1200px; height: 407px; position:absolute; top:292px; left:50%; margin-left:-600px; z-index:498; color:#fff; text-align: center; letter-spacing: -1.0px;}
.box .visual_wrapper .copy_wrap .tit { font-size:68px; line-height:1.2em; text-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); font-weight:100;}
.box .visual_wrapper .copy_wrap .txt { font-size:68px; line-height:1.2em; text-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); font-weight:bold;}
.box .visual_wrapper .video_filter { width: 100%;  height: 100%; background: url(../images/pattern.png) repeat; position: absolute; top: 0px;  left: 0; z-index: 400;}
.box .visual_wrapper .video_wrap { margin: 0 auto; text-align: center; }
.box .visual_wrapper .video_wrap #skhynix_video {width: 1920px;  height: 100%; min-height: 940px; overflow: hidden;}

/* 전체보기 */
#menu-container { float: right;}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}

/* 
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}*/


#menu-container #menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-container #menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-container #menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-container #menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-container #menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-container #menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-container #menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu li{
    padding: 10px 10px 10px 32px;
	background:url(../images/li_bullet2.gif) no-repeat 20px 20px #f0f0f0;
	letter-spacing:-1.0px;
	cursor: pointer;

}

#menu-container .menu-list .menu-submenu li:first-child{
    padding: 20px 10px 10px 32px;
	background:url(../images/li_bullet2.gif) no-repeat 20px 30px #f0f0f0;
	border-top:1px #dbdcd2 solid;	
}
#menu-container .menu-list .menu-submenu li:last-child{
    padding: 10px 10px 20px 32px;
	background:url(../images/li_bullet2.gif) no-repeat 20px 20px #f0f0f0;
}
#menu-container .menu-list .menu-submenu li.menu-slist{
    padding: 5px 5px 5px 50px;
	background:none #f0f0f0;
	letter-spacing:-1.0px;
	cursor: pointer;

}
#menu-container .menu-list .menu-submenu li.menu-slist:last-child {
    padding: 5px 5px 35px 38px;
}

#menu-container .menu-list {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 360px;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right: -100%;
	top:0px;
	box-sizing:border-box;
}

#menu-container .menu-list li {
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 18px;
	color:#333;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
    background:#fff;
	letter-spacing:-0.5px;
	padding: 20px 22px;
	cursor: pointer;
	font-weight: 500;
	cursor: pointer;
}

#menu-container a .menu-list a li.accordion-toggle a, #menu-container .menu-list a .menu-login a {
	color:#000 !important;
}

#menu-container .menu-list .menubar {
    font-size: 15px;
	color:#fff;
	font-weight:100;
    padding: 30px;
    text-transform: uppercase;
    border-top: 1px #1d249f  solid;
    background:#1d249f;
	width:100%;
	height:80px;
	box-sizing: border-box;
}

#menu-container .menu-list .menubar a {
    font-size: 19px;
	color:#fff;
	font-weight:400;	
    padding: 20px 0 20px 0;
}

.accordion-toggle, .accordion-content {
    font-size: 16px;
    position: relative;
	color: #555;
}

.accordion-content {
    display: none;
}

.accordion-toggle span[class^='icon-'] {
    position: absolute;
    right: 15px;
    font-size: 30px;
    top: calc(50% 20px);
	color:#999;
}
.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.accordion-toggle span.icon-plus {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.icon-minus:before {
    content: "\2013"
}

.icon-plus:before {
    content: "+"
}

/* hamburgerMenu */

.offcanvas {
    height: 100%;
    width: 480px;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}
.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
	margin-right:-480px;
	transition: 0.5s;
	transition: margin-right .5s;
	-ms-overflow-style: none;
	
}
#offcanvas.open{
	margin-right:0;
}

/* Style the tab */
.offcanvas .tab {
	float: left;
	background-color: #558de1;
	width: 160px;
	height:100%;
	color: #fff;
	padding-top:80px;
	position:relative;
}

.offcanvas .tab .fixed_wrapper{
	position:fixed;
	background-color: #558de1;
	height:100%;
	width:160px;
}

.offcanvas .h_tablinks {
	display: block;
	background-color: inherit;
	color: #fff;
	padding: 0 30px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 19px;
	font-weight:500;
	height: 100px;
	line-height: 100px;
}
.offcanvas .h_tablinks.point {
    background: #570012;
}

.offcanvas .h_tablinks:hover {
	background-color: #6e0118;
}

.offcanvas .h_tablinks.active {
  background-color: #fff;
  color: #111;
	font-weight:600;
}

/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 160px);
    float: left;
}

.offcanvas .h_tabcontent {
	display: none;
	margin-top:72px;
}


.offcanvas .h_tabcontent .sub_nav>li>a {
    height: 71px;
    line-height: 71px;
    font-size: 18px;
    color: #333;
    padding: 0 30px;
    border-bottom: 1px solid #e1e1e1;
	display:block;
}
.offcanvas .h_tabcontent .sub_nav>li:first-child>a {
	padding: 8px 30px 0 30px;
}

.offcanvas .menu_login {
    background-color: #404040;
    height: 80px;
    line-height: 72px;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
	position: fixed;
	top:0;
	width: calc(100% - 180px);
	z-index:999;
}
.offcanvas .menu_login .wrapper{
	position:relative;
	width:270px;
	height:100%;
}
.offcanvas .menu_login a,.menu_login a:hover {
	color:#fff;
}

.offcanvas .right_p {
	position:absolute;
	right:0;
	top:0;
}
.offcanvas .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 0;
    right: 0;
}
.offcanvas .btn_close:before,.btn_close:after{
  content:'';
  width:30px;
  height:1px;
  position:absolute;
  left: 50%;
  top: 50%;
  border-radius:4px;
  background:#fff;
}
.offcanvas .btn_close:before{
  transform:translate(-50%,-50%) rotate(-45deg)
}
.offcanvas .btn_close:after{
  transform:translate(-50%,-50%) rotate(45deg)
}
.offcanvas .h_tabcontent .depth3 {
	display: none;
	border-bottom: 1px solid #ddd;
	padding:28px 32px;
}
.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 16px;
    line-height: 32px;
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d7c9b1;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}
.offcanvas .h_tabcontent .menu2_link { 
    position:relative; 
}

.offcanvas .h_tabcontent .menu2_link.active {
	color:#1d249f !important;
	font-weight:500;
    transition: 0.5s;
}
.offcanvas .h_tabcontent .menu2_link:after {
  content:'';
  display:inline-block;
  width:9px;
  height:9px;
  margin:-5px 12px auto auto;
  vertical-align:middle;
  border-right:2px solid #aaa;
  border-top:2px solid #aaa;
  transform:rotate(135deg);
  position:absolute;
  top:35px;
  right:20px;
    transition: 0.5s;
}
.offcanvas .h_tabcontent .menu2_link.active:after {
  content:'';
  display:inline-block;
  width:9px;
  height:9px;
  margin:-5px 12px auto auto;
  vertical-align:middle;
  border-right:2px solid #aaa;
  border-top:2px solid #aaa;
  transform:rotate(-45deg);
  position:absolute;
  top:40px;
  right:20px;
    transition: 0.5s;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}	
.overlay {
	display: none;
	z-index: 999;
	position: fixed;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background-color: rgba(0,0,0, 0.4);
	overflow-x: hidden;
	transition: background-color 2s;
}
/* GNB */
#wrap #header #gnb { width:100%; position:relative; z-index:499; text-align:center; }

#wrap #header #m_visual { width:100%; min-width:1500px; height:700px; position:relative; overflow: hidden; text-align:center; }
#wrap #header #m_visual .main_copy { width:1500px; /*height:407px; */margin:auto 0; padding-left:30px; position:relative; margin-left:-750px; left:50%; top:240px; z-index:498; color:#fff; text-align:left; }
#wrap #header #m_visual .main_copy span { font-weight:bold;}
#wrap #header #m_visual .main_copy .txt01 { margin-bottom:70px; font-size:40px; line-height:1.2em; color: #ffffff; font-weight:600; font-family:'Pretendard-Regular'; letter-spacing: -1px; }
#wrap #header #m_visual .main_copy .txt02 { margin-bottom:40px; font-size:30px; line-height:1.2em; color: #ffffff; font-family:'Pretendard-Regular'; font-weight:100; letter-spacing: -1px;}
#wrap #header #m_visual .main_copy .txt03 {margin-bottom:50px; font-size:22px; line-height:1.5em; color: #ffffff; font-family:'Pretendard-Regular'; letter-spacing: -1px;}
#wrap #header #m_visual .scroll { position:absolute; top:580px; left:50%; margin-left:-15px; z-index:498; }
#wrap #header #m_visual .scroll .ic_scroll {color:#fff; text-align: center; line-height: 1.2em;margin-top: 10px;margin-left: -9px; }
#wrap #header #s_visual { width:100%; min-width:1200px; /*height: 325px;*/ position:relative;padding: 0px 0 0 0; }
#wrap #header #s_visual p { font-size: 28px; color: #fff; font-weight: 400; line-height: 30px; margin-top: 20px;  }

.main_point ul li { display:inline-block; width:150px; height:50px; margin-left:15px; color:#fff; font-size:20px; line-height:50px; /*background-color:#000; background-color: rgba( 0, 0, 0, 0.5 ); border:1px solid #6a9cda;*/ border-radius: 10px; text-align:center; }
.main_point ul li:first-child { margin-left: 0px; }
.main_point ul li:nth-child(odd) { background-image: linear-gradient(120deg, #faa61a, #f37021); }
.main_point ul li:nth-child(even) { background-image: linear-gradient(120deg, #f37021, #ce0d4a); }

/* main login */
.main_login { position:absolute; right:35px; top:0; width:300px; height:310px; padding:30px; font-size:14px; color:#000; background-color:#ebebeb; z-index:999; box-sizing: border-box; }
.main_login .login_tit { width:100%; margin-bottom:20px; font-size:20px; color:#ce0d4a; font-weight:600; }
.mlogin_wrap { width:100%; text-align:center; margin:0 auto; }
.mlogin_wrap .mlogin_input { width:100%; margin:0 auto; text-align:center; }
.mlogin_wrap .mlogin_input .txt_box { width:100%; padding:0 10px; height:40px; line-height:40px; box-sizing:border-box; }
.mlogin_wrap input[type=text] { background:#fff; padding:0px 10px; height:36px; margin-bottom:10px; color:#191919;}
.mlogin_wrap input[type=password] { background: #fff; padding:0px 10px; height:36px; margin-bottom:10px;}
.mlogin_input input[type=submit] { width:100%; border:0; height:40px; line-height:40px; background:#ce0d4a; color:#fff; font-size:17px; cursor:pointer; margin-bottom:10px; }
.mlogin_input input[type=submit]:hover, .login_input input[type=submit]:active { background:#9c0031; }
.mlogin_info { width:100%; background-color:#fff; }
.mlogin_info .minfo { width:100%; padding:15px; text-align:left; box-sizing:border-box; }
.mlogin_info .minfo img { width:60px; margin-right:15px; }
.mlogin_info .minfo ul { padding-bottom:15px; border-bottom:1px solid #ddd; }
.mlogin_info .minfo ul li { display:inline-block; vertical-align:middle; }
.mlogin_info .minfo ul li p { width:100%; text-align:left; }
.mlogin_info .minfo ul li p.mem_info { font-size:17px; font-weight:500; }
.mlogin_info .minfo .myinfo { width:100%; padding-top:15px; font-weight:400; }
.mlogin_info .minfo .myinfo span { display:inline-block; width:45%; font-weight:400;  }
.mlogin_info .minfo .myinfo span.minfo_right { color:#ce0d4a; font-weight:500; float:right; text-align:right; }
.mlogin_footer { width:100%; text-align:center; }
.mlogin_footer .remember_id { width:100%; margin:0 auto; padding-bottom:10px; font-size:14px; color:#191919; text-align:left; border-bottom:1px solid #d7d7d7; }
.mlogin_footer .id_pw { width:100%; margin:0 auto; padding-top:10px; text-align:center; }
.mlogin_footer a {color:#333; font-size: 13px; font-weight: 400;}
.mlogin_footer a:hover {color:#1d249f;text-decoration:underline;}
.mlogin_footer p { text-align:left;}
.mlogin_box { width:100%; margin:0 auto; text-align:left; }
.mlogin_box_l { float:left; width:50%; }
.mlogin_box_r { float:right; width:50%; }
.mypage_btn { display:block; width:50%; height:40px; font-size:14px; float:left; color:#fff; font-weight:400; line-height:40px; background-color:#ce0d4a; }
.mlogout_btn { display:block; width:50%; height:40px; font-size:14px; float:left; color:#fff; font-weight:400; line-height:40px; background-color:#444; }

/* main slide image */
.slide { width:100%; height:700px; position:relative; display:block; margin:auto 0; }
.slide_ul { display:block; }
.slide_ul > li { width:100%; height:700px; top:0px; position:absolute; z-index:1; display: block; background-size: cover;}
.m_img1 { background:url('../images/main/main_visual01.jpg') no-repeat center bottom; }
.m_img2 { background:url('../images/main/main_visual02.jpg') no-repeat center bottom; }
.m_img3 { background:url('../images/main/main_visual03.jpg') no-repeat center bottom; }
/*.m_img4 { background:url('../images/main_visual04.jpg') no-repeat center bottom; }*/
.show { display:block; }

/* main slide image navi */
.slide_btn { margin:0px 0px 30px -50px; top:650px; left:50%; bottom:0; position:absolute; z-index:2; }
.slide_btn:after { content:''; display:block; clear:both; }
.slide_btn > li { margin:0px 10px 0px 0px; float:left; }
.slide_btn > li a { width:16px; height:16px; border-radius: 8px; background:#b4b4b4; text-indent:-999em; display:block; }
.slide_btn > li a.active, li a:hover.active { background:#ce0d4a; }
.slide_btn > li a:hover { background:#ce0d4a; }

/* sub slide images */
#slides div { width:100%; height:500px; }
.s_img1 { background:url('../images/sub/sub_img1.jpg') no-repeat top center; text-align: center; height:360px; font-size: 48px; color: #fff; font-weight: bold; line-height:100px; text-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 170px 0 0 0; box-sizing: border-box;}
.s_img2 { background:url('../images/sub/sub_img2.jpg') no-repeat top center; text-align: center; height:360px; font-size: 48px; color: #fff; font-weight: bold; line-height:100px; text-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 170px 0 0 0; box-sizing: border-box;}
.s_img3 { background:url('../images/sub/sub_img3.jpg') no-repeat top center; text-align: center; height:360px; font-size: 48px; color: #fff; font-weight: bold; line-height:100px; text-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 170px 0 0 0; box-sizing: border-box;}
.s_img4 { background:url('../images/sub/sub_img4.jpg') no-repeat top center; text-align: center; height:360px; font-size: 48px; color: #fff; font-weight: bold; line-height:100px; text-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 170px 0 0 0; box-sizing: border-box;}
.s_img5 { background:url('../images/sub/sub_img5.jpg') no-repeat top center; text-align: center; height:360px; font-size: 48px; color: #fff; font-weight: bold; line-height:100px; text-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 170px 0 0 0; box-sizing: border-box;}
.s_img6 { background:url('../images/sub/sub_img6.jpg') no-repeat top center; text-align: center; height:360px; font-size: 48px; color: #fff; font-weight: bold; line-height:100px; text-shadow: 1px 1px 10px rgba(0,0,0,0.2); padding: 170px 0 0 0; box-sizing: border-box;}

.slidesjs-pagination { margin-left:-520px; left:50%; top:200px; width:506px; position:absolute; z-index:18; }
.slidesjs-pagination li { margin-right:10px; float:left; }
.slidesjs-pagination li a { width:47px; height:3px; text-indent:-9999px; /*background:url('../images/main_img_nv1_off.png') no-repeat 0px 0px;*/ float:left; display:block; overflow:hidden; }
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { /*background:url('../images/main_img_nv1_on.png') no-repeat 0px 0px; */}
.slidesjs-pagination li a:hover {/* background:url('../images/main_img_nv1_on.png') no-repeat 0px 0px; */}

.sub_menu_wrap { /*background:#1d249f;*/ width:100%; z-index:99; border-bottom:1px #ddd solid;
	-webkit-transition: all 0.5s ease;
  -moz-transition: position 6s;
  -ms-transition: position 6s;
  -o-transition: position 6s;
  transition: all 0.5s ease;

}
.fixed { position:fixed; top:90px; 
	animation: smoothScroll 0.5s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-146px);
	}
	100% {
		transform: translateY(0px);
	}
}
.sub_menu { position:relative; width:1200px; height:52px; margin:0 auto 0; }
.sub_menu .home { width:60px !important; height:52px; background:#ce0d4a;}
.sub_menu .home img { margin-top:-4px; }
.sub_menu .menu { float:left; width:250px; line-height:52px; border-right:1px solid #ddd; color:#333; font-size:16px; font-weight:500; box-sizing: border-box; }
.sub_menu .menu > a { display:block; position:relative; width:100%; height:100%; cursor:pointer; box-sizing: border-box; letter-spacing:-1px;}
.sub_menu .menu a:hover {  /*background: #ddd;color:#fff;*/ }
.sub_menu .sub_menu_arrow { display:inline-block; width:9px; height:6px; background:url(../images/select_arrow.png) 0 0 no-repeat;  position:absolute; top:24px; right:20px; }

.sub_menu .depth_list { position:absolute; width:251px; font-size:15px; display:none; z-index:99; box-sizing: border-box; margin-left:-1px; }
.sub_menu .depth_list li a { display:block; height:44px; line-height:38px; box-sizing: border-box;color:#666; background: #fff; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.sub_menu .depth_list li:first-child a { border-top:1px solid #ddd;}
.sub_menu .depth_list li a:hover { background: #f4f4f4; color:#333; }

/* main */
#wrap { width:100%; box-sizing:border-box; display: inline-block; text-align:center; }

.prize_wrap { width:1500px; padding:70px 0; margin:0 auto; position:relative; text-align:center; }
.prize_wrap::after { content:""; display: block; clear:both; }

/* 성적표 */
.prize_wrap .lank_area { width:320px; float:left; }
.prize_wrap .lank_area .lanking { width:300px; height:340px; padding:12px 0; text-align:center; background-color:#f9ba61; box-sizing:border-box; }
.prize_wrap .lank_area .lanking .lank_tit { padding:13px; }
.prize_wrap .lank_area .lanking .lank_list { width:280px; margin:0 auto; padding:5px 0 10px 0; background:#fff; }
ul.lank { width:100%; margin-bottom:1px; font-size: 0; }
ul.lank li { display:inline-block; height:30px; font-size:14px; color:#000; font-weight:500; line-height:30px; box-sizing:border-box; }
ul.lank > li { font-size:14px; }
ul.lank li:nth-child(1) { width:80px; margin:0; }
ul.lank li:nth-child(2) { width:175px; margin:0; border-left:1px solid #fff; }
ul.lank li:nth-child(3) { display:none; width:140px; margin:0; }
ul.lank li.lank01 { height:30px; line-height:30px; font-size:14px; color:#fff; background-color:#102ac8; text-align:center; }
ul.lank li.lank02 { height:30px; line-height:30px; font-size:14px; color:#fff; background-color:#363636; text-align:center; }
ul.lank li.lank03 { height:30px; line-height:30px; font-size:14px; color:#fff; background-color:#363636;; text-align:center; }
ul.lank li.sum { height:30px; line-height:30px; background-color:#ebebeb; font-size:14px; color:#666; font-weight:400; text-align:center; }
ul.lank li.won { display:none; height:30px; line-height:30px; padding-right:20px; background-color:#ebebeb; font-size:14px; color:#666; font-weight:400; text-align:right; }

/* 회차별 당첨결과 */
.prize_wrap .result_area { width:860px; height:340px; padding:30px; float:left; border:1px solid #e1e1e1; box-sizing:border-box; }
.prize_wrap::result_area { content:""; display: block; clear:both; }
.prize_wrap .result_area .result_tit { height:75px; padding:15px 0 5px 0; /*float:left; */font-size:18px; color:#666; text-align:left; line-height:1.5em;  letter-spacing:-0.05em; font-weight:400; text-align:center; }
.prize_wrap .result_area .result_tit span.tit01 { font-size:33px; color:#ce0d4a; font-weight:600; }
.prize_wrap .result_area .result_tit span.tit02 { font-size:33px; color:#000; font-weight:500; }
.prize_wrap .result_area .result_num { width:100%; height:160px; line-height:150px; background-color:#f4f4f4; /*border-radius:15px; float:right; */ }
/*
.prize_wrap .result_area .result_num span { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:16px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #666; clear:both; }
.prize_wrap .result_area .result_num span.units { background-color:#fbc400; } /* 일단위 *
.prize_wrap .result_area .result_num span.tens10 { background-color:#69c8f3; } /* 십단위 *
.prize_wrap .result_area .result_num span.tens20 { background-color:#ff7271; } /* 이십단위 *
.prize_wrap .result_area .result_num span.tens30 { background-color:#aaa; } /* 삼십단위 *
.prize_wrap .result_area .result_num span.tens40 { background-color:#b0d843;} /* 사십단위 */
.prize_wrap .result_area .result_num span.plus { margin:0; font-size:30px; color:#666; font-weight:600; text-shadow:none; }

/*span { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:16px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #666; clear:both; }*/
span.units { display:inline-block; width:65px; height:65px; margin:0 6px; font-size:20px; color:#fff; font-weight:600; line-height:63px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#fbc400; } /* 일단위 */
span.tens10 { display:inline-block; width:65px; height:65px; margin:0 6px; font-size:20px; color:#fff; font-weight:600; line-height:63px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#69c8f3; } /* 십단위 */
span.tens20 { display:inline-block; width:65px; height:65px; margin:0 6px; font-size:20px; color:#fff; font-weight:600; line-height:63px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#ff7271; } /* 이십단위 */
span.tens30 { display:inline-block; width:65px; height:65px; margin:0 6px; font-size:20px; color:#fff; font-weight:600; line-height:63px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#aaa; } /* 삼십단위 */
span.tens40 { display:inline-block; width:65px; height:65px; margin:0 6px; font-size:20px; color:#fff; font-weight:600; line-height:63px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#b0d843;} /* 사십단위 */

.prize_wrap .result_area .result_list { display:none; width:100%; padding-top:20px; clear:both; }
.prize_wrap .result_area .result_list table { border-collapse:collapse; width:100%; box-sizing:border-box; }
.prize_wrap .result_area .result_list table tr { background-color:#f4f4f4; border:1px solid #fff; }
.prize_wrap .result_area .result_list table tr:hover { background-color:#ffefd8; background-image:none; /* border:1px solid #f36f20;*/ }
.prize_wrap .result_area .result_list table tr.head { background-color:#fff; background-image:none; }
.prize_wrap .result_area .result_list table th { line-height:40px; font-size:15px; color:#fff; font-weight:500; text-align:center; background-color:#ce0d4a; }
.prize_wrap .result_area .result_list table th:nth-child(1) { padding-left:35px; }
.prize_wrap .result_area .result_list table td { height:42px; font-size:14px; color:#666; line-height:42px; text-align:center; }
.prize_wrap .result_area .result_list table td:nth-child(1) { padding-left:35px; }
.prize_wrap .result_area .result_list table td:nth-child(2) { padding-right:60px; text-align:right; }
.prize_wrap .result_area .result_list table td:nth-child(3) { padding-right:60px; text-align:right; }
.prize_wrap .result_area .result_list table td:nth-child(5) { padding-right:35px; }
.prize_wrap .result_area .result_list span.bold01 { color:#000; font-weight:600; }
.prize_wrap .result_area .result_list span.bold02 { color:#333; font-weight:600; }
.prize_wrap .result_area .result_list span.bold03 { font-weight:600; }
.prize_wrap .result_area .result_list span.first { color:#e30404; font-weight:600; }

.prize_wrap .cs { width:300px; height:340px; padding:10px; float:right; background-color:#f36f21; text-align:center; box-sizing:border-box; }

/* 고객만족센터 */
.prize_wrap .cs .cscenter { width:280px; height:150px; margin:0 auto; margin-bottom:10px; padding:25px 20px; background-color:#fff; text-align:left; box-sizing:border-box; }
.prize_wrap .cs .cscenter .cs_tit { margin-bottom:28px; font-size:23px; color:#000; font-family:'NEXON Lv1 Gothic OTF'; font-weight:600; letter-spacing:-1px; }
.prize_wrap .cs .cscenter .cs_num { margin-bottom:15px; font-size:38px; color:#ce0d4a; font-family:'NEXON Lv1 Gothic OTF'; font-weight:600; }
.prize_wrap .cs .cscenter .cs_time { font-size:12px; color:#000; }
.prize_wrap .cs .cscenter .cs_time span { font-weight:600; }
.prize_wrap .cs .cscenter .cs_time span.bank { font-size:16px; color:#000; font-weight:600; display:block; padding-bottom:8px; }

/* 입급계좌안내 */
.prize_wrap .cs .account { width:280px; height:160px; margin:0 auto; padding:25px 20px; background-color:#fff; text-align:left; box-sizing:border-box;}
.prize_wrap .cs .account .account_tit { margin-bottom:15px; font-family:'NEXON Lv1 Gothic OTF'; font-size:23px; color:#000; font-weight:600; letter-spacing:-1px; }
.prize_wrap .cs .account .account_img { margin-bottom:5px;}
.prize_wrap .cs .account .account_num { margin-bottom:10px; font-size:24px; color:#ce0d4a; font-family:'NEXON Lv1 Gothic OTF'; font-weight:600; }
.prize_wrap .cs .account .account_name { font-size:14px; color:#000; }
.prize_wrap .cs .account .account_name img { height:22px; margin-bottom:7px; }
.prize_wrap .cs .account .account_name span { font-weight:600; }


.review_wrap { width:100%; padding:70px 0; position:relative; background-color:#ebebeb; text-align:center; }
.review_wrap::after { content:""; display: block; clear:both; }
.review_wrap .review_area { width:1500px; margin:0 auto; position:relative; }


/* 추첨방송 */
.review_wrap .review_area .broadcast { width:300px; height:280px; margin-right:20px; float:left; background-color:#fff; border:1px solid #ccc; box-sizing:border-box; }
.review_wrap .review_area .broadcast .broadcast_tit { width:250px; margin:0 auto; padding:30px; font-size:25px; color:#000; font-weight:600; text-align:left; }
.review_wrap .review_area .broadcast .broadcast_img { }

/* 당첨후기 */
.review_wrap .review_area .review { width:860px; height:280px; padding:30px 25px; float:left; background-color:#fff; text-align:center; border:1px solid #ccc; box-sizing:border-box; }
.review_wrap .review_area .review .review_tit { color:#000; margin-bottom:30px; font-size:25px; text-align:left; float:left; font-weight:600; }
.review_wrap .review_area .review .btn_plus {height:30px; margin:0 auto; float:right; line-height:30px; color:#999; font-size:15px;}
.review_wrap .review_area .review ul { width:100%; margin:0 auto; box-sizing:border-box; }
.review_wrap .review_area .review ul li { display:inline-block; width:250px; height:230px; /* margin:0 15px; background-color:#ebebeb;*/ box-sizing:border-box; }
.review_wrap .review_area .review ul li .img_thum { width:100%; height:140px; }
.review_wrap .review_area .review ul li .txt_area { width:100%; padding-top:7px; text-align:left; box-sizing:border-box; }
.review_wrap .review_area .review ul li .txt_area .txt_tit { margin-bottom:5px; font-size:15px; font-weight:500; color:#000; }
.review_wrap .review_area .review ul li .txt_area .txt_cont { display:none; width:100%; margin-bottom:10px; font-size:14px; font-weight:400; color:#333; overflow:hidden; text-overflow:ellipsis; }
.review_wrap .review_area .review ul li .txt_area .txt_nickname { font-size:12px; font-weight:400; color:#666; }

/* 예약안내 */
.review_wrap .review_area .reservation { width:300px; height:280px; float:right; background-color:#fff; border:1px solid #ccc; box-sizing:border-box; }
.review_wrap .review_area .reservation .reservation_tit { width:250px; margin:0 auto; padding:30px; font-size:25px; color:#000; font-weight:600; text-align:left; }
.review_wrap .review_area .reservation .rv_input {  width:240px; margin:0 auto; text-align:left; }
.review_wrap .review_area .reservation .rv_input ul li { display:inline-block; margin:0; }
.review_wrap .review_area .reservation .rv_input .txt_box { width:180px; padding:0 10px; height:40px; color:#999; line-height:40px; border:1px solid #e1e1e1; box-sizing:border-box; }
.review_wrap .review_area .reservation .rv_input input[type=text] { background:#fff; padding:0px 10px; height:40px; color:#666; border:1px solid #e1e1e1; }
.review_wrap .review_area .reservation .rv_input .rv_btn { width:50px; height:40px; color:#fff; font-size:13px; text-align:center; line-height:40px; background-color:#003471; box-sizing:border-box; }
.review_wrap .review_area .reservation .rv_txt01 { width:240px; margin:0 auto; padding-bottom:20px; font-size:18px; color:#ce0d4a; font-weight:600; text-align:left; letter-spacing:-0.1em; }
.review_wrap .review_area .reservation .rv_txt02 { width:240px; margin:0 auto; padding-bottom:20px; font-size:13px; color:#333; font-weight:400; text-align:left; letter-spacing:-0.1em; }
.review_wrap .review_area .reservation .rv_txt03 { width:240px; margin:0 auto; padding-top:10px; font-size:13px; color:#666; font-weight:400; text-align:left; letter-spacing:-0.1em; }

/* 멤버십 안내 */
.member_wrap { width:100%; padding:70px 0; position:relative; background-color:#ce0d4a; text-align:center; }
.member_wrap::after { content:""; display: block; clear:both; }
.member_wrap .member { width:1500px; margin:0 auto; text-align:center; }
.member_wrap .member .member_tit { font-size:30px; color:#fff; font-weight:600; margin-bottom:50px; text-align:center; } 
.member_wrap .member ul { width:100%; text-align:center; }
.member_wrap .member li { display:inline-block; width:300px; margin:0 35px; padding:35px 0; font-size:16px; font-weight:500; line-height:1.3em; color: #999; text-align: center; }
.member_wrap .member li.member_box { width:300px; height:300px; background-color:#000; border:1px solid #ce0d4a; box-sizing:border-box; }
.member_wrap .member li.member_box:hover { width:300px; height:300px; background-color:#000; border:1px solid #fff; box-sizing:border-box; }
.member_wrap .member li img { margin-bottom:20px; }

/*footer*/
#wrap .footer_wrap { width:100%; background:#312f2d; position:relative; box-sizing:border-box; text-align:center; }
#wrap .footer_wrap #footer { width:100%; margin:0 auto; position:relative; text-align:center; }
#wrap .footer_wrap #footer .footer_menu { width:100%; position:relative; border-bottom:1px solid #4f4e4c; padding:25px 0; text-align:center; }
#wrap .footer_wrap #footer .footer_menu .fmenu { width:1500px; margin:0 auto; position:relative; color:#fff; font-size:15px; text-align:center; }
#wrap .footer_wrap #footer .footer_menu .fmenu ul li { display:inline-block; padding:0 20px; color:#fff; }
#wrap .footer_wrap #footer .footer_menu .fmenu ul li span { color:#f37021; }
#wrap .footer_wrap #footer .footer_menu .fmenu ul li a { color:#fff; }
#wrap .footer_wrap #footer .logo { width:100%; padding:30px 0; position:relative; text-align:center; }
#wrap .footer_wrap #footer .info { width:100%; position:relative; font-size:14px; color:#8e8e8e; line-height:1.5em; }
#wrap .footer_wrap #footer .info span { padding: 0 15px; display: inline-block; }
#wrap .footer_wrap #footer .footer_cs { width:100%; padding:25px 0; position:relative; font-size:15px; color:#8e8e8e; line-height:1.5em; }
#wrap .footer_wrap #footer .footer_cs span.cs_tit { color:#fff; }
#wrap .footer_wrap #footer .footer_cs span.cs_tel { font-size:25px; color:#f37021; font-weight:500; }
#wrap .footer_wrap #footer .footer_cs span.cs_bank { font-size:18px; color:#fff; font-weight:500; }
#wrap .footer_wrap #footer .copy { width:100%; padding:20px 0; background-color:#000; position:relative; font-size:12px; color:#666; line-height:1.5em; }
#wrap .footer_wrap #footer .btn { font-size:16px; width:170px; height:38px; line-height:38px; color:#999; background: #222; float: right; text-align: center; }
#wrap .footer_wrap #footer .btn:hover { background: #111; }

#wrap .footer_wrap #footer .family_slct_over { width:200px; height:45px; background:url('../images/family_arrow.png') no-repeat 170px 18px #131212; cursor:pointer; font-size:16px; color:#fff; position:absolute; z-index:30000; right:0; top: 0px;box-sizing:border-box; }
#wrap .footer_wrap #footer .family_slct_over ul li {width:200px; height:45px; line-height:45px; text-align:left; cursor:pointer; padding-left:10px;}
#wrap .footer_wrap #footer .family_slct_over ul li:hover { color:#fff;}
#wrap .footer_wrap #footer .family_slct { width:200px; height:45px; background:url('../images/family_arrow_over.png') no-repeat 170px 18px #131212; cursor:pointer; font-size:16px; color:#fff; position:absolute; z-index:30000; right:0; top: 0px;  }
#wrap .footer_wrap #footer .family_slct ul li {width:200px; height:45px; line-height:46px; text-align:left; cursor:pointer;box-sizing:border-box; padding-left:10px; /*border-left: 1px #666 solid; border-right: 1px #666 solid; border-bottom: 1px #666 solid;*/ }
#wrap .footer_wrap #footer .family_slct ul li:hover { color:#fff;}
#wrap .footer_wrap #footer .family_slct ul ul { display:none; }
#wrap .footer_wrap #footer .family_slct ul li ul { top:-222px; background:#131212; width:200px; position:absolute; display:block; z-index:4000; box-sizing:border-box; margin-left: -10px;}
#wrap .footer_wrap #footer .family_slct ul li li { width:200px; height:45px; border-bottom:1px #333 solid; }
#wrap .footer_wrap #footer .family_slct ul li li:first-child {  }
#wrap .footer_wrap #footer .family_slct ul li li:hover { color:#fff; }
@media screen and (max-width:1420px) {
#wrap .footer_wrap #footer .family_slct { bottom: 92px;  }
}

/*btn*/
.btn_inc{ display:inline-block; border-radius:0px; box-sizing:border-box; border:none; padding:10px; text-align:center; vertical-align:middle; cursor:pointer; width:auto; font-size:16px; letter-spacing:1px; background:#eee; }
.btn_inc.list{ background:#777; color:#fff; font-size:16px; width:150px; height:42px; }
.btn_inc.list:hover{ background:#666; }
.btn_inc.cancel{ background:#444; color:#fff; font-size:16px; width:150px; height:38px; }
.btn_inc.cancel:hover{ background:#333; }
.btn_inc.more{ padding:0 10px; background:#717171; color:#fff; font-size:15px; letter-spacing:-0.05em; height:42px; }
.btn_inc.more:hover{ background:#878787; }
.btn_inc.download{ padding:0 20px; background:#014696; color:#fff; font-size:16px; height:45px; line-height:45px; letter-spacing:-0.05em; }
.btn_inc.download:hover{ background:#003e86; }
.btn_inc.newsletter{ width:200px; padding:5px 0; background:#eee; color:#222; font-size:14px; border:1px solid #959595; letter-spacing:-0.05em; }
.btn_inc.newsletter:hover{ background:#eee; }
.btn_inc.file{ padding:0 10px; background:#717171; color:#fff; font-size:13px; letter-spacing:-0.05em; height:32px; line-height:30px; }
.btn_inc.file:hover{ background:#878787; }

/* contents */
#subContainer {background: #fff;font-size: 16px;}
#subContainer .contents { width: 1200px; margin: 0 auto; padding: 40px 0 90px; min-height:310px; }
#subContainer .contents h2.sub_tit { font-size:38px; font-weight:600; color:#222; letter-spacing: -0.5px; width:auto; text-align:center; line-height:42px; margin:52px auto; position: relative; }
#subContainer .contents h2.sub_tit:before {content: '';display: block; background: #000;width: 1px;height: 30px;margin: 0 auto 20px ; position: absolute; top:-52px; left: 50%;}
#subContainer .contents .sub_copy { font-size: 32px; font-weight: 300; color: #555; text-align: center; letter-spacing: -1.0px; line-height: 1.5em; word-break:keep-all; margin-bottom: 30px; }
#subContainer .contents .sub_copy span { font-weight: 500; color: #1d249f;}

#subContainer .contents .policy p { margin-bottom: 15px; }

.right { float: right; }
.con_area { width: 100%; height:100%; overflow:hidden; font-size: 16px;}
.con_area ul { overflow: hidden; }
ul.circle li { font-size: 16px; line-height: 1.5em; padding: 0px 0 0 12px; margin: 5px 0; position: relative; text-align: left !important;}
ul.circle li:before {content: ''; width: 5px; height: 5px; border-radius: 5px; position: absolute; top: 10px; left: 0px; background: #ce0d4a;}
ul.squre li { font-size: 16px; line-height: 1.5em; padding: 0px 0 0 12px; margin: 10px 0; position: relative; text-align: left !important;}
ul.squre li:before {content: ''; width: 5px; height: 5px; position: absolute; top: 10px; left: 0px; background: #9e9e9e;}
ul.squre li span { text-decoration: underline; }
ul.non { text-indent: -15px; }
ul.non li { font-size: 16px; line-height: 1.5em; padding: 0px 0 0 15px; margin: 10px 0; position: relative; text-align: left !important;}
ul.non li:before {content: ''; width: 0px; height: 0px; position: absolute; top: 10px; left: 0px; background: #9e9e9e;}
.con_area_sms { width:1000px; margin:0 auto; }

/* 등급안내 */
.grade_wrap {width: 100%; overflow: hidden; margin: 0 auto 40px;}
.grade_wrap .grade_menu { width:25%; float: left; }
.grade_wrap .grade_con { width:75%; height:500px; padding: 40px; background:#f6f6f6; float:left; border:3px solid #ce0d4a; border-radius:5px; box-sizing: border-box; }
.grade_wrap .grade_con .tit { font-size: 24px; line-height: 1.2em; font-weight: 500;  }
.grade_wrap .grade_con .tit span { font-weight: 600; color: #ce0d4a; display: inline-block; }
.grade_wrap .grade_con .txt { font-size: 16px; line-height: 1.5em; margin-top: 30px; }
.grade_wrap .grade_img2 {width: 34%; height: 250px; float: right; background: url(../images/sub/sub02_1_02.jpg) center no-repeat;}
.grade_wrap .grade_img3 {width: 34%; height: 250px; float: left; background: url(../images/sub/sub02_1_03.jpg) center no-repeat;}

.tab_grade .tab { width:95%; text-align:center; margin:0 auto 40px; }
.tab_grade .tab ul { overflow:hidden; }
.tab_grade .tab ul li { width:100%; height:60px; background: #f6f6f6; font-size:17px; line-height:40px; color:#555; font-weight:400; letter-spacing:-1px; text-align:center; cursor:pointer; margin-bottom:10px; box-sizing:border-box; padding:10px; border-radius: 5px;}
.tab_grade .tab ul li:first-child { margin-left: 0;  }
.tab_grade .tab ul li.on { font-size:18px; color:#fff; background:#ce0d4a; font-weight:500; }

span.grade { font-size:40px; color:#f36f20; }
span.grade_point { color:#3b54ef; font-weight:500; }
span.price { display:inline-block; padding-left:10px; font-size:22px; color:#f36f20; font-weight:500; }
p.grade { font-size:18px; font-weight:400; text-align:left; line-height:1.5em; }

.grade_tb { margin:auto 0; font-size:15px;}
.grade_tb table { width:100%; margin-top:5px; border-top:2px solid #333; }
.grade_tb grade_tb{ width:100%; border:0; }
.grade_tb caption{ font-weight:bold; text-align:left}
.grade_tb th,
.grade_tb td{ color:#000; padding:15px; border:0; vertical-align:top; }
.grade_tb th{ vertical-align:middle; }
.grade_tb thead th { background:#fff; color:#222; text-align:center; font-weight:500; border-bottom:1px #ddd solid; word-break:keep-all; }
.grade_tb thead th.line-rg { border-right:1px #ddd solid;}
.grade_tb thead td { background:#f6f6f6; color:#505050; text-align:center; border-bottom:1px #ddd solid;w ord-break:keep-all;}
.grade_tb thead td.bg { background:#fffdf3; color:#505050; text-align:center; font-weight:bold; border-bottom:1px #ddd solid; border-right:1px solid #dadada; word-break:keep-all;}
.grade_tb tbody th { background:#f0f0f0; color:#222; font-weight:500; border-bottom:1px solid #dadada; border-left:0px; text-align:center; vertical-align:middle; word-break:keep-all;}
.grade_tb tbody td { padding:20px; border-bottom:1px solid #666; font-size:14px; text-align:center; vertical-align:middle; word-break:keep-all; }
.grade_tb tbody td.bg { background:#fff; border-bottom:1px solid #dadada; border-left:1px solid #dadada; text-align:center; vertical-align:middle; word-break:keep-all;}
.grade_tb tfoot th { background:#f3efe4; color:#505050; text-align:center; font-weight:500; border-bottom:1px solid #dadada; word-break:keep-all;}
.grade_tb tfoot td { background:#f3efe4; color:#505050; text-align:center; font-weight:500; border-bottom:1px solid #dadada; word-break:keep-all;}
.grade_tb tfoot td.bg { background:#fffdf3; color:#505050; text-align:center; font-weight:500; border-left:1px solid #dadada; border-right:1px solid #dadada; border-bottom:1px solid #dadada; word-break:keep-all; }


.contents .con_area .main_copy { text-align: center; }
.contents .con_area .main_copy img { width: 200px; }
.contents .con_area .main_copy .txt01 {font-size:24px; line-height:32px; text-shadow: 5px 5px 10px 0px rgba(0,0,0,0.0); margin-top: 30px; font-weight: 600; }
.contents .con_area .main_copy .txt02 {font-size:48px; line-height:60px; text-shadow: 5px 5px 10px 0px rgba(0,0,0,0.0); letter-spacing: -1.0px; ; font-weight: bold; margin-top: 20px; }

.sub_wrap { width:100%; background:#f6f6f6; display: inline-block;}
.mid_wrap { margin:0 auto; width:1200px; }
#mid { margin: 0px auto 40px; width:1200px; min-height:600px; background:#fff; box-sizing:border-box; overflow:hidden; }
#contents { width:998px; padding:60px 56px; box-sizing:border-box; overflow:hidden; font-size: 16px; line-height:160%; letter-spacing: -0.3px;}
#contents p.sub_txt { font-size: 30px; font-weight: 100; color: #666; text-align: center; line-height: 36px; }
#contents p.sub_txt span { font-size: 30px; font-weight: 600; color: #014384;}
.line { width: 35px; padding:0px; border:none; height:3px; background-color:#014696; margin:30px auto; }
#contents .con_box {font-size:15px; }
#contents .con_box .con_box_all { float: left;  width:100%; }
#contents .con_box .con_box_all p .name { font-size:24px; letter-spacing: 2.0px; margin-left: 10px; }
#contents .con_box .con_box_l { float: left; width: 602px; margin-right: 50px;}
#contents .con_box .con_box_l p { margin-bottom: 30px;}
#contents .con_box .con_box_l p .name { font-size:24px; letter-spacing: 2.0px; margin-left: 10px; }
#contents .con_box .con_box_r { float: right; width: 234px; }
#contents .con_box .con_box_r img { box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.3); }

#contents1 { width:1100px; padding:60px 50px; box-sizing:border-box; overflow:hidden; }

.exp { font-size:16px; line-height:24px; margin-bottom:30px; color:#444; text-align:center; }
.exp span { font-weight:500; color:#222; }


/* FAQ */
.accordion {
  list-style:none;
  width:100%;
  padding:0;	
  margin:30px auto 100px auto;
  border-top:2px solid #333;
}
.accordion li {
  list-style:none;
  border-bottom:1px solid #999;  
  position:relative;
}
.accordion li p {
  display: none;
  padding:20px 25px;
  font-size:15px;
  color:#666;
  text-align:left;
  border-top: 1px solid #e8e8e8;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  padding:10px 0;
  font-weight: 600;
  line-height: 3;
  font-size:17px;
  text-align:left;
  /*text-indent: 15px; */ 
  user-select: none;
}
.accordion > li a.active, li a:hover.active { background:none; }
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 10px;
  content: " ";
  top:28px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  clear:both;
}
.accordion p {
  font-size: 15px;
  color:#666;
  font-weight:400;
  line-height: 1.5em;
  padding: 10px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
span.faq { float:left; width:30px; height:30px; margin:20px 10px 0 20px; font-size:15px; color:#fff; font-weight:500; line-height:27px; text-align:center; background-color:#faa61a; border-radius:30px; }
	
/*Board*/
/*
#t_bd { font-size:15px;}
#t_bd thead tr { padding:12px 0px; text-align:center; font-weight:500; border-bottom:1px solid #ddd; border-top:2px #000 solid; background:#f6f6f6;}
#t_bd tr th { padding:12px 0px; text-align:center; margin-top:50px;  font-weight:500; }
#t_bd tr .list_tit { width:50%; }
#t_bd tbody tr { padding:12px 0px; margin-top:50px;  font-weight:500; }
#t_bd tr td { padding:12px 0px; border-bottom:1px solid #ddd; text-align:center; }
#t_bd tr td.l { text-align:left; padding-left:7px}
#t_bd tr td.v_ctn { text-align:left;  padding:20px; background:#f6f6f6;}
#t_bd tr td .reply {border-top:1px #CCC dashed; margin-top:20px; padding-top:20px;}
#t_bd tr td.faq { text-align:left; padding:20px; background:#f6f6f6; }
#t_bd tr td.bd_tit { text-align:left; }

.bd_page { margin-top:30px; width:100%; text-align:center; }
.bd_page span { width:35px; height:35px; margin:0 2px; line-height:33px; text-align:center; display:inline-block; border:1px solid #ddd; }
.bd_page span.pg_on { font-weight:600; color:#222; border:1px solid #1f3d69; }

#t_bd_v {border-top:2px #000 solid; font-size:15px;}
#t_bd_v tr th.tit { padding:15px 0; border-bottom:1px solid #ddd; margin-bottom:10px; background:#f0f0f0; font-size:18px;}
#t_bd_v tr th, #t_bd_v tr td { padding:12px 15px; border-bottom:1px solid #ddd; }
#t_bd_v tr th { font-weight:500; text-align:center; background:#f6f6f6;}
#t_bd_v tr th, #t_bd_v tr td { padding:12px 15px; border-bottom:1px solid #ddd; }
#t_bd_v tr td.tit { border:1px solid #ddd; margin-bottom:10px; background:#f6f6f6; font-size:15px; }
#t_bd_v tr td.v_ctn { text-align:left; padding:20px; font-size:15px; font-weight:normal; color:#666; background:#fff;}
#t_bd_v tr td.v_ctn img { margin:20px auto; max-width:768px; }
#t_bd_v tr td.v_ctn_g { padding:15px; background-color:#f4f4f4 }
#t_bd_v tr td .v_re li { border-bottom:1px #CCC dashed; padding:10px 0; }
#t_bd_v tr td .v_re li:first-child { padding-top:0; }
#t_bd_v tr td.align_c { text-align:center;}
#t_bd_v tr td.align_r { text-align:right;}
#t_bd_v tr td input, #t_bd_v tr td textarea, #t_bd_v tr td select { border:1px solid #e2e2e2; }
#t_bd_v tr td input { padding:0px 10px; height:28px; float:left; }
#t_bd_v tr td input.radio { padding:0px; border:none; }
#t_bd_v tr td input.text_form { width:80%; height:30px; line-height:30px; border:1px solid #ddd; color:#222; }
#t_bd_v tr td input.file_form { width:40%; height:30px; line-height:30px; border:1px solid #ddd; color:#222; }
#t_bd_v tr td textarea { padding:5px 10px; }

#t_bd_mem { }
#t_bd_mem  thead tr { padding:12px 0px; text-align:center; font-weight:500; border-bottom:1px solid #ddd; border-top:2px #014696 solid; background:#f6f6f6;}
#t_bd_mem  tr th { padding:12px 0px; text-align:center; margin-top:50px;  font-weight:500; }
#t_bd_mem  tr .list_tit { width:50%; }
#t_bd_mem  tbody tr { padding:12px 0px; margin-top:50px;  font-weight:500; }
#t_bd_mem  tr th { padding:12px; font-size:18px; color:#000; border-top:1px #acacac solid; border-bottom:1px #acacac solid; background:#f6f6f6; }
#t_bd_mem  tr td { padding:12px 15px; border-bottom:1px solid #ddd; text-align:left; border-top:1px #ddd solid; border-bottom:1px #ddd solid; }
#t_bd_mem  tr td.none { border:none; }

.bd_w_btn { width:100%; display:inline-block; text-align:center;}
.bd_btn { width:82px; height:32px; border-radius:0px; background:#014696; text-align:center; line-height:31px; font-weight:500; font-size:15px; float:left; }
.bd_btn a { color:#fff; display:block; }
.bd_btn:hover { background-color:#003e86; }
.bd_btn_w { width:82px; height:30px; border-radius:2px; background:#FFF; border:1px solid #d8d8d8; text-align:center; line-height:31px; font-weight:500; font-size:15px; float:left; margin-left:20px;}
.bd_btn_w a { color:#666; display:block; }
.bd_btn_w:hover {  background-color:#f6f6f6; }
.bd_btn_f { width:72px; height:24px; border-radius:2px; background-color:#f3f3f3; border:1px solid #d8d8d8; display:inline-block; }
.bd_btn_f:hover { background-color:#e6e6e6; }
.bd_btn_f a { font-size:12px; text-align:center; line-height:23px; display:block; }
.bd_btn_f a:hover { color:#666; }

.state01 { width:60px; height:22px; border-radius:2px; background:#f4f4f4; font-size:14px; text-align:center; color:#666; line-height:21px; display:inline-block; border:1px #ddd solid;}
.state02 { width:60px; height:22px; border-radius:2px; background:#f4f4f4; font-size:14px; text-align:center; color:#ce0d4a; line-height:21px; display:inline-block; border:1px #ddd solid;}
.txt_qna { font-size:24px; font-weight:500; color:#347ab7;}
*/
.search { margin:30px 0px 0px 0px; width:805px; height:36px; padding:7px 0 4px; background:#f6f6f6; }
.search .sear_sel { margin-left:203px; margin-right:12px; float:left;}
.search .sear_sel .sel { width:120px; height:31px; padding:5px 5px 5px 35px; float:left; border:1px solid #ddd; }
.search .sear_sel_l { margin-left:140px; margin-right:10px; float:left;}
.search .sear_sel_l .sel { height:31px; padding:3px; float:left; border:1px solid #ddd; }
.search .word { padding-right:0px;float:left; }
.search input.sell_form { padding:0px 7px; width:220px; height:30px; border:1px solid #ddd; border-right:none; color:#232323; float:left; color:#666; }
.search img { float:left; }

.search1 { margin:0px; display:inline-block; float: right; }
.search1 input.sell_form { padding:0px 7px; width:250px; height:42px; border:1px solid #ddd; border-right:none; color:#232323; float:left; color:#666;  box-sizing:border-box; }
.search1 img { float:left; border: 1px #ddd solid; border-left: none;}
.sear_txt { margin-bottom:10px;}
.sear_txt span { color:#ccc;}

/*.cate { padding:0px 7px; width:100px; height:42px; border:1px solid #ddd;float: left; margin-right: 10px;}*/
.search2 { margin:30px 0px 0px 0px; width:805px; height:36px; padding:7px 0 4px; background:#f6f6f6; border:1px solid #ddd;}
.search2 .word { padding-right:0px;float:left; }
.search2 input.sell_form { padding:0px 7px; width:220px; height:30px; border:1px solid #ddd; border-right:none; color:#232323; float:left; color:#666; margin-left:7px; }
.search2 img { float:left; }

.join_agree_box { margin:15px 0px 15px 0px; padding:0px 15px 0 15px; width:100%; height:38px; font-size:16px; line-height:36px; background-color:#f6f6f6; border:1px solid #ddd;box-sizing:border-box; }
.join_agree_box .join_agree { font-size:13px; float:right; margin-left:30px; color:#666;}
.join_agree_box .join_agree .r_st { margin:3px 5px 0px 0px; }

.join_tit { font-size:22px; font-weight:600; color:#333; line-height:1.2em; text-align:left; margin:40px 0 15px;}
.join_tit:first-child { margin:0px 0 15px;}
.join_tit span {font-size:16px; color:#f37021; line-height:30px; }
.join_tit span.choice {font-size:16px; color:#333; line-height:30px; }
span.ess {font-size:15px; color:#e30404; line-height:30px; }

.board_top_area { height:100%; margin-bottom:0px; overflow:hidden;}
.border_box { padding:23px 0 15px 0; border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-top:2px solid #000; box-sizing:border-box; }

.agree_div { height:300px; padding:20px; overflow-y:auto; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-top:2px #000 solid; ; color:#666; margin-bottom:40px; text-align:left; }
.agree_div dl { margin-bottom:10px; }
.agree_div dl dt { margin:15px 0 5px; color: #333; font-weight: 600; font-size: 17px; /*	padding-left: 15px;*/}
/*.agree_div dl dt:before { 
  content:'';
  width:10px;
  height:10px;
  position:absolute;
  left: 0;
  top: 8px;
  border-radius:50%;
  background:#88a3ba;
}
.agree_div dl dd {margin:5px 0 5px; font-weight: 300; }
.agree_div ul {  }
.agree_div ul li { margin:5px 0 5px; font-weight: 300; text-indent: -10px; padding-left: 10px; }*/
.agree_div h4{font-size:20px; color:#333; line-height:24px; font-weight:500; border-top:none; border-bottom:none; padding: 10px 0;}
.agree_div h4:first-child{ margin: 0px 0 10px; }

/*개인정보처리방침*/
.agree_div_h { color:#666; margin-bottom:40px; line-height:24px;}
.agree_div_h dl { margin-bottom:10px; }
.agree_div_h dl dt { margin:25px 0 15px; color:#333; font-weight:600; font-size:18px; /*padding-left: 15px;*/}
/*.agree_div dl dt:before { 
  content:'';
  width:10px;
  height:10px;
  position:absolute;
  left: 0;
  top: 8px;
  border-radius:50%;
  background:#88a3ba;
}*/
.agree_div_h dl dd {margin:10px 0 10px; font-weight: 300; }
.agree_div_h ul {  }
.agree_div_h ul li { margin:10px 0 10px; font-weight: 300; text-indent: -10px; padding-left: 10px; /*	padding-left: 15px;*/}

.agree {margin-top:5px; margin-bottom:10px; font-size: 18px; font-weight: 600;}
.phone div { width: 90%; margin:0px auto 10px; text-align:left;}
.phone span {margin-left:10px;}
.phone span:first-child {margin-left:0;}
.phone span.name { }
.phone span.hp { }
.phone input[type=text] {height:30px;line-height:30px;border:1px solid #e2e2e2;}
.phone label {display:inline-block;width:120px;}
.phone .txt_box_l {width:100%;}
.phone .txt_box_m {width:120px;}
.phone .txt_box_s {width:100px;}

.info_warp { width:100%; }
.info_warp dl { margin-bottom:20px; }
.info_warp dl dt { margin-bottom:7px; color:#222; font-weight:600; }

.id_pw_sch {width:100%; padding: 30px 0; border:1px solid #e2e2e2;background: #f6f6f6;box-sizing: border-box;}
.id_pw_sch .sch_id{color:#ce0d4a; font-weight: 500; }
.btn_login {background:#007bc7; border: 1px #4db5e5 solid;width:31%;height:46px;margin-right:20px;}
.btn_login:hover {background:#007bc7;color:#fff;}

.join_txt_area { margin:15px 0px; padding:15px; font-size:13px; line-height:16px; width:100%; height:250px; border:1px solid #e0e0e0; box-sizing:border-box; overflow-y:scroll; }
.join_txt_area1 { margin:15px 0px; padding:15px; width:100%; height:150px; border:1px solid #e0e0e0; box-sizing:border-box; overflow-y:scroll; }
.ctn1 { margin:20px 0 10px 0; }
.style_m1 {margin-bottom:20px; }
.style_m1 li { margin:3px 0px 0px 0px; list-style:none; padding-left:10px; text-indent:-12px; }

.btn_area {width:100%;text-align:center;margin-top:40px; font-size: 18px;}
.btn_area_1 {width:100%;text-align:left;margin-bottom:30px;padding-left: 60px;}
.btn_area a {display:inline-block;width:210px;text-align:center;}
.btn_area a{margin-right:10px;}
.btn_area a:last-child {margin-right:0;}
.btn_area a:hover, .btn_area a:active {color:#fff;}
.btn_area_c {width:100%;text-align:center;}
.btn_area_c a {display:inline-block;width:210px;padding:10px 0;text-align:center;}
.btn_area_c a{margin-right:10px;}
.btn_area_c a:last-child {margin-right:0;}
.btn_area_c a:hover, .btn_area a:active {color:#fff;}

.join_complete_wrap .con_area {text-align:center; background: #fcfcfc; border:1px #f0f0f0 solid; padding: 30px 40px 10px; box-sizing: border-box; }
.join_complete_wrap .con_area h3{font-size:18px;line-height:18px;font-weight:normal;margin-bottom:10px;}


.field_tit {}

.btn_confirm {background:#014384; color: #fff !important;}
.btn_confirm:hover, .btn_confirm:active {background:#007bc7; color: #fff;} 
.btn_cancel {background:#666; color: #fff !important;}
.btn_cancel:hover, .btn_cancel:active {background:#666; color: #fff;}
.btn_confirm2 {background:#666; color: #fff !important; }
.btn_confirm2:hover, .btn_confirm2:active {background:#666; color: #fff !important;}
.btn_confirm3 {background:#fff; border:1px #e1e1e1 solid; color: #666 !important;} 
.btn_confirm3:hover, .btn_confirm3:active {background:#fff; border:1px #e1e1e1 solid; color: #666 !important;} 
.btn_small {display:inline-block;width:100px;height:32px;line-height:32px;color:#fff;text-align:center;font-size:13px;cursor:pointer;}
.btn_small:hover, .btn_small:active {color:#fff;}
.btn_style01 {background:#014384;color:#fff;}
.btn_style01:hover, .btn_style01:active {background:#ce0d4a;color:#fff !important;}
.btn_style02 {background:#eb4747;}
.btn_style02:hover, .btn_style02:active {background:#e13b3b;}
.btn_etc {display:inline-block;background:#fff;border:1px #ce0d4a solid;height:32px;line-height:32px;width:100px;text-align:center;vertical-align:top;color:#ce0d4a; font-size: 14px;cursor: pointer; border-radius: 2px;}
.btn_etc:hover {border:1px #ce0d4a solid; color:#ce0d4a;}
.btn_etc_s {display:inline-block;background:#fff;border:1px #ce0d4a solid;height:30px;line-height:30px;width:80px;text-align:center;vertical-align:top;color:#ce0d4a; font-size: 14px;cursor: pointer; }
.btn_etc_s:hover {border:1px #ce0d4a solid; color:#ce0d4a;}
.btn_kakao {background:#fee704;}
.btn_kakao img {vertical-align:middle;}
.btn_kakao:hover {background:#fbe406;}
.btn_package {display:inline-block;position:relative;height:60px;}
.btn_package a {background-color:#fef6e9;background-image:url(../images/common/ptn2.png);background-position:0 0;background-repeat:repeat;border:1px solid #eb4747;color:#eb4747;}
.btn_package a:hover {background-color:#faeadf;background-image:url(../images/common/ptn2.png);background-position:0 0;background-repeat:repeat;border:1px solid #f1dede;color:#eb4747;border:1px solid #eb4747;color:#eb4747;}
.btn_package .bg {display:block;position:absolute;top:-3px;left:-4px;width:44px;height:42px;background:url(../images/sub/btn_p_top.png) 0 0 no-repeat;}
.btn_package .bg2 {display:block;position:absolute;bottom:1px;right:5px;width:45px;height:42px;background:url(../images/sub/btn_p_bottom.png) 0 0 no-repeat;}


/*login*/
.login_wrap { width:100%; text-align:center; margin:0 auto; }
.login_wrap .login_input { width:350px; margin:0 auto; text-align:center; }
.login_wrap .login_input .txt_box { width:350px;padding:0 10px;height:50px;line-height:50px;box-sizing:border-box;}
.login_wrap input[type=text] { background: #fff; border:1px solid #e2e2e2; padding:0px 10px; height:46px; margin:5px 0;}
.login_wrap input[type=password] { background: #fff; border:1px solid #e2e2e2; padding:0px 10px; height:46px; margin:5px 0;}
.login_input input[type=submit] { width:350px; border:0; height:50px; line-height:50px; background:#ce0d4a; color:#fff; font-size:18px; cursor:pointer; margin-top:10px; margin-bottom:10px; }
.login_input input[type=submit]:hover, .login_input input[type=submit]:active { background:#9c0031; }
.login_footer { width:100%; text-align:center; }
.login_footer .remember_id { width:350px; margin:0 auto; padding-bottom:20px; text-align:left; border-bottom:1px dotted #666; }
.login_footer .id_pw { width:350px; margin:0 auto; padding-top:10px; text-align:center; }
.login_footer a {color:#333; font-size: 18px; font-weight: 400;}
.login_footer a:hover {color:#ce0d4a;text-decoration:underline;}
.login_footer p { text-align:left;}
.login_box { width:350px; margin:0 auto; text-align:left; }
.login_box_l { float:left; width:50%; }
.login_box_r { float:right; width:50%; }

input::-webkit-input-placeholder {font-size:15px;color:#191919;}
input::-moz-input-placeholder {font-size:15px;color:#191919;}
input:-ms-input-placeholder {font-size:15px;color:#191919;}
input:-moz-input-placeholder {font-size:15px;color:#191919;}

.join_agree_box { margin:15px 0px 15px 0px; padding:0px 15px 0 15px; width:100%; height:38px; font-size:16px; line-height:36px; background-color:#f6f6f6; border:1px solid #ddd;box-sizing:border-box; }
.join_agree_box .join_agree { font-size:13px; float:right; margin-left:30px; color:#666;}
.join_agree_box .join_agree .r_st { margin:3px 5px 0px 0px; }


.bd_btn_j { width:auto; height:30px; line-height:26px; font-size:12px; border-radius:0px; background-color:#f3f3f3; border:1px solid #ddd; box-sizing:border-box; padding:0 10px; display:inline-block; cursor:pointer; margin:0 10px;}
.bd_btn_j:hover { background-color:#e6e6e6; }
.bd_btn_j a { display:block; color:#666; }
.bd_btn_j a:hover { color:#333; }

.bd_btn_j_a { width:auto; height:30px; line-height:26px; font-size:12px; border-radius:3px; background-color:#f3f3f3; border:1px solid #ddd; box-sizing:border-box; padding:0 10px; display:inline-block; float:left; margin-left:10px;  cursor:pointer;}
.bd_btn_j_a:hover { background-color:#e6e6e6; }
.bd_btn_j_a a { display:block; color:#666; }
.bd_btn_j_a a:hover { color:#333; }

.bd_btn_j1 { width:auto; height:30px; line-height:27px; font-size:12px; border-radius:3px; background-color:#999; border:1px solid #878787; box-sizing:border-box; padding:0 10px; display:inline-block; float:left; margin-left:10px; cursor:pointer; }
.bd_btn_j1:hover { background-color:#878787; }
.bd_btn_j1 a { display:block; color:#fff; }
.bd_btn_j1 a:hover { color:#fff; } 

/* 마이페이지 */
.mypage_wrap { width:100%; box-sizing:border-box; text-align:center; }
.mypage_wrap::after { content:""; display: block; clear:both; }
.mypage_wrap .member_area { width:100%; margin:0 auto; text-align:center; }
.mypage_wrap .member_area::after { content:""; display: block; clear:both; }
.mypage_wrap .member_area ul { margin:0 auto; }
.mypage_wrap .member_area ul li { display:inline-block; height:240px; border:1px solid #ddd; float:left; box-sizing:border-box; }
.mypage_wrap .member_area ul li:first-child { width:28% }
.mypage_wrap .member_area ul li:nth-child(2) { width:40%; margin:0 10px; }
.mypage_wrap .member_area ul li:last-child { width:30% }
.mypage_wrap .member_area ul li a:hover { color:#ce0d4a; font-weight:600; }
.mypage_wrap .member_area ul li .mem_info { text-align:center; }
.mypage_wrap .member_area ul li .mem_info img { width:100px; margin:25px 0 5px 0; }
.mypage_wrap .member_area ul li .mem_info span { padding:3px 0; }
.mypage_wrap .member_area ul li .mem_info span.name { display:block; }
.mypage_wrap .member_area ul li .mem_info span.members { display:block; font-size:21px; font-weight:500; }
.mypage_wrap .member_area ul li .mem_info span.phone { display:block; font-size:23px; color:#f36f20; font-weight:600; }
.mypage_wrap .member_area ul li .service { width:100%; text-align:center;}
.mypage_wrap .member_area ul li .service .service_tit { width:100%; height:60px; font-size:18px; color:#333; font-weight:500; text-align:center; line-height:60px; background-color:#eee; }
.mypage_wrap .member_area ul li .service span.serv_list { display:inline-block; width:95px; height:95px; margin:40px 8px 0 8px; font-size:14px; font-weight:400; line-height:90px; letter-spacing:-0.05em; border:2px solid #ddd; border-radius:95px; }
.mypage_wrap .member_area ul li .modify { width:100%; text-align:center;}
.mypage_wrap .member_area ul li .modify .modify_tit { width:100%; height:60px; font-size:18px; color:#333; font-weight:500; text-align:center; line-height:60px; background-color:#eee; }
.mypage_wrap .member_area ul li .modify span.modify_list { display:inline-block; width:95px; height:95px; margin:40px 8px 0 8px; font-size:14px; font-weight:400; line-height:90px; letter-spacing:-0.05em; border:2px solid #ddd; border-radius:90px; }

.mypage_wrap .member_con { width:100%; margin-top:30px; }
.mypage_wrap .member_con .mypage_tit { padding-bottom:15px; font-size:18px; font-weight:500; text-align:left; letter-spacing:-0.05em; border-bottom:1px solid #ddd; }

.payment_selc { width:100%; padding:12px 0; text-align:right; }
.payment_selc ul li { display:inline-block; width:70px; height:25px; font-size:12px; text-align:center; line-height:25px; border:1px solid #ddd; }
.payment_selc ul li.on { color:#f36f20; border:1px solid #f36f20; }

.myinfo_tit { padding:12px 0; font-size:15px; font-weight:600; color:#ce0d4a; text-align:left; }

.prize_money { width:100%; padding:25px 0 35px 0; font-weight:400; text-align:center; letter-spacing:-0.05em; font-weight:500; border-bottom:1px solid #ddd; }
.prize_money span { display:block; margin-top:15px; font-size:40px; color:#f36f20; font-size:500; }

.member_delet { width:100%; padding:40px 0; font-weight:400; text-align:left; letter-spacing:-0.05em; border-bottom:1px solid #ddd; }

/* table */
.form_table {border-top:2px solid #000;}
.form_table th { width: 160px; background:#f6f6f6;padding:15px;text-align:center;border-bottom:1px solid #e2e2e2;font-weight:normal;color: #333;box-sizing: border-box;}
.form_table .align_c {text-align:center;}
.form_table td {padding:8px 15px; min-height: 40px; border-bottom:1px solid #e2e2e2; color: #666;box-sizing: border-box;}
.form_table td.v_top { vertical-align: top;}
.form_table select {border:1px solid #e2e2e2;height:32px;min-width:60px;}
.form_table textarea { border:1px solid #e2e2e2; padding: 10px;}
.form_table input { border:1px solid #e2e2e2; padding:0 5px; box-sizing: border-box;border-radius: 2px; height: 34px; }
.form_table input placeholder {color: #666; }
.txt_box_l {width:100%;}
.no-border { border:0px; background:#ffeeee; }
.txt_box_id {width:160px;}
.txt_box_s {width:100px;}
.txt_box_ll {width:100%;}
.txt_box_s2 {width:80px;}
.txt_box_m {width:50%;}
.txt_email_1 {width:160px;}
.txt_email_2 {width:32%;}
.txt_add {width:100%;margin-top:8px;}
.txt_text { width:90%; padding:10px; }
.txt_input { width:350px; padding:0 10px; height:30px; line-height:30px; border:1px solid #ddd; }

.form_table .m_block {display:block;/* margin-top:5px; */}
.form_table .txt_s {color:#666;}
.form_table .a_cen { text-align: center;}
.form_table .book_price { font-size: 16px; font-weight: 600; color: #ce0d4a; } 
.book_btn_wrap1 {float: left; width: 15%; margin-top: 70px; }
.book_btn_wrap1 button {margin-bottom: 10px; float: right; }
.form_table label { margin-right:20px;}
.form_table .view_sel { }
.form_table .view_sel .view { width:300px; height:31px; padding:5px; border:1px solid #ddd; margin-bottom:10px;}
.form_table .view_sel .view1 { width:150px; height:31px; padding:5px; border:1px solid #ddd;  }
.form_table .bank_wrap { overflow: hidden;}
.form_table .bank_wrap .tit { float: left; line-height: 32px; margin-right: 10px; width: 80px;}
.form_table .cash_wrap { overflow: hidden;}
.form_table .cash_wrap .tit { float: left; line-height: 32px; margin-right: 10px; width: 180px;}
.form_table .cash_wrap .tit1 { float: left; line-height: 32px; margin-right: 10px; }
.form_table .half { width: 40%; text-align: right; }
.txt_s2 { padding:5px 0; font-size:13px; color:#e30404; }

.field_td {line-height:180%;}
.select_s {width:80px}
.select_s2 {width:30%}
.select_m {width:40%;}
.select_l {width:60%;}
.select_email {width:30%;}

.choicefield li { float:left; width: 20%; }

.unt { font-weight:600; font-size:16px; margin: 30px 0 10px 0;}
.ctn { margin-bottom:20px; font-size:14px; }
.style_m {margin-bottom:20px; }
.style_m li { margin:3px 0px 0px 0px; font-size:14px; list-style:none; padding-left: 15px; text-indent:-17px;}
.style_n li { margin:2px 0px 0px 15px; font-size:14px; list-style:none; padding-left: 15px; text-indent:-8px;}
.unt_box { margin:5px 0px 15px 0px; padding:15px 20px; width:100%; height:auto; background-color:#f6f6f6; border:1px solid #ddd; line-height:24px; box-sizing:border-box; display:inline-block; }

.info_box { width: 100%; text-align: center; padding: 30px; margin: 0px auto; font-size: 18px; line-height: 1.5em; box-sizing: border-box; background: #f6f6f6; border: 1px solid #ddd; }
.info_box p { margin: 5px 0;}
.info_box span { font-weight: 500; }

/* 자료실 */
.data_tb { margin:auto 0; font-size:15px;}
.data_tb table { width:100% }
.data_tb data_tb{ width:100%; border:0; }
.data_tb caption{ font-weight:bold; text-align:left}
.data_tb th,
.data_tb td{ color:#4b4b4b; padding:20px 15px; border:0; vertical-align:top; }
.data_tb th{ vertical-align:middle; }
.data_tb thead th { background:#f0f0f0; color:#222; text-align:center; font-weight:500; border-bottom:1px #ddd solid; word-break:keep-all; }
.data_tb thead th.line-rg { border-right:1px #ddd solid;}
.data_tb thead td { background:#f6f6f6; color:#505050; text-align:center; border-bottom:1px #ddd solid;w ord-break:keep-all;}
.data_tb thead td.bg { background:#fffdf3; color:#505050; text-align:center; font-weight:bold; border-bottom:1px #ddd solid; border-right:1px solid #dadada; word-break:keep-all;}
.data_tb tbody th { background:#f0f0f0; color:#222; font-weight:500; border-bottom:1px solid #dadada; border-left:0px; text-align:center; vertical-align:middle; word-break:keep-all;}
.data_tb tbody tr:hover { background:#f6f6f6; }
.data_tb tbody td { border-bottom:1px solid #dadada; text-align:center; vertical-align:middle; word-break:keep-all; }
.data_tb tbody td.bg { background:#fffdf3; border-bottom:1px solid #dadada; border-left:1px solid #dadada; text-align:center; vertical-align:middle; word-break:keep-all;}
.data_tb tfoot th { background:#f3efe4; color:#505050; text-align:center; font-weight:500; border-bottom:1px solid #dadada; word-break:keep-all;}
.data_tb tfoot td { background:#f3efe4; color:#505050; text-align:center; font-weight:500; border-bottom:1px solid #dadada; word-break:keep-all;}
.data_tb tfoot td.bg { background:#fffdf3; color:#505050; text-align:center; font-weight:500; border-left:1px solid #dadada; border-right:1px solid #dadada; border-bottom:1px solid #dadada; word-break:keep-all; }

p.data { width:100%; margin-bottom:10px; font-size:16px; text-align:left; }

.data_tb span.units { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:15px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#fbc400; } /* 일단위 */
.data_tb span.tens10 { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:15px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#69c8f3; } /* 십단위 */
.data_tb span.tens20 { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:15px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#ff7271; } /* 이십단위 */
.data_tb span.tens30 { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:15px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#aaa; } /* 삼십단위 */
.data_tb span.tens40 { display:inline-block; width:40px; height:40px; margin:0 6px; font-size:15px; color:#fff; font-weight:600; line-height:38px; text-align:center; border-radius:50%; text-shadow:1px 1px 15px #333; clear:both; background-color:#b0d843;} /* 사십단위 */

/*합계별 통계 */
.data_schr { width:100%; margin-bottom:20px; padding:10px; text-align:right; border-bottom:1px dotted #ddd; }
.data_schr span { display:inline-block; padding:8px 5px; }
select.total { width:120px; height:40px; border:1px solid #ccc; padding:0 8px; height:40px; background:#fff; }
.total_tb { margin:auto 0; }
.total_tb table { width:100% }
.total_tb total_tb { width:100%; border:0; }
.total_tb caption{ font-weight:bold; text-align:left}
.total_tb th,
.total_tb td { border:0; vertical-align:top; }
.total_tb th { vertical-align:middle; }
.total_tb thead th { padding:15px; background:#f0f0f0; color:#222; text-align:center; font-weight:500; border-bottom:1px #ddd solid; word-break:keep-all; }
.total_tb tbody td { margin:5px 0; padding:10px; border-top:5px solid #fff; text-align:center; vertical-align:middle; word-break:keep-all; }
.total_tb tbody td.numbers { color:#3b54ef; text-align:left; }
.total_tb pre, code {  background: #f5f5f5; color:#333;}
.total_tb pre { padding:.75em 1em; border-left:.25em solid #ccc; overflow-x: auto;}
.total_tb code { padding:.25em .5em; font-size: .9em;}
.lead { font-size:1.25em; font-style:italic; color:#999;}
.note { font-style:italic; color:#999;}

/* 게시판 */
.grad_tb { margin:auto 0; font-size:15px; }
.grad_tb table { width:100%; /*border-top:2px #000 solid;*/}
.grad_tb grad_tb{ width:100%; border:0;}
.grad_tb caption{ font-weight:bold; text-align:left; }
.grad_tb th,
.grad_tb td{ color:#4b4b4b; padding:15px; border:0; vertical-align:top; }
.grad_tb th{ vertical-align:middle; }
.grad_tb thead th{ background:#f0f0f0; color:#222; text-align:center; font-weight:500; border-bottom:1px #ddd solid; word-break:keep-all;}
.grad_tb thead th.line-rg{ border-right:1px #ddd solid; }
.grad_tb thead td{ background:#f6f6f6; color:#505050; text-align:center; border-bottom:1px #ddd solid; word-break:keep-all;}
.grad_tb thead td.bg{ background:#fffdf3; color:#505050; text-align:center; font-weight:bold; border-bottom:1px #ddd solid; border-right:1px solid #dadada;word-break:keep-all;}
.grad_tb tbody th{ background:#f0f0f0; color:#222; font-weight:500; border-bottom:1px solid #dadada; border-left:0px; text-align:center; vertical-align:middle; word-break:keep-all;}
.grad_tb tbody td{ border-bottom:1px solid #dadada; border-left:1px solid #dadada; text-align:center; vertical-align:middle; word-break:keep-all; }
.grad_tb tbody td:first-child { border-left:none; }
.grad_tb tbody td.td_left { text-align:left; }
.grad_tb tbody td.td_right { text-align:right; }
.grad_tb tbody td.td_center { text-align:center; }
.grad_tb tbody td p {padding-top:10px; }
.grad_tb tbody td span { color:#ce0d4a; }
.grad_tb tbody th.photo{ padding:none;}
.grad_tb tbody td.none{border-bottom:1px solid #dadada;border-left:none;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tbody td.note{text-align:left;}
.grad_tb tbody td.bg{background:#fffdf3;border-bottom:1px solid #dadada;border-left:1px solid #dadada;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tfoot th{background:#f3efe4;color:#505050;text-align:center;font-weight:500; border-bottom:1px solid #dadada;word-break:keep-all;}
.grad_tb tfoot td{background:#f3efe4;color:#505050;text-align:center;font-weight:500; border-bottom:1px solid #dadada;word-break:keep-all;}
.grad_tb tfoot td.bg{background:#fffdf3;color:#505050;text-align:center;font-weight:500;border-left:1px solid #dadada;border-right:1px solid #dadada; border-bottom:1px solid #dadada;word-break:keep-all;}
.grad_tb .align_l{text-align:left; padding-left:15px;}
.grad_tb .valign_t{ vertical-align: top; }
.grad_tb .th_bg {background:#f6f6f6;}
.grad_tb .btn_inc {background:#014696;font-size:15px;padding:5px 15px;color:#fff !important;}
.grad_tb .btn_inc:hover {background:#003e86;}

.attention { margin-top: 10px; font-size: 14px;color: #666; }
.map_tb { border-top:1px solid #ddd; }
.map_tb th { height:50px; background:#f9f9f9; padding-left:20px; color:#222; font-size:16px; font-weight:600; line-height:50px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; word-break:keep-all; text-align:left;  }
.map_tb td { padding-left:20px; border-bottom:1px solid #ddd; word-break:keep-all; text-align:left; }

.tit_bl {font-size:15px;font-weight:bold;color:#4c6bae;}
ol.list li {text-indent:-18px;margin-bottom:3px;padding-left:18px;}
.bg_box {background:#f6f6f6;border:1px solid #ddd;padding:15px;}

/* tab */
.board_tab .tab { width: 100%; text-align: center;margin: 0 auto 40px; }
.board_tab .tab ul { overflow: hidden; }
.board_tab .tab ul li { width: 181px; height: 60px; background: #ddd; font-size: 20px; line-height: 60px; color: #555; font-weight: 400; letter-spacing: -1px; text-align: center; float: left; cursor: pointer;  margin-left: 2px; box-sizing: border-box; border-radius: 5px;}
/*.board_tab .tab ul li span { color: #666; width: 30px; display: inline-block;}*/
.board_tab .tab ul li:first-child { margin-left: 0;border-left: none;  }
.board_tab .tab ul li.on { color: #fff; background: #ce0d4a; font-weight: 500; }

.tab_two .tab { width:100%; text-align:center; margin:0 auto 40px; }
.tab_two .tab ul { margin:0 auto; overflow: hidden; text-align:center; }
.tab_two .tab ul li { display:inline-block; width:30%; height:60px; background:#f6f6f6; font-size:17px; line-height:40px; color:#555; font-weight:400; letter-spacing:-1px; text-align:center; cursor:pointer; margin-right:0.5%;  margin-bottom:5px; box-sizing: border-box; padding:10px; border-radius:5px;}
.tab_two .tab ul li.on { color: #fff; background: #ce0d4a; font-weight: 500; }

.tab_three { width:100%; margin:0 auto; text-align:center; }
.tab_three .tab { width:100%; margin:0 auto; text-align:center; margin: 0 auto 40px; }
.tab_three .tab ul { width:100%; margin:0 auto; overflow: hidden; }
.tab_three .tab ul li { display:inline-block; width:30%; height:60px; background:#f6f6f6; font-size:17px; line-height:40px; color:#555; font-weight:400; letter-spacing:-1px; text-align:center; cursor:pointer; margin-right:0.5%;  margin-bottom:5px; box-sizing:border-box; padding: 10px; border-radius: 5px;}
.tab_three .tab ul li.on { color: #fff; background: #ce0d4a; font-weight: 500; }

.tab_four .tab { width:100%; text-align:center; margin:0 auto 40px; }
.tab_four .tab ul { margin:0 auto; overflow: hidden; text-align:center; }
.tab_four .tab ul li { display:inline-block; width:20%; height: 60px; background: #f6f6f6; font-size: 17px; line-height: 40px; color: #555; font-weight: 400; letter-spacing: -1px; text-align: center; cursor: pointer; margin-right: 0.5%;  margin-bottom: 5px; box-sizing: border-box;padding: 10px; border-radius: 5px;}
.tab_four .tab ul li.on { color:#fff; background:#ce0d4a; font-weight: 500; }

.tab_six .tab { width: 100%; text-align: center;margin: 0 auto 40px; }
.tab_six .tab ul { overflow: hidden; }
.tab_six .tab ul li { width: 16.25%; height: 60px; background: #f6f6f6; font-size: 17px; line-height: 40px; color: #555; font-weight: 400; letter-spacing: -1px; text-align: center; float: left; cursor: pointer; margin-right: 0.5%;  margin-bottom: 5px; box-sizing: border-box;padding: 10px; border-radius: 5px;}
.tab_six .tab ul li:nth-child(7) { line-height: 20px; }
.tab_six .tab ul li:nth-child(6n) { margin-right: 0;  }
.tab_six .tab ul li.on { color: #fff; background: #ce0d4a; font-weight: 500; }

.tab_seven .tab { width: 100%; text-align: center;margin: 0 auto 40px; }
.tab_seven .tab ul { overflow: hidden; }
.tab_seven .tab ul li { width: 13.85%; height: 60px; background: #f6f6f6; font-size: 17px; line-height: 40px; color: #555; font-weight: 400; letter-spacing: -1px; text-align: center; float: left; cursor: pointer; margin-left: 0.5%;  margin-bottom: 5px; box-sizing: border-box;padding: 10px; border-radius: 5px;}
.tab_seven .tab ul li:first-child { margin-left: 0;  }
.tab_seven .tab ul li.on { color: #fff; background: #ce0d4a; font-weight: 500; }

.tab_eight .tab { width: 100%; text-align: center;margin: 0 auto 40px; }
.tab_eight .tab ul { overflow: hidden; }
.tab_eight .tab ul li { width: 158px; height: 60px; background: #f6f6f6; font-size: 17px; line-height: 40px; color: #555; font-weight: 400; letter-spacing: -1px; text-align: center; float: left; cursor: pointer; margin-left: 2px; box-sizing: border-box;padding: 10px; border-radius: 5px;}
/*.tab_eight .tab ul li span { color: #666; width: 30px; display: inline-block;}*/
.tab_eight .tab ul li:first-child { margin-left: 0;  }
.tab_eight .tab ul li:nth-child(3) { line-height: 18px; }
.tab_eight .tab ul li:nth-child(3) span { display: block; }
.tab_eight .tab ul li.on { color: #fff; background: #ce0d4a; font-weight: 500; }
.tab_eight .tab ul li.on a { color: #fff;  }


/* chart */
.chart-horiz { width:100%; padding:25px; text-align:left; border:3px solid #eee; box-sizing:border-box; }
.chart { zoom:1; width:90%; text-align:left; }
.chart:after { clear:both; content:'.'; display:block; height:0; visibility:hidden; }
.chart ul { width:90%; }
.chart li { display:block; height:30px; margin:10px 0; position:relative; font-weight:600; line-height:30px; }
.chart li:before { color:#fff; content:attr(title); left:5px; position:absolute; }
.chart li.title:before { color:black; font-weight:bold; left:0; }
.chart li:first-child { margin-top:0; }
.chart li .bar{ height:100%; }
.chart li .number { color:#666; font-size:15px; font-weight:400; padding-left:5px; position:absolute; top:-2px; }
.chart li.past .bar { background:#aaa; }
.chart li.past .number { color:#aaa; }

.chart li.units .bar { background-color:#fbc400; }
.chart li.units .number { color:#666; }
.chart li.tens10 .bar { background-color:#69c8f3; }
.chart li.tens10 .number { color:#666; }
.chart li.tens20 .bar { background-color:#ff7271; }
.chart li.tens20 .number { color:#666; }
.chart li.tens30 .bar { background-color:#aaa; }
.chart li.tens30 .number { color:#666; }
.chart li.tens40 .bar { background-color:#b0d843; }
.chart li.tens40 .number { color:#666; }
/*
@media screen and (max-width: 480px){
.chart li { height:auto; }
.chart li:before { color:black; display:block; left:0; position:relative; }
.chart li.title:before { border-bottom:1px solid; }
.chart li .bar { height:23px; }
.chart li .number  {display:block; left:0 !important; padding-left:0; position:relative; top:-8px}
}
*/

a.btn_back {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_popclose {
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: 20px;
    width: 120px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_write {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_confirm {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_confirm_m {
    display: inline-block;
    text-align: center;
    width: 210px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_cancel {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_cancel_m {
    display: inline-block;
    text-align: center;
    width: 210px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_modify {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_reply {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #ce0d4a;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_delete {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
.btn_wrap {
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
.btn_wrap_l {
	overflow: hidden;
	float: left;
}
.type_line {
    width: 100%;
}

.type_line td {
    /* padding: 40px 0; */
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

/*비밀번호 팝업*/
.directions { display:none; width:420px; height:220px; margin:0 auto; background:#fff; font-size:14px; overflow-y:hidden; box-sizing: border-box; border: 1px #333 solid;}
.directions .info_tit { width: 100%; height: 45px; line-height: 45px; background:#ce0d4a; /*border-top: 5px solid #009475; border-bottom: 1px solid #ccc;*/ text-align: center; font-size: 18px; font-weight: 500; margin: 0 auto 20px; color: #fff;}
.directions dl.info_list dt { font-size:16px; margin-bottom: 20px; text-align: center;}
.directions dl.info_list dd { margin-bottom: 20px; text-align: center;}
.directions input {padding: 5px 5px 5px 10px;height: 35px;box-sizing: border-box; width: 90%; border: 1px solid #ddd;}
.directions .pop_close { cursor: pointer; position: absolute;top: 0px;right: 10px;}
.directions .pop_close img {width: 20px;}
.pop_btn_area {width:100%;text-align:center;margin:20px auto;}
a.pop_btn_confirm {
    display: inline-block;
    text-align: center;
    width: 80px;
    background: #ce0d4a;
    height: 35px;
    line-height: 35px;
	font-size: 15px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
a.pop_btn_cancel {
    display: inline-block;
    text-align: center;
    width: 80px;
    background: #666;
    height: 35px;
    line-height: 35px;
	font-size: 15px;
    color: #fff;
	cursor: pointer;
	font-weight: 400;
}
.btn_popup { cursor: pointer; }


/*layer popup*/
.layer_popup { position:absolute; width:427px; /*height: 450px;*/ top:700px; left: 700px; z-index:10000000002;cursor:pointer; }
.layer_popup p { margin: 0 auto; text-align: center; }
.layer_popup2 { position:absolute; width:600px; /*height: 450px;*/ top:0px; left: 427px; z-index:10000000002;cursor:pointer; }
.layer_popup2 p {margin: 0 auto; text-align: center; }
/*.layer_popup p img {width:330px;}*/
.close_wrap { background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 30px;text-align: center; }
.pop_close { float: left; padding: 0 6px; }
.chk_close { float: right; padding: 0 6px; }
.chk_close a { color: #fff; }
@media screen and (max-width:580px) {
    /*layer popup*/
    .layer_popup {position:absolute; width:100%; height: 100%; top:0px; left: 0px; background-color: rgba(0,0,0,0.5); z-index:10000000002;cursor:pointer; }
    .layer_popup p {margin: 0 auto; margin-top:50px; text-align: center;}
    .layer_popup p img {width:300px;}
    .layer_popup .close_wrap {background-color: rgba(0,0,0,0.0); height: 50px; color: #fff; line-height: 30px;text-align: center;}
    .layer_popup .pop_close {
        float: none;
        width: 100%;
        padding: 0 6px;
    }
    .layer_popup .chk_close {
        float: none;
        width: 100%;
        padding: 0 6px;
    }
}