
@charset "UTF-8";


:root{
	--main-color: #453a3a;
    --sub-color: #ad958e;
    --fs128: 12.8rem;
    --fs100: 10rem;
    --fs95: 9.5rem;
    --fs96: 9.6rem;
    --fs85: 8.5rem;
    --fs80: 8.0rem;
    --fs75: 7.5rem;
    --fs70: 7.0rem;
    --fs65: 6.5rem;
    --fs62: 6.2rem;
    --fs60: 6.0rem;
    --fs58: 5.8rem;
    --fs55: 5.5rem;
    --fs54: 5.4rem;
    --fs52: 5.2rem;
    --fs50: 5.0rem;
    --fs48: 4.8rem;
    --fs46: 4.6rem;
    --fs45: 4.5rem;
    --fs42: 4.2rem;
    --fs40: 4.0rem;
    --fs38: 3.8rem;
    --fs37: 3.7rem;
    --fs36: 3.6rem;
    --fs35: 3.5rem;
    --fs34: 3.4rem;
    --fs32: 3.2rem;
    --fs30: 3.0rem;
    --fs29: 2.9rem;
    --fs28: 2.8rem;
    --fs27: 2.7rem;
    --fs26: 2.6rem;
    --fs25: 2.5rem;
    --fs24: 2.4rem;
    --fs23: 2.3rem;
    --fs22: 2.2rem;
    --fs21: 2.1rem;
    --fs20: 2.0rem;
    --fs19: 1.9rem;
    --fs18: 1.8rem;
    --fs17: 1.7rem;
    --fs16: 1.6rem;
    --fs15: 1.5rem;
    --fs14: 1.4rem;
}

/* 공통사항 */
.m_common {padding: 180px 0;}
.more_btn{display: flex;  align-items: center; justify-content: space-between; width: 160px; height: 60px; line-height:60px; text-align:center;  position:relative;  cursor:pointer; padding: 0  12px; box-sizing: border-box; gap: 0 25px;}
.more_btn p {font-size: var(--fs18);}
.more_btn i {font-size: var(--fs18);}



.btn2{border: solid 1px; border-color: transparent; }
.btn2:hover{border-color:var(--sub-color);  animation: play3 .5s linear; }
.btn2:hover p {color: var(--sub-color);}

.btn2:after, .btn2:before{content:''; left: 50%; right: 50%; position:absolute;  margin:auto;}
.btn2:hover:after, .btn2:hover:before{border: solid; border-color: var(--sub-color); animation: play2 .5s linear;  }

.btn2:hover:after{top:-1px; border-width: 1px 1px 0 1px ;}
.btn2:hover:before{bottom:-1px; border-width:0 1px 1px  1px ;}


.btn3{border: solid 1px; border-color: transparent; }
.btn3:hover{border-color: #fff;  animation: play3 .5s linear; }

.btn3:after, .btn3:before{content:''; left: 50%; right: 50%; position:absolute;  margin:auto;}
.btn3:hover:after, .btn3:hover:before{border: solid; border-color: #fff; animation: play2 .5s linear;  }

.btn3:hover:after{top:-1px; border-width: 1px 1px 0 1px ;}
.btn3:hover:before{bottom:-1px; border-width:0 1px 1px  1px ;}




@keyframes play2{
    0%{  height:0%;}
    70%{ height:0%; left: -1px; right: -1px;}
    100%{height:50%; left: -1px; right: -1px;}
}
@keyframes play3 {
    0%{ border-color: transparent;}
  100%{ border-color: transparent;}
}

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    .m_common {padding: 90px 0;}
    .more_btn{height: 45px; line-height:45px; width: 130px;}
    .btn2{border: solid 1px; border-color: var(--sub-color); }
    .btn3{border: solid 1px; border-color: #fff; }
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
}





/* ################### 메인페이지 ################### */
#section1 .box_wrap .box {width: 47%;}
#section1 .box_wrap .box .txt_box {padding: 90px 0;}
#section1 .box_wrap .box .txt_box span {font-size: var(--fs28); font-weight: 600; color: var(--sub-color); display: inline-block; padding-bottom: 15px; }
#section1 .box_wrap .box .txt_box h6 {font-size: var(--fs50); font-weight: 700; line-height: 1.2;}
#section1 .box_wrap .box .txt_box .more_btn {box-shadow: 0 0 1px #000;}
#section1 .box_wrap .box .txt_box .more_btn p {color: #686868;}
#section1 .box_wrap .box .txt_box .more_btn i {color: #686868;}

#section1 .box_wrap .box .txt_box .more_btn:hover p {color: var(--sub-color);}
#section1 .box_wrap .box .txt_box .more_btn:hover i {color: var(--sub-color);}

#section1 .box_wrap .box .img_box {}
#section1 .box_wrap .box .img_box img {max-width: 460px; width: 100%; height: auto;}
#section1 .box_wrap .box2 {}
#section1 .box_wrap .box2 .txt_box .more_btn {margin-top: 60px; }
#section1 .box_wrap .box1 .txt_box {background:  url(../img/section1_box1_bg.png)no-repeat; background-size: 360px;  background-position: left 120% top 45%;}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1024px){
    #section1 .box_wrap .box .txt_box {padding: 60px 0 0 0;}
    #section1 .box_wrap .box .txt_box .more_btn {border: 1px solid var(--sub-color); box-shadow: none; margin-top: 40px;}
    #section1 .box_wrap .box .txt_box .more_btn p {color: var(--sub-color);}
#section1 .box_wrap .box .txt_box .more_btn i {color: var(--sub-color);}

}
@media all and (max-width: 850px){
    #section1 .box_wrap .box {width: 100%;}
    #section1 .box_wrap .box1 {display: flex; flex-direction: column;}
    #section1 .box_wrap .box1  .img_box {order: 1;}
    #section1 .box_wrap .box1  .txt_box {order: 2;}
    #section1 .box_wrap .box2 {margin-top: 60px; }
    #section1 .box_wrap .box1 .txt_box {background-size: 250px;  background-position: left 120% top 100%;}
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
    #section1 .box_wrap .box .txt_box h6 {font-size: var(--fs40);}
    #section1 .box_wrap .box .txt_box span {font-size: var(--fs26); padding-bottom: 10px;}
    #section1 .box_wrap .box1 .txt_box {background-size: 150px;}
 }

 #section2 { background-attachment: initial;}
.section2_bg {background:  url(../img/section2_bg.png)no-repeat; background-size: cover; background-attachment: fixed; background-position: center;}
#section2 .txt_box h6 {color: #fff; font-size: var(--fs50); font-weight: 700; line-height: 1.2; text-align: center;}
#section2 .txt_box h6 br {display: none;}
#section2 .txt_box span { text-align: center; font-size: var(--fs18); color: #fff; padding: 15px 0 60px 0 ; display: block;}
#section2 .txt_box .more_btn {margin-left: auto; margin-right: auto;}
#section2 .txt_box .more_btn p {color: #fff; }
#section2 .txt_box .more_btn i {color: #fff; }
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    #section2 .m_common {padding: 120px 0;}
    #section2 .txt_box span {padding: 15px 0 30px 0;}
}
@media all and (max-width: 768px){
    #section2 .txt_box h6 br {display: block;}
}
@media all and (max-width: 650px){
    .section2_bg {background:  url(../img/mob_section2_bg.png)no-repeat; background-position: left 50% center; background-size: cover; background-attachment: fixed;}
    #section2 .txt_box h6 {color: #fff; font-size: var(--fs40);}
    #section2 .txt_box span {font-size: var(--fs22);}
}

#section3 {background:  url(../img/section3_bg.png)no-repeat; background-size: cover; background-position: center;}
#section3 .title { text-align: center;}
#section3 .title h6 {margin-bottom: 20px;}
#section3 .title h6 img{max-width: 528px; width: 80%; height: auto;}
#section3 .map_box {margin: 0 0 50px 0;}
#daumRoughmapContainer1732253939273 {width: 100% !important; height: 540px !important;}
.root_daum_roughmap .wrap_controllers {display: none;}
#section3 .txt_box h6 {line-height: 1; color: #fff; font-size: var(--fs28); font-style: italic; margin-bottom: 25px; text-align: center;}
#section3 .txt_box p {color: #ffffff; font-size: var(--fs18); text-align: center; }
#section3 .txt_box p:last-child {margin-top: 15px;}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){

}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
    #daumRoughmapContainer1732253939273  {height: 350px !important;}
    #section3 .txt_box p:last-child {margin-top: 10px;}
}

/* ################### 서브페이지 ################### */
/* 공통 */

.sub_common {margin-bottom: 180px;}

.sub_title h4 {font-size: var(--fs42); font-weight: 700; line-height: 1.2;}
.sub_title p {font-size: var(--fs18); line-height: 1.5; text-align: center; margin-top: 25px; }
.sub_title h4 br {display: none;}
.subcommon {padding-bottom: 150px;}

.sub_title_top {display: flex; justify-content: center; align-items: center; gap: 0 25px; margin-bottom: 40px;}
.sub_title_top p {font-size: 16px; font-weight: 500; color: #616161;}
.sub_title_top .line {position: relative; overflow: hidden; width: 100px; height: 1px; }
.sub_title_top .line span {position: absolute; left: 0; top: 0; height: 2px; width: 100%; background: #616161;}

.sub_title {text-align: center;}
.sub_title h2 {font-size: var(--fs40); font-weight: 800; line-height: 1.2;}
.sub_title h2 br {display: none;}
.sub_title p {font-size: var(--fs18); color: #616161; margin-top: 60px; line-height: 1.5;}
.sub_title p:last-child { margin-top: 20px; }

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    .sub_title_top {margin-bottom: 20px;}
    .sub_common {margin-bottom: 90px;}
    .subcommon {padding-bottom: 90px;}
    .sub_title p {margin-top: 30px;}

    .sub_title_top .line {width: 60px;}
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
    .sub_title h2 {font-size: var(--fs36);}
    .sub_title_top {gap: 0 15px;}
    .sub_title_top p {font-size: 12px; }
    .sub_title p br {display: none;}
    .sub_title h2 br {display: block;}
}


/* ABOUT US */
#intro .img_box { margin-top: 60px;}
#intro .img_box img {width: 100%; height: auto;}
/* #intro .img_box::before {content: ''; position: absolute; left: 0; top: 0; background: url(../img/intro_img1.png)no-repeat; width: 100%; height: 100%; background-position: center;} */

#intro .sub_title p:first-child {margin-bottom: 30px;}

#certification .cer_board {margin-top: 60px;}

#manage .box_wrap {margin-top: 60px;}
#manage .box_wrap .box {width: 32%; border: 1px solid #dddddd; padding: 40px 40px 0 40px; height: 300px; cursor: pointer; transition: all 0.3s;}
#manage .box_wrap .box h6 {font-size: var(--fs32); font-weight: 800;}
#manage .box_wrap .box p {font-size: var(--fs22); color: #686868; line-height: 1.5; margin-top: 20px;}
#manage .box_wrap .box:hover {border: 0; background:  url(../img/manage_box1_bg.png)no-repeat; background-size: cover;  background-position: center;}
#manage .box_wrap .box:hover h6 {color: #fff;}
#manage .box_wrap .box:hover p {color: #fff;}

#history>div {max-width: 900px; width: 100%; margin: 0 auto;}
#history .history_wrap {margin-top: 60px;}
#history .box_wrap {align-items: start; }
#history .box_wrap .history_left {width: 25%;}
#history .box_wrap .history_right {width: 70%;}
#history .box_wrap .history_right li {display: flex; align-items: start; gap: 0 40px;  }

#history .box_wrap .history_left h6 {font-size: var(--fs60); font-weight: 700; color: #ae8877; line-height: 1; padding-top: 15px;}
#history .box_wrap .history_left h6 b {color: var(--main-color);}
#history .box_wrap .history_right li {padding: 35px 0; border-bottom: 1px solid #eeeeee;}
#history .box_wrap .history_right li span {font-size: var(--fs20); font-weight: 600; color: var(--main-color);}
#history .box_wrap .history_right li .txt {display: flex;  gap: 30px 0; flex-wrap: wrap; }
#history .box_wrap .history_right li p {font-size: var(--fs18);  color: #949494; width: 100%;}


#partner .img_box {margin-top: 60px;}
#partner .img_box img {width: 100%; height: auto;}
/* #partner .img_box::before {content: ''; position: absolute; left: 0; top: 0; background: url(../img/partner_img1.png)no-repeat; width: 100%; height: 100%; background-position: center;} */
#partner .logo_box {margin-top: 60px;}
/* PRODUCTS */
/* 03.php, 04.php 페이지 공통사항 */
.sub_tab {margin-top: 60px; display: flex; justify-content: center; }
.sub_tab a {width: 50%; display: inline-block; text-align: center; font-size: var(--fs20); font-weight: 800; color: #ccc; transition: all 0.3s; padding-bottom: 25px; border-bottom: 2px solid #ccc; }

.sub_tab a:hover, .sub_tab a.on {color: #262626;  border-bottom: 2px solid #262626;}

@media all and (max-width: 1300px){
    #manage .box_wrap .box p br {display: none;}
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    #manage .box_wrap {gap:  20px 0; }
    #manage .box_wrap .box {width: 100%; padding: 30px 20px; height: 250px;}
#manage .box_wrap .box p br {display: block;}

#history .box_wrap {margin-bottom: 60px;}
#history .box_wrap:last-child {margin-bottom: 0;}
#history .box_wrap .history_right li {gap: 0 20px;  }
#history .box_wrap .history_left h6 {font-size: var(--fs48); padding-top: 0;}
#history .box_wrap .history_right li {padding: 15px 0;}
#history .box_wrap .history_right li span {}
#history .box_wrap .history_right li .txt {gap: 10px 0;}
#history .box_wrap .history_right li p {}


/* #partner .img_box { height: 300px;}
#partner .img_box::before { background-position:right 15% center;} */
#partner .logo_box {margin-top: 60px;}

#manage .box_wrap .box1 {border: 0; background:  url(../img/manage_box1_bg.png)no-repeat; background-size: cover;  background-position: center;}
#manage .box_wrap .box1 h6 {color: #fff;}
#manage .box_wrap .box1 p {color: #fff;}
#manage .box_wrap .box1:hover {border: 0; background:  url(../img/manage_box1_bg.png)no-repeat; background-size: cover;  background-position: center;}
#manage .box_wrap .box1:hover h6 {color: #fff;}
#manage .box_wrap .box1:hover p {color: #fff;}
#manage .box_wrap .box:hover {border: 1px solid #dddddd; background: none;}
#manage .box_wrap .box:hover h6 {color: #262626;}
#manage .box_wrap .box:hover p {color: #686868;}

}
@media all and (max-width: 768px){
    #history .box_wrap .history_left {width: 100%;}
    #history .box_wrap .history_right {width: 100%; margin-top: 10px;}
    
}
@media all and (max-width: 650px){
    #manage .box_wrap .box {height: 200px;}
}

/*  PRODUCTS-1 */
#material .material_box  {padding-top: 120px;}
#material .material_box .box {padding-bottom: 120px;}
#material .material_box .box:last-child {padding-bottom: 0;}
#material .material_box .box h6 {font-size: var(--fs24); font-weight: 700;}
#material .material_box .box .mater_board {margin-top: 35px;}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    .sub_tab a {padding-bottom: 15px;}
    #material .material_box  {padding-top: 60px;}
#material .material_box .box {padding-bottom: 60px;}
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
    .sub_tab a {font-size: var(--fs22);}
    #material .material_box .box h6 {font-size: var(--fs28);}
}


/*  PRODUCTS-2 */
.subpage4 .txt_box{text-align: center; padding-bottom: 60px;}
.subpage4 .txt_box h6 {font-size: var(--fs32); font-weight: 700; line-height: 1.2;}
.subpage4 .txt_box p {font-size: var(--fs20); color: #616161; margin-top: 30px; line-height: 1.5;}
.subpage4 .txt_box span {font-size: var(--fs24); display: inline-block; font-weight: 700; margin-top: 10px; }

#technic .technic_box1 .txt_box img{padding: 60px 0; max-width: 400px; width: 60%; height: auto;}
#technic .technic_box1 .youtube_box1 {margin-bottom: 35px; text-align: center;}
#technic .technic_box1 .youtube_box1 iframe {max-width: 1000px; width: 100% !important; height: 530px !important;}
#technic .technic_box1 .youtube_box2 {text-align: center;}
#technic .technic_box1 .youtube_box2 video {max-width: 1000px; width: 100% !important; }

#technic .technic_box2 .slide_box {position: relative;}
#technic .technic_box2 .slide_box img {width: 100%; height: auto;}
#technic .technic_box2 {position: relative;}
#technic .technic_box2 .txt_box img{padding: 0 0 20px 0;}
#technic .technic_box2 .material-next {position: absolute; right: -50px; top: 50%; transform: translate(0, -50%);z-index: 99; margin-top: -10px; cursor: pointer;}
#technic .technic_box2 .material-prev {position: absolute; left:  -50px; top: 50%; transform: translate(0, -50%);z-index: 99; margin-top: -10px; cursor: pointer;}
#technic .technic_box2 .material-pagination {text-align: center; margin-top: 25px;}

#technic .technic_box2 .swiper-pagination-bullet-active {background: #a1a1a1;}

#technic .technic_box3 .strength_box li {display: flex; justify-content: space-between; align-items: start; padding: 50px 25px; border-bottom: 1px solid #eaeaea;}
#technic .technic_box3 .strength_box li:first-child {align-items: center; border-top: 1px solid #eaeaea;}
#technic .technic_box3 .strength_box .img_box {width: 15%;}
#technic .technic_box3 .strength_box .txt {width: 80%;}

#technic .technic_box3 .strength_box .txt span  {font-size: var(--fs20); color: #464646; display: inline-block; line-height: 1.2; margin-bottom: 10px; font-weight: 600;}
#technic .technic_box3 .strength_box .txt h6 {font-size: var(--fs32); font-weight: 700; margin-bottom: 15px;}
#technic .technic_box3 .strength_box .txt p {font-size: var(--fs20); color: #686868;}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1300px){
    #technic .technic_box3 .strength_box .img_box {width: 20%;}
#technic .technic_box3 .strength_box .txt {width: 70%;}
}
@media all and (max-width: 1024px){
.subpage4 .txt_box h6 br {display: none;}
.subpage4 .txt_box p {margin-top: 20px;}
.subpage4 .txt_box p br {display: none;}

#technic .technic_box2 .material-next {right: 5px;}
#technic .technic_box2 .material-prev {left:  5px;}
#technic .technic_box2 .material-pagination {text-align: center; margin-top: 25px;}

#technic .technic_box3 .strength_box li {padding: 35px 25px;}

}
@media all and (max-width: 768px){
    #technic .technic_box3 .strength_box li {flex-wrap: wrap;}
    #technic .technic_box3 .strength_box .img_box {width: 100%;}
    #technic .technic_box3 .strength_box .txt {width: 100%; margin-top: 30px;}
}
@media all and (max-width: 650px){
    .subpage4 .txt_box h6 {font-size: var(--fs30);}
#technic .technic_box1 .youtube_box1 iframe {max-width: 1000px; width: 100% !important; height: 250px !important;}
#technic .technic_box1 .youtube_box2 iframe {max-width: 1000px; width: 100% !important; height: 250px !important;}

#technic .technic_box3 .strength_box .txt p br {display: none;}
}


/* CONTACT  */
#contact .contact_board {margin-top: 60px;}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
}
@media all and (max-width: 768px){
}
@media all and (max-width: 650px){
}




/* 마우스 스크롤 */
.scroll-dw{position:absolute; bottom:12%; left:50%; transform:translate(-50%, 0); z-index:101; width:30px; height:52px; border:2px solid #FFF; border-radius:50px; z-index: 9;}
.scroll-dw .ball{width:5px; height:10px; border-radius:3px; background-color:#FFF; position:absolute; left:50%; top: 8px; transform:translate(-50%, 0); animation:aniMouse 1.5s ease-out infinite;}
.scroll-dw img {position: absolute; left: 50%; bottom: -20px; transform: translate(-50%, 0);}

@keyframes aniMouse {0%{top:8px;}50%{top:30px;}100%{top:8px;}}

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
}
@media all and (max-width: 768px){
    .scroll-dw{position:absolute; bottom:12%; left:50%; transform:translate(-50%, 0); width:25px; height:35px; border:2px solid #FFF; border-radius:50px; z-index: 9;}
    .scroll-dw .ball{ transform:translate(-50%, 0); animation:aniMouse2 1.5s ease-out infinite; width:4px; height:8px;}
    .scroll-dw img {bottom: -15px;}
}
@media all and (max-width: 650px){
}
@keyframes aniMouse2 {0%{top:5px;}50%{top:16px;}100%{top:5px;} }


/* 팝업 */
.pop_wrap {display: none;position: fixed;top: 0;left: 0;background: rgb(0, 0, 0, 0.2);width: 100%;  height: 100%;  z-index: 9999;}
.pop_wrap .pop-inner {position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  width: 90%;  max-width: 1100px;    height: 890px;  padding: 20px 20px;  background: #fff;  }
.pop_wrap .pop-inner .pop-text {border: 1px solid #465e96; padding: 30px;}

.pop-close {  position: absolute;  top: 40px;  right: 30px;  width: 50px;  height: 50px;  cursor: pointer;}
.pop-close i{font-size: 35px;}
.pop-text{height: 850px; overflow-y: scroll; overflow-x: hidden;  -webkit-overflow-scrolling: touch;}
/* 스크롤바 스타일 지정 (크롬, 엣지, 사파리) */
.pop-text::-webkit-scrollbar {
    width: 8px; /* 스크롤바 너비 */
}

.pop-text::-webkit-scrollbar-thumb {
    background-color: #888; /* 스크롤바 색상 */
    border-radius: 4px; /* 스크롤바 모서리 */
}

.pop-text::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* 스크롤바 hover 색상 */
}

.pop_wrap .pop_T  {display: flex; flex-wrap: wrap; gap: 0 20px; align-items: center; margin-top: 40px;}
.pop_wrap .pop_T h6 {font-size: var(--fs32); font-weight: 800;}
.pop_wrap .pop_T p {font-size: var(--fs24); }

.pop_wrap .box_wrap {align-items: start; margin-top: 60px;}
.pop_wrap .box_wrap ul li {display: flex;}
.pop_wrap .box_wrap ul li p {font-size: var(--fs16); color: #767676; line-height: 1.9;}
.pop_wrap .box_wrap ul li p b {color: #262626;}
.pop_wrap .box_wrap ul li p:first-child {margin-right: 5px;}
.pop_wrap .box_wrap ul li h6 {font-size: var(--fs18); font-weight: 700; line-height: 2;}
.pop_wrap .box_wrap .box1 {width: 42%;}
.pop_wrap .box_wrap .box2 {width: 57%;}

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
}
@media all and (max-width: 1024px){
    .pop_wrap .box_wrap .box1 {width: 100%;}
    .pop_wrap .box_wrap {margin-top: 30px;}
    .pop_wrap .box_wrap .box2 {width: 100%; margin-top: 40px;}
.pop_wrap .pop-inner {height: 550px;}
.pop_wrap .pop-inner .pop-text {padding: 20px;} 
.pop-text {height: 510px; }
.pop-close {top: 35px; right: 20px;}
}
@media all and (max-width: 768px){
    .scroll-dw {bottom: 5%;}
}
@media all and (max-width: 650px){
    .pop_wrap .pop_T p {width: 100%; margin-top: 10px;}
}


/* 폰트사이즈 */
@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
}

@media all and (max-width: 1024px) {
	html{font-size: 50% !important;}
}

@media all and (max-width: 650px) {
	html{font-size: 45% !important;}
}



