/*-------------------------------------------------------------------
 @sub_com start
-------------------------------------------------------------------*/
.sub_com_title {
    padding-top: 100px;
    text-align: center;
}

.sub_com_title h3 {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.sub_com_title h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    /* background: url('../images/sub/sub_com_title1.png') no-repeat; */
}

.sub_com_title p {
    margin-top: 50px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #666666;
    word-break: keep-all;
}

.paging {
  text-align: center;
  margin:88px 0;
}

.paging i {
  position: relative;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color:#666;
  padding:0 15px;
  margin-right:15px;
}

#pre_list{
  padding: 0;
  padding-right:10px;
}

#next_list{
  margin-left:10px;
  margin-right: 0;
  padding: 0;
}
.paging a:last-child i {
  margin-right:0;
}
.paging i.active {
  color: #ec5707;
}
.paging i.active:before {
  content:'';
  position: absolute;
  left:0;
  bottom:-12px;
  width: 100%;
  height: 3px;
  background: #ec5707;
}

/*-------------------------------------------------------------------
 @sub_com end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @sub_top_start
-------------------------------------------------------------------*/
.sub_top_visual {
    position: relative;
    height: 424px;
    background-size: cover;
    overflow: hidden;
}

.sub_top_visual.company .bg {
    background: url(../images/sub/sub_top_1.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.business .bg {
    background: url(../images/sub/sub_top_2.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.achievements .bg {
    background: url(../images/sub/sub_top_3.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.inquiry .bg {
    background: url(../images/sub/sub_top_4.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.notice .bg {
    background: url(../images/sub/sub_top_5.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.privacy .bg {
    background: url(../images/sub/sub_top_6.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.ESG .bg {
    background: url(../images/sub/sub_top_6.png) no-repeat;
    background-size: cover;
}

.sub_top_visual.start .bg {
    animation: scaleDownAnimation 5s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
}

.sub_top_visual .inner {
    position: relative;
    height: 100%;
}

.sub_top_visual h2 {
    position: absolute;
    left: 50px;
    bottom: 68px;
    font-size: 30px;
    line-height: 43px;
    color: #fff;
    font-weight: 400;
    z-index: 1;
    width: 100%;
}

.path_wrap {
    height: 70px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 23;
}

.path_wrap ul {
    display: block;
    height: 70px;
    font-size: 0;
}

.path_wrap ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    overflow: hidden;
    box-sizing: border-box;
}

.path_wrap ul li.open {
    overflow: initial;
    height: auto;
}

.path_wrap ul li.depth1.open {
    border-right: 1px solid #e1e1e1;
}

.path_wrap ul li.depth1.close {
    border-right: 0px;
}


.path_wrap ul li a {
    display: block;
    background: #fff;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    position: relative;
    left: -1px;
    width: calc( 100% + 2px );
    transition: background 0.3s ease, color 0.3s ease;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.path_wrap ul li a:first-child {
  background: transparent;
}


.path_wrap ul li a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ec5707;
}

.path_wrap ul li a:first-child:before {
    display: none;
}

.path_wrap ul li a:first-child {
    border: 0;
}

.path_wrap ul li a:hover {
    background: #fff6f0;
    color: #000;
}

.path_wrap ul li a:hover:first-child {
    background: transparent;
    color: #666;
}

.path_wrap ul li.open:hover a:first-child {
    background: transparent;
    color: #666;
}

.path_wrap ul li.open:hover a:nth-child(3) {
    border-top:1px solid #e1e1e1;
}

.path_wrap ul li:first-child {
    width: 70px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    overflow: initial;
}

.path_wrap ul li:first-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.path_wrap ul li:last-child {
    border-right: 1px solid #e1e1e1 !important;
}

.path_wrap ul li:nth-child(2),
.path_wrap ul li:nth-child(3) {
    width: 200px;
    height: 70px;
}

.path_wrap ul li i {
    position: absolute;
    top: 32px;
    right: 25px;
    width: 12px;
    height: 7px;
    transition: transform 0.5s ease;
    background: url(../images/sub/sub_arr1.png);
}

.path_wrap ul li.open i {
    transform: rotate(180deg);
}

/*-------------------------------------------------------------------
 @sub_top_end
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
 @greetings start
-------------------------------------------------------------------*/
.greetings_pal {
  position: relative;
  background: url(../images/sub/greetings_pal1.png) fixed no-repeat;
  background-size: cover;
  height: 615px;
  margin-top: 105px;
}
.greetings_pal.ios {
  position: relative;
  background: url(../images/sub/greetings_pal1.png) no-repeat;
  background-size: cover;
  height: 300px;
}
.greetings_pal .text_box {
  text-align: center;
  padding-top:170px;
}
.greetings_pal .text_box h4 {
  display: inline-block;
  position: relative;
  padding: 68px 35px;
  font-size: 23px;
  line-height: 35px;
  word-break: keep-all;
  color:#fff;
}

.greetings_pal .text_box h4::before {
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 1px;
  background: #fff;
}

.greetings_pal .text_box h4::after {
  content:'';
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 1px;
  background: #fff;
}

.greetings_text_box {
  position: relative;
  z-index: 10;
  text-align:left;
  margin-top: -130px;
  width: 1280px;
  border-bottom: 3px solid #ec5707;
  margin-bottom: 110px;
}

#img{
	float:center;
}
#text{
	float:left;
}

.greetings_text_box div {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px;
  padding-bottom: 69px;
}

.greetings_text_box div h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color:#000;
}

.greetings_text_box div p {

  margin-top: 45px;
  font-size: 20px;
  line-height: 34px;
  color:#666;
  font-weight: 400;
  word-break: keep-all;
}

.greetings_text_box div p:first-child {
  margin-top:0;
}
/*-------------------------------------------------------------------
 @greetings end
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
 @management_information start
-------------------------------------------------------------------*/
.management_info1 {
  overflow: inherit;
  z-index: 22;
}
.management_info1_contents {
  position: relative;
  margin-top: 130px;
  margin-bottom: 115px;
}

.management_info1_contents .text_box h4 {
  font-size: 39px;
  line-height: 54px;
  font-weight: 400;
  color: #000;
}

.management_info1_contents .text_box h4 span {
  color:#ec5707;
}

.management_info1_contents .text_box p {
  margin-top: 90px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color:#000;
}

.management_info1_contents .img_box {
  position: absolute;
  top: 40px;
  right: 60px;
}

.management_info1_contents .img_box .circle {
  position: relative;
  width: 424px;
  height: 424px;
  background: #fff;
  border:1px solid #8d6957;
  border-radius: 50%;
}

.management_info1_contents .img_box .circle > img {
  display: none;
}

.management_info1_contents .img_box .circle::before {
  content:'';
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width:100%;
  height: 1px;
  background: #505b66;
}

.management_info1_contents .img_box .circle::after {
  content:'';
  position: absolute;
  left:50%;
  top:0%;
  transform: translateX(-50%);
  width:1px;
  height: 100%;
  background: #505b66;
}
.management_info1_contents .img_box .circle .circle_big {
  position: absolute;
  z-index: 2;
  width: 220px;
  height: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ec5707;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.management_info1_contents .img_box .circle .circle_big p {
  font-size:41px;
  font-weight: 700;
  color: #fff;
}

.management_info1_contents .img_box .circle .circle_small {
    position: absolute;
    z-index: 2;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.management_info1_contents .img_box .circle .circle_small p {
  font-size:18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.management_info1_contents .circle_small.circle1 {
  background: #ffa745;
  top: -64px;
  left:50%;
  transform: translateX(-50%);
}

.management_info1_contents .circle_small.circle2 {
  background: #ad7d58;
  top: 50%;
  left:-64px;
  transform: translateY(-50%);
}

.management_info1_contents .circle_small.circle3 {
  background: #c46937;
  bottom: -64px;
  left:50%;
  transform: translateX(-50%);
}

.management_info1_contents .circle_small.circle4 {

  background: #fdb675;
  top: 50%;
  right:-64px;
  transform: translateY(-50%);
}

.management_info2 .bg {
    position: relative;
    background: url(../images/sub/management_information_bg1.png) no-repeat;
    height: 693px;
}

.management_info2 .vertical_div {
  padding-top: 215px;
}

.management_info2 .vertical_div h4 {
  font-size: 28px;
  font-weight: 700;
  color:#fff;
}

.management_info2 .vertical_div ul {
  margin-top: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.management_info2 .vertical_div ul li {
  width: 23.5%;
}

.management_info2 .vertical_div ul li h5 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.management_info2 .vertical_div ul li .line {
  position: relative;
  width: 100%;
  height:1px;
  background: #fff;
  margin-top: 28px;
  margin-bottom: 40px;
}

.management_info2 .vertical_div ul li .line::before {
  content: '';
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border:1px solid #fff;
  z-index: 33;
}

.management_info2 .vertical_div ul li .line::after {
  content: '';
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  z-index: 33;
}

.management_info2 .vertical_div ul li p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

/*-------------------------------------------------------------------
 @management_information end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @information start
-------------------------------------------------------------------*/
.information1 ul {
   margin-top: 150px;
   margin-bottom: 175px;
}

.information1 ul li {
  overflow: hidden;
}

.information1 ul li .img_box {
  float:left;
}

.information1 ul li .text_box {
  float:right;
  padding-top: 110px;
}

.information1 ul li:nth-child(2) .img_box {
  float:right;
}

.information1 ul li:nth-child(2) .text_box {
  float:left;
}

.information1 ul li .text_box h4 {
  font-size: 28px;
  line-height: 43px;
  color:#000;
  font-weight: 600;
}

.information1 ul li .text_box p {
  margin-top: 45px;
  font-size: 18px;
  line-height: 28px;
  color:#000;
  font-weight: 400;
  word-break: keep-all;
}

.information2 {
  max-width: 100%;
}

.information2 .bg {
  background: url(../images/sub/information_bg1.png) no-repeat;
  padding-top: 100px;
  padding-bottom: 115px;
  background-size: cover;
}

.information2 .title_line {
  text-align: center;
}

.information2 .title_line span {
  font-size: 16px;
  font-weight: 600;
  color:#fff;
}

.information2 .title_line h3 {
  margin-top: 15px;
  font-size: 39px;
  font-weight: 600;
  color:#fff;
}

.information2 ul {
    margin-top: 125px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 99.99%;
    align-content: center;
}

.information2 ul li {
    width: 33.33%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 410px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
}

.information2 ol {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%; 
  height: 50%;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
}


.information2 ul li.li_1 {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
}

.information2 ul li .num_box {
  margin-top:15px;
}

.information2 ul li .num_box1 {
  margin-top:7px;
}

.information2 ul li .grade_box span:nth-child(1), 
.information2 ul li .grade_box span:nth-child(2){
  font-size: 58px;
  line-height: inherit; 
  color: #fff;
  font-weight: 600;
}

.information2 ul li .num_box span:nth-child(1) {
    
    font-size: 58px;
    color: #fff;
    font-weight: 600;
}

.information2 ul li .num_box span:nth-child(2) {
    margin-left:5px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.information2 ul li p {
  font-family: "NanumSquare";
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.information2 ul li p.p1 {
  font-family: "NanumSquare";
  margin-top: 7px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

/*-------------------------------------------------------------------
 @information end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @history start
-------------------------------------------------------------------*/

.history {
  max-width: 100%;
}

.history .bg {
  position: relative;
  margin-top: 62px;
  padding-bottom: 100px;
}

.history .bg::before {
  content:'';
  position: absolute;
  left:0;
  top: 0;
  width:50%;
  height: 100%;
  background: #fefefe;
}

.history .bg::after {
  content:'';
  position: absolute;
  left:50%;
  top: 0;
  width:50%;
  height: 100%;
  background: #fef3ed;
}
.history_wrap {
  position: relative;
}
.history_wrap .title_box {
  position: absolute;
  width: 100%;
  height:100%;
}

.history_wrap .title_box > div {
  position: absolute;
  display: inline-block;
  border-left: 3px solid #ec5707;
  padding: 11px 20px;
  top:120px;
  left: 0;
}

.history_wrap .title_box h3 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
}

.history_wrap .title_box p {
    margin-top: 55px;
    font-size: 72px;
    font-weight: 600;
    color: #ec5707;
    height: 75px;
    overflow: hidden;
}

.history_wrap .title_box p span {
    display: block;
}

.history_wrap .title_box p span.year2020 {
  margin-top:0;
  
}

.history_wrap .title_box p span.year2000 {
  margin-top: -75px;
}

.history_wrap .title_box p span.year1990 {
  margin-top: -150px;
}

.history_wrap {
  overflow: hidden;
}
.history_wrap .year_wrap {
  position: relative;
  width: 50%;
  margin-top: 120px;
  float: right;
  z-index: 2;
  left: -77px;
  font-size:0;
}
.history_wrap .year_wrap .line {
    position: absolute;
    width: 2px;
    height: 0;
    background: #ec5707;
    left: 76px;
    top: 25px;
    z-index: 1;
    max-height: 100%;
}

.history_wrap .year_wrap ul {
  display: block;
}

.history_wrap .year_wrap ul li {
  display: block;
  font-size:0;
  height: 210px;
}
.history_wrap .year_wrap ul li span,
.history_wrap .year_wrap ul li i,
.history_wrap .year_wrap ul li p {
  display: inline-block;
  vertical-align: top;
}

.history_wrap .year_wrap ul li span {
  font-size: 20px;
  line-height: 41px;
  font-weight: 500;
  color:#ec5707;
  width: 70px;
}

.history_wrap .year_wrap ul li i {
  position: relative;
  z-index: 3;
  margin-top: 13px;
  margin-right: 22px;
  width: 10px;
  height:10px;
  border-radius: 50%;
  border:2px solid #ec5707;
  background: #fff;
}


.history_wrap .year_wrap ul li p {
  font-size: 16px;
  line-height: 41px;
  font-weight: 500;
  color:#000;
}

/*-------------------------------------------------------------------
 @history end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------

 @ESG start
-------------------------------------------------------------------*/

	
	.sub_com_title2 {
		padding_top: 50px;
	}
	
	.sub_com_title2 h3 {
        font-size: 30px;
        line-height: 42px;
        word-break: keep-all;
    }
	
	.sub_com_title2 p {
        margin-top: 10px;
		margin-bottom : 50px;
        font-size: 18px;
        line-height: 30px;
    }

.ESG_area .ESG_img {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 280px;
}

.ESG_area .ESG_img .web {
  display: inline-block;
  width: 100%;	
}

.ESG_area .ESG_img .tablet {
  display: none;
  width: 100%;	
}

.ESG_area .ESG_img .mobile {
  display: none;
  width: 100%;	
}

.ESG_area .ESG_img2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 280px;
}

.ESG_area .ESG_img2 .web {
  display: inline-block;
  width: 100%;	
}

.ESG_area .ESG_img2 .tablet {
  display: none;
  width: 100%;	
}

.ESG_area .ESG_img2 .mobile {
  display: none;
  width: 100%;	
}

.ESG_area .ESG_img3 {

  text-align: center;

  margin-top: 0px;

  margin-bottom: 140px;

} 

.ESG_area .ESG_img3 .web {

  display: inline-block;

  width: 30%;
}

.ESG_area .ESG_img3 .tablet {

  display: none;

  width: 30%;
}

.ESG_area .ESG_img3 .mobile {
  display: none;
  width: 30%;

}

/*-------------------------------------------------------------------
 @ESG end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @organization start
-------------------------------------------------------------------*/

.organization .circle_wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 280px;
}

.organization .circle_wrap .web {
  display: inline-block;
  width: 100%;
}

.organization .circle_wrap .tablet {
  display: none;
  width: 100%;
}
.organization .circle_wrap .mobile {
  display: none;
  width: 100%;
}


.organization .circle_wrap > div {
  position: relative;
}

.organization .circle_wrap div > div.circle {
  width: 193px;
  height:193px;
  position: relative;
  padding: 8px;
  font-size:0;
  display: inline-block;
  border-radius: 50%;
  border:1px dashed #ed6014;
  -webkit-animation: rotate_image 90s linear infinite;
  animation: rotate_image 90s linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.organization .circle_wrap div > img {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}
@-webkit-keyframes rotate_image {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate_image {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*-------------------------------------------------------------------
 @organization end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @head_office start
-------------------------------------------------------------------*/
.root_daum_roughmap .wrap_controllers {
  display: none;
}
body.popup {
  overflow: hidden;
}
body:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease, background 0.5s ease;
}
body.popup:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  z-index: 33;
  opacity: 1;
}
.head_office ul {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px;
}

.head_office ul li {
  width: 32%;
  padding: 40px 50px;
  border:1px solid #666666;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.3s ease;
}

.head_office ul li:last-child {
  border:0 !important;
}

.head_office ul li:nth-child(n+4){
  margin-top: 25px;
}

.head_office ul li div {
  position: relative;
}

.head_office ul li div h4 {
  font-size: 18px;
  font-weight: 600;
  color:#000;
  transition: color 0.3s ease;
}

.head_office ul li div p {
  letter-spacing: -0.025em;
  margin-top: 20px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  color:#000;
  transition: color 0.3s ease;
}

.head_office ul li div span {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color:#000;
  transition: color 0.3s ease;
}

.head_office ul li div span i {
  display: inline-block;
  margin-right:10px;
  font-style: normal;
}

.head_office ul li div span b {
  font-weight: 400;
}

.head_office ul li div > i {
  position: absolute;
  display: inline-block;
  right:0;
  bottom:0;
  width: 24px;
  height: 39px;
  background: url(../images/sub/head_office_icon1.png) no-repeat;
  transition: background 0.3s ease;
}

.head_office ul li:first-child {
  background: #ec5707;
}
.head_office ul li:first-child div h4,
.head_office ul li:first-child div p,
.head_office ul li:first-child div span {
  color:#fff;
}
.head_office ul li:first-child div > i {
  background: url(../images/sub/head_office_icon3.png) no-repeat;
}

.head_office ul li:not(.first_li):hover {
  border:1px solid #ec5707;
}
.head_office ul li:not(.first_li):hover div h4,
.head_office ul li:not(.first_li):hover div p,
.head_office ul li:not(.first_li):hover div span {
  color:#ec5707;
}
.head_office ul li:not(.first_li):hover div > i {
  background: url(../images/sub/head_office_icon2.png) no-repeat;
}
.head_office .popup {
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.head_office .popup.show {
  z-index: 333;
  opacity: 1;
  visibility: visible;
}

.head_office .popup .popup_box {
  position: relative;
  background: #fff;
  padding: 80px;
}
.head_office .popup .popup_box .close_btn {
  position: absolute;
  right:-66px;
  top:0;
}
.head_office .popup h4 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
}
.head_office .popup .map_wrap {
  margin-top: 35px;
  height: 523px;
  width: 100%;
}
.head_office .popup .map_box {
  width: 623px;
  height: 520px;
  background: red;
}
.head_office .popup .addr,
.head_office .popup .tel {
  margin-top: 40px;
}
.head_office .popup .addr span,
.head_office .popup .addr p,
.head_office .popup .tel span,
.head_office .popup .tel p {
  display: inline-block;
  vertical-align: top;
}
.head_office .popup .addr span,
.head_office .popup .tel span {
  font-size: 25px;
  font-weight: 500;
  color: #ec5707;
  width: 150px;
}
.head_office .popup .addr p,
.head_office .popup .tel p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #666666;
}
/*-------------------------------------------------------------------
 @head_office end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @appraiser start
-------------------------------------------------------------------*/
.appraiser .area ul {
  margin-top: 50px;
}

.appraiser .area .active a {
  background: #ec5707;
  color: #fff;
  border:1px solid #ec5707;
}

.appraiser .area ul li {
  margin-top:13px;
  margin-left:13px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.appraiser .area ul li:hover a {
  background: #ec5707;
  color: #fff;
  border:1px solid #ec5707;
}

.appraiser .area ul li a {
  border-radius: 25px;
  border:1px solid #b9b9b9;
  display: block;
  font-size:16px;
  font-weight: 400;
  color:#000;
  padding: 12px 23px;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
}
.appraiser .pic_area ul {
  display: block;
  font-size:0;
}
.appraiser .pic_area ul li{
  display: inline-block;
  vertical-align: top;
  width: 16.7%;
  margin-right: 4%;
  margin-top:68px;
}
.appraiser .pic_area ul li:nth-child(5n) {
  margin-right:0;
}
.appraiser .pic_area .img_box {
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size:0;
}

.appraiser .pic_area .img_box img {
  position: relative;
  z-index: 2;
}

.appraiser .pic_area .img_box::before {
  content: '';
  position: absolute;
  left:0;
  top: 30px;
  width:100%;
  height:100%;
  background: #ededed;
  z-index:1;
}

.appraiser .pic_area .text_box {
  margin-top:18px;
  margin-left:10px;
  position: relative;
  z-index: 3;
}
.appraiser .pic_area .text_box > div > span {
  display: inline-block;
  vertical-align: bottom;
}
.appraiser .pic_area .text_box > div > span:nth-child(1){
  font-size:24px;
  font-weight: 700;
  color:#000;
}

.appraiser .pic_area .text_box > div > span:nth-child(2){
  margin-left:15px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

.appraiser .pic_area .text_box > p {
  margin-top: 8px;
}

.appraiser .pic_area .text_box > p a {
  font-size:16px;
  font-weight: 600;
  color: #004c84;
}

.appraiser .search{
    position: relative;
    margin: 20px 0 50px;
    padding: 0;

}
.appraiser .search div{
    position: absolute;
    height: 40px;
    width: 300px;
    right: 0px;
}
.appraiser .search div > input{
    height: 100%;
    width: 77%;
    padding-left: 10px;
    border-radius: 10px 0 0 10px;

    color: #333;
    border: 1px solid #b9b9b9;
}
.appraiser .search div > a{
    display: inline-block;
    border-color: #e1e1e1;
    padding: 13px 10px 15px;

    transform: translate(-4px, 0);
    margin-left: 0;
    border-radius: 0 10px 10px 0;
    color: #fff;
    background-color: #ec5707;
}
.appraiser .search div > a:hover{
    background-color: #ec5707;
    color: #fff;
}

/*-------------------------------------------------------------------
 @appraiser end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @achievements start
-------------------------------------------------------------------*/
.achievements .tab_header {
  width: 100%;
  margin: 0 auto;
  margin-top: 88px;
  max-width: 1140px;
}

.achievements .tab_body .scroll_text {
  display: none;
}

.achievements .tab_header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
}

.achievements .tab_header ul li {
  background: #fff;
  position: relative;
  cursor: pointer;
  font-size:18px;
  font-weight: 400;
  color: #666666;
  padding: 22px 0;
  text-align: center;
  width: 25%;
  border:1px solid #e5e5e5;
  border-right:0;
  border-left:1px solid #e5e5e5;
  transition: background 0.5s ease, color 0.5s ease;
  z-index: 3;
}

.achievements .tab_header ul li:last-child {
  border-right: 1px solid #e5e5e5;
}

.achievements .tab_header ul li.on {
  overflow: hidden;
  font-size:18px;
  font-weight: 400;
  color: #fff;
  background: #ec5707;
  -webkit-box-shadow: 0px 13px 26px 8px rgba(255,166,118,0.63);
  -moz-box-shadow: 0px 13px 26px 8px rgba(255,166,118,0.63);
  box-shadow: 0px 13px 26px 8px rgba(255,166,118,0.63);
  z-index: 2;
}

.achievements .tab_header ul li.on a {
  color: #fff;
}

.achievements .tab_body {
  margin-top: 126px;
}

.achievements .tab_body ul {

}

.achievements .tab_body ul li {
  display: none;
}

.achievements .tab_body ul li.on {
  display: block;
}
.achievements .tab_body .table_wrap {
  position: relative;
  width: 100%;
}

.achievements .tab_body table {
  width: 1280px;
  border-top:2px solid #474747;
  border-bottom:2px solid #474747;
}

.achievements .tab_body table thead {
  background: #fef3ed;
  text-align: center;
}
.achievements .tab_body table thead th {
  font-size:22px;
  font-weight: 600;
  color:#000;
  padding:56px 0;
}

.achievements .tab_body table thead th:nth-child(1){
  width: 21%;
}

.achievements .tab_body table thead th:nth-child(2){
  width: 19%;
}

.achievements .tab_body table thead th:nth-child(3){
  width: 20%;
}

.achievements .tab_body table thead th:nth-child(4){
  width: 19%;
}

.achievements .tab_body table thead th:nth-child(5){
  width: 21%;
}
.achievements .tab_body table tbody tr {
  border-top:2px solid #d9d9d9;
}
.achievements .tab_body table td {
  text-align: center;
  font-size:19px;
  padding:47px 0;
  line-height: 27px;
  font-weight: 400;
  color:#000;
  word-break: keep-all;
  vertical-align: middle;
}

.js_select_wrap {
    display: none;
    position: relative;
    width: 100%;
    height: 70px;
}

.js_select_wrap .js_select_v2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    z-index: -4;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
    left: 0;
    right: 0;
    background-color: #ec5707;
    background-position: 95% center;
    background-size: 17px;
    background-image: url(../images/sub/arr01.png);
    background-repeat: no-repeat;
}

.js_select {
    width: 100%;
    height: 57px;
    position: absolute;
    left: 0;
    right: 0;
    background: #ec5707;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    margin: 0 auto;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    opacity: 0;
}

.js_select option {
    text-align: center;
    background: #fff;
    color: #000;
}

/*-------------------------------------------------------------------
 @achievements end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @procedure start
-------------------------------------------------------------------*/
.procedure ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 180px;
}

.procedure ul li {
  position: relative;
  width: 32%;
  background: #f6f6f6;
  padding: 40px 0;
  height: 345px;
  box-sizing: border-box;
  margin-top: 44px;
}

.procedure ul li .top_content {
  overflow: hidden;
}

.procedure ul li .top_content .img_box {
  float: right;
  width: 50%;
}

.procedure ul li .top_content .img_box {
  text-align: left;
}

.procedure ul li .top_content .img_box img {
  margin-left: 15px;
}

.procedure ul li .top_content .step_box {
  float: left;
  width: 50%;
}

.procedure ul li .top_content .step_box p {
  font-family: "NanumSquare";
  position: relative;
  margin-top:13px;
  margin-left:3px;
  padding-left: 47px;
  font-size: 21px;
  font-weight: 700;
  color: #ec5707;
}

.procedure ul li .top_content .step_box p:before {
  content:'';
  position: absolute;
  left:0;
  top: 2px;
  width: 7px;
  height: 18px;
  background: #ec5707;
}

.procedure ul li .top_content .order {
  position: absolute;
  top: 130px;
  left:50px;
}

.procedure ul li .top_content .order a {
  position: relative;
  display: inline-block;
  font-size: 0;
  padding-bottom: 8px;
}

.procedure ul li .top_content .order a:after {
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 1px;
  background: #ec5707;
}

.procedure ul li .top_content .order p {
  display: inline-block;
  vertical-align: baseline;
  font-size: 18px;
  font-weight: 400;
  color: #4f4f4f;
}

.procedure ul li .top_content .order i {
  display: inline-block;
  vertical-align: baseline;
  width: 17px;
  height: 16px;
  background: url(../images/sub/procedure_icon1.png) no-repeat;
  margin-left: 25px;
  position: relative;
  top: 2px;
}

.procedure ul li .bottom_content {
  margin-top:20px;
  margin-left:50px;
}

.procedure ul li .bottom_content h4 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color:#000;
}

.procedure ul li .bottom_content p {
  margin-top: 15px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  padding-right: 30px;
  word-break: keep-all;
  letter-spacing: -0.025em;
}

/*-------------------------------------------------------------------
 @procedure end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @fees start
-------------------------------------------------------------------*/
.fees .fee_cal_wrap {
  margin-top:90px;
  padding-top: 90px;
  padding-bottom: 75px;
  border-top:3px solid #666;
  border-bottom: 3px solid #d0d0d0;
  text-align: center;
}

.fees .fee_cal_box {
  display: inline-block;
}

.fees .fee_cal_box ul {
  font-size:0;
}

.fees .fee_cal_box ul li {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}

.fees .fee_cal_box ul li:nth-child(2){
  margin:0 70px;
  margin-bottom: 18px;
}

.fees .fee_cal_box ul li p {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.fees .fee_cal_box ul li input {
  margin-top: 20px;
  width: 360px;
  height: 66px;
  border:1px solid #666;
  padding:20px;
  box-sizing: border-box;
  color:#000;
  text-align: right;
}

.fees .fee_cal_box > p {
  text-align: left;
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
}

.fees .fee_cal_box > button {
  margin-top: 25px;
  background: url(../images/sub/fees_btn1.png) no-repeat;
  width: 258px;
  height: 66px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  outline: none;
  border:0;
  cursor: pointer;
}

.fees .text_box {
  margin-top: 35px;
}

.fees .text_box p {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
}

.fees .text_box p::before {
  content:'';
  position: absolute;
  left:0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
}

.fees .img_box {
  margin-top: 95px;
  background: url(../images/sub/fees_bg1.png) no-repeat;
  height: 168px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-position: right;
}

.fees .img_box p {
  text-align: center;
  font-size: 29px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
}

.fees .img_box2 {
  margin-top: 150px;
  text-align: center;
}

.fees .img_box2 h4 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 55px;
  text-align: center;
}

.fees .img_box2 img {
  margin-bottom: 150px;
  width: 100%;
}

.fees .img_box2 img.web_img {
  display: inline-block;
}

.fees .img_box2 img.mobile_img {
  display: none;
}

/*-------------------------------------------------------------------
 @fees end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @request start
-------------------------------------------------------------------*/
.request .file_wrap {
  position: relative;
  margin-top: 95px;
  background: url(../images/sub/request_text1.png) no-repeat;
  text-align: center;
  background-position-y: 50px;
}

.request .file_wrap > div {
  width: 450px;
  display: inline-block;
  text-align: left;
}
.request .file_wrap .text_line {
  margin-left: 10px;
}
.request .file_wrap .text_line span {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
  color: #ec5707;
}

.request .file_wrap .text_line p {
  margin-top: 15px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
}
.request .file_down_box {
  margin-top: 95px;
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 50px 45px;
  background: #ec5707;
  box-sizing: border-box;
}
.request .file_down_box h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #f9f9f9;
}

.request .file_down_box i {
  position: absolute;
  top: 50px;
  right: 45px;
}

.request .file_down_box p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fefefe;
}
.request_documents {
  margin-top: 85px;
}
.request_documents .bg {
  background: #f9f9f9;
}

.request_documents .bgf{
  background: #fff;
  padding-bottom: 45px;
}
.request_documents .icon_wrap {
  margin-top: 45px;
  padding-bottom: 150px;
}
.request_documents ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.request_documents ul li {
  width: 39.5%;
  margin-top: 45px;
  background: #fff;
  border-radius: 15px;
  padding: 28px 50px;
  min-height: 286px;
  box-sizing: border-box;
}

.request_documents ul li:nth-child(odd){
  margin-right: 45px;
}

.request_documents ul li .text_box h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.request_documents ul li .text_box p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #666;
}

.request_documents ul li:last-child {
  background: transparent;
  height:0;
  padding:0;
  min-height: 0;
}

/*-------------------------------------------------------------------
 @request end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @business start
-------------------------------------------------------------------*/
.business_pal {
  position: relative;
  background: url(../images/sub/business_pal1.png) fixed no-repeat;
  background-size: cover;
  height: 615px;
  margin-top: 105px;
}
.business_pal.ios {
  position: relative;
  background: url(../images/sub/business_pal1.png) no-repeat;
  background-size: cover;
  height: 300px;
}
.business_pal .text_box {
  text-align: center;
  padding-top:180px;
}
.business_pal .text_box h4 {
  display: inline-block;
  position: relative;
  padding: 68px 35px;
  font-size: 23px;
  color:#fff;
}

.business_pal .text_box h4::before {
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 1px;
  background: #fff;
}

.business_pal .text_box h4::after {
  content:'';
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 1px;
  background: #fff;
}

.business_text_box {
  position: relative;
  z-index: 10;
  text-align:center;
  margin-top: -190px;
}

.business_text_box div {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 78px 190px;
  padding-bottom: 69px;
}

.business_text_box div h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color:#000;
}

.business_text_box div p {
  margin-top: 45px;
  font-size: 20px;
  line-height: 34px;
  color:#666;
  font-weight: 400;
}


.business_area2 .bg {
  background: #fcfcfc;
  padding-bottom: 185px;
}

.business_round_box {
  padding-top: 57px;
}

.business_round_box .row {
    font-size:0;
    margin-top: 65px;
    padding-top: 65px;
    border-top: 1px solid #666;
}
.business_round_box .row:first-child {
  padding-top:0;
  margin-top:0;
  border:0;
}


.business_round_box .cols {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.business_round_box .subject {
    display: inline-flex;
    vertical-align: top;
    padding: 54px 0;
    width: 175px;
    border-radius: 15px;
    text-align: center;
    height: 193px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.business_round_box .subject.line1 {
  height: 165px;
}
.business_round_box .subject.line4 {
    height: 265px;
}

.business_round_box .subject span {
  font-size: 25px;
  line-height: 38px;
  color:#fff;
  font-weight: 500;
}

.business_round_box .contents {
  display: inline-block;
  vertical-align: top;
  margin-left:25px;
  margin-top: 25px;
}

.business_round_box .contents.line1 {
  margin-top: 5px;
}

.business_round_box .contents.line2 {
  margin-top: 45px;
}

.business_round_box .contents p {
  padding-left: 20px;
  position: relative;
  font-size:20px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color:#666;
}

.business_round_box .contents p::before {
  content:'';
  position: absolute;
  left:0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border:2px solid #ec5707;
}

.business_round_box .row:nth-child(odd) .subject {
  background:#ec5707;

}

.business_round_box .row:nth-child(even) .subject {
  background:#ffa15b;
}

.business_area2 table {
  width: 1280px;
  border-top:2px solid #474747;
  border-bottom:2px solid #474747;
}

.business_area2 table thead {
  background: #fef3ed;
  text-align: center;
}
.business_area2 table thead th {
  font-size:22px;
  font-weight: 600;
  color:#000;
  padding:25px 0;
}

.business_area2 table thead th:nth-child(1){
  width: 21%;
}

.business_area2 table thead th:nth-child(2){
  width: 19%;
}

.business_area2 table thead th:nth-child(3){
  width: 20%;
}

.business_area2 table thead th:nth-child(4){
  width: 19%;
}

.business_area2 table thead th:nth-child(5){
  width: 21%;
}
.business_area2 table tbody tr {
  border-top:2px solid #d9d9d9;
}
.business_area2 table td {
  text-align: center;
  font-size:19px;
  padding:20px 0;
  line-height: 27px;
  font-weight: 400;
  color:#000;
  word-break: keep-all;
  vertical-align: middle;
}
.business_area2 .business__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 165px;
}

.business_area2 .business__box > div {
  width: 50%;
  box-sizing: border-box;
}

.business_area2 .business__box > div > img {
  max-width: 616px;
  width: 100%;
}

.business_area2 .business__box > div:last-child {
  padding-left: 38px;
}

.business_area2 .business__box > div h5 {
  /* margin-top: 60px; */
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  color: #000000;
}

.business_area2 .business__box > div p {
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #222222;
}

.business_area2 .business__box > div p span {
  margin-top: 12px;
  display: block;
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #666666;
  word-break: keep-all;
}

.business_area2 .business__box > div p:first-child {
  margin-top: 40px;
}

.business_area2 .business__box > div p::before {
  content:'';
  position: absolute;
  left:0;
  top: 5px;
  width:8px;
  height: 8px;
  border-radius: 50%;
  border:2px solid #EC5707;
}

.business_area2 table {
  margin-top: 90px;
}



/*-------------------------------------------------------------------
 @business end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @notice -> recruitment start
-------------------------------------------------------------------*/
.human_resources .circle_wrap {
    text-align: center;
    margin-top: 120px;
}

.human_resources .circle_wrap .circle_box {
    position: relative;
    display: inline-block;
}

.human_resources .circle_wrap .circle {
    display: inline-block;
    position: relative;
    width: 605px;
    height: 605px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f5f5f5;
}

.human_resources .circle_wrap .circle img,
.human_resources .circle_wrap .circle div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.human_resources .circle_wrap .circle div {
    background: #fff;
    width: 244px;
    height: 244px;
    border-radius: 50%;
}

.human_resources .circle_wrap .circle div h4 {
    line-height: 244px;
    font-size: 38px;
    font-weight: 700;
    color: #2b1001;
}

.human_resources .circle_wrap li {
    position: absolute;
}

.human_resources .circle_wrap li .text_box h4 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.human_resources .circle_wrap li .text_box p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #666;
}

.human_resources .circle_wrap li:nth-child(odd) .icon_box {
    float: right;
}

.human_resources .circle_wrap li:nth-child(odd) .text_box {
    float: left;
    text-align: right;
    margin-right: 27px;
}

.human_resources .circle_wrap li:nth-child(even) .icon_box {
    float: left;
}

.human_resources .circle_wrap li:nth-child(even) .text_box {
    float: right;
    text-align: left;
    margin-left: 27px;
}

.human_resources .circle_wrap li:nth-child(1) {
    top: 63px;
    left: -245px;
}

.human_resources .circle_wrap li:nth-child(2) {
    top: 63px;
    right: -292px;
}

.human_resources .circle_wrap li:nth-child(3) {
    bottom: 63px;
    left: -245px;
}

.human_resources .circle_wrap li:nth-child(4) {
    bottom: 63px;
    right: -265px;
}

.benefit .bg {
    margin-top: 150px;
    background: #f9f9f9;
    padding-bottom: 220px;
}

.benefit ul {
    font-size: 0;
    margin-top: 90px;
}

.benefit ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.benefit ul li:nth-child(n+3) {
    margin-top: 120px;
}

.benefit ul li:nth-child(odd) {
    padding-left: 30px;
}

.benefit ul li:nth-child(even) {
    padding-left: 120px;
}

.benefit ul li .icon_box {
    margin-right: 50px;
}

.benefit ul li .icon_box {
    display: inline-block;
    vertical-align: top;
}

.benefit ul li .text_box {
    display: inline-block;
    vertical-align: top;
}

.benefit ul li .text_box h4 {
  font-family: "NanumSquare";
    font-size: 34px;
    font-weight: 600;
    word-break: keep-all;
    color: #000;
}

.benefit ul li .text_box p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    word-break: keep-all;
    color: #666;
}

.resume .btn_line {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 130px;
}

.resume .btn_line a {
    display: flex;
    vertical-align: top;
    width: 310px;
    height: 67px;
    border-radius: 50px;
    background: #ec5707;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.resume .btn_line a p,
.resume .btn_line a span {
    display: inline-block;
    vertical-align: top;
}

.resume .btn_line a p {
    margin-right: 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.resume .btn_line a span {
    margin-top: 2px;
}

/*-------------------------------------------------------------------
 @notice -> recruitment end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @notice -> notification start
-------------------------------------------------------------------*/
.notification .board_wrap {
  margin-top: 65px;
}

.notification.news .board_wrap {
  margin-top: 100px;
}

.search_line {
  text-align: right;
  margin-top: 85px;
}

.search_div,
.search_btn {
  display: inline-block;
  vertical-align: bottom;
}

.search_div {
  text-align: left;
}
.search_div input {
  padding: 0 10px;
  height:40px;
  border:0;
  border-bottom: 2px solid #3a3a3a;
  outline: none;
}

.search_btn {
  margin-left: 30px;
}

.search_btn button {
  background: url(../images/sub/fees_btn1.png) no-repeat;
  width: 188px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  outline: none;
  border: 0;
  cursor: pointer;
}

.notification .board_wrap table {
  width:100%;
  border-top:2px solid #a8a8a8;
}

.notification .board_wrap table thead {
  border-bottom:2px solid #2d2d2d;
}

.notification .board_wrap table thead th:nth-child(1) {
  width: 8.5%;
}

.notification .board_wrap table thead th:nth-child(2) {
  width: 75%;
}

.notification .board_wrap table thead th:nth-child(3) {
  width: 18.5%;
}

.news .board_wrap table thead th:nth-child(1) {
  width: 8.5%;
}

.news .board_wrap table thead th:nth-child(2) {
  width: 68%;
}

.news .board_wrap table thead th:nth-child(3) {
  width: 8%;
}

.news .board_wrap table thead th:nth-child(4) {
  width: 18.5%;
}

.notification .board_wrap table tbody tr {
  border-bottom:2px solid #d9d9d9;
}

.notification .board_wrap table tbody tr td {
  text-align: center;
}

.notification .board_wrap table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left:20px;
  padding-right:20px;
}

.notification .board_wrap table tbody tr {
  transition: background 0.5s ease;
}

.notification .board_wrap table tbody tr:hover{
  background: #fef3ed;
}

.notification .board_wrap table th,
.notification .board_wrap table td {
  vertical-align: middle;
  padding: 20px 0;
}

.notification .board_wrap table th {
  font-weight: 400;
  font-size: 17px;
  color:#000;
}

.notification .board_wrap table td {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
}

.notification .board_wrap table td:nth-child(1) a{
  color:#9e9e9e;
}

.notification .board_wrap table td:nth-child(2) a{
  color:#666666;
}

.notification .board_wrap table td:nth-child(3) a{
  color:#9e9e9e;
}

.notification .board_wrap table td:nth-child(4) a{
  color:#9e9e9e;
}

.notification .board_wrap table tr a {
  width:100%;
  height:100%;
  display: block;
}




/*-------------------------------------------------------------------
 @notice -> notification end
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 @detail start
-------------------------------------------------------------------*/
.table_tag_info {
  width: 100%;
}
.table_tag_info::after {
  display: block;
  content: "";
  clear: both;
}
.table_tag_info div {
  float: left;
}
.table_date_tag {
  margin-left: 150px;
}
.table_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
.table_wrapper h4.title1 {
  position: relative;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.table_wrapper h4.title1>i {
  color: #f6511e;
  font-size: 30px;
  font-style: normal;
}
.max1024 {
  max-width: 1024px;
}
.table {
  margin-top: 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%;
  display: table;
}
.table_wrapper.title_board .table {
  margin-top: 0px;
}
.table .colgroup .title {
  line-height: 40px;
}
.table .row {
  display: table-row;
  transition: all .3s ease;
}
.table .row.hidden {
  display: none;
}
.table>.row:nth-of-type(odd),
.table.type2>.row:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.01);
}
.table.type2>.row>.col {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.table.type2>.row>.col:nth-of-type(2n-1) {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table.type2>.row:nth-of-type(odd)>.col:nth-of-type(2n-1) {
  background: rgba(0, 0, 0, 0.8);
}
.table.type2>.row>.col:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.table.type2 .row:last-child .col {
  border-bottom: 0px;
}
.table .row.table_tag_info:nth-of-type(odd) {
  background: none;
}
.table .row:last-child .col {
  border-bottom: 1px solid #d1c9be;
}
.table .colgroup.row {
  background: rgba(0, 0, 0, 0);
}
.table .colgroup.row .col {
  text-align: center;
  border-top: 1px solid #d1c9be;
  border-bottom: 2px solid #68645e;
  font-weight: 400;
  font-size: 13px;
}
.table .row .col {
  color: #333;
  vertical-align: middle;
  font-weight: 300;
  box-sizing: border-box;
  padding: 16px 15px;
  line-height: 18px;
  font-size: 14px;
  display: table-cell;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background .3s ease, color .3s ease;
}
.table .row .col.default_color {
  color: rgba(0, 0, 0, 0.5);
}
.table .row .col i.icon {
  opacity: 0.35;
  display: inline-block;
  transition: opacity .3s ease;
}
.table .row .col i.icon:hover {
  opacity: 1;
}
.table .row .col i.icon img {
  width: 20px;
}
.table .row .col a {
  color: rgba(0, 0, 0, 1);
}
.table a.row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.table a.row:hover .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table .row .col.middle {
  text-align: center;
}
.table .row.top_rank .col {
  background: #a69c90;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table .row.top_rank .col i.icon {
  opacity: 1;
}
.table .row.top_rank .col.default_color {
  color: rgba(255, 255, 255, 0.7);
}
.dealership .table_search {
  padding-top: 80px;
}
.table_search {}
.table_search {
  padding-top: 50px;
  margin: 0 auto;
  max-width: 480px;
  /*max-width: 1280px;*/
  position: relative;
  text-align: center;
  font-size: 0px;
}
.table_search .selectbox {
  display: block;
  margin-right: 0;
  min-width: auto;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
}
.table_search .selectbox select {
  width: 100%;
}
.table_search .searchbox {
  min-width: 250px;
  display: inline-block;
}
.table_search .btn_wrap button {
  line-height: 40px;
  width: 150px;
  background: url('../images/btn_bg1.png') bottom right no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
  margin-top: -7px;
}
.dealership .table.view {
  margin-top: 80px;
}
.table.view {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.table.view .row {
  background: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 0px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  vertical-align: top;
}
.table.view .row>i {
  vertical-align: top;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
  min-width: 50px;
  box-sizing: border-box;
  padding: 0px 13px;
  font-size: 12px;
  margin-right: 12px;
  display: inline-block;
  background: #333;
  letter-spacing: 0px;
  text-align: center;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}
.table.view .row>div>i {
  vertical-align: top;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
  width: 50px;
  font-size: 12px;
  margin-right: 12px;
  display: inline-block;
  background: #333;
  letter-spacing: 0px;
  text-align: center;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}
.table.view .row>i.default_color {}
.table.view .row>i.ml20 {
  margin-left: 100px;
}
.table.view .row span {
  color: #ec5707;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  vertical-align: top;
  padding-left: 15px;
  font-size: 26px;
  line-height: 34px;
  padding-top: 0px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.table.view .textarea {
  letter-spacing: -0.05em;
  padding: 30px 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  border-top: 2px solid #68645e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table.view .textarea p {
  word-break: keep-all;
}
.table.view .textarea img {
  max-width: 100% !important;
}
.table.view .textarea p.bold {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.table.type2 {
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  margin-bottom: 0px;
}
.table.type2 .row {
  display: table-row;
}
.table.view .page_go {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table.view .page_go::after {
  content: "";
  display: block;
  clear: both;
}
.table.view .page_go .prev,
.table.view .page_go .next {
  float: left;
  width: 50%;
}
.table.view .page_go .row span a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* ï¿½ì”ªï¿½ì”¤ï¿½ë‹” */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 24px;
  height: auto;
  min-height: 24px;
  max-height: 48px;
}
.table.view .page_go .row:hover i {
  background: url('../images/sub/btn_bg1.png') bottom right no-repeat;
}
.table.view .page_go .row:hover a {
  color: #ec5707;
}
.table.view .btn_wrap {
  padding: 30px 0px 50px;
  text-align: center;
}
.table_view {
  padding-top: 0px;
  border-top: 2px solid #d1c9be;
  margin-top: 80px;
  padding-bottom: 10px;
}
.btn_wrap button {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  width: 250px;
  display: inline-block;
  line-height: 60px;
  background: url(../images/sub/btn_bg1.png) no-repeat;
  background-size: 100% 100%;
  border: 0px;
  color: #fff;
  font-size: 18px;
}
.table_view section {
  font-size: 0px;
}
.table_view .title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  padding: 0px 15px;
  display: inline-block;
  background: #333;
  color: #fff;
  position: relative;
}
.table_view .title::after {
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0px;
  content: "";
  background: url('../images/arrow_ico3.png') no-repeat;
}
.table_view .memo.not_last {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.table_view .memo {
  margin-top: 5px;
  padding: 10px 0px 20px 0px;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table_view .memo span.searchbox input {}
.table_view .memo .table {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0px;
}
.table_view .memo .table .row:last-child .col {
  border-bottom: 0px;
  height: auto;
}
.table_view .memo .table .col {
  font-size: 15px;
}
.table_view .memo .table .col.glasscare_highlight {
  color: #F6511E;
  font-size: 17px;
  font-weight: 500;
}
.table_view .memo .table .col:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 20%;
}
.table_view .memo .table .col>i.des {
  background: #574e47;
  background: url('../images/btn_bg3.png') no-repeat;
  background-size: 100% 100%;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  padding: 0px 12px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 3px;
  font-style: normal;
}
.table_view .divide_item {
  width: 33.33%;
  display: inline-block;
}
.table_view .divide_item:nth-of-type(2) {
  width: 33.34%;
}
/*-------------------------------------------------------------------
 @detail end
-------------------------------------------------------------------*/



/*-------------------------------------------------------------------
 @privacy start
-------------------------------------------------------------------*/

.privacy .top_p {
  margin-top: 100px;
  font-size: 20px;
  line-height: 32px;
  color: #666;
  font-weight: 400;
  word-break: keep-all;
}
.text_wrap ul {
  margin-top: 70px;
}
.text_wrap li {
  margin-bottom: 95px;
}

.text_wrap li:last-child {
  margin-bottom:175px;
}
.text_wrap h4 {
  font-size: 22px;
  line-height: 32px;
  color:#000;
  font-weight: 700;
}

.text_wrap p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 32px;
  color: #666;
  font-weight: 400;
  word-break: keep-all;
}

.text_wrap p.mgt100 {
  margin-top: 100px;
}

/*-------------------------------------------------------------------
 @privacy end
-------------------------------------------------------------------*/


@media only screen and (max-width: 1480px) {
    /* recruitment*/
    .benefit ul li:nth-child(even) {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 1380px) {
  /* information */
  .information1 ul li:nth-child(1) .img_box,
  .information1 ul li:nth-child(2) .img_box,
  .information1 ul li:nth-child(1) .text_box,
  .information1 ul li:nth-child(2) .text_box  {
    float:inherit;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  .information1 ul li .text_box {
    float: right;
    padding-top: 50px;
  }
  .information1 ul li:nth-child(2) .img_box {
    margin-top: 100px;
  }
  .information1 ul {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  /* business */
  .business_text_box {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    margin-top: -190px;
  }
  .business_text_box div {
    padding: 78px 20px;
    padding-bottom: 69px;
  }
  .business_round_box .row {
    font-size: 0;
    margin-top: 65px;
    padding-top: 65px;
    border-top: 1px solid #666;
    width: 70%;
    margin: 0 auto;
    margin-top: 65px;
  }
  .business_round_box .cols {
    width:100%;
  }

  .business_round_box .contents {
    margin-left: 55px;
  }

  .business_round_box .row .cols:last-child {
    margin-top: 25px;
  }

  .business_round_box .row .cols_half:last-child {
    margin-top: 0px;
  }

  .business_round_box .row .cols_half:last-child .contents{
    margin-left: 230px;
  }
  /* management_information */
  .management_info1_contents {
    margin-top: 100px;
  }
  .management_info1_contents .text_box {
      text-align: center;
  }
  .management_info1_contents .img_box {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .management_info1_contents .img_box .circle {
    position: relative;
    display: inline-block;
  }
  .management_info1_contents .img_box {
    margin-top: 100px;
  }
  .management_info2 .vertical_div {
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .management_info2 .vertical_div h4 {
    text-align: center;
  }

  .management_info2 .vertical_div ul {
    margin-top: 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .management_info2 .vertical_div ul li {
    width: 42%;
  }

  .management_info2 .vertical_div ul li:nth-child(n+3) {
    margin-top: 40px;
  }

  .management_info2 .vertical_div ul li p {
    text-align: center;
  }

}

@media only screen and (max-width: 1280px) {

    /* procedure */
    .procedure ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 180px;
    }
    .procedure ul li {
      width: 45%;
    }

    .procedure ul li:nth-child(odd) {
      margin-right: 44px;
    }

    .procedure ul li .top_content .img_box {
      text-align: center;
    }

    .procedure ul li .top_content .img_box img {
      margin-left: 0px;
    }

    /* achievements */
    .achievements .tab_body .table_wrap {
      overflow: hidden;
      overflow-x: scroll;
    }
    .achievements .tab_body .table_wrap::before {
      content: "";
      background: #000;
      background-position: center center;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all;
      transition: all;
      opacity: 0.5;
      z-index: 111;
    }

    .achievements .tab_body .table_wrap.on::before {
      -webkit-transition-delay: 2.5s;
      transition-delay: 2.5s;
      opacity: 0;
    }

    .achievements .tab_body .table_wrap:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/common/common_graph_bg.png) no-repeat center/cover;
        z-index: 333;
        background-size: contain;
    }

    .achievements .tab_body .table_wrap.on:after {
        -webkit-transition-delay: 2.5s;
        transition-delay: 2.5s;
        opacity: 0;
    }

    .achievements .tab_body .scroll_text {
      display: block;
      margin-bottom: 10px;
      font-size: 19px;
      font-weight: 400;
      color:#000;
    }

    /* history */
    .history .inner {
      padding:0;
    }
    .history_wrap .title_box {
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      text-align: center;
      z-index: 33;
    }
    .history_wrap .title_box > div {
      position: static;
      border: 3px solid #ec5707;
      padding: 11px 20px;
      background: #fff;
      margin-top: 110px;
    }
    .history_wrap .year_wrap {
      position: relative;
      width: 50%;
      margin-top: 410px;
      float: right;
      z-index: 2;
      left: -77px;
    }

    /* head_office */
    .head_office ul {
      margin-top: 80px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: space-between;
      align-items: center;
      justify-content: space-evenly;
      margin-bottom: 150px;
    }
    .head_office ul li {
      width: 45%;
      padding: 30px;
    }
    .head_office ul li:nth-child(n+3){
      margin-top: 25px;
    }

    /* appraiser */
    .appraiser .pic_area ul li {
      width: 23%;
      margin-right: 2%;
      margin-top: 38px;
    }
    .appraiser .pic_area ul li:nth-child(5n){
      margin-right: 2%;
    }
    .appraiser .pic_area ul li:nth-child(4n){
      margin-right: 0;
    }

    /* recruitment */
    .human_resources .circle_wrap .circle_box {
        display: block;
    }

    .human_resources .circle_wrap ul {
        font-size: 0;
        margin-top: 70px;
    }

    .human_resources .circle_wrap li {
        position: static;
        width: 50%;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .human_resources .circle_wrap li:nth-child(odd) .icon_box {
        float: none;
        display: block;
        vertical-align: top;
    }

    .human_resources .circle_wrap li:nth-child(odd) .text_box {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-right: 0;
    }

    .human_resources .circle_wrap li:nth-child(even) .icon_box {
        float: none;
        display: block;
        vertical-align: top;
    }

    .human_resources .circle_wrap li:nth-child(even) .text_box {
        float: none;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin-left: 0px;
    }

    .human_resources .circle_wrap li .text_box h4 {
        margin-top: 35px;
    }

    .benefit ul li {
        text-align: center;
    }

    .benefit ul li:nth-child(odd) {
        padding-left: 0px;
    }

    .benefit ul li:nth-child(even) {
        padding-left: 0px;
    }

    .benefit ul li .icon_box {
        display: block;
        vertical-align: top;
        margin-right: 0;
    }

    .benefit ul li .text_box {
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

    /* management_information */

    .management_info2 .vertical_div ul li .line {
      position: relative;
      width: 70%;
      height: 1px;
      background: #fff;
      margin: 0 auto;
      margin-top: 28px;
      margin-bottom: 40px;
    }

    .appraiser .search{
      padding-bottom: 10px;
    }

    /* business */
    .business_area2 .business__box {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      padding-top: 100px;
      align-items: center;
    }

    .business_area2 .business__box > div {
      width: 100%;
      max-width: 616px;
    }

    .business_area2 .business__box > div:last-child{
      margin-top: 60px;
      padding: 0 30px;
    }

    .business_area2 .business__box > div p {
      position: relative;
      margin-top: 12px;
      padding-left: 20px;
      font-size: 20px;
      line-height: 32px;
      word-break: keep-all;
    }

    .business_area2 .business__box > div p::before {
      top: 8px;
    }

    .business_area2 .business__box > div p span {
      margin-top: 8px;
    }

    .business_area2 table {
      width: 100%;
      table-layout: fixed;
    }

    .business_area2 table thead th,
    .business_area2 table td {
      word-break: break-word;
      padding: 15px 10px;
    }

    .business_area2 table thead th {
      font-size: 18px;
    }

    .business_area2 table td {
      font-size: 16px;
    }

}

@media only screen and (max-width: 1024px) {
    .sub_top_visual {
        height: 324px;
    }

    .sub_top_visual.start .bg {
        background-position: 50% 50%;
    }

    .sub_top_visual h2 {
        position: absolute;
        left: 50%;
        bottom: calc(50% - 37px);
        font-size: 30px;
        line-height: 43px;
        text-align: center;
        transform: translate(-50%, 50%);
    }

    /* notification */
    .search_line {
      text-align: center;
      margin-top: 85px;
    }
    .news .board_wrap table thead th:nth-child(2) {
      width: 55%;
    }

    .news .board_wrap table thead th:nth-child(3) {
      width: 18%;
    }

    /* request */
    .request_documents ul li:nth-child(odd) {
        margin-right: 4%;
    }
    .request_documents ul li {
        width: 48%;
        margin-top: 45px;
        background: #fff;
        border-radius: 15px;
        padding: 28px 30px;
        min-height: 286px;
        box-sizing: border-box;
    }

    /* history */
    .history .bg::before {
      display: none;
    }
    .history .bg::after {
      left: 0%;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .history .inner {
      padding: 0 20px;
    }

    .history_wrap {
      overflow: hidden;
      text-align: center;
    }

    .history_wrap .year_wrap .line {
      left: 100px;
    }

    .history_wrap .year_wrap {
      width: auto;
      float: initial;
      left: 0;
      text-align: center;
      display: inline-block;
    }
    .history_wrap .year_wrap {
      left:0;
    }

    .history_wrap .year_wrap ul li p {
      text-align: left;
      width: 70%;
      word-break: keep-all;
    }

    /* procedure */
    .procedure ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 180px;
      justify-content: space-between;
    }
    .procedure ul li {
      width: 48%;
      height: auto;
    }
    .procedure ul li .top_content .img_box img {
      margin-left: 15px;
      width: 80px;
    }
    .procedure ul li:nth-child(odd) {
      margin-right: 4%;
    }

    .procedure ul li .bottom_content p br {
      display: none;
    }
    .procedure ul li .top_content .order {
      position: absolute;
      top: 105px;
      left: 50px;
    }
    .procedure ul li .top_content .img_box img {
      margin-left: 15px;
      width: 80px;
    }

    /* fees */
    .fees .fee_cal_box ul li {
      display: block;
      vertical-align: bottom;
      text-align: center;
    }
    .fees .fee_cal_box ul li:nth-child(2) {
      margin: 50px 0;
      margin-bottom: 50px;
    }
    .fees .fee_cal_box ul li:nth-child(2) img {
      transform: rotate(90deg);
    }

    .fees .fee_cal_box > p {
      text-align: center;
    }

    .fees .img_box p {
      padding: 0 100px;
      font-size: 20px;
      line-height: 32px;
      word-break: keep-all;
    }

    .fees .img_box p br {
      display: none;
    }

    /* head_office */
    .head_office .popup {
      width: 80%;
    }
    .head_office .popup .popup_box {
      padding: 40px;
    }
    .root_daum_roughmap {
      width: 100% !important;
    }
    .head_office ul li div h4 {
      font-size: 16px;
    }

    .head_office ul li div p {
      font-size: 17px;
      line-height: 29px;
    }

    .head_office ul li div span {
      font-size: 16px;
    }

    /* appraiser */
    .appraiser .pic_area ul li {
      width: 30%;
      margin-right: 3.33%;
      margin-top: 38px;
    }
    .appraiser .pic_area ul li:nth-child(4n) {
      margin-right: 3.33%;
    }
    .appraiser .pic_area ul li:nth-child(3n) {
      margin-right:0;
    }


    /* information */
    .information1 ul li .text_box p br {
      display: none;
    }

    /* gretings */
    .greetings_text_box {
      text-align: center;
    }

    /* recruitment */
    .benefit ul li .text_box h4 {
        font-size: 29px;
    }

    .benefit ul li .text_box p {
        margin-top: 25px;
        font-size: 17px;
        line-height: 29px;
    }

    /* business */
    .business_text_box div p {
      margin-top: 45px;
      font-size: 20px;
      line-height: 34px;
      color: #666;
      font-weight: 400;
      word-break: keep-all;
    }
    .business_text_box div p br {
      display:none;
    }
    .business_round_box .subject {
      width:100%;
    }
    .business_round_box .contents {
      margin-left: 50px;
    }
    .business_round_box .row .cols_half:last-child .contents {
      margin-left: 50px;
      margin-top: 0;
    }
    .business_round_box .row .subject {
        background: transparent !important;
    }
    .business_round_box .row .subject span {
        display:inline-block;
        padding:40px 50px;
        border-radius: 15px;
        width: 250px;
        box-sizing: border-box;
    }
    .business_round_box .row:nth-child(odd) .subject span {
        background: #ec5707;
    }

    .business_round_box .row:nth-child(even) .subject span {
        background: #ffa15b;
    }

    /* organization */
    .organization .circle_wrap {
      margin-bottom: 150px;
    }
    .organization .circle_wrap .web {
      display: none;
    }

    .organization .circle_wrap .tablet {
      display: inline-block;
    }
    .organization .circle_wrap .mobile {
      display: none;
    }
    .appraiser .search{
        padding-bottom: 20px;
      }
}

@media only screen and (max-width: 740px) {
  /* appraiser */
  .appraiser .pic_area ul li {
    width: 48%;
    margin-right: 4%;
    margin-top: 38px;
  }
  .appraiser .pic_area ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .appraiser .pic_area ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .appraiser .pic_area ul li:nth-child(even){
    margin-right:0;
  }
  /* management_information */
  .management_info1_contents {
    margin-top: 70px;
  }
  .management_info1_contents .text_box h4 {
    font-size: 27px;
    line-height: 41px;
    font-weight: 400;
    color: #000;
    word-break: keep-all;
  }
  .management_info1_contents .text_box h4 br {
    display: none;
  }
  .management_info1_contents .text_box p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    word-break: keep-all;
  }
  .management_info1_contents .text_box p br {
    display: none;
  }

  .management_info2 .bg {
    position: relative;
    background: url(../images/sub/management_information_bg1.png) no-repeat;
    height: auto;
    padding: 50px 0;
    background-size: cover;
  }

  .management_info2 .vertical_div {
    padding-top: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .management_info2 .vertical_div ul li {
    width: 100%;
  }
  .management_info2 .vertical_div ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  .management_info2 .vertical_div ul li {
    width: 100%;
    border: 1px solid #fff;
    padding: 30px 0 20px 0;
  }
  .management_info2 .vertical_div ul li .line {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .management_info1_contents {
    margin-bottom: 50px;
  }

  .management_info1_contents .img_box {
    margin-top: 50px;
  }

  .management_info1_contents .img_box .circle {
    width: 100%;
    height: 100%;
    border:0;
    border-radius: 0;
  }
  .management_info1_contents .img_box .circle > img {
    display: inline-block;
    max-width: 100%;
  }
  .management_info1_contents .img_box .circle > div {
    display: none !important;
  }
  .management_info1_contents .img_box .circle::after,
  .management_info1_contents .img_box .circle::before {
    display: none;
  }
  .appraiser .search{
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
    .path_wrap .home{
        display: none;
    }
    .path_wrap .inner{
        padding: 0;
    }
    .sub_com_title {
        padding-top: 50px;
        text-align: center;
    }

    .sub_com_title h3 {
        font-size: 30px;
        line-height: 42px;
        word-break: keep-all;
    }

    .sub_com_title p {
        margin-top: 50px;
        font-size: 18px;
        line-height: 30px;
    }
	

    .sub_top_visual {
        height: 270px;
    }

    .sub_top_visual h2 {
        position: absolute;
        left: 50%;
        bottom: calc(50% - 37px);
        font-size: 22px;
        line-height: 34px;
        text-align: center;
        transform: translate(-50%, 50%);
    }

    .path_wrap,
    .path_wrap ul,
    .path_wrap ul li:nth-child(2),
    .path_wrap ul li:nth-child(3),
    .path_wrap ul li a {
        height: 50px;
        line-height: 52px;
    }

    .path_wrap ul li a {
        font-size: 17px;
        border-left: 0;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .path_wrap ul li i {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .path_wrap ul li:last-child {
        width: 100%;
    }

    .path_wrap ul li a:first-child {
        border: 0;
        border-bottom: 0;
        border-left: 1px solid #e1e1e1;
        width: 100%;
    }

    .path_wrap ul li:last-child a:first-child {
        width: 100%;
    }

    .path_wrap ul li:last-child a {
        width: calc(100% - 1px);
    }

    /* paging */
    .paging i {
      font-size: 14px;
      padding: 0px 4px;
      margin-right: 5px;
    }

    /* achievements */
    .achievements .tab_header ul {
      display: none;
    }
    .js_select_wrap {
      display: block;
    }

    /* notification */
    .notification .board_wrap table {
      border:0;
    }
    .notification .board_wrap table thead {
      display: none;
    }
    .notification .board_wrap table tbody tr {
      display: block;
      border:0;
      padding: 20px 10px;
      height:auto;
    }
    .notification .board_wrap table tbody tr:nth-of-type(odd) {
        background: rgba(0, 0, 0, 0.05);
    }
    .notification .board_wrap table tbody tr:nth-of-type(even) {
        background: #fff;
    }
    .notification .board_wrap table tbody tr td {
      display: block;
      padding:0;
    }

    .notification .board_wrap table td {
      font-weight: 400;
      font-size: 13px;
      line-height: 25px;
      word-break: keep-all;
      padding:0;
    }
    .notification .board_wrap table tbody tr td:nth-child(1) {
      text-align: left;
      font-size:13px;
      color: rgba(0, 0, 0, 0.5);
    }
    .notification .board_wrap table tbody tr td:nth-child(2) {
      text-align: left;
      padding:0 10px;
    }
    .notification .board_wrap table tbody tr td:nth-child(3) {
      text-align: right;
      font-size:13px;
      color: rgba(0, 0, 0, 0.5);
    }
    .notification .board_wrap table tbody tr td:nth-child(4) {
      text-align: right;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.5);
    }

    .search_div, .search_btn {
      display: block;
      vertical-align: top;
      text-align: center;
      margin-left:0;
    }

    .search_btn button {
      width: 210px;
    }

    .search_btn {
      margin-top: 30px;
    }

    /* detail */
    .table_tag_info div {
      float: none;
    }
    .table_date_tag {
      margin-left: 0px;
      margin-top: 10px;
    }

    /* fees */
    .fees .fee_cal_box {
      display: inline-block;
      width: 100%;
    }
    .fees .img_box p {
      padding: 0 20px;
      font-size: 16px;
      line-height: 28px;
      word-break: keep-all;
    }

    .fees .fee_cal_box > p {
      text-align: center;
      width: 90%;
      margin: 0 auto;
      margin-top: 25px;
    }

    .fees .fee_cal_box ul li input {
      margin-top: 20px;
      width: 90%;
      height: 66px;
      border: 1px solid #666;
      padding: 0 20px;
      box-sizing: border-box;
      padding-left: 0;
      color: #000;
      padding: 0 20px;
      text-align: right;
    }
    .fees .fee_cal_box > button {
      width: 90%;
      height: 66px;
      background-size: cover;
    }

    .fees .img_box2 img {
      margin-bottom: 50px;
    }

    .fees .img_box2 img.web_img {
      display: none;
    }

    .fees .img_box2 img.mobile_img {
      display: inline-block;
      max-width: 640px;
    }

    /* request */
    .request .file_wrap {
      position: relative;
      margin-top: 95px;
      background: url(../images/sub/request_text1.png) no-repeat;
      text-align: center;
      background-position-y: 50px;
      background-size: contain;
    }

    .request .file_down_box {
      width: 100%;
      max-width: 450px;
      padding: 20px;
      margin-top: 50px;
    }

    .request .file_wrap .text_line p {
      margin-top: 15px;
      font-size: 24px;
      line-height: 34px;
    }

    .request .file_down_box i {
      position: absolute;
      top:inherit;
      right: 20px;
      bottom: 20px;
    }

    .request .file_down_box h4 {
      font-size: 19px;
    }

    .request .file_down_box p {
      font-size: 18px;
    }

    .request .file_wrap > div {
      width: auto;
      display: inline-block;
      text-align: left;
      max-width: 100%;
    }

    .request_documents ul li:nth-child(odd) {
      margin-right: 0;
    }

    .request_documents ul li {
      width: 100%;
      text-align: center;
      min-height: auto;
    }

    .request_documents {
      margin-top:0;
    }

    .request_documents .icon_wrap {
      margin-top: 0;
      padding-bottom: 50px;
    }

    /* organization */
    .organization .circle_wrap {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .organization .circle_wrap .web {
      display: none;
    }

    .organization .circle_wrap .tablet {
      display: none;
    }
    .organization .circle_wrap .mobile {
      display: inline-block;
    }

    /* head_office */
    .head_office .popup {
      width: 90%;
    }
    .head_office .popup .popup_box {
      padding: 20px;
    }
    .head_office .popup .addr span, .head_office .popup .tel span {
      display: block;
    }
    .head_office .popup .addr p, .head_office .popup .tel p {
      margin-top: 10px;
    }
    .root_daum_roughmap {
      width: 100% !important;
      height: 100% !important;
    }
    .head_office .popup .map_wrap {
      margin-top: 35px;
      height: 300px;
      width: 100%;
    }
    .head_office .popup .popup_box .close_btn {
      position: absolute;
      right: 0;
      top: 0;
    }

    .head_office ul li {
      text-align: center;
      width: 100%;
    }

    .head_office ul li:nth-child(n+2){
      margin-top: 25px;
    }

    /* appraiser */
    .appraiser .js_select_wrap {
      margin-top: 50px;
      margin-bottom:30px;
    }
    .appraiser .pic_area ul li {
      width: 100%;
      margin-right: 0 !important;
      margin-top: 38px;
    }
    .appraiser .area > ul {
      display: none;
    }

    /* history */
    .history_wrap .title_box > div {
      margin-top: 0;
      padding-top: 50px;
      background: #fef3ed;
      border: 0;
      padding-bottom: 50px;
      width: 100%;
      box-sizing: border-box;
    }
    .history_wrap .title_box > div > div {
      padding:15px 0;
      border-top:3px solid #ec5707;
      border-bottom:3px solid #ec5707;
    }
    .history_wrap .title_box p {
      margin-top: 15px;
      font-size: 37px;
      height: 37px;
    }
    .history_wrap .title_box p span.year2020 {
      margin-top:0;
    }

    .history_wrap .title_box p span.year2000 {
      margin-top: -37px;
    }

    .history_wrap .title_box p span.year1990 {
      margin-top: -74px;
    }

    .history_wrap .year_wrap {
      margin-top: 220px;
    }

    .history_wrap .year_wrap ul {
      text-align: left;
    }

    .history_wrap .year_wrap ul li {
      font-size: 0;
      height: auto;
      padding-bottom: 20px;
    }

    .history_wrap .year_wrap .line {
      left: 76px;
      top: 19px;
      max-height: calc(100% - 100px);
    }

    .history_wrap .year_wrap ul li span {
      font-size: 20px;
      line-height: 27px;
    }

    .history_wrap .year_wrap ul li i {
      margin-top: 7px;
    }

    .history_wrap .year_wrap ul li p {
      width: 60%;
      font-size: 15px;
      line-height: 27px;
      font-weight: 600;
      color: #000;
      text-align: left;
      word-break: keep-all;
    }

    .history_wrap .year_wrap ul li p br {
      display: none;
    }


    /* information */
    .information1 ul {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .information1 ul li .text_box h4 {
      word-break: keep-all;
    }
    .information1 ul li .text_box h4 br {
      display: none;
    }
    .information1 ul li .img_box img {
      width: 100%;
      max-width: 516px;
    }
    .information2 .bg {
      padding: 50px 0;
    }
    .information2 ul {
      margin-top: 50px;
    }
    .information2 ul li {
      width: 50%;
      height: auto;
      padding: 25px 0;
    }
    .information2 ul li .num_box {
      margin-top: 15px;
    }
    .information2 ul li .num_box span:nth-child(1) {
      font-size: 35px;
    }
    .information2 ul li .num_box span:nth-child(2) {
      margin-left:0;
    }
    .information2 ul li p {
      margin-top: 15px;
    }

    /* gretings */
    .greetings_pal {
      height: 300px;
      background-position: 50% 50%;
      margin-top: 50px;
    }

    .greetings_pal .text_box {
      width: 100%;
      text-align: center;
      padding-top: 0;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
    }

    .greetings_pal .text_box h4::before,
    .greetings_pal .text_box h4::after {
      display:none;
    }

    .greetings_pal .text_box h4 {
      word-break: keep-all;
      line-height: 35px;
      padding:0;
    }
    .greetings_text_box {
      margin-top:0;
      width:100%;
    }
    .greetings_text_box div p br {
      display: none;
    }


    /* procedure     */
    .procedure ul {
      margin-bottom: 50px;
    }
    .procedure ul li {
      width: 100%;
      height: auto;
    }

    .procedure ul li:nth-child(odd) {
      margin-right: 0;
    }

    .procedure ul li .bottom_content {
      padding-top: 20px;
      padding-left: 50px;
      padding-right: 50px;
      width: 100%;
      box-sizing: border-box;
      margin: 0;
  }

    .procedure ul li .bottom_content p {
      padding-right: 0;
      width: 100%;
      display: block;
    }
    .procedure ul li .bottom_content h4 {
      word-break: keep-all;
      -webkit-hyphens: none;
    }
    .procedure ul li .bottom_content h4 br {
      display: none;
    }

    /* business */
    .business_pal {
      height: 300px;
      background-position: 50% 50%;
      margin-top: 50px;
    }
    .business_text_box div {
      padding-bottom:50px;
    }
    .business_pal .text_box {
      width: 100%;
      text-align: center;
      padding-top: 0;
      left: 50%;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
    }
    .business_pal .text_box h4 {
      word-break: keep-all;
      line-height: 35px;
      padding:0;
    }

    .business_round_box {
      padding-top: 33px;
    }

    .business_text_box {
      margin-top:0;
      width:100%;
    }

    .business_pal .text_box h4::before,
    .business_pal .text_box h4::after {
      display:none;
    }

    .business_round_box .row {
      width: 100%;
      padding-top: 30px;
      margin-top: 30px;
    }

    .business_round_box .contents {
      margin-left: 0;
    }
    .business_round_box .row .cols_half:last-child .contents {
      margin-left: 0px;
      margin-top: 0;
    }
    .business_round_box .contents p {
      padding-left: 20px;
      font-size: 19px;
      line-height: 35px;
      word-break: keep-all;
    }

    .business_round_box .contents p br {
      display: none;
    }

    .business_area2 .bg {
      padding-bottom:50px;
    }

    .business_area2 .business__box {
      padding-top: 50px;
    }

    .business_area2 .business__box > div h5 {
      margin-top: 30px;
      font-size: 20px;
      line-height: 1.5;
    }

    .business_area2 .business__box > div:last-child{
      margin-top: 0;
      padding: 0 10px;
    }

    .business_area2 .business__box > div p:first-child {
      margin-top: 20px;
    }

    .business_area2 .business__box > div p {
      position: relative;
      margin-top: 8px;
      padding-left: 20px;
      font-size: 15px;
      line-height: 1.5;
      word-break: keep-all;
    }

    .business_area2 .business__box > div p span {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.5;
    }

    .business_area2 .business__box > div p::before {
      left: 2px;
      top: 6px;
      width: 5px;
      height: 5px;
    }

    .business_area2 table {
      margin-top: 50px;
    }


    /* recruitment */
    .human_resources .circle_wrap {
        text-align: center;
        margin-top: 50px;
    }

    .human_resources .circle_wrap ul {
        font-size: 0;
        margin-top: 0px;
    }

    .human_resources .circle_wrap li {
        width: 100%;
    }

    .human_resources .circle_wrap .circle {
        display: inline-block;
        position: relative;
        width: 280px;
        height: 280px;
        margin: 0 auto;
        border-radius: 50%;
        background: #f5f5f5;
    }

    .human_resources .circle_wrap .circle div {
        background: #fff;
        width: 170px;
        height: 170px;
        border-radius: 50%;
    }

    .human_resources .circle_wrap .circle img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .human_resources .circle_wrap .circle div h4 {
        line-height: 170px;
        font-size: 28px;
        font-weight: 700;
        color: #2b1001;
    }

    .benefit .bg {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .benefit ul {
        margin-top: 0px;
    }

    .benefit ul li {
        width: 100%;
        margin-top: 50px;
    }

    .benefit ul li:nth-child(n+3) {
        margin-top: 50px;
    }

    .benefit ul li .text_box h4 {
        font-size: 23px;
    }

    .benefit ul li .text_box p {
        margin-top: 10px;
        font-size: 17px;
        line-height: 29px;
    }

    .benefit ul li .text_box p br {
        display: none;
    }

    .resume .btn_line {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .resume .btn_line a {
        width: 100%;
        max-width: 450px;
    }

    .resume .btn_line a p {
        margin-right: 15px;
        font-size: 20px;
    }
    .appraiser .search{
        padding-bottom: 20px;
    }
}
