﻿@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-4Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'scdr';
    src: url('/font/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}






/* CSS 초기화 */
html, body, div, span, object, iframe, p, blockquote, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    letter-spacing:-1px;

}

body {font-family:'scdr','Nanum Gothic', 'Nanum Barun Gothic','Malgun Gothic',Sans-serif,Helvetica;}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

nav ul, li {
   list-style: none;
}

img {
    vertical-align: top;
}

a{
margin:0;
padding:0;
font-size:100%;
text-decoration:none;
vertical-align:baseline;
color:#fff;
background:transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    vertical-align: top;
    border: 0px solid #a1a1a1;
    color: #212121;
}


input::-webkit-input-placeholder {color:#e65d5d;}

/* ie10이상 select박스 화살표 디자인 수정 */
select::-ms-expand{opacity:0}
/* CSS 초기화 ed */



ul.zero-size {font-size: 0px;}
ul.zero-size li {
  font-size:21px;
  background: slategrey;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding:6px 12px;
  color: white;
  cursor:pointer;
}
ul.zero-size li:hover {background: #fa3434;}


/*tab st*/

.tabs {
    width: 1000px;
    float: none;
    list-style: none;
    position: relative;
    margin: 80px 0 0 0px;
    text-align: left;
}
.tabs::after {
    display: table;
    content: "";
    clear:both;
}
.tabs li {
    float: left;
    display: block;
    color: #fff;
}
.tabs input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
}
.tabs label {
    display: block;
    padding: 14px 21px;
    border-radius: 2px 2px 0 0;
    font-size: 17px;
    text-transform: uppercase;
    background: #7d7c7d;
    cursor: pointer;
    position: relative;
    top: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs label:hover {
    background: #fa2b2b;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 5px;
    position: absolute;
    top: 53px;
    left: 0;
    background: #fff;
    color:#222;
    font-weight:400

}
.tabs [id^="tab"]:checked + label {
    top: 0;
    padding-top: 17px;
    background: #e70128;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}



/*개설비용 st*/
.cplus_table { width: 98%;margin:0 auto; background-color:#fff}
.cplus_table th {padding:12px 0px;  color:#fff; font-size:16px;text-align: center;background-color: #2e2b2b;}
.cplus_table tr {line-height:13px;border-bottom: 1px solid #d7d7d7;}
.cplus_table td {font-size:14px;padding:12px 0px;border: 1px solid #d7d7d7;text-align:center; font-weight:400;line-height:140%;}
.cplus_table td b{font-size:18px;}
.green_text{color:#008c66;font-weight:600;}
.red_text{color:#fa2b2b;font-weight:600;}

/*개설비용 end*/

