@charset="utf-8";

/* PRESS */
.press_wrap {  display: grid; grid-template-columns:32% 32% 32%;  grid-gap :5% 2%; overflow: hidden; padding-bottom:50px;}
.press_wrap ul { border-bottom:1.5px solid #ddd;  transition:all .5s; cursor: pointer;}
.press_wrap ul li {  float:none; position:relative; padding :1.5% 2%; }
.press_wrap ul li:first-child { padding:0; }
.press_wrap ul li:nth-child(2) { font-size:1.1em; font-weight:400;  }
.press_wrap ul li:nth-child(3) { font-size:.9em; opacity: .8; font-weight:300;  }
.press_wrap ul li:nth-child(4) { font-size:.8em;  font-weight:500; }
.press_wrap ul:last-child {  }
.press_wrap ul li span { position: absolute; top:0; left:-1.5px; display:block; background-color: #546321; height:100%; width:4px; transition:all .2s; display: none; }
.press_wrap ul li img { width:100%; }

.press_wrap ul:hover { border-color:#e5005a; transition:all .5s; }
.press_wrap ul:hover  span { width:101%; z-index:-1; transition:all .5s;}
/* .press_wrap ul:hover li:nth-child(2) { color:#Fff; transition:all .5s;} */

.press_btn { margin:100px auto;}
.press_btn button { cursor: pointer; padding:5px 10px; background-color: #fff; border:1px solid #ddd; transition: all .2s;}
.press_btn button:hover { border-color:#546321; color:#546321; transition: all .2s; }
.press_btn .press_btn_on { background-color:#546321; color:#fff;}



/* 비디오영역 */
.top_press_video { display: flex; flex-wrap:wrap; margin-bottom:5%; }
.top_press_video > div { flex:1; }
.top_press_video iframe {   }
.press_avi { position:relative; padding-bottom:56.25%; height:0; overflow: hidden; }
.press_avi iframe { position: absolute; top:0; left:0; width:100%; height:100%;  }

.press_txt { padding:0 3%;  }
.press_txt p { padding:1% 3%; line-height:2em; }
.press_txt p:first-child { padding-top:3%;  border-top:2px solid #546321; font-size:1.2em; font-weight:600; }
.press_txt p:nth-child(2) {padding-bottom:3%;  border-bottom:1px solid #ddd;} 
.press_txt span { padding:3%; display: block; line-height:2em; font-size:0.9em; }

.press_video ul { border:none; border-bottom:1px solid #ddd; padding-bottom:3%;}
.press_video ul li:nth-child(2) { display: none;} 
.press_video ul li { padding :2% 0%; }
.press_video {   grid-template-columns:23% 23% 23% 23%;  grid-gap :5% 2%; overflow: hidden; padding-bottom:10%;}


@media only screen  and (max-width:890px){  
  .press_wrap {  grid-template-columns:50% 1fr;  grid-gap :1% 2%; overflow: hidden; }
}
@media only screen  and (max-width:680px){  
  .top_press_video > div { flex:1; flex-basis:100%;  }
}
@media only screen  and (max-width:480px){   
  
}



/* customer */
.customer { }
.notice_wrap {  }
.notice_wrap ul { cursor: pointer; display: flex; text-align: center; border-bottom:1px solid #ddd; padding:1.3%; transition:all .2s; font-size:.9em;}
.notice_wrap ul img {   }
.notice_wrap ul.notice_top { border-top:1.5px solid #333; border-bottom:1.5px solid #333;}
.notice_wrap ul.notice_top li { font-weight:400;}
.notice_wrap ul:nth-child(odd) { background-color: #fdfdfd;}
.notice_wrap ul:last-child { border-bottom:1.5px solid #555;}
.notice_wrap ul:hover { background-color: #faf9f9; transition:all .2s;}
.notice_wrap ul li  { flex:1;}
.notice_wrap ul li:nth-child(2) { flex:6;}
.notice_wrap ul:first-child { font-weight:500; cursor: auto; background-color:#fcfcfc; border-top:1.5px solid #555; border-bottom:1.5px solid #555; font-size:1em; } 

.notice_wrap2 ul li:nth-child(2) { flex:1; }
.notice_wrap2 ul li:nth-child(3) { flex:6; }

.serches { margin:2% auto; max-width:400px;}
.serches button { outline: none; border:none; background: none;}
.serches button img { width:40%;}
form.serches input[type=text] {
  padding: 15px 10px; 
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #fdfdfd;
  border-radius:10px 0 0 10px;
}

form.serches button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #333;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  transition: all .3s;
}

form.serches button:hover {
  transition: all .3s;
  background: #b97c44;
}

form.serches::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen  and (max-width:480px){  
  .serches { margin:2% auto; max-width:300px;}
  .serches button img { width:50%;}
  form.serches input[type=text] { padding:4%;}
  form.serches button { padding:3%}
}





/* inquiry */
.inquiry_wrap { background-color:#fdfdff;}
.inquiry { display:flex; flex-wrap:wrap;  }
.inquiry > div { padding:1%;}
.inq_form {  flex:2; }
.inq_form form div { margin-bottom:2%; }
.inq_form form div label { display: block; margin-bottom:1%; }
.inq_txt {  flex:1;  background-image: url("../image/bg_logo.png") ; background-size: contain; }
.inq_txt .inq_tit p:first-child { font-size:4em; font-weight:500;}
.inq_txt .inq_tit p:nth-child(2) { padding:2% 0; font-size:1.1em; }
.inq_txt ul { margin-top:5%; overflow: hidden; }
.inq_txt ul li { float:none; padding:1% 0; }
.inq_txt ul li span {  font-weight:500; }
.inq_per { padding:2% 5%; background-color: #fafafb; }
.inq_per label { margin-top:10px;}
.inq_per label span { }
.inq_per p { width:100%; height:150px; overflow-y: scroll; font-size:.8em; background-color: #fff; border:1px solid #ddd;}
.inq_per span { display: block; text-align:center; padding:2%; }
.inq_per_check { width:80%; margin:0 auto; }
.inq_top { text-align: right; margin-bottom:10px; font-size:.9em; }
.hash_span {  color:#546321; font-weight:600; padding:5px;}

.half { width:47.5%; float:left;}

.inq_form form div input[type=text] {
  padding: 15px 10px; 
  border: 1px solid #ccc;
  width: 100%; 
  border-radius:4px;
}
.half_l {margin-right:5%; } 
.caption { width:100%; padding:5px; display: block; background-color: #555; color:#fff; font-size:.85em; margin-bottom:10px; text-align: center;}
input[type="checkbox"] {
  display:none;
}

input[type="checkbox"] + label { 
}

input[type="checkbox"] + label span {
  display:inline-block;
  width:20px;
  height:20px;
  margin:8px 5px 0 0; 
  vertical-align:middle;
  background:url("../image/check_no.png")   no-repeat;
  cursor:pointer;
}

input[type="checkbox"]:checked + label span {
  background:url("../image/check_yes.png")  no-repeat;
}





.inquiry button { width:30%; min-width:200px; margin:0 auto; display: block; padding:2% 0; border:1px solid #eee;  outline: none; background-color: #546321; color:#fff; cursor: pointer;}

@media only screen  and (max-width:680px){   
  .inq_txt { text-align: center;}
  .inq_txt ul { border:1px solid #ddd; display: none; }
  /* 
  .inq_txt ul li { float:left; width:33%; height:70px; padding:2%; border-right:1px solid #ddd; } 
  .inq_txt ul li:last-child { border-right:0px; }
  .inq_txt ul li span { display: block; } */
  .inq_form {  flex:1;  flex-basis: 100%; margin-top:5%; }
  .inq_txt {  flex:1; flex-basis: 100%; } 
  .inquiry button { width:70%;}
  
  .inq_txt div p:first-child { font-size:2.5em; font-weight:500;}
}
@media only screen  and (max-width:480px){    
  .inq_txt .inq_tit p:first-child { font-size:2.5em; font-weight:500;}
}






/************************LOGIN_BOX*****************************/
.login_box {    display: flex;  flex-flow: row wrap;  align-items: center;  width:100%;  max-width:1280px;  margin:0 auto;}
.login_box label {  margin: 5px 10px 5px 0;}
.login_box input[type=text], input[type=password] {  vertical-align: middle;  margin: 5px 10px 5px 0;  padding: 10px;  background-color: #fff;  border: 1px solid #ddd;}
.login_box input[type=submit] {  vertical-align: middle;  margin: 5px 10px 5px 0;  padding: 10px; border: 1px solid #ddd;}

@media (max-width: 800px) {
  .login_box input {   margin: 10px 0;  }
  .login_box {   flex-direction: column;   align-items: stretch;  }
}





/************************WRITE_BOX*****************************/

.write_box  input[type=text], select, textarea {
  width: 100%;  padding: 12px;  border: 1px solid #ccc;  border-radius: 4px;  resize: vertical;}
.write_box input[type=file]  {
    width: 100%;  padding: 12px;  border: 1px solid #ccc;  border-radius: 4px;  resize: vertical; background: #fff;}
.write_box input[type=password]  {
    width: 100%;  padding: 12px;  border: 1px solid #ccc;  border-radius: 4px;  resize: vertical; background: #fff;}
.write_box  label {  padding: 12px 12px 12px 0;  display: inline-block; }
.write_box {  border-radius: 5px;  background-color: #fcfcfc;  padding: 20px;  max-width:1280px;  margin:0 auto;  width:100%; }

.titled {  float: left;  width: 20%;  margin-top: 6px;}
.texted {  float: left;  width: 80%;  margin-top: 6px;}

.writing:after {  content: "";  display: table;  clear: both;}

@media screen and (max-width: 600px) {
  .titleist, .texted , input[type=submit] {
    width: 100%;
    margin-top: 0;
  }

}






/************************SEARCH_BOX*****************************/
/*checking*/
.search_box { font-size:.8rem; overflow: hidden; margin:0 auto; width:100%; max-width:890px; margin-top:30px; }
.checking { width:100%; max-width:300px; float:left; padding-top:5px;}
.checking label { margin-right:50px; display: block; float:left; position: relative;  padding-left: 35px;  margin-bottom: 12px;  cursor: pointer;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}

.checking label input {  position: absolute;  opacity: 0;  cursor: pointer;}
.checking label:hover input ~ .checkmark {  background-color: #ccc;} 
.checking label input:checked ~ .checkmark {  background-color: #1c528e;}
.checking label input:checked ~ .checkmark:after {  display: block;} 
.checking label .checkmark:after { 	top: 9px;	left: 9px;	width: 8px;	height: 8px;	border-radius: 50%;	background: white;}
.checking label span.checkmark {  position: absolute;  top: 0;  left: 0;  height: 25px;  width: 25px;  background-color: #eee;  border-radius: 50%;}

.checkmark:after {  content: "";  position: absolute;  display: none;}


/*searching*/
.searching {width:100%; display:block; max-width:500px; float:left;}
.searching input[type=text]{  padding: 10px;  font-size: 12px;  border: 1px solid grey;  float: left;  width: 90%;  background: #f1f1f1;}
.searching label { padding: 0 12px 12px 0; width:45%;  }
.searching button {  float: left;  width: 10%;  padding: 10px;  background: #333333;  color: white;  font-size: 12px;  border: 1px solid grey;  border-left: none;  cursor: pointer;}
.searching button img {height:100%;}
.searching button:hover {  background: #546321;}

.searching::after {  content: "";  clear: both;  display: table;}
.searching input  {
  width: 100%;  padding: 12px;  border: 1px solid #ccc;  border-radius: 4px 0 0 4px;  resize: vertical;}


@media screen and (max-width: 890px) {
  .checking { width:100%;  float:none; margin:0 auto;}
  .searching { width:100%; float:none;  margin:0 auto;}
  
}





/************************PAGE_BOX*****************************/
.page_box { text-align: center; font-size:.5em; }
.page_box button { padding:9px 15px; cursor: pointer; border:1px solid #eee; transition: all .5s; background: #fdfdfd;    }
.page_box button:hover { background-color: #f3f3f3;  }
.page_box button.onpg { background-color:#333333; color:#fff;   }



@media screen and (max-width: 890px) {

  .page_box button {font-size:.8rem;}
}









/************************NOTICE_BOX*****************************/
.notice_box { font-size:.9rem; overflow: hidden; margin-bottom:50px; border:1px solid #eee;border-left:0px; border-right:0px;}
.notice_box ul { display: flex; }
.notice_box ul li { padding:1% 0; font-size:.8rem; text-align:center; }
.notice_box ul:nth-child(even) { background: #f7f7f7;}
.notice_box ul li:nth-child(1) {  flex:1;}
.notice_box ul li:nth-child(2) { flex:5; text-align: left;}
.notice_box ul li:nth-child(3) { flex:2;}
.notice_box ul li:nth-child(4) { flex:2;}

.notice_box .notice_tit li {  font-weight:400; text-align: center;}
.notice_box .notice_tit li:nth-child(2) { text-align: center;}


@media screen and (max-width: 480px) {
  .notice_box ul li { padding:3% 0;}
}








/************************DELETE_BOX*****************************/
.delete_box { background: #fcfcfc; border:1px solid #eee; width:100%; max-width:400px; margin:0 auto; padding:2%;}
.delete_box ul li { float:none; color:#546321; }

.delete_box ul li:first-child { font-weight:400; margin-bottom:2%; color:#333;}
.delete_box ul li:last-child {font-size:.8rem; color:#333; margin:3% 0;}
.delete_box input  {
  width: 100%; max-width:200px;  padding: 12px;  border: 1px solid #ccc;  border-radius:4px;  resize: vertical; flex:1 0 100%; margin:0 auto;}










/*BUTTON CONTROL*/
.login_btn, .write_btn, .delete_btn, .search_btn 
{  background-color: #333333;  border: 1px solid #ddd;  color: white;  cursor: pointer;  transition: all .5s; }

.login_btn:hover, .write_btn:hover, .delete_btn:hover  
{  background-color: #b97c44; transition: all .5s;}

.btn_center{ text-align:center; display:flex; flex-wrap:wrap; max-width:480px; margin:0 auto;}
.search_btn  { height:40px; }
.delete_btn  {  margin-top:5px; }
.write_btn { margin-top:25px; }

.btn_center>a {flex:1;}
.btn_center ul { flex:1 0 100%;}
.login_btn, .write_btn, .delete_btn { min-width:100px; padding: 10px 20px;}
@media screen and (max-width: 480px) {
  .write_btn {width:100%;}

}

.texted .upload {  width:80%; display: block; float:left;}
.upload_btn  { border:none; background: none;}
.upload_btn img { width:100%; max-width:50px; padding:20%;}


@media screen and (max-width: 600px) {
  .write_box { text-align: left;}
  .write_btn {width:100%;}

}







/***** viewbody *****/
.add_box>div{
	overflow:hidden;
	border-top:1.5px solid #bcbcbc;
	border-bottom:1.5px solid #bcbcbc;
}
.add_box ul:first-child { width:100%; overflow:hidden; line-height:1.2rem;padding:1% 0; background-color:#fafafa; border-bottom:1px solid #e9e9e9; }
.add_box ul:first-child li:first-child { width:90%; text-align:center; float:left; }
.add_box ul:first-child li:nth-child(2) { width:10%; text-align:center; float:right; }
.add_box ul:first-child li:last-child { width:; text-align:center; }

.add_box ul:nth-child(2) { padding:2% 0; overflow:hidden; }
.add_box ul:nth-child(2) li:first-child { width:100%; text-align:left; padding:0 2%; }

.add_box ul:last-child { padding:1% 0; overflow:hidden; border-top:1px solid #e9e9e9; }
.add_box ul:last-child li:first-child { width:10%; text-align:center; float:left; }
.add_box ul:last-child li:nth-child(2) { width:60%; float:left; }
.add_box ul:last-child li:nth-child(3) { width:20%; text-align:center; float:left; }
.add_box ul:last-child li:last-child { width:10%; text-align:center; float:right; }

/***** gallery_list *****/
.gallery { overflow:hidden;}
.gallery ul {width:30.333%; margin:1.5%; padding:0 0 1% 0; float:left; border:1px solid #333; cursor: pointer; transition:all .5s; }
.gallery ul li { text-align: left; float:none; position:relative;  }
.gallery ul li:first-child {overflow: hidden; height:200px;}
.gallery ul li:nth-child(2) { font-size:1.1rem; font-weight:500; padding:2%;}
.gallery ul li:nth-child(3) { font-size:.9rem;  padding-left:2%;}
.gallery ul li:nth-child(4) { font-size:.8rem;  padding-left:2%; margin-top:2%;}
.gallery ul li img {width:100%; }
.gallery ul li img:hover { transform: scale(1.1);transition:1s;}
.gallery ul:hover { border:1px solid #1c528e; background: #f2f2f2;}


@media only screen and (max-width:890px){
  .gallery ul {width:30%;}
  .gallery ul li:first-child {overflow: hidden; height:125px;}
}
@media only screen and (max-width:680px){
  .gallery ul {width:97%;}
  .gallery ul li:first-child {overflow: hidden; height:auto;  float:left; width:30%; margin-right:10px; } 
  .gallery ul li:nth-child(3) {width:100%; display: inline-block;}
}

.tag_line {position: absolute; left:0px; height:20px; width:5px; background: #1c528e; display: block;   }


.portfolio_menu { width:100%; max-width:800px; margin:0 auto; display:flex; flex-wrap:wrap; margin-bottom:2%;  border:1px solid #ddd;  }
.portfolio_menu a { flex:1; padding:2%; border-right:1px solid #ddd; background-color:#fff; text-align: center; cursor: pointer; font-size:.9em;  }
.portfolio_menu a:last-child { border-right:0px; }
.portfolio_menu a:hover { background-color:#546321; color:#fff;  }
.portfolio_menu .rover { background-color:#546321; color:#fff;  }
@media only screen and (max-width:680px){
  .portfolio_menu a { flex-basis:33.333%; }
  .portfolio_menu a:nth-child(1), .portfolio_menu a:nth-child(2), .portfolio_menu a:nth-child(3) { border-bottom:1px solid #ddd; }
  .portfolio_menu a:nth-child(3) { border-right:0px; }
}