* {
 margin:0;
 padding:0;
 -webkit-text-size-adjust:none;
 box-sizing:border-box;
 outline:none !important;
}
:before,:after {
 box-sizing:border-box
}
html {
 overflow-x:hidden;
}
body {
 font-family:Pretendard,'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 -webkit-font-smoothing:antialiased;
 font-size:14px;
 font-weight:500;
 letter-spacing:0.166667px;
 line-height:1.7em;
}
h1,h2,h3,h4,h5,h6 {
 font-family:Pretendard,'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 font-weight:600;
}
p {
 font-family:Pretendard,'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 color:#333;
 font-size:16px;
 line-height:30px;
 margin-bottom:15px;
 font-weight:normal;
}
.img {
 max-width:100%;
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
video {
 background-size:cover;
 display:table-cell;
 vertical-align:middle;
 width:100%;
}
.f-left {
 float:left;
}
.f-right {
 float:right;
}
.fix {
 overflow:hidden;
}
.clear {
 clear:both;
}
a,.button {
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
a:focus,.button:focus {
 text-decoration:none;
 outline:none;
}
a {
 color:#333;
 text-decoration:none;
}
a:hover {
 color:#555;
}
a:focus,a:hover {
 text-decoration:none;
}
a,button {
 color:#333;
 outline:medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
 outline:0;
}
.uppercase {
 text-transform:uppercase;
}
input:focus::-moz-placeholder {
 opacity:0;
 -webkit-transition:.4s;
 -o-transition:.4s;
 transition:.4s;
}
.capitalize {
 text-transform:capitalize;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
 color:inherit;
}
ul {
 margin:0px;
 padding:0px;
}
li {
 list-style:none;
}
hr {
 border-bottom:1px solid #ececec;
 border-top:0 none;
 margin:30px 0;
 padding:0;
}
.clear {
 clear:both;
}
.center {
 text-align:center;
}
.text-overflow {
 overflow:hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
/* Background color */
.body-bg {
 background:#1e232f;
}
.white-bg {
 background:#ffffff;
}
.gray-bg {
 background:#f5f5f5;
}
.black-bg {
 background: #131317;
}
/* color */
.white-color {
 color:#ffffff;
}
.black-color {
 color:#131317;
}
.section-padding {
 padding-top:50px;
 padding-bottom: 50px;
}
/* Margin Top */
.mt-5 {
 margin-top:5px;
}
.mt-10 {
 margin-top:10px;
}
.mt-15 {
 margin-top:15px;
}
.mt-20 {
 margin-top:20px;
}
.mt-25 {
 margin-top:25px;
}
.mt-30 {
 margin-top:30px;
}
.mt-35 {
 margin-top:35px;
}
.mt-40 {
 margin-top:40px;
}
.mt-45 {
 margin-top:45px;
}
.mt-50 {
 margin-top:50px;
}
.mt-55 {
 margin-top:55px;
}
.mt-60 {
 margin-top:60px;
}
.mt-65 {
 margin-top:65px;
}
.mt-70 {
 margin-top:70px;
}
.mt-75 {
 margin-top:75px;
}
.mt-80 {
 margin-top:80px;
}
.mt-85 {
 margin-top:85px;
}
.mt-90 {
 margin-top:90px;
}
.mt-95 {
 margin-top:95px;
}
.mt-100 {
 margin-top: 100px;
}
/* Margin Bottom */
.mb-5 {
 margin-bottom:5px;
}
.mb-10 {
 margin-bottom:10px;
}
.mb-15 {
 margin-bottom:15px;
}
.mb-20 {
 margin-bottom:20px;
}
.mb-25 {
 margin-bottom:25px;
}
.mb-30 {
 margin-bottom:30px;
}
.mb-35 {
 margin-bottom:35px;
}
.mb-40 {
 margin-bottom:40px;
}
.mb-45 {
 margin-bottom:45px;
}
.mb-50 {
 margin-bottom:50px;
}
.mb-55 {
 margin-bottom:55px;
}
.mb-60 {
 margin-bottom:60px;
}
.mb-65 {
 margin-bottom:65px;
}
.mb-70 {
 margin-bottom:70px;
}
.mb-75 {
 margin-bottom:75px;
}
.mb-80 {
 margin-bottom:80px;
}
.mb-85 {
 margin-bottom:85px;
}
.mb-90 {
 margin-bottom:90px;
}
.mb-95 {
 margin-bottom:95px;
}
.mb-100 {
 margin-bottom: 100px;
}
/* Margin Left */
.ml-5 {
 margin-left:5px;
}
.ml-10 {
 margin-left:10px;
}
.ml-15 {
 margin-left:15px;
}
.ml-20 {
 margin-left:20px;
}
.ml-25 {
 margin-left:25px;
}
.ml-30 {
 margin-left:30px;
}
.ml-35 {
 margin-left:35px;
}
.ml-40 {
 margin-left:40px;
}
.ml-45 {
 margin-left:45px;
}
.ml-50 {
 margin-left: 50px;
}
/* Margin Right */
.mr-5 {
 margin-right:5px;
}
.mr-10 {
 margin-right:10px;
}
.mr-15 {
 margin-right:15px;
}
.mr-20 {
 margin-right:20px;
}
.mr-25 {
 margin-right:25px;
}
.mr-30 {
 margin-right:30px;
}
.mr-35 {
 margin-right:35px;
}
.mr-40 {
 margin-right:40px;
}
.mr-45 {
 margin-right:45px;
}
.mr-50 {
 margin-right: 50px;
}
/* Padding Top */
.pt-5 {
 padding-top:5px;
}
.pt-10 {
 padding-top:10px;
}
.pt-15 {
 padding-top:15px;
}
.pt-20 {
 padding-top:20px;
}
.pt-25 {
 padding-top:25px;
}
.pt-30 {
 padding-top:30px;
}
.pt-35 {
 padding-top:35px;
}
.pt-40 {
 padding-top:40px;
}
.pt-45 {
 padding-top:45px;
}
.pt-50 {
 padding-top:50px;
}
.pt-55 {
 padding-top:55px;
}
.pt-60 {
 padding-top:60px;
}
.pt-65 {
 padding-top:65px;
}
.pt-70 {
 padding-top:70px;
}
.pt-75 {
 padding-top:75px;
}
.pt-80 {
 padding-top:80px;
}
.pt-85 {
 padding-top:85px;
}
.pt-90 {
 padding-top:90px;
}
.pt-95 {
 padding-top:95px;
}
.pt-100 {
 padding-top:100px;
}
.pt-150 {
 padding-top: 150px;
}
/* Padding Bottom */
.pb-5 {
 padding-bottom:5px;
}
.pb-10 {
 padding-bottom:10px;
}
.pb-15 {
 padding-bottom:15px;
}
.pb-20 {
 padding-bottom:20px;
}
.pb-25 {
 padding-bottom:25px;
}
.pb-30 {
 padding-bottom:30px;
}
.pb-35 {
 padding-bottom:35px;
}
.pb-40 {
 padding-bottom:40px;
}
.pb-45 {
 padding-bottom:45px;
}
.pb-50 {
 padding-bottom: 50px;
}
/* Padding Left */
.pl-5 {
 padding-left:5px;
}
.pl-10 {
 padding-left:10px;
}
.pl-15 {
 padding-left:15px;
}
.pl-20 {
 padding-left:20px;
}
.pl-25 {
 padding-left:25px;
}
.pl-30 {
 padding-left:30px;
}
.pl-35 {
 padding-left:35px;
}
.pl-40 {
 padding-left:40px;
}
.pl-45 {
 padding-left:45px;
}
.pl-50 {
 padding-left: 50px;
}
/* Padding Right */
.pr-5 {
 padding-right:5px;
}
.pr-10 {
 padding-right:10px;
}
.pr-15 {
 padding-right:15px;
}
.pr-20 {
 padding-right:20px;
}
.pr-25 {
 padding-right:25px;
}
.pr-30 {
 padding-right:30px;
}
.pr-35 {
 padding-right:35px;
}
.pr-40 {
 padding-right:40px;
}
.pr-45 {
 padding-right:45px;
}
.pr-50 {
 padding-right:50px;
}
.fw-lighter {
 font-weight:lighter;
}
.fw-normal {
 font-weight:normal;
}
.fw-bold {
 font-weight:bold;
}
.fw-bolder {
 font-weight:bolder;
}
.fw-100 {
 font-weight:100 !important;
}
.fw-200 {
 font-weight:200 !important;
}
.fw-300 {
 font-weight:300 !important;
}
.fw-400 {
 font-weight:400 !important;
}
.fw-500 {
 font-weight:500 !important;
}
.fw-600 {
 font-weight:600 !important;
}
.fw-700 {
 font-weight:700 !important;
}
.fw-800 {
 font-weight:800 !important;
}
.fw-900 {
 font-weight:900 !important;
}
.btn {
 position:relative;
 display:inline-block;
 padding:25px 40px;
 font-size:16px;
 color:#fff;
 cursor:pointer;
 border-radius:0px;
 -moz-user-select:none;
 font-weight:400;
 letter-spacing:1px;
 line-height:0;
 margin:10px;
 cursor:pointer;
 transition:color 0.4s linear;
 z-index:1;
 border:0;
 overflow:hidden;
 margin:0;
 text-transform:uppercase;
}
.btn::before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:101%;
 height:101%;
 background:#fff;
 color:#000 !important;
 z-index:1;
 transition:transform 0.5s;
 transition-timing-function:ease;
 transform-origin:0 0;
 transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);
 transform:scaleY(0);
 border-radius:0;
}
.btn:hover::before {
 transform:scaleY(1);
 color:#000000 !important;
 z-index:-1;
}
.btn.focus,.btn:focus {
 outline:0;
 box-shadow:none;
}
.btn-main {
 background:#333;
 border:1px solid #333;
 padding:6px 15px;
 color:#fff;
 cursor:pointer;
}
.btn-main.hover,.btn-main:hover,.btn-main.focus,.btn-main:focus {
 background:transparent;
 border:1px solid #333;
 color:#000
}
.btn-grey {
 padding:6px 20px;
 border:1px solid #ccc;
 background:#fff;
 font-size:13px;
 color:#333;
 text-align:center;
 cursor:pointer;
}
.btn-grey:hover,.btn-grey.hover,.btn-grey:focus,.btn-grey.focus {
 border:1px solid #9f9f9f;
 background:#9f9f9f;
 font-size:13px;
 color:#fff;
}
.btn-primary {
 color:#fff;
 background-color:#007bff;
 border:1px solid #007bff;
}
.btn-primary:hover {
 color:#222;
 background-color:#0069d9;
 border:1px solid #0062cc;
}
.btn-primary.focus,.btn-primary:focus {
 box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-primary.disabled,.btn-primary:disabled {
 color:#fff;
 background-color:#007bff;
 border: 1px solid #007bff;
}
/* Scroll Up */
#back-top {
 background:#666;
 width:50px;
 height:50px;
 right:30px;
 bottom:18px;
 position:fixed;
 z-index:10;
 font-size:20px;
 color:#fff;
 text-align:center;
 border-radius:50%;
 line-height:48px;
}
#back-top a i {
 display:block;
 line-height:50px;
 color:#fff;
}
#back-top a:hover i {
 color:#fff;
}
@media (max-width:575px) {
 #back-top {
  width:40px;
  height:40px;
  right:16px;
 }
 #back-top a i {
  display:block;
  line-height: 40px;
 }
}
/* Animated */
.bounce-animate {
 animation-name:float-bob;
 animation-duration:2s;
 animation-iteration-count:infinite;
 /* animation-timing-function:linear;*/
 -moz-animation-name:float-bob;
 -moz-animation-duration:2s;
 -moz-animation-iteration-count:infinite;
 -moz-animation-timing-function:linear;
 -ms-animation-name:float-bob;
 -ms-animation-duration:2s;
 -ms-animation-iteration-count:infinite;
 -ms-animation-timing-function:linear;
 -o-animation-name:float-bob;
 -o-animation-duration:2s;
 -o-animation-iteration-count:infinite;
 -o-animation-timing-function:linear;
}
@-webkit-keyframes float-bob {
 0% {
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px);
 }
 50% {
  -webkit-transform:translateY(-10px);
  transform:translateY(-10px);
 }
 100% {
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px);
 }
}
@-webkit-keyframes heartbeat {
 to {
  -webkit-transform:scale(1.03);
  transform: scale(1.03);
 }
}
/* rotateme */
.rotateme {
 -webkit-animation-name:rotateme;
 animation-name:rotateme;
 -webkit-animation-duration:30s;
 animation-duration:30s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
}
@keyframes rotateme {
 from {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
 }
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
 }
}
@-webkit-keyframes rotateme {
 from {
  -webkit-transform:rotate(0deg);
 }
 to {
  -webkit-transform: rotate(360deg);
 }
}
/*--------------------------------------------------*/
/* Section */
/*--------------------------------------------------*/
.section {
 padding:20px 0;
}
.section-sm {
 padding:10px 0 20px 0;
}
.section-bg {
 background-size:cover !important;
 background-repeat:no-repeat !important;
 background-position:center center !important;
}
.section-title h2 {
 display:block;
 font-size:30px;
 color:#555;
 font-weight:600;
 line-height:1.8;
 position:relative;
 z-index:100;
}
.section-line {
 background:#bbb;
 width:47px;
 height:2px;
 display:inline-block;
 margin:0 0 20px 0;
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .section-title h2 {
  font-size:28px;
 }
}
@media (max-width:575px) {
 .section-title h2 {
  font-size:26px;
  padding-top: 10px;
 }
}
/*-----------------------------------------------------*/
/* input */
/*-----------------------------------------------------*/
input[type=text],textarea {
 padding:5px 10px;
 border:1px solid #ccc;
 border-radius:0;
 color:#333;
 resize:vertical;
}
input[type=password] {
 padding:5px 10px;
 border:1px solid #ccc;
 border-radius:0;
 resize:vertical;
}
input[type="checkbox"],input[type="radio"] {
 margin:0 4px 0 2px;
 vertical-align:middle;
 background:none;
 display:inline-block;
}
textarea {
 overflow:auto;
 vertical-align:top;
 width:100%;
}
input[type="image"] {
 border:0;
}
input[type="file"] {
 border:0;
}
input[name=member_img] {
 border:none;
 width:80%;
}
input,img,select {
 vertical-align:middle;
}
input[type=file] {
 border:1px solid #fff;
 background:none;
}
@media (max-width:767px) {
 input#border.public_input.input_form {
  width:80%;
 }
 input[name=addr].member_border {
  width:90%;
 }
 input[name=addr2].member_border {
  width:90%;
 }
 select[name=pw_question].member_border {
  width:80%;
 }
 input[type=file] {
  width:90%;
  border:0;
 }
}
input[name=addr].member_border {
 margin-top:3px;
}
input[name=addr2].member_border {
 margin-top:3px;
}
input[name=item5_addr1] {
 margin-top:3px;
}
input[name=com_board_search_value] {
 height: 30px;
}
select {
 border:1px solid #ccc;
 border-radius:0;
 height:30px;
 color:#333;
 resize:vertical;
 background:#fff;
}
/*-----------------------------------------------------*/
/* Button */
/*-----------------------------------------------------*/
.button {
 border-radius:50px;
 background-color:#666;
 border:none;
 color:#fff;
 text-align:center;
 font-size:14px;
 padding:3px 20px 4px 20px;
 transition:all 0.5s;
 cursor:pointer;
 margin:5px;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
}
.button span {
 cursor:pointer;
 display:inline-block;
 position:relative;
 transition:0.5s;
}
.button span:after {
 content:'\00bb';
 position:absolute;
 opacity:0;
 top:0;
 right:-20px;
 transition:0.5s;
}
.button:hover span {
 padding-right:25px;
}
.button:hover span:after {
 opacity:1;
 right: 0;
}
/*-----------------------------------------------------*/
/* content */
/*-----------------------------------------------------*/
.board-section {
 margin:20px 0 40px 0;
}
#sub_content {
 width:100%;
 margin:20px 0 40px 0;
}
.sub_content {
 width:100%;
 position:relative;
}
.sub_content_tit {
 border-bottom:1px solid #ddd;
 padding:5px 0;
 margin-bottom:0px;
}
.page_text_1 {
 clear:both;
 font-size:16px;
 color:#666;
 font-weight:600;
 padding:10px 0;
}
.page_text_2 {
 float:right;
 font-size:13px;
 color:#666;
 font-weight:500;
 padding-right:15px;
}
.page_text_3 {
 font-size:13px;
 color:#666;
 font-weight:600;
}
#map_box {
 width:100%;
 margin-top:10px;
}
.map_border {
 border:1px #e1e1e1 solid;
 width:100%;
}
.map {
 padding: 20px 0 10px 15px;
}
/*-----------------------------------------------------*/
/* Visual area */
/*-----------------------------------------------------*/
#visual-area {
 position:relative;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 height:300px;
}
#visual-area:before {
 content:'';
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 background:rgba(0,0,0,0.3)
}
#visual-area.bg1 {
 background:url("../../img/pure/sub_img.jpg") center no-repeat;
 background-size:cover;
}
.visual-title-content {
 position:absolute;
 top:50%;
 width:100%;
 z-index:2;
}
.visual-title-content h2 {
 color:#fff;
 font-size:32px;
}
.visual-title-content .visual-title {
 background:none;
}
.visual-title-content .visual-title li {
 color:rgba(255,255,255,0.7);
 font-weight:600;
 font-size:13px;
 display:inline-block;
}
.visual-title-item+.visual-title-item {
 padding-left:.5rem
}
.visual-title-item+.visual-title-item::before {
 display:inline-block;
 padding-right:.5rem;
 color:#6c757d;
 content:"/"
}
.visual-title-item+.visual-title-item:hover::before {
 text-decoration:none
}
.visual-title-item.active {
 color:#6c757d
}
@media (max-width:575px) {
 #visual-area {
  height: 260px;
 }
}
/*-----------------------------------------------------*/
/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
/*-----------------------------------------------------*/
.privacy {
 width:100%;
 margin-bottom:20px;
}
.privacy-con {
 width:100%;
 height:400px;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* ÀÌ¿ë¾à°ü */
/*-----------------------------------------------------*/
.agreement {
 width:100%;
 margin-bottom:20px;
}
.agreement-con {
 width:100%;
 height:400px;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* Modal */
/*-----------------------------------------------------*/
.modal {
 z-index:99991;
}
.modal-content {
 border:none;
 border-radius:10px 10px 0 0;
 -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
 box-shadow:0 5px 15px rgba(0,0,0,.5);
}
.modal-header {
 background:#fff;
 border-radius:10px 10px 0 0;
 border-bottom:0;
 padding:10px;
}
.modal-bg {
 background:#f9f9f9;
 padding:10px 0 25px 0;
}
.modal-header .close-link {
 float:right;
 margin-top:20px !important;
 margin-right:10px;
 border:none;
 background:transparent;
 font-size:30px;
 color:#333;
 cursor:pointer;
}
.modal-title {
 margin:0 auto;
 margin-top:10px;
 font-size:17px;
 color:#333;
}
@media (min-width:768px) {
 .modal-sm {
  width:350px;
 }
}
@media (min-width:992px) {
 .modal-lg {
  width: 900px;
 }
}
/*-----------------------------------------------------*/
/* Site Tags */
/*-----------------------------------------------------*/
#site_tags {
 position:relative;
 width:100%;
 margin-top:20px;
 padding:70px 0 40px 0;
 background:#f5f5f5;
}
.popular_tags {
}
.popular_tags li {
 display:inline-block;
 margin:0 0 40px 0;
}
.popular_tags li a {
 background:#fff;
 border:1px solid #ccc;
 border-radius:50px;
 padding:10px 15px;
 font-size:16px;
 color:#333;
}
.popular_tags li a:hover {
 background:#b58a5f;
 border:1px solid #b58a5f;
 color:#fff;
}
@media (max-width:767px) {
 #site_tags {
  padding:40px 0 20px 0;
 }
 .popular_tags li {
  display:inline-block;
  margin:0 0 22px 0;
 }
 .popular_tags li a {
  background:#fff;
  border:1px solid #ccc;
  border-radius:50px;
  padding:7px 15px;
  font-size:14px;
  color: #333;
 }
}
/*-----------------------------------------------------*/
/* Processs Section */
/*-----------------------------------------------------*/
.processs-section {
 margin:30px 0;
}
.process {
 background:#f9f9f9;
 padding:30px 0 60px 0;
}
.process .plan {
 background:#fff;
 border:1px solid rgba(0,0,0,0.1);
 position:relative;
 overflow:hidden;
 height:240px;
 padding:35px 20px;
 margin:10px -10px 10px 0;
}
.process .plan i {
 font-size:46px;
 color:#b58a5f;
 transition:all .3s ease;
 -moz-transition:all .3s ease;
 -webkit-transition:all .3s ease;
 -o-transition:all .3s ease;
 -webkit-transform:translateY(0px);
 transform:translateY(0px);
}
.process .plan h3,.process .plan i,.process .plan p {
 position:relative;
}
.process .plan h3 {
 color:#333;
 font-size:18px;
 line-height:45px;
 transition:color 0.3s ease;
 -moz-transition:color 0.3s ease;
 -webkit-transition:color 0.3s ease;
 -o-transition:color 0.3s ease;
}
.process .plan p {
 font-size:14px;
 color:#555;
 transition:color 0.3s ease;
 -moz-transition:color 0.3s ease;
 -webkit-transition:color 0.3s ease;
 -o-transition:color 0.3s ease;
}
.process .plan .in-txt {
 color:#333;
 font-size:18px;
}
.process .plan:hover .in-txt {
 color: #333;
}
/*-----------------------------------------------------*/
/* Tooltip */
/*-----------------------------------------------------*/
.tooltip {
 margin-top:5px;
}
.tooltip-inner {
 background-color:#95c11e !important;
 border:1px solid #95c11e;
 color:#fff;
 font-size:12px;
 padding:2px 6px 3px 6px;
}
.tooltip.top .tooltip-arrow {
 border-top-color:#95c11e;
}
.tooltip.right .tooltip-arrow {
 border-right-color:#95c11e;
}
.tooltip.bottom .tooltip-arrow {
 border-bottom-color:#95c11e;
}
.tooltip.left .tooltip-arrow {
 border-left-color:#95c11e;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
 border-bottom-color: #95c11e;
}
/*--------------------------------------------------*/
/* Rolling */
/*--------------------------------------------------*/
.list_app {
 font-size:11px;
 color:#fff !important;
 background:#48b3ce;
 padding:3px 6px 4px 6px;
 border-radius:20px;
}
.list_atm {
 font-size:11px;
 color:#fff !important;
 background:#afafaf;
 padding:3px 6px 4px 6px;
 border-radius:20px;
}
.list_com {
 font-size:11px;
 color:#fff !important;
 background:#8fc731;
 padding:3px 6px 4px 6px;
 border-radius: 20px;
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background-color:#2e3131;
 border-top:1px solid #333;
 padding:15px 0;
 margin-top:0;
 text-align:center;
}
.footer-top a {
 font-size:14px;
 color:#fff;
 line-height:25px;
 transition:color .3s;
 display:inline-block;
 padding:0 15px 0 12px;
 border-right:1px solid #4a4a4a;
 height:25px;
}
.footer-top a:hover {
 color:#b58a5f;
}
.footer-top span.link-list {
 text-align:center;
}
.footer-bottom {
 text-align:center;
 background-color:#2e3131;
 border-top:1px solid #424646;
 padding:20px;
}
.footer-bottom p {
 font-size:13px;
 color:#fff;
 line-height:1.8;
}
@media screen and (max-width:767px) {
 .footer-top a {
  font-size:13px;
  color:#fff;
  line-height:25px;
  transition:color .3s;
  display:inline-block;
  padding:0 7px 0 5px;
  border-right:1px solid #4a4a4a;
  height:25px;
 }
 .footer-top a:first-child {
  padding-left:0;
 }
 .footer-bottom {
  text-align:left;
 }
}
@media screen and (max-width:767px) {
 .pc_view {
  display:none;
 }
 .d-none {
  display:none!important
 }
 .br_none {
  display:none;
 }
}
@media screen and (min-width:768px) {
 .mobile_view {
  display: none;
 }
}
/*-----------------------------------------------------*/
/* Business Areas */
/*-----------------------------------------------------*/
.business-section {
 margin:30px 0;
}
.case-content h4 {
  font-family:Pretendard,'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 color:#333;
 font-size:22px;
 font-weight:500;
 line-height:28px;
}
.case-content p {
 font-size:16px;
 color:#555;
 font-weight:500;
 line-height:1.8;
}
.case-img,.case-content {
 padding:5px 10px 30px 10px;
}
.case-timeline {
 position:relative;
 width:100%;
}
.case-timeline-divider {
 display:block;
 position:absolute;
 content:"";
 top:0;
 bottom:0;
 left:50%;
 z-index:0;
 width:2px;
 height:auto;
 margin-left:-1px;
 background-color:#eee;
}
.case-timeline-dot {
 display:block;
 position:absolute;
 top:75px;
 left:50%;
 z-index:1;
 content:"";
 width:20px;
 height:20px;
 margin-left:-10px;
 background-color:#fff;
 border-width:5px;
 border-style:solid;
 border-radius:50%;
}
@media (max-width:991px) {
 .case-img,.case-content {
  padding:5px 6px 15px 6px;
 }
 .case-timeline-dot {
  display:none;
 }
 .case-timeline-divider {
  display: none;
 }
}
@media (max-width:480px) {
 .case-timeline {
  width:100%;
  padding:0 15px;
 }
}
/*-----------------------------------------------------*/
/* ÀÎ»ç¸» */
/*-----------------------------------------------------*/
.ceo {
 width:100%;
 display:table;
 text-align:center;
 padding:10px 0 50px 0;
}
.ceo_tit {
 font-size:20px;
 color:#333;
 font-weight:500;
 line-height:38px;
 margin-bottom:20px;
}
.ceo_tit2 {
 font-size:17px;
 font-weight:500;
 line-height:34px;
 margin-bottom:30px;
}
@media screen and (max-width:1024px) {
 .ceo_tit {
  font-size:22px;
 }
 .ceo_tit2 {
  font-size:16px;
 }
}
@media screen and (max-width:768px) {
 .ceo_tit {
  font-size:18px;
  margin-bottom:15px;
 }
 .ceo_tit2 {
  font-size:14px;
  margin-bottom:15px;
 }
}
@media screen and (max-width:500px) {
 .ceo_tit {
  font-size:15px;
 }
 .ceo_tit {
  font-size:14px;
 }
}
.ceo_bg_img {
 margin:40px 0;
 width:100%;
 display:table;
 text-align:center;
 height:350px;
 background:url(../../img/pure/ceo_bg_img.jpg) no-repeat center;
 background-size:cover;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
}
@media screen and (max-width:768px) {
 .ceo_bg_img {
  margin:30px 0;
  height:300px;
 }
}
@media screen and (max-width:500px) {
 .ceo_bg_img {
  height:260px;
 }
}
.ceo_bg_img .ceo_txt {
 font-size:22px;
 color:#fff;
 line-height:36px;
 padding-top:130px;
}
@media screen and (max-width:768px) {
 .ceo_bg_img .ceo_txt {
  font-size:16px;
  line-height:26px;
  padding-top:100px;
 }
}
.ceo_bg_img .ceo_txt .bg_txt {
 display:inline-block;
 background:#b58a5f;
 line-height:1;
 padding:3px 3px 5px;
}
.c_line {
 background:#d8d8d8;
 width:1px;
 height:50px;
 margin:20px auto;
}
@media screen and (max-width:768px) {
 .c_line {
  height:30px;
  margin: 20px auto;
 }
}
/*-----------------------------------------------------*/
/* ¿¬Çõ */
/*-----------------------------------------------------*/
.history_list {
 padding-bottom:20px;
}
.history_list ul {
 position:relative;
 margin:0;
 padding:0 20px;
}
.history_list ul:before {
 content:'';
 position:absolute;
 top:0;
 bottom:0;
 left:16px;
 width:0;
 height:100%;
 border-left:2px dashed #e5e5e5;
}
.history_list ul>li {
 margin:0;
 padding:0 20px;
 list-style-type:none
}
.history_list ul>li>dl {
 margin:0;
 padding:0;
}
.history_list ul>li:first-child>dl {
 padding-top:0
}
.history_list ul>li>dl>dt {
 position:relative;
 margin:0;
 padding:0;
  font-family:Pretendard,'Montserrat','NanumSquare','Nanum Gothic', sans-serif;
 font-size:25px;
 font-weight:600;
 color:#555;
 line-height:25px;
}
.history_list ul>li>dl>dt:before {
 content:'';
 box-sizing:border-box;
 position:absolute;
 top:50%;
 left:-27px;
 width:8px;
 height:8px;
 margin-top:-4px;
 border-radius:50%;
 background:#333;
 z-index:2;
}
.history_list ul>li>dl>dt:after {
 content:'';
 box-sizing:border-box;
 position:absolute;
 top:50%;
 left:-31px;
 width:16px;
 height:16px;
 margin-top:-8px;
 border-radius:50%;
 border:1px solid #a9b2bb;
 background:#fff;
 z-index:1;
}
.history_list ul>li>dl>dd {
 margin:0;
 padding:0 2px
}
.history_list ul>li>dl>dd>p {
 margin:10px 0 0;
 padding:0
}
.history_list ul>li>dl>dd>p:first-child {
 margin-top:0
}
.history_list ul>li>dl>dd>p:after {
 content:'';
 display:block;
 clear:both
}
.history_list ul>li>dl>dd>p .month {
 display:block;
 float:left;
 width:24px;
 height:24px;
 margin-right:10px;
 background:#bbb;
 border-radius:50%;
 font-size:11px;
 color:#fff;
 line-height:24px;
 text-align:center;
}
.history_list ul>li>dl>dd>p .history_cont_wrap {
 display:block;
 overflow:hidden
}
.history_list ul>li>dl>dd>p .history_cont_wrap .history_cont {
 display:block;
 color:#555;
 font-size:14px;
 line-height:24px;
}
.history_list ul>li>dl>dd>p .history_cont_wrap .history_img {
 display:inline-block;
 margin-top:10px;
 border:0;
 vertical-align:top
}
.history_list ul>li>dl>dd>p .history_cont_wrap .history_img img {
 vertical-align:top
}
@media all and (min-width:768px) {
 .history_list ul>li {
  padding:10px 30px
 }
 .history_list ul>li>dl {
  padding-top:30px
 }
 .history_list ul>li>dl>dt {
  margin:0 0 20px;
  font-size:30px;
  line-height:30px
 }
 .history_list ul>li>dl>dt:before {
  left:-37px
 }
 .history_list ul>li>dl>dt:after {
  left:-41px
 }
 .history_list ul>li>dl>dd {
  padding:0
 }
 .history_list ul>li>dl>dd>p .month {
  margin-right:12px
 }
}
@media all and (min-width:1024px) {
 .history_list ul {
  padding:0
 }
 .history_list ul:before {
  left:50%;
  margin-left:-1px
 }
 .history_list ul:after {
  content:'';
  display:block;
  clear:both
 }
 .history_list ul>li {
  box-sizing:border-box;
  clear:both;
  width:50%;
  padding:15px 30px
 }
 .history_list ul>li>dl {
  padding-top:40px
 }
 .history_list ul>li>dl>dt {
  margin-bottom:25px
 }
 .history_list ul>li>dl>dt:before {
  width:10px;
  height:10px;
  margin-top:-5px
 }
 .history_list ul>li>dl>dt:after {
  width:18px;
  height:18px;
  margin-top:-9px
 }
 .history_list ul>li>dl>dd>p {
  margin-top:12px
 }
 .history_list ul>li>dl>dd>p .history_cont_wrap .history_img {
  margin-top:10px
 }
 .history_list ul>li.align_left {
  float:left
 }
 .history_list ul>li.align_left>dl>dt {
  text-align:right
 }
 .history_list ul>li.align_left>dl>dt:before {
  left:auto;
  right:-35px
 }
 .history_list ul>li.align_left>dl>dt:after {
  left:auto;
  right:-39px
 }
 .history_list ul>li.align_left>dl>dd>p .month {
  float:right;
  margin:0 0 0 12px
 }
 .history_list ul>li.align_left>dl>dd>p .history_cont_wrap {
  text-align:right
 }
 .history_list ul>li.align_right {
  float:right
 }
 .history_list ul>li.align_right>dl>dt:before {
  left:-35px
 }
 .history_list ul>li.align_right>dl>dt:after {
  left: -39px
 }
}
/*-----------------------------------------------------*/
/* Map */
/*-----------------------------------------------------*/
.map_box {
 width:100%;
}
.embed-container {
 width:100%;
 height:400px;
 border:1px solid #e1e1e1;
 padding:8px;
}
.embed-container iframe {
 width:100%;
 height:100%;
}
.contact-us-box .ion {
 border:2px solid #ccc;
 width:50px;
 height:50px;
 text-align:center;
 line-height:46px;
 margin-right:20px;
 font-size:28px;
 color:#333;
}
.contact-us-box label {
 display:block;
 color:#333;
 font-weight:600
}
.contact-us-box .contact-us {
 padding-top:15px
}
.contact-us-box .contact-us>div {
 margin-bottom:25px
}
.contact-us-box .contact-us>div:last-child {
 margin-bottom:40px
}
.contact-us-box .phone-nb {
 font-size:16px;
 color:#2e75b6;
 font-weight:600
}
.contact-us-title {
 position:relative;
 font-size:24px;
 color:#333;
 padding:15px 0;
 font-weight:600
}
.pull-left {
 float:left !important
}
@media screen and (max-width:480px) {
 .contact-us-box .ion {
  border:2px solid #ccc;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  margin-right:10px;
  font-size:24px;
  color:#333;
 }
 .contact-us-box .contact-us>div {
  margin-bottom:20px
 }
 .contact-us-box label {
  line-height: 13px;
 }
}
/*-----------------------------------------------------*/
/* Sub Category Tab */
/*-----------------------------------------------------*/
.sub_category_tab {
 margin:30px 0;
 display:inline-block;
 text-align:center;
}
.sub_category_tab ul {
 list-style:none;
 margin:0;
}
.sub_category_tab ul li {
 float:left;
 margin-right:10px;
}
.sub_category_tab ul li a {
 padding:10px 50px;
 border:1px solid #ddd;
 font-size:14px;
 color:#333;
 font-weight:600;
 transition:all 0.3s;
}
.sub_category_tab ul a.active,.sub_category_tab ul a:hover {
 color:#fff;
 position:relative;
 border:1px solid transparent;
}
.sub_category_tab ul a.active:after,.sub_category_tab ul a:hover:after {
 position:absolute;
 content:" ";
 width:auto;
 height:auto;
 bottom:-13px;
 margin-left:-8px;
 left:50%;
 border-width:7px;
 border-style:solid;
}
.sub_category_tab ul li a {
 border:1px solid #ccc;
}
.sub_category_tab ul a.active,.sub_category_tab ul a:hover {
 background:#b58a5f;
}
.sub_category_tab ul a.active:after,.sub_category_tab ul a:hover:after {
 border-color:#b58a5f rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
@media (max-width:767px) {
 .sub_category_tab {
  margin:15px 0 10px 0;
 }
 .sub_category_tab ul li {
  float:left;
  margin-right:8px;
 }
 .sub_category_tab ul li a {
  font-size:14px;
  padding:5px 6px;
  margin-bottom:10px;
  display: inline-block;
 }
}