@charset "utf-8";

@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 300;
    src: url('/public/font/NanumBarunGothic/NanumBarunGothicLightSubset.eot');
    src: url('/public/font/NanumBarunGothic/NanumBarunGothicLightSubset.eot?#iefix') format('embedded-opentype'),
        url('/public/font/NanumBarunGothic/NanumBarunGothicLightSubset.woff') format('woff'),
        url('/public/font/NanumBarunGothic/NanumBarunGothicLightSubset.ttf') format('truetype');
}

#site {
    padding-top: 90px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.034em;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #fcb03f;
    border-color: #fcb03f;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: keep-all;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.list-default.list-contact {
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 60px;
}

ul.list-default.list-dash {
    background: #f8f5ef;
    padding: 20px 20px 16px 25px;
    margin-top: 30px;
}

.list-default>li {
    position: relative;
    margin-bottom: 7px;
}

.list-dash>li {
    padding-left: 12px;
    font-size: 17px;
    color: #555;
}

.list-dash>li::before {
    content: '-';
    left: 0;
    position: absolute;
}

/* 퀵메뉴 */
#quickMenu {
    right: 23px;
    bottom: 10px;
    position: fixed;
    z-index: 100;
}

#quickMenu ul>li a {
    width: 62px;
    height: 62px;
    display: inline-block;
}

#quickMenu ul>li.store a {
    padding: 18px 15px;
    color: #fff;
    background: linear-gradient(rgb(0, 187, 53) 0%, rgb(0, 187, 53) 50%, rgb(0, 187, 97) 100%);
    border-radius: 100%;
}

#quickMenu ul>li i {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#quickMenu ul>li.store i {
    font-size: 28px;
}

#quickMenu ul>li.tel a {
    padding: 16px 20px;
    color: #fff;
    background: #5d4c2c;
    border-radius: 100%;
    transform: rotate(-35deg);
}

#quickMenu ul>li.tel i {
    font-size: 32px;
}

#quickMenu ul>li.kakao a {
    padding: 8px;
    background: #f5df01;
    border-radius: 100%;
}

#quickMenu ul>li.kakao img {
    border-radius: 100%;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    height: 100px;
    background: #3a3a3a;
    position: fixed;
    margin-bottom: 0;
    border: 0;
}

.navbar.navbar-scroll {
    height: 80px;
    transition: all ease 0.1s;
}

.navbar-inverse .navbar-brand {
    position: relative;
}

.navbar-brand::before,
.navbar-brand::after {
    left: 85px;
    position: absolute;
    white-space: nowrap;
    transition: all ease 0.1s;
}

.navbar-brand::before {
    content: '와이제이럭스 중고명품';
    top: 28px;
    font-size: 17px;
    color: #f7c165;
    margin-left: 5px;
    font-weight: 500;
}

.navbar-brand::after {
    content: 'Since 2001~ 명품감정사YJ';
    top: 51px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.04em;
    /*letter-spacing: -0.02em;*/
    margin-left: 5px;
}

.navbar.navbar-scroll .navbar-brand::before {
    top: 18px;
}

.navbar.navbar-scroll .navbar-brand::after {
    top: 41px;
}

.navbar-inverse .navbar-brand img {
    height: 60px;
    margin-top: 5px;
    transition: all ease 0.1s;
}

.navbar.navbar-scroll .navbar-brand img {
    margin-top: -5px;
}

.navbar-inverse .navbar-nav>li:not(#gnb_58):not(#gnbauth) {
    display: none;
}

.wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-inverse li#gnb_58>a {
    width: 184px;
    height: 52px;
    position: relative;
    margin-top: 24px;
    padding: 15px 47px;
    font-weight: 500;
    color: #e8dac9;
    text-decoration: none;
    border: 1px solid #a79785;
    border-radius: 50px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: margin .15s, background .45s, color .45s;
}

.navbar-inverse li#gnb_58>a:hover {
    color: #fff;
    background: #93805b;
    border-color: #93805b;
}

.navbar-inverse li#gnb_58>a::before,
.navbar-inverse li#gnb_58>a::after {
    content: '';
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #93805b;
    border-radius: 50px;
    transition: all .45s;
    z-index: -1;
}

.navbar-inverse li#gnb_58>a::before {
    opacity: .5;
}

.navbar-inverse li#gnb_58>a::after {
    transition-delay: .2s;
}

.navbar-inverse li#gnb_58>a:hover::before,
.navbar-inverse li#gnb_58>a:hover::after {
    top: 0;
}

.navbar-inverse li#gnb_58>a i {
    padding-right: 4px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #c9a15d;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #fcb03f;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
        display: none;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #fcb03f;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #fcb03f;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-brand {
        height: auto;
        padding: 11px 15px;
    }

    .navbar-inverse li#gnb_58 {
        top: 24px;
        right: 15px;
        position: absolute;
        font-size: 13px;
        list-style: none;
    }

    .navbar-inverse li#gnb_58>a {
        padding: 7px 27px 9px 27px;
    }

    .navbar-inverse li#gnb_58>a::before,
    .navbar-inverse li#gnb_58>a::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -15px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 40px 18px;
    }

    .navbar.navbar-scroll .navbar-nav>li>a {
        padding: 30px 18px;
    }

    .navbar.navbar-scroll .navbar-nav>li#gnb_58>a {
        margin-top: 15px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: none
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #fff
}

#site footer .footer-info {
    padding: 35px 0;
    text-align: center;
    background: #3a3a3a;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 26px;
    color: #8e8e8e;
}

#site footer .footer-info ul li.copy {
    color: #636363 !important;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 730px;
}

.carousel-indicators {
    display: none;
}

#mainCarousel .carousel-control.left {
    background: url('/public/img/slide/arrow_prev.png') no-repeat center;
}

#mainCarousel .carousel-control.right {
    background: url('/public/img/slide/arrow_next.png') no-repeat center;
}

#mainCarousel .carousel-control>.glyphicon {
    display: none;
}

#mainCarousel .carousel-caption {
    top: 50%;
    font-family: 'Noto Serif KR', serif;
    text-align: left;
    transform: translateY(-50%);
    font-family: 'NanumBarunGothic', sans-serif;
}

#mainCarousel .carousel-caption h1 {
    margin: 10px 0 20px;
    font-size: 40px;
    font-weight: 300;
    color: #333;
    line-height: 1.3em;
    letter-spacing: -0.035em;
    /*font-family: 'Nanum Myeongjo';
  font-family: 'KoPub Batang', serif;*/
}

#mainCarousel .carousel-caption h1::before {
    content: '';
    top: 15px;
    left: 0;
    position: absolute;
    width: 80px;
    height: 1px;
    display: block;
    background: #bd8d3b;
}

#mainCarousel .carousel-caption h1 .lg {
    position: relative;
}

#mainCarousel .carousel-caption h1 .lg::before {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11px;
    position: absolute;
    background: #e8dac9;
    z-index: -1;
}

#mainCarousel .carousel-caption h1 .sm {
    font-size: 28px;
    font-weight: 300;
}
#mainCarousel .carousel-caption h1 .sm b{
    color: #000;
}
#mainCarousel .carousel-caption h1 a {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

#mainCarousel .carousel-caption p {
    font-size: 19px;
    color: #000;
    /*font-family: 'Nanum Myeongjo';
  font-family: 'KoPub Batang', serif;*/
}

#mainCarousel .carousel-caption h1::before {
    content: '';
    top: 2px;
    left: 0;
    position: absolute;
    width: 110px;
    height: 1px;
    display: block;
    background: #bd8d3b;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 300px;
        background-position: 100% 50%;
    }

    #mainCarousel .carousel-caption h1 {
        margin: 0 0 10px;
        font-size: 32px;
        color: #000;
    }

    #mainCarousel .carousel-caption h1::before {
        width: 70px;
    }

    #mainCarousel .carousel-caption h1 .sm {
        font-size: 22px;
    }

    #mainCarousel .carousel-caption h1 a {
        font-size: 22px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 16px;
    }
}

#section_a684ec {
    padding: 20px 0;
}

#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

@media (min-width: 767px) {
    #section_a684ec div[class^="board_box_"] {
        width: 50%;
    }
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

/* 메인 스타일 */
.mainPage>section {
    padding: 120px 0 115px;
}

.mainPage #section1 {
    /*padding: 90px 0;*/
    background: url('/public/img/sub/section1-bg.jpg');
}

.mainPage #section3 {
    padding: 0;
    color: #fff;
    background: #eae2d3;
}

.mainPage .col-sm-6.map {
    padding: 0;
}

.mainPage>section h3 {
    position: relative;
    margin: 0 0 60px;
    font-size: 35px;
    font-family: 'notokr', sans-serif;
    text-align: center;
    font-weight: 600;
}

.mainPage h3::before {
    content: '';
    bottom: 55px;
    left: 50%;
    width: 40px;
    height: 2px;
    position: absolute;
    background: #c9a15d;
    transform: translateX(-50%);
}

/* Section 1 */
.mainPage #section1 .text {
    padding: 100px 30px 0 15px;
}

.mainPage #section1 .text>p {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
    color: #bd8d3b;
    text-align: right;
}

.mainPage #section1 .text>p.p1 {
    font-size: 25px;
    font-weight: 300;
    color: #333;
    line-height: 1.45;
    position: relative;
}

.mainPage #section1 .text>p.p1::before {
    content: '';
    display: block;
    position: absolute;
    width: 55px;
    height: 1px;
    background: #8f8f8f;
    transform: rotate(-45deg);
    top: -42px;
    right: 0;
}

.mainPage #section1 .text>p span {
    color: #bd8d3b;
    font-weight: 400;
}

/* Section 2 */
.mainPage #section2 {
    /*padding: 120px 0 115px;*/
    background: #fff;
}

.mainPage #section2 p {
    margin: 0 0 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
}

.mainPage #section2 p>a {
    font-size: 23px;
    font-weight: 600;
    color: #e7a12b;
}

.mainPage #section2 p>.sm {
    font-size: 17px;
    font-weight: 500;
    color: #bd8d3b;
}

.mainPage #section2 ul.list-step {
    width: 100%;
    display: inline-block;
    margin: 25px auto 0;
    padding: 30px 15px;
    border: 1px solid #e0c687;
}

.mainPage #section2 ul.list-step>li {
    float: left;
    width: 25%;
}

.mainPage #section2 ul.list-step>li .inner {
    text-align: center;
}

.mainPage #section2 ul.list-step>li .wrap-icon {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    padding: 28px;
    background: #e8dac9;
    border-radius: 50px;
}

.mainPage #section2 ul.list-step>li+li .wrap-icon::after {
    content: '\f105';
    top: 22px;
    left: -75px;
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}

.mainPage #section2 ul.list-step>li p {
    margin: 8px 0 0;
    font-weight: 500;
    font-size: 15px;
    /*font-size: 16px;*/
}

.mainPage #section2 ul.list-step>li .sm-2 {
    font-size: 13px;
}

/* Section 3 */
.mainPage #section3 h3 {
    font-size: 26px;
    text-align: left;
    color: #a28045;
    padding-left: 50px;
    padding-top: 45px;
    margin-bottom: 40px;
}

.mainPage #section3 h3::before {
    display: none;
}

.mainPage #section3 ul.list-contact>li+li {
    margin-top: 27px;
}

.mainPage #section3 ul.list-contact>li>.wrap-icon {
    float: left;
    margin-right: 15px;
    padding: 9px;
    background: #93805b;
    border-radius: 30px;
}

.mainPage #section3 ul.list-contact>li>.desc {
    width: 87%;
    display: inline-block;
}

.mainPage #section3 ul.list-contact>li h5 {
    margin: 0 15px 2px 0;
    font-size: 16px;
    color: #bd8d3b;
    font-weight: 500;
}

.mainPage #section3 ul.list-contact>li p {
    position: relative;
    /* display: inline-block; */
    margin: 0;
    font-size: 17px;
    color: #333;
}

.mainPage #section3 ul.list-contact>li p.holiday {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
}

.mainPage #section3 ul.list-contact>li .branch {
    margin: 2px 0 0 2px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.mainPage #section3 ul.list-contact>li p+p {
    /* margin-left: 20px; */
}

.mainPage #section3 ul.list-contact>li p+p::before {
    content: '';
    top: 8px;
    left: -10px;
    width: 1px;
    height: 15px;
    position: absolute;
    /* background: #777; */
}

.mainPage #section3 ul.list-contact>li p strong {
    padding-right: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

/* 서브 공통 스타일 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}

.subPage>.contents {
    padding: 90px 0 110px;
}

.title-lv-1 {
    margin: 0 0 60px;
    font-size: 35px;
    font-weight: 400;
    color: #b58e4c;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.02em;
}

/* 구매하기 */
#purchase .page-title .btn {
    float: right;
    position: relative;
    margin: -50px 0 30px;
    padding: 10px 60px 10px 30px;
    font-size: 15px;
    color: #555;
    background-color: transparent;
    border: 1px solid #c9a15d;
    /* border-radius: 2px; */
}

#purchase .page-title .btn::before {
    content: '\f105';
    top: 6px;
    right: 20px;
    position: absolute;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
    transition: all ease-in-out .15s;
}

#purchase .page-title .btn:hover,
#purchase .page-title .btn:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

#purchase .page-title .btn:hover::before,
#purchase .page-title .btn:focus::before {
    right: 15px;
}

ul.list-prod {
    margin: 0 -10px;
}

ul.list-prod>li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    padding: 0 10px;
}

ul.list-prod>li:nth-child(n+6) {
    margin-top: 35px;
}

ul.list-prod>li .image {
    overflow: hidden;
}

ul.list-prod>li>.image img {
    transform: scale(1);
    transition: all 0.3s;
}

ul.list-prod>li>.image a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

ul.list-prod>li>.detail {
    text-align: center;
}

ul.list-prod>li>.detail .name {
    min-height: 40px;
    display: block;
    margin: 18px 0 12px;
    font-size: 13px;
    font-weight: 500;
}

ul.list-prod>li a.btn {
    padding: 8px 30px;
    font-size: 13px;
    background: #e8dac9;
}

ul.list-prod>li a.btn:hover,
ul.list-prod>li a.btn:focus {
    color: #fff;
    background: #c9a15d;
}

/*
ul.list-prod > li > .detail .price {
  font-size: 14px;
  font-weight: 800;
  color: #ad7219;
}
*/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) {

    /* Small devices (col-xs-*) 모바일 */
    #site {
        padding-top: 66px;
    }

    #quickMenu {
        right: 15px;
        bottom: 5px;
    }

    #quickMenu ul>li {
        margin-bottom: 4px;
    }

    #quickMenu ul>li a {
        width: 50px;
        height: 50px;
    }

    #quickMenu ul>li.store a {
        padding: 14px 12px;
    }

    #quickMenu ul>li.store i {
        font-size: 23px;
    }

    #quickMenu ul>li.tel a {
        padding: 14px 16px;
    }

    #quickMenu ul>li.tel i {
        font-size: 26px;
    }

    #quickMenu ul>li.kakao a {
        padding: 5px;
    }

    .navbar-inverse {
        height: auto !important;
    }

    .navbar-brand::before {
        top: 16px !important;
        left: 65px;
        font-size: 14px;
    }

    .navbar-brand::after {
        top: 33px !important;
        left: 65px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .navbar-inverse .navbar-brand img {
        height: 45px;
        margin-top: 0 !important;
        /* margin-top: -4px !important; */
    }

    .navbar-nav {
        margin: 7.5px -10px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 8px 15px;
        font-size: 15px;
    }

    #mainCarousel .carousel-inner .item::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #fff;
        opacity: 0.6;
    }

    .carousel-caption {
        right: 5%;
        left: 5%;
    }

    .mainPage>section {
        padding: 80px 0 60px;
    }

    .mainPage>section h3 {
        margin: 0 0 35px;
        font-size: 30px;
    }

    .mainPage h3::before {
        bottom: 50px;
    }

    .mainPage #section1 .text {
        padding: 60px 15px 0 15px;
    }

    .mainPage #section1 .text>p {
        margin: 0 0 15px;
        font-size: 16px;
        text-align: center;
    }

    .mainPage #section1 .text>p.p1 {
        font-size: 19px;
    }

    .mainPage #section1 .text>p.p1::before {
        right: auto;
        left: 50%;
        width: 35px;
        transform: rotate(-45deg) translateX(-50%);
    }

    .mainPage #section1 .image {
        padding: 15px 15px 0;
    }

    .mainPage #section2 p {
        font-size: 18px;
    }

    .mainPage #section2 p>a {
        font-size: 17px;
    }

    .mainPage #section2 p>.sm {
        font-size: 15px;
    }

    ul.list-default.list-dash {
        padding: 18px 15px 14px 15px;
    }

    .list-dash>li {
        font-size: 15px;
    }

    .mainPage #section2 ul.list-step>li {
        width: 50%;
    }

    .mainPage #section2 ul.list-step>li+li .wrap-icon::after {
        top: 30px;
        left: -35px;
        font-size: 30px;
    }

    .mainPage #section2 ul.list-step>li p {
        font-size: 13px;
    }

    .mainPage #section2 ul.list-step>li .sm-2 {
        font-size: 12px;
    }

    .mainPage #section3 .wrap_map {
        height: 260px !important;
    }

    .mainPage #section3 .info {
        padding-bottom: 30px;
    }

    .mainPage #section3 h3 {
        padding-left: 15px;
        padding-top: 32px;
        margin-bottom: 25px;
        font-size: 22px;
    }

    ul.list-default.list-contact {
        padding-left: 15px;
    }

    .mainPage #section3 ul.list-contact>li>.wrap-icon {
        padding: 6px;
    }

    .mainPage #section3 ul.list-contact>li>.desc {
        width: 80%;
    }

    .mainPage #section3 ul.list-contact>li h5 {
        font-size: 15px;
    }

    .mainPage #section3 ul.list-contact>li p {
        font-size: 15px;
    }

    .mainPage #section3 ul.list-contact>li .branch {
        font-size: 16px;
    }

    .mainPage #section3 ul.list-contact>li p strong {
        font-size: 15px;
    }

    .mainPage #section3 ul.list-contact>li p+p {
        margin-left: 0;
    }

    .mainPage #section3 ul.list-contact>li p+p::before {
        display: none;
    }

    .mainPage #section3 ul.list-contact>li>.desc a[href^='tel'] {
        text-decoration: underline;
    }

    #site footer .footer-info {
        padding: 25px 0;
    }

    #site footer .footer-info ul li {
        font-size: 13px;
        line-height: 22px;
    }

    .subPage>.contents {
        padding: 60px 0 80px;
    }

    .title-lv-1 {
        margin: 0 0 40px;
        font-size: 26px;
    }

    #purchase .page-title .btn {
        margin: -15px 0 30px;
        padding: 8px 45px 8px 15px;
        font-size: 13px;
    }

    #purchase .page-title .btn::before {
        right: 15px;
        font-size: 17px;
    }

    ul.list-prod>li {
        width: 50%;
        padding: 0 5px;
    }

    ul.list-prod>li>.detail .name {
        min-height: 51px;
        margin: 15px 0 9px;
        font-size: 12px;
        word-break: keep-all;
    }

    ul.list-prod>li a.btn {
        padding: 6px 25px;
        font-size: 11px;
    }

    ul.list-prod>li:nth-child(n+6) {
        margin-top: 0;
    }

    ul.list-prod>li:nth-child(n+3) {
        margin-top: 15px;
    }

    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }

    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }

    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {
        margin-top: 20px;
    }

    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    /* Medium·Large devices */
    #site {
        padding-top: 100px;
    }

    /* #site {padding-top: 155px;}
  .navbar-inverse {height: 155px;}
  .navbar.navbar-scroll {height: 135px;}
  .container > .navbar-header {
    width: 100%;
    padding: 15px 0 10px;
    text-align: center;
  }
  .navbar-inverse .navbar-brand {
    float: none;
    height: auto;
    display: inline-block;
    margin: 0 0 0 -130px !important; 
    padding: 0;
  } */
    /* .navbar-brand::before {
    top: 15px;
    left: 70px;
  }
  .navbar.navbar-scroll .navbar-brand::before {top: 5px;}
  .navbar-brand::after {
    top: 38px;
    left: 71px;
  }
  .navbar.navbar-scroll .navbar-brand::after {top: 28px;} */
    /* .navbar-inverse .navbar-collapse {text-align: center;}
  .navbar-inverse .navbar-right {
    float: none !important;
    display: inline-block;
    margin-right: 0;
    margin-bottom: -6px;
  } */
    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 8px;
    }

    .carousel-caption {
        right: 8%;
        left: 8%;
    }

    #mainCarousel .carousel-inner .item {
        height: 530px;
    }

    .mainPage #section1 .text {
        padding-top: 60px;
    }

    .mainPage .col-sm-6.map {
        width: 100%;
    }

    .mainPage .col-sm-6.info {
        width: 100%;
        padding-bottom: 35px;
    }
}

@media (min-width: 1200px) {

    /* Extra large devices (col-lg-*) */
    .mainPage #section1 .image {
        padding: 0 100px;
    }

    #section2 .container {
        width: 1010px;
    }
}

/************ 모바일 최적화 끝 ************/