@charset "UTF-8";
/* 변수선언
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root {
  --bg_color: #f8f8f8;
  --red: #e64444;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: '116angduk_honesty15';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/116angduk_honesty15.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.sub-visual {position: relative;height: 550px;}
.sub-visual .sub-title{ width: 100%; text-align: center; position: absolute; top: 38%; left: 0;z-index: 1; background:url("/images/kor16r-22-0457/sub/sub_tit_obj.png") no-repeat top center;}
.sub-visual p {position:relative; font-family: '116angduk_honesty15'; color: var(--green01); font-size:100px; padding-top:100px}

@media screen and (max-width: 1360px) {
  .sub-visual .sub-title{top: 36%;}
 }

@media screen and (max-width: 768px) {
  .sub-visual {height: 350px;}
  .sub-visual .sub-title{top: 40%; background-size:200px}
  .sub-visual p {font-size:52px; padding-top:60px}
 }

@media screen and (max-width: 500px) {
  .sub-visual {height: 320px;}
  .sub-visual .sub-title{top: 37%;}
 }

.sub-tab {
  position: relative;
  width: 100%;
  height: 7rem;
  margin-top: -7rem;
}

.sub-tab:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  /*left: -50%;*/
  width: 100%;
  height: 100%;
  background: var(--sky_blue);
}

.sub-tab ul {
  width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-tab ul li {
  position: relative;
  width: 100%;
}

.sub-tab ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
}

.sub-tab ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 7rem;
  background: var(--sky_blue);
  text-align: center;
}

.sub-tab ul li a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}

.sub-tab ul li a:hover {
  background: #309e9a;
}

.sub-tab ul li:last-child a {
  /*border-top-right-radius: 20px;*/
}

.sub-tab ul li:last-child:after{content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
}

.sub-tab ul li.active a {
  background: #309e9a;
}

.sub-tab ul.col-2 li {
  width: 50%;
}

.sub-tab ul.col-3 li {
  width: 33.33%;
}

.sub-tab ul.col-4 li {
  width: 25%;
}

.sub-tab ul.col-5 li {
  width: 20%;
}

@media screen and (max-width: 1320px) {
	.sub-tab{ height:70px; margin-top:-70px}
  .sub-tab ul {width: 100%;margin-right:0;}
  .sub-tab ul li:last-child a{border-top-right-radius:0}
  .sub-tab ul li a { height:70px}
}

@media screen and (max-width:768px) {
	.sub-tab{ height:54px; margin-top:-54px}
	.sub-tab ul li a {height: 54px;}
}



/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  margin-top: 15rem;
}

.sub_member .box_area {
  border-radius: 10px;
  padding: 100px;
  background: #fff;
}

@media screen and (max-width: 1220px) {
  .sub_member .box_area {
    padding: 90px 70px;
  }
}

@media screen and (max-width: 1220px) and (max-width: 768px) {
  .sub_member .box_area {
    padding: 50px 40px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1220px) and (max-width: 480px) {
  .sub_member .box_area {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 620px) {
  #subContents {margin-top: 7rem;}
}


/* 업체소개
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_1.sub_con .b_tit{color: var(--green01); font-size:36px; margin-top:40px; font-weight:600; letter-spacing:-1px;}
.sub1_1 .b_tit .quote01{position:relative; top:-15px; }
.sub1_1 .b_tit .quote02{position:relative; top:-15px; }
.sub1_1 .flex_area > div:nth-child(1){text-align:center;}
.sub1_1 .flex_area > div:nth-child(2) p{font-size:18px; color:var(--black);line-height:1.5; word-break:keep-all; margin-top:25px}
.sub1_1 .flex_area > div strong{font-weight:700; color: var(--green01)}

@media screen and (max-width: 980px) {
	.sub1_1 .flex_area > div{text-align:center;}
}

@media screen and (max-width: 768px) {
	.sub1_1 .flex_area > div{text-align:center;}
	.sub1_1.sub_con .b_tit{font-size:22px; margin-top:30px;}
	.sub1_1 .txt{margin-top:10px}
	.sub1_1 .b_tit .quote01{top:-10px;  right:-2px;}
	.sub1_1 .b_tit .quote02{top:-10px;  left:-5px;}
	.sub1_1 .b_tit .quote01 img,
	.sub1_1 .b_tit .quote02 img{width:12px;}
	.sub1_1 .logo-img img{width:180px;}
	.sub1_1 .flex_area > div:nth-child(2) p{font-size:16px; line-height:1.4; margin-top:15px}
}


/* 특수청소 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 700;
  src: url('//fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

.sub_con .cont-fot{position:relative; margin-top:140px; background:url("/images/kor16r-22-0457/sub/cont_fot_bg.png") left bottom 5px repeat-x}
.sub_con .cont-fot:after{content:""; display:block; clear:both;}
.sub_con .cont-fot .fot-tit{position:relative;}
.sub_con .cont-fot .fot-tit:before{position:absolute; content:""; width:130px; height:40px; top:-40px; left:0; background:url("/images/kor16r-22-0457/sub/sub_tit_obj.png") no-repeat top center; background-size:130px;}
.sub_con .cont-fot .fot-tit span{font-family: 'Godo';  color: var(--green02); font-size:52px; padding:0 10px 0 0; background:var(--bg_color);}
.sub_con .cont-fot .cs-btn{position:absolute; bottom:0; right:0; padding-left:10px; background:var(--bg_color);}
.sub_con .cont-fot .cs-btn span{display:block; width:235px; line-height:48px; background:var(--green01); font-size:34px;font-family: 'Godo'; text-align:center; color:#fff; border-radius:50px; }

@media screen and (max-width: 768px) {	
	.sub_con .cont-fot{margin-top:80px}
	.sub_con .cont-fot .fot-tit:before{width:72px; height:22px; top:-25px; background-size:72px;}
	.sub_con .cont-fot .fot-tit span{font-size:26px;}
	.sub_con .cont-fot .cs-btn span{width:110px; line-height:36px;font-size:18px;}
}


@media screen and (max-width:500px) {
	.sub_con .cont-fot .fot-tit span{font-size:24px;}
	.sub_con .cont-fot .cs-btn span{width:90px; line-height:34px;font-size:16px;}
}

.sub2 .b_tit{font-size:32px; line-height:1.5; word-break:keep-all; letter-spacing:-0.03em; color: var(--green01); font-weight:600; letter-spacing:-1px;}
.sub2 .b_tit{position:relative; padding-left:20px;}
.sub2 .b_tit .quote01 img,
.sub2 .b_tit .quote02 img{width:16px;}
.sub2 .b_tit .quote01{position:absolute;left:0; top:-15px; }
.sub2 .b_tit .quote02{position:relative; top:-15px; }
.sub2 .flex_area > div:nth-child(2) p{font-size:18px; color:var(--black);line-height:1.5; word-break:keep-all; margin-top:25px}

@media screen and (min-width:1261px) {
	.sub2 .b_tit .t-term{padding-left:160px;}
}


/*.sub2 .sort.use-info{width:100%;}
.sub2 .sort.use-info dl:first-child{padding-bottom:20px; }
.sub2 .sort.use-info dl{position:relative; width:100%; display:table;  margin-bottom:20px; padding-bottom:20px;}
.sub2 .sort.use-info dt{width:140px; display:table-cell; }
.sub2 .sort.use-info dt span{display:block; border-radius:15px; background:var(--sky_blue); font-size:17px; font-weight:400; color:#fff; text-align:center; line-height:40px; }
.sort.use-info dd{display:table-cell; padding-top:5px; vertical-align:top; font-size:18px; color:#555; padding-left:50px;}*/

.sub2 .sort.use-info{width:100%;}
.sub2 .process{display:flex; flex-wrap:wrap; justify-content:space-between; }
.sub2 .process li{position:relative; background:#f9f9f9; padding:25px; border-radius:20px; text-align:center; width:calc((100% - 120px)/4);}
.sub2 .process li:before{position:absolute; content:""; left:-32px; top:45%; width:20px; height:12px; background:url("/images/kor16r-22-0457/sub/sub_arrow.png") no-repeat; transform: rotate(-90deg);}
.sub2 .process li:first-child:before{display:none;}
.sub2 .process li h5{font-size:20px; margin-bottom:15px; font-weight:500; line-height:1.3; color:#333; word-break:keep-all;}
.sub2 .process li h5 span{display:block; margin:0 auto 15px; font-size:14px; width:84px; color:#fff; line-height:30px; border-radius:50px; background:var(--sky_blue);}
.sub2 .process li p{line-height:1.4; font-size:17px;}
.sub2 .process li i{font-size:50px; font-weight:300; display:block;  color:var(--green01);}

@media only screen and (max-width:980px){
	.sub2 .process li{padding:30px; width:calc((100% - 60px)/2);}
	.sub2 .process li:before{left:-37px;}
	.sub2 .box > p br{display:none;}
	.sub2 .process li:nth-child(1),
	.sub2 .process li:nth-child(2){margin-bottom:30px}
	.sub2 .process li:nth-child(3):before{display:none;}
}

@media screen and (max-width: 768px) {
	.sub2 .process li h5{font-size:18px; margin-bottom:10px;}
	.sub2 .process li p{font-size:15px;}
	.sub2 .process li i{font-size:34px;}
}

@media screen and (max-width:520px) {
	.sub2 .process li{padding:30px; width:100%; margin-bottom:40px;}
	.sub2 .process li:before{left:47%; top:-25px; transform: rotate(0deg);}
	.sub2 .process li:nth-child(3):before{display:block;}
	.sub2 .process li:nth-child(1),
	.sub2 .process li:nth-child(2){margin-bottom:40px}
}


@media screen and (max-width:768px) {
	.sub2 .b_tit{font-size:20px;  padding-left:13px;}
	.sub2 .b_tit .t-term{padding-left:4px;}
	.sub2 .b_tit .quote01{top:-8px;}
	.sub2 .b_tit .quote02{top:-8px;}
	.sub2 .b_tit .quote01 img,
	.sub2 .b_tit .quote02 img{width:10px;}
	.sub2 .flex_area > div:nth-child(2) p{font-size:16px; line-height:1.4; margin-top:15px}
}


.sub_con ol.numList li{position:relative; padding-left:35px; font-size: 18px; line-height: 1.4;  color: var(--black); margin-top: 2px;}
.sub_con ol.numList li:not(:last-child) {margin-bottom: 2rem;}
.sub_con ol.numList li .num {
  position:absolute;
  left:0;
  top:-2px;
  width: 26px;
  height: 26px;
  background: var(--sky_blue);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub_con ol.numList li{padding-left:28px;  font-size:16px;}
  .sub_con ol.numList li .num {width: 22px; height: 22px; line-height: 22px;}
}

/* 쓰레기집
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-1 .c-img-wrap{position:relative; width:100%; height:500px; text-align:center; background:url("/images/kor16r-22-0457/sub/sub2_1_img01.jpg") no-repeat center center/cover; border-radius:100px 0 100px 0}
.sub2-1 .c-img-wrap .slogan{width:100%; height:100%; background:url("/images/kor16r-22-0457/sub/sub2_1_img02.png") no-repeat center center; background-size:60%;}

@media screen and (max-width:980px) {
	.sub2-1 .c-img-wrap{height:400px;}
	.sub2-1 .c-img-wrap .slogan{background-size:75%;}
}
@media screen and (max-width:768px) {
	.sub2-1 .c-img-wrap {height:260px;  border-radius:50px 0 50px 0}
 }

@media screen and (max-width:480px) {
	.sub2-1 .c-img-wrap {height:180px;}
	.sub2-1 .c-img-wrap .slogan{background-size:80%;}
 }



/* 특별한 정리
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-2 .c-img-wrap {position: relative;height:480px;}
.sub2-2 .c-img-wrap .cont-img {width:100%; height:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub2-2 .c-img-wrap .cont-img .w-bg{position:relative; width:50%; background:#fff; border:15px solid #579b4e; border-right:0; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; border-radius:100px 0 0 0}
.sub2-2 .c-img-wrap .cont-img .g-bg{position:relative; width:50%; background:#579b4e; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; border-radius:0 0 100px 0}
.sub2-2 .c-img-wrap .cont-img .g-bg:before{position:absolute;left:10px;top:10px; right:10px; bottom:10px; display:block;content:""; width:calc(100% - 20px); border:5px solid #fff; border-radius:0 0 100px 0}
.sub2-2 .c-img-wrap .cont-img .slogan01{position:relative; width:100%; height:100%; 
	background-image:url("/images/kor16r-22-0457/main/main_slogan01.png"); 
	background-repeat:no-repeat; 
	background-position:top 45% center;
	background-size: 54%
	}
.sub2-2 .c-img-wrap .cont-img .slogan02{position:relative; width:100%; height:100%; 
	background-image:url("/images/kor16r-22-0457/main/main_slogan02.png"); 
	background-repeat:no-repeat; 
	background-position:top 45% center;
	background-size: 54%
	}

@media screen and (min-width: 981px) {
	.sub2.sub2-2 ol.numList{margin-top:0}
}

@media screen and (max-width: 980px) {
	.sub2-2 .c-img-wrap {height:360px;}
    .sub2-2 .c-img-wrap .cont-img .slogan01,
	.sub2-2 .c-img-wrap .cont-img .slogan02{background-size: 58%;}
	.sub2-2 .c-img-wrap .cont-img .w-bg{border:10px solid #579b4e; border-right:0}
 }

@media screen and (max-width:768px) {
	.sub2-2 .c-img-wrap {height:280px;}
 }

@media screen and (max-width:520px) {
	.sub2-2 .c-img-wrap {height:auto;}
	.sub2-2 .c-img-wrap .cont-img .slogan01,
	.sub2-2 .c-img-wrap .cont-img .slogan02{background-size:45%;}
	.sub2-2 .c-img-wrap .cont-img .w-bg{width:100%; height:150px;  border-radius:25px 0 0 0; border:5px solid #579b4e; border-bottom:0; }
	.sub2-2 .c-img-wrap .cont-img .g-bg{width:100%; height:150px;  border-radius:0 0 25px 0}
	.sub2-2 .c-img-wrap .cont-img .g-bg:before{left:5px;top:5px; right:5px; bottom:5px; width:calc(100% - 10px); border:3px solid #fff; border-radius:0 0 25px 0}
 }





/* 유품정리
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-3.sub_con .cont-fot{background:url("/images/kor16r-22-0457/sub/cont_fot_bg02.png") left bottom 5px repeat-x}
.sub2-3.sub_con .cont-fot .fot-tit:before{position:absolute; content:""; width:130px; height:40px; top:-40px; left:0; background:url("/images/kor16r-22-0457/sub/sub_tit_obj02.png") no-repeat top center; background-size:130px;}
.sub2-3.sub_con .cont-fot .fot-tit span{color:#68727c;}
.sub2-3.sub_con .cont-fot .cs-btn span{background:#68727c;}

@media screen and (max-width: 768px) {
	.sub2-3.sub_con .cont-fot .fot-tit:before{width:72px; height:22px; top:-25px; background-size:72px;}
}


@media screen and (min-width: 981px) {
	.sub2.sub2-3.sub_con .process{display:flex; flex-wrap:wrap; justify-content:space-evenly; }
	.sub2.sub2-3.sub_con .process li{padding:25px 20px; width:calc((100% - 150px)/3);}
	.sub2.sub2-3.sub_con .process li:nth-child(4),
	.sub2.sub2-3.sub_con .process li:nth-child(5){margin-top:30px;}
	.sub2.sub2-3.sub_con .process li:before{left:-30px;}
	.sub2.sub2-3.sub_con .process li:nth-child(5):before{left:-80px;}
	.sub2.sub2-3.sub_con .process li:nth-child(4):before{display:none;}
}

@media screen and (max-width: 980px) {
	.sub2.sub2-3.sub_con .process li:nth-child(5){margin-top:30px}
	.sub2.sub2-3.sub_con .process li:nth-child(5):before{display:none;}
}

@media screen and (max-width: 520px) {
	.sub2.sub2-3.sub_con .process li:nth-child(5){margin-top:0}
	.sub2.sub2-3.sub_con .process li:nth-child(5):before{display:block;}
}


/* 폐업정리
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-4 .c-img-wrap{position:relative; width:100%; height:500px; text-align:center; background:#fff; border:3px solid #094400; border-radius:100px 0 0 0}
.sub2-4 .c-img-wrap .slogan{width:100%; height:100%; background:url("/images/kor16r-22-0457/main/main_slogan03.png") no-repeat center center; background-size:45%;}
.sub2-4 .tel-box{width:100%; padding:12px 200px; text-align:center; background:#094400; border-radius:0 0 100px 0}
.sub2-4 .tel-box ul:after{content:""; display:block; clear:both;}
.sub2-4 .tel-box li{width:50%; float:left;}
.sub2-4 .tel-box li{font-size:36px; position:relative; padding-left:60px; color:#fff; font-family:'NanumBarunGothic'; line-height:1.4; }
.sub2-4 .tel-box li:nth-child(1) span{position:relative; display:inline-block; width:35px; height:34px; background:url("/images/kor16r-22-0457/main/mv_icon01.png") no-repeat; background-size:35px; margin-right:10px; top:3px;}
.sub2-4 .tel-box li:nth-child(2){font-size:30px;}
.sub2-4 .tel-box li:nth-child(2) span{position:relative; display:inline-block; width:30px; height:33px; background:url("/images/kor16r-22-0457/main/mv_icon02.png") no-repeat; background-size:30px; margin-right:10px; top:7px}


@media screen and (max-width:1360px) {
	.sub2-4 .tel-box{padding:12px 40px;}
}

@media screen and (max-width:980px) {
	.sub2-4 .c-img-wrap{height:360px;}
	.sub2-4 .c-img-wrap .slogan{background-size:50%;}
	.sub2-4 .tel-box{padding:12px 10px;}
	.sub2-4 .tel-box li{font-size:30px; padding-left:50px;}
	.sub2-4 .tel-box li:nth-child(1) span{width:30px; height:29px; background-size:30px;}
	.sub2-4 .tel-box li:nth-child(2){font-size:26px;}
	.sub2-4 .tel-box li:nth-child(2) span{width:24px; height:27px; background-size:24px;}
}
@media screen and (max-width:768px) {
	.sub2-4 .c-img-wrap{border-radius:50px 0 0 0; border:2px solid #094400;}
	.sub2-4 .tel-box{padding:12px 0 12px 120px; text-align:left; border-radius:0 0 50px 0}
	.sub2-4 .tel-box li{width:100%; float:none;}
	.sub2-4 .tel-box li:nth-child(2){margin-top:7px;}
}

@media screen and (max-width:620px) {
	.sub2-4 .c-img-wrap{height:300px;}
	.sub2-4 .c-img-wrap .slogan{background-size:70%;}
	.sub2-4 .tel-box{padding:12px 0 12px 20px;}
	.sub2-4 .tel-box li{font-size:20px; padding-left:22px;}
	.sub2-4 .tel-box li:nth-child(1) span{width:23px; height:22px; background-size:23px; margin-right:10px; top:4px;}
	.sub2-4 .tel-box li:nth-child(2){font-size:17px;}
	.sub2-4 .tel-box li:nth-child(2) span{width:20px; height:22px; background-size:20px; margin-right:10px; top:6px}
}
@media screen and (max-width:480px) {
	.sub2-4 .c-img-wrap{height:220px;}
}




/* 서비스 진행절차
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub3-1 .process .tit-box{margin-bottom:80px; text-align:center; padding-bottom:20px; background:url("/images/kor16r-22-0457/sub/sub3_1_dot_line.jpg") left bottom repeat-x}
.sub3-1 .process .tit-box h3{font-family: 'NanumBarunGothic'; font-size:52px; color:var(--black); letter-spacing:-1px; line-height:1.4; word-break:keep-all;}
.sub3-1 .process .tit-box h3 span{position:relative; margin-right:15px; display:inline-block; width:70px; height:67px; background:url("/images/kor16r-22-0457/sub/sub3_1_check.png") no-repeat; top:10px;}
.sub3-1 .process .tit-box h3 strong{color:#879921}
.sub3-1 .process ul{width:480px; margin:0 auto;}
.sub3-1 .process li{text-align:center; margin-top:60px;}

@media screen and (max-width:980px) {
	.sub3-1 .process .tit-box h3 {font-size:40px;}
	.sub3-1 .process .tit-box h3 span{width:48px; height:45px; background-size:45px; top:8px;}
}
@media screen and (max-width:620px) {
	.sub3-1 .process .tit-box{margin-bottom:40px; padding-bottom:10px; background-size:500px}
	.sub3-1 .process .tit-box h3 {font-size:22px;}
	.sub3-1 .process .tit-box h3 span{margin-right:7px; width:26px; height:24px; background-size:26px; top:4px;}
	.sub3-1 .process ul{width:260px;}
	.sub3-1 .process li{text-align:center; margin-top:40px;}
 }





/*.sub_con ol.numList li {display: -webkit-box; display: -ms-flexbox; display: flex;}
.sub_con ol.numList li .num_txt {display: inline-block; font-size: 18px;line-height: 1.4; }*/


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content-wrap .infoconsent-wrap .content{font-size:14px; line-height:1.5;}
.content-wrap .webzine-content-right p{font-size:1.6rem;}
.content-wrap .whois-board-view .board-content {font-size:1.6rem;}
.content-wrap .infoconsent-wrap .title{font-size:1.6rem; font-weight:500}
.content-wrap .infoconsent-wrap > div label {font-size:1.4rem}

/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
  padding: 0;
  font-size: 13px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000000;
  font-size: 15px;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #444;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
  max-width: 33vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view {
  display: inline-block;
  border-top: 1px solid #444;
}

/* Line 색상 */
.whois-board-view .whois-board-view-row {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 0;
  float: left;
  border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  font-size: 16px;
  line-height: 26px;
}

.whois-board-list .whois-board-row.view .whois-board-row-content {
  font-size: 16px;
  line-height: 26px;
}

.whois-board-view .whois-board-view-files {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
  font-size: 11px;
  color: #c4c4c4;
}

/* 게시판 버튼 */
.sub_con .btn_search, .sub_con .btn-search {
  display: inline-block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: #666;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}

.sub_con .btn_search:hover, .sub_con .btn_search:focus, .sub_con .btn-search:hover, .sub_con .btn-search:focus {
  text-decoration: none !important;
}

.sub_con .whois-button-submit {
  display: inline-block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: #fff;
  font-weight: 500;
  color: #303030;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border: 1px solid #d6dadd;
  border-radius: 5px;
}

.sub_con .whois-button-submit:hover {
  -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
          box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.sub_con .whois-button-submit:active {
  background: #eceef2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub_con .align_left .btn-default {
  display: inline-block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: #fff;
  font-weight: 500;
  color: #303030;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border: 1px solid #d6dadd;
  border-radius: 5px;
}

.sub_con .align_left .btn-default:hover {
  -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
          box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.sub_con .align_left .btn-default:active {
  background: #eceef2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub_con .form-group .input-group .whois-button-submit {
  background: var(--sky_blue);
  color: #fff;
  border: none;
}

.sub_con .form-group .input-group .whois-button-submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.board_top {
  margin-bottom: 2rem;
}

.board_top .bold p {
  font-size: 1.4rem;
  color: var(--black);
}

.board_top .bold p span {
  color: var(--sky_blue);
}

.board_top .f_search select {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 100px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border-radius: 5px;
}

.board_top .f_search .board_input {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 160px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border: 1px solid var(--br_color);
  border-radius: 5px;
}

.list-inline select {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 100px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border-radius: 5px;
}

.list-inline .form-control {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 160px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border: 1px solid var(--br_color);
  border-radius: 5px;
}



@media screen and (max-width:620px) {
	.list-inline .form-control {min-width:60px;}
	.sub_con .btn_search, .sub_con .btn-search{width:50px;}
	.list-inline>li{padding-left:1px; padding-right:1px;}

}

/* 회원가입, 약관등 */

.sub-visual.sub-visual-common{height:100px;}
.sub-visual.sub-visual-common p,
.sub-visual.sub-visual-common .sub-visual-bg{display:none;}

@media screen and (max-width:620px) {
	.sub-visual.sub-visual-common{height:60px;}
}

/* 게시판 공통 */

.sub-box {
  margin-right: 5px;
  background-color: #ce112d;
  border: 0;
  color: #ffffff;
  display: inline-block;
}

.sub-box.sm {
  font-size: 12px;
  padding: 2px 5px;
}

.sub-box.m {
  font-size: 14px;
  padding: 4px 8px;
}

.sub-box.lg {
  font-size: 16px;
  padding: 6px 12px;
}

.sub-border {
  border: 1px solid #ce112d;
}

.sub-border-t {
  border-top: 1px solid #ce112d;
}

.sub-border-r {
  border-right: 1px solid #ce112d;
}

.sub-border-b {
  border-bottom: 1px solid #ce112d;
}

.sub-border-l {
  border-left: 1px solid #ce112d;
}

.sub-bg {
  background-color: #ce112d;
}

.sub-bg-hover:hover {
  background-color: #e64600;
}

.sub-content {
  width: 100%;
}

.paginate_regular {
  margin-top: 30px;
}

/* 신청폼. 상단에 apply_form이라는 class명으로 감싸줍니다 */
.apply_form label {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black);
}

.apply_form select, .apply_form input {
  font-size: 1.6rem;
  color: var(--gray);
  line-height: 2.4rem;
}

.apply_form .whois-button-submit {
  display: block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: var(--green01);
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

.apply_form .whois-button-submit:hover {
  -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
          box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.apply_form .whois-button-submit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--blue);
}

/* 다목적 List */
.sub_con .board th {
  border-top: 1px solid var(--blue);
  background: none;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 2.3rem 0;
}

.sub_con .board td {
  color: var(--black);
  font-size: 1.6rem;
  padding: 1.8rem 1rem;
  border-bottom: 1px solid var(--br_color);
}

.sub_con .board button {
  width: 70px;
  height: 3rem;
  background: var(--sky_blue);
  text-align: center;
  line-height: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}

/* 다목적 view */
.sub_con .board_view {
  border-top: 1px solid var(--blue);
}

.sub_con .board-view-table {
  margin-bottom: 2rem;
}

.sub_con .board-view-table th, .sub_con .board-view-table td {
  border-bottom: 1px solid var(--br_color);
  font-size: 1.6rem;
  padding: 2rem;
}

.sub_con .board-view-table th {
  width: 30%;
  background: var(--bg_color);
  font-weight: 500;
}

.sub_con .board-view-table td {
  width: 70%;
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
  margin: 0 auto;
  background: #fff;
}

.material-form .header {
  padding: 50px 10px;
  background: #6498fe;
  font-size: 16px;
  color: #fff;
}

.material-form .header h3 {
  font-size: 30px;
}

.material-form .header p,
.material-form .header span {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

.material-form .sub-header h4 {
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
  margin: 0;
}

.material-form .input-group {
  position: relative;
  border: 0;
}

.material-form .input-group .input-group-addon {
  padding-right: 6px;
  padding-left: 6px;
  background: #fff;
  border: 0;
}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
  border: 1px solid #ccc;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.material-form .form-group {
  margin-bottom: 15px;
  overflow: visible;
}

.material-form .form-group.success .form-control {
  color: #5cb85c;
}

.material-form .form-group.failed .form-control {
  color: #d9534f;
}

.material-form .form-control[readonly] {
  background: #fff;
}

.material-form .btn {
  height: 38px;
}

.material-form .btn-default {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
  z-index: 10;
}

.input-group label.th {
  z-index: 9;
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  height: 20px;
  color: #ccc;
}

.input-group label.th.ie9 {
  z-index: 11;
  display: block;
}

.material-form .desc {
  padding: 10px 0;
}

.chkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.chk-block,
.chk-block span {
  display: block;
  text-align: center;
  width: 100%;
}

.chkbox input[type='radio'],
.chkbox input[type='checkbox'] {
  display: none;
}

.chkbox input[type='radio'] ~ .rbtn {
  padding: 6px 12px;
  line-height: 27px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.chkbox input[type='radio']:checked ~ .rbtn {
  background: #ccc;
  color: #fff;
}

.chkbox input[type='radio'] ~ .box,
.chkbox input[type='checkbox'] ~ .box {
  display: block;
  color: #bbb;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.chkbox input[type='radio'] ~ .box:before,
.chkbox input[type='checkbox'] ~ .box:before {
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  vertical-align: middle;
  color: #cfcfcf;
  font-family: 'Glyphicons Halflings';
}

.chkbox input[type='radio'] ~ .box:before {
  content: "\e165";
}

.chkbox input[type='checkbox'] ~ .box:before {
  content: "\e013";
}

.chkbox input[type='radio']:checked ~ .box,
.chkbox input[type='checkbox']:checked ~ .box {
  color: #666;
}

.chkbox input[type='radio']:checked ~ .box:before,
.chkbox input[type='checkbox']:checked ~ .box:before {
  color: #666;
}

/* 이용약관
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.agree_txt p {
  font-size: 1.6rem;
  color: var(--black);
  line-height: 2.8rem;
}

.agree_txt p b {
  display: inline-block;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 1rem;
}

/* FAQ
----------------------------------------------------------------------------------------------------------------------------------------------------------
상단디자인 <div class="faq">
하단디자인 </div>
*/
.faq .whois-board-list .whois-board-row .whois-board-row-subject {
  position: relative;
  padding: 2rem 10rem 2rem 5rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-subject:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5rem;
  content: "\e941";
  font-size: 2.4rem;
  font-weight: 900;
  font-family: 'xeicon';
  color: var(--blue);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq .whois-board-list .whois-board-row.view .whois-board-row-subject:after {
  content: "\e944";
}

.faq .title {
  font-size: 1.8rem;
  color: var(--black);
  font-weight: 400;
}

.faq .icon-q {
  width: auto;
  height: auto;
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-right: 60px;
  background: none;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content {
  position: relative;
  font-size: 1.6rem;
  color: var(--black);
  padding: 4rem 5rem 4rem 10.5rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content * {
  line-height: 2.4rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5rem;
  content: 'A';
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--sky_blue);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faq .whois-board-list .whois-board-row .whois-board-row-subject {
    padding: 2rem 5rem 2rem 2rem;
  }
  .faq .icon-q {
    margin-right: 20px;
  }
  .faq .whois-board-list .whois-board-row .whois-board-row-content {
    padding: 2rem 2rem 2rem 6rem;
  }
  .faq .whois-board-list .whois-board-row .whois-board-row-content:before {
    left: 2rem;
  }
}

/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub_con .inner {
  width: 1260px;
  margin: 0 auto;
}

.sub_con .c_red {
  color: #e64444;
}

.sub_con .c_tit {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  /*color: var(--blue);*/
   color: var(--black);
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing:-1px;
}

.sub_con .c_tit:before {
  content: '';
  display: block;
  position: absolute;
  top: -26px;
  left: -30px;
  width: 71px;
  height: 71px;
  background: rgba(75, 184, 181, 0.15);
  border-radius: 50%;
}


/*.sub_con .b_tit {
  font-size: 3rem;
  font-weight: 700;
  color: var(--black);
  line-height: 4rem;
  letter-spacing:-1px;
}*/

.sub_con .b_tit .dot {
  color: var(--sky_blue);
}

.sub_con .txt {
  font-size: 1.8rem;
  color: var(--black);
  line-height: 3.2rem;
}

.sub_con .txt .line {
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.sub_con .txt .line:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
  background: rgba(255, 238, 0, 0.5);
  z-index: -1;
}

.sub_con .txt_gray {
  font-size: 18px;
  color: var(--gray2);
  line-height: 2.4rem;
  padding-left:30px;
}

.sub_con .txt_gray b {
  color: var(--black);
  font-weight: 500;
}

.sub_con .img_area {
  margin-top: 100px;
}

.sub_con .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub_con .flex_area > div {
  width: 48%;
}


.sub_con .bg_half {
  position: relative;
  width: 100%;
}

.sub_con .bg_half:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: var(--bg_color);
  z-index: -1;
}

.sub_con section.bgY {
  background: var(--bg_color);
  padding: 120px 0;
}

.sub_con ul.dotList li {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--black);
}

.sub_con ul.dotList li:not(:last-child) {
  margin-bottom: 12px;
}

.sub_con ul.dotList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

@media screen and (max-width: 1320px) {
  .sub_con .inner {width: 100%;padding: 0 30px;}
}

@media screen and (max-width: 980px) {
  .sub_con .img_area {margin-top: 50px;}
  .sub_con .flex_area > div { width: 100%;}
  .sub_con .flex_area > div:last-child {}
  .sub_con section.bgY {padding:60px 0;}
}

@media screen and (max-width: 768px) {
	.sub_con section.bgY {padding:40px 0;}
	.sub_con .inner{padding: 0 15px;}
}
 /* .sub_con ol.numList li .num { margin-right: 8px;}*/
  .sub_con ul.dotList li { padding-left: 12px;}
  .sub_con ul.dotList li:before {width: 4px;  height: 4px; top: 7px; }

@media screen and (max-width: 768px) {
  .sub_con .c_tit {margin-left:10px; font-size:3rem; margin-bottom:30px;}
  .sub_con .c_tit:before {top: -15px; left: -15px; width: 46px; height: 46px;}
  .sub_con .txt_gray {font-size: 16px; padding-left:20px;}
 /* .sub_con ol.numList li .num_txt {margin-top: 4px; font-size:16px;}*/
}

.sub2 .box_area {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 100px 80px;
  background: #fff;
 /* margin-top: 50px;*/
}

.sub2 ol.numList { margin-top: 40px;}

.sub2 .sort .tit {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1;
  border-bottom: 1px solid var(--br_color);
  padding-bottom: 2rem;
  margin-bottom:3rem;
}


.sub2 .dotList {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--br_color);
  padding: 4rem 0;
  margin-top: 7rem;
}

@media screen and (max-width: 1220px) {
  .sub2 .box_area {padding:60px; border-radius:50px;}
}

@media screen and (max-width: 768px) {
  .sub2 .box_area {padding:50px 30px; border-radius: 30px; /*margin-top: 25px;*/}
  .sub2 ol.numList {margin-top: 20px;}
}

@media screen and (max-width:500px) {
  .sub2 .box_area {padding:40px 20px; border-radius: 40px; }

}


		