@charset "utf-8";

/* common */
.bullet-title { margin-top: 50px; margin-bottom:20px; padding-left:30px; background: url(../images/bullet01.png) left 7px no-repeat; background-size: 14px; color: #333; font-size:2.3rem; line-height: 1.2; word-break:keep-all; }

.check-title { margin:30px 0 20px; padding-left:31px; background:url(../images/bullet02.png) left 6px no-repeat; background-size: 16px; font-size:2rem; line-height: 1.2; word-break:keep-all; }
.check-title.txt-blue { color:#3366cc; }

.check-title.list { margin: 50px 0 20px; }

[class^="content-ul"] { margin-bottom: 50px; }
[class^="content-ul"] > li { padding: 5px 0; word-break:keep-all;}
[class^="content-ul"] > li > p { position:relative; padding-left:31px; }
[class^="content-ul"] > li > p:before { position:absolute; top:0; left:0; display:inline-block; content:""; line-height:11px; }
[class^="content-ul"] > li > h4 { position:relative; padding-left:31px; }
[class^="content-ul"] > li > h4:before { position:absolute; top:0; left:0; display:inline-block; content:""; line-height:11px; }

.content-ul-check > li > p:before { top:6px; left:2px; width:16px; height:12px; background:url(../images/bullet02.png) left center no-repeat; background-size: 16px; }
.content-ul-check > li > p.txt-blue { color:#3366cc; font-size:2rem; font-weight: 700; }

.content-ul-check.row > li { margin: 25px 0; }
.mark_kogl { display: inline-block; width: 100px;}

.content-ul-check > li > h4.txt-blue::before { top:6px; left:2px; width:16px; height:12px; background:url(../images/bullet02.png) left center no-repeat; background-size: 16px; }
.content-ul-check > li > h4.txt-blue { color:#3366cc; font-size:2rem; }

.content-ul-circle > li > p:before { top:4px; left:2px; width:16px; height:16px; background:url(../images/bullet03.png) left center no-repeat; background-size: 16px; }
.content-ul-circle > li > p.txt-cyan { font-size:2rem; }

.content-ul-circle > li > h4:before { top:4px; left:2px; width:16px; height:16px; background:url(../images/bullet03.png) left center no-repeat; background-size: 16px; }
.content-ul-circle > li > h4.txt-cyan { font-size:2rem; }

.content-ul-dash { margin-top: 20px; }
.content-ul-dash > li > p:before { top:10px; left:9px; width:8px; height:3px; background:#258197;  }
.content-ul-dash > li.link > p > a > img { display: inline-block; margin-left: 10px; }
.content-ul-dash > li.link > p > a:hover { color:#3366cc; text-decoration: underline; }

.content-ul-blue { color:#3366cc; font-size:2rem; font-weight: 700; }
.content-ul-blue  > li > p:before { top:3px; left:2px; width:18px; height:18px; background:url(../images/bullet04.png) left center no-repeat; background-size:18px; }

[class$=-ul-i] > li > p { position:relative; padding-left:13px; }
[class$=-ul-i] > li > p:before { position:absolute; top:0; left:0; display:inline-block; content:""; line-height:11px; }



/* 연혁/ 활용사례 */
.history-dot-ul-i { display: inline-block; margin-bottom: 14px; margin-left: 13px; width:100%; }
.history-dot-ul-i > li { margin-top: 14px; }
.history-dot-ul-i > li > p:before { top:10px; left:0; width:4px; height:4px; background:#666; border-radius: 50%; }

/* 연혁/ 활용사례 */
.dash-ul-i { margin-top: 10px; }
.dash-ul-i > li { padding: 5px 0; word-break:keep-all;  }
.dash-ul-i > li > p:before { top:10px; right:6px; width:6px; height:2px; background:#c0c0c0; }

@media only screen and (max-width: 1024px) {
    .history-dot-ul-i { margin-left:0; }
}

.dot-ul { margin-top: 20px; }
.dot-ul li { position: relative; padding: 5px 0 5px 10px;  line-height: 1.4em; word-break:keep-all; }
.dot-ul li:before { position: absolute; top:15px; left: 0; display: inline-block; content: "";  width:3px; height:3px; border-radius: 3px; background:#747474;  }

.line-box { padding: 30px 40px; border-top: 2px solid #4078C0; background:#f5f9fc; border-right: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; }
.line-box > h4.title { color:#3366cc; font-size:2rem; }
@media all and (max-width:480px){   
    .line-box { padding: 20px; }
}


/*---------------- sub tab ----------------*/ 
.responsive-tab { margin-top: 50px; width: 100%; border-bottom: 1px solid #d5d5d5; }
.responsive-tab .tab-ul { display: flex; flex-wrap:nowrap; align-items: stretch; align-content: stretch; justify-content: space-between; margin: 0 auto; text-align: center; list-style: none;  }/* justify-content: space-between; */
.responsive-tab .tab-ul li { display: flex; vertical-align:bottom; }
.responsive-tab .active { color: #004aaa; border-bottom-color: #004aaa; }
.responsive-tab .tab-ul > li a { display: inline-block; padding:6px 20px 12px 20px; color: #555; text-decoration: none; font-size:2.2rem; }
.responsive-tab .tab-ul > li a.active { position: relative; bottom:0; border-bottom:3px solid #004aaa;  color: #004aaa; }
.responsive-tab .tab-ul > li a.active:after { position: absolute; right: 0; bottom: -2px; left:-20px; display: inline-block; content: "\e935"; margin: 0 auto; width:4px; height:4px; color: #004aaa; font-family: "xeicon";  }

.responsive-tab .tab-ul > li.info a { font-size:2rem; letter-spacing:-2px; }

@media all and (max-width:280px){  
    .responsive-tab .tab-ul > li.info a { font-size:1.9rem; }
}

.tabs > div { display: none; padding-bottom:50px; }
.tabs > .active { display: block; }
            
h2.content-title { position:relative; margin-top: 50px; margin-bottom:20px; color: #333; font-size:2.8rem; font-weight: 400; word-break: keep-all; line-height: 1.2em; }

h2.content-title.map { padding-bottom: 14px; background: url(../images/title_map.png) 0 bottom no-repeat; background-size: 200px; }
h2.content-title.circle { padding-left:30px; background: url(../images/bullet07.png) left 7px no-repeat; background-size: 22px; color:#007db6; font-weight: 700; }

.num-ol > li { position: relative; padding:10px 10px 10px 40px; word-break: keep-all; line-height:20px; }/*font-size: 1.13em;*/
.num-ol > li span.num { position: absolute; top:10px; left: 0; padding-top:1px; width:24px; height:24px; background: #4078C0; border-radius:24px; color: #fff; text-align: center; }

.num-dl dt, .num-dl dd { position: relative; word-break: keep-all; line-height:20px; }
.num-dl dt { padding:10px 10px 10px 30px; font-weight: 700; font-size: 2rem; }
.num-dl dd { padding:0px 10px 10px 30px; }
.num-dl dt span.num { position: absolute; top:10px; left: 0; width:20px; height:20px; background: #444; border-radius:20px; color: #fff; text-align: center; font-size: 1.5rem; line-height:19px;  }
.num-dkgray { display: inline-block; margin-right:2px; width:20px; height:20px; background:url(../images/bg_num.png) 0 0 no-repeat; background-size: 20px;color: #fff; text-align: center; font-size: 1.5rem; line-height:19px; }


.box-sub { margin: 20px 0; padding:2rem 2.5rem; border:0; background: #f5f9fc; }
.box-sub .box-sub-ol  { padding: 0; }
.box-sub .box-sub-ol > li { margin-top:10px; color: #666; }/*font-size: 1.13rem;*/
.box-sub .box-sub-ol > li > b { margin-right:15px; color: #333; font-style: italic; }
.box-sub .box-sub-ol > li > .margin { margin-right:30px;}
.box-sub .box-sub-ol > li:first-child { margin-top: 0; }

.box-line { position: relative; padding: 2rem; border: 7px solid #f9f9f9; background: #fff; }
.box-linebg { position: relative; padding: 2rem; border: 1px solid #4078C0; background: #f5f9fc; color: #666; font-size:1.6rem; line-height:1.5; }
.box-round { position: relative; padding:4rem; border:1px solid #d6d6d6; border-radius:8px; background: #fff; }
.box-img { position: relative; padding:4rem; } 
@media (max-width: 768px) {
    .box-img { padding:4rem 2rem; }
}
@media (max-width: 480px) {
    .box-round { padding:3rem 2rem; }
    .box-img { padding:0rem 3rem; } 
}

@media (max-width: 1440px) {
    .responsive-tab .tab-ul > li a {  padding:6px 10px 12px 10px; }
    
}
@media (max-width: 1280px) {
    .responsive-tab .tab-ul.w80 { width:100%; }    
}
@media (min-width: 1025px) and (max-width: 1280px){
    .responsive-tab .tab-ul > li a { letter-spacing: -2px; }
}

@media (max-width: 1024px) {
    .responsive-tab  { width: 100%;  }
    .responsive-tab .tab-ul { position: relative; display:table; width: 100%; border: none; }
    .responsive-tab .tab-ul::after { position: absolute; top: 16px; right: 15px; z-index:2; content: "\e91c"; font-size:1.6rem; font-family: "xeicon"; pointer-events: none; }

    .responsive-tab .tab-ul > li { display: block; width:100%;  cursor: pointer; }
    .responsive-tab .tab-ul > li a { position: absolute; top: 0; left: 0; display: block; padding: 15px 0 15px; width:100%; height: 100%; border: 1px solid #ccc;  cursor: pointer; }/*border-color: transparent;*/
    .responsive-tab .tab-ul.open a { position: relative; display: block; border-bottom:0; }
    .responsive-tab .tab-ul > li a.active { z-index: 1; width: 100%; background: #fff; }
    
    h2.tab-title { font-size:2.2rem; }
    
    .num-ol > li {  padding:10px 10px 10px 30px; }
    .num-ol > li span.num { top:12px; padding-top:0; width:20px; height:20px; font-size:1.4rem; line-height:18px; }
    
    .box-sub .box-sub-ol > li { margin-top:10px; }
    .box-sub .box-sub-ol > li > .margin { margin-right:0px;}
}

@media (max-width:480px) {
    h2.tab-title { letter-spacing: -2px; }    
    .box-sub .box-sub-ol > li > b { margin-right:10px; }
}


/*---------------- card ----------------*/ 
.card-container { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; /*gap:36px;*/ gap:12px; /*margin-top: 50px;*/ margin-right:36px; width: 100%; max-width: 1400px; height: auto; color: #5f6371; text-align: center; font-weight:700; }
.card-container a { display: block; height:auto; }
.card-container .card { height:530px; background-color: #fff; border:1px solid #d6d6d6; border-radius:8px; overflow: hidden; }/*box-shadow: 0 40px 40px -20px #8fc7d544;*/
.card-container .card .card-top { height: 300px; overflow: hidden; }

.card-container .card .card-top > img { width: 100%; height: inherit; transition: 300ms; object-fit:contain; -o-object-fit: contain; object-position: center; -o-object-position: center; }
.card-container .card .title { padding: 12px; background: #e7e8ec; color: #1c2239; font-size:2.4rem; line-height: 3.2rem; }
.card-container .card .card-content { padding:35px 20px 0px; }

.card-container li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (max-width: 1240px) {    
    .card-container { margin: 0; /*padding:40px 0;*/ height: auto;grid-template-columns: 1fr 1fr; }
    .card { height: auto; }
}

@media only screen and (max-width: 768px) {
    .card-container { grid-template-columns: 1fr; }
  }


.card-container .cardline { /*padding: 25px;*/ padding: 6px; /*height:440px;*/ height:100%; background-color: #fff; border-top:2px solid #d6d6d6; border-right:1px solid #d6d6d6; border-bottom-right-radius:8px; border-left:1px solid #d6d6d6; border-bottom-left-radius:8px; color: #333; border-bottom:1px solid #d6d6d6; text-align: left; overflow: hidden; }
.card-container .cardline.item00 { border-top-color: #4078C0;}
.card-container .cardline.item01 { border-top-color: #4078C0; background:url(../images/img_cardline01.png) 90% 92% no-repeat; background-size: 82px; }
.card-container .cardline.item02 { border-top-color: #258197; background:url(../images/img_cardline02.png) 90% 92% no-repeat; background-size: 87px; }
.card-container .cardline.item03 { border-top-color: #28cbb2; background:url(../images/img_cardline03.png) 90% 92% no-repeat; background-size: 78px; }
.card-container .cardline h2.title { margin:20px 0 40px; font-size:2.8rem; }
@media only screen and (max-width: 768px) {

    .card-container .cardline { height:100%; }
    .card-container .cardline.item00 { border-top-color: #4078C0;}
    .card-container .cardline.item01 { background:url(../images/img_cardline01.png) 95% 92% no-repeat; }
    .card-container .cardline.item02 { background:url(../images/img_cardline02.png) 95% 92% no-repeat; }
    .card-container .cardline.item03 { background:url(../images/img_cardline03.png) 95% 92% no-repeat; }
  }
@media only screen and (max-width:480px) {

    .card-container .cardline { height:100%; }
    .card-container .cardline.item00 { border-top-color: #4078C0;}
    .card-container .cardline.item01 { background:url(../images/img_cardline01.png) 92% 92% no-repeat; }
    .card-container .cardline.item02 { background:url(../images/img_cardline02.png) 92% 92% no-repeat; }
    .card-container .cardline.item03 { background:url(../images/img_cardline03.png) 92% 92% no-repeat; }
  }

/*---------------- card stock ----------------*/ 
.card-container-stock { position: relative; display: grid; grid-template-columns: 1fr; gap:12px; margin:5px; width: 100%; max-width: 1400px; height: auto; text-align: center; font-weight:700; font-size: 1.4rem;}
.card-container-stock .cardline { padding: 6px; height:100%; border-top-color: #4078C0; background-color: #fff; border-top:2px solid #d6d6d6; border-right:1px solid #d6d6d6; border-bottom-right-radius:8px; border-left:1px solid #d6d6d6; border-bottom-left-radius:8px; color: #777; border-bottom:1px solid #d6d6d6; text-align: left; overflow: hidden; }
.card-container-stock .cardline .view_info1 {position: relative;  border-bottom:1px solid #ddd; min-height: 38px; color: #333;   }
.card-container-stock .cardline .view_info1 .stock {float: left; border:1px solid #888; padding: 0px 6px; margin-right: 8px;}
.card-container-stock .cardline .view_info1 .title {position: relative; top: 1px;}
.card-container-stock .cardline .view_info2 {position: relative;min-height: 32px; border-bottom:1px solid #ddd; font-size: 1.2rem; }
.card-container-stock .cardline .view_info2 .comt {position: relative; min-height: 32px; min-top: 24px;}
.card-container-stock .cardline .view_info2 .comp {position: absolute; top: 0px; right:6px;}
.card-container-stock .cardline .view_info3 {text-align: center; min-height: 32px; top: 26px; border-bottom:1px solid #ddd; color: #333; }
.card-container-stock .cardline .view_info4 { }


/*---------------- table ----------------*/ 
.table { display:table; width:100%; border-top:1px solid #333; border-collapse:collapse; table-layout:fixed; }
.table caption { z-index:-1; line-height:0;  }
.table th, .table td { border-bottom:1px solid #ddd; text-align:center; font-size:1.6rem; word-wrap:break-word; }
.table thead th { padding:10px 8px; border-bottom:1px solid #333; color:#333; font-weight:700; }
.table tbody td { padding:10px 12px; color:#333; }

.table.thead1 { margin-top:10px; border-top:2px solid #333;}
.table.thead1 th, .table.thead1 td { vertical-align:middle; }
.table.thead1 thead th { padding:12px 10px; border:1px solid #ddd; background:#f9f9f9; font-weight:400; }
.table.thead1 thead th, .table.thead1 tbody th { color:#333; }
.table.thead1 tbody th, .table.thead1 tbody td, .table.thead1 tfoot th, .table.thead1 tfoot td { padding:12px 10px; border:1px solid #ddd; color:#333; font-weight:400; }
.table.thead1 tbody th { padding:20px 15px 20px 30px; }
.table.thead1 thead th:first-child, .table.thead1 tbody th:first-child, .table.thead1 tbody td:first-child { border-left:0; } 
.table.thead1 thead th:last-child, .table.thead1 tbody th:last-child, .table.thead1 tbody td:last-child { border-right:0; }
.table .num { font-weight:900; font-size:1.8rem; }

@media only screen and (max-width:480px) {
    .table tbody td { padding:10px 8px; }
    
    .table.thead1 thead th, .table.thead1 tbody th, .table.thead1 tbody td { padding:10px 2px; }
}


/*---------------- history ----------------*/ 
.history-row { display: table; padding:0 10px; color:#545454; overflow: hidden; }

[class^="history-year"] { display:table-cell; margin-right:5px; padding:15px 0; width: 126px; background:url(../images/bg_history.png) right 0 repeat-y; font-size:2.2rem; vertical-align: top; overflow: hidden; }

.history-year01:after { display: inline-block; content: ""; margin-left:16px; width: 19px; height: 22px; background:url(../images/bullet_h01.png) 0 0 no-repeat; background-size: 19px; vertical-align: top; }
.history-year01-first:after { display: inline-block; content: ""; margin-left: 16px; margin-top: -15px; width: 19px; height:37px; background:#fff url(../images/bullet_h01.png) 0 bottom no-repeat; background-size: 19px; }

.history-year02:after { display: inline-block; content: ""; margin-left:16px; width: 19px; height: 22px; background:url(../images/bullet_h02.png) 0 0 no-repeat; background-size: 19px; vertical-align: top; }
.history-year02-first:after { display: inline-block; content: ""; margin-left: 16px; margin-top: -15px; width: 19px; height:37px; background:#fff url(../images/bullet_h02.png) 0 bottom no-repeat; background-size: 19px; }
.history-year02-last:after { display: inline-block; content: ""; margin-left:16px; margin-bottom: -17px; width: 19px; height:37px; background:#fff url(../images/bullet_h02.png) 0 top no-repeat; background-size: 19px; }

.history-year03:after { display: inline-block; content: ""; margin-left:16px; width: 19px; height: 22px; background:url(../images/bullet_h03.png) 0 0 no-repeat; background-size: 19px; vertical-align: top; }
.history-year03-first:after { display: inline-block; content: ""; margin-left: 16px; margin-top: -15px; width: 19px; height:37px; background:#fff url(../images/bullet_h03.png) 0 bottom no-repeat; background-size: 19px; }
.history-year03-last:after { display: inline-block; content: ""; margin-left: 16px; margin-bottom: -17px; width: 19px; height:37px; background:#fff url(../images/bullet_h03.png) 0 top no-repeat; background-size: 19px; }

@media only screen and (max-width: 1024px) {   
    [class^="history-year"] { display:block; margin-top:30px; margin-right:0; padding:0;  background:none; }
    .history-year01:after, .history-year01-first:after, .history-year01-last:after { display:none; }    
    .history-year01:before, .history-year01-first:before, .history-year01-last:before { display: inline-block; content: ""; margin-right: 10px; width: 19px; height: 22px; background:url(../images/bullet_h01.png) 0 0 no-repeat; background-size: 19px; vertical-align: top; }
    .history-year02:after, .history-year02-first:after, .history-year02-last:after { display:none; }    
    .history-year02:before, .history-year02-first:before, .history-year02-last:before { display: inline-block; content: ""; margin-right: 10px; width: 19px; height: 22px; background:url(../images/bullet_h02.png) 0 0 no-repeat; background-size: 19px; vertical-align: top; }
    .history-year03:after, .history-year03-first:after, .history-year03-last:after { display:none; }    
    .history-year03:before, .history-year03-first:before, .history-year03-last:before { display: inline-block; content: ""; margin-right: 10px; width: 19px; height: 22px; background:url(../images/bullet_h03.png) 0 0 no-repeat; background-size: 19px; vertical-align: top; }
}

[class^="history-title"]{ display: inline-block; margin: 14px 0 0; margin-left: 13px; width:100%; font-size:2rem; }
.history-title02 { color: #038674; }
.history-title03 { color: #3478C8; }
@media only screen and (max-width: 1024px) {  
    [class^="history-title"] { margin-left:0; }
}

.i-ok { width:14px; }

/*---------------- system ----------------*/ 
.box-plus { padding: 5% 0; text-align: center; }
.box-plus > img { width: 40px; }
@media only screen and (max-width: 320px) { 
    .box-plus > img { width:30px; }
}

.box-cleansys { position: relative; margin-top: 20px; padding:4rem; border:1px solid #d6d6d6; border-radius:8px; background: #fff; text-align: center; }
.img-cleansys { max-width: 100%; text-align: center; }
@media only screen and (max-width: 480px) { 
    .box-cleansys { margin-top: 40px; padding:0; border:1px solid #fff; }
}

/*---------------- ribbon ----------------*/ 
.ribbon-wrap { position: relative; margin-top: 50px; border:1px solid #fff; }
.ribbon-wrap > h2 { float: left; z-index:1; display: block; margin-bottom: -30px; padding-top:13px; width:318px; height: 60px; color: #fff; background:url(../images/title_ribbon.png) 0 0 no-repeat; text-align: center; font-size:2.2rem; font-weight: 700;  }
.ribbon-wrap::after { content:''; display:block; clear:both; }

.ribbon-wrap .ribbon-container { display:table; margin-top:0px; margin-left: 12px; padding:30px 1rem 2rem; width: 100%; border: 7px solid #f9f9f9; background: #fff; }
.ribbon-wrap .ribbon-ul { position: relative; display:table-cell; padding: 0 2rem; width:50%; vertical-align:top; }
.ribbon-wrap .ribbon-ul>li { padding: 5px 0; word-break:keep-all; }
.ribbon-wrap .ribbon-ul>li:first-child { padding-top:0; }
.ribbon-wrap .ribbon-ul>li:last-child { padding-bottom:0; }
.ribbon-wrap .ribbon-ul>li>p { padding-left:31px; background:url(../images/bullet02.png) 0 6px no-repeat; background-size: 16px; } 

.ribbon-wrap .ribbon-ul>li>.dash-ul-i { margin-left:21px; }
.ribbon-wrap .ribbon-ul>li>.dash-ul-i>li:first-child { padding-top:0; }
.ribbon-wrap .ribbon-ul>li>.dash-ul-i>li:last-child { padding-bottom:0; }
.ribbon-wrap .ribbon-ul .bottom { position: absolute; bottom: 0; }

@media only screen and (max-width: 768px) { 
    .ribbon-wrap .ribbon-ul { display:block; width:100%;  }
    .ribbon-wrap .ribbon-ul .bottom { position: relative; }
}
@media only screen and (max-width:360px) { 
    .ribbon-wrap > h2 { width:100%; letter-spacing: -1px; font-size:2.1rem; }
}

/*---------------- map ----------------*/ 
@media only screen and (min-width:1025px) and (max-width:1300px) { 
	.map-scroll { position:relative; top:-60px; width:100%; overflow-x:auto !important; overflow-y:hidden;}
	.map-scrollicon { position:relative;  z-index:1; width:60px; height:60px; float:right;  right:1rem; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4); border-radius:50%; background:#fff url('../images/img_scroll.png') center 15px no-repeat; }
	
}
@media only screen and (max-width:1024px) { 
    .scrollIcon { visibility: hidden; }    
}

.map-wrap { position: relative; padding:4rem; }
.map-picture { z-index:-1; width:1078px; }
.img-map { width: 920px; }
.mapinfo-ul { position: absolute; top:0; left: 0; width:1078px; }

[class^="map-box"] { position: absolute; width: 238px; min-height: 150px; font-weight: 700; }
[class^="map-box"] > h3 { padding:6px 0 10px; color: #fff; text-align: center; font-size: 1.4rem; letter-spacing: -1px; }
[class^="map-box"] > dl { margin-top:10px; color: #333; text-align: left; font-size: 1.2rem; line-height: 1.5; }
[class^="map-box"] > dl > dt { display: inline-block; width:48px; vertical-align: top; }
[class^="map-box"] > dl > dd { display: inline-block; width: calc( 100% - 53px ); }

.map-box-01 { top:184px; left:54px; }
.map-box-01 > h3 { padding-right:34px; }
.map-box-01 > dl > dt { color: #6b4c9b; }
/*
.map-box-02 { top:258px; left:40px; }
.map-box-02 > h3 { padding-right:12px; }
.map-box-02 > dl > dt { color: #CD4A47; }*/
.map-box-03 { top:42px; right:116px; }
.map-box-03 > h3 { padding-right:6px; }
.map-box-03 > dl > dt { color: #2B856A; }
.map-box-04 { top:467px; left:58px; }
.map-box-04 > h3 { padding-right:20px; }
.map-box-04 > dl > dt { color: #057EB6; }
.map-box-05 { top:280px; right:115px; }
.map-box-05 > h3 { padding-right:6px; }
.map-box-05 > dl > dt { color: #5D8211; }

[class^="map-link"] { display: block; margin-top: 5px; padding-left: 22px; text-align: left; font-size: 1.4rem; font-weight: 700; }
[class^="map-link"]:hover { text-decoration: underline; }

.map-link-01 { background:url(../images/i_map01.png) 0 4px no-repeat; background-size: 16px; color: #6b4c9b; }
/*.map-link-02 { background:url(../images/i_map02.png) 0 4px no-repeat; background-size: 16px; color: #CD4A47; }*/
.map-link-03 { background:url(../images/i_map03.png) 0 4px no-repeat; background-size: 16px; color: #2B856A; }
.map-link-04 { background:url(../images/i_map04.png) 0 4px no-repeat; background-size: 16px; color: #057EB6; }
.map-link-05 { background:url(../images/i_map05.png) 0 4px no-repeat; background-size: 16px; color: #5D8211; }

@media only screen and (max-width:1024px) { 
    .map-wrap { position: relative; text-align: center; overflow:hidden; }
    .img-map { max-width:386px; width: 100%; }
    
    .mapinfo-ul { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap:20px; padding:4rem 0; width:100%; height: auto; }
    
    [class^="map-box"] { position: absolute; width:100%; min-height:190px; text-align: left;}
    [class^="map-box"] > dl { padding: 0 10px; font-size: 1.3rem; }
    [class^="map-box"] > dl > dt { width: 55px; }
    [class^="map-box"] > dl > dd { width: calc( 100% - 60px ); }
    .map-box-01, .map-box-01 > h3, .map-box-02, .map-box-02 > h3, .map-box-03, .map-box-03 > h3, .map-box-04, .map-box-04 > h3, .map-box-05, .map-box-05 > h3 { position: relative; top:0; left:0; padding-left:0; padding-right:0; }
    .map-box-01 > h3 { background: #6b4c9b; }  
    /*.map-box-02 > h3 { background: #CD4A47; }  */ 
    .map-box-03 > h3 { background: #2B856A; }   
    .map-box-04 > h3 { background: #057EB6; }   
    .map-box-05 > h3 { background: #5D8211; }   
    
    [class^="map-link"] { margin-left: 10px; }
    
}
@media only screen and (max-width:830px) {     
    .mapinfo-ul { grid-template-columns: 1fr 1fr; }
}
@media only screen and (max-width:600px) { 
    .map-wrap { padding:4rem 2rem; }
    .mapinfo-ul { grid-template-columns: 1fr; }
    [class^="map-box"] > dl { font-size: 1.4rem; }
}

.pop-wrap .pop-header-map > h2 { color: #fff; }
.pop-wrap .pop-header-map.map01 { background: #6b4d9c; }
.pop-wrap .pop-header-map.map02 { background: #CD4A47; }
.pop-wrap .pop-header-map.map03 { background: #2B856A; }
.pop-wrap .pop-header-map.map04 { background: #057EB6; }
.pop-wrap .pop-header-map.map05 { background: #5D8211; }
.pop-wrap .map-container { margin: 10px 10px 0 10px; border: 1px solid #808080; width: 400px; height: 500px;  }

@media only screen and (max-width:480px) { 
   .pop-wrap .map-container { width:calc( 100% - 20px ); }
}


/*---------------- flow ----------------*/ 
.flow-wrap { position: relative; margin-top:70px; padding:0; }
.flow-scroll, .deal01-scroll, .deal02-scroll { *margin-top:-30px; width:100%; overflow-x:auto !important; overflow-y:hidden; }

.line-box.flow { margin-top: 50px; }

@media only screen and (min-width:1025px) and (max-width:1154px) { 
	.flow-scrollicon { position:relative; margin-bottom:-150px; top:50px; right:1rem; z-index:1; width:60px; height:60px; float:right;  right:1rem; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4); border-radius:50%; background:#fff url('../images/img_scroll.png') center 15px no-repeat; }	
}
@media only screen and (max-width:920px) { 
    	.flow-scrollicon { position:relative; margin-bottom:-150px; top:50px; right:1rem; z-index:1; width:60px; height:60px; float:right;  right:1rem; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4); border-radius:50%; background:#fff url('../images/img_scroll.png') center 15px no-repeat; }	
}

/**/
@media only screen and (max-width:832px) { 
    	.deal01-scrollicon { position:relative; margin-bottom:-150px; top:50px; right:1rem; z-index:1; width:60px; height:60px; float:right;  right:1rem; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4); border-radius:50%; background:#fff url('../images/img_scroll.png') center 15px no-repeat; }	
}
/**/
@media only screen and (max-width:1237px) { 
    	.deal02-scrollicon { position:relative; margin-bottom:-150px; top:50px; right:1rem; z-index:1; width:60px; height:60px; float:right;  right:1rem; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4); border-radius:50%; background:#fff url('../images/img_scroll.png') center 15px no-repeat; }	
}


/* 업무흐름도 */
.ifgp-b02 { position:relative; margin: 0 auto; width:868px; height:548px; background:url(../images/back-ifgp-b02.png) 0 0 no-repeat; }
.ifgp-b02 > ul > li, .ifgp-b02 [class*=fst] { min-height:48px; width:222px; }
.ifgp-b02 > ul { width:100%; height:100%; }
.ifgp-b02 > ul > li { float:left; color:#fff; text-align:center; font-size:18px; font-weight:700; line-height:48px }
.ifgp-b02 > ul > li:first-child { margin-left:42px }
.ifgp-b02 > ul > li + li { margin-left:60px }

.ifgp-b02 .ig-fst > ul { position:absolute; top:96px; left:42px; right:0; bottom:0; width:800px; font-size:15px; line-height:1.2; }

.ifgp-b02 .tpa { color:#3366cc; line-height:48px; letter-spacing:-1px; }
.ifgp-b02 .tpb { display:flex; justify-content:center; align-items:center; width:227px; height:130px;  }
.ifgp-b02 .tpb h4 { color:#3366cc; text-align:left; font-size:15px; }
.ifgp-b02 .tpb ul {  margin-top:5px; color:#333; font-size:13px; }
.ifgp-b02 .tpb ul li { position: relative; padding:2px 0 2px 4px; text-align:left; }
.ifgp-b02 .tpb ul li::before { position: absolute; top:8px; left: 0; display: inline-block; content: "";  width: 2px; height: 2px; border-radius: 2px; background: #333;  }
.ifgp-b02 .tpc { display:flex; justify-content:center; align-items:center; height:82px; font-weight:700; }

.ifgp-b02 .ig-fst [class*=fst] { position:absolute; }
.ifgp-b02 .ig-fst .fst1 { left:282px; }
.ifgp-b02 .ig-fst .fst2 { left:0; }
.ifgp-b02 .ig-fst .fst3 { left:0; top:96px; }

.ifgp-b02 .ig-fst .fst4 { left:282px; top:134px; }
.ifgp-b02 .ig-fst .fst5 { left:560px; top:96px; }
.ifgp-b02 .ig-fst .fst6 { left:564px; top:273px; }
.ifgp-b02 .ig-fst .fst7 { left:282px; top:273px; }
.ifgp-b02 .ig-fst .fst8 { left:564px; top:368px; }
.ifgp-b02 .ig-fst .fst9 { left:282px; top:368px; }
.ifgp-b02 .ig-fst .fst10 { left:0; top:368px; }

/* 데이터처리절차 */
.ifgp-b05 { position:relative; margin: 0 auto; width:870px; height:752px; color:#333; background:url(../images/back-ifgp-b05.png) 0 0 no-repeat }
.ifgp-b05 dl { position:relative; width:100%; height:100%; text-align:center }
.ifgp-b05 dt { width:100%; height:116px; color:#fff; font-size:18px; font-weight:700; line-height:47px; }
.ifgp-b05 dd { overflow:hidden; margin-left: 0; }
.ifgp-b05 ul { float:left; width:256px;}
.ifgp-b05 ul + ul { margin-left:51px; }
.ifgp-b05 li { height:49px; line-height:49px; font-size:15px; letter-spacing: -1px; }
.ifgp-b05 .b05l li + li { margin-top:146px }
.ifgp-b05 .b05c li + li { margin-top:68px }
.ifgp-b05 .b05r li + li { margin-top:34.5px }


/* 배출부과금처리절차 */
.ifgp-b06 { position:relative; margin: 0 auto; width:870px; height:875px; background:url(../images/back-ifgp-b06.png) 0 0 no-repeat }
.ifgp-b06:after { display:block; clear:both; visibility:hidden; content:'' }
.ifgp-b06 dl { position:relative; float:left; margin-top: 7px; width:250px; height:100%;  text-align:center; }
.ifgp-b06 dl + dl { margin-left:60px }
.ifgp-b06 dt, .ifgp-b06 dd { margin-left:auto; margin-right:auto }
.ifgp-b06 dt { width:240px; height:50px; color:#fff; font-size:18px; font-weight:700; line-height:48px; }
.ifgp-b06 dd { position:absolute; width:100%; font-size:15px; }
.ifgp-b06 dd .tlist-a { margin:0 40px; }

.tlist-a li { position: relative; padding-left:5px; text-align:left; line-height: 1.2; }
.tlist-a li::before { position: absolute; top:8px; left: 0; display: inline-block; content: "";  width: 2px; height: 2px; border-radius: 2px; background: #333;  }

.ifgp-b06 .b06l1 { top:84px; }
.ifgp-b06 .b06l2 { top:236px; }
.ifgp-b06 .b06l3 { top:326px; font-size:14px; letter-spacing: -1.5px; }
.ifgp-b06 .b06l4 { top:397px; }
.ifgp-b06 .b06l5 { top:455px; }
.ifgp-b06 .b06l6 { top:624px; }
.ifgp-b06 .b06l6 ul {margin: 0 34px;}
.ifgp-b06 .b06l7 { top:746px; }
.ifgp-b06 .b06l8 { top:820px; }

.ifgp-b06 .b06c1 { top:160px; }
.ifgp-b06 .b06c2 { top:326px; }
.ifgp-b06 .b06c3 { top:522px; }
.ifgp-b06 .b06c4 { top:624px; }
.ifgp-b06 .b06c4 ul { margin: 0 30px; }
.ifgp-b06 .b06c5 { top:746px; }
.ifgp-b06 .b06c6 { top:820px; }

.ifgp-b06 .b06r1 { top:84px; }
.ifgp-b06 .b06r2 { top:253px; }
.ifgp-b06 .b06r3 { top:326px; }
.ifgp-b06 .b06r4 { top:381px; }
.ifgp-b06 .b06r5 { top:471px; }
.ifgp-b06 .b06r6 { top:639px; }
.ifgp-b06 .b06r7 { top:741px; }
.ifgp-b06 .b06r7 ul {margin: 0 17px;}
.ifgp-b06 .b06r8 { top:820px; }

.ifgp-b06 .dgram { position:absolute; top:0; left:313px; width:240px; color:#3366cc; font-size:13px;  }
.ifgp-b06 .dgram li { position:absolute; text-align:center; line-height: 1.1; }
.ifgp-b06 .dgm1 { top:76px; width:246px; }
.ifgp-b06 .dgm2 { top:110px; width:246px; }
.ifgp-b06 .dgm3 { top:284px; left:-55px; }
.ifgp-b06 .dgm4 { top:243px; left:130px; }
.ifgp-b06 .dgm5 { top:281px; width:246px; }
.ifgp-b06 .dgm6 { top:325px; left:-65px; width:65px; }
.ifgp-b06 .dgm7 { top:325px; right:-70px; width:65px; }
.ifgp-b06 .dgm8 { top:395px; width:246px; }
.ifgp-b06 .dgm9 { top:427px; width:246px; }
.ifgp-b06 .dgm10 { top:517px; left:-60px; }
.ifgp-b06 .dgm11 { top:468px; right:-70px; width:65px; }
.ifgp-b06 .dgram .dgm12 { top:612px; left:-65px; width:65px; }
.ifgp-b06 .dgram .dgm13 { top:664px; left:-65px; width:65px; }
.ifgp-b06 .dgm14 { top:640px; right:-70px; width:65px;}
.ifgp-b06 .dgm15 { top:780px; left:-195px; }
.ifgp-b06 .dgm16 { top:770px; left:-66px; width:65px;}
.ifgp-b06 .dgm17 { top:770px; right:-70px; width:65px; }
.ifgp-b06 .dgm18 { top:842px; left:-66px; width:65px; }
.ifgp-b06 .dgm19 { top:842px; right:-70px; width:65px; }


/* 통합 및 정도확인 시험 */
.dgm-wrap .tblt-ig { margin:0 10px; font-size:15px; color: #333; box-sizing: border-box; }
.dgm-wrap .tblt-ig thead th { height:77px; color: #fff; text-align: center; font-size:18px; font-weight:700; }
.dgm-wrap .tblt-ig thead th:first-child { color: #333; font-size:15px; }
.dgm-wrap .tblt-ig tbody tr:first-child th { height:110px; }
.dgm-wrap .tblt-ig tbody tr:first-child + tr + tr th { height:50px; }

.dgm-wrap .dgram { position:relative; }
.dgm-wrap .dgram > li > span { vertical-align:top; font-size:15px; color:#3366cc; }
.dgm-wrap .dgram > li > span > .row { display: block; margin-top: -7px; }
.dgm-wrap .dgram > li > span i { display:inline-block; margin-right:5px; width:16px; height:16px;  text-align:center; line-height:16px; font-size:13px; color: #fff; border-radius:50%; background-color:#258197; }
.dgm-wrap .dgram [class^=dgm] { position:absolute; }

.dgm-wrap .ttd { display:block; height:32px; line-height:32px; }
.dgm-wrap .tlist-a { width:208px; font-size:13px; margin:8px auto 0 }

/* 04 통합시험 */
.ifgp-b04 { position:relative; margin: 0 auto; width:870px; height:815px; background:url(../images/back-ifgp-b04.png) 0 0 no-repeat}
.ifgp-b04 .tblt-ig tbody tr:first-child + tr th { height:460px; }
.ifgp-b04 .dgram { width:720px; height:734px;  }

.ifgp-b04 .dgm1,
.ifgp-b04 .dgm3 { width:194px; text-align:center;  }
.ifgp-b04 .dgm1 span,
.ifgp-b04 .dgm3 span { display:inline-block; width:100%; }
.ifgp-b04 .dgm1 { left:0; top:52px; }
.ifgp-b04 .dgm3 { left:234px; top:52px;  }

.ifgp-b04 .dgm2 { left:195px; top:70px; width:50px; text-align: center; letter-spacing: -1px; }
.ifgp-b04 .dgm4 { left:429px; top:70px; width:50px; text-align: center; letter-spacing: -1px; }

.ifgp-b04 li.dgm4 ~ li { right:0px; width:226px; }

.ifgp-b04 .dgm5 { top:20px; }
.ifgp-b04 .dgm6 { top:144px; }
.ifgp-b04 .dgm7 { top:270px;}
.ifgp-b04 .dgm8 { top:423px; }
.ifgp-b04 .dgm9 { top:559px; }
.ifgp-b04 .dgm10 { top:693px; }
.ifgp-b04 .dgram li.dgm11 { right:290px; bottom:33px; width:auto; letter-spacing: -1px; }

/*  */
.ifgp-b03 { position:relative; margin: 0 auto; width:870px; height:737px; background:url(../images/back-ifgp-b03.png) 0 0 no-repeat; }
.ifgp-b03 .tblt-ig tbody tr:first-child th { height:130px; }
.ifgp-b03 .tblt-ig tbody tr:first-child + tr th { height:478px; }
.ifgp-b03 .dgram { width:720px; height:654px; vertical-align: top; }

.ifgp-b03 .dgm1,
.ifgp-b03 .dgm3 { width:194px; text-align:center; }
.ifgp-b03 .dgm1 span,
.ifgp-b03 .dgm3 span { display:inline-block; width:100%; }
.ifgp-b03 .dgm1 { left:0; top:42px; }
.ifgp-b03 .dgm3 { left:234px; top:52px;  }

.ifgp-b03 .dgm2 { left:195px; top:72px; width:50px; text-align: center; letter-spacing: -1px; }
.ifgp-b03 .dgm4 { left:429px; top:72px; width:50px; text-align: center; letter-spacing: -1px; }

.ifgp-b03 li.dgm4 ~ li { right:0px; width:226px; }

.ifgp-b03 .dgm5 {top:20px; }
.ifgp-b03 .dgm6 { top:152px; }
.ifgp-b03 .dgm7 { top:230px; }
.ifgp-b03 .dgm8 { top:395px; }
.ifgp-b03 .dgm9 { top:528px; }
.ifgp-b03 .dgm10 { top:612px; }
.ifgp-b03 .dgram li.dgm11 { right:290px; bottom:33px; width:auto; letter-spacing: -1px;  }

/*----------------  ----------------*/ 
.table2 {  width: 100%; border-top:1px solid #d2d7e6; font-size:1.6rem; word-wrap:break-word; }
.table2 caption { z-index:-1; line-height:0;  }
.table2 thead th { padding:15px 30px; color:#333; font-weight:700; }
.table2 tbody tr { margin: 20px 0; border:1px solid #d2d7e6;}
.table2 tbody tr:nth-child(odd) { background: #f3f4f7; }
.table2 tbody th, .table2 tbody td { padding:15px 30px; border-right:1px solid #d2d7e6; vertical-align:middle; }
.table2 tbody th { color:#3366cc; }
.table2 tbody th > span { display: block; }
.table2 tbody td:nth-child(2) { text-align: center; }

@media only screen and (max-width:768px) { 
    .table2 { display:table; width:100%; }
    .table2 thead { display: none; }
    .table2 colgroup { display: none; }
    .table2 tbody th, .table2 tbody td { display:block; width: 100%; border-right:0; }
    .table2 tbody th { padding:15px 30px 5px; font-size:2rem; }
    .table2 tbody th > span { display:inline-block; margin-left: 5px; }
    .table2 tbody td:nth-child(2) { padding:0 30px; font-weight:700; }
    .table2 tbody td:nth-child(2)::after { display: block; content: ""; margin-top: 15px; height: 1px; border-bottom: 1px dashed #d2d7e6; }
}

/*----------------  ----------------*/ 
.img-manage { display: block; margin: 0 auto; max-width: 100%; width:58.6rem;  }


/*----------------  ----------------*/ 
/*  */
.subb-b11 { position:relative; margin: 0 auto; width:756px; height:300px; background:url(../images/subb-b1-top.png) 0 0 no-repeat; }
.subb-b11 ul { position:relative }
.subb-b11 ul li { position:absolute; width:227px; text-align:center; color:#fff; font-size: 18px; }
.subb-b11 ul .b1 > span { display: block; font-size: 16px; letter-spacing: -1px; }
.subb-b11 ul .b1 { left:264px; top:60px; line-height: 1.5; }
.subb-b11 ul .b2 { left:0; top:234px; }
.subb-b11 ul .b3 { right:0; top:234px; }

.subb-b11 ol { position:relative; }
.subb-b11 ol li { position:absolute; }
.subb-b11 ol .b1 { left:320px; top:207px; }
.subb-b11 ol .b2 { left:70px; top:53px; width:8em }
.subb-b11 ol .b3 { left:305px; top:3px; }
.subb-b11 ol .b4 { left:320px; top:153px; }
.subb-b11 ol .b5 { left:315px; top:258px; }

/* 이전절차도 */
.subb-b12 { position:relative; margin: 0 auto; width:910px; height:560px; background:url(../images/subb-b1-bottom.png) 0 0 no-repeat }

.subb-b12 .b12a { width:100%; }
.subb-b12 .b12a li { width:176px; }
.subb-b12 .b12a > li { float:left; margin-top:14px; text-align:center; color:#fff; font-size: 18px; }
.subb-b12 .b12a > li:first-child { margin-left:40px; }
.subb-b12 .b12a > li + li { margin-left:41px; }

.subb-b12 .b12b { margin-top:62px; width:395px; color:#3366cc; font-size:15px; }
.subb-b12 .b12b > li { float:left; }
.subb-b12 .b12b > li + li { margin-left:37px; }

.subb-b12 .b12b .b12c { color:#333; }
.subb-b12 .b12b .b12c > li { position:absolute; line-height: 1.3; }
.subb-b12 .bc1 { left:260px; top:189px;}
.subb-b12 .bc2 { left:42px; top:197px; }
.subb-b12 .bc3 { left:42px; top:270px; }
.subb-b12 .bc4 { left:42px; top:353px; }
.subb-b12 .bc5 { left:42px; top:435px; }
.subb-b12 [class*="bc"] ol { position:absolute; left:218px; top:43px; width:614px;  }
.subb-b12 [class*="bc"] ol li { float:left; line-height: 1.3; }
.subb-b12 [class*="bc"] ol li + li { margin-left:40px; }

.subb-d63 { width:100%; margin:20px auto 30px; line-height:1.8; font-family: 'NanumBarunGothic'; }
.subb-d63 li + li { margin-top:20px }


/*----------------  ----------------*/
.diagram-ul { position: relative; width:100%; margin:0 auto; margin-top: 50px; }
[class^="diagram-dl"] > dt { margin:0 auto; margin-bottom: 30px; width: 50%; height: 50px; border-radius:50px; color:#fff; text-align: center; font-size: 1.8rem; line-height:48px; }
.diagram-ul::after { display: block; clear: both; content: ""; }
.diagram-ul .diagram-dl01 { float: left; width: calc(100%/2 - 30px); }
.diagram-ul .diagram-dl01 > dt { background: #4078C0; }
.diagram-ul .diagram-dl01 > dd { border: 1px solid #afcbe4; }
.diagram-ul .diagram-dl01 > dd > .head { background-color: #e4eefa; }

.diagram-ul .diagram-dl02 { float: right;  width: calc(100%/2 - 30px); }
.diagram-ul .diagram-dl02 > dt { background: #447F8D; }
.diagram-ul .diagram-dl02 > dd { border: 1px solid #b7e0db; }
.diagram-ul .diagram-dl02 > dd > .head { background-color: #e6f8f7; }

@media only screen and (max-width:1024px) {
    .diagram-ul .diagram-dl01, .diagram-ul .diagram-dl02 { width: calc(100%/2 - 20px); }
}
@media only screen and (max-width:768px) {
    .diagram-ul .diagram-dl01, .diagram-ul .diagram-dl02 { width: calc(100%/2 - 10px); }
}
@media only screen and (max-width:480px) {
    [class^="diagram-dl"] > dt { margin-bottom:20px; width:80%; }
        
    .diagram-ul .diagram-dl01, .diagram-ul .diagram-dl02 { width: calc(100%/2 - 2px); }
}

/* 높이조정 */
@media only screen and (min-width:1314px) {
    .diagram-ul .diagram-dl01 > dd > .cont, .diagram-ul .diagram-dl02 > dd > .cont { height: 11rem; }
}
@media only screen and (max-width:1313px) {
    .diagram-ul .diagram-dl01 > dd > .cont, .diagram-ul .diagram-dl02 > dd > .cont { height: 14rem; }
}
@media only screen and (max-width:667px) {
    .diagram-ul .diagram-dl01 > dd > .cont, .diagram-ul .diagram-dl02 > dd > .cont { height: 18rem; }
}
@media only screen and (max-width:535px) {
    .diagram-ul .diagram-dl01 > dd > .cont, .diagram-ul .diagram-dl02 > dd > .cont { height: 20rem; }
    .diagram-ul .diagram-dl01 > dd > .head.height, .diagram-ul .diagram-dl02 > dd > .head.height {  height:6rem;  }
}
@media only screen and (max-width:384px) {
    .diagram-ul .diagram-dl01 > dd > .cont, .diagram-ul .diagram-dl02 > dd > .cont { height: 24rem; }
}
@media only screen and (max-width:280px) {
    .diagram-ul .diagram-dl01 > dd > .cont, .diagram-ul .diagram-dl02 > dd > .cont { height: 26rem; }
}

.diagram-ul .diagram-dl03 { width:100%; }
.diagram-ul .diagram-dl03 > dd { border: 1px solid #e4baaf; }
.diagram-ul .diagram-dl03 > dd > .head { background-color: #faeae4; }

.diagram-ul .diagram-dl04 { width:100%; }
.diagram-ul .diagram-dl04 > dt { width: 25%; background: #8E741D; }
.diagram-ul .diagram-dl04 > dd { border: 1px solid #fff; }
.diagram-ul .diagram-dl04 > dd > .cont > ul { display: flex; }
.diagram-ul .diagram-dl04 > dd > .cont > ul > li { flex-wrap: wrap; flex:1; flex-basis: 0; margin-right: 15px; justify-content: center; align-items: center; background-color: #fbf8e7; border:solid 1px #e8e0ce; padding:30px; word-break: keep-all; text-align: center;}
.diagram-ul .diagram-dl04 > dd > .cont > ul > li:last-child {margin-right: 0;}

@media only screen and (max-width:768px) {
    .diagram-ul .diagram-dl04 > dd > .cont { padding-bottom:7px; }
    .diagram-ul .diagram-dl04 > dd > .cont > ul { display:block; }
    .diagram-ul .diagram-dl04 > dd > .cont > ul > li { margin-bottom: 10px; padding:10px; width:100%;  }
}
@media only screen and (max-width:480px) {
    .diagram-ul .diagram-dl04 > dt { width:40%; }
}
@media only screen and (max-width:414px) {
    .diagram-ul .diagram-dl04 > dd > .cont { padding-bottom:3px; }
}

.diagram-ul .diagram-dl05 { float: left; width: calc(100%/2 - 30px); }
.diagram-ul .diagram-dl06 { float: right; width: calc(100%/2 - 30px); }
.diagram-ul .diagram-dl05 > dd, .diagram-ul .diagram-dl06 > dd { display: flex; align-items: center; justify-content: center; padding: 5px; height:60px; background: #e1edf9; box-shadow:none; }

@media only screen and (max-width:1024px) {
    .diagram-ul .diagram-dl05, .diagram-ul .diagram-dl06 { width: calc(100%/2 - 20px); }
    .diagram-ul .box.line::after { width: calc(50% + 22px)!important; }
}
@media only screen and (max-width:768px) {
    .diagram-ul .diagram-dl05, .diagram-ul .diagram-dl06 { width: calc(100%/2 - 10px); }
    .diagram-ul .box.line::after { width: calc(50% + 12px)!important; }
}
@media only screen and (max-width:480px) {
    .diagram-ul .diagram-dl05, .diagram-ul .diagram-dl06 { width: calc(100%/2 - 2px); }
    .diagram-ul .box.line::after { width: calc(50% + 2px)!important; }
}
@media only screen and (max-width:320px) {
    .diagram-ul .diagram-dl05 > dd, .diagram-ul .diagram-dl06 > dd.box { }
}


/* box */
.diagram-ul .box { position: relative; margin-bottom:35px; background-color: #fff; box-shadow: 0 0 5px rgb(214, 214, 214);  }
.diagram-ul .box::before,
.diagram-ul .box::after {content:""; display: block; position: absolute;}
.diagram-ul .box::before {width:1px; height:30px; background-color: #c5cacd; top:100%; left:50%;}
.diagram-ul .box::after {width: 0px; height:0px; border:solid 4px #c5cacd; border-top-color:transparent; border-left-color: transparent; top: calc(100% + 30px); left:50%; transform:translate(-50%, -10px) rotate(45deg);}
.diagram-ul .box.line::after { margin-top:23px; width: calc(50% + 32px); height:1px; border:none; background-color: #c5cacd; transform: translate(-50%, 0); }/*가로선*/
.diagram-ul .box.line::before { height:53px; }/*가운데선*/
.diagram-ul .box.arw-up { margin-top:77px; }/*아래 양방향 화살표 */
.diagram-ul .box.arw-up::before {top:-100%;}
.diagram-ul .box.arw-up::after { top:-23px; }
.diagram-ul .box .head { display: flex; align-items: center; justify-content: center; padding: 0 15px; height:40px; text-align: center; line-height: 1.2; }
.diagram-ul .box .cont { padding:15px; }
.diagram-ul .box .cont > .dot-ul { margin-top:0; }

@media only screen and (max-width:414px) {    
    .diagram-ul .box .cont { padding:10px 5px; }
    .diagram-ul .diagram-dl05 > dd, .diagram-ul .diagram-dl06 > dd { margin-top:-40px; height:70px; }
    .diagram-ul .box.arw-up::before { top:-60px; }/*아래 양방향 화살표 */ 
}
@media only screen and (max-width:320px) {
    .diagram-ul .diagram-dl05 > dd, .diagram-ul .diagram-dl06 > dd { margin-top:-40px;  height:90px; }
}

.diagram-ul .boxcmt { position:relative; top:-185px; width: 100%; }
.diagram-ul .boxcmt > ul {display: flex; align-items: center; justify-content: center; width:100%; }
.diagram-ul .boxcmt > ul > li { display:inline-block; margin:0 20px; }
@media only screen and (max-width:414px) { 
    .diagram-ul .boxcmt { top:-190px;}
}
@media only screen and (max-width:320px) {
     .diagram-ul .boxcmt { top:-210px;}
    .diagram-ul .boxcmt > ul > li { margin:0 10px; }
}
/*
.diagram-ul .boxcmt { position:relative; top:-185px; width: 100%; }
.diagram-ul .boxcmt > div {display: flex; align-items: center; justify-content: center; width:100%;  }
.diagram-ul .boxcmt > div > span { display:table-cell; margin:0 20px; }
@media only screen and (max-width:414px) { 
    .diagram-ul .boxcmt { top:-190px;}
}
@media only screen and (max-width:320px) {
     .diagram-ul .boxcmt { top:-210px;}
    .diagram-ul .boxcmt > div > span { margin:0 10px; }
}
*/

/*---------------- list ----------------*/ 
/* list-box */
.list-box { margin-top: 0px; padding: 20px 20px 20px 190px; border-top: 2px solid #4078C0; background:url(../images/img_cuation.png) 50px center no-repeat; background-size: 110px; border-right: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; }
.list-box > p.txt-blue { color:#3366cc; font-size:2rem; }

@media all and (max-width:768px){    
    .list-box { padding: 20px 20px; background:none; }
}
@media all and (max-width:320px){   
    .list-box { padding: 20px 10px; }
}

/* list-table */
.list-table { margin-bottom:20px; width:100%; border-top:2px solid #333; border-bottom:1px solid #aaa; }
.list-table thead td, .list-table thead th { padding:16px 10px; text-align: center; font-weight:700; }
.list-table tbody tr { border-top:1px solid #d3d3d3; }
.list-table tbody td, .list-table tbody th { padding:12px 10px; text-align: center; vertical-align:middle; }
.list-table tbody td { height:70px; }
.list-table tbody td.title { max-width:300px; text-align: left!important; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap; }
.list-table tbody td span.notice { display:inline-block; width:45px; height:22px; background-color:#3d3d3d; border-radius:13px; color:#fff; line-height:22px; font-size:1.4rem;font-weight:700; }
.list-table tbody td > a:hover { color: #0077cb; }


.list-table.data tbody td.category { color: #3366cc; }

.list-table tbody td.company { text-align: left; }
.list-table tbody td.address { text-align: left; }

@media all and (max-width:768px){ 
    .list-table { display:table; width: 100% }    
    .list-table thead { display: none; }
    .list-table colgroup { display: none; }   
    .list-table tbody td, .list-table tbody th { padding:6px 10px; height:auto; }
    .list-table tbody td.no { display: none; }
    .list-table tbody td.title { display:block; padding-top:20px; max-width:calc(100% - 60px); font-size:1.8rem; font-weight:700; }
    .list-table tbody td.name { display:inline-flex; width: 100%; }
    .list-table tbody td.name:before { content: "작성자 :"; margin-right:5px; font-weight:700; }
    .list-table tbody td.date { display:inline-flex; margin-right:10px; padding-bottom:20px;  }
    .list-table tbody td.date:before { content: "작성일 :"; margin-right:5px; font-weight:700;}
    .list-table tbody td.hit { display:inline-flex; margin-right:10px; padding-bottom:20px; }
    .list-table tbody td.hit:before { content: "조회수 :"; margin-right:5px;  font-weight:700; }    
    .list-table tbody td.attach { display:inline-flex; padding-bottom:20px; }
    .list-table tbody td.attach > img {margin-top:3px; width:12px; height: 15px; }
    
    .list-table tbody td.company { display:inline-flex; padding-top:20px; font-size:1.8rem; font-weight:700;  }    
    .list-table tbody td.address { display:inline-flex; width: 100%; }
    .list-table tbody td.address:before { content: "위치 :"; margin-right:5px; min-width:35px; font-weight:700; }
    .list-table tbody td.item { display:inline-flex; width: 100%;}
    .list-table tbody td.item:before { content: "항목 :"; margin-right:5px; min-width:35px; font-weight:700; }
    .list-table tbody td.type { display:inline-flex; width: 100%; margin-bottom: 15px; }
    .list-table tbody td.type:before { content: "업종 :"; margin-right:5px; min-width:35px; font-weight:700; }  
    
     .list-table tbody td.status { display:inline-flex; padding-top:17px; }
    .list-table tbody td.status:after { content: ""; margin-top:3px; margin-left: 20px; width: 1px; height: 18px; background:#c7c7c7; }
    .list-table tbody td.year { display:inline-flex; padding-top:17px;  }
    .list-table tbody td.year:after { content: ""; margin-top:3px; margin-left: 20px; width: 1px; height: 18px; background:#c7c7c7; }
    .list-table tbody td.zone { display:inline-flex; padding-top:17px;  }
    .list-table tbody td.zone:before { content: ""; padding-top: 20px; }
    .list-table tbody td.companyname { display:block; width: 100%;color: #3366cc; text-align: left; font-size:1.8rem; font-weight:700;  }  
    .list-table tbody td.item2 { display:inline-flex; margin: 5px; color: #004aaa; background: #e8f0fa; }
    .list-table tbody td.item2:before { content: "항목 :"; margin-right:5px; font-weight:700;}
    .list-table tbody td.price1 { display:inline-flex; margin: 5px; color: #004aaa; background: #e8f0fa; }
    .list-table tbody td.price1:before { content: "희망거래가격 :"; margin-right:5px; font-weight:700;}
    .list-table tbody td.price2 { display:inline-flex; margin: 5px; color: #004aaa; background: #e8f0fa; }
    .list-table tbody td.price2:before { content: "희망거래량 :"; margin-right:5px; font-weight:700;}
    .list-table tbody td.deal { display:inline-flex; margin: 5px; color: #004aaa; background: #e8f0fa; }
    .list-table tbody td.deal:before { content: "거래여부 :"; margin-right:5px; font-weight:700;}
    
    .list-table tbody td.date2 { display:inline-flex; margin-right:10px; padding-bottom:20px; width:80%; font-weight:400; }
    .list-table tbody td.date2:before { content: "등록일 :"; margin-right:5px;  font-weight:700;}
    .list-table tbody td.hit2 { display:none; }
    
}

@media all and (max-width:568px){   
    .list-table tbody td.name { display:inline-flex; margin-right:10px; }
    .list-table tbody td.name:before { content: ""; margin-right:0; }
}

@media all and (max-width:480px){  
    .list-table.data tbody td, .list-table.data tbody th { padding:6px 5px; }
    .list-table.data tbody td.title { padding-top: 20px; max-width:calc(100% - 135px); }
    .list-table.data tbody td.date:before { margin-right:0px; padding-bottom: 20px; }
    .list-table.data tbody td.hit:before { margin-right:0px; padding-bottom: 20px; }
    .list-table.data tbody td.attach { margin-top: -7px; padding-bottom: 20px; }
    
}
@media all and (max-width:320px){   
    .list-table tbody td.title { max-width:calc(100% - 40px); }
    .list-table.data tbody td.title { max-width:calc(100% - 105px); }
}

@media all and (max-width:280px){   
    .list-table tbody td.title { max-width:calc(100% - 20px); }
    .list-table.data tbody td.title { max-width:calc(100% - 95px); }
    .list-table tbody td.hit:before { content: ""; margin-right:0; } 
}

/* listsearch-wrap */
.listsearch-wrap { margin-top: 10px; margin-bottom: 10px; width:100%; text-align: left; }
.listsearch-wrap::after { display: block; clear: both; content: ""; }
.listsearch-wrap .total { display: inline-block; margin-top: 20px; font-size:1.4rem; }
.listsearch-wrap .search-form { float: right; }
.listsearch-wrap .search-form > select { width:100px; } 
.listsearch-wrap .search-form > input { width:240px; border:1px solid #d6d6d6; line-height:45px; padding:0 10px; }

@media all and (max-width:768px){ 
    .listsearch-wrap .search-form { margin-bottom: 10px; width:100%; }
    .listsearch-wrap .search-form > select { width:20%; } 
    .listsearch-wrap .search-form > input { width:calc( 80% - 8px ); }
    .listsearch-wrap .search-form .btn-search, .listsearch-wrap .search-form .btn-excel, .listsearch-wrap .search-form .btn-regist { margin-top: 10px; width:100%; }
    .listsearch-wrap .search-form .admin-id { margin-bottom:10px; }
}

@media all and (max-width:480px){ 
    .listsearch-wrap .search-form > select { width:30%; } 
    .listsearch-wrap .search-form > input { width:calc( 70% - 8px ); }    
}



/* pagination */
.paging { margin-top: 40px; width:100%; height: 80px; text-align:center; }
.paging a { display:inline-block; margin:0; width:30px; height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; font-size:1.3rem; line-height:26px; font-size:1.4rem;font-family: "xeicon"; text-decoration: none;  cursor:pointer;}
.paging a:hover { border:1px solid #999; } 
.paging a.selected { border:1px solid #444; background-color:#999; color: #fff; cursor:default; } 
.paging a.paging-first:after { content: "\ea47"; }
.paging a.paging-prev:after { content: "\ea43"; }
.paging a.paging-next:after { content: "\ea44"; }
.paging a.paging-last:after { content: "\ea48"; }

@media all and (max-width:320px){  
    .paging a:nth-child(5) { display: none; }
    .paging a:nth-child(6) { display: none; }
    .paging a:nth-child(7) { display: none; }
}


/*---------------- list detail ----------------*/ 
.detail-header { /*margin-top: 50px;*/ padding: 20px; width: 100%; border-top:1px solid #333; border-top:1px solid #333; border-bottom:1px solid #ddd; background-color: #fafafa;}
.detail-header > h1.title { margin-bottom: 20px; width:100%; font-weight:700; word-break: keep-all; font-size: 2rem; }
.detail-header > h1.title > .category { margin-right: 20px; color: #3366cc; }
.detail-header .header-dl { width: 100%; }
.detail-header .header-dl dt, .detail-header .header-dl dd { display: inline-block; } 
.detail-header .header-dl dt { margin-right:5px; font-weight: 700; }
.detail-header .header-dl dd { margin-right: 30px; }

.detail-view { padding:30px 20px; width:100%; min-height: 200px; border-bottom:1px solid #ddd; color: #333; line-height:30px; }

.detail-attach { padding: 10px 20px; width: 100%; border-bottom:1px solid #ddd; background-color: #fafafa; }
.detail-attach .attach-dl { display: table; width: 100%; }
.detail-attach .attach-dl dt, .detail-attach .attach-dl dd { display:table-cell; } 
.detail-attach .attach-dl dt { width: 15%; font-weight: 700; vertical-align: middle; }
.detail-attach .attach-dl dt.block > span { display: block; }
.detail-attach .attach-dl a.attach-file { display: block; margin:12px 0; }
.detail-attach .attach-dl a.attach-file:before { padding-right:10px; content: "\eb7c"; color: #4078C0; font-size:1.6rem; font-family: "xeicon"; }

.detail-attach .attach-dl a.attach-file:hover { color: #4078C0; text-decoration:underline; }

.pagelist-dl { display: table; padding: 20px; width: 100%; border-bottom:1px solid #ddd; }
.pagelist-dl dt, .pagelist-dl dd { display:table-cell; } 
.pagelist-dl dt { width: 15%; font-weight: 700; }
.pagelist-dl dd.date { width: 15%; }
.pagelist-dl dd > a:hover { color: #0077cb; }


@media all and (max-width:568px){  
    .detail-header .header-dl > .block { display: block; margin-top: 5px; }
    .detail-header .header-dl > .name { display: none; }
    .detail-header .header-dl > .block .date { display: none; }
    
    .detail-attach .attach-dl dt { display: none; }
    .detail-attach .attach-dl dt.block { display: block; width: 100%; color: #0077cb; }
    .detail-attach .attach-dl dt.block > span { display: inline-block; margin-left: 10px; }
    .detail-attach .attach-dl dd.block { display: block; width: 100%; }
    
    .pagelist-dl dd.date { display: none; }
}

@media all and (min-width:481px){ 
    .pagelist-ul { display: none; }
}

@media all and (max-width:480px){   
    .detail-header > h1.title > .category { display: block; margin-bottom: 10px; } 
        
    .pagelist-dl { display: none; }
    
    .pagelist-ul { width: 100%; border-bottom:1px solid #ddd; }
    .pagelist-ul > li { display: inline-block; padding: 20px; width:49%; }
    .pagelist-ul > li img { display: inline-block; width: 30px; }
    .pagelist-ul > li:first-child { text-align: left; }
    .pagelist-ul > li:first-child img { margin-right: 10px; }
    .pagelist-ul > li:last-child { text-align: right; }
    .pagelist-ul > li:last-child img { margin-left: 10px; }
}

@media all and (max-width:320px){ 
    .pagelist-ul > li { padding: 20px 10px; }
    .pagelist-ul > li img { width: 20px; }
}


/*---------------- write ----------------*/ 
.write-wrap { margin-top:50px; padding: 0; width: 100%; border-top:2px solid #333; border-right: 1px solid #ebebeb; }
.write-wrap > dl { display: table; width: 100%; }
.write-wrap > dl > dt { display: table-cell; width:150px;  padding: 4px 15px 7px; height:50px; border-right: 1px solid #ebebeb;  border-bottom: 1px solid #ebebeb;  border-left: 1px solid #ebebeb;  background: #f8f8f8; color: #545454; text-align: center; font-weight: 400; line-height: 50px; }
.write-wrap > dl > dd { display: table-cell; padding: 5px 15px; height:50px; border-bottom: 1px solid #ebebeb; color: #333; text-align: left; line-height: 50px;  }
.write-wrap .xi-file { color: #a7b2d6; font-size: 2rem; }

.write-wrap > dl.col { float: left; width: 50%; }
.write-wrap > dl.col1of3 { float: left; width: 33.33%; }
.write-wrap > dl.col2of3 { float: left; width: 66.67%; }

.write-wrap > dl > dt.attach-block { line-height: 1.5; }
.write-wrap > dl .date-box { display: inline-block; margin-left: 20px; width:350px; }
.write-wrap > dl .date-box .datepicker { width:32%; border:1px solid #ccc;  }

@media all and (max-width:790px){      
    .write-wrap > dl .date-box { display:block; margin: 0; width: 100%; }
    .write-wrap > dl .date-box .datepicker { width:30%; }
}

@media all and (min-width:611px){  
    .write-wrap > dl .date-box .str { display: none; }
    .write-wrap > dl .date-box .end { display: none; }
}
@media all and (max-width:610px){   
    .write-wrap > dl .date-box .ml5.ml5 { display: none; }
    .write-wrap > dl .date-box .datepicker { width:calc( 100% - 42px ); }
    .write-wrap > dl .date-box .str, .write-wrap > dl .date-box .end { height:35px; }
}

@media all and (max-width:768px){  
    .write-wrap > dl.col { display: table; float: none; width: 100%; }  
    .write-wrap select { width: 50%; }
    .write-wrap > dl > dt.attach { display: none; }
    .write-wrap > dl > dd.attach { border-left: 1px solid #ebebeb; }
    .write-wrap > dl > dt.attach-block { display: table; width: 100%; }
    .write-wrap > dl > dd.attach-block { display: table; width: 100%; padding:0; border-left: 1px solid #ebebeb; }    
}

@media all and (max-width:480px){   
    .write-wrap > dl > dt { width:100px; vertical-align: middle; line-height: 1.2; }
    .write-wrap > dl > dt.attach-block { padding-top:1.8rem; } 
    .write-wrap select { width: 100%; }
}
@media all and (max-width:360px){ 
    .write-wrap > dl > dt { width:70px; }
}
@media all and (max-width:280px){ 
    .write-wrap > dl input[type='file'] { width: 230px!important; }
}



/*---------------- table ----------------*/ 

h2.table-title { position:relative; margin-bottom: 10px; font-size:2.8rem; }
.table-wrap { width:100%; border-top:2px solid #0077cc; border-bottom:1px solid #8b8b8b; }
.table-wrap .table-dl { position:relative; border-bottom:1px solid #ddd; background-color:#f9f9f9; }
.table-wrap .table-dl:after { content:''; display:block; clear:both; }
.table-wrap .table-dl > dt { float:left; width:17%; padding:20px 20px 20px 30px; }
.table-wrap .table-dl > dt label { position:relative; display:inline-block; width:100%; text-align:left; }
/* .table-wrap .table-dl > dt label:before { content: ''; position:absolute; top:10px; left:-10px; width:4px; height:4px; border-radius: 4px; background-color:#aaa; }*/
.table-wrap .table-dl > dd { float:left; width:83%; min-height:70px; padding:10px 10px; background-color:#fff; line-height:1.6; text-align:left; }
.table-wrap .table-dl > dd.padding { padding:19px 15px 20px;min-height:64px;}
.table-wrap .table-dl .i-dot { position:relative; display:inline-block; padding-left:10px; }
.table-wrap .table-dl .i-dot:before { content: ''; position:absolute; top:10px; left:0; width:4px; height:4px; border-radius: 4px; background-color:#9a9a9a; }
.table-wrap .table-dl .dot-desc { line-height: 1.5;  }
.table-wrap .table-dl .dot-desc:before { content: "-"; padding-right: 10px; }
.table-wrap .table-dl.last { border-bottom:none; }
@media (max-width: 767px) {
	.table-wrap .table-dl > dt { width:30%; }
	.table-wrap .table-dl > dd { width:70%; }
}

@media (max-width:575px) {
.table-wrap .table-dl > dt, .table-wrap .table-dl > dd { float:none; width:100%; min-height:auto; }
.table-wrap .table-dl > dt, .table-wrap .table-dl > dd { padding:15px 10px 15px 25px; }
}


/*---------------- search-wrap  ----------------*/ 
.search-wrap { margin-top:50px; margin-bottom: 10px; padding:20px; width:100%; background:#f3f4f7; }

/* 검색2단 */
.search-wrap .setgroup2 { margin-bottom: 20px; }
.search-wrap .setgroup2::after { display: block; clear: both; content: ""; }

.search-wrap .setgroup2 .set.col3 { display:table-cell; float: left; width:33.3333%; }
.search-wrap .setgroup2 .set.col3::after { display: block; clear: both; content: ""; }

.search-wrap .setgroup2 .set.col1 { display:table-cell; float: left; width:27%; }
.search-wrap .setgroup2 .set.col1::after { display: block; clear: both; content: ""; }

.search-wrap .setgroup2 .set.col4 { display:table-cell; float: left; width:46%; }
.search-wrap .setgroup2 .set.col4::after { display: block; clear: both; content: ""; }

.search-wrap .setgroup2 .set > label { display:inline-block; padding-right: 5px; width: 25%; text-align: right;  } 
.search-wrap .setgroup2 .set > select { display:inline-block; width: 70%; }
.search-wrap .btn-wrap { text-align: center;  }

@media (max-width: 767px) {
    .search-wrap .setgroup2 .set.col3, .search-wrap .setgroup2 .set.col1, .search-wrap .setgroup2 .set.col4 { margin-bottom: 10px; width:100%; }
    .search-wrap .setgroup2 .set.col3:last-child, .search-wrap .setgroup2 .set.col1:last-child, .search-wrap .setgroup2 .set.col4:last-child { margin-bottom:0px; }
    .search-wrap .setgroup2 .set > label { width: 20%; }
    .search-wrap .setgroup2 .set > select { width: 75%; }
}

/* 검색1단 */
.search-wrap .setgroup1 { margin: 0 auto; text-align: center; }
.search-wrap .setgroup1 .set { margin: 0 5px; width:20rem; }
.search-wrap .setgroup1 .set > select { display:inline-block; width:100%; }
.search-wrap .setgroup1 .btn-search { margin-left: 5px; }

@media (max-width: 767px) {
    .search-wrap .setgroup1 .set { margin:0 0 10px; width:100%; }
    .search-wrap .setgroup1 .btn-search { margin: 10px 0 0px; }
}

.cmt-list { margin:40px 0 10px; color:#3366cc; text-align: left; font-weight: 700; }
.unit-list { margin-top: 20px; width: 100%; text-align: left; font-size:1.6rem;  }

/*---------------- term ----------------*/ 
.term-dl { position: relative; border:1px solid #fff; }
.term-dl > dt { float: left; z-index:1; display: block; margin-top: 50px; margin-left:20px; padding:10px 20px; width:auto; height:auto; color: #3366cc; background:#E2ECFA; text-align: center; font-size:2.2rem; font-weight: 700; }
.term-dl > dt::after { display: block; clear: both; content: ""; }
.term-dl > dd { margin-top:80px; padding:30px 2rem 2rem; border: 7px solid #f9f9f9; background: #fff; }

.term-dl .content-ul-circle h4.txt-cyan { margin-top: 20px; }
.term-dl .img-tsp { display: block; margin: 0 auto; margin-top: 30px; max-width: 70%; }

@media (max-width: 480px) {
    .term-dl .img-tsp { max-width: 90%; }
}
@media (max-width: 360px) {
    .term-dl > dt { margin-top:40px; margin-left:0; }
    .term-dl > dd { margin-top:80px;  }
}

/*---------------- counsel ----------------*/ 
.counsel-wrap { margin-top: 50px; padding-bottom: 50px; background:#daeefa url(../images/bg_counsel.png) 10% 0 no-repeat;  }
.counsel-wrap > h2 { margin: 0 auto; padding:6% 10px 5%; color: #263756; text-align: center; line-height: 2; }
.counsel-wrap > h2 > span { font-size: 2rem; }
.counsel-wrap > h2 > p { font-size: 4rem; line-height: 1.1; }

.counsel-wrap .counsel-ul { margin: 0 auto; padding: 10px 40px; width: 70%; background: #5972b7; border-radius: 2rem; color: #fff; }
.counsel-wrap .counsel-ul > li { padding: 5px 0; word-break:keep-all;}
.counsel-wrap .counsel-ul > li > p { position:relative; padding-left:31px; font-size:2rem; font-weight: 700;}
.counsel-wrap .counsel-ul > li > p:before { position:absolute; top:6px; left:2px; display:inline-block; content:""; width:16px; height:12px; background:url(../images/bullet05.png) left center no-repeat; background-size: 16px; }

.counsel-wrap .cmt {  margin: 0 auto; margin-top: 20px; color: #263756; width:60%; line-height:1.1; }
.counsel-wrap .cmt-bottom { margin-top:40px; color:#3366cc; text-align: center; font-size:2rem; font-weight: 700; }

.untact-ul { margin:50px 20px 0; }
.untact-ul > li { display: table; margin-bottom: 20px; width: 100%; background: #fff; }
.untact-ul .qr-r { display: table-cell; width:20%;  }
.untact-ul .qr-l { display: table-cell; width:20%; }
.untact-ul .qr-r, .untact-ul .qr-l > img { max-width: 100%; }

.untact-ul .untact-dl { display: table-cell; width:80%; padding:34px 30px 30px; vertical-align: top; font-size:1.8rem; }
.untact-ul .untact-dl > dt { margin-bottom:30px; color: #333; font-size: 4rem; font-weight: 700; letter-spacing:-1px; line-height:1.1; }
.untact-ul .untact-dl > dd { line-height:1.5; }
.untact-ul .untact-dl > dd:last-child { font-weight: 700; }
.untact-ul .untact-dl > dd .since, .untact-ul .untact-dl > dd .time, .untact-ul .untact-dl > dd .analyzer { margin-right:20px; color:#3366cc; font-weight: 700; }

@media (max-width: 1024px) {
    .untact-ul .qr-r, .untact-ul .qr-l { width:22%; }
    .untact-ul .untact-dl { width:77%; }
    .counsel-wrap .cmt-bottom .block { display: block; width: 100%; }
}

@media (max-width:768px) {
    .counsel-wrap > h2 { padding:9% 10px 5%;  }
    .counsel-wrap .counsel-ul { padding: 10px 20px; }
        
    .untact-ul .qr-r { display: block; padding-bottom: 20px; width:100%; text-align: center;}
    .untact-ul .qr-b { display: block; padding-bottom: 20px; width:100%; text-align: center;}
    .untact-ul .qr-l { display: none; }
    .untact-ul .untact-dl { display: block; width:100%; }
    .counsel-wrap .cmt-bottom { letter-spacing:-1px; }
}
@media (max-width:480px) {
    .untact-ul .untact-dl > dt { letter-spacing:-2px; }
    .untact-ul .untact-dl > dd { letter-spacing:-1px; }
    .untact-ul .untact-dl > dd .since, .untact-ul .untact-dl > dd .time, .untact-ul .untact-dl > dd .analyzer { margin-right:10px; }
}
@media (max-width:414px) {
    .untact-ul .untact-dl { padding:24px 20px 20px; }
}
@media (max-width:320px) {
    .untact-ul .untact-dl { font-size:1.6rem; } 
}
@media (max-width:280px) {
    .untact-ul .untact-dl { padding:14px 10px 10px; font-size:1.6rem; } 
    .untact-ul .untact-dl > dd .since, .untact-ul .untact-dl > dd .time, .untact-ul .untact-dl > dd .analyzer { margin-right:5px; }
}



/*---------------- chart ----------------*/
.process-wrap { position: relative; margin: 0 auto; width:80%; }
.process-wrap .step1 { position: relative; width:100%; }
.process-wrap .col2-ul { display: table; width:100%; border: 1px solid;}
.process-wrap .col2-ul > li { display:table-cell; padding: 1rem; width: 50%; text-align: center; border: 1px solid; }

.process-wrap .style1-dl { border: 1px solid #0077cc;  }
.process-wrap .style1-dl dt { display: block; padding:5px; color: #fff; background: #0077cc; text-align: center; }
.process-wrap .style1-dl dd { display: block; padding:5px; color: #333; background: #fff; text-align: left; }


/*---------------- jquery-ui Datepicker ----------------*/
.datepicker { width:6rem; }
.datepicker, .datepicker + .ui-datepicker-trigger  { vertical-align:middle }
.datepicker + .ui-datepicker-trigger { position: relative; display: inline-block; margin-left: -1px; width:40px; height:45px; background:#f9f9f9 url(../images/btn_calendar.png) center center no-repeat; background-size:21px; border-top:1px solid #d6d6d6; border-right:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; text-indent:-9999px; }
.ui-datepicker-trigger  + .datepicker { }
.ui-datepicker-trigger + span { display:inline-block; margin:0 10px; }

.ui-datepicker { display: none; padding: 2.2rem 2.2rem 0; width: 37rem; border:1px solid #ccc;background-color:#fff; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); }
.ui-datepicker .ui-datepicker-header { position: relative; padding: 1.2rem 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 3rem; height: 3rem; background-position:50% 50%; background-repeat:no-repeat; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left: 2px;	background-image:url(../images/btn_pre.png); }
.ui-datepicker .ui-datepicker-next { right: 2px; background-image:url(../images/btn_next.png); }
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active {	background-color:#ccc;}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { position: absolute; top:-9999px; left:-9999px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3rem;	color:#0074e3; text-align: center; font-size:2.4rem; line-height: 1.8rem; }
.ui-datepicker .ui-datepicker-title select { margin: 1px 0;	font-size: 1.4rem; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 45%; }
.ui-datepicker table { margin: 1.4rem 0 2.4rem; width: 100%; border-collapse: collapse; font-size: 1.4rem; }
.ui-datepicker th {	padding: .7rem .3rem; text-align: center; font-weight:700; background-color:#0074e3; border: 0; color:#fff;  }
.ui-datepicker td {	padding: 1px; border: 0; }
.ui-datepicker td span,
.ui-datepicker td a { display: block; padding: 1.2rem; text-align: center; text-decoration: none; background-color:#edf6ff;}
.ui-datepicker td a:focus { background-color:#78c1ff; color: #000; font-weight: 700; }
.ui-datepicker .ui-datepicker-buttonpane { margin: .7rem 0 0 0;	padding: 0 .2rem; background-image: none; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right;	margin: .5rem .2rem .4rem; padding: .2rem .6rem .3rem .6rem; width: auto; overflow: visible; cursor: pointer; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {	float: left; }

@media (max-width:280px) {
    .ui-datepicker { display: none; padding: 1.2rem 1.2rem 0; width: 28.5rem; }
    .ui-datepicker .ui-datepicker-header { padding:0.6rem 0; }
    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { width:1.5rem; height:1.5rem; }
    .ui-datepicker .ui-datepicker-title { margin: 0 1.3rem;	color:#0074e3; text-align: center; font-size:1.8rem; line-height: 0.8rem; }
    .ui-datepicker table { width:100%; margin:1.6rem 0 1.4rem; border-collapse: collapse; font-size: 1.4rem; }
    .ui-datepicker th {	padding: .7rem 0; }
    .ui-datepicker td a { padding: 1.2rem 0.6rem; }
}


/*---------------- comments ----------------*/ 
.comment-title { margin-bottom:15px; padding-top: 3px; padding-left: 40px; height: 33px; background:url(../images/i_comments.png) 0 center no-repeat; background-size:33px; font-size: 2.4rem; }

/* comment-write */
.comment-write-box { padding: 10px 15px; color: #586069; background: #f6f8fa; border: 1px solid rgb(209, 213, 218);  border-radius: 3px; }
.comment-write-box .comment-write { display: inline-block; width:calc( 100% - 105px ); height: 10rem; border-radius: 3px; }
.comment-write-box .btn-regist { display: inline-block; margin-left:15px; padding:10px; width:60px; height: 10rem; background: rgb(209, 213, 218, 0.5) ; border: 1px solid rgba(27, 31, 35, 0.15); border-radius: 3px; color: #24292e; font-family:notokr, roboto, sans-serif;  font-size: 1.6rem; }
.comment-write-box .btn-regist:hover { border: 1px solid rgba(27, 31, 35, 0.4); }

@media (max-width:480px) {
    .comment-write-box .comment-write { display:block; width:100%; }
    .comment-write-box { text-align: right; }
    .comment-write-box .btn-regist { margin-top: 10px; padding: 0 15px; min-width: 80px; height: 45px; }
    .comment-write-box .btn-regist:after { display: block; clear: both; content: ""; }
}

/* comments */
.comment-container { margin-top: 30px;  border: 1px solid #d1d5da; border-radius: 3px; }
.comment-header { padding:10px 15px; color: #333; background: #f6f8fa; border-bottom: 1px solid #d1d5da; font-size: 1.4rem; }
.comment-header > p { display: inline-block; width: calc( 100% - 65px); }
.comment-header > p > i { margin-right: 5px; color: #586069; font-size: 1.8rem; font-weight: 700; vertical-align:text-bottom; }
.comment-header > p .date { margin-left: 10px; color: #586069; }
.comment-header .btn-reply { display: inline-block; margin-left: 10px; padding:5px; width: 50px; background: #f6f8fa; border: 1px solid rgba(27, 31, 35, 0.15); border-radius: 3px; color: #586069; font-size: 1.4rem; font-family:notokr, roboto, sans-serif; }
.comment-body { padding:20px 15px; }
.comment-header .btn-reply:hover { border: 1px solid rgba(27, 31, 35, 0.4); }

@media (max-width:768px) {
    .comment-header > p .title { width: 100%; }
    .comment-header > p .date { display: inline-block; margin-left:23px; width: calc( 100% - 25px); }
    
    .comment-header .btn-reply { margin-top: -24px; }
}

/* reply */
.reply-container { margin-top: 30px;  border-top: 1px dashed #d1d5da; border-radius: 3px; }
.reply-header { padding:10px 15px; color: #333; background: #fff; font-size: 1.4rem; }
.reply-header > p { display: inline-block; width: calc( 100% - 115px); font-weight: 700; }
.reply-header > p > i { display: inline-block; margin-right: 5px; color: #586069; font-size: 1.8rem; font-weight: 700; vertical-align:text-bottom; transform: rotate(-160deg); }
.reply-header > p .date { margin-left: 10px; color: #586069; }

.reply-header .btn-reply-regist { display: inline-block; margin-left: 5px; padding:5px; width: 50px; background: #fff; border: 1px solid rgba(27, 31, 35, 0.15); border-radius: 3px; color: #586069; font-size: 1.4rem; font-family:notokr, roboto, sans-serif; }
.reply-header .btn-reply-regist:hover { border: 1px solid rgba(27, 31, 35, 0.4); }
.reply-header .btn-reply-cancel { display: inline-block; margin-right:-5px!important; margin-left:5px; padding:5px; width: 50px; background: #fff; border: 1px solid rgba(27, 31, 35, 0.15); border-radius: 3px; color: #586069; font-size: 1.4rem; font-family:notokr, roboto, sans-serif; }
.reply-header .btn-reply-cancel:hover { border: 1px solid rgba(27, 31, 35, 0.4); }

.reply-body { padding:0px 15px 15px 38px; }
.reply-body > textarea { width: 100%; height: 10rem; }

@media (max-width:768px) {
    .reply-header > p .title { width: 100%; }
    .reply-header > p .date { display: inline-block; margin-left:23px; width: calc( 100% - 25px);  }
    
    .reply-header .btn-reply-regist, .reply-header .btn-reply-cancel { margin-top: -30px; }
}
/* 공지 */
.notice-wrap {width:100%; height:50px; line-height:50px; /*background-color: #373e4d;*/background-color: #eee; position:relative; transition:all 0.3s;}
.notice-wrap > * {display:block; float: left;}
.notice-wrap > p.tit {font-weight:900; width: 120px; text-align: center; font-size: 1.1em; /*color:#fff; background-color: #4a5365;*/color:#000; background-color: #eee;}
.notice-wrap > p.tit > i.fa {font-size:1.2em; margin-right:5px; vertical-align:middle; color: #4696e8}
.notice-wrap > ul {display:block; position:relative; width:calc(100% - 120px/* - 150px*/); height:100%; overflow:hidden; float: left;}
.notice-wrap > ul li {position:absolute; top:100%; left:0; width:100%; background-color: #f6f6f6;}
.notice-wrap > ul li.active {top:0;}
.notice-wrap > ul li.focused {top:0 !important; z-index: 2 !important;}
.notice-wrap > ul li a {display: block; height:100%; font-weight:600; color:#777; width:100%; padding-left: 24px; box-sizing: border-box;}
.notice-wrap > ul li a span {vertical-align: baseline;}
.notice-wrap > ul li a span.date {font-size: .867em; color:#aaa; margin-right: .45em;}
.notice-wrap .btn-rolling {}
.notice-wrap .btn-rolling a {width:50px; height:50px; display:block; background-color: #4a5365; float: left; font-size:0; line-height:0; text-indent:-9999px; border-left: solid 1px #5f697c; box-sizing: border-box; position: relative;}
.notice-wrap .btn-rolling a:hover {background-color: #515b71;}
.notice-wrap .btn-rolling a::before {content:""; display: block; width: 14px; height:14px; background:url('../../images/contents/btn-notice-prev.png') 50% 50% no-repeat; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.notice-wrap .btn-rolling a.prev::before {}
.notice-wrap .btn-rolling a.next::before {transform: translate(-50%, -50%) rotate(180deg);}
.notice-wrap .btn-rolling a.more::before {background-image:url('../../images/contents/btn-notice-more.png');}

/*주식*/
.pop-title {font-size: 14pt;font-weight:700;}
.color-blue {color: #4696e8;}

/* 인용글 */
.tiny-img{
    position: relative;
    height: 100vh;
    background-size: cover;
}

.tiny-img-cover{
   position: absolute;
   height: 100%;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.4);                                                                 
   z-index:1;
}

.tiny-img .tiny-content{
     position: absolute;
     top:50%;
     left:10%;
     right:10%;
     transform: translate(0px, -50%);                                                                   
     font-size:2.2em;
     font-weight:900;
     line-height: 160%;
     color: white;
     z-index: 2;
     text-align: center;
}

.tiny-img .tiny-author{
     position: absolute;
     top:90%;
     left:20%;
     right:20%;
     transform: translate(0px, -50%);                                                                   
     font-size:1.6em;
     font-weight:900;
     line-height: 160%;
     color: white;
     z-index: 2;
     text-align: right;
}

