@charset "UTF-8";

.intro04_input { 
	margin: 0 auto;
	width: fit-content;
	margin-top: 30px;
}

.intro_input_text_box {
	width: 250px;
	height: 35px;
	border: 1px solid #cfcfcf;
	color: #cfcfcf;
	font-family: 'Noto Sans KR';
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -0.5px;
	padding-left: 10px;
}
/*
input[type='submit'] {
	width: 50px;
	height: 35px;
	background: #66a48d;
	font-family: 'Noto Sans KR';
	font-size: 16px;
	color: #FFF;
	letter-spacing: -0.5;
}
*/
	@media screen and (max-width:480px) {
		.intro_input_text_box {
			width: 200px;
			height: 30px;
			font-size: 14px;
			letter-spacing: 0px;
			padding-left: 10px;
		}
		input[type='submit'] {
			width: 40px;
			height: 30px;
			font-size: 14px;
			letter-spacing: 0;
		}
	}



.div.board6-4 table tr th:nth-child(1), div.board6-4 table tr th:nth-child(2), div.board6-4 table tr th:nth-child(4), div.board6-4 table tr th:nth-child(5), div.board6-4 table tr th:nth-child(6) {
  /* width: 100px;
                    @media screen and (max-width:500px){
                        width: 80px;
                    } */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.board6-4 table tr th:nth-child(1), div.board6-4 table tr th:nth-child(2), div.board6-4 table tr th:nth-child(4), div.board6-4 table tr th:nth-child(5), div.board6-4 table tr th:nth-child(6) {
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  div.board6-4 table tr td:last-child, div.board6-4 table tr th:last-child {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  div.board6-4 table tr td:nth-last-child(2), div.board6-4 table tr th:nth-last-child(2) {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  div.board6-4 table tr td:nth-child(2), div.board6-4 table tr th:nth-child(2) {
    display: none;
  }
}

div.board6-4 table tbody tr td:nth-child(3) {
  text-align: left;
  padding-left: 35px;
}

@media screen and (max-width: 500px) {
  div.board6-4 table tbody tr td:nth-child(3) {
    padding-left: 0;
  }
}

/*--------------------------- board_view ---------------------------*/
div.board_view6-4 {
  width: 100%;
}
/*# sourceMappingURL=sub6-4.css.map */

.sub_visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1100px) {
  .sub_visual {
    height: 350px;
  }
}

@media screen and (max-width: 700px) {
  .sub_visual {
    height: 250px;
  }
}

@media screen and (max-width: 500px) {
  .sub_visual {
    height: 150px;
  }
}

.sub_visual .visual {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.sub_visual .visual.active {
  opacity: 1;
}

.sub_visual .visual.visual1 .bg {
  background-image: url(../img/sub/visual1.png);
}

.sub_visual .visual.visual2 .bg {
  background-image: url(../img/sub/visual2.png);
}

.sub_visual .visual.visual3 .bg {
  background-image: url(../img/sub/visual3.png);
}

.sub_visual .visual.visual4 .bg {
  background-image: url(../img/sub/visual4.png);
}

.sub_visual .visual.visual5 .bg {
  background-image: url(../img/sub/visual5.png);
}

.sub_visual .visual.visual6 .bg {
  background-image: url(../img/sub/visual6.png);
}

.sub_visual .visual .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.sub_visual .visual .textbox {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub_visual .visual .textbox h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #FFF;
}

@media screen and (max-width: 1100px) {
  .sub_visual .visual .textbox h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .sub_visual .visual .textbox h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .sub_visual .visual .textbox h2 {
    font-size: 14px;
  }
}

.sub_visual .visual .textbox h3 {
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 1100px) {
  .sub_visual .visual .textbox h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 700px) {
  .sub_visual .visual .textbox h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .sub_visual .visual .textbox h3 {
    font-size: 25px;
  }
}

.snb {
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.snb .center {
  position: relative;
  width: 100%;
  height: 40px;
}

.snb .center a.home {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.snb .center div.dep_dummy {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.snb .center div.dep_dummy a.home {
  position: relative;
  z-index: 5;
}

.snb .center div.dep_dummy .menu {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
}

.snb .center div.dep_dummy .menu > li {
  display: none;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
}

.snb .center div.dep_dummy .menu > li::after {
  content: '';
  display: block;
  clear: both;
}

.snb .center div.dep_dummy .menu > li > a {
  position: relative;
  float: left;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
}

@media screen and (max-width: 350px) {
  .snb .center div.dep_dummy .menu > li > a {
    width: calc((100% - 25px) / 2);
  }
}

.snb .center div.dep_dummy .menu > li > a.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.snb .center div.dep_dummy .menu > li > a::before {
  z-index: 1;
  content: '\f0d7';
  position: absolute;
  right: 13px;
  top: 0;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.snb .center div.dep_dummy .menu > li > ul {
  float: left;
}

.snb .center div.dep_dummy .menu > li > ul > li {
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.snb .center div.dep_dummy .menu > li > ul > li > a {
  position: relative;
  display: none;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
}

.snb .center div.dep_dummy .menu > li > ul > li > a.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.snb .center div.dep_dummy .menu > li > ul > li > a::before {
  z-index: 1;
  content: '\f0d7';
  position: absolute;
  right: 8px;
  top: 0;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.snb .center > div.dep1_container,
.snb .center div.dep2_container {
  position: relative;
  float: left;
  width: 151px;
  height: 40px;
}

@media screen and (max-width: 350px) {
  .snb .center > div.dep1_container,
  .snb .center div.dep2_container {
    width: calc((100% - 62px) / 2);
  }
}

.snb .center > div.dep1_container > button,
.snb .center div.dep2_container > button {
  display: block;
  width: 100%;
  height: 40px;
}

.snb .center > div.dep1_container > ul > li {
  display: none;
}

.snb .center > div.dep1_container > ul > li > ul {
  display: none;
}

.snb .center > div.dep1_container > ul > li > a {
  z-index: 98;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-top: none;
  font-size: 15px;
  background-color: #FFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.snb .center > div.dep1_container > ul > li > a:hover {
  font-weight: bold;
  color: #0080c6;
}

.snb .center > div.dep2_container > ul > li {
  display: none;
}

.snb .center > div.dep2_container > ul > li > a {
  display: none;
}

.snb .center > div.dep2_container > ul > li > ul > li > a {
  z-index: 98;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-top: none;
  font-size: 15px;
  background-color: #FFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.snb .center > div.dep2_container > ul > li > ul > li > a:hover {
  font-weight: bold;
  color: #0080c6;
}

.sub_section_wrap {
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .sub_section_wrap {
    padding: 50px 0;
  }
}

.sub_section_wrap .center {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .sub_section_wrap .center::after {
    content: '';
    display: block;
    clear: both;
  }
}

.sub_section_wrap .center .side_nav_wrap {
  width: 200px;
}

@media screen and (min-width: 1100px) {
  .sub_section_wrap .center .side_nav_wrap {
    float: left;
  }
}

@media screen and (max-width: 1100px) {
  .sub_section_wrap .center .side_nav_wrap {
    display: none;
  }
}

.sub_section_wrap .center .side_nav_wrap .side_nav_top {
  position: relative;
  text-align: center;
  width: 200px;
}

.sub_section_wrap .center .side_nav_wrap .side_nav_top > ul {
  width: 100%;
}

.sub_section_wrap .center .side_nav_wrap .side_nav_top > ul > li {
  display: none;
  width: 100%;
  height: 150px;
  background-color: #0080c6;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub_section_wrap .center .side_nav_wrap .side_nav_top > ul > li > a {
  display: block;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
}

.sub_section_wrap .center .side_nav_wrap .side_nav_top > ul > li > ul {
  display: none;
}

.sub_section_wrap .center .side_nav_wrap .side_nav_top span.sub_desc {
  display: none;
  position: absolute;
  left: 50%;
  top: 95px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.5px;
  min-width: 180px;
}

.sub_section_wrap .center .side_nav_bottom > ul > li {
  display: none;
}

.sub_section_wrap .center .side_nav_bottom > ul > li > a {
  display: none;
}

.sub_section_wrap .center .side_nav_bottom > ul > li > ul {
  border-bottom: 2px solid #2a76be;
}

.sub_section_wrap .center .side_nav_bottom > ul > li > ul > li {
  border-top: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub_section_wrap .center .side_nav_bottom > ul > li > ul > li > a {
  display: block;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  line-height: 50px;
  font-size: 18px;
}

.sub_section_wrap .center .side_nav_bottom > ul > li > ul > li > a.active {
  background-color: #0080c6;
  font-weight: bold;
  color: #FFF;
}

@media screen and (min-width: 1100px) {
  .sub_section_wrap .center .sub_section {
    float: right;
    width: calc(100% - 200px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .sub_section_wrap .center .sub_section {
    width: 100%;
  }
}

.sub_section_wrap .center .sub_section > h3 {
  text-align: center;
  font-size: 40px;
  margin-top: 85px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 1100px) {
  .sub_section_wrap .center .sub_section > h3 {
    display: none;
  }
}

.sub_section_wrap .center .sub_section > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1100px) {
  .sub_section_wrap .center .sub_section > p {
    display: none;
  }
}

/* ----------------------------- 버튼 목록 css ----------------------------- */
.btn_box {
  text-align: center;
}

.btn_box ul {
  display: inline-block;
}

.btn_box ul::after {
  content: '';
  display: block;
  clear: both;
}

.btn_box ul li {
  float: left;
  display: block;
  margin: 0 5px;
  line-height: 30px;
}

@media screen and (max-width: 500px) {
  .btn_box ul li {
    margin: 0 3px;
  }
}

.btn_box ul li button {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #666;
  -webkit-transition: border 0.3s, background-color 0.3s, color 0.3s;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
}

.btn_box ul li button i {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #666;
}

@media screen and (max-width: 500px) {
  .btn_box ul li button {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
}

.btn_box ul li button:hover {
  /* border: 1px solid #d4d4d4;
                    background-color: #d4d4d4; */
  border: 1px solid #333;
  background-color: #333;
  color: #FFF;
}

.btn_box ul li button:hover i {
  color: #FFF;
}

.btn_box ul li button.active {
  /* border: 1px solid #d4d4d4;
                    background-color: #d4d4d4; */
  border: 1px solid #333;
  background-color: #333;
  color: #FFF;
}

/* ----------------------------- 버튼 목록 css end ----------------------------- */



/* ----------------------------- 게시판 제목 아이콘, 댓글수 표시 css ----------------------------- */
tr td i {
  color: #2a76be;
}

tr td i.fa-link, tr td i.fa-download {
  margin-left: 10px;
}

tr td span.comment_count {
  margin-left: 10px;
  color: #999;
  font-size: 15px;
}

tr td span.comment_count::before {
  content: '+';
  display: inline-block;
  font-size: 15px;
}

@media screen and (max-width: 800px) {
  tr td span.comment_count {
    font-size: 14px;
  }
  tr td span.comment_count::before {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  tr td span.comment_count {
    font-size: 13px;
  }
  tr td span.comment_count::before {
    font-size: 13px;
  }
}
/* ----------------------------- 게시판 제목 아이콘, 댓글수 표시 css end ----------------------------- */



/* ----------------------------- 게시판 댓글 css ----------------------------- */
.comment {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .comment {
    margin-top: 10px;
  }
}

.comment div.areabox > p {
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .comment div.areabox > p {
    margin-bottom: 10px;
  }
}

.comment div.areabox > p b {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .comment div.areabox > p b {
    font-size: 14px;
  }
}

.comment div.areabox > p span {
  font-size: 14px;
  color: #777;
}

@media screen and (max-width: 500px) {
  .comment div.areabox > p span {
    font-size: 12px;
  }
  .comment div.areabox > p span::before {
    margin: 0 3px;
  }
}

@media screen and (max-width: 320px) {
  .comment div.areabox > p span {
    display: block;
    margin-top: 5px;
  }
  .comment div.areabox > p span::before {
    display: none !important;
  }
}

.comment div.areabox > p span::before {
  content: '|';
  display: inline-block;
  margin: 0 7px;
}

.comment div.areabox > div.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
}

.comment div.areabox > div.area textarea {
  display: block;
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  .comment div.areabox > div.area textarea {
    width: calc(100% - 70px);
    padding: 0;
    font-size: 14px;
    padding: 0 10px;
  }
}

.comment div.areabox > div.area button.area_result {
  display: block;
  width: 80px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background-color: #2a76be;
  border: 1px solid #2a76be;
  color: #FFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 500px) {
  .comment div.areabox > div.area button.area_result {
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.comment div.areabox > div.area button.area_result:hover {
  background-color: #FFF;
  color: #2a76be;
}

.comment > p.comment_count {
  font-size: 15px;
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .comment > p.comment_count {
    margin: 10px 0;
    font-size: 14px;
  }
}

.comment > ul.comment_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.comment > ul.comment_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #e4e3e3;
}

@media screen and (max-width: 500px) {
  .comment > ul.comment_list li {
    padding: 15px 0;
  }
}

.comment > ul.comment_list li:last-child {
  border-bottom: none;
}

.comment > ul.comment_list li p b {
  font-size: 16px;
  font-weight: bold;
  margin-right: 13px;
}

@media screen and (max-width: 500px) {
  .comment > ul.comment_list li p b {
    font-size: 14px;
    margin-right: 7px;
  }
}

.comment > ul.comment_list li p span {
  font-size: 14px;
  color: #777;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 500px) {
  .comment > ul.comment_list li p span {
    font-size: 12px;
  }
}

.comment > ul.comment_list li p:nth-child(2) {
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .comment > ul.comment_list li p:nth-child(2) {
    margin-top: 10px;
    font-size: 14px;
  }
}

.comment > ul.comment_list li p button {
  display: block;
  float: right;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .comment > ul.comment_list li p button {
    font-size: 12px;
  }
}

.comment > ul.comment_list li p button.rec {
  margin-right: 11px;
  color: #0080c6;
}

.comment > ul.comment_list li p button.del {
  color: #e42f44;
}

.comment > ul.comment_list li p button.del::before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
  color: #333;
}
/* ----------------------------- 게시판 댓글 css end ----------------------------- */



/* ----------------------------- font ----------------------------- */
@font-face {
  font-family: 'sign';
  src: url(../font/SangSangShin.otf);
  font-weight: normal;
}




/* ----------------------------- join member ----------------------------- */
.join_member_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 100px;
}

.join_member {
  width: 95%;
  margin: 0 auto;
}

h3.member_title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

p.member_title_desc {
  text-align: center;
  font-size: 18px;
  color: #777;
}

div.join_member_btns {
  margin-top: 110px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  div.join_member_btns {
    margin-top: 60px;
  }
}

div.join_member_btns > button {
  display: inline-block;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin: 0 10px;
}

div.join_member_btns > button.res {
  border: 1px solid #717171;
  color: #717171;
}

div.join_member_btns > button.res:hover {
  background-color: #717171;
  color: #FFF;
}

div.join_member_btns > button.sub {
  border: 1px solid #0080c6;
  background-color: #0080c6;
  color: #FFF;
}

div.join_member_btns > button.sub:hover {
  background-color: #FFF;
  color: #0080c6;
}

@media screen and (max-width: 600px) {
  div.join_member_btns > button {
    width: 140px;
    height: 40px;
    margin: 0 7px;
  }
}

@media screen and (max-width: 400px) {
  div.join_member_btns > button {
    width: 100px;
    height: 30px;
    margin: 0 7px;
  }
}
/* ----------------------------- join member end ----------------------------- */



/* ----------------------------- 택배문의 하단 배너 ----------------------------- */
div.sub_banner {
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  div.sub_banner {
    margin-top: 10px;
  }
}

div.sub_banner::after {
  content: '';
  display: block;
  clear: both;
}

div.sub_banner > div {
  float: left;
  width: calc(50% - 10px);
  height: 310px;
}

@media screen and (max-width: 800px) {
  div.sub_banner > div {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div {
    height: 200px;
  }
}

div.sub_banner > div.left {
  background-color: #0080c6;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 1350px) {
  div.sub_banner > div.left {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  div.sub_banner > div.left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

div.sub_banner > div.left .textbox_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #FFF;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_top {
    padding: 0 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

div.sub_banner > div.left .textbox_top figure {
  width: 100px;
  height: 100px;
  display: block;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_top figure {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.left .textbox_top figure {
    width: 50px;
    height: 50px;
  }
}

div.sub_banner > div.left .textbox_top figure .sub_banner_svg {
  height:100px;
  width:100px;
  fill:white;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_top figure .sub_banner_svg {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.left .textbox_top figure .sub_banner_svg {
    width: 50px;
    height: 50px;
  }
}

div.sub_banner > div.left .textbox_top p {
  margin-left: 40px;
}

div.sub_banner > div.left .textbox_top p small {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  div.sub_banner > div.left .textbox_top p small {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  div.sub_banner > div.left .textbox_top p small {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_top p small {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.left .textbox_top p small {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  div.sub_banner > div.left .textbox_top p small {
    font-size: 14px;
  }
}

div.sub_banner > div.left .textbox_top p a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 1300px) {
  div.sub_banner > div.left .textbox_top p a {
    font-size: 38px;
  }
}

@media screen and (max-width: 1200px) {
  div.sub_banner > div.left .textbox_top p a {
    font-size: 34px;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_top p a {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.left .textbox_top p a {
    font-size: 25px;
  }
}

div.sub_banner > div.left .textbox_bottom p {
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_bottom p {
    margin-top: 20px;
  }
}

div.sub_banner > div.left .textbox_bottom p i {
  display: block;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  div.sub_banner > div.left .textbox_bottom p i {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.left .textbox_bottom p i {
    font-size: 15px;
  }
}

div.sub_banner > div.left .textbox_bottom p em {
  display: block;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

@media screen and (max-width: 1300px) {
  div.sub_banner > div.left .textbox_bottom p em {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.left .textbox_bottom p em {
    margin-top: 15px;
  }
}

div.sub_banner > div.right {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/sub2/sub2_bg1.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 800px) {
  div.sub_banner > div.right {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right {
    padding: 20px;
  }
}

div.sub_banner > div.right .textbox {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right .textbox {
    margin-top: 0;
  }
}

div.sub_banner > div.right .textbox h3 {
  font-size: 40px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right .textbox h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

div.sub_banner > div.right .textbox p {
  font-size: 16px;
  color: #FFF;
  line-height: 150%;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right .textbox p {
    font-size: 15px;
  }
}

div.sub_banner > div.right .btn_wrap {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right .btn_wrap {
    margin-top: 35px;
  }
}

div.sub_banner > div.right .btn_wrap button:nth-child(2) {
  margin-left: 8px;
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right .btn_wrap button {
    width: 106px;
    height: 35px;
  }
  div.sub_banner > div.right .btn_wrap button:nth-child(2) {
    margin-left: 5px;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right .btn_wrap button img {
    max-width: 100%;
  }
}

div.sub_banner > div.right figure {
  position: absolute;
  right: 0;
  top: 22%;
  text-align: center;
}

@media screen and (max-width: 1350px) {
  div.sub_banner > div.right figure {
    right: -1.5vw;
    top: 30%;
  }
}

@media screen and (max-width: 1300px) {
  div.sub_banner > div.right figure {
    top: 40%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1250px) {
  div.sub_banner > div.right figure {
    display: none;
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  div.sub_banner > div.right figure {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  div.sub_banner > div.right figure {
    top: 22%;
    right: 10%;
  }
}

@media screen and (max-width: 700px) {
  div.sub_banner > div.right figure {
    right: 5%;
  }
}

@media screen and (max-width: 600px) {
  div.sub_banner > div.right figure {
    top: 30%;
    right: -3vw;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right figure {
    top: 7%;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.right figure {
    top: 20%;
    right: -6vw;
  }
}

@media screen and (max-width: 380px) {
  div.sub_banner > div.right figure {
    top: 35%;
    right: -12vw;
  }
}

@media screen and (max-width: 330px) {
  div.sub_banner > div.right figure {
    display: none;
  }
}

div.sub_banner > div.right figure img {
  width: 85%;
}

@media screen and (max-width: 1350px) {
  div.sub_banner > div.right figure img {
    width: 75%;
  }
}

@media screen and (max-width: 1300px) {
  div.sub_banner > div.right figure img {
    width: 65%;
  }
}

@media screen and (max-width: 800px) {
  div.sub_banner > div.right figure img {
    width: 85%;
  }
}

@media screen and (max-width: 600px) {
  div.sub_banner > div.right figure img {
    width: 75%;
  }
}

@media screen and (max-width: 500px) {
  div.sub_banner > div.right figure img {
    width: 65%;
  }
}

@media screen and (max-width: 420px) {
  div.sub_banner > div.right figure img {
    width: 55%;
  }
}

@media screen and (max-width: 380px) {
  div.sub_banner > div.right figure img {
    width: 45%;
  }
}
/* ----------------------------- 택배문의 하단 배너 end ----------------------------- */



/* ----------------------------- 구인구직, 회원전용, 고객센터 게시판 ----------------------------- */
div.board {
  width: 100%;
}

div.board table {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  div.board table {
    width: 100%;
  }
}

div.board table tr th {
  color: #333;
  font-weight: 700;
	box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  div.board table tr th {
    font-size: 14px !important;
  }
  div.board table tr th:nth-child(1) {
    width: 50px !important;
  }
}


div.board table tr td, div.board table tr th {
  font-size: 16px;
  padding: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

@media screen and (max-width: 1000px) {
  div.board table tr td, div.board table tr th {
    padding: 16px !important;
  }
}

@media screen and (max-width: 800px) {
  div.board table tr td, div.board table tr th {
    padding: 14px !important;
  }
}

@media screen and (max-width: 700px) {
  div.board table tr td, div.board table tr th {
    padding: 13px !important;
  }
}

@media screen and (max-width: 500px) {
  div.board table tr td, div.board table tr th {
    padding: 10px !important;
  }
}

div.board table tr td small, div.board table tr th small {
  display: inline-block;
  width: 100%;
  max-width: 520px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 1350px) and (max-width: 1400px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 480px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1350px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 430px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 340px;
  }
}

@media screen and (min-width: 1170px) and (max-width: 1200px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 330px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1170px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 280px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1100px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 480px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 430px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 420px;
  }
}

@media screen and (min-width: 800px) and (max-width: 900px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 340px;
  }
}

@media screen and (max-width: 800px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 350px;
  }
}

@media screen and (max-width: 650px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 300px;
  }
}

@media screen and (max-width: 550px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 250px;
  }
}

@media screen and (max-width: 450px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 230px;
  }
}

@media screen and (max-width: 380px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 200px;
  }
}

@media screen and (max-width: 330px) {
  div.board table tr td small, div.board table tr th small {
    max-width: 140px;
  }
}

div.board table thead {
  border-top: 2px solid #66a48d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f9f9f9;
}

.intro04_table {
	border-bottom: 2px solid #66a48d;
}

div.board table tbody {
  text-align: center;
}

div.board table tbody tr {
  border-bottom: 1px solid #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  div.board table tbody tr td {
    font-size: 14px !important;
  }
}

.board .write_box {
  text-align: right;
}

.board .write_box a.write {
  display: inline-block;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  color: #FFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .board .write_box a.write {
    width: 80px;
    height: 45px;
    line-height: 45px;
  }
  .board .write_box a.write i {
    margin-right: 3px !important;
  }
}

.board .write_box a.write i {
  color: #FFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 10px;
}

.board .write_box a.write:hover {
  border: 1px solid #333;
  background-color: #FFF;
  color: #333;
}

.board .write_box a.write:hover i {
  color: #333;
}
/* ----------------------------- 구인구직, 회원전용, 고객센터 게시판 end ----------------------------- */



/* ----------------------------- 구인구직, 회원전용, 고객센터 게시판 view ----------------------------- */
.question {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .question {
    width: 100%;
  }
}

.question p {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.question p::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 500px) {
  .question p {
    padding: 0 15px;
  }
}

.question p i {
  padding: 17px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: block;
  width: 100px;
  font-size: 16px;
  color: #666;
}

.question p i.fa-download,
.question p i.fa-link {
  width: auto;
  color: #555;
}

@media screen and (max-width: 500px) {
  .question p i {
    width: 60px;
    padding: 15px 0;
    font-size: 14px;
  }
}

.question p.name {
  border-top: 2px solid #2a76be;
  border-bottom: 1px solid #d8d8d8;
}
.question p.name i:nth-child(2) {
  font-weight: 700;
  width: calc(100% - 100px);
}

.question p.name i:nth-child(2) span{
  color: #666;
  margin-left: 5px;
}
@media screen and (max-width: 500px) {
  .question p.name i:nth-child(2) {
    width: calc(100% - 60px);
  }
}

.question p.writer {
  border-bottom: 1px solid #d8d8d8;
}

.question p.writer i span {
  color: #666;
}

.question p.writer i:last-child {
  float: right;
  text-align: right;
}

.question p.writer i:nth-child(2) {
  font-weight: 700;
}

@media screen and (max-width: 610px) {
  .question p.writer i.fa-comment-dots {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .question p.writer i.fa-eye {
    display: none;
  }
  .question p.writer i.fa-comment-dots {
    display: none;
  }
}

.question p.view_download,
.question p.view_link {
  border-bottom: 1px solid #d8d8d8;
}

.question p.view_download i.view_download_count,
.question p.view_link i.view_link_count {
  width: auto;
  float: right;
}

.question p.view_download i.view_download_count span,
.question p.view_link i.view_link_count span {
  margin-right: 3px;
  font-weight: 700;
  color: #555;
}

.question p.view_download button,
.question p.view_link a {
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: block;
  margin-left: 5px;
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .question p.view_download button,
  .question p.view_link a {
    line-height: 45px;
    font-size: 14px;
  }
}

.question p.view_download button span,
.question p.view_link a span {
  font-size: 16px;
  color: #2a76be;
  font-weight: 700;
}
@media screen and (max-width:500px){
  .question p.view_download button span,
  .question p.view_link a span{
    font-size: 14px;
  }
}

.question p.content {
  padding: 35px 30px;
  color: #666;
  min-height: 250px;
}

@media screen and (max-width: 500px) {
  .question p.content {
    font-size: 14px;
    padding: 15px;
    min-height: 130px;
  }
}

.list_box {
  text-align: center;
}

.list_box > a {
  display: inline-block;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .list_box > a {
    width: 90px;
    height: 45px;
    line-height: 45px;
  }
}

.list_box > a.rec {
  color: #333;
  background-color: #FFF;
  margin-right: 5px;
}

.list_box > a.list {
  color: #FFF;
  background-color: #333;
}

.list_box > a:hover.rec {
  color: #FFF;
  background-color: #333;
}

.list_box > a:hover.list {
  color: #333;
  background-color: #FFF;
}

.list_box > a.write {
  background-color: #66a48d;
  border: 1px solid #66a48d;
  color: #FFF;
}

.list_box > a.write i {
  color: #FFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.list_box > a.write:hover {
  color: #66a48d;
  background-color: #FFF;
}

.list_box > a.write:hover i {
  color: #0080c6;
}

.answer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e1e1;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .answer {
    width: 100%;
  }
}

.answer p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.answer p::after {
  content: '';
  display: block;
  clear: both;
}

.answer p.content {
  padding: 0 77px;
  padding-bottom: 30px;
  color: #666;
  min-height: 150px;
}

@media screen and (max-width: 500px) {
  .answer p.content {
    padding: 0 67px;
    font-size: 14px;
    min-height: 130px;
  }
}

.answer p i {
  padding: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: block;
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 500px) {
  .answer p i {
    font-size: 14px;
    padding: 15px;
  }
}

.answer p i:first-child {
  background-color: #e42f44;
  color: #FFF;
}

.answer p i:nth-child(3), .answer p i:nth-child(5) {
  font-weight: 700;
  padding-left: 0;
}
/* ----------------------------- 구인구직, 회원전용, 고객센터 게시판 view end ----------------------------- */



::-webkit-input-placeholder {
  color: #999 !important;
}
:-ms-input-placeholder {
  color: #999 !important;
}
::-ms-input-placeholder {
  color: #999 !important;
}
::placeholder {
  color: #999 !important;
}




/* ----------------------------- 댓글창X - 이전글/다음글페이지 버튼 ----------------------------- */
.comment2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e4e3e3;
}

.comment2 > ul > li {
  border-bottom: 1px solid #e4e3e3;
  color: #666;
  font-weight: 300;
}

.comment2 > ul > li > a {
  padding: 15px 30px;
  display: inline-block;
  max-width: 950px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.comment2 > ul > li b {
  color: #999;
  font-weight: 500;
  padding-right: 20px;
}

.comment2 > ul > li b > i {
  color: #999;
}

@media screen and (max-width: 1100px) {
  .comment2 > ul > li > a {
    max-width: 900px;
  }
}

@media screen and (max-width: 1100px) {
  .comment2 > ul > li > a {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .comment2 > ul > li > a {
    max-width: 650px;
  }
}

@media screen and (max-width: 750px) {
  .comment2 > ul > li > a {
    max-width: 550px;
  }
}

@media screen and (max-width: 650px) {
  .comment2 > ul > li > a {
    max-width: 500px;
  }
}

@media screen and (max-width: 550px) {
  .comment2 > ul > li > a {
    max-width: 400px;
  }
}

@media screen and (max-width: 450px) {
  .comment2 > ul > li > a {
    max-width: 350px;
  }
}

@media screen and (max-width: 400px) {
  .comment2 > ul > li > a {
    max-width: 300px;
  }
}

@media screen and (max-width: 350px) {
  .comment2 > ul > li > a {
    max-width: 250px;
  }
}

@media screen and (max-width: 500px) {
  .comment2 > ul > li > a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
/* ----------------------------- 댓글창X - 이전글/다음글페이지 버튼 end ----------------------------- */
/*# sourceMappingURL=sub_layout.css.map */