@charset "utf-8";


/*서브-상단비주얼 -----------------------------------------*/
#svisual{ width:100%;height:384px; margin:0px auto;  overflow:hidden; position:relative; top: 70px;}
#svisual:before{content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 512px; background: #000; opacity: 0.3;}

.sv1 {background:url(../images/svisual01.jpg) no-repeat center 0px;}
.sv2 {background:url(../images/svisual02.jpg) no-repeat center 0px;}
.sv3 {background:url(../images/svisual03.jpg) no-repeat center 0px;}
.sv4 {background:url(../images/svisual04.jpg) no-repeat center 0px;}
.sv5 {background:url(../images/svisual05.jpg) no-repeat center 0px;}
.sv6 {background:url(../images/svisual06.jpg) no-repeat center 0px;}
.sv7 {background:url(../images/svisual07.jpg) no-repeat center 0px;}

#svisual .s_text{ position:absolute; top:55%; left:50%; font-weight:bold; color:#fff; text-align:center; letter-spacing:-1px; line-height:1em; visibility:hidden; transform:translate(-50%, -50%);}
#svisual .s_text h3{display: none;}
#svisual .s_text span{ display:block;height:2px; background:#fff; margin:25px auto 0px auto;}
#svisual .s_text strong{ display:block; font-size:17px; line-height:1em; font-weight:normal;margin-bottom:10px; letter-spacing:0;}

@media (max-width:1000px) {
#svisual{ display: none;}

}
/* 내용-공통 --------------------------------------------*/
.mt_10{ margin-top:10px;}
.mt_20{ margin-top:20px;}
.mt_30{ margin-top:30px;}
.mt_40{ margin-top:40px;}
.mt_50{ margin-top:50px;}
.mt_60{ margin-top:60px;}
.mt_70{ margin-top:70px;}
.mt_80{ margin-top:80px;}
.mt_90{ margin-top:90px;}
.mt_100{ margin-top:100px;}
.mb_10{ margin-bottom:10px;}
.mb_20{ margin-bottom:20px;}
.mb_30{ margin-bottom:30px;}
.mb_40{ margin-bottom:40px;}
.mb_50{ margin-bottom:50px;}
.mb_60{ margin-bottom:60px;}
.mb_70{ margin-bottom:70px;}
.mb_80{ margin-bottom:80px;}
.mb_90{ margin-bottom:90px;}
.mb_100{ margin-bottom:100px;}

.pt_10{ padding-top:10px;}
.pt_20{ padding-top:20px;}
.pt_30{ padding-top:30px;}
.pt_40{ padding-top:40px;}
.pt_50{ padding-top:50px;}
.pt_60{ padding-top:60px;}
.pt_70{ padding-top:70px;}
.pt_80{ padding-top:80px;}
.pt_90{ padding-top:90px;}
.pt_100{ padding-top:100px;}
.pb_10{ padding-bottom:10px;}
.pb_20{ padding-bottom:20px;}
.pb_30{ padding-bottom:30px;}
.pb_40{ padding-bottom:40px;}
.pb_50{ padding-bottom:50px;}
.pb_60{ padding-bottom:60px;}
.pb_70{ padding-bottom:70px;}
.pb_80{ padding-bottom:80px;}
.pb_90{ padding-bottom:90px;}
.pb_100{ padding-bottom:100px;}


/* tab  ----------------------------------------------------------------*/
.tabs {margin: 0 0 80px;width: 100%;display: table;}
.tabs:after {content: "";display: block;clear: both;}
.tabs li { float: left; box-sizing: border-box; cursor: pointer; color: #555; width: calc(50% - 20px); text-align: center; margin: 0 0 10px 20px; background: #eee; border-radius: 20px; padding: 10px 0; box-shadow: 1px 2px 10px -5px; opacity: 0.5;}
.tabs li:nth-of-type(2n-1) {margin-left: 0;}
.tabs li:last-child {padding-right: 0;border-right: 0;}
.tabs li span {font-size: 22px;font-weight: 400;line-height: 1.3em; }
.tabs li.active {opacity: 1;background: #354ab4; color: #fff;}
.tabs li.active span {font-weight: 400;}
.tabs li:hover {background: #354ab4; color: #fff; position: relative;font-weight: 400; opacity: 1;}
.tabs li:hover span {font-weight: 400;}


@media (max-width:900px) {
.tabs li {width: 100%; margin: 0 0 10px 0px;}
    
}
@media (max-width:768px) {
    .tabs {margin: 0 0 40px;}
    .tabs li span {font-size: 1.3em;}
}
@media (max-width:500px) {}




/* box v1 v2 v3 v4 v5 -------------------------------------------------*/
/* box */
.box {
  width: 100%;
  margin: 0 20px 20px 0;
  float: left;
}
.box:nth-of-type(2n-1) {
  margin-right: 0;
}
.box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
}
.box:after {
  content: "";
  display: block;
  clear: both;
}
.box .area_img {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
    padding: 0 40px 0 0;
}
.ctt_equipment02 .box.v5 .area_img:nth-child(3) {padding: 0;}
.ctt_equipment02 .box.v5 .area_img:nth-child(4) {padding: 0;}
.ctt_equipment02 .box.v5 .area_img:nth-child(5) {padding: 0;}
.box .area_img h3 {text-align: center; font-size: 20px; margin: 20px 0;}
.box .area_img img {
  width: 100%;
}
.box .area_txt {
  width: 100%;
  height: auto;
  display: table;
  background: #fff;
  padding: 0px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
}
.box .area_txt .area_txt_wrap {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.box .area_txt .area_txt_wrap h4 {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #192448;
}
.box .area_txt .area_txt_wrap p {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.8em;
  word-break: keep-all;
}
.box_img {
  margin: 0 0 30px;
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  box-shadow: 2.868px 4.096px 16px 4px rgba(0, 0, 0, 0.07);
}
.box_img.business {
  background: url(../images/img_business02.jpg) no-repeat center;
  background-size: cover !important;
}
.box_img.realestate {
  background: url(../images/img_business04_01.jpg) no-repeat center;
  background-size: cover !important;
}
.box_img.marin {
  background: url(../images/img_marin.jpg) no-repeat center;
  background-size: cover !important;
}
.box_txt.marin {
  text-align: center;
}
.box_txt {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  clear: both;
}
.txtwidth:after {content: ''; clear: both; display: block;}
.box_txt3 {
    width: calc(100%/3 - 3px);
    vertical-align: top;
    height: 230px;
    padding: 0 20px;
    border-left: 2px dotted #eee;
}
.box_txt > h2 {
  font-size: 30px;
  font-weight: bold;
  color: #354ab4;
  line-height: 1;
  word-break: keep-all;
    padding: 0 0 60px 0;
}
.mepdm > .box_txt > h2 {
    background: #eee;
}
.box_txt > h2.diffcol{
  color: midnightblue;
  margin: 20px 0;
  background: none;
}
.box_txt > h3 {
  display: inline-block;
  padding: 20px 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
}
.box_txt3 > h3 {
    padding: 0;
}
.box_txt > h3 span.sm_text {
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  color: #666;
}
.box_txt > p {
  display: block;
  margin: 10px 0 0 13px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.7em;
  word-break: keep-all;
text-indent: -5px;
}
.box_txt > p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1px;
    position: relative;
    background: #555;
    top: -6px;
    left: -8px
}
.box_txt > p > sub{
    bottom: 0;
    font-size: 5%;
}

.box_txt > h4 {
  display: inline-block;
  padding: 3px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
}
.box_txt > span {
  display: inline-block;
  width: 80%;
  margin: 20px 10%;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.7em;
  word-break: keep-all;
}
.box_txt > .area_img {
  margin: 0 0 20px;
}
.box_txt ul {
  margin: 20px 0 0;
}
.box_txt ul > li {
  position: relative;
  display: block;
  padding: 0 0 14px 15px;
  margin: 0 0 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  line-height: 1.5em;
}
ul.list1 {
  list-style: disc;
}
.box_txt ul.list1 > li:before {
  content: "- ";
  position: absolute;
  top: 2px;
  left: 0;
}
.box_txt ul.list2 > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
}

.box_list {
  margin: 40px 0 0;
}
.box_list > li {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 20px;
  background: #fff;
  margin: 0 0 20px;
}
.box_list > li > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #192448;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.box_list > li .area_txt {
  display: table;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  margin-left: auto;
  width: 85%;
  height: 100%;
  text-align: left;
}
.box_list > li .area_txt_wrap {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.box_list > li .area_txt_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.box_list > li .area_txt .area_txt_wrap p {
  display: block;
  padding: 5px 0 0;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  word-break: keep-all;
}
.box_list > li .area_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  height: 65px;
  transform: translateY(-50%);
}
.box_list > li:nth-child(1) .area_icon {
  background: url(../images/icon_business01.svg) no-repeat 50% 50%;
  background-size: 27%;
}
.box_list > li:nth-child(2) .area_icon {
  background: url(../images/icon_business02.svg) no-repeat 50% 50%;
  background-size: 30%;
}
.box_list > li:nth-child(3) .area_icon {
  background: url(../images/icon_business03.svg) no-repeat 50% 50%;
  background-size: 30%;
}
.box_list > li:nth-child(4) .area_icon {
  background: url(../images/icon_business04.svg) no-repeat 50% 50%;
  background-size: 30%;
}
.box_list > li:nth-child(5) .area_icon {
  background: url(../images/icon_business05.svg) no-repeat 50% 50%;
  background-size: 30%;
}
body.ie .box_list > li .area_icon {
  background-size: 100% 100% !important;
}
.box .area_txt h2 {
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}
.box .area_txt h4 {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  margin: 20px 0 5px;
  border-bottom: 1px solid #d4d3d3;
    text-transform: uppercase;
}
.box .area_txt h4 span {
  padding: 5px;
  margin: 0 10px 0 50px;
  border-radius: 15px;
  display: inline-block;
  width: auto;
}
.box .area_txt h4 strong{
    font-weight: 400;
    display: block;
    margin: -40px 0 0 194px;
}



/* v1 */
.box.v1{text-align: left;}
.box.v1 .area_img {width: 100%; height: auto; }
.area_content2 .box.v1 {width: 100%;}

@media (max-width: 1400px) {
    .area_content2 .box.v1 {margin: 0;}
  }

/*.v2*/
.box.v2 {
  width: 100%;
  margin: 0 0 80px;
  display: table;
}
.box.v2 > div {
  float: left;
  width: calc(100% / 2);
  height: auto;
}
.ctt_equipment01 .box.v2 {margin: 0 0 100px 0;}
.box.v2 .area_img {
  display: table-cell;
  float: unset;
  vertical-align: middle
}
.box.v2 .area_txt {
  display: table-cell;
  vertical-align: top;
  float: unset;
  width: calc(100% / 2);
}
.box.v2 .area_txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
  text-align: left;
}

.box.v2 .area_txt ol {
  margin: 10px 0 0;
    text-align: left;
}
.box.v2 .area_txt ol li {
  padding: 0 0 14px 10px;
  color: #999;
  font-size:15px;
  line-height:1.4em;
  display: flex;
  align-items: center;
}
.box.v2 .area_txt ol li:last-child {margin: 0 0 30px 0;}
.box.v2 .area_txt ol li > span {
    display: inline-block;
    min-width: 130px;
    background: #354ab4;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 0 8px 0px 0;
    padding:4px 8px;
    text-transform: uppercase;
	font-size:15px;
}

/* v3 */
.box.v3 {
  width: 100%;
  margin: 0 0 150px;
  display: table;
}
.box.v3 > div {
  float: left;
  width: calc(100% / 3);
  height: auto;
}
.box.v3 .area_img {
  display: table-cell;
  float: unset;
  vertical-align: middle
}
.box.v3 .area_txt {
  display: table-cell;
  vertical-align: top;
  float: unset;
  width: calc(100% / 3);
}
.box.v3 .area_txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
  text-align: left;
}

.blindv3 {border: none; height: 400px;}
.blindv5 {border: none; }

/* v4 */
.box.v4 {
  width: 100%;
  margin: 0 0 150px;
  display: table;
}
.box.v4 > div {
  float: left;
  width: calc(100% / 4);
  height: auto;
}
.box.v4 .area_img {
  display: table-cell;
  float: unset;
  vertical-align: middle;
    position: relative;
    text-align: center;
     font-size: 20px;
}
.box.v4 .area_img img{padding: 20px 0 0 0;}
.box.v4 .area_txt {
  display: table-cell;
  vertical-align: top;
  float: unset;
  width: calc(100% / 4);
}
.box.v4 .area_txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
  text-align: left;
}

/* v5 */
.box.v5 {
  width: 100%;
  margin: 0 0 150px;
  display: table;
}
.box.v5 > div {
  float: left;
  width: calc(100% / 5);
  height: auto;
}
.box.v5 .area_img {
  display: table-cell;
  float: unset;
  vertical-align: middle;
  position: relative;
  text-align: center;
    font-size: 20px;
}
.box.v5 .area_img img{padding: 20px 0 0 0;}
.box.v5 .area_txt {
  display: table-cell;
  vertical-align: top;
  float: unset;
  width: calc(100% / 5);
}
.box.v5 .area_txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
  text-align: left;
}


.box.v5 .area_img sapn {text-align: center;}
.fa-arrow-down{display: none;}
.fa-arrow-right{position: absolute; top: 60%; transform: translateY(-50%); margin: 0 0 0 6px; font-size: 30px;}



.ctt_busi01_01 .box.v4 .area_img img {
  width: auto;
  height: 100%;
}
.ctt_busi01_01 .box.v4 {
  width: calc(50% - 10px);
  margin: 0 0 20px;
}
.ctt_busi01_01 .box.v4 .area_img {
  width: 50%;
  height: 237.5px;
}
.ctt_busi01_02 > #ctt_con .fixtext .box.v3 .area_txt h4 ul {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.ctt_busi01_02 > #ctt_con .fixtext .box.v3 {
    height: 590px;
}
.ctt_busi01_02 > #ctt_con .fixtext .box.v3 .area_txt {
    padding: 15px;
}
.ctt_busi01_02 > #ctt_con .fixtext .box.v3 .area_txt h3{
    margin: 0 0 30px;
    background: #eee;
    padding: 10px 0;
    font-size: 20px;
}
.ctt_busi02_01 .box .area_txt h4 span {
  margin: 20px auto 0;
  display: table;
}
.ctt_busi02_01 .box .area_txt.v2 {
  height: 550px;
}

.ctt_busi02_02 .box.v2 .area_img {
  width: 100%;
  display: block;
}
.ctt_busi02_02 .box.v2 .area_img img {
  height: auto;
  float: left;
  margin: 0 20px 0 0;
}
.ctt_busi02_02 .box.v2 .area_img img:last-of-type {
  margin: 0;
}
.ctt_busi02_02 .box.v2 .area_img.i2 img {
  width: calc((100% / 2) - 10px);
}
.ctt_busi02_02 .box.v2 .area_img.i3 img {
  width: calc((100% / 3) - 13.4px);
}
.ctt_busi02_02 .box.v2 .area_img.i4 img {
  width: calc((100% / 4) - 15px);
}
.ctt_busi02_02 .box.v2 .area_txt {
  width: 100%;
  display: block;
}
.ctt_busi02_03 .box.v4:nth-child(5),
.ctt_busi02_03 .box.v4:last-child {
   margin: 0 40px 20px 0;
}
.ctt_busi02_03 .box.v4:nth-child(6){
  margin-right: 0;
}
.ctt_busi02_04 > #ctt_con .box_txt > h3{
    width: calc(100% - 20px);
    padding: 20px;
    margin-top: 30px;
}
.ctt_business03 .box_list.v2 {
  text-align: left;
}
.ctt_business03 .box .area_img img {
  height: auto;
}
.ctt_business03 .box_list.v2 > li:nth-child(n + 4) {
  margin-top: 40px;
}
.ctt_business03 .box_list.v2 > li .area_txt {
  display: table;
  min-height: 170px;
}

.area_content2 {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  float: left;
}
.area_content2:nth-last-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 1400px) {
  .area_content {
    margin: 0 0 30px;
  }
  .box.v3 {
    width: calc((100% / 2) - 20px);
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 {
    height: 780px;
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 .area_txt h4{
    text-align: center;
    margin: 0 0 10px;
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 .area_txt h4 span {
      display: table;
     margin: 0 auto 7px;
    }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 .area_txt h4 ul {
      width: 100%;
    }
  .ctt_busi02_03 .box.v4 {
  width: calc((100% / 2) - 20px);
  margin: 0 20px 20px 0;
  }
  .ctt_busi02_03 .box.v4:nth-child(3), .ctt_busi02_03 .box.v4:nth-child(5), .ctt_busi02_03 .box.v4:last-child {
    margin: 0 20px 20px 0;
  }
  .blindv3 {border: none; height: 500px;}
  .ctt_tech01 .box.v3 {
    width: calc((100% / 3) - 20px);
  }
  .ctt_tech01 .box.v3 .area_txt {
    height: 120px;
  }
  .box.v4 .area_img img {
    width: 100%;
    height: auto;
  }
  /* .ctt_busi01_01 .box.v4 .area_img {
    height: auto;
  } */
  .box_txt3 {display: block; width: 100%;}
  .ctt_busi01_02 > #ctt_con .box.v4 .area_txt h4 ul {
    width: 100%;
}
  .box.v6 .area_txt {
    padding: 20px;
  }
  .box.v6 h3 {
    font-size: 16px;
  }



}
@media (max-width: 1200px) {
/*    .ctt_center01 .inr {width: 900px;}*/
}
@media (max-width: 1024px) {
  .box_list > li .area_icon {
    width: 20%;
  }
  .box_list > li .area_txt {
    width: 80%;
  }
  .box_list > li:nth-child(1) .area_icon {
    background: url(../images/icon_business01.svg) no-repeat 50% 50%;
    background-size: 30%;
  }
  .box_list > li:nth-child(2) .area_icon {
    background: url(../images/icon_business02.svg) no-repeat 50% 50%;
    background-size: 35%;
  }
  .box_list > li:nth-child(3) .area_icon {
    background: url(../images/icon_business03.svg) no-repeat 50% 50%;
    background-size: 35%;
  }
  .box_list > li:nth-child(4) .area_icon {
    background: url(../images/icon_business04.svg) no-repeat 50% 50%;
    background-size: 35%;
  }
  .box_list > li:nth-child(5) .area_icon {
    background: url(../images/icon_business05.svg) no-repeat 50% 50%;
    background-size: 35%;
  }
  .box,
  .area_content2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .box.v4:nth-child(2n-1){
    margin-right: 0;
  }    

  .ctt_busi01_01 .box.v4 {
    width: 100%;
  }
  .ctt_busi01_01 .box.v4 .area_img {
    height: auto;
  }
  .ctt_busi01_01 .box.v4 .area_img img {
    width: 100%;
    height: auto;
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 {
    height: 660px;
  }
  .box_txt > span br {
    display: none;
  }
  .box_list.v2 > li {
    margin: 0 20px 0 0;
    width: calc(100% / 3 - 16px);
    width: -webkit-calc(100% / 3 - 16px);
  }
  .box .area_txt h4 {
    text-align: center;
    margin: 0 0 10px;
  }
  .box .area_txt h4 span {
    display: table;
    margin: 0 auto 7px;
  }
  .box.v6 {
    width: calc((100% / 3) - 33.4px);
  }

  .box.v2 {
    width: 100%;
    margin: 0 0 20px;
  }
  .box.v2 .area_img {
    display: block;
    width: 100%;
  }
  .box.v2 .area_txt {
    display: block;
    width: 100%;
  }
  .box.v2 .area_txt h3 {
    font-size: 20px;
    margin: 0 0 15px;
    text-align: center;
  }
    .ctt_equipment01 .box.v2 { margin: 0}

}
@media (max-width: 900px) {
  .box > div {
    height: 340px;
  }
  .box .area_txt .area_txt_wrap h4 {
    font-size: 18px;
  }
  .box .area_txt .area_txt_wrap p {
    width: 100%;
    font-size: 17px;
    line-height: 1.6em;
  }
  .ctt_business03 .box_list.v2 > li .area_txt {
    min-height: 190px;
  }
  .box.v2 .area_img {
    padding: 50px;
  }
}
@media (max-width: 850px) {
  .box_list.v2 > li {
    margin: 0 20px 0 0;
    width: 47%;
  }
  .box_list.v2 > li:nth-child(1) {
    margin: 0 20px 20px;
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 {
    height: 610px;
  }
  .ctt_business03 .box_list.v2 > li {
    float: left;
    width: calc((100% / 2) - 10px);
    width: -webkit-calc((100%/2) - 10px);
  }
  .ctt_business03 .box_list.v2 > li:nth-child(1),
  .ctt_business03 .box_list.v2 > li:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
  .ctt_business03 .box_list.v2 > li:nth-child(2n) {
    margin: 0;
  }
  .ctt_business03 .box_list.v2 > li:nth-child(n + 4) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .box h2 {
    font-size: 27px;
  }
  .box > div {
    height: 300px;
  }
  .box_txt > h2 {
    font-size: 27px;
  }
  .box_txt > h3 {
    font-size: 24px;
  }
  .box .area_txt {
    padding: 20px;
  }
  .box_txt > span {
    margin: 10px 10%;
  }
  .box.v2 .area_txt ol li>span {
    display: block;
    min-width: auto;
    margin: 10px 0;}
  .box.v2 .area_txt ol li {text-align: center;}
  .box_list {
    margin: 20px 0 0;
  }
  .box_list > li {
    margin: 0 0 2%;
  }
  .box_list > li .area_icon {
    width: 25%;
  }
  .box_list > li .area_txt {
    width: 75%;
  }
  .box_list.v2 {
    margin: 30px 0 0;
  }
  .box_list.v2 > li .area_txt h3 {
    font-size: 18px;
  }
  .box_list.v2 > li .area_txt p {
    font-size: 16px;
  }
  .box.v6 {
    width: calc((100% / 2) - 20px);
  }
  .box.v4 {
    width: 100%;
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 {
   height: auto;
   width: 100%;
  }
  .box.v5 {
    width: 100%;
  }
  .box_txt > h3 span.sm_text {
    display: block;
    padding: 0;
  }
  .ctt_busi02_02 .box.v2 .area_img img {
    margin: 0 10px 0 0;
  }
  .ctt_busi02_02 .box.v2 .area_img.i2 img {
    width: calc((100% / 2) - 5px);
  }
  .ctt_busi02_02 .box.v2 .area_img.i3 img {
    width: calc((100% / 3) - 6.7px);
    /* margin: 0; */
  }
  .ctt_busi02_02 .box.v2 .area_img.i4 img {
    width: calc((100% / 4) - 7.5px);
  }
}

@media (max-width: 550px) {
  .box h2 {
    font-size: 25px;
  }
  .box_txt {
    margin: 0 0 20px;
  }
  .box_txt3 {
      width: 100%;
      height: auto;
  }
  .box_txt.marin {
    margin: 0 3% 10px;
  }
  .box_txt > h2 {
    font-size: 25px;
  }
  .box_txt > h3 {
    font-size: 22px;
  }
  .box_txt > span {
    margin: 10px 0 0;
    width: 100%;
    font-size: 15px;
  }
  .box_txt ul {
    margin: 15px 0 0;
  }
  .box > div {
    height: 240px;
  }
  .box_list > li {
    margin: 0 0 10px 0;
  }
  .box_list > li > i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .box_list > li .area_txt_wrap h3 {
    font-size: 18px;
  }
  .box_list > li .area_txt .area_txt_wrap p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .box_list > li:nth-child(1) .area_icon {
    background: url(../images/icon_business01.svg) no-repeat 50% 50%;
    background-size: 35%;
  }
  .box_list > li:nth-child(2) .area_icon {
    background: url(../images/icon_business02.svg) no-repeat 50% 50%;
    background-size: 45%;
  }
  .box_list > li:nth-child(3) .area_icon {
    background: url(../images/icon_business03.svg) no-repeat 50% 50%;
    background-size: 45%;
  }
  .box_list > li:nth-child(4) .area_icon {
    background: url(../images/icon_business04.svg) no-repeat 50% 50%;
    background-size: 45%;
  }
  .box_list > li:nth-child(5) .area_icon {
    background: url(../images/icon_business05.svg) no-repeat 50% 50%;
    background-size: 45%;
  }
  .box_txt ul > li {
    font-size: 16px;
  }
  .box > div {
    width: 100%;
    height: auto;
  }
  .box .area_img img {
    width: 100%;
  }
  .box .area_txt {
    padding: 20px 20px;
  }
  .box_txt > p {
    margin: 10px 0 30px;
    width: 100%;
  }
  .box.v2 .box_list {
    margin: 20px 0 0;
  }

  .box_list.v2 > li {
    margin: 0 10px 0 0;
    width: 47%;
  }
  .box_list.v2 > li:nth-child(1) {
    margin: 0 10px 10px;
  }
  .box_list.v2 > li .area_txt {
    width: 100%;
    margin: 0;
  }
  .box.v2 .area_txt h3 {
    font-size: 20px;
    line-height: 1.3em;
  }
  .box.v2 .area_img {
    padding: 0px;
  }
  .ctt_tech01 .box.v3 {
    width: 100%;
    margin-right: 0;
  }
  .ctt_tech01 .box.v3 .area_txt {
    height: auto;
  }
}

@media (max-width: 500px) {
  .box.v3 {
    width: 100%;
    margin: 0 0 20px;
  }
  .ctt_busi02_03 .box.v4 {
  width: 100%;
  margin: 0 0 20px;
  }
  .box h2 {
    font-size: 25px;
  }
    .ctt_busi02_04 > #ctt_con .box_txt > h3 {
    width: 100%;    
  }
  .ctt_business03 .box_list.v2 > li .area_txt {
    min-height: 200px;
  }
.box.v4 .area_img {
    display: block;    
    }
.ctt_equipment02 .box .area_img {padding: 0 0px 0 0;}
.ctt_equipment02 .box.v5 {margin: 0 0 0px;} 
.box.v4 > div {width: 100%;}
.box.v5 .area_img {display: block;    }
.box.v5 > div {width: 100%;}
.ctt_equipment02 .box.v5 .area_img:nth-child(3) {padding: 0;}
.ctt_equipment02 .box.v5 .area_img:nth-child(4) {padding: 0;}
.ctt_equipment02 .box.v5 .area_img:nth-child(5) {padding: 0;}
.fa-arrow-right {
    display: none;
}
    .fa-arrow-down {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 40px;
}
    
}

@media (max-width: 450px) {
  .box h2 {
    font-size: 20px;
  }
  .box_txt > h2 {
    font-size: 19px;
      line-height: 1.5;
  }
  .box_txt > h3 {
    font-size: 18px;
  }
  .box_list > li .area_icon {
    width: 30%;
  }
  .box_list > li .area_txt {
    width: 70%;
  }
  .ctt_busi01_02 > #ctt_con .fixtext .box.v3 {
   height: auto;
  }
  .box_list.v2 > li,
  .ctt_business03 .box_list.v2 > li {
    margin: 0 0 10px;
    width: 100%;
  }
  .ctt_business03 .box_list.v2 > li:nth-child(2n) {
    margin: 0 0 10px;
  }
  .ctt_business03 .box_list.v2 > li:nth-child(1),
  .ctt_business03 .box_list.v2 > li:nth-child(3n) {
    margin: 0 0 10px;
  }
  .ctt_business03 .box_list.v2 > li .area_txt {
    min-height: auto;
  }
}
@media (max-width: 400px) {
}



/* 인사말 -----------------------------------------------------------------------*/
.ctt_center01 .inr {margin: 0 auto;}
.area_intro {}
.bottom_bg {}
.bottom_mbg {display: none; }
.bottom_bg img {width: 100%;height: auto;}
.bottom_mbg img {width: 100%;height: auto;}
.area_intro{width: 100%;}
.area_ceo:after {content: "";display: block;clear: both;}
.area_ceo .area_img{float:right; width:45%; margin:0 0 0 5%;}
.area_ceo .box_ceo{margin:55px 0 0;}
.area_ceo .area_txt {float:left; position: relative;width:50%;box-sizing: border-box;}
.area_ceo .area_txt h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.3em;
    word-break: keep-all;
}
.area_ceo .area_txt h2 .point {
    font-size: 30px;
    font-weight: bold;
    color: #285bb1;
    word-break: keep-all;
}
.area_ceo .area_txt p {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.8em;
    word-break: keep-all;
}
 .area_ceo .area_txt p.upline:before {
    display: block;
    content: "";
    width: 48px;
    height: 2px;
    background: #285bb1;
    margin-bottom: 40px;
}
.area_ceo .area_txt p .point{
    display: inline;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #285bb1;
    line-height: 1.8em;
    word-break: keep-all;
}
.area_ceo .area_txt span {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

    .area_ceo .area_txt p i,
    .map_inn i,
    i{
        color: #285bb1;
    }

.area_ceo em {
	margin:10px 0 0;
    font-style: normal;
    font-size: 18px;
    color: #333;
    display: inline-block;}
}
.box > h3 {
    position: relative;
    padding: 0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

/* table ---------------------------------------------------------------------*/
table caption {
    caption-side: bottom;
}

.area_intro table.table {
    margin: 20px 0 0;
}

.area_intro table.table caption {
    display: none;
}

.area_intro .table > tbody > tr > td {
    padding: 25px 50px;
    vertical-align: middle;
    font-size: 17px;
}

.area_intro .table > tbody > tr > td:first-child {
    background: #fbfbfb;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.area_intro .table > tbody > tr > td:last-child {
    font-weight: 400;
    color: #333;
    background: #fff;
}

.area_intro .table > tbody > tr > td p {
    line-height: 2em;
    font-weight: 500;
}

.area_intro .table > tbody > tr > td p:first-child {
    margin: 0 0 10px;
}

.area_intro .table > tbody > tr > td p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

@media (max-width: 1400px) {
    .area_ceo .area_txt:before {
        right: 0;
    }
}

@media (max-width: 1200px) {
   .box_ceo img{width:100%;}
   .area_ceo .area_txt p br{display:none;}
	.area_ceo .area_txt p.upline{padding:0 0 20px;}
   .area_ceo .area_txt p.upline:before{margin-bottom:20px;}
   .area_ceo em{margin:0;}
	 
}

@media (max-width: 1024px) {
	.area_ceo .area_txt p{padding:0 0 20px; font-size:16px;}
	.area_ceo .area_txt p .point{font-size:18px;}
	   

}
@media (max-width: 800px) {
    .area_intro{width: 100%; background: none; }
    .area_ceo {padding: 0; width: 100%;}
	.area_ceo .area_img{width:100%; float:left; margin:0 auto;}
	.area_ceo .area_img .box_ceo{width:80%; margin:0 auto;}
	.area_ceo .area_txt{margin:40px 0 0;}
    .bottom_bg {display: none;}
    .bottom_mbg {display: block; margin: -50px 0 0 0;}
    .area_ceo em {
    position: relative;
    display: block;
    background: none;padding: 0px; border-radius: 0; right: 0;}
    .area_ceo .area_txt p br {
        display: none;
    }
        .area_ceo .area_txt {
        width: 100%;
    }

    .table > tbody > tr > td {
        padding: 20px;
    }
}
    
@media (max-width: 550px) {
	.area_ceo .area_img .box_ceo{width:100%;}
	.area_ceo .area_txt{margin:30px 0 0;}
    .box h3 {
        font-size: 20px;
    }

    .area_ceo {
        margin: 0 0 40px;
    }

    .area_ceo .area_txt {
        padding: 0;
    }

    .area_ceo .area_txt h2 {
        font-size: 25px;
    }

    .area_ceo .area_txt h2 .point {
        font-size: 25px;
    }

    .area_ceo .area_txt em {
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .table > tbody > tr > td {
        padding: 15px;
        font-size: 16px;
    }

    .table > tbody > tr > td p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .inr .box > h3 {
        margin: 0 0 0 15px;
    }

    .area_ceo .area_img img {
        max-width: 100%;
    }
}

/* 조직도 ----------------------------------------------------------*/
.inr.origin {
/*    width: 1400px;*/
/*    overflow: hidden;*/
    margin: 0 auto 100px;
    text-align: center;
}
.scroll_comm {text-align: left; font-size: 18px; display: none;}
.inr.origin img{margin: 50px 0;}
@media (max-width: 1400px) {
    .inr.origin {
        width: 90%;
        height: auto;
        margin: 0 auto 50px;
    }

    .inr.origin img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 800px) {
    .scroll_comm {display: block;}
.inr.origin {overflow: scroll;}
.inr.origin img {
    width: 800px;
    height: auto;
}
}
/* 설립목적및연혁 --------------------------------------------------------------*/
.ctt_center02 .box {margin: 0 20px 0 0;}
	.ctt_center02 .box.v4 div {
    float: left;
    width: calc(100%/4 - 20px);
    margin: 0 20px 0 0;
    border: 3px solid #eee;
    color: #202020;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 10px;
    height: 340px;
    line-height: 1.6;
}
.ctt_center02 .box.v4 div:last-child{margin: 0;}
.ctt_center02 .box.v4 div:hover {background: #285bb1; color: #fff; border: 3px solid #285bb1; cursor: pointer;}
.ctt_center02 .box.v4 div:hover svg:not(:root){color: #fff;}
.ctt_center02 .box.v4 div h3{margin: 26px 0; font-size: 26px; font-weight: 500;}
.ctt_center02 .tit {
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ctt_center02 .tit:before {
    display: block;
    content: "";
    width: 48px;
    height: 2px;
    background: #285bb1;
    margin-bottom: 4px;
}
.box_img.history {
    background: url(../images/img_history01.jpg) no-repeat center;
    background-size: cover !important;
}
.box.history {
    position: relative;
    margin: 120px 0 50px;
    border: 0;
    width: 100%;
    
}

.box.history > h3 {
    font-size: 26px;
    font-weight: 300;
    color: #333;
    line-height: 1.4em;
}

.box.history > h3 .txt_blue {
    font-weight: 600;
}

.box.history > span {
    display: inline-block;
    position: absolute;
    top: 120px;
    left: 50%;
    width: 2px;
    height: 90%;
    background: #eee;
}

.box.history > ul {
    width: 100%;
}

.box.history > ul:after {
    content: "";
    display: block;
    clear: both;
}

.box.history > ul > li {
    position: relative;
    content: "";
    margin: 0 0 50px;
    padding: 0;
    width: 50%;
    border: none;
    transition: all 0.3s ease;
}

.box.history > ul > li.active {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.box.history > ul > li.active em:after {
    background: #273069;
}

.box.history > ul > li > em {
    position: relative;
    display: block;
    font-style: normal;
    font-size: 30px;
    font-weight: 800;
    color: #555;
    line-height: 1.6em;
}

.box.history > ul > li > em:after {
    content: "";
    position: absolute;
    top: 30px;
    width: 12px;
    height: 12px;
    background: #285bb1;
    border-radius: 50px;
}

.box.history > ul > li.right > em:after {
    margin-left: -5px;
    left: 0;
}

.box.history > ul > li.left > em:after {
    margin-right: -6px;
    right: 0;
}

.box.history > ul > li > ul {
    display: block;
}

.box.history > ul > li > ul > li {
    display: block;
}

.box.history > ul > li > ul > li .month {
    color: #3B9001;
}

.box.history > ul > li > ul > li > p {
    position: relative;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.7em;
    word-break: keep-all;
}

.box.history > ul > li > .area_img.v1 {
    margin: 20px 38px 0 0;
}

.box.history > ul > li > .area_img.v2 {
    margin: 20px 38px 0 45px;
}

.box.history > ul > li.right {
    float: right;
    margin-left: 50%;
}

.box.history > ul > li.right > em {
    padding: 10px 0 5px 38px;
}

.box.history > ul > li.right > ul {
    padding: 0 0 0 38px;
}

.box.history > ul > li.left {
    float: left;
    margin-right: 50%;
    text-align: right;
}

.box.history > ul > li.left > em {
    padding: 0 38px 5px 0;
}

.box.history > ul > li.left > ul {
    padding: 0 38px 0 0;
}

.box.history #historyLine {
    display: block;
    width: 2px;
    height: 0%;
    background: #0032a0;
}

.txt_blue {
    color: #273069;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .ctt_center02 .box.v4 div {
        height: 350px;
        }
}
@media (max-width: 850px) {
    .ctt_center02 .box.v4 div {
    width: calc(100%/2 - 20px);
    margin: 20px 20px 0 0;
    height: 300px;
}
    .ctt_center02 .box.v4 div:nth-child(2){margin: 20px 0 0 0;}
    .ctt_center02 .box.v4 div:last-child{margin: 20px 0 0 0;}
    .box.history > span {
        left: 0;
        top: 50px;
    }

    .box.history > ul {
        margin: 50px 0 0;
    }

    .box.history > ul > li {
        width: 100%;
        margin: 0 0 30px;
    }

    .box.history > ul > li > em {
        font-size: 32px;
    }

    .box.history > ul > li > em:after {
        top: 25px;
    }

    .box.history > ul > li.right {
        float: left;
        margin-left: 0;
    }

    .box.history > ul > li.left {
        text-align: left;
    }

    .box.history > ul > li.left > em {
        padding: 0 0 5px 38px;
    }

    .box.history > ul > li.left > em:after {
        right: unset;
        left: -5px;
    }

    .box.history > ul > li.left > ul {
        padding: 0 0 0 38px;
    }

    .box.history > ul > li > .area_img.v1 {
        margin: 20px 0 0 38px;
    }
}

@media (max-width: 550px) {
    .box_img {
        margin: 0 0 30px;
        padding-bottom: 45%;
    }
    .ctt_center02 .box.v4 div {
    width: calc(100%);
    margin: 20px 0px 0 0;
        height: auto;
}
    .ctt_center02 .box.v4 div:nth-child(2){margin: 20px 0 0 0;}
    .ctt_center02 .box.v4 div:last-child{margin: 20px 0 0 0;}
    .box.history > ul {
        margin: 30px 0 0;
    }

    .box.history > ul > li.right > em {
        padding: 0 0 5px 20px;
    }

    .box.history > ul > li.right > ul {
        padding: 0 0 0 20px;
    }

    .box.history > ul > li.left > em {
        padding: 0 0 5px 20px;
    }

    .box.history > ul > li.left > ul {
        padding: 0 0 0 20px;
    }

    .box.history > ul > li > .area_img.v1,
    .box.history > ul > li > .area_img.v2 {
        margin: 20px 0 0 20px;
    }

    .box.history > ul > li > em:after {
        top: 20px;
    }
}

@media (max-width: 450px) {
    .box.history > h3 {
        font-size: 22px;
    }

    .box.history > ul > li > .area_img {
        width: 80%;
    }

    .box.history > ul > li > .area_img img {
        max-width: 100%;
    }
}

/*오시는길*/
.map {}
.map_add_wrap {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    font-size: 1.8em;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
}
.map_add_wrap.bus{
    text-align: left;
}
.map_box_wrap {
    width: 100%;
    overflow: hidden;
    border: 1px dotted #ddd;
    display: flex;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}
.map_box_wrap .map_bx {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-left: 1px dotted #ddd;
    padding: 8px;
    align-items: stretch;
    text-align: center;
}
.map_box_wrap .map_bx:first-child {
    border: 0;
}
.map_box_wrap .map_bx .t {
    line-height: 1em;
    font-size: 1.22em;
    font-weight: 500;
    margin: 6px auto 6px;
}
.map_box_wrap .map_bx .c {
    font-size: 1.15em;
    letter-spacing: -0.2px;
}
.map_box_wrap .map_bx a.bt {
    display: inline-block;
    background: #f8f8f8;
    font-size: 0.9em;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 3px;
    border: 1px solid #dadada;
}
.map_box_wrap .map_bx a.bt:hover {
    font-weight: 500;
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

@media (max-width: 1200px) {
    .map_add_wrap {
        padding: 14px 6px;
        font-size: 1em;
    }
    .map_box_wrap {
        display: block;
    }
    .map_box_wrap .map_bx {
        width: 50%;
    }
    .map_box_wrap .map_bx:first-child {
        border-bottom: 1px dotted #ddd;
    }
    .map_box_wrap .map_bx:nth-of-type(2) {
        border-top: 0;
        border-bottom: 1px dotted #ddd;
    }
    .map_box_wrap .map_bx:nth-of-type(3) {
        border-left: 0;
        width: 100%;
    }
    .map_box_wrap .map_bx .t {
        font-size: 1.15em;
        margin: 4px auto 4px;
    }
    .map_box_wrap .map_bx .c {
        font-size: 1em;
    }
    .map_box_wrap .map_bx a.bt {
        font-size: 0.9em;
        padding: 1px 8px;
        margin: 1px;
    }
}


/* 장비소개 --------------------------------------------------------------------------*/






/* 판매등록 */
#area_sell{width:100%;}
#area_sell .box{margin:0 0 50px; position:relative;}
#area_sell .box > h3{display:block; padding:0 0 10px; font-size:18px; font-weight:500; color:#222; border-bottom:2px solid #111;}
#area_sell .box > h3 em{display:inline-block; margin:0 0 0 8px; font-size:14px; font-weight:normal; color:#888; word-break:keep-all;}
#area_sell .box span{position:absolute; top:0; right:0;}
#area_sell .box .sell_list{border-top:2px solid #111;}
#area_sell .box:after{content:""; display:block; clear:both;}
#area_sell .box dl{position:relative; float:left; width:50%; padding:15px; box-sizing:border-box; margin-bottom:0 !important; border-bottom:1px dashed #eee;}
#area_sell .box dl.Full{width:100%;}
#area_sell .box dl:after{content:""; display:block; clear:both;}
#area_sell .box dl dt{position:absolute; top:50%; float:left; width:130px; padding:0 10px 0 0; box-sizing:border-box; word-break:keep-all; font-size:17px; font-weight:500; color:#222; transform:translateY(-50%);}
#area_sell i.require{color:#fb2323; margin:0 3px 0 0;}
#area_sell .box dl dd{position:relative; margin-left:130px; float:left; width:calc(100% - 130px); font-size:15px; font-weight:200; color:#555;}
#area_sell.adm .box dl{border-bottom:1px solid #ececec;}
#area_sell .box dl dd input[type=tel],
#area_sell .box dl dd input[type=text],
#area_sell .box dl dd select,
#area_sell .box dl dd input[type=password],
#area_sell .box dl dd input[type=date]{width:100%; padding:2px 10px; box-sizing:border-box; border:1px solid #ddd; height:32px; line-height:32px; font-size:0.9em; font-weight:400; color:#333; background-color:#fafafa;}
#area_sell .box dl dd input.Full{width:100%;}
#area_sell .box dl dd textarea{display:block; width:100%; height:150px; padding:10px; box-sizing:border-box; border:1px solid #ddd; font-size:0.9px; font-weight:400; color:#333; background-color:#fafafa; resize:none;}
#area_sell .btn_confrim{display:block; text-align:center;}
#area_sell .btn_submit{background:#333;  width:240px; height:60px; border:none; text-align: center; font-size: 20px !important; font-weight: 400; color:  #fff;}
#area_sell .btn_submit:hover{border:none !important; background:#285bb1 !important;}

@media (max-width:900px) {
	#area_sell .box dl{padding:15px 10px;}
	#area_sell .box dl dt{width:100px;}
	#area_sell .box dl dd{margin-left:100px; width:calc(100% - 100px);}
}
@media (max-width:768px) {
	#area_sell .box dl{width:100%;}
	#area_sell .btn_submit{height:52px; width:200px; margin:0; font-size:18px !important;}
}
@media (max-width:700px) {
	#area_sell .btn_submit{margin:0 0 30px;}
}
@media (max-width:600px) {
	#area_sell .box dl dt{width:85px; padding:0 12px 0 0; word-break:keep-all; font-size:15px;}
	#area_sell .box dl dd{margin-left:85px; width:calc(100% - 85px);}
}
@media (max-width:550px) {
	#area_sell .box dl{padding:13px 10px;}
	#area_sell .box{margin:0 0 30px;}
	#area_sell .btn_submit{height:50px; width:150px; font-size:16px !important;}
}



/* 관리자 판매등록 */

#area_sell.adm{ box-sizing:border-box;}
#area_sell.adm .box dl{margin:0;}
#area_sell.adm .box dl dt{font-size:15px;}




.tbl02 tr td {font-size:1.3em}
@media (max-width:550px) {
.tbl02 tr td {font-size:12px}
}