@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.subDepth02 + ul > li a {
    padding: 8px 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}

ul, ol { list-style: none; }

img {
    border: 0;
    vertical-align: middle;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

/* 표 */

/* 제목 */

.contents h2 { margin-bottom: 15px; padding-bottom: 13px; border-bottom: 1px solid #d8d8d8; color: #333; font-weight: bold; font-size: 21px; }
.contents h3 { margin-bottom: 12px; color: #7f5f2e; font-weight: bold; font-size: 15px; }
.contents h4 { margin-bottom: 15px; color: #333; font-weight: bold; font-size: 13px; }
.contents h5 { margin-bottom: 15px; margin-top: 15px;color: #777777; font-weight: bold; font-size: 12px; }

/* 본문 */
.contents p { line-height: 1.5; }

/* 표 */

table {table-layout: fixed; border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 100%; }
caption span {overflow: hidden; position: fixed; top: -9999px; left: -9999px; width: 10px; height: 25px; }
.table {border-top: 2px solid #6f6f6f; border-bottom: 1px solid #d8d8d8; }
.table table thead th {padding: 13px 5px 14px; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; background-color: #f9f9f9; color: #444; font-weight: bold; }
.table table thead th:first-child {border-left: 0; }
.table table tbody th {padding: 11px 5px 12px; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; background-color: #f9f9f9; font-weight: bold; text-align: center; }
.table table tbody td {padding: 11px 5px 12px; border-top: 1px solid #eaeaea; border-left: 1px solid #eaeaea; background-color: #fff; text-align: center; }
.table table tbody tr:first-child td {border-top: 0; }
.table table tbody tr th:first-child {border-left: 0; }
.table table tbody tr td:first-child {border-left: 0; }
.table table thead tr th.borderfix {border-left: 1px solid #eaeaea; }
.table table tbody tr th.borderfix {border-left: 1px solid #eaeaea; }
.table table tbody tr td.borderfix {border-left: 1px solid #eaeaea; }

/* 탭메뉴 */

.tab { display: table; width: 100%; margin-bottom: 25px; }
.tab li { display: table-cell; position: relative; box-sizing: border-box; margin-left: -1px; }
.tab li:first-child { margin-left: 0; }
.tab li.active { margin-left: 0; }
.tab li:after { content: " "; display: block; position: absolute; top: 0; left: -1px; z-index: 100; width: 1px; height: 42px; background-color: #fff; }
.tab li.active:after { display: none; }
.tab li.active + li:after { z-index: -100; }
.tab.item-2 li { width: 50%; }
.tab.item-3 li { width: 33.3%; }
.tab li a { display: block; padding: 12px 0; border-top: 2px solid #f5f5f6; border-right: 1px solid #f5f5f6; border-bottom: 1px solid #cdcdcd; background-color: #f5f5f5; color: #777; font-weight: bold; font-size: 14px; text-align: center; }
.tab li:first-child a { border-left: 1px solid #f5f5f6; }
.tab li.active a { padding: 12px 0 13px; background-color: #fff; border-top: 2px solid #e70128; border-right: 1px solid #cdcdcd; border-bottom: 0; border-left: 1px solid #cdcdcd; color: #e70128; }

.tab-body .tab-content { display: none; }
.tab-body .tab-content.active { display: block; }

/* 
    셀렉트박스

    1. 너비지정시 .select의 width값을 조절
    2. 높이값을 수정할 때는 label의 padding값과 selecr의 height값을 같이 수정

*/

.select { display: inline-block; position: relative; height: 30px; width: 170px; vertical-align: middle; }
.select label { display: block; position: relative; height: 30px; padding: 6px 28px 6px 5px; border: 1px solid #cdcdcd; background: #fff url(/images/m/kr/sub/common/select-bg.png) no-repeat right center; color: #666; font-size: 12px; }
.select select { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 30px; color: #666; font-size: 13px; line-height: 1.2; font-family: inherit; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
.select.focus label { outline: 5px auto #4D90FE; }
.select.disabled label { background-color: #f5f5f5; color: #a7a7a7; }
.select.disabled select{ cursor: default; } 

/* 파일 */

.file {position: relative; width: 317px; font-size: 0; }
.file input[type="text"] {position: relative; z-index: 20; width: 200px; }
.file input[type="file"] {position: absolute; top: 0; left: 0; width: 100%; z-index: 10; height: 30px; opacity: 0; filter: alpha(opacity=0); }
.file span {display: inline-block; margin-left: 15px; min-width: 52px; padding: 8px 14px; background-color: #444; color: #fff; font-weight: bold; font-size: 12px; text-align: center; vertical-align: middle; }

/* 텍스트박스*/
input[type="text"],
input[type="password"] { box-sizing: content-box; height: 16px; padding: 6px 10px; border: 1px solid #cdcdcd; color: #666; font-size: 12px; line-height: 1.2; font-family: inherit; vertical-align: middle; }
input[type="checkbox"],
input[type="radio"] { width: 13px; height: 13px; vertical-align: middle; cursor: pointer; }
textarea { border: 1px solid #e8e8e8; padding: 6px 10px; color: #666; font-size: 14px; line-height: 1.2; font-family: inherit; vertical-align: middle; }

/*
    버튼

    4글자 이하일 경우 버튼의 너비는 width와 padding을 합쳐서 80px이다.
    5글자부터는 양쪽에 14px의 여백이 적용되어 유동적으로 늘어난다.

*/

.btn-wrap { overflow: hidden; }
.btn-wrap .align-left { float: left; }
.btn-wrap .align-right { float: right; }

.btn { display: inline-block; min-width: 40px; padding: 8px 20px; background-color: #444; color: #fff; font-weight: bold; font-size: 12px; text-align: center; vertical-align: middle; }
.btn.red { background-color: #e70128; }
.btn.gray { background-color: #909090; }
.btn.brown { background-color: #997f58; }
.btn.orange { background-color: #ff7c00; }
.btn.white { padding: 7px 20px; border: 1px solid #ccc; background-color: #fff; color: #666; }
.btn.rd { padding: 3px 14px; border: 1px solid #f00; background-color: #fff; color: #666; }
.btn.sm { padding: 7px 14px; }
.btn.xs { padding: 4px 14px; letter-spacing: -1px; }
.btn.sm.white { padding: 6px 14px; }
.btn.xs.white { padding: 3px 14px; }
.btn.download { padding-right: 35px; background-image: url(/images/m/kr/sub/common/icon-download.png); background-repeat: no-repeat; background-position: 100% 0; background-size: 35px 30px; }

/* 페이징 */

.paging { margin-top: 20px; text-align: center; font-size: 0; }
.paging .num { display: inline-block; margin: 0 12px; color: #757575; font-weight: bold; font-size: 12px; vertical-align: middle; }
.paging .num a { display: inline-block; margin-left: 17px; padding: 6px 0; color: #757575; text-align: center; }
.paging .num a:first-child { margin-left: 0; }
.paging .num a.active { color: #ff7b00; } .paging .num .current-page {display: inline-block; color: #ff7b00; padding: 6px 0; vertical-align: middle; }
.paging .num .pisa { display: inline-block; margin: 0 5px; padding: 6px 0; vertical-align: middle; }
.paging .num .total-page { display: inline-block; padding: 6px 0; vertical-align: middle; }
.paging .btn-prev { display: inline-block; width: 30px; height: 30px; background: url(/images/m/kr/sub/common/paging-btn-prev.png) no-repeat; background-size: 30px 30px; vertical-align: middle; }
.paging .btn-next { display: inline-block; width: 30px; height: 30px; background: url(/images/m/kr/sub/common/paging-btn-next.png) no-repeat; background-size: 30px 30px; vertical-align: middle; }

/* 메세지영역 */
.msg { margin-bottom: 25px; padding: 20px; border-top: 2px solid #333; background-color: #f8f8f8; line-height: 1.5; }
.msg .title { display: block; font-weight: bold; font-size: 13px; }
.msg .title em { color: #d80034; font-style: normal; }
.msg .title a { display:inline;color: #d80034; font-style: normal; }
.msg .desc { display: block; margin-top: 11px; font-size: 12px; }

/* 게시판 */

/* 검색영역 */
.board-srch { margin-bottom: 18px; padding: 15px; border-top: 2px solid #333; background-color: #f8f8f8; font-size: 0; text-align: center; }
.board-srch.type1 > div { display: table; width: 100%; }
.board-srch.type1 > div > div { display: table-cell; }
.board-srch.type1 .category { width: 85px; padding-right: 4px; box-sizing: border-box; padding-right: 4px; }
.board-srch.type1 .category .select { width: 85px; text-align: left; }
.board-srch.type1 input[type="text"] { width: 100%; height: 30px; box-sizing: border-box; }
.board-srch.type1 .btn-srch { width: 80px; box-sizing: border-box; padding-left: 4px; }

.board-srch.type2 > div { margin-top: 5px; }
.board-srch.type2 > div:first-child { margin-top: 0; }
.board-srch.type2 .category { display: table; width: 100%; }
.board-srch.type2 .category .select { display: table-cell; width: 50%; box-sizing: border-box; padding-left: 4px; text-align: left; }
.board-srch.type2 .category .select:first-child { padding-left: 0; }
.board-srch.type2 .srch { display: table; width: 100%; }
.board-srch.type2 .srch .input-srch { display: table-cell; }
.board-srch.type2 .srch .input-srch input[type="text"] { width: 100%; height: 30px; box-sizing: border-box; }
.board-srch.type2 .srch .btn-srch { display: table-cell; width: 80px; padding-left: 4px; }

/* 검색결과 개수 */
.board-list .total { margin-bottom: 9px; color: #333; font-weight: bold; font-size: 12px; }
.board-list .total em { color: #d80034; font-style: normal; }

/* 리스트 */
.board-list ul { border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
.board-list ul li { border-top: 1px solid #eaeaea; }
.board-list ul li:first-child { border-top: 0; }
.board-list ul li a { display: block; padding: 19px 0 12px; }
.board-list ul li a .subject { display: block; overflow: hidden; color: #333; font-weight: bold; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.board-list ul li a .subject .category { margin-right: 4px; color: #7f5f2e; }
.board-list ul li a .desc { display: -webkit-box; overflow: hidden; margin-top: 8px; color: #555; font-size: 12px; line-height: 1.5; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.board-list ul li a .date { display: block; margin-top: 15px; color: #999; font-size: 12px; }
.board-list ul li a .info { display: block; margin-top: 15px; font-size: 0; }
.board-list ul li a .info .add-file { position: relative; margin-right: 15px; font-size: 12px; color: #999; }
.board-list ul li a .info .add-file:after { content: " "; display: block; position: absolute; top: 4px; right: -8px; width: 1px; height: 11px; background-color: #999; }
.board-list ul li a .info .add-file img { height: 14px; }
.board-list ul li a .info .date { display: inline; }
.board-list ul li a div.qna_name{position:absolute; margin-bottom: 10px;}
.board-list ul li a div.qna_date{position:absolute; margin-bottom: 10px;    margin-top: 8px;}
.board-list ul li a div.qna_desc{text-align:right;  }
.board-list ul li a div.qna_status{color : #f00; text-align:right;     margin-top: 8px;}

/* 상세보기 */
.board-view .title { padding: 14px 0; border-top: 2px solid #333; border-bottom: 1px solid #eaeaea; }
.board-view .title .subject { display: block; overflow: hidden; color: #333; font-weight: bold; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.board-view .title .subject .category { margin-right: 4px; color: #7f5f2e; }
.board-view .title .date { margin-top: 8px; color: #999; font-size: 12px; }
.board-view .article { padding: 10px 0 35px; border-bottom: 1px solid #d8d8d8; word-break: break-all; }
.board-view .article img { max-width: 100%; }
.board-view .article .file-list { margin-top: 35px; }
.board-view .article .file-list li { margin-top: 10px; }
.board-view .article .file-list li:first-child { margin-top: 0; }
.board-view .article .file-list li img { height: 16px; vertical-align: top; }
.board-view .btn-wrap { margin-top: 20px; }

/* FUNCTIONAL CLASS */

.hidden {
    overflow: hidden;
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 10px;
    height: 25px;
}

label.hidden {
    display: none;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.bg-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(/images/m/kr/sub/common/bg_000_5.png) repeat;
}

.modal-open {
    overflow: hidden;
}

/* COMMON AREA STYLE */

body {
    height: 100%;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
    font-family: "malgun gothic";
}

/* 
    contents라는 class는 본문영역 한군데에만 사용되어야 한다.
    작은범위의 내용을 담을 때는 s를 뺀 content로 사용해야한다.
    contents에 지정된 id는 Skip Navigation의 용도로만 사용해야 하며
    id에는 스타일을 지정해서는 안된다.

 */

.header { position:fixed; top:0; right:0; left:0; width:100%; height:64px; z-index:300; background-color:#fff; }
.header h1{
  position: absolute;
  top:20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header h1 a img{ width:auto; height:35px; vertical-align: top; }

.header .btn-aside{ position:absolute; top:12px; left:10px; width:40px; height:40px;}
.header .btn-aside a i{ position:absolute; top:10px; left:9px; border-radius:2px; display:block; width:22px; height:4px; background: -moz-linear-gradient(left, rgba(229,27,55,1) 0%, rgba(244,124,39,1) 100%); background: -webkit-linear-gradient(left, rgba(229,27,55,1) 0%,rgba(244,124,39,1) 100%); background: linear-gradient(to right, rgba(229,27,55,1) 0%,rgba(244,124,39,1) 100%); }
.header .btn-aside a i.bar2{ width:10px; top:18px;}
.header .btn-aside a i.bar3{ width:17px; top:26px;}


.header .aside-mask{ display: none; position: absolute; top: 0; right: 0; left: 0; z-index: 10;   }
.header .aside{ position: relative; left:-90vw; width:79vw; box-shadow:none; padding:0 15vw 0 0; background-color:rgba(231,1,40,0.95);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-overflow-scrolling: touch;
 }
.header .aside .inner{ overflow-y: auto; background-color:#fff;}
.header .aside-mask #dim{ position:absolute; top:0; right:0; left:75vw; width:25vw; bottom:0; display:block; background-color:transparent;}
.header .aside.active { left: 0; }
.header .aside .hd{ text-align:center; padding:27px 0;}
.header .aside .hd ul li{ display:inline-block; }
.header .aside .hd ul li a,
.header .aside .hd ul li span{ position:relative; padding:0 14px; display:block; line-height:1.2;}
.header .aside .hd ul li strong{ font-weight:600; color:#000;}
.header .aside .hd ul li+li a:before{ content:""; position:absolute; width:1px; height:10px; background-color:#ccc; top:50%; left:0; margin-top:-5px; display:block;}
.header .aside .hd ul.login{ text-align:left;}
.header .aside .hd ul.login li.user{ display:block; font-size:14px; margin-bottom:5px;}
.header .aside .hd ul.login li.user+li a:before{ display:none;}
.header .aside .hd ul.login li.user+li a:after{ content:">"; margin-left:5px;}
.header .aside .gnb{ padding:0; border-bottom:#ccc 1px solid;}
.header .aside .gnb>li>a{ position:relative;line-height:56px; padding:0 35px 0 45px; font-size:15px; color:#333; border-top:#ccc 1px solid; background:#fff url(/images/m/kr/sub/common/path-lv2-arrow.png) no-repeat 100% 10px; background-size:38px 86px; }
.header .aside .gnb>li.active>a{ background:#fff url(/images/m/kr/sub/common/path-lv2-arrow.png) no-repeat 100% -33px; background-size:38px 86px; }
.header .aside .gnb>li>a:before{ content:""; position:absolute; top:50%; left:12px; margin-top:-9px; display:block; background-size:19px 18px; width:19px; height:18px;}
.header .aside .gnb>li.gnb1>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic1.png');}
.header .aside .gnb>li.gnb2>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic2.png');}
.header .aside .gnb>li.gnb3>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic3.png');}
.header .aside .gnb>li.gnb4>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic4.png');}
.header .aside .gnb>li>ul{ border-top:#ccc 1px solid; padding:6px 0; display:none;}
.header .aside .gnb>li>ul>li>a{ line-height:40px; padding:0 25px 0 45px; font-size:13px; color:#333;  }
.header .btn-close { width:35px; height:35px; display:block; position:absolute; top:10px; left:66vw; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.header .btn-close:before{ content:""; position:absolute; top:50%; left:0; width:35px; height:2px; margin:-1px 0 0 0;  background-color:#fff; display:block;}
.header .btn-close:after{ content:""; position:absolute; top:0; left:50%; width:2px; height:35px; margin:-0 0 0 -1px;  background-color:#fff; display:block;}
.header .btn-close span { position:absolute; top:-9999px; left:-9999px; }


.pathWrap{ position: fixed; top: 64px; right: 0; left: 0; z-index: 200; }
.depth01{ position: relative; z-index: 20; }
.depth01 a{ display: block; height:45px; padding:0 25px; line-height: 46px; color:#fff; font-size:16px; font-weight:bold;}
.depth01 .current-path{ border-bottom: 2px solid #cdcdcd; background-color: #d80034; background-repeat: no-repeat; background-image:url(/images/m/kr/sub/common/path-lv1-arrow.png); background-position:100% 0; background-size:38px 86px; }
.depth01.active .current-path{ background-position:100% -43px; }
.depth01.active ul { display: block; }
.depth01 ul { display: none; position: absolute; top:43px; right: 0; left: 0; background-color:#151515; box-shadow: 0 2px 3px rgba(0,0,0,0.2); }
.depth01 ul li { border-bottom:1px solid #232323; }
.depth01 ul li a{ color:#888; display:block;}
.depth01 ul li.active a{ color:#444; }

.depth02.type2 { display: table; position: relative; width: 100%; }
.depth02 > div { position: relative; z-index: 10; }
.depth02.type2 > div { display: table-cell; width: 50%; }
.depth02 > div .current-path { display: block; box-sizing: border-box; padding: 13px 25px; border: 1px solid #ececec; background: #ececec url(/images/m/kr/sub/common/path-lv2-arrow.png) no-repeat 100% 0; background-size: 38px 86px; color: #333; font-weight: bold; font-size: 13px; letter-spacing: -1px; max-height: calc(1.2em * 3);}
.depth02 > div.active .current-path { background-position: 100% -43px; background-size: 38px 86px; }
.depth02.type1 > div:last-child .current-path { background-color: #fff; border-top: 1px solid #fff; border-right: 0; border-bottom: 1px solid #ececec; border-left: 0; }
.depth02.type2 > div:last-child .current-path { background-color: #fff; border-top: 1px solid #fff; border-right: 0; border-bottom: 1px solid #ececec; border-left: 1px solid #e1e1e1; }
.depth02 > div ul { display: none; position: absolute; right: 0; left: 0; border-right: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; background-color: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); }
.depth02 > div ul li { border-top: 1px solid #ececec; }
.depth02 > div ul li:first-child { border-top: 0; }
.depth02 > div.active ul { display: block; }
.depth02 > div ul li a { display: block; padding: 13px 25px; color: #444; }
.depth02 > div ul li.active a { color: #999; }


.subDepth02 + ul{
  padding: 0 25px 0 60px;
  display: none;
}
.subDepth02 + ul > li a{
  padding: 8px 0;
}
.subDepth02 + ul.active{
  display: block;
}


.contents { padding: 177px 25px 75px; background-color: #fff; }

.footer{
  padding: 14px 0 23px;
  background: #222;
  font-size: 10px;
  color: #999;
  text-align: center;
}
.footer ul{
}
.footer ul li{
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
  background: #444;
}
.footer ul li:last-child{
  margin-right: 0;
}
.footer ul li a{
  padding: 7px 9px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-decoration: none;
}
.footer .copy{
  margin-top: 10px;
  font-size: 10px;
}


/* 이용약관 */
.terms { padding-top: 90px; }
.terms h2 { padding-bottom: 0; border-bottom: 0; }
.terms .sticky-line { position: fixed; top: 64px; right: 0; left: 0; height: 3px; background-color: #d80034; box-shadow: 0 2px 0 rgba(0,0,0,0.2); }
.terms .section-wrap { padding: 25px 20px 35px; border: 1px solid #e8e8e8; border-top: 2px solid #333; }
.terms .section { margin-top: 15px; }
.terms .section:first-child { margin-top: 0; }
.terms .section h3 { margin-bottom: 10px; color: #333; font-weight: bold; font-size: 12px; }
.terms .section ul li { margin-top: 6px; line-height: 1.5; }
.terms .section ul li:first-child { margin-top: 0; }
.terms .description { margin-top: 25px; color: #333; font-weight: bold; font-size: 11px; line-height: 1.2; text-align: right; letter-spacing: -1px; }
.terms .btn-wrap { margin-top: 20px;text-align: center; }

.helper {
    padding: 25px;
    border: 1px solid #ebebeb;
}

.helper .heading {
    padding-left: 25px;
    background: url(/images/sub/common/helper-icon-megaphone.png) no-repeat;
    color: #333;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.helper ul {
    margin-top: 12px;
}

.helper ul li {
    padding-left: 10px;
    background: url(/images/sub/common/helper-bullet-dot.png) no-repeat 0 8px;
    color: #909090;
    line-height: 1.6;
}

.bPopup{ display:none; background-color:#fff; margin:0 10px;}
.bPopup .popup_con{ width:100%;}
.bPopup .popup_con h5{ font-size:18px; line-height:55px; border-bottom:2px solid #eaeaea; font-weight: bold; color: #666;}
.bPopup .popup_con > a.popup_close_btn {    width: 14px;    height: 14px;    position: absolute;    top: 20px;    right: 17px;}

.notice0228 .popup_con { 
    margin-bottom: 10px;
}

.notice0228 h3{
  margin: 0 25px;
  padding: 23px 0 13px;
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid #d8d8d8;
  color: #333;
}

.notice0228 .content { 
    padding: 20px;
    text-align: left;
}
.notice0228 .title { 
    text-align: center;
    padding: 10px 0 20px;
}
.notice0228 .btn-wrap { display: flex; }
.notice0228 .btn-wrap  a { 
    width: 50%;
    margin-right: 5px;
    height: 40px;
    font-size: 14px;
    line-height:40px;
    text-align: center;
    font-weight: bold;
}
.notice0228 .btn-wrap  a:last-child { 
    margin-right: 0px;
}
.notice0228 .btn-wrap  a.close { 
    font-weight: normal;
    background: #dddddd;
    font-size: 14px;
    color: #666666;
}    

.popup_con > a.popup_close_btn{
  width: 22.5px;
  height: 22.5px;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 15px;
}
.popup_con > .popup_close_btn a img{
  width: 100%;
}

.loading{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: #fff;
  opacity: 0.8;
  display: none;
}
.loading img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.loading.active{
  display: block;
}

/* 20220422 팝업 스타일 추가 */
.newPopup { font-family: 나눔고딕;}
.newPopup h2.bgred {
    margin: 0px;
    padding: 15px 0 15px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: none;
	background-color: #e70128 !important;
    color: #fff;
	text-align: center;
} 

.newPopup .popup_con .content {
    padding: 0 0 20px 0;
}
.newPopup .popup_con .content .inner_wrap { background: #f4f4f4; padding: 10px; }
.newPopup .popup_con .content .inner_wrap .inner { border: 2px solid #e1e1e1; background: #fff; padding: 20px; margin-bottom: 10px; text-align: center; }
.newPopup .popup_con .content .inner_wrap .inner:last-child { margin-bottom: 0px; }
.newPopup .popup_con .content .inner_wrap .inner div.tit { color:#e70128; text-align: center; font-size: 15px; margin-bottom: 15px; font-weight: bold; letter-spacing: -1px; }
.newPopup .popup_con .content .inner_wrap .inner .txt { font-size: 13px; line-height: 1.5; text-align: left; }
.newPopup .popup_con .content .inner_wrap .inner a { display: block; background: #9b7847; margin: 15px 0 0; padding: 10px; position: relative; }
.popup0422 .popup_con .content .inner_wrap .inner a span { color: #fff; font-size: 13px; }
.popup0422 .popup_con .content .inner_wrap .inner a span:after { 
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../../../images/m/kr/sub/common/popup_sbtn_arrow.png") no-repeat 0px 0px;
	background-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;    
}
.newPopup .popup_con .content .inner_wrap .inner .txt b.red { color: #e70101; line-height: 1.5; }
.newPopup .popup_con .content .inner_wrap .inner .txt span.orange { display: block; color: #ff4e00; margin-top: 10px; }
.newPopup .popup_con .content .inner_wrap .inner .txt ul { margin: 10px 0 0;}
.newPopup .popup_con .content .inner_wrap .inner .txt ul li { padding: 0 0 5px 10px; position: relative; }
.newPopup .popup_con .content .inner_wrap .inner .txt ul li:last-child { padding-bottom: 0px; } 
.newPopup .popup_con .content .inner_wrap .inner .txt ul li:before{ 
    content: '-';
    position: absolute;
    left: 0px;
}
.newPopup .popup_con .content .inner_wrap .inner .txt ul li span { display: block; color: #313131; font-weight: bold; }
.newPopup .popup_con .content .inner_wrap .inner .txt ul li span:first-child { margin-top: 5px; }
.newPopup .popup_con .content .banner_notice { position: relative; }
.newPopup .popup_con .content .banner_notice .btn_wrap { position: absolute; width: 100%; bottom: 0px; text-align: center; }
.newPopup .popup_con .content .banner_notice a.video_play { display: inline-block; background: rgba(0,0,0,0.7); border: 1px solid #fff; line-height: 34px; border-radius: 17px; padding: 0 30px 0 15px; margin-bottom: 20px; position: relative; }
.newPopup .popup_con .content .banner_notice a.video_play span { display: inline-block; color: #fff; }
.newPopup .popup_con .content .banner_notice a.video_play span:after { 
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../../../images/m/kr/sub/common/popup_sbtn_arrow.png") no-repeat -15px 0;
	background-size: 30px;
    position: absolute;
    top: 9.5px;
    right: 10px;    
}
.newPopup .btn-wrap { display: flex; padding: 10px 10px 15px; }
.newPopup .btn-wrap a.btn {
    display: inline-block;
    min-width: 112px;
    padding: 10px 14px 11px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
	flex: 1 1 0;
}
.newPopup .btn-wrap a.btn + .btn { margin-left: 10px;}
.newPopup .btn-wrap a.btn.red { background-color: #e70128; color: #fff; }
.bPopup.newPopup .popup_con > a.popup_close_btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 16px;
    right: 17px;
}

.reduce_msg {
    color: red;
    font-size: 15px;
    margin-top: 10px;
}
.reduce-main .discount { color: rgb(0, 0, 255); line-height: 2; font-size: 14px; margin-bottom: 20px; margin-left: 15px; font-weight: bold;}

/*사용자계약서 0219*/
.radioTab{overflow:hidden;display:flex;flex-wrap:wrap;width:100%; padding:10px;}
.radioTab .radio{position:relative;flex:1;-ms-flex:1;}
.radioTab .radio ~ .radio{margin-left:-1px !important;}
.radioTab .radio button{min-height:150px;border:1px solid #ff7b00;overflow:hidden;display:flex;height:50px;padding:15px;text-align:center;align-items:center;-ms-flex-align:center;justify-content:center;-ms-flex-pack:center;border-radius:5px;font-size:15px;width:100%;position:relative;background:#f9f9f9;}
.radioTab .radio .dokakao{margin-left:10px;}
.radioTab .tab1{font-weight:bold; color:#000000;}

/*ISMSP*/
.ismsp { display: flex;grid-column-gap: 10px;margin-top: 10px; justify-content: center;}
.ismsp .img { height: 50px;}
.ismsp .text { }
.ismsp .text  div{ display: flex;padding: 5px 0px 10px 0px; }

/*보일러서류접수 팝업*/
.popup .tx_box{
  padding: 30px 0;
  line-height: 22px;
  font-size: 16px;
}